browserstack-node-sdk 1.47.0 → 1.47.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ats/src/cloudproviders/AWS.js +1 -1
- package/ats/src/cloudproviders/Azure.js +1 -1
- package/ats/src/cloudproviders/CloudProvider.js +1 -1
- package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
- package/ats/src/cloudproviders/utils.js +1 -1
- package/ats/src/commands/configure.js +1 -1
- package/ats/src/commands/connect.js +1 -1
- package/ats/src/commands/connect_commands/grid.js +1 -1
- package/ats/src/commands/create.js +1 -1
- package/ats/src/commands/create_commands/grid.js +1 -1
- package/ats/src/commands/delete.js +1 -1
- package/ats/src/commands/delete_commands/grid.js +1 -1
- package/ats/src/commands/init.js +1 -1
- package/ats/src/commands/list.js +1 -1
- package/ats/src/commands/list_commands/grid_profiles.js +1 -1
- package/ats/src/commands/list_commands/grids.js +1 -1
- package/ats/src/commands/precheck.js +1 -1
- package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
- package/ats/src/commands/start.js +1 -1
- package/ats/src/commands/start_commands/grid.js +1 -1
- package/ats/src/commands/stop.js +1 -1
- package/ats/src/commands/stop_commands/grid.js +1 -1
- package/ats/src/config/constants.js +1 -1
- package/ats/src/config/logger.js +1 -1
- package/ats/src/index.js +1 -1
- package/ats/src/utils/AWSUtils.js +1 -1
- package/ats/src/utils/createAutoscalerStack.js +1 -1
- package/ats/src/utils/createClusterStack.js +1 -1
- package/ats/src/utils/createHubHaStack.js +1 -1
- package/ats/src/utils/createk8sClient.js +1 -1
- package/ats/src/utils/deleteEFSMountTargets.js +1 -1
- package/ats/src/utils/deleteStack.js +1 -1
- package/ats/src/utils/describeStack.js +1 -1
- package/ats/src/utils/gridComponents.js +1 -1
- package/ats/src/utils/hstUtils.js +1 -1
- package/ats/src/utils/instrumentationUtils.js +1 -1
- package/ats/src/utils/userInput.js +1 -1
- package/ats/src/utils/utilityMethods.js +1 -1
- package/ats/src/utils/webSocketUtils.js +1 -1
- package/package.json +1 -1
- package/src/ai-sdk-node/bundle.js +1 -1
- package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
- package/src/bin/codeceptjs/command.js +1 -1
- package/src/bin/codeceptjs/helper.js +1 -1
- package/src/bin/codeceptjs/o11yHelper.js +1 -1
- package/src/bin/cucumber-js/command.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
- package/src/bin/cucumber-js/test-observability.js +1 -1
- package/src/bin/cucumber-js/test.setup.js +1 -1
- package/src/bin/cucumber-js/test_old.setup.js +1 -1
- package/src/bin/cucumber-js/timeout.setup.js +1 -1
- package/src/bin/integrations/command.js +1 -1
- package/src/bin/integrations/constants.js +1 -1
- package/src/bin/jest/command.js +1 -1
- package/src/bin/jest/customImplements/customCircus.js +1 -1
- package/src/bin/jest/customImplements/customEnvironment.js +1 -1
- package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
- package/src/bin/jest/customImplements/customSequencer.js +1 -1
- package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
- package/src/bin/jest/jest.setup.js +1 -1
- package/src/bin/jest/test-observability/data-hooks.js +1 -1
- package/src/bin/jest/test-observability/helper.js +1 -1
- package/src/bin/jest/test-observability/obsReporter.js +1 -1
- package/src/bin/jest/test-observability/test-details.js +1 -1
- package/src/bin/jest/test.setup.js +1 -1
- package/src/bin/jest/test_before.setup.js +1 -1
- package/src/bin/launcher/launcher.js +1 -1
- package/src/bin/load/index.js +1 -1
- package/src/bin/load/loadUtils.js +1 -1
- package/src/bin/mocha/accessibility-automation/helper.js +1 -1
- package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
- package/src/bin/mocha/command.js +1 -1
- package/src/bin/mocha/test-observability/builderPatch.js +1 -1
- package/src/bin/mocha/test-observability/data-hooks.js +1 -1
- package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
- package/src/bin/mocha/test.setup.js +1 -1
- package/src/bin/nightwatch/command.js +1 -1
- package/src/bin/playwright/accessibility-helper.js +1 -1
- package/src/bin/playwright/command.js +1 -1
- package/src/bin/playwright/globalSetup.js +1 -1
- package/src/bin/playwright/mock-process.js +1 -1
- package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
- package/src/bin/playwright/patches.js +1 -1
- package/src/bin/playwright/reporter/pwUtils.js +1 -1
- package/src/bin/playwright/reporter/reporter.js +1 -1
- package/src/bin/playwright/reporter/test-details.js +1 -1
- package/src/bin/playwright/sessionDetails.js +1 -1
- package/src/bin/runner.js +1 -1
- package/src/bin/setup.js +1 -1
- package/src/bin/test-runner/index.js +1 -1
- package/src/bin/test-runner/runTest.js +1 -1
- package/src/bin/test-runner/testWorker.js +1 -1
- package/src/bin/utils/apiUtilityMethods.js +1 -1
- package/src/bin/utils/clientTroubleshootingService.js +1 -1
- package/src/bin/utils/constants.js +1 -1
- package/src/bin/utils/log4jsAppender.js +1 -1
- package/src/bin/utils/logPatcher.js +1 -1
- package/src/bin/utils/logReportingAPI.js +1 -1
- package/src/bin/utils/playwright-patcher.js +1 -1
- package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
- package/src/bin/utils/sharedUtils.js +1 -1
- package/src/bin/v2/TestInfo.js +1 -1
- package/src/bin/v2/browserstackCLI.js +1 -1
- package/src/bin/v2/cliUtils.js +1 -1
- package/src/bin/v2/customTagManager.js +1 -1
- package/src/bin/v2/eventDispatcher.js +1 -1
- package/src/bin/v2/framework/automationFramework.js +1 -1
- package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
- package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
- package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
- package/src/bin/v2/framework/jestTestFramework.js +1 -1
- package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
- package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
- package/src/bin/v2/framework/testFramework.js +1 -1
- package/src/bin/v2/grpcClient.js +1 -1
- package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
- package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
- package/src/bin/v2/instances/trackedContext.js +1 -1
- package/src/bin/v2/instances/trackedInstance.js +1 -1
- package/src/bin/v2/modules/accessibilityModule.js +1 -1
- package/src/bin/v2/modules/baseModule.js +1 -1
- package/src/bin/v2/modules/observabilityModule.js +1 -1
- package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
- package/src/bin/v2/modules/testhubModule.js +1 -1
- package/src/bin/v2/state/automationFrameworkState.js +1 -1
- package/src/bin/v2/state/hookState.js +1 -1
- package/src/bin/v2/state/testFrameworkState.js +1 -1
- package/src/bin/v2/uploadAttachmentsManager.js +1 -1
- package/src/bin/v2/utils/cucumber-utils.js +1 -1
- package/src/bin/v2/utils/jest-utils.js +1 -1
- package/src/bin/vanilla-js/command.js +1 -1
- package/src/browserStackSdk.js +1 -1
- package/src/helpers/BrowserStackSetup.js +1 -1
- package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
- package/src/helpers/accessibility-automation/constants.js +1 -1
- package/src/helpers/accessibility-automation/helper.js +1 -1
- package/src/helpers/accessibility-automation/scripts.js +1 -1
- package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
- package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
- package/src/helpers/ats/constants.js +1 -1
- package/src/helpers/ats/helper.js +1 -1
- package/src/helpers/capsMapping.js +1 -1
- package/src/helpers/central-scanner/constants.js +1 -1
- package/src/helpers/central-scanner/helpers.js +1 -1
- package/src/helpers/classLogger.js +1 -1
- package/src/helpers/globals.js +1 -1
- package/src/helpers/helper.js +1 -1
- package/src/helpers/logger.js +1 -1
- package/src/helpers/metadata.js +1 -1
- package/src/helpers/patchHelper.js +1 -1
- package/src/helpers/patchHelpers.js +1 -1
- package/src/helpers/percy/Percy.js +1 -1
- package/src/helpers/percy/PercyBinary.js +1 -1
- package/src/helpers/percy/PercyCaptureMap.js +1 -1
- package/src/helpers/percy/PercyCaptureModes.js +1 -1
- package/src/helpers/percy/PercySDK.js +1 -1
- package/src/helpers/percy/index.js +1 -1
- package/src/helpers/percy/utils.js +1 -1
- package/src/helpers/performance/constants.js +1 -1
- package/src/helpers/performance/performance-tester.js +1 -1
- package/src/helpers/playwright-helper.js +1 -1
- package/src/helpers/processHelper.js +1 -1
- package/src/helpers/request-spy.js +1 -1
- package/src/helpers/setKeepAlive.js +1 -1
- package/src/helpers/test-observability/constants.js +1 -1
- package/src/helpers/test-observability/error-handler.js +1 -1
- package/src/helpers/test-observability/requestQueueHandler.js +1 -1
- package/src/helpers/test-observability/sessionHandler.js +1 -1
- package/src/helpers/test-observability/utils.js +1 -1
- package/src/helpers/test-orchestration/constants.js +1 -1
- package/src/helpers/test-orchestration/failfastManager.js +1 -1
- package/src/helpers/test-orchestration/fileHelper.js +1 -1
- package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
- package/src/helpers/test-orchestration/requestUtils.js +1 -1
- package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
- package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
- package/src/helpers/testhub/constants.js +1 -1
- package/src/helpers/testhub/testhubHandler.js +1 -1
- package/src/helpers/testhub/utils.js +1 -1
- package/src/helpers/timeoutPromise.js +1 -1
- package/src/helpers/utilities.js +1 -1
- package/src/helpers/w3cMapping.js +1 -1
- package/src/hubAllocationMethods.js +1 -1
- package/src/index.js +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
function a1_0x1053(_0x1767b4,_0xdc2717){const _0x889575=a1_0x8895();return a1_0x1053=function(_0x105389,_0x41ffa3){_0x105389=_0x105389-0x188;let _0x420074=_0x889575[_0x105389];return _0x420074;},a1_0x1053(_0x1767b4,_0xdc2717);}function a1_0x8895(){const _0x562a37=['chromium','2314280QkmCpb','container','toString','action','BmNwF','ELjOL','TestCafe','setGlobal','ycicU','Vhfnj','filter','HTAJX','kzcXS','from','started','arguments','BROWSERSTACK_TESTHUB_UUID','__workerDetails','patchSaveScreenshot','Puppeteer','a11y_core_config','config','Playwright','1611150ZgswbQ','before','stopMonitoring','push','SDK_POST_INITIALIZE','shBzj','captureEvent','enabled','nAJtn','event','PxucK','hook-started','env','QqEZl','bddStepFinish','startsWith','exports','thBuildUuid','./helper.js','22JtqbJP','shouldWrapCommand','BvoMR','bddStep','../../helpers/performance/performance-tester','call','stack','PERFORM_SCAN','bqREH','version','NPJpl','codeceptjs','reason','SLckW','helpers','fireEvent','debug','apply','devtools://','screenshotOutputFolder','4627140FakdvA','VZIjj','status','SDK_PRE_TEST','_setPage','warn','SDK_POST_TEST','Yvzje','../../helpers/helper','knzAv','SDK_HOOK','getAccessibilityResultsSummary','HOOK_RUN_FINISHED','uqxKO','_before','MGqAa','BS_A11Y_JWT','../../bin/playwright/accessibility-helper','hookType','message','jQBMq','GET_RESULTS_SUMMARY','add','name','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','browserstackTestName','failed','DJIrW','wWIem','pwoRZ','LRhQr','includes','FrtQg','startMonitoring','bddStep-after','slice','args','SYNC','codeceptjs/lib/helper/WebDriver.js','initSaveScreenshot','hook-failed','rxupp','getResults','addRequestSpy','test-started','captureError','readFileSync','BjTXT','winstonLogger','util','CUKkI','oOfOp','saveTestResults','--auto-open-devtools-for-tabs','all','class','TEST_RUN_STARTED','comment','domForge','hoHtu','codeceptjs/lib/utils.js','Failed\x20to\x20patch\x20pages\x20method\x20in\x20browserContext\x20for\x20a11y\x20domForge:\x20','start','find','getAccessibilityResults','ZBHxu','saveScreenshot','skipSessionName','performScan','toISOString','bstackAllyScanning','2507547fDnlwY','hiCyW','tjwnl','info','BvlSJ','SAVE_RESULTS','pages','dispatcher','titlePath','sTIfe','then','GET_RESULTS','../../helpers/test-observability/utils','TLXHy','getResultsSummary','currentTest','pixfT','TEST_LOG','eJjah','../../helpers/performance/constants','fAEzC','constructor','browserStackExecuteDriver','step','stop','bind','Failed\x20in\x20marking\x20session\x20status\x20of\x20test:\x20','2952486jcGayq','test-passed','emit','pid','TEST_RUN_FINISHED','SESSION_NAME','forEach','5PPJYzs','patch','piFnJ','HOOK_RUN_STARTED','page','isArray','test-before','\x0aStack:\x20','../../helpers/logger','XjtyJ','Pbuqx','SDK_TEST','vyiDv','127119EPlNvX','fDRQC','KhlzU','test-failed','16VbDnsJ','split','6726924nYGJdS','measureWrapper','vZKce','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20summary.','skipSessionStatus','test','contexts','after','title','hook-passed','SDK_PRE_INITIALIZE','browser','step-comment','browserContext','TEST_RUN_SKIPPED','NYSIC','browserstack_executor:\x20','stringify','Element','testFramework','LkVYb','__driver','Failed\x20to\x20execute\x20_before:\x20','webdriverio','FRAMEWORK_DETAILS','cdgVf','ctx','__skipSessionStatus','rCWEM','accessibilityPlatform','otCCm','pEoxK','format','url','Pcadi','thJwtToken','mvwbk','nbPQj','qKWPu','base64','WwCoO','executeScript','LoLvA','command','RZZpW','gNuLD','uJwEv','testAnalyticsId','prototype','4CqBgVZ','INFO','end','fFSpK','LnWKF','hook','QhGei','KxcRk','test-after'];a1_0x8895=function(){return _0x562a37;};return a1_0x8895();}const a1_0x126a87=a1_0x1053;(function(_0xcfb0d,_0x4de614){const _0x463d75=a1_0x1053,_0x406523=_0xcfb0d();while(!![]){try{const _0x273104=parseInt(_0x463d75(0x21c))/0x1*(-parseInt(_0x463d75(0x253))/0x2)+parseInt(_0x463d75(0x208))/0x3+parseInt(_0x463d75(0x25d))/0x4+-parseInt(_0x463d75(0x20f))/0x5*(parseInt(_0x463d75(0x274))/0x6)+parseInt(_0x463d75(0x1ed))/0x7*(-parseInt(_0x463d75(0x220))/0x8)+-parseInt(_0x463d75(0x222))/0x9+parseInt(_0x463d75(0x1a6))/0xa*(parseInt(_0x463d75(0x192))/0xb);if(_0x273104===_0x4de614)break;else _0x406523['push'](_0x406523['shift']());}catch(_0x18474b){_0x406523['push'](_0x406523['shift']());}}}(a1_0x8895,0x7a70f));const fs=require('fs'),util=require(a1_0x126a87(0x1d7)),{requireModule,markSessionStatus,isUndefined,isTrue,isBrowserstackInfra}=require(a1_0x126a87(0x1ae)),logger=require(a1_0x126a87(0x217))[a1_0x126a87(0x1d6)],testOpsHelper=require(a1_0x126a87(0x1f9)),requestSpy=require('../../helpers/request-spy'),PlaywrightSessionDetails=require('../../bin/playwright/sessionDetails'),{O11yHelper,TEST_EVENTS,STATE_PASSED,STATE_FAILED}=require('./o11yHelper'),{shouldScanTestForAccessibility,isAccessibilityAutomationSession}=require('../../helpers/accessibility-automation/helper'),AccessibilityHelper=require(a1_0x126a87(0x1b7)),scripts=require('../../helpers/accessibility-automation/scripts'),PerformanceTester=require(a1_0x126a87(0x196)),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceHookEvents}=require(a1_0x126a87(0x200)),{processWebDriverConfig,shouldPatchExecuteScript}=require(a1_0x126a87(0x191)),testHubConstants=require('../../helpers/testhub/constants.js'),globals=require('../../helpers/globals.js'),CodeceptJS=requireModule('codeceptjs/lib/index.js',a1_0x126a87(0x19d)),CodeceptUtils=requireModule(a1_0x126a87(0x1e2),a1_0x126a87(0x19d)),CodeceptWebDriver=requireModule(a1_0x126a87(0x1cc),a1_0x126a87(0x19d)),CodeceptRecorder=requireModule('codeceptjs/lib/recorder.js',a1_0x126a87(0x19d)),CodeceptPlaywright=requireModule('codeceptjs/lib/helper/Playwright.js','codeceptjs'),playwrightMarkSessionStatus=(_0xd90204,_0x167222,_0x265a31)=>{const _0x57b482=a1_0x126a87,_0x233968={'ukKqH':'setSessionStatus','wWIem':function(_0x5a4c36,_0x14b490){return _0x5a4c36(_0x14b490);}},_0xb02e9c={};_0xb02e9c[_0x57b482(0x1a8)]=_0x167222;const _0x156fd6={};_0x156fd6['action']=_0x233968['ukKqH'],_0x156fd6['arguments']=_0xb02e9c;const _0xd0b4f9=_0x156fd6;return!_0x233968[_0x57b482(0x1c2)](isUndefined,_0x265a31)&&(_0xd0b4f9[_0x57b482(0x26c)][_0x57b482(0x19e)]=JSON[_0x57b482(0x233)](_0x265a31)),_0xd90204[_0x57b482(0x24b)](()=>{},_0x57b482(0x232)+JSON[_0x57b482(0x233)](_0xd0b4f9));},o11ySync=PerformanceTester[a1_0x126a87(0x223)](PerformanceO11yEvents[a1_0x126a87(0x1cb)],async _0x10a76d=>{const _0x21acdc=a1_0x126a87,_0x108120={};_0x108120[_0x21acdc(0x201)]=function(_0x4e525b,_0x42f9d3){return _0x4e525b===_0x42f9d3;},_0x108120[_0x21acdc(0x224)]='Playwright';const _0x22cc12=_0x108120;_0x22cc12[_0x21acdc(0x201)](_0x10a76d[_0x21acdc(0x202)]['name'],_0x22cc12[_0x21acdc(0x224)])?await _0x10a76d['executeScript'](_0x3c76c2=>{},testOpsHelper['getSyncScript']()):await _0x10a76d[_0x21acdc(0x24b)](testOpsHelper['getSyncScript']());}),markSessionName=PerformanceTester[a1_0x126a87(0x223)](PerformanceAutEvents[a1_0x126a87(0x20d)],async(_0x1b227e,_0x5bdd25)=>{const _0x5116b9=a1_0x126a87,_0x2a0493={};_0x2a0493['NcQKu']='setSessionName',_0x2a0493[_0x5116b9(0x1c3)]=function(_0x43d21f,_0x202476){return _0x43d21f===_0x202476;},_0x2a0493[_0x5116b9(0x261)]=_0x5116b9(0x273);const _0x54d593=_0x2a0493,_0x4503b7={};_0x4503b7[_0x5116b9(0x1bd)]=_0x5bdd25;const _0x70578b={};_0x70578b[_0x5116b9(0x260)]=_0x54d593['NcQKu'],_0x70578b[_0x5116b9(0x26c)]=_0x4503b7;const _0x59a83e=_0x70578b;_0x54d593[_0x5116b9(0x1c3)](_0x1b227e['constructor']['name'],_0x54d593[_0x5116b9(0x261)])?await _0x1b227e[_0x5116b9(0x24b)](()=>{},'browserstack_executor:\x20'+JSON[_0x5116b9(0x233)](_0x59a83e)):await _0x1b227e['executeScript'](_0x5116b9(0x232)+JSON[_0x5116b9(0x233)](_0x59a83e));}),patchSaveScreenshot=_0x1dace8=>{const _0x36475f=a1_0x126a87,_0x450334={'rCWEM':_0x36475f(0x249),'shBzj':'TEST_SCREENSHOT','fLfEV':function(_0x38329a){return _0x38329a();},'hoHtu':function(_0x5aa7bd,_0x13d97b){return _0x5aa7bd(_0x13d97b);},'sTIfe':'Screenshot\x20path\x20not\x20found','UoLOa':function(_0x12d292,_0x253ac4){return _0x12d292(_0x253ac4);}};_0x450334['UoLOa'](isTrue,process['env']['BS_TESTOPS_ALLOW_SCREENSHOTS'])&&!_0x1dace8['patchSaveScreenshot']&&(_0x1dace8[_0x36475f(0x26f)]=!![],_0x1dace8[_0x36475f(0x1cd)]=_0x1dace8[_0x36475f(0x1e8)],_0x1dace8[_0x36475f(0x1e8)]=(_0x3bda93,_0x1e2f7d=![])=>{const _0x3ed3a4=_0x36475f,_0xe0cee4={'HTAJX':_0x450334[_0x3ed3a4(0x23e)],'yeDwJ':_0x450334[_0x3ed3a4(0x279)],'ELjOL':function(_0x25a01d){return _0x450334['fLfEV'](_0x25a01d);},'mzpQe':function(_0x55fcb5,_0x1b8664){const _0x305382=_0x3ed3a4;return _0x450334[_0x305382(0x1e1)](_0x55fcb5,_0x1b8664);},'SLckW':_0x450334[_0x3ed3a4(0x1f6)]};return new Promise(function(_0x3d09bb,_0x40321c){const _0xb02824=_0x3ed3a4,_0x88fa32={'eEpIa':_0xe0cee4[_0xb02824(0x268)],'YYBaY':_0xe0cee4['yeDwJ'],'mvwbk':function(_0x745f10){const _0x3e3e78=_0xb02824;return _0xe0cee4[_0x3e3e78(0x262)](_0x745f10);},'BvlSJ':function(_0xa3f958,_0x2d6d97){return _0xe0cee4['mzpQe'](_0xa3f958,_0x2d6d97);},'FgNIM':_0xe0cee4[_0xb02824(0x19f)]};_0x1dace8['initSaveScreenshot'](_0x3bda93,_0x1e2f7d)[_0xb02824(0x1f7)](()=>{const _0x1dce0c=_0xb02824,_0x4fa625=CodeceptUtils[_0x1dce0c(0x1a5)](_0x3bda93);if(_0x4fa625){const _0x51cc8b=fs[_0x1dce0c(0x1d4)](_0x4fa625);process[_0x1dce0c(0x20a)]('bs:addLog:'+process['pid'],{'timestamp':new Date()[_0x1dce0c(0x1eb)](),'message':_0x51cc8b[_0x1dce0c(0x25f)](_0x88fa32['eEpIa']),'kind':_0x88fa32['YYBaY']}),_0x88fa32[_0x1dce0c(0x246)](_0x3d09bb);}_0x88fa32[_0x1dce0c(0x1f1)](_0x40321c,new Error(_0x88fa32['FgNIM']));})['catch'](()=>null);});});},patchWebDriverBefore=_0x28f604=>{const _0x122a47=a1_0x126a87,_0x177a44={'KhlzU':function(_0x51a324){return _0x51a324();},'nbPQj':function(_0x45a03a,_0xa6b6aa){return _0x45a03a(_0xa6b6aa);},'TLXHy':function(_0x391cca,_0x1ebc52){return _0x391cca===_0x1ebc52;},'jQBMq':_0x122a47(0x239),'IPkzi':'string','NYSIC':_0x122a47(0x234)},_0x13cf66=async function(_0x46cf22,_0x3a6cc6){const _0x4c6e16=_0x122a47;_0x177a44[_0x4c6e16(0x21e)](isAccessibilityAutomationSession)&&!global[_0x4c6e16(0x1ec)]&&global[_0x4c6e16(0x23f)]&&scripts[_0x4c6e16(0x193)](_0x46cf22['name'])&&_0x177a44[_0x4c6e16(0x247)](shouldPatchExecuteScript,arguments[0x2])&&(global['bstackAllyScanning']=!![],await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x4c6e16(0x199)],async()=>{const _0x43e4f7=_0x4c6e16;logger['debug']('Performing\x20scan\x20for\x20'+_0x46cf22[_0x43e4f7(0x1dd)]+'\x20'+_0x46cf22[_0x43e4f7(0x1bd)]),await AccessibilityHelper[_0x43e4f7(0x203)](_0x28f604,scripts[_0x43e4f7(0x1ea)]);},{'command':_0x46cf22[_0x4c6e16(0x1bd)]})());global[_0x4c6e16(0x1ec)]=![];const _0x4b4f9d=JSON['parse'](process[_0x4c6e16(0x18b)][_0x4c6e16(0x23a)]||'{}');if(_0x177a44['TLXHy'](_0x4b4f9d?.[_0x4c6e16(0x235)]?.['name'],_0x177a44[_0x4c6e16(0x1ba)])&&_0x177a44[_0x4c6e16(0x1fa)](typeof _0x4b4f9d?.['testFramework']?.[_0x4c6e16(0x19b)],_0x177a44['IPkzi'])&&_0x4b4f9d?.['testFramework']?.[_0x4c6e16(0x19b)][_0x4c6e16(0x18e)]('7'))return _0x3a6cc6[_0x4c6e16(0x1a3)](null,Array['prototype'][_0x4c6e16(0x1c9)][_0x4c6e16(0x197)](arguments,0x2));return _0x3a6cc6[_0x4c6e16(0x1a3)](this,Array[_0x4c6e16(0x252)][_0x4c6e16(0x1c9)][_0x4c6e16(0x197)](arguments,0x2));},_0x3475aa=CodeceptWebDriver['prototype']['_before'];CodeceptWebDriver['prototype'][_0x122a47(0x1b4)]=async function(){const _0x470550=_0x122a47;try{await _0x3475aa[_0x470550(0x1a3)](this,arguments);}catch(_0x17ec92){logger[_0x470550(0x1a2)](_0x470550(0x238)+util['format'](_0x17ec92));}scripts['commandsToWrap'][_0x470550(0x267)](_0x365cc0=>_0x365cc0[_0x470550(0x1bd)]&&_0x365cc0[_0x470550(0x1dd)])[_0x470550(0x20e)](_0x2937b2=>{const _0x426053=_0x470550;this['browser']['overwriteCommand'](_0x2937b2[_0x426053(0x1bd)],_0x13cf66[_0x426053(0x206)](this,_0x2937b2),_0x177a44['TLXHy'](_0x2937b2[_0x426053(0x1dd)],_0x177a44[_0x426053(0x231)]));}),_0x177a44['nbPQj'](processWebDriverConfig,_0x28f604);};};function parseJwt(_0x34146f){const _0x33e421=a1_0x126a87,_0x48b7f1={};_0x48b7f1['KCoqD']=_0x33e421(0x249);const _0x4615d0=_0x48b7f1;if(!_0x34146f)return null;return JSON['parse'](Buffer[_0x33e421(0x26a)](_0x34146f[_0x33e421(0x221)]('.')[0x1],_0x4615d0['KCoqD'])['toString']());}const patchPlaywrightBefore=()=>{const _0x4c477a=a1_0x126a87,_0x57a628={'rxupp':function(_0x1ea90f){return _0x1ea90f();},'KxcRk':_0x4c477a(0x1a4),'Lnrsl':_0x4c477a(0x1db),'QqEZl':function(_0x5a9bb9,_0x45090e){return _0x5a9bb9(_0x45090e);},'bYHfU':function(_0x286104,_0x2ad51b){return _0x286104+_0x2ad51b;},'NPJpl':_0x4c477a(0x216),'CLRMm':function(_0x417330){return _0x417330();}};PlaywrightSessionDetails[_0x4c477a(0x210)]();const _0x99b2f3=CodeceptPlaywright[_0x4c477a(0x252)]['_before'];CodeceptPlaywright['prototype']['_before']=async function(){const _0xf60685=_0x4c477a,_0x5ab225={'VZIjj':function(_0x4f7307){return _0x57a628['rxupp'](_0x4f7307);},'LoLvA':_0x57a628[_0xf60685(0x25a)],'uqxKO':_0x57a628['Lnrsl'],'BvoMR':function(_0x148ac8,_0x8b6997){const _0x36ad55=_0xf60685;return _0x57a628[_0x36ad55(0x18c)](_0x148ac8,_0x8b6997);},'knzAv':function(_0x4da50a,_0x1bba6d){return _0x57a628['bYHfU'](_0x4da50a,_0x1bba6d);},'IVIeF':_0x57a628[_0xf60685(0x19c)]};this['browserContext']=await this[_0xf60685(0x22d)][_0xf60685(0x228)]()[0x0];const _0x5d63d4=async()=>{const _0x454263=_0xf60685,_0x3a52a0={'xENCZ':function(_0x30550a){return _0x5ab225['VZIjj'](_0x30550a);},'dWzmF':_0x5ab225['LoLvA']},_0x262a6f=this[_0x454263(0x272)]&&this['config'][_0x454263(0x25c)]&&this[_0x454263(0x272)]['chromium'][_0x454263(0x1ca)]&&Array[_0x454263(0x214)](this[_0x454263(0x272)][_0x454263(0x25c)][_0x454263(0x1ca)])&&this['config']['chromium'][_0x454263(0x1ca)][_0x454263(0x1c5)](_0x5ab225[_0x454263(0x1b3)]);if(_0x5ab225[_0x454263(0x1a7)](isAccessibilityAutomationSession)&&!_0x262a6f)try{const _0x4b6cf0=_0x5ab225[_0x454263(0x194)](parseJwt,process[_0x454263(0x18b)][_0x454263(0x1b6)]);if(_0x4b6cf0&&_0x4b6cf0[_0x454263(0x271)]&&_0x4b6cf0['a11y_core_config'][_0x454263(0x1e0)]){const _0x4775fa=this[_0x454263(0x22f)][_0x454263(0x1f3)][_0x454263(0x206)](this[_0x454263(0x22f)]);this[_0x454263(0x22f)][_0x454263(0x1f3)]=async function(){const _0x34920f=_0x454263,_0x47093b=await _0x3a52a0['xENCZ'](_0x4775fa),_0x419462=[];for(const _0x2a520f of _0x47093b){try{const _0x27f825=await _0x2a520f[_0x34920f(0x243)]();!_0x27f825[_0x34920f(0x18e)](_0x3a52a0['dWzmF'])&&_0x419462[_0x34920f(0x277)](_0x2a520f);}catch(_0x3f0248){_0x419462[_0x34920f(0x277)](_0x2a520f);}}return _0x419462;};}if(!_0x5ab225['VZIjj'](isBrowserstackInfra)){const _0x1d8f99=await this[_0x454263(0x213)]['url']();if(_0x1d8f99[_0x454263(0x18e)](_0x5ab225[_0x454263(0x24c)])){const _0x9142af=await this[_0x454263(0x22f)]['pages']();this[_0x454263(0x1aa)](_0x9142af[0x0]);}}}catch(_0x4602be){logger['debug'](_0x454263(0x1e3)+_0x4602be[_0x454263(0x1b9)]+(_0x4602be['stack']?_0x5ab225[_0x454263(0x1af)](_0x5ab225['IVIeF'],_0x4602be[_0x454263(0x198)]):''));}};_0x57a628[_0xf60685(0x1cf)](isBrowserstackInfra)&&await _0x57a628[_0xf60685(0x1cf)](_0x5d63d4),await _0x99b2f3['apply'](this,arguments),!_0x57a628[_0xf60685(0x1cf)](isBrowserstackInfra)&&await _0x57a628['CLRMm'](_0x5d63d4);};},getCodeceptDriver=()=>{const _0x4d2b22=a1_0x126a87,_0x243c5c={};_0x243c5c[_0x4d2b22(0x27c)]='WebDriver',_0x243c5c[_0x4d2b22(0x1c4)]=_0x4d2b22(0x273),_0x243c5c['PxucK']=_0x4d2b22(0x270),_0x243c5c[_0x4d2b22(0x1d9)]=_0x4d2b22(0x263);const _0x32cd10=_0x243c5c,_0x43f31e=[_0x32cd10[_0x4d2b22(0x27c)],_0x32cd10[_0x4d2b22(0x1c4)],_0x32cd10[_0x4d2b22(0x189)],_0x32cd10[_0x4d2b22(0x1d9)]],_0x30a8ec=_0x43f31e[_0x4d2b22(0x1e5)](_0x325cf9=>!!CodeceptJS['container'][_0x4d2b22(0x1a0)](_0x325cf9));if(!_0x30a8ec)return null;return CodeceptJS['container'][_0x4d2b22(0x1a0)](_0x30a8ec);};module[a1_0x126a87(0x18f)]=function(_0x585cd2){const _0x981e07=a1_0x126a87,_0x4dd419={'LkVYb':function(_0x44d2ba){return _0x44d2ba();},'hardf':function(_0x301866,_0x2a1de1){return _0x301866(_0x2a1de1);},'hiCyW':'getAccessibilityResultsSummary','piFnJ':_0x981e07(0x225),'gNuLD':_0x981e07(0x1e6),'pixfT':'Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','woHCl':_0x981e07(0x18a),'QhGei':_0x981e07(0x22b),'FrtQg':_0x981e07(0x1ce),'DJIrW':_0x981e07(0x1bf),'XjtyJ':_0x981e07(0x215),'szooI':function(_0x5d6e38,_0x3a1dc0){return _0x5d6e38(_0x3a1dc0);},'bqREH':function(_0x1538f2,_0x1dddd2,_0x1244f6){return _0x1538f2(_0x1dddd2,_0x1244f6);},'ycicU':_0x981e07(0x1d2),'zTqnv':function(_0x5e6bcb,_0x170023,_0x43a909){return _0x5e6bcb(_0x170023,_0x43a909);},'RZZpW':function(_0x3a52a2){return _0x3a52a2();},'uJwEv':_0x981e07(0x209),'vyiDv':function(_0x1d83e1,_0x460a86,_0x151cc1,_0x22e780){return _0x1d83e1(_0x460a86,_0x151cc1,_0x22e780);},'WwCoO':function(_0x4a2187,_0x1f0fda){return _0x4a2187===_0x1f0fda;},'tifoT':'Suite','Pcadi':_0x981e07(0x21f),'Yvzje':'test-skipped','Vhfnj':'afterTest','fFSpK':function(_0x3e7576,_0x292a78,_0x1bc9bd){return _0x3e7576(_0x292a78,_0x1bc9bd);},'otCCm':_0x981e07(0x1be),'eJjah':_0x981e07(0x25b),'BjTXT':_0x981e07(0x254),'CUKkI':_0x981e07(0x1fe),'MGqAa':_0x981e07(0x22e),'tjwnl':'bddStep-before','oQkdh':_0x981e07(0x1c8),'pEoxK':_0x981e07(0x273)};_0x585cd2[_0x981e07(0x226)]&&(global[_0x981e07(0x23d)]=_0x585cd2['skipSessionStatus']);PerformanceTester[_0x981e07(0x1c7)]();const _0x1b3a88=_0x4dd419[_0x981e07(0x236)](getCodeceptDriver),_0x48f112=new O11yHelper(_0x1b3a88,_0x585cd2),_0x4102ce=!!CodeceptJS[_0x981e07(0x25e)]['helpers'](_0x4dd419[_0x981e07(0x241)]);global[_0x981e07(0x237)]=_0x1b3a88,_0x1b3a88&&(PerformanceTester[_0x981e07(0x223)](PerformanceEvents[_0x981e07(0x22c)],()=>{const _0x1c5b45=_0x981e07;_0x4102ce?_0x4dd419[_0x1c5b45(0x236)](patchPlaywrightBefore):_0x4dd419['hardf'](patchWebDriverBefore,_0x1b3a88);})(),PerformanceTester['measureWrapper'](PerformanceEvents[_0x981e07(0x278)],()=>{const _0x162810=_0x981e07,_0x11fc15={};_0x11fc15[_0x162810(0x248)]=_0x4dd419[_0x162810(0x24f)],_0x11fc15[_0x162810(0x269)]=_0x4dd419[_0x162810(0x1fd)];const _0x5710a0=_0x11fc15;_0x1b3a88[_0x162810(0x1b1)]=async()=>{const _0x1585e2=_0x162810;if(global['accessibilityPlatform']){const _0x3a4f5e={};return _0x3a4f5e[_0x1585e2(0x24d)]=_0x4dd419[_0x1585e2(0x1ee)],await PerformanceTester[_0x1585e2(0x223)](PerformanceA11yEvents[_0x1585e2(0x199)],async()=>{const _0x5f1918=_0x1585e2;return await AccessibilityHelper[_0x5f1918(0x203)](_0x1b3a88,scripts[_0x5f1918(0x1ea)]);},_0x3a4f5e)(),await PerformanceTester[_0x1585e2(0x223)](PerformanceA11yEvents[_0x1585e2(0x1bb)],async()=>{const _0x54840b=_0x1585e2;return await AccessibilityHelper[_0x54840b(0x203)](_0x1b3a88,scripts[_0x54840b(0x1fb)]);})();}return logger[_0x1585e2(0x1ab)](_0x4dd419[_0x1585e2(0x211)]),{};},_0x1b3a88['getAccessibilityResults']=async()=>{const _0x267daf=_0x162810;if(global['accessibilityPlatform']){const _0x510e28={};return _0x510e28['command']=_0x5710a0[_0x267daf(0x248)],await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x267daf(0x199)],async()=>{const _0x403bae=_0x267daf;return await AccessibilityHelper[_0x403bae(0x203)](_0x1b3a88,scripts[_0x403bae(0x1ea)]);},_0x510e28)(),await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x267daf(0x1f8)],async()=>{const _0x3c49a1=_0x267daf;return await AccessibilityHelper[_0x3c49a1(0x203)](_0x1b3a88,scripts[_0x3c49a1(0x1d0)]);})();}return logger[_0x267daf(0x1ab)](_0x5710a0['kzcXS']),{};},_0x4dd419['hardf'](patchSaveScreenshot,_0x1b3a88);})()),CodeceptJS[_0x981e07(0x188)][_0x981e07(0x1f4)]['on'](CodeceptJS['event'][_0x981e07(0x1dc)][_0x981e07(0x275)],()=>{const _0x5bcd5b=_0x981e07;PerformanceTester[_0x5bcd5b(0x1e4)](PerformanceEvents[_0x5bcd5b(0x1a9)]);try{_0x48f112[_0x5bcd5b(0x1e4)](),testOpsHelper[_0x5bcd5b(0x1d1)](),PerformanceTester[_0x5bcd5b(0x255)](PerformanceEvents['SDK_PRE_TEST']);}catch(_0x4daac0){PerformanceTester[_0x5bcd5b(0x1d3)](_0x4daac0),PerformanceTester[_0x5bcd5b(0x255)](PerformanceEvents[_0x5bcd5b(0x1a9)],![],_0x4daac0);}}),CodeceptJS[_0x981e07(0x188)][_0x981e07(0x1f4)]['on'](CodeceptJS[_0x981e07(0x188)]['all']['after'],async()=>{const _0x1baabd=_0x981e07;PerformanceTester[_0x1baabd(0x1e4)](PerformanceEvents[_0x1baabd(0x1ac)]);try{requestSpy['restore'](),await _0x48f112[_0x1baabd(0x205)](),PerformanceTester[_0x1baabd(0x255)](PerformanceEvents[_0x1baabd(0x1ac)]);}catch(_0x409ebb){PerformanceTester[_0x1baabd(0x1d3)](_0x409ebb),PerformanceTester[_0x1baabd(0x255)](PerformanceEvents[_0x1baabd(0x1ac)],![],_0x409ebb);}finally{PerformanceTester[_0x1baabd(0x276)]();}}),CodeceptJS[_0x981e07(0x188)][_0x981e07(0x1f4)]['on'](CodeceptJS[_0x981e07(0x188)][_0x981e07(0x258)]['started'],_0x2d147a=>{const _0x4b7122=_0x981e07;PerformanceTester[_0x4b7122(0x1e4)](PerformanceEvents['SDK_HOOK']);try{const _0xd4d3b7=_0x2d147a[_0x4b7122(0x23c)]['test'],_0x4c3856=_0x48f112[_0x4b7122(0x27a)](TEST_EVENTS[_0x4b7122(0x212)],_0xd4d3b7);CodeceptRecorder[_0x4b7122(0x1bc)](()=>_0x48f112[_0x4b7122(0x1a1)](TEST_EVENTS[_0x4b7122(0x212)],_0x4c3856));const _0x31af={};_0x31af[_0x4b7122(0x1b8)]=_0x4dd419['woHCl'],PerformanceTester[_0x4b7122(0x255)](PerformanceEvents['SDK_HOOK'],!![],null,_0x31af);}catch(_0x33429d){const _0x1e0ed3={};_0x1e0ed3['hookType']=_0x4dd419['woHCl'],PerformanceTester[_0x4b7122(0x255)](PerformanceEvents[_0x4b7122(0x1b0)],![],_0x33429d,_0x1e0ed3),PerformanceTester['captureError'](_0x33429d);}}),CodeceptJS[_0x981e07(0x188)][_0x981e07(0x1f4)]['on'](CodeceptJS[_0x981e07(0x188)]['hook']['passed'],_0x4d01f8=>{const _0x331e34=_0x981e07,_0x2b0db4={};_0x2b0db4[_0x331e34(0x1b8)]=_0x4dd419[_0x331e34(0x259)],PerformanceTester[_0x331e34(0x1e4)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x2b0db4);try{const _0x1511b0=_0x4d01f8[_0x331e34(0x23c)][_0x331e34(0x227)],_0x2d0b7e=_0x48f112[_0x331e34(0x27a)](TEST_EVENTS[_0x331e34(0x1b2)],_0x1511b0);CodeceptRecorder['add'](()=>_0x48f112[_0x331e34(0x1a1)](TEST_EVENTS['HOOK_RUN_FINISHED'],_0x2d0b7e));const _0x260957={};_0x260957[_0x331e34(0x1b8)]=_0x4dd419['QhGei'],PerformanceTester[_0x331e34(0x255)](PerformanceHookEvents[_0x331e34(0x1b0)],!![],null,_0x260957);}catch(_0x476bec){PerformanceTester[_0x331e34(0x1d3)](_0x476bec);const _0xe37536={};_0xe37536[_0x331e34(0x1b8)]=_0x4dd419['QhGei'],PerformanceTester['end'](PerformanceHookEvents[_0x331e34(0x1b0)],![],_0x476bec,_0xe37536);}}),CodeceptJS[_0x981e07(0x188)][_0x981e07(0x1f4)]['on'](CodeceptJS[_0x981e07(0x188)][_0x981e07(0x258)][_0x981e07(0x1c0)],async(_0x5974fc,_0xdcdec)=>{const _0x543bda=_0x981e07;PerformanceTester[_0x543bda(0x1e4)](PerformanceHookEvents[_0x543bda(0x1b0)]);try{const _0x2a02f9=_0x5974fc[_0x543bda(0x23c)][_0x543bda(0x227)],_0x4f03e4=_0x48f112['captureEvent'](TEST_EVENTS['HOOK_RUN_FINISHED'],_0x2a02f9,_0xdcdec);CodeceptRecorder['add'](()=>_0x48f112[_0x543bda(0x1a1)](TEST_EVENTS[_0x543bda(0x1b2)],_0x4f03e4));const _0x98891c={};_0x98891c['hookType']=_0x4dd419['FrtQg'],PerformanceTester[_0x543bda(0x1e4)](PerformanceHookEvents[_0x543bda(0x1b0)],!![],null,_0x98891c);}catch(_0x3d68e7){PerformanceTester['captureError'](_0x3d68e7);const _0xf2b7f6={};_0xf2b7f6[_0x543bda(0x1b8)]=_0x4dd419['FrtQg'],PerformanceTester[_0x543bda(0x255)](PerformanceHookEvents[_0x543bda(0x1b0)],![],_0x3d68e7,_0xf2b7f6);}const _0x5e73de={};_0x5e73de[_0x543bda(0x1b8)]=_0x4dd419[_0x543bda(0x1c6)],PerformanceTester[_0x543bda(0x255)](PerformanceHookEvents[_0x543bda(0x1b0)],!![],null,_0x5e73de);}),CodeceptJS[_0x981e07(0x188)][_0x981e07(0x1f4)]['on'](CodeceptJS[_0x981e07(0x188)][_0x981e07(0x227)][_0x981e07(0x275)],_0x18a6e5=>{const _0x20e844=_0x981e07;PerformanceTester[_0x20e844(0x1e4)](PerformanceHookEvents['SDK_HOOK']);try{globals[_0x20e844(0x264)](_0x4dd419['DJIrW'],_0x18a6e5[_0x20e844(0x22a)]);_0x4dd419[_0x20e844(0x236)](isBrowserstackInfra)&&(_0x4102ce&&(global[_0x20e844(0x26e)]={'currentTest':{'name':_0x18a6e5['title'],'testInfo':{'titlePath':_0x18a6e5[_0x20e844(0x1f5)]()}}}));const _0x5cd31a={};_0x5cd31a[_0x20e844(0x1b8)]=_0x4dd419['XjtyJ'],PerformanceTester['end'](PerformanceHookEvents[_0x20e844(0x1b0)],!![],null,_0x5cd31a);}catch(_0x5c713c){PerformanceTester[_0x20e844(0x1d3)](_0x5c713c);const _0x425952={};_0x425952['hookType']=_0x4dd419[_0x20e844(0x218)],PerformanceTester['end'](PerformanceHookEvents[_0x20e844(0x1b0)],![],_0x5c713c,_0x425952);}}),CodeceptJS[_0x981e07(0x188)][_0x981e07(0x1f4)]['on'](CodeceptJS[_0x981e07(0x188)][_0x981e07(0x227)][_0x981e07(0x26b)],_0x2ee656=>{const _0x1532e2=_0x981e07,_0x4aeb6d={'ZBHxu':function(_0x383b25){const _0x1f086d=a1_0x1053;return _0x4dd419[_0x1f086d(0x236)](_0x383b25);},'cdgVf':function(_0xcf3f18,_0x44685a){return _0x4dd419['szooI'](_0xcf3f18,_0x44685a);},'LnWKF':function(_0x275e84,_0x134170,_0x52b065){const _0x5d419c=a1_0x1053;return _0x4dd419[_0x5d419c(0x19a)](_0x275e84,_0x134170,_0x52b065);}};PerformanceTester[_0x1532e2(0x1e4)](PerformanceHookEvents[_0x1532e2(0x1b0)]);try{globals[_0x1532e2(0x264)](_0x4dd419[_0x1532e2(0x1c1)],_0x2ee656[_0x1532e2(0x22a)]);const _0x17c491=_0x48f112[_0x1532e2(0x27a)](TEST_EVENTS[_0x1532e2(0x1de)],_0x2ee656);CodeceptRecorder[_0x1532e2(0x1bc)](()=>_0x48f112[_0x1532e2(0x1a1)](TEST_EVENTS[_0x1532e2(0x1de)],_0x17c491)),CodeceptRecorder[_0x1532e2(0x1bc)](async()=>{const _0x52bc64=_0x1532e2;_0x4aeb6d[_0x52bc64(0x1e7)](isBrowserstackInfra)&&(!_0x4aeb6d[_0x52bc64(0x23b)](isTrue,_0x585cd2[_0x52bc64(0x1e9)])&&await _0x4aeb6d[_0x52bc64(0x257)](markSessionName,_0x1b3a88,_0x2ee656[_0x52bc64(0x22a)]),_0x48f112[_0x52bc64(0x27b)]&&await _0x4aeb6d[_0x52bc64(0x23b)](o11ySync,_0x1b3a88));});}catch(_0x529949){const _0x55fdb9={};_0x55fdb9['hookType']=_0x4dd419['ycicU'],PerformanceTester[_0x1532e2(0x255)](PerformanceHookEvents[_0x1532e2(0x1b0)],![],_0x529949,_0x55fdb9),PerformanceTester[_0x1532e2(0x1d3)](_0x529949);}const _0x37cd03={};_0x37cd03['hookType']=_0x4dd419[_0x1532e2(0x265)],PerformanceTester[_0x1532e2(0x255)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x37cd03);}),CodeceptJS[_0x981e07(0x188)][_0x981e07(0x1f4)]['on'](CodeceptJS['event'][_0x981e07(0x227)]['passed'],_0x17543c=>{const _0x377a44=_0x981e07;PerformanceTester[_0x377a44(0x1e4)](PerformanceHookEvents[_0x377a44(0x1b0)]);try{const _0x37763f=_0x48f112[_0x377a44(0x27a)](TEST_EVENTS['TEST_RUN_FINISHED'],_0x17543c);CodeceptRecorder['add'](()=>_0x48f112[_0x377a44(0x1a1)](TEST_EVENTS[_0x377a44(0x20c)],_0x37763f)),CodeceptRecorder[_0x377a44(0x1bc)](async()=>{const _0x155845=_0x377a44,_0xb4eb90={'Pbuqx':function(_0x3d4d58,_0x1deb59,_0x1359dd){return _0x4dd419['zTqnv'](_0x3d4d58,_0x1deb59,_0x1359dd);}};_0x4dd419['RZZpW'](isBrowserstackInfra)&&await PerformanceTester[_0x155845(0x223)](PerformanceAutEvents['SESSION_STATUS'],async()=>{const _0x5b7fb7=_0x155845;_0x4102ce?await _0xb4eb90[_0x5b7fb7(0x219)](playwrightMarkSessionStatus,_0x1b3a88,STATE_PASSED):await _0xb4eb90[_0x5b7fb7(0x219)](markSessionStatus,_0x1b3a88,STATE_PASSED);})();}),PerformanceTester[_0x377a44(0x255)](PerformanceEvents[_0x377a44(0x21a)]);}catch(_0x4d9d3c){PerformanceTester[_0x377a44(0x1d3)](_0x4d9d3c);const _0x5b249b={};_0x5b249b[_0x377a44(0x1b8)]=_0x4dd419[_0x377a44(0x250)],PerformanceTester[_0x377a44(0x255)](PerformanceHookEvents['SDK_HOOK'],![],_0x4d9d3c,_0x5b249b),PerformanceTester['end'](PerformanceEvents['SDK_TEST'],![],_0x4d9d3c);}const _0x52a3f1={};_0x52a3f1['hookType']=_0x4dd419[_0x377a44(0x250)],PerformanceTester[_0x377a44(0x255)](PerformanceHookEvents[_0x377a44(0x1b0)],!![],null,_0x52a3f1);}),CodeceptJS[_0x981e07(0x188)]['dispatcher']['on'](CodeceptJS[_0x981e07(0x188)]['test'][_0x981e07(0x1c0)],(_0x1c6975,_0x4c999e)=>{const _0x575f4c=_0x981e07;PerformanceTester[_0x575f4c(0x1e4)](PerformanceHookEvents[_0x575f4c(0x1b0)]);try{if(_0x4dd419[_0x575f4c(0x24a)](_0x1c6975[_0x575f4c(0x202)][_0x575f4c(0x1bd)],_0x4dd419['tifoT'])){const _0x2343b=_0x48f112[_0x575f4c(0x27a)](TEST_EVENTS[_0x575f4c(0x230)],_0x1c6975[_0x575f4c(0x23c)][_0x575f4c(0x1fc)]);CodeceptRecorder[_0x575f4c(0x1bc)](()=>_0x48f112[_0x575f4c(0x1a1)](TEST_EVENTS[_0x575f4c(0x230)],_0x2343b));}else{const _0x231641=_0x48f112[_0x575f4c(0x27a)](TEST_EVENTS[_0x575f4c(0x20c)],_0x1c6975,_0x4c999e);CodeceptRecorder[_0x575f4c(0x1bc)](()=>{const _0x5ef30c=_0x575f4c;try{_0x48f112[_0x5ef30c(0x1a1)](TEST_EVENTS[_0x5ef30c(0x20c)],_0x231641);}catch(_0x3e2b61){logger[_0x5ef30c(0x1a2)]('Failed\x20in\x20sending\x20TestRunFinish\x20event:\x20'+util[_0x5ef30c(0x242)](_0x3e2b61)),PerformanceTester[_0x5ef30c(0x255)](PerformanceEvents[_0x5ef30c(0x21a)],![],_0x3e2b61);}}),CodeceptRecorder[_0x575f4c(0x1bc)](async()=>{const _0x7773e6=_0x575f4c;try{_0x4dd419['RZZpW'](isBrowserstackInfra)&&(_0x4102ce?await _0x4dd419[_0x7773e6(0x21b)](playwrightMarkSessionStatus,_0x1b3a88,STATE_FAILED,_0x4c999e):await _0x4dd419['vyiDv'](markSessionStatus,_0x1b3a88,STATE_FAILED,_0x4c999e));}catch(_0x13015c){logger[_0x7773e6(0x1a2)](_0x7773e6(0x207)+util[_0x7773e6(0x242)](_0x13015c)),PerformanceTester[_0x7773e6(0x255)](PerformanceEvents[_0x7773e6(0x21a)],![],_0x13015c);}});}PerformanceTester[_0x575f4c(0x255)](PerformanceEvents['SDK_TEST']);}catch(_0x1afb07){PerformanceTester[_0x575f4c(0x1d3)](_0x1afb07);const _0x5efc20={};_0x5efc20[_0x575f4c(0x1b8)]=_0x4dd419[_0x575f4c(0x244)],PerformanceTester[_0x575f4c(0x255)](PerformanceHookEvents['SDK_HOOK'],![],_0x1afb07,_0x5efc20),PerformanceTester['end'](PerformanceEvents['SDK_TEST'],![],_0x1afb07);}const _0x3a674d={};_0x3a674d[_0x575f4c(0x1b8)]=_0x4dd419[_0x575f4c(0x244)],PerformanceTester[_0x575f4c(0x255)](PerformanceHookEvents[_0x575f4c(0x1b0)],!![],null,_0x3a674d);}),CodeceptJS[_0x981e07(0x188)][_0x981e07(0x1f4)]['on'](CodeceptJS[_0x981e07(0x188)][_0x981e07(0x227)]['skipped'],_0x410660=>{const _0x24c543=_0x981e07;PerformanceTester[_0x24c543(0x1e4)](PerformanceHookEvents[_0x24c543(0x1b0)]);try{const _0x1f061f=_0x48f112[_0x24c543(0x27a)](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x410660);CodeceptRecorder[_0x24c543(0x1bc)](()=>_0x48f112[_0x24c543(0x1a1)](TEST_EVENTS[_0x24c543(0x230)],_0x1f061f)),PerformanceTester[_0x24c543(0x255)](PerformanceEvents['SDK_TEST']);}catch(_0x44de80){PerformanceTester[_0x24c543(0x1d3)](_0x44de80),PerformanceTester['end'](PerformanceEvents[_0x24c543(0x21a)],![],_0x44de80);const _0x22ce3a={};_0x22ce3a[_0x24c543(0x1b8)]=_0x4dd419[_0x24c543(0x1ad)],PerformanceTester[_0x24c543(0x255)](PerformanceHookEvents[_0x24c543(0x1b0)],![],_0x44de80,_0x22ce3a);}const _0x1bd588={};_0x1bd588[_0x24c543(0x1b8)]=_0x4dd419[_0x24c543(0x1ad)],PerformanceTester[_0x24c543(0x255)](PerformanceHookEvents[_0x24c543(0x1b0)],!![],null,_0x1bd588);}),CodeceptJS[_0x981e07(0x188)][_0x981e07(0x1f4)]['on'](CodeceptJS[_0x981e07(0x188)]['test'][_0x981e07(0x229)],async(_0xdaeebd,_0x535767)=>{const _0x1b7487=_0x981e07,_0x21190c={};_0x21190c[_0x1b7487(0x21d)]=_0x4dd419[_0x1b7487(0x266)];const _0x4c1348=_0x21190c;try{PerformanceTester[_0x1b7487(0x1e4)](PerformanceHookEvents[_0x1b7487(0x1b0)]);const _0x2a5967=_0x4dd419[_0x1b7487(0x256)](shouldScanTestForAccessibility,_0xdaeebd[_0x1b7487(0x1f5)](),!![]);if(_0x4dd419[_0x1b7487(0x24e)](isAccessibilityAutomationSession)&&global[_0x1b7487(0x23f)]&&_0x2a5967){const _0xcb3fab={};_0xcb3fab['thTestRunUuid']=_0xdaeebd[_0x1b7487(0x251)],_0xcb3fab[_0x1b7487(0x190)]=process[_0x1b7487(0x18b)][testHubConstants['ENV_VAR'][_0x1b7487(0x26d)]],_0xcb3fab[_0x1b7487(0x245)]=process[_0x1b7487(0x18b)][testHubConstants['ENV_VAR']['BROWSERSTACK_TESTHUB_JWT']];const _0x3fb978=_0xcb3fab;logger[_0x1b7487(0x1a2)]('Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20'+JSON[_0x1b7487(0x233)](_0x3fb978)),CodeceptRecorder[_0x1b7487(0x1bc)](async()=>{const _0x4b1709=_0x1b7487,_0x5cead6={};_0x5cead6[_0x4b1709(0x24d)]=_0x4c1348[_0x4b1709(0x21d)],await PerformanceTester['measureWrapper'](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x35f462=_0x4b1709;await AccessibilityHelper[_0x35f462(0x203)](_0x1b3a88,scripts['performScan']);},_0x5cead6)(),await PerformanceTester[_0x4b1709(0x223)](PerformanceA11yEvents[_0x4b1709(0x1f2)],async()=>{const _0x198a83=_0x4b1709;await AccessibilityHelper['browserStackExecuteDriver'](_0x1b3a88,scripts[_0x198a83(0x1da)],_0x3fb978);})();}),logger[_0x1b7487(0x1f0)](_0x4dd419[_0x1b7487(0x240)]);}const _0x593d7a={};_0x593d7a[_0x1b7487(0x1b8)]=_0x4dd419[_0x1b7487(0x1ff)],PerformanceTester[_0x1b7487(0x255)](PerformanceHookEvents[_0x1b7487(0x1b0)],!![],null,_0x593d7a);}catch(_0x38393f){PerformanceTester[_0x1b7487(0x1d3)](_0x38393f);const _0x4b36be={};_0x4b36be[_0x1b7487(0x1b8)]=_0x4dd419[_0x1b7487(0x1ff)],PerformanceTester[_0x1b7487(0x255)](PerformanceHookEvents['SDK_HOOK'],![],_0x38393f,_0x4b36be);}}),CodeceptJS[_0x981e07(0x188)]['dispatcher']['on'](CodeceptJS[_0x981e07(0x188)][_0x981e07(0x204)][_0x981e07(0x1df)],_0x8534bb=>{const _0x3ddd16=_0x981e07;PerformanceTester[_0x3ddd16(0x1e4)](PerformanceHookEvents[_0x3ddd16(0x1b0)]);try{process[_0x3ddd16(0x20a)]('bs:addLog:'+process[_0x3ddd16(0x20b)],{'timestamp':new Date()['toISOString'](),'level':_0x4dd419[_0x3ddd16(0x1d5)],'message':_0x8534bb,'kind':_0x4dd419[_0x3ddd16(0x1d8)],'http_response':{}});}catch(_0x5a6bfd){PerformanceTester['captureError'](_0x5a6bfd);const _0x58ccef={};_0x58ccef[_0x3ddd16(0x1b8)]=_0x4dd419['MGqAa'],PerformanceTester[_0x3ddd16(0x255)](PerformanceHookEvents[_0x3ddd16(0x1b0)],![],_0x5a6bfd,_0x58ccef);}const _0x1c3eea={};_0x1c3eea[_0x3ddd16(0x1b8)]=_0x4dd419[_0x3ddd16(0x1b5)],PerformanceTester['end'](PerformanceHookEvents[_0x3ddd16(0x1b0)],!![],null,_0x1c3eea);}),CodeceptJS[_0x981e07(0x188)][_0x981e07(0x1f4)]['on'](CodeceptJS[_0x981e07(0x188)][_0x981e07(0x195)][_0x981e07(0x275)],_0x35887f=>{const _0x1fcb06=_0x981e07,_0x9c4682={};_0x9c4682[_0x1fcb06(0x1b8)]=_0x4dd419[_0x1fcb06(0x1ef)],PerformanceTester[_0x1fcb06(0x223)](PerformanceHookEvents[_0x1fcb06(0x1b0)],()=>{_0x48f112['bddStepStart'](_0x35887f);},_0x9c4682)();}),CodeceptJS['event'][_0x981e07(0x1f4)]['on'](CodeceptJS['event']['bddStep'][_0x981e07(0x229)],_0x20235f=>{const _0x2f04b9=_0x981e07,_0xe13234={};_0xe13234[_0x2f04b9(0x1b8)]=_0x4dd419['oQkdh'],PerformanceTester[_0x2f04b9(0x223)](PerformanceHookEvents[_0x2f04b9(0x1b0)],()=>{const _0x30ce63=_0x2f04b9;_0x48f112[_0x30ce63(0x18d)](_0x20235f);},_0xe13234)();});};
|
|
1
|
+
const a1_0x1ca2b5=a1_0xe067;(function(_0x486909,_0x587660){const _0x4d1bc5=a1_0xe067,_0x17d190=_0x486909();while(!![]){try{const _0x494c5e=parseInt(_0x4d1bc5(0x1ea))/0x1+-parseInt(_0x4d1bc5(0x166))/0x2*(parseInt(_0x4d1bc5(0x229))/0x3)+-parseInt(_0x4d1bc5(0x216))/0x4+parseInt(_0x4d1bc5(0x17a))/0x5*(parseInt(_0x4d1bc5(0x21d))/0x6)+-parseInt(_0x4d1bc5(0x1ce))/0x7*(-parseInt(_0x4d1bc5(0x227))/0x8)+parseInt(_0x4d1bc5(0x1a4))/0x9*(parseInt(_0x4d1bc5(0x1d3))/0xa)+parseInt(_0x4d1bc5(0x134))/0xb*(-parseInt(_0x4d1bc5(0x1e8))/0xc);if(_0x494c5e===_0x587660)break;else _0x17d190['push'](_0x17d190['shift']());}catch(_0x4ae5a3){_0x17d190['push'](_0x17d190['shift']());}}}(a1_0x1b96,0xae380));const fs=require('fs'),util=require(a1_0x1ca2b5(0x210)),{requireModule,markSessionStatus,isUndefined,isTrue,isBrowserstackInfra}=require(a1_0x1ca2b5(0x1ad)),logger=require(a1_0x1ca2b5(0x1d4))['winstonLogger'],testOpsHelper=require(a1_0x1ca2b5(0x1fa)),requestSpy=require(a1_0x1ca2b5(0x1b1)),PlaywrightSessionDetails=require('../../bin/playwright/sessionDetails'),{O11yHelper,TEST_EVENTS,STATE_PASSED,STATE_FAILED}=require(a1_0x1ca2b5(0x199)),{shouldScanTestForAccessibility,isAccessibilityAutomationSession}=require(a1_0x1ca2b5(0x1a8)),AccessibilityHelper=require(a1_0x1ca2b5(0x149)),scripts=require(a1_0x1ca2b5(0x17f)),PerformanceTester=require(a1_0x1ca2b5(0x18a)),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceHookEvents}=require(a1_0x1ca2b5(0x14a)),{processWebDriverConfig,shouldPatchExecuteScript}=require('./helper.js'),testHubConstants=require(a1_0x1ca2b5(0x1cf)),globals=require(a1_0x1ca2b5(0x1a1)),CodeceptJS=requireModule('codeceptjs/lib/index.js',a1_0x1ca2b5(0x209)),CodeceptUtils=requireModule(a1_0x1ca2b5(0x1e6),a1_0x1ca2b5(0x209)),CodeceptWebDriver=requireModule(a1_0x1ca2b5(0x150),a1_0x1ca2b5(0x209)),CodeceptRecorder=requireModule('codeceptjs/lib/recorder.js',a1_0x1ca2b5(0x209)),CodeceptPlaywright=requireModule(a1_0x1ca2b5(0x132),a1_0x1ca2b5(0x209)),playwrightMarkSessionStatus=(_0x4d6285,_0x2697a2,_0x5d2e73)=>{const _0x59436c=a1_0x1ca2b5,_0x247eca={'kWbxj':_0x59436c(0x1e5),'TySOP':function(_0x189aa1,_0x322beb){return _0x189aa1(_0x322beb);}},_0x42d3ea={};_0x42d3ea[_0x59436c(0x1d2)]=_0x2697a2;const _0x1b926a={};_0x1b926a[_0x59436c(0x1c6)]=_0x247eca[_0x59436c(0x225)],_0x1b926a[_0x59436c(0x18e)]=_0x42d3ea;const _0x38fedf=_0x1b926a;return!_0x247eca[_0x59436c(0x151)](isUndefined,_0x5d2e73)&&(_0x38fedf['arguments'][_0x59436c(0x1c9)]=JSON[_0x59436c(0x163)](_0x5d2e73)),_0x4d6285[_0x59436c(0x13b)](()=>{},_0x59436c(0x21b)+JSON[_0x59436c(0x163)](_0x38fedf));},o11ySync=PerformanceTester[a1_0x1ca2b5(0x13d)](PerformanceO11yEvents[a1_0x1ca2b5(0x13c)],async _0x431e16=>{const _0x30414d=a1_0x1ca2b5,_0x4994ec={};_0x4994ec[_0x30414d(0x138)]=function(_0x1f9b54,_0x4d490b){return _0x1f9b54===_0x4d490b;},_0x4994ec['moIAv']='Playwright';const _0x449303=_0x4994ec;_0x449303['nejYK'](_0x431e16[_0x30414d(0x136)]['name'],_0x449303[_0x30414d(0x148)])?await _0x431e16['executeScript'](_0x1d4cf2=>{},testOpsHelper[_0x30414d(0x13e)]()):await _0x431e16[_0x30414d(0x13b)](testOpsHelper[_0x30414d(0x13e)]());}),markSessionName=PerformanceTester[a1_0x1ca2b5(0x13d)](PerformanceAutEvents[a1_0x1ca2b5(0x1f7)],async(_0x4fd187,_0x2a577d)=>{const _0x1bf662=a1_0x1ca2b5,_0x525be2={};_0x525be2[_0x1bf662(0x1e7)]=_0x1bf662(0x173),_0x525be2['hTuRG']=function(_0x1d97d1,_0x4d969a){return _0x1d97d1===_0x4d969a;},_0x525be2[_0x1bf662(0x175)]=_0x1bf662(0x178);const _0x5045a9=_0x525be2,_0x3502c9={};_0x3502c9[_0x1bf662(0x16d)]=_0x2a577d;const _0x3a5d99={};_0x3a5d99[_0x1bf662(0x1c6)]=_0x5045a9['tHncK'],_0x3a5d99[_0x1bf662(0x18e)]=_0x3502c9;const _0x2819f9=_0x3a5d99;_0x5045a9[_0x1bf662(0x177)](_0x4fd187[_0x1bf662(0x136)]['name'],_0x5045a9[_0x1bf662(0x175)])?await _0x4fd187[_0x1bf662(0x13b)](()=>{},_0x1bf662(0x21b)+JSON['stringify'](_0x2819f9)):await _0x4fd187[_0x1bf662(0x13b)](_0x1bf662(0x21b)+JSON[_0x1bf662(0x163)](_0x2819f9));}),patchSaveScreenshot=_0x3bf614=>{const _0xa7bf64=a1_0x1ca2b5,_0x120af5={'nwgCQ':_0xa7bf64(0x193),'YJkpQ':_0xa7bf64(0x21e),'GJceY':function(_0x3ce485){return _0x3ce485();},'jpjRY':function(_0x541f2f,_0x1186b3){return _0x541f2f(_0x1186b3);},'pweLt':_0xa7bf64(0x1b9),'zrCMV':function(_0x10c065,_0x7bbb4a){return _0x10c065(_0x7bbb4a);}};_0x120af5[_0xa7bf64(0x197)](isTrue,process[_0xa7bf64(0x1cb)][_0xa7bf64(0x1dd)])&&!_0x3bf614[_0xa7bf64(0x1c1)]&&(_0x3bf614[_0xa7bf64(0x1c1)]=!![],_0x3bf614[_0xa7bf64(0x1d7)]=_0x3bf614['saveScreenshot'],_0x3bf614['saveScreenshot']=(_0x5cc932,_0x19829c=![])=>{return new Promise(function(_0x524d02,_0xbaee8f){const _0x58956c=a1_0xe067,_0x42986a={'WItuS':_0x120af5[_0x58956c(0x1e0)],'pQiCR':_0x120af5[_0x58956c(0x14c)],'KkKJu':function(_0x1b974d){const _0x49a96f=_0x58956c;return _0x120af5[_0x49a96f(0x156)](_0x1b974d);},'MVzQn':function(_0x3722c0,_0x55bef5){return _0x120af5['jpjRY'](_0x3722c0,_0x55bef5);},'VVuRv':_0x120af5['pweLt']};_0x3bf614['initSaveScreenshot'](_0x5cc932,_0x19829c)['then'](()=>{const _0x6b016c=_0x58956c,_0x3bad1d=CodeceptUtils['screenshotOutputFolder'](_0x5cc932);if(_0x3bad1d){const _0x4126eb=fs[_0x6b016c(0x164)](_0x3bad1d);process[_0x6b016c(0x1f6)](_0x6b016c(0x212)+process[_0x6b016c(0x1da)],{'timestamp':new Date()[_0x6b016c(0x182)](),'message':_0x4126eb[_0x6b016c(0x172)](_0x42986a[_0x6b016c(0x1fc)]),'kind':_0x42986a['pQiCR']}),_0x42986a[_0x6b016c(0x154)](_0x524d02);}_0x42986a[_0x6b016c(0x1e1)](_0xbaee8f,new Error(_0x42986a[_0x6b016c(0x159)]));})[_0x58956c(0x147)](()=>null);});});},patchWebDriverBefore=_0x1a16ac=>{const _0x2130a2=a1_0x1ca2b5,_0x275c3f={'rmrVk':function(_0xe4b8ab){return _0xe4b8ab();},'ZaDYE':function(_0xdd8055,_0xb7ed65){return _0xdd8055(_0xb7ed65);},'nvtAq':function(_0x36c501,_0x1e660e){return _0x36c501===_0x1e660e;},'AuxKv':'webdriverio','hfFlW':'string','WdoLN':'Element'},_0x367022=async function(_0xf0d6c8,_0x1a2f7f){const _0x8c734e=a1_0xe067;_0x275c3f[_0x8c734e(0x167)](isAccessibilityAutomationSession)&&!global[_0x8c734e(0x171)]&&global[_0x8c734e(0x1f0)]&&scripts['shouldWrapCommand'](_0xf0d6c8[_0x8c734e(0x16d)])&&_0x275c3f[_0x8c734e(0x1cd)](shouldPatchExecuteScript,arguments[0x2])&&(global['bstackAllyScanning']=!![],await PerformanceTester[_0x8c734e(0x13d)](PerformanceA11yEvents[_0x8c734e(0x1f4)],async()=>{const _0x294001=_0x8c734e;logger[_0x294001(0x203)]('Performing\x20scan\x20for\x20'+_0xf0d6c8['class']+'\x20'+_0xf0d6c8['name']),await AccessibilityHelper[_0x294001(0x1dc)](_0x1a16ac,scripts[_0x294001(0x168)]);},{'command':_0xf0d6c8[_0x8c734e(0x16d)]})());global[_0x8c734e(0x171)]=![];const _0xa5200=JSON[_0x8c734e(0x219)](process['env'][_0x8c734e(0x186)]||'{}');if(_0x275c3f[_0x8c734e(0x16f)](_0xa5200?.[_0x8c734e(0x16b)]?.[_0x8c734e(0x16d)],_0x275c3f['AuxKv'])&&_0x275c3f['nvtAq'](typeof _0xa5200?.[_0x8c734e(0x16b)]?.[_0x8c734e(0x1c8)],_0x275c3f[_0x8c734e(0x1e9)])&&_0xa5200?.[_0x8c734e(0x16b)]?.[_0x8c734e(0x1c8)][_0x8c734e(0x1f9)]('7'))return _0x1a2f7f[_0x8c734e(0x213)](null,Array[_0x8c734e(0x1bd)]['slice']['call'](arguments,0x2));return _0x1a2f7f[_0x8c734e(0x213)](this,Array[_0x8c734e(0x1bd)][_0x8c734e(0x180)][_0x8c734e(0x189)](arguments,0x2));},_0x1cc50c=CodeceptWebDriver['prototype'][_0x2130a2(0x221)];CodeceptWebDriver[_0x2130a2(0x1bd)][_0x2130a2(0x221)]=async function(){const _0x5ec12c=_0x2130a2;try{await _0x1cc50c[_0x5ec12c(0x213)](this,arguments);}catch(_0x30c01b){logger['debug']('Failed\x20to\x20execute\x20_before:\x20'+util['format'](_0x30c01b));}scripts['commandsToWrap'][_0x5ec12c(0x1b6)](_0x2f3d9b=>_0x2f3d9b['name']&&_0x2f3d9b[_0x5ec12c(0x20f)])['forEach'](_0x30113c=>{const _0xc81115=_0x5ec12c;this[_0xc81115(0x146)][_0xc81115(0x1f5)](_0x30113c[_0xc81115(0x16d)],_0x367022[_0xc81115(0x200)](this,_0x30113c),_0x275c3f[_0xc81115(0x16f)](_0x30113c[_0xc81115(0x20f)],_0x275c3f['WdoLN']));}),_0x275c3f[_0x5ec12c(0x1cd)](processWebDriverConfig,_0x1a16ac);};};function a1_0x1b96(){const _0x4c5a47=['FJbdx','title','arguments','dKCgz','ejkZs','ZBajf','JKMsO','base64','--auto-open-devtools-for-tabs','GET_RESULTS','container','zrCMV','hook-failed','./o11yHelper','split','eTyJt','mRhGG','HOOK_RUN_FINISHED','before','test-before','BROWSERSTACK_TESTHUB_JWT','../../helpers/globals.js','failed','IIUiH','8048898PpGpuT','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','exports','hook','../../helpers/accessibility-automation/helper','warn','thBuildUuid','captureEvent','SAVE_RESULTS','../../helpers/helper','hook-passed','TestCafe','dispatcher','../../helpers/request-spy','INFO','SDK_PRE_INITIALIZE','ufDSa','TTsAB','filter','thTestRunUuid','format','Screenshot\x20path\x20not\x20found','djhyh','Failed\x20in\x20marking\x20session\x20status\x20of\x20test:\x20','SDK_PRE_TEST','prototype','stop','HOOK_RUN_STARTED','saveTestResults','patchSaveScreenshot','SDK_HOOK','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20summary.','SDK_TEST','tKVDE','action','pages','version','reason','bddStepFinish','env','message','ZaDYE','2947BYaVOT','../../helpers/testhub/constants.js','Lecuv','config','status','10rleEkh','../../helpers/logger','xCfts','browserContext','initSaveScreenshot','SbMon','comment','pid','xQdPq','browserStackExecuteDriver','BS_TESTOPS_ALLOW_SCREENSHOTS','swkfk','after','nwgCQ','MVzQn','AyxBx','hookType','addRequestSpy','setSessionStatus','codeceptjs/lib/utils.js','tHncK','228Bnidmr','hfFlW','932157SnZOet','GKgSF','TEST_RUN_SKIPPED','skipSessionStatus','TEST_RUN_FINISHED','TEST_LOG','accessibilityPlatform','test-failed','enabled','__workerDetails','PERFORM_SCAN','overwriteCommand','emit','SESSION_NAME','browserstackTestName','startsWith','../../helpers/test-observability/utils','qpHRw','WItuS','anwVY','testAnalyticsId','fmlXJ','bind','passed','CJCxq','debug','started','mwTxy','push','hCqRy','boQZS','codeceptjs','AJvfZ','xyckT','hytoq','test-after','GET_RESULTS_SUMMARY','class','util','setGlobal','bs:addLog:','apply','skipSessionName','AIZwM','3940564BLEWek','YgEyE','info','parse','event','browserstack_executor:\x20','XrLHM','335364IXXtUo','TEST_SCREENSHOT','RYScv','domForge','_before','\x0aStack:\x20','test-skipped','Suite','kWbxj','bddStep','10408RvgdvD','WebDriver','113193FVBrwJ','bJZAJ','duxdV','test','bddStepStart','codeceptjs/lib/helper/Playwright.js','yccBs','646679QcGxSj','test-started','constructor','SESSION_STATUS','nejYK','getResultsSummary','SDK_POST_TEST','executeScript','SYNC','measureWrapper','getSyncScript','restore','ENV_VAR','getAccessibilityResults','currentTest','_setPage','contexts','all','browser','catch','moIAv','../../bin/playwright/accessibility-helper','../../helpers/performance/constants','hook-started','YJkpQ','djIjK','ghmZp','Failed\x20to\x20patch\x20pages\x20method\x20in\x20browserContext\x20for\x20a11y\x20domForge:\x20','codeceptjs/lib/helper/WebDriver.js','TySOP','fireEvent','bddStep-after','KkKJu','ctx','GJceY','test-passed','__driver','VVuRv','step-comment','page','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','chromium','UFiyd','url','pyPHw','TxCwe','command','stringify','readFileSync','RrayW','24HIrnzw','rmrVk','performScan','start','afterTest','testFramework','ZGOHM','name','NuLre','nvtAq','args','bstackAllyScanning','toString','setSessionName','fzuLA','MkgDN','helpers','hTuRG','Playwright','bddStep-before','80mnVbzR','a11y_core_config','__skipSessionStatus','find','titlePath','../../helpers/accessibility-automation/scripts','slice','stack','toISOString','add','end','patch','FRAMEWORK_DETAILS','BS_A11Y_JWT','TEST_RUN_STARTED','call','../../helpers/performance/performance-tester','captureError'];a1_0x1b96=function(){return _0x4c5a47;};return a1_0x1b96();}function parseJwt(_0x28cbd8){const _0x4de6f2=a1_0x1ca2b5,_0x5b80fd={};_0x5b80fd[_0x4de6f2(0x133)]='base64';const _0x3e9e52=_0x5b80fd;if(!_0x28cbd8)return null;return JSON['parse'](Buffer['from'](_0x28cbd8[_0x4de6f2(0x19a)]('.')[0x1],_0x3e9e52[_0x4de6f2(0x133)])[_0x4de6f2(0x172)]());}function a1_0xe067(_0x5c2882,_0x4b395d){const _0x1b9677=a1_0x1b96();return a1_0xe067=function(_0xe067ca,_0x2617b4){_0xe067ca=_0xe067ca-0x131;let _0x4a7b10=_0x1b9677[_0xe067ca];return _0x4a7b10;},a1_0xe067(_0x5c2882,_0x4b395d);}const patchPlaywrightBefore=()=>{const _0xb99c85=a1_0x1ca2b5,_0x23b434={'SbIBp':_0xb99c85(0x194),'AyxBx':function(_0x7a4ae5){return _0x7a4ae5();},'oEXYU':function(_0x2af637,_0x40c8ac){return _0x2af637(_0x40c8ac);},'eTyJt':'devtools://','xCfts':function(_0x46764f,_0x4a3fec){return _0x46764f+_0x4a3fec;},'vkEIu':_0xb99c85(0x222),'dKCgz':function(_0x21cfdb){return _0x21cfdb();},'Mnxec':function(_0x38192a){return _0x38192a();},'ufDSa':function(_0x372714){return _0x372714();}};PlaywrightSessionDetails[_0xb99c85(0x185)]();const _0x412adf=CodeceptPlaywright[_0xb99c85(0x1bd)][_0xb99c85(0x221)];CodeceptPlaywright[_0xb99c85(0x1bd)][_0xb99c85(0x221)]=async function(){const _0x4ddabd=_0xb99c85,_0x41d076={'eGDCc':function(_0x460e3f){return _0x23b434['AyxBx'](_0x460e3f);},'OJgPq':_0x23b434[_0x4ddabd(0x19b)]};this[_0x4ddabd(0x1d6)]=await this[_0x4ddabd(0x146)][_0x4ddabd(0x144)]()[0x0];const _0xb8b585=async()=>{const _0x502e5d=_0x4ddabd,_0xf55245=this[_0x502e5d(0x1d1)]&&this[_0x502e5d(0x1d1)]['chromium']&&this[_0x502e5d(0x1d1)]['chromium'][_0x502e5d(0x170)]&&Array['isArray'](this[_0x502e5d(0x1d1)][_0x502e5d(0x15d)][_0x502e5d(0x170)])&&this[_0x502e5d(0x1d1)]['chromium']['args']['includes'](_0x23b434['SbIBp']);if(_0x23b434[_0x502e5d(0x1e2)](isAccessibilityAutomationSession)&&!_0xf55245)try{const _0x4a7027=_0x23b434['oEXYU'](parseJwt,process[_0x502e5d(0x1cb)][_0x502e5d(0x187)]);if(_0x4a7027&&_0x4a7027[_0x502e5d(0x17b)]&&_0x4a7027[_0x502e5d(0x17b)][_0x502e5d(0x220)]){const _0x5410e4=this[_0x502e5d(0x1d6)][_0x502e5d(0x1c7)][_0x502e5d(0x200)](this[_0x502e5d(0x1d6)]);this[_0x502e5d(0x1d6)][_0x502e5d(0x1c7)]=async function(){const _0x54373d=_0x502e5d,_0x399d83=await _0x41d076['eGDCc'](_0x5410e4),_0x1f1b98=[];for(const _0x10609b of _0x399d83){try{const _0x5a1b4f=await _0x10609b[_0x54373d(0x15f)]();!_0x5a1b4f['startsWith'](_0x41d076['OJgPq'])&&_0x1f1b98[_0x54373d(0x206)](_0x10609b);}catch(_0x3094cf){_0x1f1b98['push'](_0x10609b);}}return _0x1f1b98;};}if(!_0x23b434['AyxBx'](isBrowserstackInfra)){const _0x52824a=await this[_0x502e5d(0x15b)]['url']();if(_0x52824a[_0x502e5d(0x1f9)](_0x23b434[_0x502e5d(0x19b)])){const _0x1e7afc=await this[_0x502e5d(0x1d6)][_0x502e5d(0x1c7)]();this[_0x502e5d(0x143)](_0x1e7afc[0x0]);}}}catch(_0x1257d7){logger[_0x502e5d(0x203)](_0x502e5d(0x14f)+_0x1257d7[_0x502e5d(0x1cc)]+(_0x1257d7[_0x502e5d(0x181)]?_0x23b434[_0x502e5d(0x1d5)](_0x23b434['vkEIu'],_0x1257d7[_0x502e5d(0x181)]):''));}};_0x23b434[_0x4ddabd(0x18f)](isBrowserstackInfra)&&await _0x23b434['Mnxec'](_0xb8b585),await _0x412adf[_0x4ddabd(0x213)](this,arguments),!_0x23b434[_0x4ddabd(0x1b4)](isBrowserstackInfra)&&await _0x23b434[_0x4ddabd(0x1e2)](_0xb8b585);};},getCodeceptDriver=()=>{const _0x47a82f=a1_0x1ca2b5,_0x30252e={};_0x30252e[_0x47a82f(0x1fd)]=_0x47a82f(0x228),_0x30252e['wvZCJ']='Playwright',_0x30252e[_0x47a82f(0x22a)]='Puppeteer',_0x30252e[_0x47a82f(0x14d)]=_0x47a82f(0x1af);const _0x1222f3=_0x30252e,_0x441be7=[_0x1222f3[_0x47a82f(0x1fd)],_0x1222f3['wvZCJ'],_0x1222f3['bJZAJ'],_0x1222f3[_0x47a82f(0x14d)]],_0x5d399e=_0x441be7[_0x47a82f(0x17d)](_0xd0bea1=>!!CodeceptJS[_0x47a82f(0x196)][_0x47a82f(0x176)](_0xd0bea1));if(!_0x5d399e)return null;return CodeceptJS['container'][_0x47a82f(0x176)](_0x5d399e);};module[a1_0x1ca2b5(0x1a6)]=function(_0x1792eb){const _0x1f8ea5=a1_0x1ca2b5,_0x4bcf1b={'fzuLA':function(_0xc2e25f){return _0xc2e25f();},'ejkZs':function(_0xf600d0,_0x27eceb){return _0xf600d0(_0x27eceb);},'CgRXq':'getAccessibilityResultsSummary','hytoq':_0x1f8ea5(0x1c3),'JKMsO':_0x1f8ea5(0x141),'RrayW':'Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','ghmZp':_0x1f8ea5(0x14b),'IIUiH':_0x1f8ea5(0x1ae),'GKgSF':_0x1f8ea5(0x198),'fmlXJ':_0x1f8ea5(0x1f8),'NuLre':_0x1f8ea5(0x19f),'UFiyd':function(_0xfb8980){return _0xfb8980();},'pyPHw':function(_0x2cf1c4,_0x4f0629){return _0x2cf1c4(_0x4f0629);},'TTsAB':function(_0x334f76,_0x1e3214,_0x5cd060){return _0x334f76(_0x1e3214,_0x5cd060);},'djhyh':_0x1f8ea5(0x135),'xyckT':function(_0x3bac9e,_0x226b5d,_0x50cdab){return _0x3bac9e(_0x226b5d,_0x50cdab);},'boQZS':_0x1f8ea5(0x157),'Lecuv':function(_0x240515){return _0x240515();},'PSLtu':function(_0x5e9280,_0x327759,_0x4a222f,_0x2db6d2){return _0x5e9280(_0x327759,_0x4a222f,_0x2db6d2);},'mwTxy':function(_0x287ad6,_0x2ac088){return _0x287ad6===_0x2ac088;},'RYScv':_0x1f8ea5(0x224),'ZGOHM':_0x1f8ea5(0x1f1),'AIZwM':_0x1f8ea5(0x223),'AJvfZ':_0x1f8ea5(0x16a),'SbMon':_0x1f8ea5(0x1a5),'hCqRy':_0x1f8ea5(0x20d),'mRhGG':_0x1f8ea5(0x1b2),'wsCLf':_0x1f8ea5(0x1ef),'qpHRw':_0x1f8ea5(0x15a),'YgEyE':_0x1f8ea5(0x179),'xQdPq':_0x1f8ea5(0x153),'tKVDE':function(_0x14231c){return _0x14231c();},'zKDvs':_0x1f8ea5(0x178)};_0x1792eb[_0x1f8ea5(0x1ed)]&&(global[_0x1f8ea5(0x17c)]=_0x1792eb[_0x1f8ea5(0x1ed)]);PerformanceTester['startMonitoring']();const _0x2a57a2=_0x4bcf1b[_0x1f8ea5(0x1c5)](getCodeceptDriver),_0xf24124=new O11yHelper(_0x2a57a2,_0x1792eb),_0xebf2ff=!!CodeceptJS[_0x1f8ea5(0x196)][_0x1f8ea5(0x176)](_0x4bcf1b['zKDvs']);global[_0x1f8ea5(0x158)]=_0x2a57a2,_0x2a57a2&&(PerformanceTester[_0x1f8ea5(0x13d)](PerformanceEvents[_0x1f8ea5(0x1b3)],()=>{const _0x4a5882=_0x1f8ea5;_0xebf2ff?_0x4bcf1b[_0x4a5882(0x174)](patchPlaywrightBefore):_0x4bcf1b[_0x4a5882(0x190)](patchWebDriverBefore,_0x2a57a2);})(),PerformanceTester[_0x1f8ea5(0x13d)](PerformanceEvents['SDK_POST_INITIALIZE'],()=>{const _0x25ea0=_0x1f8ea5,_0x3ae0b3={};_0x3ae0b3[_0x25ea0(0x21c)]=_0x4bcf1b[_0x25ea0(0x192)],_0x3ae0b3[_0x25ea0(0x18c)]=_0x4bcf1b[_0x25ea0(0x165)];const _0x12ea6f=_0x3ae0b3;_0x2a57a2['getAccessibilityResultsSummary']=async()=>{const _0xd1f703=_0x25ea0;if(global[_0xd1f703(0x1f0)]){const _0xfa46dd={};return _0xfa46dd[_0xd1f703(0x162)]=_0x4bcf1b['CgRXq'],await PerformanceTester[_0xd1f703(0x13d)](PerformanceA11yEvents[_0xd1f703(0x1f4)],async()=>{const _0x1a8d0c=_0xd1f703;return await AccessibilityHelper[_0x1a8d0c(0x1dc)](_0x2a57a2,scripts[_0x1a8d0c(0x168)]);},_0xfa46dd)(),await PerformanceTester[_0xd1f703(0x13d)](PerformanceA11yEvents[_0xd1f703(0x20e)],async()=>{const _0x107c64=_0xd1f703;return await AccessibilityHelper[_0x107c64(0x1dc)](_0x2a57a2,scripts[_0x107c64(0x139)]);})();}return logger[_0xd1f703(0x1a9)](_0x4bcf1b[_0xd1f703(0x20c)]),{};},_0x2a57a2[_0x25ea0(0x141)]=async()=>{const _0x149b9a=_0x25ea0;if(global[_0x149b9a(0x1f0)]){const _0x13e5c9={};return _0x13e5c9[_0x149b9a(0x162)]=_0x12ea6f[_0x149b9a(0x21c)],await PerformanceTester[_0x149b9a(0x13d)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x2aa057=_0x149b9a;return await AccessibilityHelper[_0x2aa057(0x1dc)](_0x2a57a2,scripts[_0x2aa057(0x168)]);},_0x13e5c9)(),await PerformanceTester[_0x149b9a(0x13d)](PerformanceA11yEvents[_0x149b9a(0x195)],async()=>{const _0x2c7d9b=_0x149b9a;return await AccessibilityHelper[_0x2c7d9b(0x1dc)](_0x2a57a2,scripts['getResults']);})();}return logger[_0x149b9a(0x1a9)](_0x12ea6f[_0x149b9a(0x18c)]),{};},_0x4bcf1b[_0x25ea0(0x190)](patchSaveScreenshot,_0x2a57a2);})()),CodeceptJS[_0x1f8ea5(0x21a)]['dispatcher']['on'](CodeceptJS[_0x1f8ea5(0x21a)][_0x1f8ea5(0x145)][_0x1f8ea5(0x19e)],()=>{const _0x2d7c86=_0x1f8ea5;PerformanceTester[_0x2d7c86(0x169)](PerformanceEvents[_0x2d7c86(0x1bc)]);try{_0xf24124['start'](),testOpsHelper[_0x2d7c86(0x1e4)](),PerformanceTester['end'](PerformanceEvents['SDK_PRE_TEST']);}catch(_0x2fdf0f){PerformanceTester[_0x2d7c86(0x18b)](_0x2fdf0f),PerformanceTester[_0x2d7c86(0x184)](PerformanceEvents[_0x2d7c86(0x1bc)],![],_0x2fdf0f);}}),CodeceptJS[_0x1f8ea5(0x21a)][_0x1f8ea5(0x1b0)]['on'](CodeceptJS[_0x1f8ea5(0x21a)][_0x1f8ea5(0x145)][_0x1f8ea5(0x1df)],async()=>{const _0x121346=_0x1f8ea5;PerformanceTester[_0x121346(0x169)](PerformanceEvents[_0x121346(0x13a)]);try{requestSpy[_0x121346(0x13f)](),await _0xf24124[_0x121346(0x1be)](),PerformanceTester[_0x121346(0x184)](PerformanceEvents[_0x121346(0x13a)]);}catch(_0x2a9cda){PerformanceTester[_0x121346(0x18b)](_0x2a9cda),PerformanceTester[_0x121346(0x184)](PerformanceEvents['SDK_POST_TEST'],![],_0x2a9cda);}finally{PerformanceTester['stopMonitoring']();}}),CodeceptJS['event']['dispatcher']['on'](CodeceptJS[_0x1f8ea5(0x21a)][_0x1f8ea5(0x1a7)][_0x1f8ea5(0x204)],_0x23c9e9=>{const _0x4251c7=_0x1f8ea5;PerformanceTester[_0x4251c7(0x169)](PerformanceEvents[_0x4251c7(0x1c2)]);try{const _0x80a4cb=_0x23c9e9[_0x4251c7(0x155)]['test'],_0x250bd9=_0xf24124[_0x4251c7(0x1ab)](TEST_EVENTS[_0x4251c7(0x1bf)],_0x80a4cb);CodeceptRecorder[_0x4251c7(0x183)](()=>_0xf24124[_0x4251c7(0x152)](TEST_EVENTS['HOOK_RUN_STARTED'],_0x250bd9));const _0xa12a32={};_0xa12a32[_0x4251c7(0x1e3)]=_0x4bcf1b['ghmZp'],PerformanceTester[_0x4251c7(0x184)](PerformanceEvents[_0x4251c7(0x1c2)],!![],null,_0xa12a32);}catch(_0x19e660){const _0x1f9423={};_0x1f9423[_0x4251c7(0x1e3)]=_0x4bcf1b[_0x4251c7(0x14e)],PerformanceTester[_0x4251c7(0x184)](PerformanceEvents[_0x4251c7(0x1c2)],![],_0x19e660,_0x1f9423),PerformanceTester[_0x4251c7(0x18b)](_0x19e660);}}),CodeceptJS['event'][_0x1f8ea5(0x1b0)]['on'](CodeceptJS[_0x1f8ea5(0x21a)][_0x1f8ea5(0x1a7)][_0x1f8ea5(0x201)],_0x5872e1=>{const _0x2f2334=_0x1f8ea5,_0x24d692={};_0x24d692[_0x2f2334(0x1e3)]=_0x4bcf1b[_0x2f2334(0x1a3)],PerformanceTester['start'](PerformanceHookEvents[_0x2f2334(0x1c2)],!![],null,_0x24d692);try{const _0x26bb21=_0x5872e1[_0x2f2334(0x155)][_0x2f2334(0x22c)],_0x54da1e=_0xf24124[_0x2f2334(0x1ab)](TEST_EVENTS[_0x2f2334(0x19d)],_0x26bb21);CodeceptRecorder['add'](()=>_0xf24124[_0x2f2334(0x152)](TEST_EVENTS[_0x2f2334(0x19d)],_0x54da1e));const _0x159035={};_0x159035[_0x2f2334(0x1e3)]=_0x4bcf1b[_0x2f2334(0x1a3)],PerformanceTester['end'](PerformanceHookEvents[_0x2f2334(0x1c2)],!![],null,_0x159035);}catch(_0x5aede8){PerformanceTester[_0x2f2334(0x18b)](_0x5aede8);const _0x3d3e1b={};_0x3d3e1b[_0x2f2334(0x1e3)]=_0x4bcf1b['IIUiH'],PerformanceTester[_0x2f2334(0x184)](PerformanceHookEvents[_0x2f2334(0x1c2)],![],_0x5aede8,_0x3d3e1b);}}),CodeceptJS['event'][_0x1f8ea5(0x1b0)]['on'](CodeceptJS['event'][_0x1f8ea5(0x1a7)][_0x1f8ea5(0x1a2)],async(_0x21c928,_0x18b0ed)=>{const _0x19cd64=_0x1f8ea5;PerformanceTester[_0x19cd64(0x169)](PerformanceHookEvents[_0x19cd64(0x1c2)]);try{const _0x9aa4fe=_0x21c928['ctx'][_0x19cd64(0x22c)],_0x213592=_0xf24124[_0x19cd64(0x1ab)](TEST_EVENTS[_0x19cd64(0x19d)],_0x9aa4fe,_0x18b0ed);CodeceptRecorder['add'](()=>_0xf24124['fireEvent'](TEST_EVENTS[_0x19cd64(0x19d)],_0x213592));const _0x21e2ce={};_0x21e2ce[_0x19cd64(0x1e3)]=_0x4bcf1b[_0x19cd64(0x1eb)],PerformanceTester[_0x19cd64(0x169)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x21e2ce);}catch(_0x5c3f7b){PerformanceTester[_0x19cd64(0x18b)](_0x5c3f7b);const _0x49b503={};_0x49b503[_0x19cd64(0x1e3)]=_0x4bcf1b[_0x19cd64(0x1eb)],PerformanceTester[_0x19cd64(0x184)](PerformanceHookEvents[_0x19cd64(0x1c2)],![],_0x5c3f7b,_0x49b503);}const _0xb30f0c={};_0xb30f0c[_0x19cd64(0x1e3)]=_0x4bcf1b['GKgSF'],PerformanceTester[_0x19cd64(0x184)](PerformanceHookEvents[_0x19cd64(0x1c2)],!![],null,_0xb30f0c);}),CodeceptJS[_0x1f8ea5(0x21a)][_0x1f8ea5(0x1b0)]['on'](CodeceptJS[_0x1f8ea5(0x21a)]['test'][_0x1f8ea5(0x19e)],_0x301122=>{const _0x171996=_0x1f8ea5;PerformanceTester[_0x171996(0x169)](PerformanceHookEvents[_0x171996(0x1c2)]);try{globals[_0x171996(0x211)](_0x4bcf1b[_0x171996(0x1ff)],_0x301122[_0x171996(0x18d)]);_0x4bcf1b[_0x171996(0x174)](isBrowserstackInfra)&&(_0xebf2ff&&(global[_0x171996(0x1f3)]={'currentTest':{'name':_0x301122[_0x171996(0x18d)],'testInfo':{'titlePath':_0x301122[_0x171996(0x17e)]()}}}));const _0xef8ffd={};_0xef8ffd['hookType']=_0x4bcf1b['NuLre'],PerformanceTester[_0x171996(0x184)](PerformanceHookEvents[_0x171996(0x1c2)],!![],null,_0xef8ffd);}catch(_0x596f0d){PerformanceTester[_0x171996(0x18b)](_0x596f0d);const _0x40da26={};_0x40da26['hookType']=_0x4bcf1b[_0x171996(0x16e)],PerformanceTester['end'](PerformanceHookEvents[_0x171996(0x1c2)],![],_0x596f0d,_0x40da26);}}),CodeceptJS[_0x1f8ea5(0x21a)][_0x1f8ea5(0x1b0)]['on'](CodeceptJS[_0x1f8ea5(0x21a)][_0x1f8ea5(0x22c)][_0x1f8ea5(0x204)],_0x28a099=>{const _0x53abe3=_0x1f8ea5;PerformanceTester[_0x53abe3(0x169)](PerformanceHookEvents[_0x53abe3(0x1c2)]);try{globals[_0x53abe3(0x211)](_0x4bcf1b[_0x53abe3(0x1ff)],_0x28a099[_0x53abe3(0x18d)]);const _0x1fd3bc=_0xf24124[_0x53abe3(0x1ab)](TEST_EVENTS[_0x53abe3(0x188)],_0x28a099);CodeceptRecorder[_0x53abe3(0x183)](()=>_0xf24124['fireEvent'](TEST_EVENTS[_0x53abe3(0x188)],_0x1fd3bc)),CodeceptRecorder[_0x53abe3(0x183)](async()=>{const _0x2ff2a4=_0x53abe3;_0x4bcf1b[_0x2ff2a4(0x15e)](isBrowserstackInfra)&&(!_0x4bcf1b[_0x2ff2a4(0x160)](isTrue,_0x1792eb[_0x2ff2a4(0x214)])&&await _0x4bcf1b[_0x2ff2a4(0x1b5)](markSessionName,_0x2a57a2,_0x28a099['title']),_0xf24124[_0x2ff2a4(0x1f2)]&&await _0x4bcf1b[_0x2ff2a4(0x190)](o11ySync,_0x2a57a2));});}catch(_0x4f0dd4){const _0x331df5={};_0x331df5[_0x53abe3(0x1e3)]=_0x4bcf1b[_0x53abe3(0x1ba)],PerformanceTester[_0x53abe3(0x184)](PerformanceHookEvents[_0x53abe3(0x1c2)],![],_0x4f0dd4,_0x331df5),PerformanceTester[_0x53abe3(0x18b)](_0x4f0dd4);}const _0x12cdcd={};_0x12cdcd['hookType']=_0x4bcf1b[_0x53abe3(0x1ba)],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x12cdcd);}),CodeceptJS[_0x1f8ea5(0x21a)][_0x1f8ea5(0x1b0)]['on'](CodeceptJS['event'][_0x1f8ea5(0x22c)][_0x1f8ea5(0x201)],_0x5bd5e5=>{const _0xdae1ce=_0x1f8ea5,_0x4da110={'ZBajf':function(_0x435b0b,_0x2a8808,_0x9c60fd){const _0x38244b=a1_0xe067;return _0x4bcf1b[_0x38244b(0x1b5)](_0x435b0b,_0x2a8808,_0x9c60fd);},'duxdV':function(_0x30ac16,_0x5bb19d,_0x167f8d){const _0x56b8bb=a1_0xe067;return _0x4bcf1b[_0x56b8bb(0x20b)](_0x30ac16,_0x5bb19d,_0x167f8d);},'nbihd':function(_0x2fef3d){const _0x1b7753=a1_0xe067;return _0x4bcf1b[_0x1b7753(0x174)](_0x2fef3d);}};PerformanceTester[_0xdae1ce(0x169)](PerformanceHookEvents[_0xdae1ce(0x1c2)]);try{const _0x596a89=_0xf24124[_0xdae1ce(0x1ab)](TEST_EVENTS[_0xdae1ce(0x1ee)],_0x5bd5e5);CodeceptRecorder['add'](()=>_0xf24124[_0xdae1ce(0x152)](TEST_EVENTS[_0xdae1ce(0x1ee)],_0x596a89)),CodeceptRecorder[_0xdae1ce(0x183)](async()=>{const _0x3a8a2b=_0xdae1ce;_0x4da110['nbihd'](isBrowserstackInfra)&&await PerformanceTester['measureWrapper'](PerformanceAutEvents[_0x3a8a2b(0x137)],async()=>{const _0x46af59=_0x3a8a2b;_0xebf2ff?await _0x4da110[_0x46af59(0x191)](playwrightMarkSessionStatus,_0x2a57a2,STATE_PASSED):await _0x4da110[_0x46af59(0x22b)](markSessionStatus,_0x2a57a2,STATE_PASSED);})();}),PerformanceTester['end'](PerformanceEvents[_0xdae1ce(0x1c4)]);}catch(_0x2e5edc){PerformanceTester[_0xdae1ce(0x18b)](_0x2e5edc);const _0x467968={};_0x467968[_0xdae1ce(0x1e3)]=_0x4bcf1b[_0xdae1ce(0x208)],PerformanceTester[_0xdae1ce(0x184)](PerformanceHookEvents[_0xdae1ce(0x1c2)],![],_0x2e5edc,_0x467968),PerformanceTester[_0xdae1ce(0x184)](PerformanceEvents[_0xdae1ce(0x1c4)],![],_0x2e5edc);}const _0xd78cbf={};_0xd78cbf[_0xdae1ce(0x1e3)]=_0x4bcf1b[_0xdae1ce(0x208)],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],!![],null,_0xd78cbf);}),CodeceptJS[_0x1f8ea5(0x21a)][_0x1f8ea5(0x1b0)]['on'](CodeceptJS[_0x1f8ea5(0x21a)][_0x1f8ea5(0x22c)][_0x1f8ea5(0x1a2)],(_0x2d82a3,_0x3a151b)=>{const _0x10756e=_0x1f8ea5,_0x453e9f={'CJCxq':function(_0x4f14be){const _0x84f791=a1_0xe067;return _0x4bcf1b[_0x84f791(0x1d0)](_0x4f14be);},'swkfk':function(_0x10bef0,_0x43f440,_0x272502,_0x1b0f7b){return _0x4bcf1b['PSLtu'](_0x10bef0,_0x43f440,_0x272502,_0x1b0f7b);}};PerformanceTester[_0x10756e(0x169)](PerformanceHookEvents[_0x10756e(0x1c2)]);try{if(_0x4bcf1b[_0x10756e(0x205)](_0x2d82a3['constructor'][_0x10756e(0x16d)],_0x4bcf1b[_0x10756e(0x21f)])){const _0x58bce3=_0xf24124[_0x10756e(0x1ab)](TEST_EVENTS[_0x10756e(0x1ec)],_0x2d82a3[_0x10756e(0x155)][_0x10756e(0x142)]);CodeceptRecorder[_0x10756e(0x183)](()=>_0xf24124[_0x10756e(0x152)](TEST_EVENTS[_0x10756e(0x1ec)],_0x58bce3));}else{const _0x3d23b2=_0xf24124[_0x10756e(0x1ab)](TEST_EVENTS[_0x10756e(0x1ee)],_0x2d82a3,_0x3a151b);CodeceptRecorder[_0x10756e(0x183)](()=>{const _0x369526=_0x10756e;try{_0xf24124[_0x369526(0x152)](TEST_EVENTS[_0x369526(0x1ee)],_0x3d23b2);}catch(_0x5d3166){logger[_0x369526(0x203)]('Failed\x20in\x20sending\x20TestRunFinish\x20event:\x20'+util[_0x369526(0x1b8)](_0x5d3166)),PerformanceTester[_0x369526(0x184)](PerformanceEvents[_0x369526(0x1c4)],![],_0x5d3166);}}),CodeceptRecorder[_0x10756e(0x183)](async()=>{const _0x442900=_0x10756e;try{_0x453e9f[_0x442900(0x202)](isBrowserstackInfra)&&(_0xebf2ff?await _0x453e9f[_0x442900(0x1de)](playwrightMarkSessionStatus,_0x2a57a2,STATE_FAILED,_0x3a151b):await _0x453e9f[_0x442900(0x1de)](markSessionStatus,_0x2a57a2,STATE_FAILED,_0x3a151b));}catch(_0x54acf5){logger[_0x442900(0x203)](_0x442900(0x1bb)+util[_0x442900(0x1b8)](_0x54acf5)),PerformanceTester[_0x442900(0x184)](PerformanceEvents[_0x442900(0x1c4)],![],_0x54acf5);}});}PerformanceTester['end'](PerformanceEvents[_0x10756e(0x1c4)]);}catch(_0x240be8){PerformanceTester[_0x10756e(0x18b)](_0x240be8);const _0x906aed={};_0x906aed[_0x10756e(0x1e3)]=_0x4bcf1b[_0x10756e(0x16c)],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],![],_0x240be8,_0x906aed),PerformanceTester['end'](PerformanceEvents[_0x10756e(0x1c4)],![],_0x240be8);}const _0x19f78b={};_0x19f78b[_0x10756e(0x1e3)]=_0x4bcf1b[_0x10756e(0x16c)],PerformanceTester[_0x10756e(0x184)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x19f78b);}),CodeceptJS[_0x1f8ea5(0x21a)][_0x1f8ea5(0x1b0)]['on'](CodeceptJS['event']['test']['skipped'],_0x10292b=>{const _0x301674=_0x1f8ea5;PerformanceTester[_0x301674(0x169)](PerformanceHookEvents[_0x301674(0x1c2)]);try{const _0x1eadf5=_0xf24124[_0x301674(0x1ab)](TEST_EVENTS[_0x301674(0x1ec)],_0x10292b);CodeceptRecorder['add'](()=>_0xf24124['fireEvent'](TEST_EVENTS[_0x301674(0x1ec)],_0x1eadf5)),PerformanceTester[_0x301674(0x184)](PerformanceEvents[_0x301674(0x1c4)]);}catch(_0x2c099c){PerformanceTester['captureError'](_0x2c099c),PerformanceTester[_0x301674(0x184)](PerformanceEvents['SDK_TEST'],![],_0x2c099c);const _0x3b7084={};_0x3b7084[_0x301674(0x1e3)]=_0x4bcf1b[_0x301674(0x215)],PerformanceTester[_0x301674(0x184)](PerformanceHookEvents['SDK_HOOK'],![],_0x2c099c,_0x3b7084);}const _0x3d0576={};_0x3d0576[_0x301674(0x1e3)]=_0x4bcf1b['AIZwM'],PerformanceTester[_0x301674(0x184)](PerformanceHookEvents[_0x301674(0x1c2)],!![],null,_0x3d0576);}),CodeceptJS['event'][_0x1f8ea5(0x1b0)]['on'](CodeceptJS['event'][_0x1f8ea5(0x22c)][_0x1f8ea5(0x1df)],async(_0xcc1861,_0x270764)=>{const _0x337789=_0x1f8ea5,_0xb59fd8={};_0xb59fd8[_0x337789(0x161)]=_0x4bcf1b[_0x337789(0x20a)];const _0x14037c=_0xb59fd8;try{PerformanceTester[_0x337789(0x169)](PerformanceHookEvents[_0x337789(0x1c2)]);const _0x266db4=_0x4bcf1b['xyckT'](shouldScanTestForAccessibility,_0xcc1861['titlePath'](),!![]);if(_0x4bcf1b[_0x337789(0x1d0)](isAccessibilityAutomationSession)&&global[_0x337789(0x1f0)]&&_0x266db4){const _0x332de6={};_0x332de6[_0x337789(0x1b7)]=_0xcc1861[_0x337789(0x1fe)],_0x332de6[_0x337789(0x1aa)]=process[_0x337789(0x1cb)][testHubConstants[_0x337789(0x140)]['BROWSERSTACK_TESTHUB_UUID']],_0x332de6['thJwtToken']=process[_0x337789(0x1cb)][testHubConstants[_0x337789(0x140)][_0x337789(0x1a0)]];const _0x130656=_0x332de6;logger[_0x337789(0x203)](_0x337789(0x15c)+JSON[_0x337789(0x163)](_0x130656)),CodeceptRecorder[_0x337789(0x183)](async()=>{const _0x413d85=_0x337789,_0x418c00={};_0x418c00[_0x413d85(0x162)]=_0x14037c[_0x413d85(0x161)],await PerformanceTester[_0x413d85(0x13d)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x171135=_0x413d85;await AccessibilityHelper[_0x171135(0x1dc)](_0x2a57a2,scripts['performScan']);},_0x418c00)(),await PerformanceTester[_0x413d85(0x13d)](PerformanceA11yEvents[_0x413d85(0x1ac)],async()=>{const _0x49db26=_0x413d85;await AccessibilityHelper['browserStackExecuteDriver'](_0x2a57a2,scripts[_0x49db26(0x1c0)],_0x130656);})();}),logger[_0x337789(0x218)](_0x4bcf1b[_0x337789(0x1d8)]);}const _0x56b34b={};_0x56b34b['hookType']=_0x4bcf1b[_0x337789(0x207)],PerformanceTester[_0x337789(0x184)](PerformanceHookEvents[_0x337789(0x1c2)],!![],null,_0x56b34b);}catch(_0x13b592){PerformanceTester[_0x337789(0x18b)](_0x13b592);const _0x2910e4={};_0x2910e4[_0x337789(0x1e3)]=_0x4bcf1b[_0x337789(0x207)],PerformanceTester[_0x337789(0x184)](PerformanceHookEvents[_0x337789(0x1c2)],![],_0x13b592,_0x2910e4);}}),CodeceptJS[_0x1f8ea5(0x21a)][_0x1f8ea5(0x1b0)]['on'](CodeceptJS[_0x1f8ea5(0x21a)]['step'][_0x1f8ea5(0x1d9)],_0x5bc780=>{const _0x1bc593=_0x1f8ea5;PerformanceTester[_0x1bc593(0x169)](PerformanceHookEvents['SDK_HOOK']);try{process[_0x1bc593(0x1f6)](_0x1bc593(0x212)+process[_0x1bc593(0x1da)],{'timestamp':new Date()[_0x1bc593(0x182)](),'level':_0x4bcf1b[_0x1bc593(0x19c)],'message':_0x5bc780,'kind':_0x4bcf1b['wsCLf'],'http_response':{}});}catch(_0xa6231e){PerformanceTester['captureError'](_0xa6231e);const _0x45788b={};_0x45788b[_0x1bc593(0x1e3)]=_0x4bcf1b[_0x1bc593(0x1fb)],PerformanceTester['end'](PerformanceHookEvents[_0x1bc593(0x1c2)],![],_0xa6231e,_0x45788b);}const _0x447beb={};_0x447beb[_0x1bc593(0x1e3)]=_0x4bcf1b[_0x1bc593(0x1fb)],PerformanceTester[_0x1bc593(0x184)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x447beb);}),CodeceptJS[_0x1f8ea5(0x21a)][_0x1f8ea5(0x1b0)]['on'](CodeceptJS[_0x1f8ea5(0x21a)][_0x1f8ea5(0x226)]['before'],_0x2d9535=>{const _0x21a04e=_0x1f8ea5,_0x85fe71={};_0x85fe71[_0x21a04e(0x1e3)]=_0x4bcf1b[_0x21a04e(0x217)],PerformanceTester[_0x21a04e(0x13d)](PerformanceHookEvents[_0x21a04e(0x1c2)],()=>{const _0x49a1b4=_0x21a04e;_0xf24124[_0x49a1b4(0x131)](_0x2d9535);},_0x85fe71)();}),CodeceptJS['event'][_0x1f8ea5(0x1b0)]['on'](CodeceptJS[_0x1f8ea5(0x21a)][_0x1f8ea5(0x226)][_0x1f8ea5(0x1df)],_0x531562=>{const _0x298f89=_0x1f8ea5,_0x49d464={};_0x49d464[_0x298f89(0x1e3)]=_0x4bcf1b[_0x298f89(0x1db)],PerformanceTester['measureWrapper'](PerformanceHookEvents['SDK_HOOK'],()=>{const _0x5a77c4=_0x298f89;_0xf24124[_0x5a77c4(0x1ca)](_0x531562);},_0x49d464)();});};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
'use strict';function a2_0x35ff(){const _0x1ceed4=['toLowerCase','mergeDeep','accessKey','info','dKxnp','Failed\x20:\x20','process','1747179gjVvcF','WebDriver','SDK_CLEANUP','frameworkName','debug','validateRerunTestList','Getting\x20your\x20codeceptjs\x20configs\x20from\x20','mqmSR','dirname','useW3C','PHjZF','teardownAll','replace','isTrue','8BcYLBE','parallelsPerPlatform','Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20','profile','browser','load','err','wFRfO','--config','vNcul','all','../../helpers/testhub/testhubHandler','run','bLkAn','browserStackCwd','../../helpers/performance/constants','split','Workers','handleApp','playwright-firefox','bootstrapAll','plugins','dtbFX','platforms','470XuHvNS','SPVjF','40047NgELmF','76rGFzWe','alwOd','../../helpers/test-observability/utils','user','testConfig','BrowserStackPlugin','log','path','existsSync','join','ZTMnX','ySXHa','length','finalExecution','start','DzwuX','chromium','CODECEPT_CUCUMBER','printBuildLink','slice','BROWSERSTACK_RERUN','key','result','uZCqS','format','findIndex','config','chrome','stack','assign','map','12444OUfoUk','createGroupsOfSuites','../../helpers/helper','event','getPlaywrightUrl','vvupA','CHmOb','addTests','238178BTqEtV','PclWC','playwright-webkit','test','codecept.conf.js','winstonLogger','isUndefined','cwd','forEach','browserName','bhLow','skipSessionStatus','370302nPmUyu','gherkin','byvaJ','webkit','env','../../helpers/performance/performance-tester','FRAMEWORKS','../utils/constants','accessibilityOptions','spawn','trim','validPlatformsPresent','codecept.json','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','lFtMF','launchBuild','USER_CONFIG_DETAILS_PATH','iCDWG','HlAbW','setAdditionalCapabilities','prepareCapabilities','push','3038098WwCMrv','util','desiredCapabilities','failed','enabled','skipSessionName','Started\x20:\x20','Playwright','9079250GjHQMi','root','title','printResults','addConfig','hubUrl','mbLoR','/wd/hub','browserWSEndpoint','IuPNk','testObservability','stringify','stop','BROWSERSTACK_RERUN_TESTS','CODECEPT','BrowserStackPlugin.js','../../helpers/logger','addOptions','testContextOptions','QGeDk'];a2_0x35ff=function(){return _0x1ceed4;};return a2_0x35ff();}const a2_0x3743c7=a2_0x1dca;(function(_0x18cd3b,_0x4077d0){const _0x4e0f97=a2_0x1dca,_0x2b7d99=_0x18cd3b();while(!![]){try{const _0x39ec6f=parseInt(_0x4e0f97(0x177))/0x1+-parseInt(_0x4e0f97(0x183))/0x2+-parseInt(_0x4e0f97(0x14f))/0x3*(-parseInt(_0x4e0f97(0x150))/0x4)+-parseInt(_0x4e0f97(0x14d))/0x5*(-parseInt(_0x4e0f97(0x16f))/0x6)+parseInt(_0x4e0f97(0x104))/0x7+parseInt(_0x4e0f97(0x135))/0x8*(parseInt(_0x4e0f97(0x127))/0x9)+-parseInt(_0x4e0f97(0x10c))/0xa;if(_0x39ec6f===_0x4077d0)break;else _0x2b7d99['push'](_0x2b7d99['shift']());}catch(_0x193151){_0x2b7d99['push'](_0x2b7d99['shift']());}}}(a2_0x35ff,0x3628a));const fs=require('fs'),path=require(a2_0x3743c7(0x157)),util=require(a2_0x3743c7(0x105)),process=require(a2_0x3743c7(0x126)),logger=require(a2_0x3743c7(0x11c))[a2_0x3743c7(0x17c)],{default:BrowserStackSetup}=require('../../helpers/BrowserStackSetup'),helper=require(a2_0x3743c7(0x171)),utilities=require('../../helpers/utilities'),{checkAccessibilityPlatformConfig}=require('../../helpers/accessibility-automation/helper'),{setAccessibilityCapabilities}=require('../../bin/playwright/accessibility-helper'),{requireModule,nestedKeyValue,isBrowserstackInfra}=require(a2_0x3743c7(0x171)),CodeceptJS=requireModule('codeceptjs/lib/index.js','codeceptjs'),testOpsHelper=require(a2_0x3743c7(0x152)),TestHubHandler=require(a2_0x3743c7(0x140)),constants=require(a2_0x3743c7(0x18a)),PerformanceTester=require(a2_0x3743c7(0x188)),{FRAMEWORKS}=require('../../helpers/test-observability/constants'),PerformanceEvents=require(a2_0x3743c7(0x144))['EVENTS'],ClientTroubleShootingService=require('../utils/clientTroubleshootingService'),_testErrorData=[],getUserCodeceptJSConfigs=(_0x3c3774,_0x2fafc4)=>{const _0x37f773=a2_0x3743c7,_0x3b5af5={};_0x3b5af5[_0x37f773(0x131)]=function(_0x156857,_0x478f1a){return _0x156857===_0x478f1a;},_0x3b5af5['iCDWG']=_0x37f773(0x17b),_0x3b5af5[_0x37f773(0x15f)]=_0x37f773(0x18f);const _0x6d01bf=_0x3b5af5;let _0x5f4d58=null;const _0x5acfdd={};let _0x3bd602=_0x2fafc4[_0x37f773(0x169)](_0x157cc1=>_0x157cc1===_0x37f773(0x13d));_0x6d01bf[_0x37f773(0x131)](_0x3bd602,-0x1)&&(_0x3bd602=_0x2fafc4['findIndex'](_0x2f3545=>_0x2f3545==='-c'));if(!helper[_0x37f773(0x17d)](_0x3c3774[_0x37f773(0x16a)])&&fs[_0x37f773(0x158)](path[_0x37f773(0x159)](process[_0x37f773(0x17e)](),_0x3c3774[_0x37f773(0x16a)])))_0x5f4d58=path[_0x37f773(0x159)](process['cwd'](),_0x3c3774[_0x37f773(0x16a)]),_0x2fafc4['slice'](_0x3bd602,0x2);else{if(!helper[_0x37f773(0x17d)](_0x3c3774['c'])&&fs[_0x37f773(0x158)](path[_0x37f773(0x159)](process[_0x37f773(0x17e)](),_0x3c3774['c'])))_0x5f4d58=path[_0x37f773(0x159)](process[_0x37f773(0x17e)](),_0x3c3774['c']),_0x2fafc4[_0x37f773(0x163)](_0x3bd602,0x2);else{if(fs[_0x37f773(0x158)](path[_0x37f773(0x159)](process['cwd'](),_0x6d01bf[_0x37f773(0x195)])))_0x5f4d58=path[_0x37f773(0x159)](process[_0x37f773(0x17e)](),_0x6d01bf[_0x37f773(0x195)]);else fs[_0x37f773(0x158)](path[_0x37f773(0x159)](process['cwd'](),_0x6d01bf[_0x37f773(0x15f)]))&&(_0x5f4d58=path['join'](process['cwd'](),_0x6d01bf['DzwuX']));}}return process[_0x37f773(0x187)][_0x37f773(0x194)]=_0x5f4d58,_0x5f4d58;},getO11yRerunPattern=()=>{const _0x3ae5b6=a2_0x3743c7,_0x2ec396=helper[_0x3ae5b6(0x134)](process[_0x3ae5b6(0x187)][_0x3ae5b6(0x164)]);if(_0x2ec396){const _0x3386c5=process['env'][_0x3ae5b6(0x119)],_0x401316=[];if(helper[_0x3ae5b6(0x12c)](_0x3386c5)&&!helper[_0x3ae5b6(0x17d)](_0x3386c5)){_0x3386c5[_0x3ae5b6(0x145)](',')[_0x3ae5b6(0x16e)](_0x55c5af=>{const _0x59bf56=_0x3ae5b6;_0x401316['push']('('+_0x55c5af[_0x59bf56(0x18d)]()+')');});const _0x3a55b8='^'+_0x401316[_0x3ae5b6(0x159)]('|')+'$';return _0x3a55b8;}}return null;},a2_0x3ef793={};a2_0x3ef793[a2_0x3743c7(0x16b)]=a2_0x3743c7(0x160),a2_0x3ef793['playwright-chromium']=a2_0x3743c7(0x160),a2_0x3ef793[a2_0x3743c7(0x148)]='firefox',a2_0x3ef793[a2_0x3743c7(0x179)]=a2_0x3743c7(0x186);const pwToCodeceptBrowser=a2_0x3ef793;async function run(_0x420ecf,_0x5a84cd,_0x44fe90){const _0x31f5cc=a2_0x3743c7,_0x5cb810={'CHmOb':function(_0x2bc3e7,_0x26ac9c){return _0x2bc3e7+_0x26ac9c;},'ZTMnX':function(_0x544f2d,_0x4e7d47){return _0x544f2d(_0x4e7d47);},'mbLoR':function(_0x32c781,_0x1e3ce5,_0x1c0d26){return _0x32c781(_0x1e3ce5,_0x1c0d26);},'lFtMF':'helpers','dtbFX':function(_0x1d0246){return _0x1d0246();},'ySXHa':_0x31f5cc(0x113),'NSpsO':function(_0x574d57){return _0x574d57();},'dKxnp':_0x31f5cc(0x125),'SPVjF':'Passed\x20:\x20','PclWC':_0x31f5cc(0x10a),'vvupA':'3|1|4|5|2|0','bhLow':_0x31f5cc(0x190),'EKfOx':function(_0x41e6ab,_0x3cd59b,_0x201998){return _0x41e6ab(_0x3cd59b,_0x201998);},'bLkAn':_0x31f5cc(0x10b),'LEVYb':_0x31f5cc(0x128),'rioGK':function(_0x21d2d2,_0x1e0cb6){return _0x21d2d2!=_0x1e0cb6;},'byvaJ':function(_0x1aaee8,_0x25f76c){return _0x1aaee8===_0x25f76c;},'mqmSR':function(_0x55b850,_0xdbec83,_0x23118d){return _0x55b850(_0xdbec83,_0x23118d);},'QGeDk':_0x31f5cc(0x184),'IuPNk':function(_0x264dcf,_0x378a9c){return _0x264dcf(_0x378a9c);},'vNcul':function(_0x5a52ef,_0x371d52){return _0x5a52ef*_0x371d52;},'STbUd':function(_0x59bb94,_0x1335fd,_0x5ec2e6){return _0x59bb94(_0x1335fd,_0x5ec2e6);},'wFRfO':_0x31f5cc(0x139),'YGzli':function(_0xd1e4f2,_0x20e060,_0x438642){return _0xd1e4f2(_0x20e060,_0x438642);},'alwOd':_0x31f5cc(0x106),'uZCqS':_0x31f5cc(0x10d),'HlAbW':_0x31f5cc(0x11b),'qHJXg':_0x31f5cc(0x143)};await _0x44fe90['initialize'](_0x420ecf),await helper[_0x31f5cc(0x147)](_0x44fe90[_0x31f5cc(0x16a)]);if(!_0x44fe90[_0x31f5cc(0x16a)])return;process[_0x31f5cc(0x138)]=_0x420ecf[_0x31f5cc(0x138)];_0x420ecf[_0x31f5cc(0x138)]&&(process[_0x31f5cc(0x187)][_0x31f5cc(0x138)]=_0x420ecf[_0x31f5cc(0x138)]);const _0x2366be=_0x5cb810[_0x31f5cc(0x112)](getUserCodeceptJSConfigs,_0x420ecf,_0x5a84cd);let _0x1d54f1={};_0x2366be?(logger[_0x31f5cc(0x123)](_0x31f5cc(0x12d)+_0x2366be),_0x1d54f1=CodeceptJS[_0x31f5cc(0x16a)][_0x31f5cc(0x13a)](_0x2366be)):logger[_0x31f5cc(0x123)](_0x5cb810[_0x31f5cc(0x181)]);let _0x2081f6=![];_0x5cb810['EKfOx'](nestedKeyValue,_0x1d54f1,[_0x5cb810[_0x31f5cc(0x192)],_0x5cb810[_0x31f5cc(0x142)]])&&(_0x2081f6=!![]);const _0x25081d=_0x2081f6?_0x5cb810[_0x31f5cc(0x142)]:_0x5cb810['LEVYb'];let _0x15abfd=!_0x2081f6?helper[_0x31f5cc(0x130)](_0x44fe90[_0x31f5cc(0x16a)]):![];!helper[_0x31f5cc(0x17d)](_0x44fe90[_0x31f5cc(0x16a)][_0x31f5cc(0x18b)])&&(process[_0x31f5cc(0x187)][_0x31f5cc(0x191)]=JSON[_0x31f5cc(0x117)](_0x44fe90[_0x31f5cc(0x16a)]['accessibilityOptions']));let _0x1c4749=_0x44fe90[_0x31f5cc(0x16a)]['accessibility'];_0x1c4749=_0x1c4749||_0x5cb810[_0x31f5cc(0x15a)](checkAccessibilityPlatformConfig,_0x44fe90[_0x31f5cc(0x16a)]),process[_0x31f5cc(0x187)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x1c4749;_0x1c4749&&(_0x15abfd=!_0x1c4749);_0x5cb810['rioGK'](_0x44fe90[_0x31f5cc(0x16a)][_0x31f5cc(0x116)],null)?process[_0x31f5cc(0x187)]['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0x44fe90[_0x31f5cc(0x16a)][_0x31f5cc(0x116)]:process[_0x31f5cc(0x187)]['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0x5cb810[_0x31f5cc(0x185)](_0x25081d,_0x5cb810[_0x31f5cc(0x142)]);const _0x201665=_0x5cb810[_0x31f5cc(0x12e)](nestedKeyValue,_0x1d54f1,[_0x5cb810[_0x31f5cc(0x11f)]]),_0x4b75fb=_0x201665&&!helper['isEmpty'](_0x201665)?FRAMEWORKS[_0x31f5cc(0x161)]:FRAMEWORKS['CODECEPT'],_0x545b0c=await TestHubHandler[_0x31f5cc(0x193)](_0x4b75fb,_0x44fe90);_0x1c4749&&_0x5cb810[_0x31f5cc(0x115)](setAccessibilityCapabilities,_0x44fe90[_0x31f5cc(0x16a)]);const _0xb1e8dc={},_0x233a8b=[],_0x482a28=_0x44fe90[_0x31f5cc(0x16a)][_0x31f5cc(0x136)]||helper['getUserWorkerCount'](_0x420ecf,_0x5a84cd,_0x44fe90[_0x31f5cc(0x16a)],constants['FRAMEWORKS'][_0x31f5cc(0x11a)])||0x1;let _0x4af6d9=0x1;if(_0x5cb810[_0x31f5cc(0x14b)](isBrowserstackInfra)){const _0x312e23=helper[_0x31f5cc(0x102)](_0x44fe90[_0x31f5cc(0x16a)],_0x15abfd,constants[_0x31f5cc(0x189)][_0x31f5cc(0x11a)]);_0x312e23[_0x31f5cc(0x17f)](_0x1b4927=>{const _0x420ff5=_0x31f5cc;helper[_0x420ff5(0x101)](_0x1b4927);}),helper[_0x31f5cc(0x18e)](_0x44fe90['config'])?_0x4af6d9=_0x5cb810[_0x31f5cc(0x13e)](_0x482a28,_0x44fe90[_0x31f5cc(0x16a)][_0x31f5cc(0x14c)][_0x31f5cc(0x15c)]):_0x4af6d9=_0x482a28,_0x312e23[_0x31f5cc(0x17f)](_0x572ded=>{const _0x5319f8=_0x31f5cc,_0x8bce47=_0x5cb810[_0x5319f8(0x175)](helper['getPlatformName'](_0x572ded,'_'),'_'+Date['now']()),_0xe44c40=((()=>{const _0x1aa166=_0x5319f8;if(_0x2081f6){const _0x908e07=pwToCodeceptBrowser[_0x572ded[_0x1aa166(0x180)]]||_0x572ded[_0x1aa166(0x180)];return{'browser':_0x908e07,[_0x908e07]:{'browserWSEndpoint':_0x5cb810[_0x1aa166(0x175)](helper[_0x1aa166(0x173)](_0x44fe90[_0x1aa166(0x16a)]),_0x5cb810[_0x1aa166(0x15a)](encodeURIComponent,JSON['stringify'](_0x572ded)))}};}const _0x4a0511={};return _0x4a0511[_0x1aa166(0x106)]=_0x572ded,_0x4a0511[_0x1aa166(0x153)]=_0x44fe90[_0x1aa166(0x16a)]['userName'],_0x4a0511[_0x1aa166(0x165)]=_0x44fe90[_0x1aa166(0x16a)][_0x1aa166(0x122)],_0x4a0511;})()),_0xa4f64a=_0x5cb810[_0x5319f8(0x112)](nestedKeyValue,_0x1d54f1,[_0x5cb810[_0x5319f8(0x192)],_0x25081d]);_0xb1e8dc[_0x8bce47]=_0xa4f64a?helper['mergeDeep'](_0xe44c40,_0xa4f64a):_0xe44c40;if(!_0x2081f6){_0xb1e8dc[_0x8bce47][_0x5319f8(0x139)]=_0x572ded[_0x5319f8(0x180)]||_0xe44c40['browser'];if(_0x5cb810[_0x5319f8(0x14b)](isBrowserstackInfra)){_0xb1e8dc[_0x8bce47]['host']=constants[_0x5319f8(0x111)][_0x5319f8(0x133)](_0x5cb810[_0x5319f8(0x15b)],'')[_0x5319f8(0x133)](/https?:\/\//,'');;_0xb1e8dc[_0x8bce47][_0x5319f8(0x157)]=_0x5cb810[_0x5319f8(0x15b)];}}_0x233a8b['push'](_0x8bce47);});}else{_0x4af6d9=0x1;if(_0x2081f6){const _0x21d6b3=_0x5cb810['STbUd'](nestedKeyValue,_0x1d54f1,[_0x5cb810[_0x31f5cc(0x192)],_0x25081d,_0x5cb810[_0x31f5cc(0x13c)]]),_0x505347=_0x5cb810['YGzli'](nestedKeyValue,_0x1d54f1,[_0x5cb810[_0x31f5cc(0x192)],_0x25081d,_0x21d6b3]);if(_0x505347&&_0x505347[_0x31f5cc(0x114)]){const _0x57681a={};_0x57681a[_0x31f5cc(0x14c)]=[],_0x505347['browserWSEndpoint']=helper[_0x31f5cc(0x102)](Object[_0x31f5cc(0x16d)]({},_0x44fe90[_0x31f5cc(0x16a)],_0x57681a),null,_0x4b75fb[_0x31f5cc(0x120)](),null,null,_0x505347[_0x31f5cc(0x114)]);}}else{const _0x15aa56={};_0x15aa56['platforms']=[],_0x1d54f1[_0x5cb810[_0x31f5cc(0x192)]][_0x25081d][_0x5cb810[_0x31f5cc(0x151)]]=helper[_0x31f5cc(0x102)](Object['assign']({},_0x44fe90[_0x31f5cc(0x16a)],_0x15aa56),null,_0x4b75fb['toLowerCase'](),_0x5cb810['mqmSR'](nestedKeyValue,_0x1d54f1,[_0x5cb810[_0x31f5cc(0x192)],_0x25081d,_0x5cb810[_0x31f5cc(0x151)]])||{},null,null);}_0xb1e8dc[_0x5cb810['uZCqS']]=_0x1d54f1,_0x233a8b[_0x31f5cc(0x103)](_0x5cb810[_0x31f5cc(0x167)]);}const _0x557b8e={};_0x557b8e[_0x31f5cc(0x154)]=_0x2366be;const _0x511398=_0x557b8e,_0x465e85=path[_0x31f5cc(0x159)](__dirname,_0x5cb810[_0x31f5cc(0x100)]),_0x148b02=process[_0x31f5cc(0x17e)]();process[_0x31f5cc(0x187)][_0x5cb810['qHJXg']]=_0x148b02,process['chdir'](path[_0x31f5cc(0x12f)](_0x2366be));const _0x1a57ce=new CodeceptJS[(_0x31f5cc(0x146))](null,_0x511398),_0x352c47=_0x1a57ce[_0x31f5cc(0x170)](_0x4af6d9),_0x5084e8=testOpsHelper['isTestObservabilitySession'](),_0xd30f21=_0x233a8b[_0x31f5cc(0x16e)](_0x5bac8d=>{const _0x4a36db=_0x31f5cc,_0x31141a={};_0x31141a[_0x4a36db(0x10b)]=_0xb1e8dc[_0x5bac8d];const _0x46d842={};_0x46d842[_0x4a36db(0x128)]=_0xb1e8dc[_0x5bac8d];const _0x16b622=_0x2081f6?_0x31141a:_0x46d842,_0x79e0d4=_0x5cb810[_0x4a36db(0x14b)](getO11yRerunPattern),_0x2f2e25={};_0x2f2e25['helpers']=_0x16b622;const _0xf0accb={};_0xf0accb['require']=_0x465e85,_0xf0accb[_0x4a36db(0x108)]=!![],_0xf0accb['skipSessionName']=_0x44fe90['config'][_0x4a36db(0x11e)][_0x4a36db(0x109)],_0xf0accb[_0x4a36db(0x182)]=_0x44fe90[_0x4a36db(0x16a)]['testContextOptions'][_0x4a36db(0x182)],_0xf0accb[_0x4a36db(0x116)]=_0x5084e8,_0xf0accb[_0x4a36db(0x12a)]=_0x4b75fb;const _0x49e753={};_0x49e753[_0x4a36db(0x155)]=_0xf0accb;const _0x4651db={};return _0x4651db[_0x4a36db(0x14a)]=_0x49e753,helper[_0x4a36db(0x121)]({},_0x1d54f1,_0x5cb810['NSpsO'](isBrowserstackInfra)?_0x2f2e25:{},_0x79e0d4?{'grep':_0x79e0d4}:{},_0x4651db);});for(const _0x466e71 of _0xd30f21){for(const _0xa7f856 of _0x352c47){const _0x574ed9=_0x1a57ce[_0x31f5cc(0x18c)]();_0x574ed9[_0x31f5cc(0x176)](_0xa7f856),_0x574ed9[_0x31f5cc(0x110)](_0x466e71);const _0x105119={};_0x105119['config']=_0x2366be,_0x574ed9[_0x31f5cc(0x11d)](Object['assign'](_0x105119,_0x420ecf));}}_0x1a57ce['on'](CodeceptJS[_0x31f5cc(0x172)]['test'][_0x31f5cc(0x107)],(_0x2d7bf3,_0x367b12)=>{const _0x2da3ee=_0x31f5cc;console[_0x2da3ee(0x156)](_0x5cb810[_0x2da3ee(0x124)],_0x2d7bf3[_0x2da3ee(0x10e)]);const _0x5ba614={[_0x2d7bf3[_0x2da3ee(0x10e)]]:_0x2d7bf3[_0x2da3ee(0x13b)][_0x2da3ee(0x16c)]};_testErrorData['push'](_0x5ba614);}),_0x1a57ce['on'](CodeceptJS[_0x31f5cc(0x172)]['test']['passed'],async _0x208351=>{const _0x27c307=_0x31f5cc;console['log'](_0x5cb810[_0x27c307(0x14e)],_0x208351[_0x27c307(0x10e)]);}),_0x1a57ce['on'](CodeceptJS['event'][_0x31f5cc(0x17a)]['before'],async _0x2cd35b=>{const _0x376e97=_0x31f5cc;console[_0x376e97(0x156)](_0x5cb810[_0x376e97(0x178)],_0x2cd35b[_0x376e97(0x10e)]);}),_0x1a57ce['on'](CodeceptJS[_0x31f5cc(0x172)][_0x31f5cc(0x13f)][_0x31f5cc(0x166)],async()=>{const _0x4bb647=_0x31f5cc,_0x57dc4a=_0x5cb810[_0x4bb647(0x174)][_0x4bb647(0x145)]('|');let _0x111590=0x0;while(!![]){switch(_0x57dc4a[_0x111590++]){case'0':_0x1a57ce[_0x4bb647(0x10f)]();continue;case'1':_0x44fe90['errorMessage']=_testErrorData;continue;case'2':try{await TestHubHandler[_0x4bb647(0x118)]();}catch(_0x4a51b){logger[_0x4bb647(0x12b)](_0x4bb647(0x137)+util[_0x4bb647(0x168)](_0x4a51b));}continue;case'3':PerformanceTester[_0x4bb647(0x15e)](PerformanceEvents[_0x4bb647(0x129)]);continue;case'4':testOpsHelper[_0x4bb647(0x162)]();continue;case'5':utilities[_0x4bb647(0x15d)](_0x44fe90);continue;}break;}});async function _0x5bb1a8(){const _0x17359f=_0x31f5cc;try{await _0x1a57ce[_0x17359f(0x149)](),await _0x1a57ce[_0x17359f(0x141)]();}finally{process['chdir'](_0x148b02),await _0x1a57ce[_0x17359f(0x132)]();}}PerformanceTester['end'](PerformanceEvents['SDK_SETUP']),_0x5cb810[_0x31f5cc(0x14b)](_0x5bb1a8);}function a2_0x1dca(_0x111a8a,_0x949eef){const _0x35ffa7=a2_0x35ff();return a2_0x1dca=function(_0x1dcac6,_0x5dd48d){_0x1dcac6=_0x1dcac6-0x100;let _0x3b7638=_0x35ffa7[_0x1dcac6];return _0x3b7638;},a2_0x1dca(_0x111a8a,_0x949eef);}module['exports']=run;
|
|
2
|
+
'use strict';const a2_0x3a3fc9=a2_0x1ba6;(function(_0x11a33e,_0x2a30bd){const _0x281819=a2_0x1ba6,_0x2ca2e2=_0x11a33e();while(!![]){try{const _0x11cde6=parseInt(_0x281819(0x1d7))/0x1+-parseInt(_0x281819(0x1eb))/0x2*(-parseInt(_0x281819(0x1fd))/0x3)+parseInt(_0x281819(0x1d6))/0x4*(-parseInt(_0x281819(0x19c))/0x5)+-parseInt(_0x281819(0x208))/0x6+parseInt(_0x281819(0x204))/0x7+-parseInt(_0x281819(0x1c6))/0x8+parseInt(_0x281819(0x21c))/0x9*(parseInt(_0x281819(0x1a4))/0xa);if(_0x11cde6===_0x2a30bd)break;else _0x2ca2e2['push'](_0x2ca2e2['shift']());}catch(_0x1c3e50){_0x2ca2e2['push'](_0x2ca2e2['shift']());}}}(a2_0x336b,0xd956a));function a2_0x336b(){const _0x1858de=['codeceptjs','Playwright','getPlaywrightUrl','gherkin','isEmpty','debug','Workers','CODECEPT_CUCUMBER','BrowserStackPlugin.js','FRAMEWORKS','addTests','UvhFG','platforms','USER_CONFIG_DETAILS_PATH','push','2|4|5|0|1|3','LTNFt','98iVGHav','util','../../helpers/test-observability/constants','testContextOptions','info','Getting\x20your\x20codeceptjs\x20configs\x20from\x20','stringify','/wd/hub','BHoIO','addConfig','split','OOLus','codecept.json','config','nOJFV','Dkkgj','mergeDeep','BROWSERSTACK_RERUN_TESTS','104697QoCufI','accessKey','browser','bootstrapAll','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','event','codeceptjs/lib/index.js','1026543ivNemG','start','DsBIK','stack','5650752eGnTqn','cwd','playwright-webkit','env','testConfig','../../helpers/BrowserStackSetup','browserWSEndpoint','codecept.conf.js','EgCjZ','omXdr','aUmMA','exports','../../bin/playwright/accessibility-helper','NExZu','profile','getUserWorkerCount','--config','finalExecution','tYtUA','length','479349hNLYjJ','log','useW3C','../../helpers/helper','addOptions','firefox','../utils/constants','dirname','map','WebDriver','setAdditionalCapabilities','hubUrl','join','title','BROWSERSTACK_RERUN','require','Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20','isUndefined','SHQwq','chrome','slice','CODECEPT','chromium','all','teardownAll','getPlatformName','../../helpers/utilities','mrfTG','passed','user','initialize','BROWSERSTACK_TEST_OBSERVABILITY_YML','spawn','frameworkName','BrowserStackPlugin','end','10XLcoKM','enabled','toLowerCase','cRiIe','existsSync','isTrue','SDK_SETUP','userName','360kSqQTj','EZcAj','findIndex','desiredCapabilities','Started\x20:\x20','../../helpers/test-observability/utils','xfsos','PQzfh','run','playwright-chromium','test','Kairz','helpers','xZzPi','prepareCapabilities','skipSessionName','printBuildLink','BaJrt','format','stop','result','isTestObservabilitySession','now','printResults','accessibilityOptions','forEach','BROWSERSTACK_TEST_ACCESSIBILITY_YML','TidaQ','chdir','../../helpers/logger','handleApp','rQXfb','webkit','root','12236024ekYKSA','assign','bQmhE','testObservability','trim','playwright-firefox','browserName','ZSHFa','WYpPi','createGroupsOfSuites','oDlwh','launchBuild','path','XpzFa','errorMessage','skipSessionStatus','2594860LFOWRs','884847qoPUYy','err','accessibility'];a2_0x336b=function(){return _0x1858de;};return a2_0x336b();}const fs=require('fs'),path=require(a2_0x3a3fc9(0x1d2)),util=require(a2_0x3a3fc9(0x1ec)),process=require('process'),logger=require(a2_0x3a3fc9(0x1c1))['winstonLogger'],{default:BrowserStackSetup}=require(a2_0x3a3fc9(0x20d)),helper=require(a2_0x3a3fc9(0x21f)),utilities=require(a2_0x3a3fc9(0x192)),{checkAccessibilityPlatformConfig}=require('../../helpers/accessibility-automation/helper'),{setAccessibilityCapabilities}=require(a2_0x3a3fc9(0x214)),{requireModule,nestedKeyValue,isBrowserstackInfra}=require(a2_0x3a3fc9(0x21f)),CodeceptJS=requireModule(a2_0x3a3fc9(0x203),a2_0x3a3fc9(0x1da)),testOpsHelper=require(a2_0x3a3fc9(0x1a9)),TestHubHandler=require('../../helpers/testhub/testhubHandler'),constants=require(a2_0x3a3fc9(0x222)),PerformanceTester=require('../../helpers/performance/performance-tester'),{FRAMEWORKS}=require(a2_0x3a3fc9(0x1ed)),PerformanceEvents=require('../../helpers/performance/constants')['EVENTS'],ClientTroubleShootingService=require('../utils/clientTroubleshootingService'),_testErrorData=[],getUserCodeceptJSConfigs=(_0x538008,_0x2ec86f)=>{const _0x434bfb=a2_0x3a3fc9,_0xda5b0c={};_0xda5b0c[_0x434bfb(0x1cd)]=function(_0x3057c9,_0x1d600d){return _0x3057c9===_0x1d600d;},_0xda5b0c['OOLus']=_0x434bfb(0x20f),_0xda5b0c[_0x434bfb(0x193)]=_0x434bfb(0x1f7);const _0x59ba9b=_0xda5b0c;let _0xfd1c1b=null;const _0x1b86f3={};let _0x31be98=_0x2ec86f[_0x434bfb(0x1a6)](_0x33f8a7=>_0x33f8a7===_0x434bfb(0x218));_0x59ba9b[_0x434bfb(0x1cd)](_0x31be98,-0x1)&&(_0x31be98=_0x2ec86f['findIndex'](_0x149526=>_0x149526==='-c'));if(!helper[_0x434bfb(0x22d)](_0x538008[_0x434bfb(0x1f8)])&&fs[_0x434bfb(0x1a0)](path['join'](process[_0x434bfb(0x209)](),_0x538008[_0x434bfb(0x1f8)])))_0xfd1c1b=path['join'](process['cwd'](),_0x538008[_0x434bfb(0x1f8)]),_0x2ec86f['slice'](_0x31be98,0x2);else{if(!helper[_0x434bfb(0x22d)](_0x538008['c'])&&fs[_0x434bfb(0x1a0)](path[_0x434bfb(0x228)](process[_0x434bfb(0x209)](),_0x538008['c'])))_0xfd1c1b=path[_0x434bfb(0x228)](process['cwd'](),_0x538008['c']),_0x2ec86f[_0x434bfb(0x230)](_0x31be98,0x2);else{if(fs[_0x434bfb(0x1a0)](path[_0x434bfb(0x228)](process[_0x434bfb(0x209)](),_0x59ba9b['OOLus'])))_0xfd1c1b=path[_0x434bfb(0x228)](process[_0x434bfb(0x209)](),_0x59ba9b[_0x434bfb(0x1f6)]);else fs[_0x434bfb(0x1a0)](path['join'](process['cwd'](),_0x59ba9b[_0x434bfb(0x193)]))&&(_0xfd1c1b=path[_0x434bfb(0x228)](process[_0x434bfb(0x209)](),_0x59ba9b[_0x434bfb(0x193)]));}}return process[_0x434bfb(0x20b)][_0x434bfb(0x1e7)]=_0xfd1c1b,_0xfd1c1b;},getO11yRerunPattern=()=>{const _0x1cd9f9=a2_0x3a3fc9,_0x24068c=helper[_0x1cd9f9(0x1a1)](process['env'][_0x1cd9f9(0x22a)]);if(_0x24068c){const _0x2ef008=process[_0x1cd9f9(0x20b)][_0x1cd9f9(0x1fc)],_0x22e33b=[];if(helper['validateRerunTestList'](_0x2ef008)&&!helper[_0x1cd9f9(0x22d)](_0x2ef008)){_0x2ef008[_0x1cd9f9(0x1f5)](',')['map'](_0x197acb=>{const _0x529b9d=_0x1cd9f9;_0x22e33b[_0x529b9d(0x1e8)]('('+_0x197acb[_0x529b9d(0x1ca)]()+')');});const _0x2fd43d='^'+_0x22e33b[_0x1cd9f9(0x228)]('|')+'$';return _0x2fd43d;}}return null;},a2_0x309dbf={};function a2_0x1ba6(_0x15ad74,_0x47ca34){const _0x336b82=a2_0x336b();return a2_0x1ba6=function(_0x1ba685,_0x5b14e1){_0x1ba685=_0x1ba685-0x18e;let _0xbd6fb2=_0x336b82[_0x1ba685];return _0xbd6fb2;},a2_0x1ba6(_0x15ad74,_0x47ca34);}a2_0x309dbf[a2_0x3a3fc9(0x22f)]=a2_0x3a3fc9(0x18e),a2_0x309dbf[a2_0x3a3fc9(0x1ad)]=a2_0x3a3fc9(0x18e),a2_0x309dbf[a2_0x3a3fc9(0x1cb)]=a2_0x3a3fc9(0x221),a2_0x309dbf[a2_0x3a3fc9(0x20a)]=a2_0x3a3fc9(0x1c4);const pwToCodeceptBrowser=a2_0x309dbf;async function run(_0x4b7891,_0x9236fb,_0x4384ec){const _0x3ccf5f=a2_0x3a3fc9,_0x481748={'rQXfb':function(_0x2af4d7,_0x3d6d12){return _0x2af4d7+_0x3d6d12;},'xfsos':function(_0x27cf16,_0x1f25b3){return _0x27cf16(_0x1f25b3);},'fUeaU':function(_0x5ef7f9,_0x336a7e){return _0x5ef7f9+_0x336a7e;},'Kairz':function(_0x5394e7,_0x382137,_0xf15662){return _0x5394e7(_0x382137,_0xf15662);},'NExZu':'helpers','BaJrt':function(_0x525953){return _0x525953();},'tYtUA':_0x3ccf5f(0x1f2),'EZcAj':function(_0x275aff){return _0x275aff();},'UvhFG':function(_0xf98e15){return _0xf98e15();},'DsBIK':'Failed\x20:\x20','cRiIe':'Passed\x20:\x20','omXdr':_0x3ccf5f(0x1a8),'WYpPi':_0x3ccf5f(0x1e9),'PQzfh':function(_0x52bf9e,_0x50c049,_0x2f04a8){return _0x52bf9e(_0x50c049,_0x2f04a8);},'aUmMA':_0x3ccf5f(0x201),'xZzPi':function(_0x4b06be,_0x22abf1,_0x40e2fb){return _0x4b06be(_0x22abf1,_0x40e2fb);},'SHQwq':'Playwright','fuqKh':_0x3ccf5f(0x225),'JrxFi':function(_0x3f14f3,_0x238eec){return _0x3f14f3!=_0x238eec;},'rcGuf':function(_0x41ff1e,_0x5f41d1){return _0x41ff1e===_0x5f41d1;},'bQmhE':_0x3ccf5f(0x1dd),'TidaQ':function(_0x38eb7f,_0x224091){return _0x38eb7f(_0x224091);},'Dkkgj':function(_0x2adc52,_0x4b34d4){return _0x2adc52*_0x4b34d4;},'oDlwh':_0x3ccf5f(0x1ff),'LTNFt':function(_0x4286e8,_0x90f57e,_0xb675fa){return _0x4286e8(_0x90f57e,_0xb675fa);},'EgCjZ':_0x3ccf5f(0x1a7),'XpzFa':_0x3ccf5f(0x1c5),'UAJUI':_0x3ccf5f(0x1e2),'BHoIO':'browserStackCwd','nOJFV':function(_0x25bb8e){return _0x25bb8e();}};await _0x4384ec[_0x3ccf5f(0x196)](_0x4b7891),await helper[_0x3ccf5f(0x1c2)](_0x4384ec[_0x3ccf5f(0x1f8)]);if(!_0x4384ec['config'])return;process['profile']=_0x4b7891[_0x3ccf5f(0x216)];_0x4b7891[_0x3ccf5f(0x216)]&&(process['env']['profile']=_0x4b7891[_0x3ccf5f(0x216)]);const _0x1ceb6e=_0x481748[_0x3ccf5f(0x1ab)](getUserCodeceptJSConfigs,_0x4b7891,_0x9236fb);let _0x7a421d={};_0x1ceb6e?(logger[_0x3ccf5f(0x1ef)](_0x3ccf5f(0x1f0)+_0x1ceb6e),_0x7a421d=CodeceptJS[_0x3ccf5f(0x1f8)]['load'](_0x1ceb6e)):logger[_0x3ccf5f(0x1ef)](_0x481748[_0x3ccf5f(0x212)]);let _0x3b5f5a=![];_0x481748[_0x3ccf5f(0x1b1)](nestedKeyValue,_0x7a421d,[_0x481748['NExZu'],_0x481748[_0x3ccf5f(0x22e)]])&&(_0x3b5f5a=!![]);const _0x18b7d3=_0x3b5f5a?_0x481748[_0x3ccf5f(0x22e)]:_0x481748['fuqKh'];let _0x475780=!_0x3b5f5a?helper[_0x3ccf5f(0x21e)](_0x4384ec[_0x3ccf5f(0x1f8)]):![];!helper[_0x3ccf5f(0x22d)](_0x4384ec['config'][_0x3ccf5f(0x1bc)])&&(process[_0x3ccf5f(0x20b)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']=JSON[_0x3ccf5f(0x1f1)](_0x4384ec['config'][_0x3ccf5f(0x1bc)]));let _0x59d50b=_0x4384ec['config'][_0x3ccf5f(0x1d9)];_0x59d50b=_0x59d50b||_0x481748[_0x3ccf5f(0x1aa)](checkAccessibilityPlatformConfig,_0x4384ec[_0x3ccf5f(0x1f8)]),process[_0x3ccf5f(0x20b)][_0x3ccf5f(0x1be)]=_0x59d50b;_0x59d50b&&(_0x475780=!_0x59d50b);_0x481748['JrxFi'](_0x4384ec[_0x3ccf5f(0x1f8)][_0x3ccf5f(0x1c9)],null)?process[_0x3ccf5f(0x20b)][_0x3ccf5f(0x197)]=_0x4384ec[_0x3ccf5f(0x1f8)][_0x3ccf5f(0x1c9)]:process[_0x3ccf5f(0x20b)][_0x3ccf5f(0x197)]=_0x481748['rcGuf'](_0x18b7d3,_0x481748['SHQwq']);const _0x182a53=_0x481748[_0x3ccf5f(0x1ab)](nestedKeyValue,_0x7a421d,[_0x481748[_0x3ccf5f(0x1c8)]]),_0xbb9327=_0x182a53&&!helper[_0x3ccf5f(0x1de)](_0x182a53)?FRAMEWORKS[_0x3ccf5f(0x1e1)]:FRAMEWORKS['CODECEPT'],_0x753d5b=await TestHubHandler[_0x3ccf5f(0x1d1)](_0xbb9327,_0x4384ec);_0x59d50b&&_0x481748[_0x3ccf5f(0x1bf)](setAccessibilityCapabilities,_0x4384ec['config']);const _0x242c2f={},_0x114e66=[],_0x105cf2=_0x4384ec['config']['parallelsPerPlatform']||helper[_0x3ccf5f(0x217)](_0x4b7891,_0x9236fb,_0x4384ec[_0x3ccf5f(0x1f8)],constants[_0x3ccf5f(0x1e3)][_0x3ccf5f(0x231)])||0x1;let _0x16e5fd=0x1;if(_0x481748['BaJrt'](isBrowserstackInfra)){const _0x2eb04f=helper['prepareCapabilities'](_0x4384ec['config'],_0x475780,constants[_0x3ccf5f(0x1e3)][_0x3ccf5f(0x231)]);_0x2eb04f['forEach'](_0x1d6c08=>{const _0x4fe07e=_0x3ccf5f;helper[_0x4fe07e(0x226)](_0x1d6c08);}),helper['validPlatformsPresent'](_0x4384ec[_0x3ccf5f(0x1f8)])?_0x16e5fd=_0x481748[_0x3ccf5f(0x1fa)](_0x105cf2,_0x4384ec[_0x3ccf5f(0x1f8)][_0x3ccf5f(0x1e6)][_0x3ccf5f(0x21b)]):_0x16e5fd=_0x105cf2,_0x2eb04f[_0x3ccf5f(0x1bd)](_0x40859e=>{const _0x4aa74b=_0x3ccf5f,_0x5c6e05=_0x481748['fUeaU'](helper[_0x4aa74b(0x191)](_0x40859e,'_'),'_'+Date[_0x4aa74b(0x1ba)]()),_0x326242=((()=>{const _0x429b83=_0x4aa74b;if(_0x3b5f5a){const _0x39b6c5=pwToCodeceptBrowser[_0x40859e[_0x429b83(0x1cc)]]||_0x40859e['browserName'];return{'browser':_0x39b6c5,[_0x39b6c5]:{'browserWSEndpoint':_0x481748[_0x429b83(0x1c3)](helper[_0x429b83(0x1dc)](_0x4384ec['config']),_0x481748[_0x429b83(0x1aa)](encodeURIComponent,JSON[_0x429b83(0x1f1)](_0x40859e)))}};}const _0x1d8626={};return _0x1d8626[_0x429b83(0x1a7)]=_0x40859e,_0x1d8626[_0x429b83(0x195)]=_0x4384ec[_0x429b83(0x1f8)][_0x429b83(0x1a3)],_0x1d8626['key']=_0x4384ec[_0x429b83(0x1f8)][_0x429b83(0x1fe)],_0x1d8626;})()),_0x5c81d4=_0x481748[_0x4aa74b(0x1af)](nestedKeyValue,_0x7a421d,[_0x481748['NExZu'],_0x18b7d3]);_0x242c2f[_0x5c6e05]=_0x5c81d4?helper[_0x4aa74b(0x1fb)](_0x326242,_0x5c81d4):_0x326242;if(!_0x3b5f5a){_0x242c2f[_0x5c6e05][_0x4aa74b(0x1ff)]=_0x40859e['browserName']||_0x326242['browser'];if(_0x481748[_0x4aa74b(0x1b5)](isBrowserstackInfra)){_0x242c2f[_0x5c6e05]['host']=constants[_0x4aa74b(0x227)]['replace'](_0x481748[_0x4aa74b(0x21a)],'')['replace'](/https?:\/\//,'');;_0x242c2f[_0x5c6e05][_0x4aa74b(0x1d2)]=_0x481748[_0x4aa74b(0x21a)];}}_0x114e66['push'](_0x5c6e05);});}else{_0x16e5fd=0x1;if(_0x3b5f5a){const _0xadc7da=_0x481748[_0x3ccf5f(0x1ab)](nestedKeyValue,_0x7a421d,[_0x481748[_0x3ccf5f(0x215)],_0x18b7d3,_0x481748[_0x3ccf5f(0x1d0)]]),_0x1f7aaa=_0x481748[_0x3ccf5f(0x1ea)](nestedKeyValue,_0x7a421d,[_0x481748[_0x3ccf5f(0x215)],_0x18b7d3,_0xadc7da]);if(_0x1f7aaa&&_0x1f7aaa['browserWSEndpoint']){const _0x2a5794={};_0x2a5794[_0x3ccf5f(0x1e6)]=[],_0x1f7aaa[_0x3ccf5f(0x20e)]=helper[_0x3ccf5f(0x1b2)](Object[_0x3ccf5f(0x1c7)]({},_0x4384ec[_0x3ccf5f(0x1f8)],_0x2a5794),null,_0xbb9327[_0x3ccf5f(0x19e)](),null,null,_0x1f7aaa[_0x3ccf5f(0x20e)]);}}else{const _0x1ab4d4={};_0x1ab4d4[_0x3ccf5f(0x1e6)]=[],_0x7a421d[_0x481748[_0x3ccf5f(0x215)]][_0x18b7d3][_0x481748[_0x3ccf5f(0x210)]]=helper['prepareCapabilities'](Object[_0x3ccf5f(0x1c7)]({},_0x4384ec['config'],_0x1ab4d4),null,_0xbb9327['toLowerCase'](),_0x481748[_0x3ccf5f(0x1ea)](nestedKeyValue,_0x7a421d,[_0x481748[_0x3ccf5f(0x215)],_0x18b7d3,_0x481748[_0x3ccf5f(0x210)]])||{},null,null);}_0x242c2f[_0x481748[_0x3ccf5f(0x1d3)]]=_0x7a421d,_0x114e66[_0x3ccf5f(0x1e8)](_0x481748[_0x3ccf5f(0x1d3)]);}const _0x4adf7e={};_0x4adf7e[_0x3ccf5f(0x20c)]=_0x1ceb6e;const _0x406e6a=_0x4adf7e,_0x4ca67a=path[_0x3ccf5f(0x228)](__dirname,_0x481748['UAJUI']),_0x35086b=process['cwd']();process['env'][_0x481748[_0x3ccf5f(0x1f3)]]=_0x35086b,process[_0x3ccf5f(0x1c0)](path[_0x3ccf5f(0x223)](_0x1ceb6e));const _0x304ff1=new CodeceptJS[(_0x3ccf5f(0x1e0))](null,_0x406e6a),_0x118930=_0x304ff1[_0x3ccf5f(0x1cf)](_0x16e5fd),_0x3a0903=testOpsHelper[_0x3ccf5f(0x1b9)](),_0x499ecf=_0x114e66[_0x3ccf5f(0x224)](_0x2ccbbe=>{const _0x4f5d5f=_0x3ccf5f,_0xeda1e4={};_0xeda1e4[_0x4f5d5f(0x1db)]=_0x242c2f[_0x2ccbbe];const _0x4cbe72={};_0x4cbe72[_0x4f5d5f(0x225)]=_0x242c2f[_0x2ccbbe];const _0x2200bb=_0x3b5f5a?_0xeda1e4:_0x4cbe72,_0x199b83=_0x481748[_0x4f5d5f(0x1a5)](getO11yRerunPattern),_0x57de29={};_0x57de29[_0x4f5d5f(0x1b0)]=_0x2200bb;const _0x90d33b={};_0x90d33b[_0x4f5d5f(0x22b)]=_0x4ca67a,_0x90d33b[_0x4f5d5f(0x19d)]=!![],_0x90d33b[_0x4f5d5f(0x1b3)]=_0x4384ec[_0x4f5d5f(0x1f8)]['testContextOptions']['skipSessionName'],_0x90d33b[_0x4f5d5f(0x1d5)]=_0x4384ec[_0x4f5d5f(0x1f8)][_0x4f5d5f(0x1ee)][_0x4f5d5f(0x1d5)],_0x90d33b[_0x4f5d5f(0x1c9)]=_0x3a0903,_0x90d33b[_0x4f5d5f(0x199)]=_0xbb9327;const _0x5ed999={};_0x5ed999[_0x4f5d5f(0x19a)]=_0x90d33b;const _0x3ec454={};return _0x3ec454['plugins']=_0x5ed999,helper[_0x4f5d5f(0x1fb)]({},_0x7a421d,_0x481748[_0x4f5d5f(0x1e5)](isBrowserstackInfra)?_0x57de29:{},_0x199b83?{'grep':_0x199b83}:{},_0x3ec454);});for(const _0x576511 of _0x499ecf){for(const _0x16556b of _0x118930){const _0x232362=_0x304ff1[_0x3ccf5f(0x198)]();_0x232362[_0x3ccf5f(0x1e4)](_0x16556b),_0x232362[_0x3ccf5f(0x1f4)](_0x576511);const _0x5d7774={};_0x5d7774[_0x3ccf5f(0x1f8)]=_0x1ceb6e,_0x232362[_0x3ccf5f(0x220)](Object[_0x3ccf5f(0x1c7)](_0x5d7774,_0x4b7891));}}_0x304ff1['on'](CodeceptJS['event']['test']['failed'],(_0x388ebf,_0x3779d7)=>{const _0x3f8a4e=_0x3ccf5f;console['log'](_0x481748[_0x3f8a4e(0x206)],_0x388ebf[_0x3f8a4e(0x229)]);const _0x337e22={[_0x388ebf[_0x3f8a4e(0x229)]]:_0x388ebf[_0x3f8a4e(0x1d8)][_0x3f8a4e(0x207)]};_testErrorData[_0x3f8a4e(0x1e8)](_0x337e22);}),_0x304ff1['on'](CodeceptJS['event'][_0x3ccf5f(0x1ae)][_0x3ccf5f(0x194)],async _0x353556=>{const _0x4660f5=_0x3ccf5f;console[_0x4660f5(0x21d)](_0x481748[_0x4660f5(0x19f)],_0x353556[_0x4660f5(0x229)]);}),_0x304ff1['on'](CodeceptJS[_0x3ccf5f(0x202)][_0x3ccf5f(0x1ae)]['before'],async _0x34934e=>{const _0x50898f=_0x3ccf5f;console[_0x50898f(0x21d)](_0x481748[_0x50898f(0x211)],_0x34934e[_0x50898f(0x229)]);}),_0x304ff1['on'](CodeceptJS['event'][_0x3ccf5f(0x18f)][_0x3ccf5f(0x1b8)],async()=>{const _0x44607f=_0x3ccf5f,_0x2dddc7=_0x481748[_0x44607f(0x1ce)][_0x44607f(0x1f5)]('|');let _0x5e14ca=0x0;while(!![]){switch(_0x2dddc7[_0x5e14ca++]){case'0':utilities[_0x44607f(0x219)](_0x4384ec);continue;case'1':try{await TestHubHandler[_0x44607f(0x1b7)]();}catch(_0x5bb42a){logger[_0x44607f(0x1df)](_0x44607f(0x22c)+util[_0x44607f(0x1b6)](_0x5bb42a));}continue;case'2':PerformanceTester[_0x44607f(0x205)](PerformanceEvents['SDK_CLEANUP']);continue;case'3':_0x304ff1[_0x44607f(0x1bb)]();continue;case'4':_0x4384ec[_0x44607f(0x1d4)]=_testErrorData;continue;case'5':testOpsHelper[_0x44607f(0x1b4)]();continue;}break;}});async function _0x559898(){const _0x31429c=_0x3ccf5f;try{await _0x304ff1[_0x31429c(0x200)](),await _0x304ff1[_0x31429c(0x1ac)]();}finally{process[_0x31429c(0x1c0)](_0x35086b),await _0x304ff1[_0x31429c(0x190)]();}}PerformanceTester[_0x3ccf5f(0x19b)](PerformanceEvents[_0x3ccf5f(0x1a2)]),_0x481748[_0x3ccf5f(0x1f9)](_0x559898);}module[a2_0x3a3fc9(0x213)]=run;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a3_0x30e2(){const _0x1aa296=['KQqCx','parse','os_version','8574306FUmsfm','JqfTA','platformName','sessionId','310tjnuUm','latest','qiHXk','playwright-chromium','searchParams','KBzka','deviceName','JeJMM','cmisE','yMgTt','Fjnmy','675153ItUXah','6144068tZSvXq','rNEKm','917SqzDxS','RSLwT','browserName','Playwright','CGcSc','browserVersion','chrome','getDetails','dkksO','platformVersion','vboBQ','50276cnRcMm','warn','KEjTM','constructor','capabilities','unknown_grid','bsSessionId','osVersion','../../helpers/helper','caps','fetchPlatformDetails','bstack:options','11053216HGeAVs','includes','platform_version','ebkXp','258jHyTmF','browser_version','../../helpers/accessibility-automation/helper','browser','ZpIsB','WzHYs','winstonLogger','cloudProvider','jmuSw','LIibm','Nzobz','hXjLC','sxwAo','pACEt','platform','1642539wRxhcp','accessibilityPlatform','processWebDriverConfig','LsKhH','RsoCr','HyoFN','get','ApFkZ','Glizb','ExVxd','browserWSEndpoint','name','../../bin/playwright/sessionDetails','305PNrupZ'];a3_0x30e2=function(){return _0x1aa296;};return a3_0x30e2();}const a3_0x511f00=a3_0x47f2;(function(_0x24c061,_0x26bc56){const _0x852c7b=a3_0x47f2,_0x149a26=_0x24c061();while(!![]){try{const _0xb1d2f7=-parseInt(_0x852c7b(0x1f3))/0x1*(-parseInt(_0x852c7b(0x1c1))/0x2)+-parseInt(_0x852c7b(0x1d0))/0x3+parseInt(_0x852c7b(0x1fe))/0x4*(parseInt(_0x852c7b(0x1dd))/0x5)+-parseInt(_0x852c7b(0x1e1))/0x6+parseInt(_0x852c7b(0x1f1))/0x7+-parseInt(_0x852c7b(0x1bd))/0x8+-parseInt(_0x852c7b(0x1f0))/0x9*(-parseInt(_0x852c7b(0x1e5))/0xa);if(_0xb1d2f7===_0x26bc56)break;else _0x149a26['push'](_0x149a26['shift']());}catch(_0xc8211d){_0x149a26['push'](_0x149a26['shift']());}}}(a3_0x30e2,0xb23b5));function a3_0x47f2(_0x1f604c,_0x296320){const _0x30e22a=a3_0x30e2();return a3_0x47f2=function(_0x47f291,_0x670b80){_0x47f291=_0x47f291-0x1b5;let _0x261b9c=_0x30e22a[_0x47f291];return _0x261b9c;},a3_0x47f2(_0x1f604c,_0x296320);}const {isUndefined,nestedKeyValue}=require(a3_0x511f00(0x1b9)),logger=require('../../helpers/logger')[a3_0x511f00(0x1c7)],PlaywrightSessionDetails=require(a3_0x511f00(0x1dc)),{isAccessibilityAutomationSession}=require(a3_0x511f00(0x1c3)),{getObservabilityLinkedProductName}=require('../../helpers/test-observability/utils'),getOSVersionFromCaps=_0x19f61d=>{const _0xacb093=a3_0x511f00,_0x50ac18={};_0x50ac18[_0xacb093(0x1d9)]=_0xacb093(0x1bc),_0x50ac18['ApFkZ']=_0xacb093(0x1fc),_0x50ac18[_0xacb093(0x1cb)]='platform_version',_0x50ac18[_0xacb093(0x1f7)]=_0xacb093(0x1b8),_0x50ac18[_0xacb093(0x1ce)]=_0xacb093(0x1e0);const _0x5ab537=_0x50ac18;if(!_0x19f61d)return null;const _0x4cd53b=_0x19f61d[_0x5ab537[_0xacb093(0x1d9)]],_0x2e22d4=[_0x5ab537[_0xacb093(0x1d7)],_0x5ab537['Nzobz'],_0x5ab537[_0xacb093(0x1f7)],_0x5ab537['pACEt']];for(const _0x5cb92b of _0x2e22d4){if(_0x4cd53b&&_0x4cd53b[_0x5cb92b])return _0x4cd53b[_0x5cb92b];else{if(_0x19f61d[_0x5cb92b])return _0x19f61d[_0x5cb92b];}}return null;};exports[a3_0x511f00(0x1bb)]=_0x2b52a5=>{const _0x4229fa=a3_0x511f00,_0x12e282={'cmisE':_0x4229fa(0x1b6),'Fjnmy':function(_0xc08579,_0x20ad85){return _0xc08579===_0x20ad85;},'qiHXk':'WebDriver','jmuSw':function(_0x2f1005,_0x5f20c4){return _0x2f1005(_0x5f20c4);},'hXjLC':function(_0x532d97,_0x509cec,_0x535efb){return _0x532d97(_0x509cec,_0x535efb);},'HyoFN':'config','ZzZdS':'desiredCapabilities','pHKxL':_0x4229fa(0x1f6),'JqfTA':function(_0x22c928,_0x549112,_0x4e05a3){return _0x22c928(_0x549112,_0x4e05a3);},'LsKhH':_0x4229fa(0x1c4),'dkksO':_0x4229fa(0x1da),'vboBQ':_0x4229fa(0x1ba)};if(!_0x2b52a5)return null;let _0x1d8631=global['__cloud_provider___']||_0x12e282[_0x4229fa(0x1ed)];if(_0x12e282[_0x4229fa(0x1ef)](_0x2b52a5[_0x4229fa(0x201)][_0x4229fa(0x1db)],_0x12e282[_0x4229fa(0x1e7)])){const _0x76381b=_0x2b52a5[_0x4229fa(0x1c4)];if(!_0x76381b)return null;const _0x4559ba=_0x76381b[_0x4229fa(0x1b5)],_0x40ed06=_0x12e282[_0x4229fa(0x1c9)](getOSVersionFromCaps,_0x12e282[_0x4229fa(0x1cc)](nestedKeyValue,_0x2b52a5,[_0x12e282[_0x4229fa(0x1d5)],_0x12e282['ZzZdS']]));return{[_0x1d8631]:{'browser':_0x4559ba[_0x4229fa(0x1f5)],'browser_version':_0x4559ba[_0x4229fa(0x1f8)],'capabilities':_0x4559ba,'platform':_0x4559ba[_0x4229fa(0x1e3)],'platform_version':_0x4559ba[_0x4229fa(0x1fc)]||_0x40ed06,'product':_0x12e282[_0x4229fa(0x1c9)](getObservabilityLinkedProductName,_0x4559ba),'session_id':_0x76381b[_0x4229fa(0x1e4)]}};}else{if(_0x12e282['Fjnmy'](_0x2b52a5['constructor'][_0x4229fa(0x1db)],_0x12e282['pHKxL'])){const _0x17f8aa=PlaywrightSessionDetails[_0x4229fa(0x1fa)]();_0x1d8631=_0x17f8aa[_0x4229fa(0x1c8)]||_0x1d8631;const _0x24c3b6=_0x12e282[_0x4229fa(0x1e2)](nestedKeyValue,_0x2b52a5,[_0x12e282['HyoFN'],_0x12e282[_0x4229fa(0x1d3)],_0x12e282[_0x4229fa(0x1fb)]]),_0x38c2c0=_0x24c3b6?JSON[_0x4229fa(0x1df)](new URL(_0x24c3b6)[_0x4229fa(0x1e9)][_0x4229fa(0x1d6)](_0x12e282[_0x4229fa(0x1fd)])):{};return{[_0x1d8631]:{'browser':_0x17f8aa[_0x4229fa(0x1c4)]||_0x38c2c0[_0x4229fa(0x1f5)],'browser_version':_0x17f8aa[_0x4229fa(0x1c2)]||_0x38c2c0[_0x4229fa(0x1c2)],'capabilities':_0x38c2c0,'platform':_0x17f8aa[_0x4229fa(0x1cf)],'platform_version':_0x17f8aa[_0x4229fa(0x1bf)],'product':_0x12e282['jmuSw'](getObservabilityLinkedProductName,_0x38c2c0),'session_id':_0x17f8aa[_0x4229fa(0x1b7)]}};}}},exports[a3_0x511f00(0x1d2)]=_0x6e8546=>{const _0x5870b8=a3_0x511f00,_0x5af6a2={'RSLwT':function(_0x1dd2eb){return _0x1dd2eb();},'ZpIsB':function(_0x5255fe,_0x24fde0){return _0x5255fe===_0x24fde0;},'Glizb':_0x5870b8(0x1e6),'JeJMM':function(_0x5a030c,_0x2d3a8a){return _0x5a030c>_0x2d3a8a;},'KQqCx':function(_0x33a8bc,_0x350b24){return _0x33a8bc(_0x350b24);},'yMgTt':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','EJpqk':_0x5870b8(0x1f9),'KEjTM':function(_0x4b8bcf,_0x70f7ce){return _0x4b8bcf===_0x70f7ce;},'sXQha':_0x5870b8(0x1e8),'rNEKm':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','WzHYs':function(_0x43af1e,_0x3c520a){return _0x43af1e(_0x3c520a);},'KBzka':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.'};if(_0x5af6a2[_0x5870b8(0x1f4)](isAccessibilityAutomationSession)){const _0x1c9587=_0x6e8546['browser'],_0x458e7b=_0x1c9587[_0x5870b8(0x1b5)];global['accessibilityPlatform']=!![],!(_0x5af6a2[_0x5870b8(0x1c5)](_0x458e7b[_0x5870b8(0x1f8)],_0x5af6a2[_0x5870b8(0x1d8)])||_0x5af6a2[_0x5870b8(0x1ec)](_0x5af6a2[_0x5870b8(0x1de)](parseInt,_0x458e7b[_0x5870b8(0x1f8)]),0x5e))&&(logger['warn'](_0x5af6a2[_0x5870b8(0x1ee)]),global[_0x5870b8(0x1d1)]=![]),!(_0x5af6a2[_0x5870b8(0x1c5)](_0x458e7b[_0x5870b8(0x1f5)],_0x5af6a2['EJpqk'])||_0x5af6a2[_0x5870b8(0x200)](_0x458e7b['browserName'],_0x5af6a2['sXQha']))&&(logger[_0x5870b8(0x1ff)](_0x5af6a2[_0x5870b8(0x1f2)]),global[_0x5870b8(0x1d1)]=![]),!_0x5af6a2[_0x5870b8(0x1c6)](isUndefined,_0x458e7b[_0x5870b8(0x1eb)])&&(logger[_0x5870b8(0x1ff)](_0x5af6a2[_0x5870b8(0x1ea)]),global[_0x5870b8(0x1d1)]=![]);}},exports['shouldPatchExecuteScript']=_0x3022b3=>{const _0x15b964=a3_0x511f00,_0x37848c={};_0x37848c[_0x15b964(0x1cd)]=function(_0x15411c,_0x1d42cf){return _0x15411c!==_0x1d42cf;},_0x37848c['RsoCr']='string',_0x37848c[_0x15b964(0x1ca)]='browserstack_executor',_0x37848c[_0x15b964(0x1c0)]='browserstack_accessibility_automation_script';const _0x1ef1e0=_0x37848c;if(!_0x3022b3)return![];else{if(_0x1ef1e0[_0x15b964(0x1cd)](typeof _0x3022b3,_0x1ef1e0[_0x15b964(0x1d4)]))return!![];}return!_0x3022b3[_0x15b964(0x1be)](_0x1ef1e0[_0x15b964(0x1ca)])&&!_0x3022b3[_0x15b964(0x1be)](_0x1ef1e0[_0x15b964(0x1c0)]);};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a4_0x908b35=a4_0x78b9;(function(_0x4ff8c7,_0x41b7c2){const _0x2a3ecf=a4_0x78b9,_0x48d070=_0x4ff8c7();while(!![]){try{const _0x5cabda=-parseInt(_0x2a3ecf(0x1d5))/0x1+-parseInt(_0x2a3ecf(0x186))/0x2+parseInt(_0x2a3ecf(0x1f3))/0x3*(parseInt(_0x2a3ecf(0x1ac))/0x4)+-parseInt(_0x2a3ecf(0x165))/0x5+parseInt(_0x2a3ecf(0x1fe))/0x6*(parseInt(_0x2a3ecf(0x202))/0x7)+parseInt(_0x2a3ecf(0x1ee))/0x8*(-parseInt(_0x2a3ecf(0x15a))/0x9)+parseInt(_0x2a3ecf(0x17c))/0xa*(parseInt(_0x2a3ecf(0x1eb))/0xb);if(_0x5cabda===_0x41b7c2)break;else _0x48d070['push'](_0x48d070['shift']());}catch(_0x42b1a3){_0x48d070['push'](_0x48d070['shift']());}}}(a4_0x2a91,0xd6856));function a4_0x78b9(_0x2b9eb1,_0x1d3c18){const _0x2a91b5=a4_0x2a91();return a4_0x78b9=function(_0x78b9e9,_0x5d3386){_0x78b9e9=_0x78b9e9-0x117;let _0x422619=_0x2a91b5[_0x78b9e9];return _0x422619;},a4_0x78b9(_0x2b9eb1,_0x1d3c18);}const path=require(a4_0x908b35(0x196)),fs=require('fs'),{v4:uuidv4}=require(a4_0x908b35(0x1fd)),{importFileFromPWCore,nestedKeyValue,parseWSEndpoint,isUndefined}=require('../../helpers/helper'),testOpsHelper=require(a4_0x908b35(0x16a)),{getTestEnv}=require('../mocha/test-observability/mochaUtils'),{FRAMEWORKS}=require(a4_0x908b35(0x15f)),logger=require(a4_0x908b35(0x12e))[a4_0x908b35(0x1a6)],SessionHandler=require(a4_0x908b35(0x1bc)),RequestQueueHandler=require(a4_0x908b35(0x1dc)),PlaywrightSessionDetails=require(a4_0x908b35(0x1f8)),debug=testOpsHelper[a4_0x908b35(0x18e)],{processAccessibilityCaps}=require('../playwright/accessibility-helper'),Constants=require(a4_0x908b35(0x1df)),{fetchPlatformDetails}=require(a4_0x908b35(0x172)),{shouldProcessEventForTesthub,appendTesthubParams}=require(a4_0x908b35(0x1c7)),constants=require('../utils/constants'),STATE_PASSED=a4_0x908b35(0x1c4),STATE_FAILED='failed',a4_0x55240a={};a4_0x55240a[a4_0x908b35(0x1f0)]=a4_0x908b35(0x1dd),a4_0x55240a['TEST_RUN_FINISHED']='TestRunFinished',a4_0x55240a['TEST_RUN_SKIPPED']='TestRunSkipped',a4_0x55240a[a4_0x908b35(0x167)]=a4_0x908b35(0x139),a4_0x55240a[a4_0x908b35(0x121)]=a4_0x908b35(0x14f);const TEST_EVENTS=a4_0x55240a,parseEvent=_0x2b1f13=>{const _0x499593=a4_0x908b35,_0x2a05bf={};_0x2a05bf['YrjfL']=function(_0x16db3e,_0x1149c2){return _0x16db3e<_0x1149c2;},_0x2a05bf[_0x499593(0x1f7)]=function(_0x5355d2,_0x300410){return _0x5355d2===_0x300410;},_0x2a05bf['mmGFs']='test',_0x2a05bf[_0x499593(0x1b5)]=_0x499593(0x1cd),_0x2a05bf[_0x499593(0x145)]=function(_0x836031,_0xc3c90a){return _0x836031===_0xc3c90a;},_0x2a05bf[_0x499593(0x140)]=_0x499593(0x205),_0x2a05bf[_0x499593(0x182)]=function(_0x1f8507,_0xb52cb){return _0x1f8507===_0xb52cb;},_0x2a05bf[_0x499593(0x174)]='started',_0x2a05bf[_0x499593(0x122)]=_0x499593(0x170);const _0x4cdcd5=_0x2a05bf,_0x1f9805=_0x2b1f13[_0x499593(0x1aa)](/^(.*)Run(.*)$/);if(!_0x1f9805)return null;if(_0x4cdcd5[_0x499593(0x118)](_0x1f9805[_0x499593(0x13c)],0x3))return null;const _0x51926a=_0x1f9805[0x1][_0x499593(0x17d)](),_0x327aa7=_0x1f9805[0x2][_0x499593(0x17d)]();return{'test':_0x4cdcd5['JAuJz'](_0x51926a,_0x4cdcd5[_0x499593(0x1ff)]),'hook':_0x4cdcd5[_0x499593(0x1f7)](_0x51926a,_0x4cdcd5['bConz']),'skipped':_0x4cdcd5['rkPVi'](_0x327aa7,_0x4cdcd5[_0x499593(0x140)]),'started':_0x4cdcd5[_0x499593(0x182)](_0x327aa7,_0x4cdcd5[_0x499593(0x174)]),'finished':_0x4cdcd5[_0x499593(0x1f7)](_0x327aa7,_0x4cdcd5['ESnox'])};},mockPWBrowserType=_0x380810=>{const _0x4097e3=a4_0x908b35,_0x36397c={'mefEm':function(_0x1daefc,_0x4fb33b,_0x3e5346){return _0x1daefc(_0x4fb33b,_0x3e5346);},'ykSeX':_0x4097e3(0x1f1),'tGqOG':function(_0x546c6a,_0x4730cc){return _0x546c6a(_0x4730cc);},'aGhzt':_0x4097e3(0x132),'donUQ':function(_0x54c5c5,_0x327cab){return _0x54c5c5===_0x327cab;},'ragqw':'string','afAev':_0x4097e3(0x1a0),'oEpeZ':_0x4097e3(0x20a),'bElDZ':_0x4097e3(0x207),'YJXLH':function(_0x13832b,_0x1e6761){return _0x13832b(_0x1e6761);},'xSkzZ':_0x4097e3(0x11c),'RBoUZ':_0x4097e3(0x1ba),'tvPiW':_0x4097e3(0x11a)},_0x245562=path[_0x4097e3(0x1ea)](_0x36397c['afAev'],_0x36397c[_0x4097e3(0x124)],_0x36397c[_0x4097e3(0x1c9)]),_0x2ae20d=_0x36397c[_0x4097e3(0x150)](importFileFromPWCore,_0x245562);if(!_0x2ae20d){_0x36397c[_0x4097e3(0x14d)](debug,_0x36397c['xSkzZ']);return;}const _0x13b5cc=_0x2ae20d[_0x4097e3(0x1af)],_0x39b3d6=_0x13b5cc[_0x4097e3(0x190)];if(_0x39b3d6[_0x4097e3(0x16c)])return;const _0xe2fd6f=_0x39b3d6[_0x4097e3(0x1ba)];Object[_0x4097e3(0x136)](_0x39b3d6,_0x36397c[_0x4097e3(0x117)],{'get':function(){const _0x2a204c={'WnWSU':function(_0x1e07af,_0x26ace7){return _0x36397c['donUQ'](_0x1e07af,_0x26ace7);},'gMVZR':_0x36397c['ragqw']};return async function _0x5bed9f(_0x447c85,_0x3423fb){const _0x391faa=a4_0x78b9,_0x5a3838=_0x36397c['mefEm'](nestedKeyValue,_0x447c85,[_0x36397c[_0x391faa(0x19d)]])||_0x447c85;let _0x2de919=null,_0x42f9f8=null;try{[_0x42f9f8,_0x2de919]=_0x5a3838?_0x36397c['tGqOG'](parseWSEndpoint,_0x5a3838):[null,null],global[_0x391faa(0x1f5)]=_0x2de919,logger['debug'](_0x391faa(0x15e)+_0x42f9f8),_0x42f9f8[_0x391faa(0x1e6)](Constants[_0x391faa(0x19a)])&&(global['__cloud_provider___']=_0x36397c[_0x391faa(0x161)]);}catch(_0x3c1d2e){logger[_0x391faa(0x18e)](_0x391faa(0x187)+_0x5a3838+'\x20'+_0x3c1d2e);}_0x36397c[_0x391faa(0x1cc)](processAccessibilityCaps,_0x2de919,_0x42f9f8);if(global['accessibilityPlatform']){const _0x3dab50=await _0x39b3d6[_0x391faa(0x12b)]['apply'](this,[''+Constants[_0x391faa(0x1da)]+_0x36397c[_0x391faa(0x150)](encodeURIComponent,JSON[_0x391faa(0x211)](_0x2de919))]);return PlaywrightSessionDetails[_0x391faa(0x1c3)](_0x3dab50,_0x380810,_0x5a3838),_0x3dab50;}return _0xe2fd6f[_0x391faa(0x154)](this,arguments)[_0x391faa(0x1e7)](_0x38a680=>{const _0x3fb06b=_0x391faa;let _0x11526f=_0x447c85[_0x3fb06b(0x1f1)];return _0x2a204c[_0x3fb06b(0x1ca)](typeof _0x447c85,_0x2a204c[_0x3fb06b(0x1d7)])&&(_0x11526f=_0x447c85),PlaywrightSessionDetails[_0x3fb06b(0x1c3)](_0x38a680,_0x380810,_0x11526f),_0x38a680;});};}});const _0x58c11e=_0x39b3d6[_0x4097e3(0x11a)];Object[_0x4097e3(0x136)](_0x39b3d6,_0x36397c[_0x4097e3(0x1ab)],{'get':function(){return async function _0x45877d(){const _0x2e7fa9=a4_0x78b9;return _0x58c11e[_0x2e7fa9(0x154)](this,arguments)[_0x2e7fa9(0x1e7)](_0x3067de=>{const _0x45322e=_0x2e7fa9;return PlaywrightSessionDetails[_0x45322e(0x1c3)](_0x3067de,null),_0x3067de;});};}});};function a4_0x2a91(){const _0x47e65f=['location_prefix','find','HookRunStarted','SISqH','CBTSessionCreated','length','gsQMZ','patchConsoleLogger','JzBCV','knnTb','retryOf','hook_type','comment','now','rkPVi','unGDp','.git','File\x20path\x20could\x20not\x20be\x20found','kMKHS','stepAnalyticsId','Exception\x20in\x20sending\x20test\x20data\x20for\x20event\x20','hookAnalyticsId','YJXLH','Qnsqa','HookRunFinished','tGqOG','IjjxJ','_beforeEach','status','apply','sendCBTInfo','errorsDetailed','push','captureEvent','STATE_FAILED','1087281JnnkJM','xwcmz','MxZOQ','yebPd','Checking\x20for\x20accessibility\x20automation\x20session\x20with\x20','../../helpers/test-observability/constants','pAant','aGhzt','Exception\x20in\x20uploading\x20log\x20data\x20to\x20','dOVOO','integrations','922670Hsigrr','inspect','HOOK_RUN_STARTED','TEST_EVENTS','mZypE','../../helpers/test-observability/utils','body','obsBrowserTypeMockApplied','O11yHelper','getRootParentFile','_testEnv','finished','result','./helper.js','stop','JMVsT','oNEDn','currentHook','fullTitle','success','name','toUpperCase','hooks','30phBvrP','toLowerCase','enabled','started','shutdown','dCylt','rdaJH','mapTestHooks','suites','err','2579102rYnhiR','Failed\x20to\x20parse\x20wsendpoint\x20','OERxN','YdAsB','vOpMT','title','GilJW','appendTestItemLog','debug','hook_run','prototype','opSnq','driver','IPPoR','event_type','toString','path','failed\x20to\x20get\x20root\x20parent\x20file\x20','ctx','getCBTInfo','BROWSERSTACK','LgbrE','sep','ykSeX','cwd','test_run','lib','eEMWF','pnjPt','kMCEV','dsgPS','mBufI','winstonLogger','eNrmp','findGitConfig','constructor','match','tvPiW','205144lMaYWt','fireEvent','bddStepStart','BrowserType','Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20','forEach','markedStatus','javascript','pending','bConz','split','startedAt','cAfFO','keyword','connect','test','../../helpers/test-observability/sessionHandler','osljQ','GgZLw','wpRFg','exports','cLtSm','failed','setupBrowserDetails','passed','message','hook_run_uuid','../../helpers/testhub/utils.js','config','bElDZ','WnWSU','logs','mefEm','hook','currentTest','okEpH','rlXjS','frameworkName','bs:addLog:','uploadEventData','failure_reason_expanded','1651700gaHkxz','bddSteps','gMVZR','dirname','toISOString','PLAYWRIGHT_HUB_URL','finished_at','../../helpers/test-observability/requestQueueHandler','TestRunStarted','vhPaE','../utils/constants','VUKSH','removeAllListeners','STATE_PASSED','WjSJK','failure','LogCreated','includes','then','Exception\x20in\x20uploading\x20platform\x20details\x20to\x20','BqJyl','join','11416042StTIQK','PathHelper','_afterAll','104HJAwWX','util','TEST_RUN_STARTED','wsEndpoint','XihsM','78QTnkIJ','duration','__platformCaps','test_run_uuid','JAuJz','../playwright/sessionDetails','ZTbif','Playwright','ZfoQg','rpqLO','uuid','54EAWINU','mmGFs','NdJxA','meta','877394LfutRh','\x20with\x20error\x20:\x20','expanded','skipped','getTime','browserType.js','file_name','getHooksForTest','client','FIhAG','getHookType','nrmGg','bABnG','testAnalyticsId','groups','stringify','sLRFw','RBoUZ','YrjfL','mHvdh','launch','getInstance','Not\x20able\x20to\x20import\x20Browser','yYKeR','pid','failure_backtrace','_afterEach','HOOK_RUN_FINISHED','ESnox','feature','oEpeZ','file','initializeBddStep','getFailureType','qeQAi','TjzHR','resetSkipTestHooks','connectOverCDP','ijnhv','_beforeAll','../../helpers/logger','rmHDC','ugKBv','parent','browserstack','nhmnP','prefixTestPath','_paths','defineProperty'];a4_0x2a91=function(){return _0x47e65f;};return a4_0x2a91();}class O11yHelper{[a4_0x908b35(0x1ce)]=null;[a4_0x908b35(0x176)]=null;['enabled']=![];['frameworkName']=![];constructor(_0x1852f1,_0x151014){const _0x3a7a3d=a4_0x908b35,_0xd7e26={'heyCa':'1|0|4|2|5|3','rpqLO':function(_0x3b04ba){return _0x3b04ba();},'LFtMC':function(_0x325651){return _0x325651();},'dOVOO':function(_0xd9435,_0x27272a){return _0xd9435===_0x27272a;},'IjjxJ':_0x3a7a3d(0x1fa),'HkLOh':function(_0x122882,_0x27bcfe){return _0x122882(_0x27bcfe);}},_0x117916=_0xd7e26['heyCa'][_0x3a7a3d(0x1b6)]('|');let _0x4b9c46=0x0;while(!![]){switch(_0x117916[_0x4b9c46++]){case'0':this[_0x3a7a3d(0x1d1)]=_0x151014['frameworkName'];continue;case'1':this['enabled']=_0xd7e26[_0x3a7a3d(0x1fc)](shouldProcessEventForTesthub);continue;case'2':this['_testEnv']=_0xd7e26['LFtMC'](getTestEnv);continue;case'3':this[_0x3a7a3d(0x192)]&&_0xd7e26[_0x3a7a3d(0x163)](this[_0x3a7a3d(0x192)][_0x3a7a3d(0x1a9)]['name'],_0xd7e26[_0x3a7a3d(0x151)])&&_0xd7e26['HkLOh'](mockPWBrowserType,null);continue;case'4':this['driver']=_0x1852f1;continue;case'5':this[_0x3a7a3d(0x135)]=new testOpsHelper[(_0x3a7a3d(0x1ec))]({'cwd':process[_0x3a7a3d(0x19e)]()},this[_0x3a7a3d(0x16f)][_0x3a7a3d(0x137)]);continue;}break;}}['start'](){const _0x2aee51=a4_0x908b35;if(!this[_0x2aee51(0x17e)])return;testOpsHelper[_0x2aee51(0x13e)](),process[_0x2aee51(0x1e1)](_0x2aee51(0x1d2)+process[_0x2aee51(0x11e)]),process['on'](_0x2aee51(0x1d2)+process['pid'],this[_0x2aee51(0x18d)]['bind'](this));}async[a4_0x908b35(0x173)](){const _0x2ed8ac=a4_0x908b35;await RequestQueueHandler[_0x2ed8ac(0x11b)]()[_0x2ed8ac(0x180)]();}async[a4_0x908b35(0x18d)](_0x5acc22){const _0x1bfbcc=a4_0x908b35,_0x5c2c3e={'GLsVk':_0x1bfbcc(0x1e5),'ugKBv':function(_0x4cc8c4,_0x12195e){return _0x4cc8c4(_0x12195e);}};try{this[_0x1bfbcc(0x176)]&&!this['currentHook'][_0x1bfbcc(0x1b2)]&&(_0x5acc22['hook_run_uuid']=this[_0x1bfbcc(0x176)]['hookAnalyticsId']);!_0x5acc22[_0x1bfbcc(0x1c6)]&&this[_0x1bfbcc(0x1ce)]&&!this['currentTest'][_0x1bfbcc(0x1b2)]&&(_0x5acc22['test_run_uuid']=this[_0x1bfbcc(0x1ce)][_0x1bfbcc(0x20f)]);if(_0x5acc22[_0x1bfbcc(0x1c6)]||_0x5acc22[_0x1bfbcc(0x1f6)]){const _0x11877e={};_0x11877e[_0x1bfbcc(0x194)]=_0x5c2c3e['GLsVk'],_0x11877e[_0x1bfbcc(0x1cb)]=[_0x5acc22],await SessionHandler[_0x1bfbcc(0x1d3)](_0x11877e);}}catch(_0x10cf57){_0x5c2c3e[_0x1bfbcc(0x130)](debug,_0x1bfbcc(0x162)+constants['TEST_REPORTING_ANALYTICS']+'\x20with\x20error\x20:\x20'+_0x10cf57);}}async[a4_0x908b35(0x155)](_0xc32196){const _0x2b3371=a4_0x908b35,_0x52e5d9={'mBufI':_0x2b3371(0x13b),'mZypE':function(_0x3b3095,_0x4956e8){return _0x3b3095(_0x4956e8);}};if(!this[_0x2b3371(0x17e)])return;const _0x2656cb=this[_0x2b3371(0x199)](this[_0x2b3371(0x192)]);try{const _0x1758ec={};_0x1758ec['uuid']=_0xc32196,_0x1758ec[_0x2b3371(0x164)]=_0x2656cb;const _0x5f3456=_0x1758ec,_0x7d1d99={};_0x7d1d99['event_type']=_0x52e5d9[_0x2b3371(0x1a5)],_0x7d1d99['test_run']=_0x5f3456,await SessionHandler[_0x2b3371(0x1d3)](_0x7d1d99);}catch(_0x5d9c6a){_0x52e5d9[_0x2b3371(0x169)](debug,_0x2b3371(0x1e8)+constants['TEST_REPORTING_ANALYTICS']+_0x2b3371(0x203)+_0x5d9c6a);}}['getCBTInfo'](_0x9d2617){const _0x1d22c6=a4_0x908b35,_0x1d3f3c={'MxZOQ':function(_0x3d1ce1,_0x549e0a){return _0x3d1ce1(_0x549e0a);}};return _0x1d3f3c[_0x1d22c6(0x15c)](fetchPlatformDetails,_0x9d2617);}['resetSkipTestHooks']=_0x3caaee=>{const _0x12a230=a4_0x908b35,_0x52eb54={};_0x52eb54[_0x12a230(0x212)]=_0x12a230(0x152),_0x52eb54[_0x12a230(0x12c)]=_0x12a230(0x120);const _0x2c08b8=_0x52eb54;if(!_0x3caaee||!_0x3caaee['parent'])return;[_0x2c08b8[_0x12a230(0x212)],_0x2c08b8[_0x12a230(0x12c)]][_0x12a230(0x1b1)](_0x453a00=>{const _0x499de5=_0x12a230,_0xe6fc6b=_0x3caaee[_0x499de5(0x131)][_0x453a00];_0xe6fc6b['forEach'](_0x4175b3=>{const _0x547c00=_0x499de5;_0x4175b3['hookAnalyticsId']&&(_0x4175b3[_0x547c00(0x14c)]=null);});});};['mapTestHooks'](_0x5b296c){const _0x5b154c=a4_0x908b35,_0x57489c={'ZfoQg':'codeceptjs','BqJyl':function(_0xf63557){return _0xf63557();},'briLh':function(_0x4ddd2f,_0x3b7c39){return _0x4ddd2f===_0x3b7c39;},'pnjPt':_0x5b154c(0x120),'NdJxA':function(_0x3419c8){return _0x3419c8();},'bABnG':'_beforeAll','mHvdh':_0x5b154c(0x1ed),'GilJW':_0x5b154c(0x152)};if(!_0x5b296c||!_0x5b296c[_0x5b154c(0x131)])return;[_0x57489c[_0x5b154c(0x20e)],_0x57489c[_0x5b154c(0x119)],_0x57489c[_0x5b154c(0x18c)],_0x57489c[_0x5b154c(0x1a2)]]['forEach'](_0x19576d=>{const _0xed2a26=_0x5b154c,_0x36177e=_0x5b296c['parent'][_0x19576d]||[];_0x36177e[_0xed2a26(0x1b1)](_0x337852=>{const _0x491fd2=_0xed2a26;if(_0x337852[_0x491fd2(0x18b)][_0x491fd2(0x1e6)](_0x57489c[_0x491fd2(0x1fb)]))return;if(!_0x337852[_0x491fd2(0x14c)])_0x337852['hookAnalyticsId']=_0x57489c[_0x491fd2(0x1e9)](uuidv4);else _0x337852[_0x491fd2(0x1b2)]&&_0x57489c['briLh'](_0x19576d,_0x57489c[_0x491fd2(0x1a2)])&&(_0x337852[_0x491fd2(0x14c)]=_0x57489c[_0x491fd2(0x200)](uuidv4),delete _0x337852['markedStatus']);});}),this['mapTestHooks'](_0x5b296c[_0x5b154c(0x131)]);}['getHooksForTest'](_0x3d5850){const _0x18db40=a4_0x908b35,_0x20ee8b={};_0x20ee8b[_0x18db40(0x20d)]=_0x18db40(0x12d),_0x20ee8b[_0x18db40(0x129)]='_afterAll',_0x20ee8b[_0x18db40(0x1a4)]=_0x18db40(0x152),_0x20ee8b[_0x18db40(0x1bd)]='_afterEach';const _0x10e67d=_0x20ee8b;if(!_0x3d5850||!_0x3d5850['parent'])return[];const _0x3ad543=[];return[_0x10e67d[_0x18db40(0x20d)],_0x10e67d['TjzHR'],_0x10e67d[_0x18db40(0x1a4)],_0x10e67d[_0x18db40(0x1bd)]]['forEach'](_0x575b49=>{const _0x18ee28=_0x18db40,_0x5a3106=_0x3d5850[_0x18ee28(0x131)][_0x575b49]||[];_0x5a3106[_0x18ee28(0x1b1)](_0x24a236=>{const _0x381546=_0x18ee28;_0x24a236[_0x381546(0x14c)]&&_0x3ad543[_0x381546(0x157)](_0x24a236[_0x381546(0x14c)]);});}),[]['concat'](_0x3ad543,this[_0x18db40(0x209)](_0x3d5850[_0x18db40(0x131)]));}[a4_0x908b35(0x20c)](_0x2ccf94){const _0x56cf1a=a4_0x908b35,_0x27ec99=/^"(?<hook>.*)" hook:.*$/,_0x494071=_0x2ccf94['title'],_0x283ce8=_0x494071[_0x56cf1a(0x1aa)](_0x27ec99);if(_0x283ce8&&_0x283ce8[_0x56cf1a(0x210)])return _0x283ce8[_0x56cf1a(0x210)]['hook'][_0x56cf1a(0x17a)]()['replace']('\x20','_');return null;}[a4_0x908b35(0x1a8)](_0x211ef7){const _0x2c21f4=a4_0x908b35,_0x3d17e9={};_0x3d17e9['kMKHS']=function(_0x1d7b04,_0x2514c8){return _0x1d7b04===_0x2514c8;},_0x3d17e9['GgZLw']=function(_0x5da721,_0x250d71){return _0x5da721===_0x250d71;},_0x3d17e9['eEMWF']=_0x2c21f4(0x147),_0x3d17e9[_0x2c21f4(0x13d)]=_0x2c21f4(0x1c8);const _0x13d218=_0x3d17e9,_0x46deff=path[_0x2c21f4(0x19c)];if(_0x13d218[_0x2c21f4(0x149)](_0x211ef7,null)||_0x13d218[_0x2c21f4(0x1be)](_0x211ef7,'')||_0x13d218['kMKHS'](_0x211ef7,_0x46deff)||_0x13d218[_0x2c21f4(0x1be)](_0x211ef7,path[_0x2c21f4(0x1d8)](_0x211ef7)))return null;try{return fs['statSync'](path[_0x2c21f4(0x1ea)](_0x211ef7,_0x13d218[_0x2c21f4(0x1a1)],_0x13d218[_0x2c21f4(0x13d)])),_0x211ef7;}catch(_0x50c3cf){const _0x1ef7fa=path[_0x2c21f4(0x1d8)](_0x211ef7);return this[_0x2c21f4(0x1a8)](_0x1ef7fa);}}['getRootParentFile'](_0x2d6392){const _0x4fa324=a4_0x908b35,_0x451a0b={};_0x451a0b[_0x4fa324(0x1cf)]=function(_0x39960d,_0x568e80){return _0x39960d>_0x568e80;};const _0x41e455=_0x451a0b;if(_0x2d6392[_0x4fa324(0x125)])return _0x2d6392[_0x4fa324(0x125)];if(_0x2d6392[_0x4fa324(0x198)]){const _0x313e1c=_0x2d6392[_0x4fa324(0x198)][_0x4fa324(0x1ce)]?this[_0x4fa324(0x16e)](_0x2d6392[_0x4fa324(0x198)]['currentTest']):null;if(_0x313e1c)return _0x313e1c;}if(_0x2d6392['parent']){const _0x18235c=this[_0x4fa324(0x16e)](_0x2d6392['parent'])||(_0x2d6392[_0x4fa324(0x131)][_0x4fa324(0x198)]&&_0x2d6392[_0x4fa324(0x131)]['ctx']['currentTest']?this[_0x4fa324(0x16e)](_0x2d6392[_0x4fa324(0x131)][_0x4fa324(0x198)][_0x4fa324(0x1ce)]):null);if(_0x18235c)return _0x18235c;_0x2d6392[_0x4fa324(0x131)]['suites']&&_0x41e455['okEpH'](_0x2d6392[_0x4fa324(0x131)][_0x4fa324(0x184)][_0x4fa324(0x13c)],0x0)&&_0x2d6392[_0x4fa324(0x131)][_0x4fa324(0x184)][_0x4fa324(0x1b1)](_0x240fb5=>{const _0x423a78=_0x4fa324,_0x263c2d=_0x240fb5['ctx']?this['getRootParentFile'](_0x240fb5[_0x423a78(0x198)]):null;if(_0x263c2d)return _0x263c2d;});}return null;}['getHierarchy'](_0x1d19e4){const _0x5a9bb2=a4_0x908b35,_0x2a644e={};_0x2a644e[_0x5a9bb2(0x1f9)]=function(_0xb849a6,_0x40d89d){return _0xb849a6!==_0x40d89d;};const _0x2c742a=_0x2a644e,_0x2fd4ed=[];if(_0x1d19e4&&_0x1d19e4[_0x5a9bb2(0x131)]){let _0x194568=_0x1d19e4['parent'];while(_0x194568&&_0x2c742a[_0x5a9bb2(0x1f9)](_0x194568[_0x5a9bb2(0x18b)],'')){_0x2fd4ed[_0x5a9bb2(0x157)](_0x194568[_0x5a9bb2(0x18b)]),_0x194568=_0x194568[_0x5a9bb2(0x131)];}}return _0x2fd4ed;}[a4_0x908b35(0x158)](_0x3741c3,_0x1f6b0e,_0x320439=undefined){const _0x4dcb68=a4_0x908b35,_0x2f7615={'oNEDn':function(_0x5b4771,_0x15cf82){return _0x5b4771(_0x15cf82);},'YdAsB':function(_0x5cd4d4){return _0x5cd4d4();},'IPPoR':function(_0x8fcdb9){return _0x8fcdb9();},'dCylt':function(_0x3281ec,_0x4aac74){return _0x3281ec(_0x4aac74);},'rmHDC':_0x4dcb68(0x1ef),'kMCEV':_0x4dcb68(0x185),'opSnq':function(_0x12a8d3,_0x3c1177){return _0x12a8d3!==_0x3c1177;},'Qnsqa':function(_0x48981d,_0x302d4b){return _0x48981d!==_0x302d4b;},'eNrmp':_0x4dcb68(0x148),'FIhAG':'pending','vhPaE':_0x4dcb68(0x1c2),'JzBCV':_0x4dcb68(0x1c4),'wpRFg':_0x4dcb68(0x205),'ojCQR':_0x4dcb68(0x1b3),'cAfFO':function(_0x4e6c93,_0x51d4bf){return _0x4e6c93-_0x51d4bf;},'qeQAi':function(_0x4ea8ac,_0x13cdd4,_0xd8c82d,_0x17ff0e,_0x3f51af){return _0x4ea8ac(_0x13cdd4,_0xd8c82d,_0x17ff0e,_0x3f51af);},'unGDp':function(_0xda82e,_0x1b9bea){return _0xda82e!==_0x1b9bea;},'SISqH':_0x4dcb68(0x164),'cLtSm':_0x4dcb68(0x201),'VUKSH':'failure','auyFZ':_0x4dcb68(0x11f),'nhmnP':'backtrace','WjSJK':_0x4dcb68(0x1d4),'lSuHw':_0x4dcb68(0x204),'yebPd':function(_0x319192,_0xdb19b6){return _0x319192===_0xdb19b6;},'vOpMT':_0x4dcb68(0x18f),'XihsM':_0x4dcb68(0x19f)};if(!this['enabled'])return;try{if(_0x1f6b0e['fn']&&_0x1f6b0e['fn'][_0x4dcb68(0x195)]()[_0x4dcb68(0x1aa)](/browserstack internal helper hook/))return;const _0x6328c3=_0x2f7615[_0x4dcb68(0x175)](parseEvent,_0x3741c3);if(!_0x6328c3)return;if(_0x6328c3[_0x4dcb68(0x1bb)]){this['currentTest']=_0x1f6b0e,this[_0x4dcb68(0x176)]=null;if(_0x6328c3[_0x4dcb68(0x17f)]||_0x6328c3[_0x4dcb68(0x205)]){_0x1f6b0e['startedAt']=new Date(),_0x1f6b0e[_0x4dcb68(0x1b2)]=![];if(!_0x1f6b0e[_0x4dcb68(0x20f)])_0x1f6b0e['testAnalyticsId']=_0x2f7615[_0x4dcb68(0x189)](uuidv4);else _0x1f6b0e[_0x4dcb68(0x1b2)]&&(!_0x1f6b0e[_0x4dcb68(0x141)]&&(_0x1f6b0e[_0x4dcb68(0x141)]=_0x1f6b0e[_0x4dcb68(0x20f)]),_0x1f6b0e[_0x4dcb68(0x20f)]=_0x2f7615[_0x4dcb68(0x189)](uuidv4));}}else{if(_0x6328c3[_0x4dcb68(0x1cd)]){this['currentHook']=_0x1f6b0e;if(_0x6328c3[_0x4dcb68(0x17f)]){_0x1f6b0e[_0x4dcb68(0x1b7)]=new Date(),_0x1f6b0e[_0x4dcb68(0x1b2)]=![];if(!_0x1f6b0e['hookAnalyticsId'])_0x1f6b0e[_0x4dcb68(0x14c)]=_0x2f7615[_0x4dcb68(0x193)](uuidv4);else _0x1f6b0e[_0x4dcb68(0x14c)]&&_0x1f6b0e[_0x4dcb68(0x1b2)]&&(_0x1f6b0e[_0x4dcb68(0x14c)]=_0x2f7615['IPPoR'](uuidv4));}}}if(_0x6328c3[_0x4dcb68(0x170)]&&_0x1f6b0e[_0x4dcb68(0x1b2)])return;let _0xc84a7e;try{_0xc84a7e=this[_0x4dcb68(0x16e)](_0x1f6b0e);}catch(_0x3b673b){logger[_0x4dcb68(0x18e)](_0x4dcb68(0x197)+_0x3b673b),_0xc84a7e=null;}const _0x28b08e=_0x2f7615[_0x4dcb68(0x181)](require,_0x2f7615[_0x4dcb68(0x12f)]);let _0x91727e=[];_0x320439&&(_0x91727e=[_0x320439,_0x2f7615[_0x4dcb68(0x1a3)]]);const _0x4ff0d7=_0x2f7615[_0x4dcb68(0x191)](_0x1f6b0e[_0x4dcb68(0x156)],undefined)?_0x28b08e[_0x4dcb68(0x166)](_0x1f6b0e['errorsDetailed'][0x0]):_0x2f7615[_0x4dcb68(0x14e)](_0x320439,undefined)?_0x320439['toString']():undefined,_0x2ce0c2=_0xc84a7e?this['findGitConfig'](_0xc84a7e):null,_0x4c0bdb=_0xc84a7e?this[_0x4dcb68(0x135)][_0x4dcb68(0x134)](this[_0x4dcb68(0x16e)](_0x1f6b0e)):_0x2f7615[_0x4dcb68(0x1a7)];let _0x4f5fec=_0x2f7615[_0x4dcb68(0x20b)];const _0x2d000a=!_0x6328c3[_0x4dcb68(0x17f)]?new Date()[_0x4dcb68(0x1d9)]():null;if(_0x6328c3[_0x4dcb68(0x170)])_0x4f5fec=_0x320439?_0x2f7615[_0x4dcb68(0x1de)]:_0x2f7615[_0x4dcb68(0x13f)],_0x1f6b0e[_0x4dcb68(0x1b2)]=!![];else _0x6328c3[_0x4dcb68(0x205)]&&(_0x4f5fec=_0x2f7615[_0x4dcb68(0x1bf)],_0x1f6b0e[_0x4dcb68(0x1b2)]=!![]);const _0x3a086f={'framework':this[_0x4dcb68(0x1d1)],'uuid':_0x1f6b0e[_0x4dcb68(0x20f)]||_0x1f6b0e[_0x4dcb68(0x14c)],'name':_0x1f6b0e[_0x4dcb68(0x18b)],'body':{'lang':_0x2f7615['ojCQR'],'code':_0x1f6b0e[_0x4dcb68(0x16b)][_0x4dcb68(0x195)]()},'type':_0x1f6b0e['type'],'scope':_0x1f6b0e[_0x4dcb68(0x177)](),'scopes':this['getHierarchy'](_0x1f6b0e),'file_name':_0x4c0bdb,'vc_filepath':_0x2ce0c2?path['relative'](_0x2ce0c2,_0xc84a7e):null,'location':_0x4c0bdb,'result':_0x4f5fec,'failure_reason':_0x4ff0d7,'duration_in_ms':_0x1f6b0e[_0x4dcb68(0x1f4)]||(_0x6328c3['finished']||_0x6328c3['skipped'])?_0x2f7615[_0x4dcb68(0x1b8)](Date[_0x4dcb68(0x144)](),new Date(_0x1f6b0e[_0x4dcb68(0x1b7)])[_0x4dcb68(0x206)]()):null,'started_at':new Date(_0x1f6b0e[_0x4dcb68(0x1b7)])[_0x4dcb68(0x1d9)](),'finished_at':_0x2d000a,'failure':testOpsHelper['failureData'][_0x4dcb68(0x154)](null,_0x91727e),'failure_type':!_0x4ff0d7?null:testOpsHelper[_0x4dcb68(0x127)](_0x4ff0d7),'retry_of':_0x1f6b0e[_0x4dcb68(0x141)]||null,'tags':_0x1f6b0e['tags']||[],'customRerunParam':{'rerun_name':_0x1f6b0e[_0x4dcb68(0x177)]()}};_0x2f7615[_0x4dcb68(0x128)](appendTesthubParams,_0x3a086f,_0x3741c3,_0x1f6b0e,FRAMEWORKS['CODECEPT']);if(_0x6328c3[_0x4dcb68(0x1cd)])[_0x3a086f[_0x4dcb68(0x142)],_0x3a086f[_0x4dcb68(0x179)]]=[this[_0x4dcb68(0x20c)](_0x1f6b0e),_0x1f6b0e['ctx'][_0x4dcb68(0x1bb)][_0x4dcb68(0x18b)]],_0x6328c3['finished']?_0x2f7615[_0x4dcb68(0x146)](_0x3a086f[_0x4dcb68(0x171)],_0x2f7615['vhPaE'])&&(_0x3a086f[_0x4dcb68(0x171)]=_0x2f7615[_0x4dcb68(0x13f)]):_0x3a086f[_0x4dcb68(0x16b)]={};else _0x6328c3[_0x4dcb68(0x1bb)]&&(this[_0x4dcb68(0x183)](_0x1f6b0e),_0x6328c3['skipped']&&this[_0x4dcb68(0x12a)](_0x1f6b0e),(_0x6328c3[_0x4dcb68(0x170)]||_0x6328c3[_0x4dcb68(0x205)])&&(_0x3a086f[_0x4dcb68(0x17b)]=this[_0x4dcb68(0x209)](_0x1f6b0e)));this[_0x4dcb68(0x192)]&&(_0x6328c3['started']||_0x6328c3[_0x4dcb68(0x205)])&&(_0x3a086f[_0x2f7615[_0x4dcb68(0x13a)]]=this[_0x4dcb68(0x199)](this[_0x4dcb68(0x192)]));_0x6328c3['test']&&_0x6328c3[_0x4dcb68(0x170)]&&_0x1f6b0e['bddSteps']&&(_0x3a086f[_0x2f7615[_0x4dcb68(0x1c1)]]={'feature':{'name':_0x1f6b0e[_0x4dcb68(0x131)][_0x4dcb68(0x123)][_0x4dcb68(0x179)],'path':_0x3a086f[_0x4dcb68(0x208)],'description':_0x1f6b0e[_0x4dcb68(0x131)][_0x4dcb68(0x143)]},'scenario':{'name':_0x1f6b0e[_0x4dcb68(0x18b)]},'steps':_0x1f6b0e[_0x4dcb68(0x1d6)]});const _0x58bf90=_0x3a086f[_0x2f7615[_0x4dcb68(0x1e0)]][0x0];_0x58bf90&&(_0x3a086f[_0x2f7615['auyFZ']]=_0x58bf90[_0x2f7615[_0x4dcb68(0x133)]],_0x3a086f[_0x2f7615[_0x4dcb68(0x1e3)]]=_0x58bf90[_0x2f7615['lSuHw']]);if(_0x1f6b0e[_0x4dcb68(0x1d6)])for(const _0x6797f0 of _0x1f6b0e[_0x4dcb68(0x1d6)]){!_0x6797f0[_0x4dcb68(0x1db)]&&(_0x6797f0['finished_at']=new Date()[_0x4dcb68(0x1d9)](),_0x2f7615[_0x4dcb68(0x15d)](_0x6797f0[_0x4dcb68(0x171)],_0x2f7615['FIhAG'])&&(_0x58bf90?(_0x6797f0[_0x4dcb68(0x171)]=_0x2f7615['vhPaE'],_0x6797f0[_0x4dcb68(0x1e4)]=_0x58bf90[_0x2f7615[_0x4dcb68(0x133)]][0x0]):_0x6797f0[_0x4dcb68(0x171)]=_0x2f7615[_0x4dcb68(0x13f)]));}const _0xc79a31={};_0xc79a31[_0x4dcb68(0x194)]=_0x6328c3[_0x4dcb68(0x205)]?TEST_EVENTS['TEST_RUN_FINISHED']:_0x3741c3;const _0x24f435=_0xc79a31;return _0x6328c3[_0x4dcb68(0x1cd)]?_0x24f435[_0x2f7615[_0x4dcb68(0x18a)]]=_0x3a086f:_0x24f435[_0x2f7615[_0x4dcb68(0x1f2)]]=_0x3a086f,_0x24f435;}catch(_0x2cba05){logger[_0x4dcb68(0x18e)](_0x4dcb68(0x1b0)+_0x3741c3+_0x4dcb68(0x203)+_0x2cba05);}}async[a4_0x908b35(0x1ad)](_0x37ed04,_0x324231){const _0x3c46cb=a4_0x908b35;if(!this[_0x3c46cb(0x17e)]||!_0x324231||!_0x37ed04)return![];try{return await SessionHandler['uploadEventData'](_0x324231);}catch(_0x2c5e18){logger['debug'](_0x3c46cb(0x14b)+_0x37ed04+_0x3c46cb(0x203)+_0x2c5e18);}}[a4_0x908b35(0x126)](_0x4a8a7d){const _0x36994c=a4_0x908b35,_0x32b777={};_0x32b777['WmrLL']=_0x36994c(0x1b4);const _0x195268=_0x32b777;return{'id':_0x4a8a7d[_0x36994c(0x14a)],'text':_0x4a8a7d['text'],'keyword':_0x4a8a7d[_0x36994c(0x1b9)],'started_at':_0x4a8a7d[_0x36994c(0x1b7)][_0x36994c(0x1d9)](),'result':_0x195268['WmrLL']};}[a4_0x908b35(0x1ae)](_0x3e411d){const _0x5ea970=a4_0x908b35,_0x499316={'xwcmz':function(_0x1fb62f){return _0x1fb62f();}};!this[_0x5ea970(0x1ce)][_0x5ea970(0x1d6)]&&(this['currentTest'][_0x5ea970(0x1d6)]=[]),!_0x3e411d[_0x5ea970(0x14a)]&&(_0x3e411d[_0x5ea970(0x14a)]=_0x499316[_0x5ea970(0x15b)](uuidv4),_0x3e411d[_0x5ea970(0x1b7)]=new Date(),this[_0x5ea970(0x1ce)][_0x5ea970(0x1d6)][_0x5ea970(0x157)](this[_0x5ea970(0x126)](_0x3e411d)));}['bddStepFinish'](_0x551a78){const _0x2c6b17=a4_0x908b35,_0x4f6bb1={'OERxN':function(_0x18d3b7,_0x49f0f1){return _0x18d3b7(_0x49f0f1);},'yYKeR':_0x2c6b17(0x178),'rlXjS':_0x2c6b17(0x1b4),'pAant':_0x2c6b17(0x1c4),'LgbrE':function(_0xd64e49,_0x54a381){return _0xd64e49-_0x54a381;}};let _0x29e142=this['currentTest'][_0x2c6b17(0x1d6)][_0x2c6b17(0x138)](_0x378094=>_0x378094['id']===_0x551a78['stepAnalyticsId']);_0x4f6bb1[_0x2c6b17(0x188)](isUndefined,_0x29e142)&&(_0x29e142=this['initializeBddStep'](_0x551a78)),_0x29e142[_0x2c6b17(0x171)]=[_0x4f6bb1[_0x2c6b17(0x11d)],_0x4f6bb1[_0x2c6b17(0x1d0)]]['includes'](_0x551a78[_0x2c6b17(0x153)])?_0x4f6bb1[_0x2c6b17(0x160)]:_0x551a78[_0x2c6b17(0x153)],_0x29e142[_0x2c6b17(0x1db)]=new Date()['toISOString'](),_0x29e142['duration']=_0x4f6bb1[_0x2c6b17(0x19b)](Date[_0x2c6b17(0x144)](),_0x551a78[_0x2c6b17(0x1b7)][_0x2c6b17(0x206)]()),_0x29e142[_0x2c6b17(0x1e4)]=_0x551a78['err']?_0x551a78['err'][_0x2c6b17(0x1c5)]:null;}}const a4_0x54e9de={};a4_0x54e9de[a4_0x908b35(0x16d)]=O11yHelper,a4_0x54e9de[a4_0x908b35(0x1e2)]=STATE_PASSED,a4_0x54e9de[a4_0x908b35(0x159)]=STATE_FAILED,a4_0x54e9de[a4_0x908b35(0x168)]=TEST_EVENTS,module[a4_0x908b35(0x1c0)]=a4_0x54e9de;
|
|
1
|
+
const a4_0x1cdda2=a4_0x1df0;(function(_0x5d727d,_0x44fd51){const _0x218ee4=a4_0x1df0,_0x519e80=_0x5d727d();while(!![]){try{const _0x5a1599=parseInt(_0x218ee4(0x1fd))/0x1+-parseInt(_0x218ee4(0x1d4))/0x2*(parseInt(_0x218ee4(0x17f))/0x3)+-parseInt(_0x218ee4(0x13b))/0x4+parseInt(_0x218ee4(0x21d))/0x5+parseInt(_0x218ee4(0x1ea))/0x6*(parseInt(_0x218ee4(0x184))/0x7)+-parseInt(_0x218ee4(0x146))/0x8*(parseInt(_0x218ee4(0x210))/0x9)+parseInt(_0x218ee4(0x1b7))/0xa*(-parseInt(_0x218ee4(0x18c))/0xb);if(_0x5a1599===_0x44fd51)break;else _0x519e80['push'](_0x519e80['shift']());}catch(_0x446e08){_0x519e80['push'](_0x519e80['shift']());}}}(a4_0x597a,0xa7d8d));const path=require('path'),fs=require('fs'),{v4:uuidv4}=require(a4_0x1cdda2(0x19d)),{importFileFromPWCore,nestedKeyValue,parseWSEndpoint,isUndefined}=require(a4_0x1cdda2(0x1ec)),testOpsHelper=require('../../helpers/test-observability/utils'),{getTestEnv}=require(a4_0x1cdda2(0x15b)),{FRAMEWORKS}=require('../../helpers/test-observability/constants'),logger=require(a4_0x1cdda2(0x156))[a4_0x1cdda2(0x1d9)],SessionHandler=require(a4_0x1cdda2(0x1bf)),RequestQueueHandler=require(a4_0x1cdda2(0x20f)),PlaywrightSessionDetails=require(a4_0x1cdda2(0x20c)),debug=testOpsHelper[a4_0x1cdda2(0x1fe)],{processAccessibilityCaps}=require(a4_0x1cdda2(0x20b)),Constants=require(a4_0x1cdda2(0x1b5)),{fetchPlatformDetails}=require(a4_0x1cdda2(0x1f1)),{shouldProcessEventForTesthub,appendTesthubParams}=require('../../helpers/testhub/utils.js'),constants=require(a4_0x1cdda2(0x1b5)),STATE_PASSED=a4_0x1cdda2(0x197),STATE_FAILED=a4_0x1cdda2(0x1fc),a4_0x1e2564={};function a4_0x597a(){const _0x1c163a=['failure_backtrace','parent','accessibilityPlatform','CJVnv','PLAYWRIGHT_HUB_URL','Checking\x20for\x20accessibility\x20automation\x20session\x20with\x20','NrkFI','failureData','toString','split','getInstance','Exception\x20in\x20uploading\x20log\x20data\x20to\x20','XAxLF','getHookType','event_type','prototype','toISOString','xAiMw','skipped','HookRunFinished','YOMXV','markedStatus','Rrlob','267lMuTTj','XMHcY','match','RZFCH','fullTitle','7tlgKax','frameworkName','dirname','.git','currentHook','join','errorsDetailed','Exception\x20in\x20sending\x20test\x20data\x20for\x20event\x20','22CiDJwd','currentTest','ILKLn','KhBmn','shutdown','RTLbE','setupBrowserDetails','test_run','aAXJI','UHjFB','tags','passed','mapTestHooks','result','feature','success','_afterEach','uuid','duration','cTPUG','appendTestItemLog','TEST_RUN_STARTED','hook_type','TEST_RUN_SKIPPED','DahUj','initializeBddStep','concat','client','retryOf','lUHhN','QjxVO','stop','EsCGc','ctx','akOaH','rVFxT','PathHelper','push','uZsVC','defineProperty','apoJh','../utils/constants','toLowerCase','227280fIPoGi','hook','groups','hook_run','eYTOm','connect','cwd','pKOAy','../../helpers/test-observability/sessionHandler','name','TpJNe','find','_paths','constructor','htgmf','getCBTInfo','browserType.js','Playwright','Exception\x20in\x20uploading\x20platform\x20details\x20to\x20','SEHVv','HookRunStarted','config','lqyim','aHIro','LogCreated','xeonC','flQZN','getHierarchy','lib','9902VwCQjm','now','tVhGP','TEST_RUN_FINISHED','started','winstonLogger','QfNUj','hook_run_uuid','FEUwj','STATE_PASSED','suites','_afterAll','removeAllListeners','resetSkipTestHooks','HOOK_RUN_FINISHED','_beforeAll','length','nCGUX','pBbJT','XlgnN','NfZFv','meta','3974202fIBjZD','toUpperCase','../../helpers/helper','wsEndpoint','finished','WCBYg','integrations','./helper.js','inspect','bs:addLog:','location_prefix','O11yHelper','eXczW','enabled','bdyvs','zLfoW','uoego','pqIVk','failed','129027YQgOJT','debug','getTime','obsBrowserTypeMockApplied','startedAt','fwDfR','tnvAH','getFailureType','launch','HOOK_RUN_STARTED','patchConsoleLogger','STATE_FAILED','TEST_REPORTING_ANALYTICS','hookAnalyticsId','../playwright/accessibility-helper','../playwright/sessionDetails','jOLJG','Mjqfi','../../helpers/test-observability/requestQueueHandler','36YlKZeQ','Uimyj','NfYLc','xBrku','string','JDvab','__cloud_provider___','5|2|3|0|1|4','Failed\x20to\x20parse\x20wsendpoint\x20','getRootParentFile','apply','GlUTC','stringify','5637610oBoroj','QpVtQ','TGPNY','uploadEventData','testAnalyticsId','flzbU','kLMkq','type','TestRunStarted','title','AFEDQ','driver','then','logs','file','TSByZ','test','failure','Tgejv','RRhme','bddStepStart','pending','_beforeEach','wNrCe','BROWSERSTACK','axZxl','Cmtch','1177552ihRRwV','body','SDbhy','forEach','bddSteps','start','getHooksForTest','findGitConfig','bind','status','pid','901864oDFKGy','stepAnalyticsId','connectOverCDP','file_name','WxoMF','DMlaz','fCNLa','prefixTestPath','ZVVYc','pGzDY','err','keyword','backtrace','javascript','Not\x20able\x20to\x20import\x20Browser','Wmund','../../helpers/logger','failed\x20to\x20get\x20root\x20parent\x20file\x20','fireEvent','test_run_uuid','rKAWW','../mocha/test-observability/mochaUtils','mLuyi','includes','bddStepFinish','CBTSessionCreated','TestRunSkipped','KiiOk','hooks','NLEar','kECXP','captureEvent','\x20with\x20error\x20:\x20','xXLOQ'];a4_0x597a=function(){return _0x1c163a;};return a4_0x597a();}a4_0x1e2564[a4_0x1cdda2(0x1a1)]=a4_0x1cdda2(0x128),a4_0x1e2564[a4_0x1cdda2(0x1d7)]='TestRunFinished',a4_0x1e2564[a4_0x1cdda2(0x1a3)]=a4_0x1cdda2(0x160),a4_0x1e2564[a4_0x1cdda2(0x206)]=a4_0x1cdda2(0x1cb),a4_0x1e2564[a4_0x1cdda2(0x1e2)]=a4_0x1cdda2(0x17b);const TEST_EVENTS=a4_0x1e2564,parseEvent=_0x3b4971=>{const _0x138c1e=a4_0x1cdda2,_0x5a9e0c={};_0x5a9e0c[_0x138c1e(0x1ef)]=function(_0x207f79,_0x238dd3){return _0x207f79<_0x238dd3;},_0x5a9e0c[_0x138c1e(0x1c5)]=function(_0x29c35c,_0x4e3169){return _0x29c35c===_0x4e3169;},_0x5a9e0c['JDvab']='test',_0x5a9e0c[_0x138c1e(0x174)]=function(_0x50ca52,_0x2baf46){return _0x50ca52===_0x2baf46;},_0x5a9e0c['ZVVYc']=_0x138c1e(0x1b8),_0x5a9e0c[_0x138c1e(0x191)]=function(_0x2e2399,_0x2f656b){return _0x2e2399===_0x2f656b;},_0x5a9e0c[_0x138c1e(0x164)]='skipped',_0x5a9e0c[_0x138c1e(0x132)]=function(_0x352d13,_0xa51d53){return _0x352d13===_0xa51d53;},_0x5a9e0c[_0x138c1e(0x1a4)]=_0x138c1e(0x1d8),_0x5a9e0c[_0x138c1e(0x14a)]=_0x138c1e(0x1ee);const _0x3a70f5=_0x5a9e0c,_0x1969b8=_0x3b4971['match'](/^(.*)Run(.*)$/);if(!_0x1969b8)return null;if(_0x3a70f5[_0x138c1e(0x1ef)](_0x1969b8[_0x138c1e(0x1e4)],0x3))return null;const _0x4010f7=_0x1969b8[0x1]['toLowerCase'](),_0x49232f=_0x1969b8[0x2][_0x138c1e(0x1b6)]();return{'test':_0x3a70f5[_0x138c1e(0x1c5)](_0x4010f7,_0x3a70f5[_0x138c1e(0x215)]),'hook':_0x3a70f5[_0x138c1e(0x174)](_0x4010f7,_0x3a70f5[_0x138c1e(0x14e)]),'skipped':_0x3a70f5[_0x138c1e(0x191)](_0x49232f,_0x3a70f5[_0x138c1e(0x164)]),'started':_0x3a70f5[_0x138c1e(0x132)](_0x49232f,_0x3a70f5[_0x138c1e(0x1a4)]),'finished':_0x3a70f5[_0x138c1e(0x174)](_0x49232f,_0x3a70f5[_0x138c1e(0x14a)])};},mockPWBrowserType=_0x3f35e3=>{const _0x5ed76e=a4_0x1cdda2,_0x3d26a0={'mLuyi':function(_0x1ff980,_0x3396bc){return _0x1ff980===_0x3396bc;},'QjxVO':_0x5ed76e(0x214),'TSByZ':function(_0x188be6,_0x178073,_0xd454d6){return _0x188be6(_0x178073,_0xd454d6);},'CKlsr':'wsEndpoint','SDbhy':function(_0x31c647,_0x1e8efa){return _0x31c647(_0x1e8efa);},'epeat':'browserstack','ZoxfX':_0x5ed76e(0x1d3),'eYTOm':_0x5ed76e(0x1a7),'MyTTM':_0x5ed76e(0x1c7),'nCGUX':function(_0x4aa01e,_0x280f74){return _0x4aa01e(_0x280f74);},'Wmund':_0x5ed76e(0x154),'ENTBA':_0x5ed76e(0x1bc),'ILKLn':_0x5ed76e(0x205)},_0x2a19f5=path[_0x5ed76e(0x189)](_0x3d26a0['ZoxfX'],_0x3d26a0[_0x5ed76e(0x1bb)],_0x3d26a0['MyTTM']),_0x16e9b2=_0x3d26a0[_0x5ed76e(0x1e5)](importFileFromPWCore,_0x2a19f5);if(!_0x16e9b2){_0x3d26a0['nCGUX'](debug,_0x3d26a0[_0x5ed76e(0x155)]);return;}const _0x325695=_0x16e9b2['BrowserType'],_0x5e50b5=_0x325695[_0x5ed76e(0x177)];if(_0x5e50b5[_0x5ed76e(0x200)])return;const _0x329a80=_0x5e50b5[_0x5ed76e(0x1bc)];Object[_0x5ed76e(0x1b3)](_0x5e50b5,_0x3d26a0['ENTBA'],{'get':function(){const _0x3de00f=_0x5ed76e,_0x102889={'Uimyj':function(_0x110d43,_0x4cca33){const _0x2769a9=a4_0x1df0;return _0x3d26a0[_0x2769a9(0x15c)](_0x110d43,_0x4cca33);},'NLEar':_0x3d26a0[_0x3de00f(0x1aa)],'xXLOQ':function(_0x32f3e2,_0x26192e,_0x4a48dd){const _0x51fd6a=_0x3de00f;return _0x3d26a0[_0x51fd6a(0x12f)](_0x32f3e2,_0x26192e,_0x4a48dd);},'pKOAy':_0x3d26a0['CKlsr'],'NfYLc':function(_0x2a85c5,_0x333d53){const _0x4b6113=_0x3de00f;return _0x3d26a0[_0x4b6113(0x13d)](_0x2a85c5,_0x333d53);},'akOaH':_0x3d26a0['epeat'],'wNrCe':function(_0x35223c,_0x411683,_0xf62f00){return _0x3d26a0['TSByZ'](_0x35223c,_0x411683,_0xf62f00);}};return async function _0x31d192(_0x2d9823,_0x2a3068){const _0x63ebad=_0x3de00f,_0x5a333f={'xBrku':function(_0x50a23a,_0xaba2){const _0x4d65fe=a4_0x1df0;return _0x102889[_0x4d65fe(0x211)](_0x50a23a,_0xaba2);},'tVhGP':_0x102889[_0x63ebad(0x163)]},_0x41ad61=_0x102889[_0x63ebad(0x167)](nestedKeyValue,_0x2d9823,[_0x102889[_0x63ebad(0x1be)]])||_0x2d9823;let _0x23c92e=null,_0x255c10=null;try{[_0x255c10,_0x23c92e]=_0x41ad61?_0x102889[_0x63ebad(0x212)](parseWSEndpoint,_0x41ad61):[null,null],global['__platformCaps']=_0x23c92e,logger[_0x63ebad(0x1fe)](_0x63ebad(0x16d)+_0x255c10),_0x255c10['includes'](Constants[_0x63ebad(0x138)])&&(global[_0x63ebad(0x216)]=_0x102889[_0x63ebad(0x1ae)]);}catch(_0x41bc45){logger['debug'](_0x63ebad(0x218)+_0x41ad61+'\x20'+_0x41bc45);}_0x102889[_0x63ebad(0x137)](processAccessibilityCaps,_0x23c92e,_0x255c10);if(global[_0x63ebad(0x16a)]){const _0x58357b=await _0x5e50b5[_0x63ebad(0x148)][_0x63ebad(0x21a)](this,[''+Constants[_0x63ebad(0x16c)]+_0x102889[_0x63ebad(0x212)](encodeURIComponent,JSON[_0x63ebad(0x21c)](_0x23c92e))]);return PlaywrightSessionDetails[_0x63ebad(0x192)](_0x58357b,_0x3f35e3,_0x41ad61),_0x58357b;}return _0x329a80[_0x63ebad(0x21a)](this,arguments)[_0x63ebad(0x12c)](_0xb68e7e=>{const _0x3f9d94=_0x63ebad;let _0x4f3f4b=_0x2d9823[_0x3f9d94(0x1ed)];return _0x5a333f[_0x3f9d94(0x213)](typeof _0x2d9823,_0x5a333f[_0x3f9d94(0x1d6)])&&(_0x4f3f4b=_0x2d9823),PlaywrightSessionDetails[_0x3f9d94(0x192)](_0xb68e7e,_0x3f35e3,_0x4f3f4b),_0xb68e7e;});};}});const _0x37fa22=_0x5e50b5['launch'];Object['defineProperty'](_0x5e50b5,_0x3d26a0[_0x5ed76e(0x18e)],{'get':function(){return async function _0x216308(){return _0x37fa22['apply'](this,arguments)['then'](_0x33afb3=>{const _0x42c2d7=a4_0x1df0;return PlaywrightSessionDetails[_0x42c2d7(0x192)](_0x33afb3,null),_0x33afb3;});};}});};class O11yHelper{[a4_0x1cdda2(0x18d)]=null;['currentHook']=null;[a4_0x1cdda2(0x1f7)]=![];['frameworkName']=![];constructor(_0x3d6d23,_0x37027a){const _0x1a7ea7=a4_0x1cdda2,_0x155867={'urabn':_0x1a7ea7(0x217),'rKAWW':function(_0x5299da){return _0x5299da();},'dyxUc':function(_0x2fa365,_0x323dc0){return _0x2fa365===_0x323dc0;},'ANopz':_0x1a7ea7(0x1c8),'rVFxT':function(_0x2c5239,_0xfdc54){return _0x2c5239(_0xfdc54);}},_0x353301=_0x155867['urabn'][_0x1a7ea7(0x171)]('|');let _0x762c3=0x0;while(!![]){switch(_0x353301[_0x762c3++]){case'0':this['_testEnv']=_0x155867['rKAWW'](getTestEnv);continue;case'1':this[_0x1a7ea7(0x1c3)]=new testOpsHelper[(_0x1a7ea7(0x1b0))]({'cwd':process[_0x1a7ea7(0x1bd)]()},this['_testEnv'][_0x1a7ea7(0x1f4)]);continue;case'2':this[_0x1a7ea7(0x185)]=_0x37027a['frameworkName'];continue;case'3':this[_0x1a7ea7(0x12b)]=_0x3d6d23;continue;case'4':this[_0x1a7ea7(0x12b)]&&_0x155867['dyxUc'](this[_0x1a7ea7(0x12b)][_0x1a7ea7(0x1c4)][_0x1a7ea7(0x1c0)],_0x155867['ANopz'])&&_0x155867[_0x1a7ea7(0x1af)](mockPWBrowserType,null);continue;case'5':this['enabled']=_0x155867[_0x1a7ea7(0x15a)](shouldProcessEventForTesthub);continue;}break;}}[a4_0x1cdda2(0x140)](){const _0x7e99f3=a4_0x1cdda2;if(!this[_0x7e99f3(0x1f7)])return;testOpsHelper[_0x7e99f3(0x207)](),process[_0x7e99f3(0x1e0)](_0x7e99f3(0x1f3)+process[_0x7e99f3(0x145)]),process['on'](_0x7e99f3(0x1f3)+process[_0x7e99f3(0x145)],this[_0x7e99f3(0x1a0)][_0x7e99f3(0x143)](this));}async[a4_0x1cdda2(0x1ab)](){const _0x2287c7=a4_0x1cdda2;await RequestQueueHandler[_0x2287c7(0x172)]()[_0x2287c7(0x190)]();}async[a4_0x1cdda2(0x1a0)](_0x223c68){const _0x328d36=a4_0x1cdda2,_0x34c86a={'qqDXj':_0x328d36(0x1cf),'NRPlZ':function(_0x734f05,_0x33e460){return _0x734f05(_0x33e460);}};try{this[_0x328d36(0x188)]&&!this[_0x328d36(0x188)]['markedStatus']&&(_0x223c68[_0x328d36(0x1db)]=this[_0x328d36(0x188)][_0x328d36(0x20a)]);!_0x223c68[_0x328d36(0x1db)]&&this[_0x328d36(0x18d)]&&!this[_0x328d36(0x18d)][_0x328d36(0x17d)]&&(_0x223c68[_0x328d36(0x159)]=this['currentTest']['testAnalyticsId']);if(_0x223c68[_0x328d36(0x1db)]||_0x223c68[_0x328d36(0x159)]){const _0x239f1c={};_0x239f1c[_0x328d36(0x176)]=_0x34c86a['qqDXj'],_0x239f1c[_0x328d36(0x12d)]=[_0x223c68],await SessionHandler[_0x328d36(0x123)](_0x239f1c);}}catch(_0x4a0bb4){_0x34c86a['NRPlZ'](debug,_0x328d36(0x173)+constants[_0x328d36(0x209)]+_0x328d36(0x166)+_0x4a0bb4);}}async['sendCBTInfo'](_0x6afe9c){const _0x5039ef=a4_0x1cdda2,_0x225d79={'XMHcY':_0x5039ef(0x15f),'Cumdg':function(_0x43addd,_0x417255){return _0x43addd(_0x417255);}};if(!this['enabled'])return;const _0x2be818=this[_0x5039ef(0x1c6)](this[_0x5039ef(0x12b)]);try{const _0x122776={};_0x122776[_0x5039ef(0x19d)]=_0x6afe9c,_0x122776[_0x5039ef(0x1f0)]=_0x2be818;const _0x1260f8=_0x122776,_0x3a692f={};_0x3a692f[_0x5039ef(0x176)]=_0x225d79[_0x5039ef(0x180)],_0x3a692f['test_run']=_0x1260f8,await SessionHandler[_0x5039ef(0x123)](_0x3a692f);}catch(_0x3468eb){_0x225d79['Cumdg'](debug,_0x5039ef(0x1c9)+constants[_0x5039ef(0x209)]+'\x20with\x20error\x20:\x20'+_0x3468eb);}}['getCBTInfo'](_0x33727e){const _0x4f4bad=a4_0x1cdda2,_0x2e9877={'TpJNe':function(_0xaf3d24,_0x20a88d){return _0xaf3d24(_0x20a88d);}};return _0x2e9877[_0x4f4bad(0x1c1)](fetchPlatformDetails,_0x33727e);}[a4_0x1cdda2(0x1e1)]=_0x422054=>{const _0x58406d=a4_0x1cdda2,_0x3b4929={};_0x3b4929[_0x58406d(0x1d1)]=_0x58406d(0x136),_0x3b4929[_0x58406d(0x1f9)]=_0x58406d(0x19c);const _0x2dfc7f=_0x3b4929;if(!_0x422054||!_0x422054[_0x58406d(0x169)])return;[_0x2dfc7f[_0x58406d(0x1d1)],_0x2dfc7f[_0x58406d(0x1f9)]]['forEach'](_0x424c8d=>{const _0x59dcc4=_0x58406d,_0x2eb0fb=_0x422054['parent'][_0x424c8d];_0x2eb0fb[_0x59dcc4(0x13e)](_0x3e85b9=>{const _0x13ee92=_0x59dcc4;_0x3e85b9[_0x13ee92(0x20a)]&&(_0x3e85b9[_0x13ee92(0x20a)]=null);});});};[a4_0x1cdda2(0x198)](_0x3ae2e7){const _0x5cb443=a4_0x1cdda2,_0x32837b={'QfNUj':'codeceptjs','cTPUG':function(_0xc5e8b5){return _0xc5e8b5();},'tseYP':function(_0xc71ee0,_0x38af39){return _0xc71ee0===_0x38af39;},'NrkFI':'_afterEach','CJVnv':function(_0x4338c5){return _0x4338c5();},'xeonC':_0x5cb443(0x1e3),'pGzDY':'_afterAll','uZsVC':'_beforeEach'};if(!_0x3ae2e7||!_0x3ae2e7[_0x5cb443(0x169)])return;[_0x32837b[_0x5cb443(0x1d0)],_0x32837b[_0x5cb443(0x14f)],_0x32837b[_0x5cb443(0x1b2)],_0x32837b[_0x5cb443(0x16e)]][_0x5cb443(0x13e)](_0x569852=>{const _0x6d6ecc=_0x5cb443,_0x34769a=_0x3ae2e7['parent'][_0x569852]||[];_0x34769a[_0x6d6ecc(0x13e)](_0x4cb56f=>{const _0x4196ab=_0x6d6ecc;if(_0x4cb56f[_0x4196ab(0x129)][_0x4196ab(0x15d)](_0x32837b[_0x4196ab(0x1da)]))return;if(!_0x4cb56f[_0x4196ab(0x20a)])_0x4cb56f[_0x4196ab(0x20a)]=_0x32837b[_0x4196ab(0x19f)](uuidv4);else _0x4cb56f[_0x4196ab(0x17d)]&&_0x32837b['tseYP'](_0x569852,_0x32837b['NrkFI'])&&(_0x4cb56f['hookAnalyticsId']=_0x32837b[_0x4196ab(0x16b)](uuidv4),delete _0x4cb56f['markedStatus']);});}),this['mapTestHooks'](_0x3ae2e7[_0x5cb443(0x169)]);}[a4_0x1cdda2(0x141)](_0xe9ab6a){const _0x50e8e6=a4_0x1cdda2,_0x1a1823={};_0x1a1823[_0x50e8e6(0x1fb)]=_0x50e8e6(0x1e3),_0x1a1823[_0x50e8e6(0x12a)]=_0x50e8e6(0x1df),_0x1a1823[_0x50e8e6(0x20d)]=_0x50e8e6(0x136),_0x1a1823[_0x50e8e6(0x1ca)]=_0x50e8e6(0x19c);const _0x1f323a=_0x1a1823;if(!_0xe9ab6a||!_0xe9ab6a[_0x50e8e6(0x169)])return[];const _0x13dda2=[];return[_0x1f323a[_0x50e8e6(0x1fb)],_0x1f323a[_0x50e8e6(0x12a)],_0x1f323a[_0x50e8e6(0x20d)],_0x1f323a[_0x50e8e6(0x1ca)]][_0x50e8e6(0x13e)](_0x549966=>{const _0x43d4ab=_0x50e8e6,_0x4d982e=_0xe9ab6a['parent'][_0x549966]||[];_0x4d982e[_0x43d4ab(0x13e)](_0x29ddfe=>{const _0x934bf9=_0x43d4ab;_0x29ddfe[_0x934bf9(0x20a)]&&_0x13dda2[_0x934bf9(0x1b1)](_0x29ddfe[_0x934bf9(0x20a)]);});}),[][_0x50e8e6(0x1a6)](_0x13dda2,this[_0x50e8e6(0x141)](_0xe9ab6a[_0x50e8e6(0x169)]));}[a4_0x1cdda2(0x175)](_0x45b30e){const _0x12f809=a4_0x1cdda2,_0x2d60dd=/^"(?<hook>.*)" hook:.*$/,_0x1c25b0=_0x45b30e[_0x12f809(0x129)],_0x5c241d=_0x1c25b0[_0x12f809(0x181)](_0x2d60dd);if(_0x5c241d&&_0x5c241d[_0x12f809(0x1b9)])return _0x5c241d[_0x12f809(0x1b9)]['hook'][_0x12f809(0x1eb)]()['replace']('\x20','_');return null;}[a4_0x1cdda2(0x142)](_0x5c805a){const _0x356d57=a4_0x1cdda2,_0x4f9c4d={};_0x4f9c4d[_0x356d57(0x1fa)]=function(_0x54beff,_0x2978c7){return _0x54beff===_0x2978c7;},_0x4f9c4d[_0x356d57(0x1b4)]=_0x356d57(0x187),_0x4f9c4d['RRhme']=_0x356d57(0x1cc);const _0x5ef241=_0x4f9c4d,_0x46f7bd=path['sep'];if(_0x5ef241[_0x356d57(0x1fa)](_0x5c805a,null)||_0x5ef241['uoego'](_0x5c805a,'')||_0x5ef241[_0x356d57(0x1fa)](_0x5c805a,_0x46f7bd)||_0x5ef241[_0x356d57(0x1fa)](_0x5c805a,path['dirname'](_0x5c805a)))return null;try{return fs['statSync'](path[_0x356d57(0x189)](_0x5c805a,_0x5ef241[_0x356d57(0x1b4)],_0x5ef241[_0x356d57(0x133)])),_0x5c805a;}catch(_0x4d4183){const _0x31bd28=path[_0x356d57(0x186)](_0x5c805a);return this[_0x356d57(0x142)](_0x31bd28);}}['getRootParentFile'](_0x2dac78){const _0x4d1008=a4_0x1cdda2,_0x4159a9={};_0x4159a9[_0x4d1008(0x18f)]=function(_0x4eccf7,_0xf0cbe0){return _0x4eccf7>_0xf0cbe0;};const _0x3cd6f2=_0x4159a9;if(_0x2dac78[_0x4d1008(0x12e)])return _0x2dac78['file'];if(_0x2dac78[_0x4d1008(0x1ad)]){const _0x53d415=_0x2dac78[_0x4d1008(0x1ad)][_0x4d1008(0x18d)]?this[_0x4d1008(0x219)](_0x2dac78[_0x4d1008(0x1ad)][_0x4d1008(0x18d)]):null;if(_0x53d415)return _0x53d415;}if(_0x2dac78['parent']){const _0x40dab3=this[_0x4d1008(0x219)](_0x2dac78[_0x4d1008(0x169)])||(_0x2dac78[_0x4d1008(0x169)][_0x4d1008(0x1ad)]&&_0x2dac78['parent'][_0x4d1008(0x1ad)]['currentTest']?this[_0x4d1008(0x219)](_0x2dac78[_0x4d1008(0x169)][_0x4d1008(0x1ad)][_0x4d1008(0x18d)]):null);if(_0x40dab3)return _0x40dab3;_0x2dac78[_0x4d1008(0x169)]['suites']&&_0x3cd6f2[_0x4d1008(0x18f)](_0x2dac78[_0x4d1008(0x169)]['suites'][_0x4d1008(0x1e4)],0x0)&&_0x2dac78[_0x4d1008(0x169)][_0x4d1008(0x1de)]['forEach'](_0x35a279=>{const _0x35ef5f=_0x4d1008,_0x2adb45=_0x35a279['ctx']?this[_0x35ef5f(0x219)](_0x35a279['ctx']):null;if(_0x2adb45)return _0x2adb45;});}return null;}[a4_0x1cdda2(0x1d2)](_0x1681cc){const _0x191066=a4_0x1cdda2,_0x146b68={};_0x146b68[_0x191066(0x125)]=function(_0x236b73,_0x5568bb){return _0x236b73!==_0x5568bb;};const _0x51077b=_0x146b68,_0x54162f=[];if(_0x1681cc&&_0x1681cc[_0x191066(0x169)]){let _0x23cff7=_0x1681cc['parent'];while(_0x23cff7&&_0x51077b[_0x191066(0x125)](_0x23cff7[_0x191066(0x129)],'')){_0x54162f[_0x191066(0x1b1)](_0x23cff7[_0x191066(0x129)]),_0x23cff7=_0x23cff7[_0x191066(0x169)];}}return _0x54162f;}[a4_0x1cdda2(0x165)](_0x1721b2,_0x49f873,_0x48071c=undefined){const _0x4e3f1b=a4_0x1cdda2,_0xf1bf78={'aHIro':function(_0x469195,_0x5c0156){return _0x469195(_0x5c0156);},'fwDfR':function(_0x254d13){return _0x254d13();},'XlgnN':function(_0x243f12){return _0x243f12();},'YCkkt':function(_0x5437b2,_0x1ebc66){return _0x5437b2(_0x1ebc66);},'uhPGw':'util','UHjFB':_0x4e3f1b(0x150),'xAiMw':function(_0x286e54,_0x5154f5){return _0x286e54!==_0x5154f5;},'lqyim':'File\x20path\x20could\x20not\x20be\x20found','bdyvs':_0x4e3f1b(0x135),'Mjqfi':'failed','DMlaz':'passed','YOMXV':_0x4e3f1b(0x17a),'aAXJI':_0x4e3f1b(0x153),'tdmKz':function(_0x2487c9,_0x5b1cb8){return _0x2487c9-_0x5b1cb8;},'FEUwj':function(_0x2df7f0,_0x46f938,_0x5d8bec,_0x4d1dd8,_0x2d4c9b){return _0x2df7f0(_0x46f938,_0x5d8bec,_0x4d1dd8,_0x2d4c9b);},'pBbJT':_0x4e3f1b(0x1f0),'TGPNY':_0x4e3f1b(0x1e9),'QpVtQ':_0x4e3f1b(0x131),'NfZFv':_0x4e3f1b(0x168),'eXczW':_0x4e3f1b(0x152),'axZxl':'failure_reason_expanded','RZFCH':'expanded','Rrlob':function(_0x4359a2,_0x184000){return _0x4359a2===_0x184000;},'lUHhN':_0x4e3f1b(0x1ba),'Cmtch':_0x4e3f1b(0x193)};if(!this[_0x4e3f1b(0x1f7)])return;try{if(_0x49f873['fn']&&_0x49f873['fn'][_0x4e3f1b(0x170)]()['match'](/browserstack internal helper hook/))return;const _0x126d82=_0xf1bf78[_0x4e3f1b(0x1ce)](parseEvent,_0x1721b2);if(!_0x126d82)return;if(_0x126d82[_0x4e3f1b(0x130)]){this[_0x4e3f1b(0x18d)]=_0x49f873,this[_0x4e3f1b(0x188)]=null;if(_0x126d82['started']||_0x126d82[_0x4e3f1b(0x17a)]){_0x49f873[_0x4e3f1b(0x201)]=new Date(),_0x49f873[_0x4e3f1b(0x17d)]=![];if(!_0x49f873['testAnalyticsId'])_0x49f873[_0x4e3f1b(0x124)]=_0xf1bf78[_0x4e3f1b(0x202)](uuidv4);else _0x49f873[_0x4e3f1b(0x17d)]&&(!_0x49f873[_0x4e3f1b(0x1a8)]&&(_0x49f873[_0x4e3f1b(0x1a8)]=_0x49f873['testAnalyticsId']),_0x49f873[_0x4e3f1b(0x124)]=_0xf1bf78[_0x4e3f1b(0x202)](uuidv4));}}else{if(_0x126d82[_0x4e3f1b(0x1b8)]){this['currentHook']=_0x49f873;if(_0x126d82[_0x4e3f1b(0x1d8)]){_0x49f873[_0x4e3f1b(0x201)]=new Date(),_0x49f873[_0x4e3f1b(0x17d)]=![];if(!_0x49f873[_0x4e3f1b(0x20a)])_0x49f873[_0x4e3f1b(0x20a)]=_0xf1bf78['fwDfR'](uuidv4);else _0x49f873[_0x4e3f1b(0x20a)]&&_0x49f873[_0x4e3f1b(0x17d)]&&(_0x49f873[_0x4e3f1b(0x20a)]=_0xf1bf78[_0x4e3f1b(0x1e7)](uuidv4));}}}if(_0x126d82[_0x4e3f1b(0x1ee)]&&_0x49f873[_0x4e3f1b(0x17d)])return;let _0x33de57;try{_0x33de57=this['getRootParentFile'](_0x49f873);}catch(_0x3b473f){logger[_0x4e3f1b(0x1fe)](_0x4e3f1b(0x157)+_0x3b473f),_0x33de57=null;}const _0x4830ea=_0xf1bf78['YCkkt'](require,_0xf1bf78['uhPGw']);let _0x5f07a4=[];_0x48071c&&(_0x5f07a4=[_0x48071c,_0xf1bf78[_0x4e3f1b(0x195)]]);const _0x300e8d=_0xf1bf78[_0x4e3f1b(0x179)](_0x49f873[_0x4e3f1b(0x18a)],undefined)?_0x4830ea[_0x4e3f1b(0x1f2)](_0x49f873[_0x4e3f1b(0x18a)][0x0]):_0xf1bf78['xAiMw'](_0x48071c,undefined)?_0x48071c[_0x4e3f1b(0x170)]():undefined,_0x1672f6=_0x33de57?this[_0x4e3f1b(0x142)](_0x33de57):null,_0x34b9c5=_0x33de57?this['_paths'][_0x4e3f1b(0x14d)](this[_0x4e3f1b(0x219)](_0x49f873)):_0xf1bf78[_0x4e3f1b(0x1cd)];let _0x51db54=_0xf1bf78['bdyvs'];const _0x3c8736=!_0x126d82[_0x4e3f1b(0x1d8)]?new Date()[_0x4e3f1b(0x178)]():null;if(_0x126d82['finished'])_0x51db54=_0x48071c?_0xf1bf78[_0x4e3f1b(0x20e)]:_0xf1bf78[_0x4e3f1b(0x14b)],_0x49f873['markedStatus']=!![];else _0x126d82[_0x4e3f1b(0x17a)]&&(_0x51db54=_0xf1bf78[_0x4e3f1b(0x17c)],_0x49f873[_0x4e3f1b(0x17d)]=!![]);const _0x4427dd={'framework':this[_0x4e3f1b(0x185)],'uuid':_0x49f873[_0x4e3f1b(0x124)]||_0x49f873[_0x4e3f1b(0x20a)],'name':_0x49f873[_0x4e3f1b(0x129)],'body':{'lang':_0xf1bf78[_0x4e3f1b(0x194)],'code':_0x49f873[_0x4e3f1b(0x13c)]['toString']()},'type':_0x49f873[_0x4e3f1b(0x127)],'scope':_0x49f873[_0x4e3f1b(0x183)](),'scopes':this['getHierarchy'](_0x49f873),'file_name':_0x34b9c5,'vc_filepath':_0x1672f6?path['relative'](_0x1672f6,_0x33de57):null,'location':_0x34b9c5,'result':_0x51db54,'failure_reason':_0x300e8d,'duration_in_ms':_0x49f873[_0x4e3f1b(0x19e)]||(_0x126d82[_0x4e3f1b(0x1ee)]||_0x126d82[_0x4e3f1b(0x17a)])?_0xf1bf78['tdmKz'](Date[_0x4e3f1b(0x1d5)](),new Date(_0x49f873['startedAt'])['getTime']()):null,'started_at':new Date(_0x49f873[_0x4e3f1b(0x201)])['toISOString'](),'finished_at':_0x3c8736,'failure':testOpsHelper[_0x4e3f1b(0x16f)][_0x4e3f1b(0x21a)](null,_0x5f07a4),'failure_type':!_0x300e8d?null:testOpsHelper[_0x4e3f1b(0x204)](_0x300e8d),'retry_of':_0x49f873[_0x4e3f1b(0x1a8)]||null,'tags':_0x49f873[_0x4e3f1b(0x196)]||[],'customRerunParam':{'rerun_name':_0x49f873[_0x4e3f1b(0x183)]()}};_0xf1bf78[_0x4e3f1b(0x1dc)](appendTesthubParams,_0x4427dd,_0x1721b2,_0x49f873,FRAMEWORKS['CODECEPT']);if(_0x126d82[_0x4e3f1b(0x1b8)])[_0x4427dd[_0x4e3f1b(0x1a2)],_0x4427dd[_0x4e3f1b(0x1c0)]]=[this['getHookType'](_0x49f873),_0x49f873[_0x4e3f1b(0x1ad)][_0x4e3f1b(0x130)][_0x4e3f1b(0x129)]],_0x126d82[_0x4e3f1b(0x1ee)]?_0xf1bf78[_0x4e3f1b(0x179)](_0x4427dd[_0x4e3f1b(0x199)],_0xf1bf78[_0x4e3f1b(0x20e)])&&(_0x4427dd['result']=_0xf1bf78[_0x4e3f1b(0x14b)]):_0x4427dd['body']={};else _0x126d82[_0x4e3f1b(0x130)]&&(this['mapTestHooks'](_0x49f873),_0x126d82[_0x4e3f1b(0x17a)]&&this[_0x4e3f1b(0x1e1)](_0x49f873),(_0x126d82[_0x4e3f1b(0x1ee)]||_0x126d82[_0x4e3f1b(0x17a)])&&(_0x4427dd[_0x4e3f1b(0x162)]=this[_0x4e3f1b(0x141)](_0x49f873)));this['driver']&&(_0x126d82[_0x4e3f1b(0x1d8)]||_0x126d82[_0x4e3f1b(0x17a)])&&(_0x4427dd[_0xf1bf78[_0x4e3f1b(0x1e6)]]=this[_0x4e3f1b(0x1c6)](this[_0x4e3f1b(0x12b)]));_0x126d82[_0x4e3f1b(0x130)]&&_0x126d82[_0x4e3f1b(0x1ee)]&&_0x49f873['bddSteps']&&(_0x4427dd[_0xf1bf78[_0x4e3f1b(0x21f)]]={'feature':{'name':_0x49f873[_0x4e3f1b(0x169)][_0x4e3f1b(0x19a)][_0x4e3f1b(0x1c0)],'path':_0x4427dd[_0x4e3f1b(0x149)],'description':_0x49f873['parent']['comment']},'scenario':{'name':_0x49f873['title']},'steps':_0x49f873[_0x4e3f1b(0x13f)]});const _0xc4fa08=_0x4427dd[_0xf1bf78[_0x4e3f1b(0x21e)]][0x0];_0xc4fa08&&(_0x4427dd[_0xf1bf78[_0x4e3f1b(0x1e8)]]=_0xc4fa08[_0xf1bf78[_0x4e3f1b(0x1f6)]],_0x4427dd[_0xf1bf78[_0x4e3f1b(0x139)]]=_0xc4fa08[_0xf1bf78[_0x4e3f1b(0x182)]]);if(_0x49f873[_0x4e3f1b(0x13f)])for(const _0x2e52c of _0x49f873[_0x4e3f1b(0x13f)]){!_0x2e52c['finished_at']&&(_0x2e52c['finished_at']=new Date()['toISOString'](),_0xf1bf78[_0x4e3f1b(0x17e)](_0x2e52c[_0x4e3f1b(0x199)],_0xf1bf78[_0x4e3f1b(0x1f8)])&&(_0xc4fa08?(_0x2e52c['result']=_0xf1bf78[_0x4e3f1b(0x20e)],_0x2e52c[_0x4e3f1b(0x131)]=_0xc4fa08[_0xf1bf78[_0x4e3f1b(0x1f6)]][0x0]):_0x2e52c[_0x4e3f1b(0x199)]=_0xf1bf78[_0x4e3f1b(0x14b)]));}const _0x5d8252={};_0x5d8252[_0x4e3f1b(0x176)]=_0x126d82['skipped']?TEST_EVENTS[_0x4e3f1b(0x1d7)]:_0x1721b2;const _0x4e6526=_0x5d8252;return _0x126d82[_0x4e3f1b(0x1b8)]?_0x4e6526[_0xf1bf78[_0x4e3f1b(0x1a9)]]=_0x4427dd:_0x4e6526[_0xf1bf78[_0x4e3f1b(0x13a)]]=_0x4427dd,_0x4e6526;}catch(_0x18e750){logger[_0x4e3f1b(0x1fe)]('Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20'+_0x1721b2+_0x4e3f1b(0x166)+_0x18e750);}}async[a4_0x1cdda2(0x158)](_0x208997,_0x16a30a){const _0x490139=a4_0x1cdda2;if(!this['enabled']||!_0x16a30a||!_0x208997)return![];try{return await SessionHandler[_0x490139(0x123)](_0x16a30a);}catch(_0x5b18ba){logger['debug'](_0x490139(0x18b)+_0x208997+_0x490139(0x166)+_0x5b18ba);}}[a4_0x1cdda2(0x1a5)](_0x3af009){const _0x2b1a1c=a4_0x1cdda2,_0x2ca989={};_0x2ca989['tnvAH']=_0x2b1a1c(0x135);const _0x52d8c9=_0x2ca989;return{'id':_0x3af009[_0x2b1a1c(0x147)],'text':_0x3af009['text'],'keyword':_0x3af009[_0x2b1a1c(0x151)],'started_at':_0x3af009[_0x2b1a1c(0x201)][_0x2b1a1c(0x178)](),'result':_0x52d8c9[_0x2b1a1c(0x203)]};}[a4_0x1cdda2(0x134)](_0x4218b0){const _0x51417a=a4_0x1cdda2,_0x3cb86e={'fCNLa':function(_0x307291){return _0x307291();}};!this[_0x51417a(0x18d)]['bddSteps']&&(this['currentTest'][_0x51417a(0x13f)]=[]),!_0x4218b0[_0x51417a(0x147)]&&(_0x4218b0[_0x51417a(0x147)]=_0x3cb86e[_0x51417a(0x14c)](uuidv4),_0x4218b0[_0x51417a(0x201)]=new Date(),this[_0x51417a(0x18d)][_0x51417a(0x13f)]['push'](this[_0x51417a(0x1a5)](_0x4218b0)));}[a4_0x1cdda2(0x15e)](_0x3d4753){const _0x287551=a4_0x1cdda2,_0x3f2f4e={'KiiOk':function(_0x51dd14,_0x2a2261){return _0x51dd14(_0x2a2261);},'GlUTC':_0x287551(0x19b),'fvlFG':'pending','kLMkq':_0x287551(0x197),'EsCGc':function(_0x2d380b,_0x5835a7){return _0x2d380b-_0x5835a7;}};let _0x220725=this[_0x287551(0x18d)]['bddSteps'][_0x287551(0x1c2)](_0x273db7=>_0x273db7['id']===_0x3d4753[_0x287551(0x147)]);_0x3f2f4e[_0x287551(0x161)](isUndefined,_0x220725)&&(_0x220725=this[_0x287551(0x1a5)](_0x3d4753)),_0x220725[_0x287551(0x199)]=[_0x3f2f4e[_0x287551(0x21b)],_0x3f2f4e['fvlFG']][_0x287551(0x15d)](_0x3d4753['status'])?_0x3f2f4e[_0x287551(0x126)]:_0x3d4753[_0x287551(0x144)],_0x220725['finished_at']=new Date()['toISOString'](),_0x220725[_0x287551(0x19e)]=_0x3f2f4e[_0x287551(0x1ac)](Date[_0x287551(0x1d5)](),_0x3d4753[_0x287551(0x201)][_0x287551(0x1ff)]()),_0x220725[_0x287551(0x131)]=_0x3d4753[_0x287551(0x150)]?_0x3d4753[_0x287551(0x150)]['message']:null;}}const a4_0x16fd91={};function a4_0x1df0(_0x286c20,_0x1f1c9e){const _0x597ad4=a4_0x597a();return a4_0x1df0=function(_0x1df07b,_0x185ded){_0x1df07b=_0x1df07b-0x123;let _0x2d9faf=_0x597ad4[_0x1df07b];return _0x2d9faf;},a4_0x1df0(_0x286c20,_0x1f1c9e);}a4_0x16fd91[a4_0x1cdda2(0x1f5)]=O11yHelper,a4_0x16fd91[a4_0x1cdda2(0x1dd)]=STATE_PASSED,a4_0x16fd91[a4_0x1cdda2(0x208)]=STATE_FAILED,a4_0x16fd91['TEST_EVENTS']=TEST_EVENTS,module['exports']=a4_0x16fd91;
|