browserstack-node-sdk 1.56.2 → 1.57.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ats/src/cloudproviders/AWS.js +1 -1
- package/ats/src/cloudproviders/Azure.js +1 -1
- package/ats/src/cloudproviders/CloudProvider.js +1 -1
- package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
- package/ats/src/cloudproviders/utils.js +1 -1
- package/ats/src/commands/configure.js +1 -1
- package/ats/src/commands/connect.js +1 -1
- package/ats/src/commands/connect_commands/grid.js +1 -1
- package/ats/src/commands/create.js +1 -1
- package/ats/src/commands/create_commands/grid.js +1 -1
- package/ats/src/commands/delete.js +1 -1
- package/ats/src/commands/delete_commands/grid.js +1 -1
- package/ats/src/commands/init.js +1 -1
- package/ats/src/commands/list.js +1 -1
- package/ats/src/commands/list_commands/grid_profiles.js +1 -1
- package/ats/src/commands/list_commands/grids.js +1 -1
- package/ats/src/commands/precheck.js +1 -1
- package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
- package/ats/src/commands/start.js +1 -1
- package/ats/src/commands/start_commands/grid.js +1 -1
- package/ats/src/commands/stop.js +1 -1
- package/ats/src/commands/stop_commands/grid.js +1 -1
- package/ats/src/config/constants.js +1 -1
- package/ats/src/config/logger.js +1 -1
- package/ats/src/index.js +1 -1
- package/ats/src/utils/AWSUtils.js +1 -1
- package/ats/src/utils/createAutoscalerStack.js +1 -1
- package/ats/src/utils/createClusterStack.js +1 -1
- package/ats/src/utils/createHubHaStack.js +1 -1
- package/ats/src/utils/createk8sClient.js +1 -1
- package/ats/src/utils/deleteEFSMountTargets.js +1 -1
- package/ats/src/utils/deleteStack.js +1 -1
- package/ats/src/utils/describeStack.js +1 -1
- package/ats/src/utils/gridComponents.js +1 -1
- package/ats/src/utils/hstUtils.js +1 -1
- package/ats/src/utils/instrumentationUtils.js +1 -1
- package/ats/src/utils/userInput.js +1 -1
- package/ats/src/utils/utilityMethods.js +1 -1
- package/ats/src/utils/webSocketUtils.js +1 -1
- package/package.json +3 -2
- 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/newman/command.js +1 -1
- package/src/bin/newman/helper.js +1 -1
- package/src/bin/newman/reporter/index.js +1 -1
- package/src/bin/newman/scriptRunner.js +1 -1
- package/src/bin/nightwatch/command.js +1 -1
- package/src/bin/playwright/accessibility-helper.js +1 -1
- package/src/bin/playwright/command.js +1 -1
- package/src/bin/playwright/globalSetup.js +1 -1
- package/src/bin/playwright/mock-process.js +1 -1
- package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
- package/src/bin/playwright/patches.js +1 -1
- package/src/bin/playwright/reporter/pwUtils.js +1 -1
- package/src/bin/playwright/reporter/reporter.js +1 -1
- package/src/bin/playwright/reporter/test-details.js +1 -1
- package/src/bin/playwright/sessionDetails.js +1 -1
- package/src/bin/puppeteer/patches.js +1 -1
- package/src/bin/puppeteer/sessionDetails.js +1 -1
- package/src/bin/puppeteer/test.setup.js +1 -1
- package/src/bin/runner.js +1 -1
- package/src/bin/setup.js +1 -1
- package/src/bin/test-runner/index.js +1 -1
- package/src/bin/test-runner/runTest.js +1 -1
- package/src/bin/test-runner/testWorker.js +1 -1
- package/src/bin/utils/apiUtilityMethods.js +1 -1
- package/src/bin/utils/clientTroubleshootingService.js +1 -1
- package/src/bin/utils/constants.js +1 -1
- package/src/bin/utils/log4jsAppender.js +1 -1
- package/src/bin/utils/logPatcher.js +1 -1
- package/src/bin/utils/logReportingAPI.js +1 -1
- package/src/bin/utils/playwright-patcher.js +1 -1
- package/src/bin/utils/puppeteer-patcher.js +1 -1
- package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
- package/src/bin/utils/sharedUtils.js +1 -1
- package/src/bin/v2/TestInfo.js +1 -1
- package/src/bin/v2/browserstackCLI.js +1 -1
- package/src/bin/v2/cliUtils.js +1 -1
- package/src/bin/v2/customTagManager.js +1 -1
- package/src/bin/v2/eventDispatcher.js +1 -1
- package/src/bin/v2/framework/automationFramework.js +1 -1
- package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
- package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
- package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
- package/src/bin/v2/framework/jestTestFramework.js +1 -1
- package/src/bin/v2/framework/newmanTestFramework.js +1 -1
- package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
- package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
- package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
- package/src/bin/v2/framework/testFramework.js +1 -1
- package/src/bin/v2/grpcClient.js +1 -1
- package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
- package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
- package/src/bin/v2/instances/trackedContext.js +1 -1
- package/src/bin/v2/instances/trackedInstance.js +1 -1
- package/src/bin/v2/modules/accessibilityModule.js +1 -1
- package/src/bin/v2/modules/baseModule.js +1 -1
- package/src/bin/v2/modules/loadTestModule.js +1 -1
- package/src/bin/v2/modules/observabilityModule.js +1 -1
- package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
- package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
- package/src/bin/v2/modules/testhubModule.js +1 -1
- package/src/bin/v2/state/automationFrameworkState.js +1 -1
- package/src/bin/v2/state/hookState.js +1 -1
- package/src/bin/v2/state/testFrameworkState.js +1 -1
- package/src/bin/v2/uploadAttachmentsManager.js +1 -1
- package/src/bin/v2/utils/cucumber-utils.js +1 -1
- package/src/bin/v2/utils/jest-utils.js +1 -1
- package/src/bin/vanilla-js/command.js +1 -1
- package/src/browserStackSdk.js +1 -1
- package/src/helpers/BrowserStackSetup.js +1 -1
- package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
- package/src/helpers/accessibility-automation/constants.js +1 -1
- package/src/helpers/accessibility-automation/helper.js +1 -1
- package/src/helpers/accessibility-automation/scripts.js +1 -1
- package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
- package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
- package/src/helpers/ats/constants.js +1 -1
- package/src/helpers/ats/helper.js +1 -1
- package/src/helpers/caCertHelper.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/driverInitErrorReporter.js +1 -1
- package/src/helpers/globals.js +1 -1
- package/src/helpers/helper.js +1 -1
- package/src/helpers/logger.js +1 -1
- package/src/helpers/metadata.js +1 -1
- package/src/helpers/patchHelper.js +1 -1
- package/src/helpers/patchHelpers.js +1 -1
- package/src/helpers/percy/Percy.js +1 -1
- package/src/helpers/percy/PercyBinary.js +1 -1
- package/src/helpers/percy/PercyCaptureMap.js +1 -1
- package/src/helpers/percy/PercyCaptureModes.js +1 -1
- package/src/helpers/percy/PercySDK.js +1 -1
- package/src/helpers/percy/index.js +1 -1
- package/src/helpers/percy/utils.js +1 -1
- package/src/helpers/performance/constants.js +1 -1
- package/src/helpers/performance/performance-tester.js +1 -1
- package/src/helpers/playwright-helper.js +1 -1
- package/src/helpers/processHelper.js +1 -1
- package/src/helpers/puppeteer-helper.js +1 -1
- package/src/helpers/request-spy.js +1 -1
- package/src/helpers/setKeepAlive.js +1 -1
- package/src/helpers/stackFrameUtils.js +1 -1
- package/src/helpers/test-observability/constants.js +1 -1
- package/src/helpers/test-observability/error-handler.js +1 -1
- package/src/helpers/test-observability/requestQueueHandler.js +1 -1
- package/src/helpers/test-observability/sessionHandler.js +1 -1
- package/src/helpers/test-observability/utils.js +1 -1
- package/src/helpers/test-orchestration/constants.js +1 -1
- package/src/helpers/test-orchestration/failfastManager.js +1 -1
- package/src/helpers/test-orchestration/fileHelper.js +1 -1
- package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
- package/src/helpers/test-orchestration/requestUtils.js +1 -1
- package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
- package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
- package/src/helpers/testhub/constants.js +1 -1
- package/src/helpers/testhub/testhubHandler.js +1 -1
- package/src/helpers/testhub/utils.js +1 -1
- package/src/helpers/timeoutPromise.js +1 -1
- package/src/helpers/utilities.js +1 -1
- package/src/helpers/w3cMapping.js +1 -1
- package/src/hubAllocationMethods.js +1 -1
- package/src/index.js +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
const a1_0x1884b1=a1_0x2a3c;(function(_0x95322f,_0xfec310){const _0x281b6e=a1_0x2a3c,_0x3bf52a=_0x95322f();while(!![]){try{const _0x1e46ec=parseInt(_0x281b6e(0x28b))/0x1+-parseInt(_0x281b6e(0x29a))/0x2+parseInt(_0x281b6e(0x20e))/0x3+-parseInt(_0x281b6e(0x2ad))/0x4*(parseInt(_0x281b6e(0x25a))/0x5)+-parseInt(_0x281b6e(0x28a))/0x6*(parseInt(_0x281b6e(0x1c3))/0x7)+-parseInt(_0x281b6e(0x1d4))/0x8+-parseInt(_0x281b6e(0x22f))/0x9*(-parseInt(_0x281b6e(0x223))/0xa);if(_0x1e46ec===_0xfec310)break;else _0x3bf52a['push'](_0x3bf52a['shift']());}catch(_0x55a4e4){_0x3bf52a['push'](_0x3bf52a['shift']());}}}(a1_0x413b,0xa83d5));const fs=require('fs'),util=require(a1_0x1884b1(0x235)),{requireModule,markSessionStatus,isUndefined,isTrue,isBrowserstackInfra}=require(a1_0x1884b1(0x259)),logger=require(a1_0x1884b1(0x1e6))['winstonLogger'],testOpsHelper=require(a1_0x1884b1(0x287)),requestSpy=require(a1_0x1884b1(0x1ae)),PlaywrightSessionDetails=require(a1_0x1884b1(0x295)),{O11yHelper,TEST_EVENTS,STATE_PASSED,STATE_FAILED}=require('./o11yHelper'),{shouldScanTestForAccessibility,isAccessibilityAutomationSession}=require(a1_0x1884b1(0x1d2)),AccessibilityHelper=require('../../bin/playwright/accessibility-helper'),scripts=require('../../helpers/accessibility-automation/scripts'),PerformanceTester=require(a1_0x1884b1(0x277)),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceHookEvents}=require(a1_0x1884b1(0x2ab)),{processWebDriverConfig,shouldPatchExecuteScript}=require('./helper.js'),testHubConstants=require(a1_0x1884b1(0x1b4)),globals=require('../../helpers/globals.js'),CodeceptJS=requireModule(a1_0x1884b1(0x267),'codeceptjs'),CodeceptUtils=requireModule('codeceptjs/lib/utils.js',a1_0x1884b1(0x1b8)),CodeceptWebDriver=requireModule('codeceptjs/lib/helper/WebDriver.js',a1_0x1884b1(0x1b8)),CodeceptRecorder=requireModule(a1_0x1884b1(0x26b),a1_0x1884b1(0x1b8)),CodeceptPlaywright=requireModule(a1_0x1884b1(0x27d),a1_0x1884b1(0x1b8));try{require(a1_0x1884b1(0x203))['installAll'](a1_0x1884b1(0x1b8));}catch(a1_0x5dc482){logger['debug'](a1_0x1884b1(0x29e)+(a1_0x5dc482&&a1_0x5dc482[a1_0x1884b1(0x205)]));}const playwrightMarkSessionStatus=(_0xe3d335,_0x22f858,_0xb3a157)=>{const _0x174d27=a1_0x1884b1,_0x53d471={'CnYfB':_0x174d27(0x207),'qoSPd':function(_0x3ae5d6,_0x3faf7b){return _0x3ae5d6(_0x3faf7b);}},_0x2d116b={};_0x2d116b['status']=_0x22f858;const _0x204830={};_0x204830[_0x174d27(0x236)]=_0x53d471[_0x174d27(0x28d)],_0x204830[_0x174d27(0x22b)]=_0x2d116b;const _0x370cba=_0x204830;return!_0x53d471[_0x174d27(0x1fb)](isUndefined,_0xb3a157)&&(_0x370cba[_0x174d27(0x22b)]['reason']=JSON['stringify'](_0xb3a157)),_0xe3d335['executeScript'](()=>{},_0x174d27(0x283)+JSON[_0x174d27(0x1ce)](_0x370cba));},o11ySync=PerformanceTester[a1_0x1884b1(0x216)](PerformanceO11yEvents[a1_0x1884b1(0x237)],async _0x16d310=>{const _0x1074a8=a1_0x1884b1,_0x1b372a={};_0x1b372a[_0x1074a8(0x20d)]=function(_0xcf390b,_0x188162){return _0xcf390b===_0x188162;},_0x1b372a[_0x1074a8(0x296)]=_0x1074a8(0x1e7);const _0x270124=_0x1b372a;_0x270124[_0x1074a8(0x20d)](_0x16d310[_0x1074a8(0x208)][_0x1074a8(0x26e)],_0x270124[_0x1074a8(0x296)])?await _0x16d310[_0x1074a8(0x1f7)](_0xe68413=>{},testOpsHelper[_0x1074a8(0x248)]()):await _0x16d310[_0x1074a8(0x1f7)](testOpsHelper['getSyncScript']());}),markSessionName=PerformanceTester[a1_0x1884b1(0x216)](PerformanceAutEvents[a1_0x1884b1(0x19e)],async(_0x59a2a3,_0x4879a1)=>{const _0x7eb073=a1_0x1884b1,_0xd5e6bd={};_0xd5e6bd['ykAuJ']=_0x7eb073(0x1bf),_0xd5e6bd[_0x7eb073(0x230)]=function(_0x30a0c7,_0x7c2fb1){return _0x30a0c7===_0x7c2fb1;},_0xd5e6bd[_0x7eb073(0x272)]=_0x7eb073(0x1e7);const _0x44d100=_0xd5e6bd,_0xe18aee={};_0xe18aee[_0x7eb073(0x26e)]=_0x4879a1;const _0x24f1a9={};_0x24f1a9[_0x7eb073(0x236)]=_0x44d100[_0x7eb073(0x2a6)],_0x24f1a9[_0x7eb073(0x22b)]=_0xe18aee;const _0x31cbaa=_0x24f1a9;_0x44d100[_0x7eb073(0x230)](_0x59a2a3['constructor'][_0x7eb073(0x26e)],_0x44d100[_0x7eb073(0x272)])?await _0x59a2a3[_0x7eb073(0x1f7)](()=>{},_0x7eb073(0x283)+JSON[_0x7eb073(0x1ce)](_0x31cbaa)):await _0x59a2a3[_0x7eb073(0x1f7)](_0x7eb073(0x283)+JSON[_0x7eb073(0x1ce)](_0x31cbaa));}),patchSaveScreenshot=_0x37dd95=>{const _0x315b8=a1_0x1884b1,_0x1bdad0={'JtLux':_0x315b8(0x220),'qEyVi':_0x315b8(0x1a2),'FaUyr':function(_0x57bf69){return _0x57bf69();},'oHwmd':function(_0x9ab61e,_0x15990a){return _0x9ab61e(_0x15990a);},'ELBPF':_0x315b8(0x226)};_0x1bdad0[_0x315b8(0x23c)](isTrue,process[_0x315b8(0x1ac)][_0x315b8(0x217)])&&!_0x37dd95[_0x315b8(0x2a4)]&&(_0x37dd95[_0x315b8(0x2a4)]=!![],_0x37dd95[_0x315b8(0x1b3)]=_0x37dd95[_0x315b8(0x1df)],_0x37dd95[_0x315b8(0x1df)]=(_0x2946d9,_0x17871a=![])=>{const _0x38fb86=_0x315b8,_0x27aecd={'kyHul':_0x1bdad0[_0x38fb86(0x269)],'Tzyrx':_0x1bdad0['qEyVi'],'Gxktg':function(_0x305715){const _0x5da002=_0x38fb86;return _0x1bdad0[_0x5da002(0x1c0)](_0x305715);},'hsAwr':function(_0xa53f,_0x4e64c3){return _0x1bdad0['oHwmd'](_0xa53f,_0x4e64c3);},'GVqYa':_0x1bdad0[_0x38fb86(0x1be)]};return new Promise(function(_0x388c82,_0x5d055c){const _0x357299=_0x38fb86;_0x37dd95['initSaveScreenshot'](_0x2946d9,_0x17871a)[_0x357299(0x1f0)](()=>{const _0x5435f1=_0x357299,_0x48e360=CodeceptUtils[_0x5435f1(0x262)](_0x2946d9);if(_0x48e360){const _0xb2340d=fs['readFileSync'](_0x48e360);process[_0x5435f1(0x1fa)]('bs:addLog:'+process['pid'],{'timestamp':new Date()[_0x5435f1(0x206)](),'message':_0xb2340d[_0x5435f1(0x29d)](_0x27aecd['kyHul']),'kind':_0x27aecd[_0x5435f1(0x219)]}),_0x27aecd['Gxktg'](_0x388c82);}_0x27aecd[_0x5435f1(0x1d6)](_0x5d055c,new Error(_0x27aecd[_0x5435f1(0x213)]));})[_0x357299(0x1a9)](()=>null);});});},patchWebDriverBefore=(_0x258b03,_0x9c071b)=>{const _0x312a99=a1_0x1884b1,_0x442834={'JQrPR':function(_0x204cfd){return _0x204cfd();},'nTfdP':function(_0x217f18,_0x29430d){return _0x217f18(_0x29430d);},'pIyur':function(_0x13cda7,_0x41006e){return _0x13cda7===_0x41006e;},'XASPa':_0x312a99(0x294),'gPZTL':_0x312a99(0x27a),'EuuLf':_0x312a99(0x25e),'uvtpn':function(_0x3e0611,_0x37508e){return _0x3e0611===_0x37508e;},'TbcPS':_0x312a99(0x20b)},_0x3d6e4b=async function(_0x63413,_0x19d72c){const _0x30f402=_0x312a99;_0x442834[_0x30f402(0x2a0)](isAccessibilityAutomationSession)&&!global[_0x30f402(0x29f)]&&global[_0x30f402(0x1c5)]&&scripts[_0x30f402(0x21e)](_0x63413[_0x30f402(0x26e)])&&_0x442834['nTfdP'](shouldPatchExecuteScript,arguments[0x2])&&(global[_0x30f402(0x29f)]=!![],await PerformanceTester[_0x30f402(0x216)](PerformanceA11yEvents[_0x30f402(0x21a)],async()=>{const _0x4f59bd=_0x30f402;logger[_0x4f59bd(0x249)](_0x4f59bd(0x1e9)+_0x63413[_0x4f59bd(0x1c9)]+'\x20'+_0x63413['name']),await AccessibilityHelper[_0x4f59bd(0x256)](_0x258b03,scripts[_0x4f59bd(0x1a7)]);},{'command':_0x63413[_0x30f402(0x26e)]})());global['bstackAllyScanning']=![];const _0x2f01e2=JSON[_0x30f402(0x234)](process['env'][_0x30f402(0x1de)]||'{}');if(_0x442834[_0x30f402(0x273)](_0x2f01e2?.[_0x30f402(0x1eb)]?.[_0x30f402(0x26e)],_0x442834[_0x30f402(0x25f)])&&_0x442834['pIyur'](typeof _0x2f01e2?.[_0x30f402(0x1eb)]?.['version'],_0x442834[_0x30f402(0x1e5)])&&_0x2f01e2?.[_0x30f402(0x1eb)]?.[_0x30f402(0x1f4)][_0x30f402(0x279)]('7'))return _0x19d72c['apply'](null,Array[_0x30f402(0x1bd)][_0x30f402(0x250)]['call'](arguments,0x2));return _0x19d72c[_0x30f402(0x26d)](this,Array['prototype']['slice'][_0x30f402(0x27b)](arguments,0x2));},_0x2ff51f=CodeceptWebDriver[_0x312a99(0x1bd)][_0x312a99(0x297)];CodeceptWebDriver[_0x312a99(0x1bd)][_0x312a99(0x297)]=async function(){const _0x2b00fd=_0x312a99,_0x2e4946={'OkckN':function(_0x5ec782,_0x208df0){const _0x3c9e80=a1_0x2a3c;return _0x442834[_0x3c9e80(0x273)](_0x5ec782,_0x208df0);},'sxjwT':_0x442834[_0x2b00fd(0x285)]};try{await _0x2ff51f['apply'](this,arguments);}catch(_0x2bae0f){logger[_0x2b00fd(0x249)]('Failed\x20to\x20execute\x20_before:\x20'+util['format'](_0x2bae0f));}scripts[_0x2b00fd(0x19c)][_0x2b00fd(0x244)](_0x2f6d77=>_0x2f6d77[_0x2b00fd(0x26e)]&&_0x2f6d77[_0x2b00fd(0x1c9)])[_0x2b00fd(0x2ae)](_0x1f3255=>{const _0x4a035b=_0x2b00fd;this[_0x4a035b(0x292)][_0x4a035b(0x25c)](_0x1f3255[_0x4a035b(0x26e)],_0x3d6e4b[_0x4a035b(0x1e2)](this,_0x1f3255),_0x2e4946[_0x4a035b(0x1b5)](_0x1f3255[_0x4a035b(0x1c9)],_0x2e4946[_0x4a035b(0x1a5)]));}),_0x442834[_0x2b00fd(0x210)](processWebDriverConfig,_0x258b03);try{_0x9c071b&&_0x442834[_0x2b00fd(0x1e0)](typeof _0x9c071b[_0x2b00fd(0x1a0)],_0x442834[_0x2b00fd(0x20a)])&&await _0x9c071b[_0x2b00fd(0x1a0)]();}catch(_0x28effb){logger[_0x2b00fd(0x249)](_0x2b00fd(0x1f1)+util[_0x2b00fd(0x1dd)](_0x28effb));}};};function a1_0x413b(){const _0x51c55e=['UIWYc','before','../../helpers/accessibility-automation/helper','after','2519800EKEpzu','DzixT','hsAwr','warn','unltI','TEST_RUN_STARTED','devtools://','mUBLd','started','format','FRAMEWORK_DETAILS','saveScreenshot','uvtpn','nFMCo','bind','SDK_POST_TEST','JkRcn','gPZTL','../../helpers/logger','Playwright','helpers','Performing\x20scan\x20for\x20','TtYTE','testFramework','bufferPendingHookEvent','vaeJQ','end','pMrqm','then','Failed\x20to\x20flush\x20pending\x20hook\x20events\x20after\x20_before:\x20','isMobilePlatform','tVITg','version','SESSION_STATUS','browserContext','executeScript','skipSessionStatus','WebDriver','emit','qoSPd','NpjyH','CnnaK','adVIM','QsfOm','domForge','stack','bddStep','../../helpers/driverInitErrorReporter','Failed\x20in\x20marking\x20session\x20status\x20of\x20test:\x20','message','toISOString','setSessionStatus','constructor','pAICI','TbcPS','function','saveTestResults','HnRny','2127837JolrxK','hook','nTfdP','bddStepFinish','includes','GVqYa','SDK_HOOK','TestCafe','measureWrapper','BS_TESTOPS_ALLOW_SCREENSHOTS','titlePath','Tzyrx','PERFORM_SCAN','Exnqk','GPlPK','__skipSessionStatus','shouldWrapCommand','UJUUm','base64','TEST_RUN_FINISHED','ZKzlC','29830tyQeDp','config','comment','Screenshot\x20path\x20not\x20found','fqYUn','find','uWtTH','cGOrX','arguments','failed','FyqeP','getResultsSummary','828iNzAbp','qSJeZ','Failed\x20to\x20flush\x20pending\x20hook\x20events\x20after\x20Playwright\x20_before:\x20','container','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','parse','util','action','SYNC','hook-passed','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20summary.','HYgAj','start','oHwmd','pvFsQ','page','UqXnF','BROWSERSTACK_TESTHUB_JWT','MEEow','step-comment','ctx','filter','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','yNlmo','HOOK_RUN_FINISHED','getSyncScript','debug','thJwtToken','RElqv','thBuildUuid','mNJOP','uoEyB','UJKjV','slice','skipSessionName','getGlobal','all','bOYng','afterTest','browserStackExecuteDriver','pNmBe','QMpfp','../../helpers/helper','110dqrRSY','passed','overwriteCommand','step','Element','XASPa','dispatcher','currentTest','screenshotOutputFolder','startMonitoring','hFwrg','BXHuS','args','codeceptjs/lib/index.js','title','JtLux','getAccessibilityResults','codeceptjs/lib/recorder.js','Failed\x20to\x20patch\x20pages\x20method\x20in\x20browserContext\x20for\x20a11y\x20domForge:\x20','apply','name','test-started','\x0aStack:\x20','bddStep-before','bLmYf','pIyur','--auto-open-devtools-for-tabs','clVtN','chromium','../../helpers/performance/performance-tester','Failed\x20in\x20sending\x20TestRunFinish\x20event:\x20','startsWith','string','call','skipped','codeceptjs/lib/helper/Playwright.js','pages','test-passed','hook-started','SAVE_RESULTS','VvFKd','browserstack_executor:\x20','MzZKJ','EuuLf','yrLuf','../../helpers/test-observability/utils','oepAp','GET_RESULTS','18kZCKVl','1044020CzrJIb','bs:addLog:','CnYfB','SDK_PRE_TEST','thTestRunUuid','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','command','browser','hook-failed','webdriverio','../../bin/playwright/sessionDetails','eJEVa','_before','push','Suite','411708BofrkO','HlBHe','bddStepStart','toString','driver-init\x20capture\x20install\x20failed:\x20','bstackAllyScanning','JQrPR','MwiCQ','patch','mRkzQ','patchSaveScreenshot','qquEI','ykAuJ','pid','yvMXE','restore','test-failed','../../helpers/performance/constants','test','82476kGPqyS','forEach','commandsToWrap','info','SESSION_NAME','LDvrG','flushPendingHookEvents','captureEvent','TEST_SCREENSHOT','bddStep-after','lCNcu','sxjwT','TEST_LOG','performScan','test-after','catch','sdwiO','lkMRB','env','HOOK_RUN_STARTED','../../helpers/request-spy','captureError','fireEvent','hasLiveDriverSession','uqmoS','initSaveScreenshot','../../helpers/testhub/constants.js','OkckN','getAccessibilityResultsSummary','TnvoR','codeceptjs','TEST_RUN_SKIPPED','hookType','__workerDetails','PlBdJ','prototype','ELBPF','setSessionName','FaUyr','ENV_VAR','setGlobal','849751sIyTxZ','test-before','accessibilityPlatform','event','GbhmF','browserstackTestName','class','SDK_TEST','a11y_core_config','mgGCA','stopMonitoring','stringify','add'];a1_0x413b=function(){return _0x51c55e;};return a1_0x413b();}function a1_0x2a3c(_0x679046,_0x5b3e83){const _0x413bc0=a1_0x413b();return a1_0x2a3c=function(_0x2a3c9f,_0x504894){_0x2a3c9f=_0x2a3c9f-0x19c;let _0x588474=_0x413bc0[_0x2a3c9f];return _0x588474;},a1_0x2a3c(_0x679046,_0x5b3e83);}function parseJwt(_0x55bffd){const _0x1f2c93=a1_0x1884b1,_0x1c4752={};_0x1c4752['NpjyH']=_0x1f2c93(0x220);const _0x19439a=_0x1c4752;if(!_0x55bffd)return null;return JSON[_0x1f2c93(0x234)](Buffer['from'](_0x55bffd['split']('.')[0x1],_0x19439a[_0x1f2c93(0x1fc)])[_0x1f2c93(0x29d)]());}const patchPlaywrightBefore=_0x3ce736=>{const _0x32a414=a1_0x1884b1,_0xf44db8={'QsfOm':function(_0x1ce484){return _0x1ce484();},'QMpfp':_0x32a414(0x1da),'yvMXE':_0x32a414(0x274),'pAICI':function(_0x4dd9d4){return _0x4dd9d4();},'bOYng':function(_0x1f0d5a,_0x2c6014){return _0x1f0d5a(_0x2c6014);},'LawbC':function(_0x441529,_0x4e4d19){return _0x441529+_0x4e4d19;},'UJKjV':_0x32a414(0x270),'YlVSG':function(_0xe633ee){return _0xe633ee();},'mgGCA':function(_0x473ca2){return _0x473ca2();},'VvFKd':function(_0x4a7979,_0x57103a){return _0x4a7979===_0x57103a;},'UqXnF':_0x32a414(0x20b)};PlaywrightSessionDetails[_0x32a414(0x2a2)]();const _0x3855a1=CodeceptPlaywright['prototype'][_0x32a414(0x297)];CodeceptPlaywright[_0x32a414(0x1bd)][_0x32a414(0x297)]=async function(){const _0x579f81=_0x32a414,_0x597f8e={'kzpht':function(_0x4869d2){const _0x19e810=a1_0x2a3c;return _0xf44db8[_0x19e810(0x1ff)](_0x4869d2);},'UJUUm':_0xf44db8[_0x579f81(0x258)],'MzZKJ':_0xf44db8[_0x579f81(0x2a8)],'OndrI':function(_0x46b583){const _0x4aa5e0=_0x579f81;return _0xf44db8[_0x4aa5e0(0x209)](_0x46b583);},'cGOrX':function(_0x40e00f,_0x43cb41){const _0x4195e8=_0x579f81;return _0xf44db8[_0x4195e8(0x254)](_0x40e00f,_0x43cb41);},'DzixT':function(_0x1f156b,_0x9ca6c9){return _0xf44db8['LawbC'](_0x1f156b,_0x9ca6c9);},'ffkGn':_0xf44db8[_0x579f81(0x24f)]};this[_0x579f81(0x1f6)]=await this['browser']['contexts']()[0x0];const _0x481ef4=async()=>{const _0x2df6fd=_0x579f81,_0x33a818={'GPlPK':function(_0x5bf8cf){return _0x597f8e['kzpht'](_0x5bf8cf);},'adVIM':_0x597f8e['UJUUm']},_0x400f8a=this[_0x2df6fd(0x224)]&&this[_0x2df6fd(0x224)][_0x2df6fd(0x276)]&&this[_0x2df6fd(0x224)][_0x2df6fd(0x276)][_0x2df6fd(0x266)]&&Array['isArray'](this[_0x2df6fd(0x224)][_0x2df6fd(0x276)][_0x2df6fd(0x266)])&&this[_0x2df6fd(0x224)]['chromium']['args'][_0x2df6fd(0x212)](_0x597f8e[_0x2df6fd(0x284)]);if(_0x597f8e['OndrI'](isAccessibilityAutomationSession)&&!_0x400f8a)try{const _0x29e74a=_0x597f8e[_0x2df6fd(0x22a)](parseJwt,process['env']['BS_A11Y_JWT']);if(_0x29e74a&&_0x29e74a['a11y_core_config']&&_0x29e74a[_0x2df6fd(0x1cb)][_0x2df6fd(0x200)]){const _0x242fc6=this['browserContext'][_0x2df6fd(0x27e)]['bind'](this[_0x2df6fd(0x1f6)]);this[_0x2df6fd(0x1f6)][_0x2df6fd(0x27e)]=async function(){const _0x51cf14=_0x2df6fd,_0x114df5=await _0x33a818[_0x51cf14(0x21c)](_0x242fc6),_0x49dd3d=[];for(const _0x175cd6 of _0x114df5){try{const _0x259886=await _0x175cd6['url']();!_0x259886[_0x51cf14(0x279)](_0x33a818[_0x51cf14(0x1fe)])&&_0x49dd3d[_0x51cf14(0x298)](_0x175cd6);}catch(_0x1d2345){_0x49dd3d[_0x51cf14(0x298)](_0x175cd6);}}return _0x49dd3d;};}if(!_0x597f8e['kzpht'](isBrowserstackInfra)){const _0x4153bd=await this[_0x2df6fd(0x23e)]['url']();if(_0x4153bd[_0x2df6fd(0x279)](_0x597f8e[_0x2df6fd(0x21f)])){const _0x191629=await this[_0x2df6fd(0x1f6)][_0x2df6fd(0x27e)]();this['_setPage'](_0x191629[0x0]);}}}catch(_0x350a51){logger[_0x2df6fd(0x249)](_0x2df6fd(0x26c)+_0x350a51[_0x2df6fd(0x205)]+(_0x350a51[_0x2df6fd(0x201)]?_0x597f8e[_0x2df6fd(0x1d5)](_0x597f8e['ffkGn'],_0x350a51[_0x2df6fd(0x201)]):''));}};_0xf44db8['QsfOm'](isBrowserstackInfra)&&await _0xf44db8['YlVSG'](_0x481ef4);await _0x3855a1[_0x579f81(0x26d)](this,arguments);!_0xf44db8[_0x579f81(0x1cc)](isBrowserstackInfra)&&await _0xf44db8['QsfOm'](_0x481ef4);try{_0x3ce736&&_0xf44db8[_0x579f81(0x282)](typeof _0x3ce736[_0x579f81(0x1a0)],_0xf44db8[_0x579f81(0x23f)])&&await _0x3ce736[_0x579f81(0x1a0)]();}catch(_0x346bac){logger[_0x579f81(0x249)](_0x579f81(0x231)+util[_0x579f81(0x1dd)](_0x346bac));}};},getCodeceptDriver=()=>{const _0x1971e8=a1_0x1884b1,_0x46f582={};_0x46f582[_0x1971e8(0x288)]=_0x1971e8(0x1f9),_0x46f582[_0x1971e8(0x1f3)]=_0x1971e8(0x1e7),_0x46f582[_0x1971e8(0x1fd)]='Puppeteer',_0x46f582['PlBdJ']=_0x1971e8(0x215);const _0xb88f93=_0x46f582,_0x1f763d=[_0xb88f93[_0x1971e8(0x288)],_0xb88f93[_0x1971e8(0x1f3)],_0xb88f93[_0x1971e8(0x1fd)],_0xb88f93[_0x1971e8(0x1bc)]],_0xc03b2=_0x1f763d[_0x1971e8(0x228)](_0x336f1e=>!!CodeceptJS[_0x1971e8(0x232)][_0x1971e8(0x1e8)](_0x336f1e));if(!_0xc03b2)return null;return CodeceptJS[_0x1971e8(0x232)]['helpers'](_0xc03b2);};module['exports']=function(_0x1b5f9a){const _0x5769db=a1_0x1884b1,_0x6bccaf={'TtYTE':function(_0x2e69d8,_0x4f3844){return _0x2e69d8(_0x4f3844);},'Exnqk':function(_0x13f9f6,_0x14a796,_0x2d4442){return _0x13f9f6(_0x14a796,_0x2d4442);},'pNmBe':_0x5769db(0x1b6),'Bqqzt':_0x5769db(0x239),'sdwiO':'getAccessibilityResults','HYgAj':_0x5769db(0x233),'fqYUn':function(_0x1ee5b0,_0x3072ac,_0x4e4b8c){return _0x1ee5b0(_0x3072ac,_0x4e4b8c);},'vaeJQ':_0x5769db(0x280),'mUBLd':_0x5769db(0x238),'FyqeP':_0x5769db(0x293),'uoEyB':_0x5769db(0x1c8),'yNlmo':function(_0x4d62ea){return _0x4d62ea();},'LDvrG':_0x5769db(0x1c4),'TnvoR':function(_0x3f7293,_0x5e26d6){return _0x3f7293(_0x5e26d6);},'lkMRB':function(_0x9407f6,_0x2dbd83,_0x545f27){return _0x9407f6(_0x2dbd83,_0x545f27);},'clVtN':function(_0x1d871a,_0x2a6b08){return _0x1d871a(_0x2a6b08);},'UIWYc':_0x5769db(0x26f),'nFMCo':function(_0x26780d,_0x303eab,_0x382cf8){return _0x26780d(_0x303eab,_0x382cf8);},'MCfyI':function(_0x366ca4,_0x35f3b5,_0x1a1c08){return _0x366ca4(_0x35f3b5,_0x1a1c08);},'uWtTH':function(_0x24b51e){return _0x24b51e();},'RElqv':_0x5769db(0x27f),'MwiCQ':function(_0x549b02){return _0x549b02();},'lCNcu':function(_0x99009,_0x514d26,_0x4b82f5,_0x588f43){return _0x99009(_0x514d26,_0x4b82f5,_0x588f43);},'unltI':function(_0x446615,_0x48a699){return _0x446615===_0x48a699;},'cdDAy':_0x5769db(0x299),'HpjCB':_0x5769db(0x2aa),'GbhmF':'test-skipped','MEEow':_0x5769db(0x255),'BXHuS':_0x5769db(0x1f2),'pMrqm':function(_0x39ba6d,_0xb57e7,_0x5ca2e1){return _0x39ba6d(_0xb57e7,_0x5ca2e1);},'UhFRo':_0x5769db(0x290),'yrLuf':_0x5769db(0x1a8),'ZKzlC':'INFO','HtZaZ':_0x5769db(0x1a6),'pvFsQ':_0x5769db(0x242),'uqmoS':_0x5769db(0x271),'JkRcn':_0x5769db(0x1a3),'tZRgj':function(_0xb7874){return _0xb7874();},'AaxvU':_0x5769db(0x1e7)};_0x1b5f9a[_0x5769db(0x1f8)]&&(global[_0x5769db(0x21d)]=_0x1b5f9a['skipSessionStatus']);PerformanceTester[_0x5769db(0x263)]();const _0x1a4e6a=_0x6bccaf['tZRgj'](getCodeceptDriver),_0x34d85c=new O11yHelper(_0x1a4e6a,_0x1b5f9a),_0x1434c1=!!CodeceptJS['container'][_0x5769db(0x1e8)](_0x6bccaf['AaxvU']);global['__driver']=_0x1a4e6a;_0x1a4e6a&&(PerformanceTester[_0x5769db(0x216)](PerformanceEvents['SDK_PRE_INITIALIZE'],()=>{const _0x29fe4a=_0x5769db;_0x1434c1?_0x6bccaf['TtYTE'](patchPlaywrightBefore,_0x34d85c):_0x6bccaf[_0x29fe4a(0x21b)](patchWebDriverBefore,_0x1a4e6a,_0x34d85c);})(),PerformanceTester[_0x5769db(0x216)](PerformanceEvents['SDK_POST_INITIALIZE'],()=>{const _0x5bccda=_0x5769db;_0x1a4e6a['getAccessibilityResultsSummary']=async()=>{const _0x58440c=a1_0x2a3c;if(global[_0x58440c(0x1c5)]){const _0x4680ad={};return _0x4680ad[_0x58440c(0x291)]=_0x6bccaf[_0x58440c(0x257)],await PerformanceTester['measureWrapper'](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x27bea2=_0x58440c;return await AccessibilityHelper[_0x27bea2(0x256)](_0x1a4e6a,scripts[_0x27bea2(0x1a7)]);},_0x4680ad)(),await PerformanceTester[_0x58440c(0x216)](PerformanceA11yEvents['GET_RESULTS_SUMMARY'],async()=>{const _0x553778=_0x58440c;return await AccessibilityHelper[_0x553778(0x256)](_0x1a4e6a,scripts[_0x553778(0x22e)]);})();}return logger[_0x58440c(0x1d7)](_0x6bccaf['Bqqzt']),{};},_0x1a4e6a[_0x5bccda(0x26a)]=async()=>{const _0x25f2da=_0x5bccda;if(global[_0x25f2da(0x1c5)]){const _0x37f06c={};return _0x37f06c[_0x25f2da(0x291)]=_0x6bccaf[_0x25f2da(0x1aa)],await PerformanceTester[_0x25f2da(0x216)](PerformanceA11yEvents[_0x25f2da(0x21a)],async()=>{const _0x172831=_0x25f2da;return await AccessibilityHelper[_0x172831(0x256)](_0x1a4e6a,scripts[_0x172831(0x1a7)]);},_0x37f06c)(),await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x25f2da(0x289)],async()=>{const _0x466f55=_0x25f2da;return await AccessibilityHelper[_0x466f55(0x256)](_0x1a4e6a,scripts['getResults']);})();}return logger[_0x25f2da(0x1d7)](_0x6bccaf[_0x25f2da(0x23a)]),{};},_0x6bccaf[_0x5bccda(0x1ea)](patchSaveScreenshot,_0x1a4e6a);})());CodeceptJS[_0x5769db(0x1c6)][_0x5769db(0x260)]['on'](CodeceptJS[_0x5769db(0x1c6)][_0x5769db(0x253)][_0x5769db(0x1d1)],()=>{const _0x38a34b=_0x5769db;PerformanceTester[_0x38a34b(0x23b)](PerformanceEvents[_0x38a34b(0x28e)]);try{_0x34d85c['start'](),testOpsHelper['addRequestSpy'](),PerformanceTester[_0x38a34b(0x1ee)](PerformanceEvents['SDK_PRE_TEST']);}catch(_0x4e2e97){PerformanceTester['captureError'](_0x4e2e97),PerformanceTester['end'](PerformanceEvents[_0x38a34b(0x28e)],![],_0x4e2e97);}}),CodeceptJS[_0x5769db(0x1c6)][_0x5769db(0x260)]['on'](CodeceptJS[_0x5769db(0x1c6)][_0x5769db(0x253)]['after'],async()=>{const _0x231943=_0x5769db;PerformanceTester[_0x231943(0x23b)](PerformanceEvents[_0x231943(0x1e3)]);try{requestSpy[_0x231943(0x2a9)](),await _0x34d85c['stop'](),PerformanceTester[_0x231943(0x1ee)](PerformanceEvents[_0x231943(0x1e3)]);}catch(_0x2daa73){PerformanceTester['captureError'](_0x2daa73),PerformanceTester[_0x231943(0x1ee)](PerformanceEvents[_0x231943(0x1e3)],![],_0x2daa73);}finally{PerformanceTester[_0x231943(0x1cd)]();}});const _0x3ccc4c=(_0x49855b,_0x43b172)=>{const _0x50aca4=_0x5769db;if(!_0x34d85c)return;if(!_0x34d85c[_0x50aca4(0x1b1)]()){_0x34d85c[_0x50aca4(0x1ec)](_0x49855b,_0x43b172);return;}CodeceptRecorder[_0x50aca4(0x1cf)](()=>_0x34d85c[_0x50aca4(0x1b0)](_0x49855b,_0x43b172));};CodeceptJS[_0x5769db(0x1c6)][_0x5769db(0x260)]['on'](CodeceptJS[_0x5769db(0x1c6)][_0x5769db(0x20f)][_0x5769db(0x1dc)],_0x5c2fc5=>{const _0x11ae6a=_0x5769db;PerformanceTester[_0x11ae6a(0x23b)](PerformanceEvents['SDK_HOOK']);try{const _0xfb33d=_0x5c2fc5[_0x11ae6a(0x243)]['test'],_0x2daac4=_0x34d85c[_0x11ae6a(0x1a1)](TEST_EVENTS[_0x11ae6a(0x1ad)],_0xfb33d);_0x6bccaf[_0x11ae6a(0x227)](_0x3ccc4c,TEST_EVENTS[_0x11ae6a(0x1ad)],_0x2daac4);const _0x5615f2={};_0x5615f2[_0x11ae6a(0x1ba)]=_0x6bccaf[_0x11ae6a(0x1ed)],PerformanceTester[_0x11ae6a(0x1ee)](PerformanceEvents[_0x11ae6a(0x214)],!![],null,_0x5615f2);}catch(_0x28c28d){const _0x39c3f5={};_0x39c3f5[_0x11ae6a(0x1ba)]=_0x6bccaf[_0x11ae6a(0x1ed)],PerformanceTester[_0x11ae6a(0x1ee)](PerformanceEvents['SDK_HOOK'],![],_0x28c28d,_0x39c3f5),PerformanceTester[_0x11ae6a(0x1af)](_0x28c28d);}}),CodeceptJS[_0x5769db(0x1c6)]['dispatcher']['on'](CodeceptJS[_0x5769db(0x1c6)][_0x5769db(0x20f)]['passed'],_0xc475bd=>{const _0x4aaf7d=_0x5769db,_0x3c6dab={};_0x3c6dab[_0x4aaf7d(0x1ba)]=_0x6bccaf[_0x4aaf7d(0x1db)],PerformanceTester[_0x4aaf7d(0x23b)](PerformanceHookEvents[_0x4aaf7d(0x214)],!![],null,_0x3c6dab);try{const _0x367775=_0xc475bd[_0x4aaf7d(0x243)][_0x4aaf7d(0x2ac)],_0x1d6d9a=_0x34d85c[_0x4aaf7d(0x1a1)](TEST_EVENTS[_0x4aaf7d(0x247)],_0x367775);_0x6bccaf[_0x4aaf7d(0x21b)](_0x3ccc4c,TEST_EVENTS[_0x4aaf7d(0x247)],_0x1d6d9a);const _0x4e786b={};_0x4e786b[_0x4aaf7d(0x1ba)]=_0x6bccaf['mUBLd'],PerformanceTester[_0x4aaf7d(0x1ee)](PerformanceHookEvents[_0x4aaf7d(0x214)],!![],null,_0x4e786b);}catch(_0x417c18){PerformanceTester[_0x4aaf7d(0x1af)](_0x417c18);const _0x1511e1={};_0x1511e1['hookType']=_0x6bccaf[_0x4aaf7d(0x1db)],PerformanceTester[_0x4aaf7d(0x1ee)](PerformanceHookEvents[_0x4aaf7d(0x214)],![],_0x417c18,_0x1511e1);}}),CodeceptJS[_0x5769db(0x1c6)][_0x5769db(0x260)]['on'](CodeceptJS[_0x5769db(0x1c6)]['hook'][_0x5769db(0x22c)],async(_0x40d756,_0x13cc68)=>{const _0x5a5fcb=_0x5769db;PerformanceTester[_0x5a5fcb(0x23b)](PerformanceHookEvents[_0x5a5fcb(0x214)]);try{const _0xfecef5=_0x40d756[_0x5a5fcb(0x243)][_0x5a5fcb(0x2ac)],_0x3be084=_0x34d85c[_0x5a5fcb(0x1a1)](TEST_EVENTS[_0x5a5fcb(0x247)],_0xfecef5,_0x13cc68);_0x6bccaf[_0x5a5fcb(0x21b)](_0x3ccc4c,TEST_EVENTS[_0x5a5fcb(0x247)],_0x3be084);const _0x148df0={};_0x148df0[_0x5a5fcb(0x1ba)]=_0x6bccaf['FyqeP'],PerformanceTester[_0x5a5fcb(0x23b)](PerformanceHookEvents[_0x5a5fcb(0x214)],!![],null,_0x148df0);}catch(_0x384c67){PerformanceTester[_0x5a5fcb(0x1af)](_0x384c67);const _0x1e8025={};_0x1e8025['hookType']=_0x6bccaf[_0x5a5fcb(0x22d)],PerformanceTester[_0x5a5fcb(0x1ee)](PerformanceHookEvents[_0x5a5fcb(0x214)],![],_0x384c67,_0x1e8025);}const _0x53a874={};_0x53a874[_0x5a5fcb(0x1ba)]=_0x6bccaf[_0x5a5fcb(0x22d)],PerformanceTester[_0x5a5fcb(0x1ee)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x53a874);}),CodeceptJS[_0x5769db(0x1c6)]['dispatcher']['on'](CodeceptJS[_0x5769db(0x1c6)][_0x5769db(0x2ac)][_0x5769db(0x1d1)],_0x1c10d4=>{const _0x2bfb28=_0x5769db;PerformanceTester[_0x2bfb28(0x23b)](PerformanceHookEvents[_0x2bfb28(0x214)]);try{globals[_0x2bfb28(0x1c2)](_0x6bccaf[_0x2bfb28(0x24e)],_0x1c10d4[_0x2bfb28(0x268)]);_0x6bccaf[_0x2bfb28(0x246)](isBrowserstackInfra)&&(_0x1434c1&&(global[_0x2bfb28(0x1bb)]={'currentTest':{'name':_0x1c10d4['title'],'testInfo':{'titlePath':_0x1c10d4[_0x2bfb28(0x218)]()}}}));const _0x24ed37={};_0x24ed37[_0x2bfb28(0x1ba)]=_0x6bccaf[_0x2bfb28(0x19f)],PerformanceTester[_0x2bfb28(0x1ee)](PerformanceHookEvents[_0x2bfb28(0x214)],!![],null,_0x24ed37);}catch(_0x28b6ec){PerformanceTester[_0x2bfb28(0x1af)](_0x28b6ec);const _0x1f4b27={};_0x1f4b27[_0x2bfb28(0x1ba)]=_0x6bccaf[_0x2bfb28(0x19f)],PerformanceTester['end'](PerformanceHookEvents[_0x2bfb28(0x214)],![],_0x28b6ec,_0x1f4b27);}}),CodeceptJS[_0x5769db(0x1c6)][_0x5769db(0x260)]['on'](CodeceptJS[_0x5769db(0x1c6)]['test'][_0x5769db(0x1dc)],_0x57c9cc=>{const _0x5dfcff=_0x5769db;PerformanceTester[_0x5dfcff(0x23b)](PerformanceHookEvents[_0x5dfcff(0x214)]);try{globals['setGlobal'](_0x6bccaf[_0x5dfcff(0x24e)],_0x57c9cc[_0x5dfcff(0x268)]);const _0x41cd49=_0x34d85c[_0x5dfcff(0x1a1)](TEST_EVENTS[_0x5dfcff(0x1d9)],_0x57c9cc);CodeceptRecorder[_0x5dfcff(0x1cf)](()=>_0x34d85c[_0x5dfcff(0x1a0)]()),CodeceptRecorder[_0x5dfcff(0x1cf)](()=>_0x34d85c[_0x5dfcff(0x1b0)](TEST_EVENTS['TEST_RUN_STARTED'],_0x41cd49)),CodeceptRecorder['add'](async()=>{const _0x3651e3=_0x5dfcff;_0x6bccaf['yNlmo'](isBrowserstackInfra)&&(!_0x6bccaf[_0x3651e3(0x1b7)](isTrue,_0x1b5f9a[_0x3651e3(0x251)])&&await _0x6bccaf[_0x3651e3(0x1ab)](markSessionName,_0x1a4e6a,_0x57c9cc['title']),_0x34d85c['enabled']&&await _0x6bccaf[_0x3651e3(0x275)](o11ySync,_0x1a4e6a));});}catch(_0x21fcf3){const _0x13935b={};_0x13935b[_0x5dfcff(0x1ba)]=_0x6bccaf[_0x5dfcff(0x1d0)],PerformanceTester[_0x5dfcff(0x1ee)](PerformanceHookEvents[_0x5dfcff(0x214)],![],_0x21fcf3,_0x13935b),PerformanceTester[_0x5dfcff(0x1af)](_0x21fcf3);}const _0x105752={};_0x105752[_0x5dfcff(0x1ba)]=_0x6bccaf[_0x5dfcff(0x1d0)],PerformanceTester[_0x5dfcff(0x1ee)](PerformanceHookEvents[_0x5dfcff(0x214)],!![],null,_0x105752);}),CodeceptJS[_0x5769db(0x1c6)][_0x5769db(0x260)]['on'](CodeceptJS[_0x5769db(0x1c6)]['test'][_0x5769db(0x25b)],_0x16e42f=>{const _0x2c68a1=_0x5769db,_0x197191={'hFwrg':function(_0x57b6a6,_0x658a0e,_0x33937e){const _0x5b8f17=a1_0x2a3c;return _0x6bccaf[_0x5b8f17(0x1e1)](_0x57b6a6,_0x658a0e,_0x33937e);},'mRkzQ':function(_0x55e48a,_0x21df7d,_0x5d4bf6){return _0x6bccaf['MCfyI'](_0x55e48a,_0x21df7d,_0x5d4bf6);},'qquEI':function(_0x35a206){const _0x25a502=a1_0x2a3c;return _0x6bccaf[_0x25a502(0x229)](_0x35a206);}};PerformanceTester['start'](PerformanceHookEvents[_0x2c68a1(0x214)]);try{const _0x27eaa5=_0x34d85c[_0x2c68a1(0x1a1)](TEST_EVENTS['TEST_RUN_FINISHED'],_0x16e42f);CodeceptRecorder[_0x2c68a1(0x1cf)](()=>_0x34d85c['fireEvent'](TEST_EVENTS[_0x2c68a1(0x221)],_0x27eaa5)),CodeceptRecorder[_0x2c68a1(0x1cf)](async()=>{const _0x1b8147=_0x2c68a1;_0x197191[_0x1b8147(0x2a5)](isBrowserstackInfra)&&await PerformanceTester[_0x1b8147(0x216)](PerformanceAutEvents[_0x1b8147(0x1f5)],async()=>{const _0x575b43=_0x1b8147;_0x1434c1?await _0x197191[_0x575b43(0x264)](playwrightMarkSessionStatus,_0x1a4e6a,STATE_PASSED):await _0x197191[_0x575b43(0x2a3)](markSessionStatus,_0x1a4e6a,STATE_PASSED);})();}),PerformanceTester[_0x2c68a1(0x1ee)](PerformanceEvents[_0x2c68a1(0x1ca)]);}catch(_0x297e88){PerformanceTester[_0x2c68a1(0x1af)](_0x297e88);const _0x4600c7={};_0x4600c7[_0x2c68a1(0x1ba)]=_0x6bccaf['RElqv'],PerformanceTester[_0x2c68a1(0x1ee)](PerformanceHookEvents['SDK_HOOK'],![],_0x297e88,_0x4600c7),PerformanceTester[_0x2c68a1(0x1ee)](PerformanceEvents[_0x2c68a1(0x1ca)],![],_0x297e88);}const _0x38411b={};_0x38411b[_0x2c68a1(0x1ba)]=_0x6bccaf[_0x2c68a1(0x24b)],PerformanceTester['end'](PerformanceHookEvents[_0x2c68a1(0x214)],!![],null,_0x38411b);}),CodeceptJS['event'][_0x5769db(0x260)]['on'](CodeceptJS[_0x5769db(0x1c6)][_0x5769db(0x2ac)][_0x5769db(0x22c)],(_0x2921c8,_0x53d4f7)=>{const _0x4fc9f5=_0x5769db;PerformanceTester[_0x4fc9f5(0x23b)](PerformanceHookEvents['SDK_HOOK']);try{if(_0x6bccaf[_0x4fc9f5(0x1d8)](_0x2921c8['constructor'][_0x4fc9f5(0x26e)],_0x6bccaf['cdDAy'])){const _0x5a6568=_0x34d85c[_0x4fc9f5(0x1a1)](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x2921c8[_0x4fc9f5(0x243)][_0x4fc9f5(0x261)]);CodeceptRecorder[_0x4fc9f5(0x1cf)](()=>_0x34d85c[_0x4fc9f5(0x1b0)](TEST_EVENTS[_0x4fc9f5(0x1b9)],_0x5a6568));}else{const _0x1201c1=_0x34d85c[_0x4fc9f5(0x1a1)](TEST_EVENTS['TEST_RUN_FINISHED'],_0x2921c8,_0x53d4f7);CodeceptRecorder[_0x4fc9f5(0x1cf)](()=>{const _0x253f88=_0x4fc9f5;try{_0x34d85c[_0x253f88(0x1b0)](TEST_EVENTS['TEST_RUN_FINISHED'],_0x1201c1);}catch(_0x124114){logger[_0x253f88(0x249)](_0x253f88(0x278)+util[_0x253f88(0x1dd)](_0x124114)),PerformanceTester[_0x253f88(0x1ee)](PerformanceEvents[_0x253f88(0x1ca)],![],_0x124114);}}),CodeceptRecorder['add'](async()=>{const _0x2940f4=_0x4fc9f5;try{_0x6bccaf[_0x2940f4(0x2a1)](isBrowserstackInfra)&&(_0x1434c1?await _0x6bccaf['lCNcu'](playwrightMarkSessionStatus,_0x1a4e6a,STATE_FAILED,_0x53d4f7):await _0x6bccaf[_0x2940f4(0x1a4)](markSessionStatus,_0x1a4e6a,STATE_FAILED,_0x53d4f7));}catch(_0x2332f7){logger[_0x2940f4(0x249)](_0x2940f4(0x204)+util[_0x2940f4(0x1dd)](_0x2332f7)),PerformanceTester[_0x2940f4(0x1ee)](PerformanceEvents[_0x2940f4(0x1ca)],![],_0x2332f7);}});}PerformanceTester[_0x4fc9f5(0x1ee)](PerformanceEvents[_0x4fc9f5(0x1ca)]);}catch(_0x106e64){PerformanceTester[_0x4fc9f5(0x1af)](_0x106e64);const _0x1b52e2={};_0x1b52e2[_0x4fc9f5(0x1ba)]=_0x6bccaf['HpjCB'],PerformanceTester['end'](PerformanceHookEvents[_0x4fc9f5(0x214)],![],_0x106e64,_0x1b52e2),PerformanceTester[_0x4fc9f5(0x1ee)](PerformanceEvents[_0x4fc9f5(0x1ca)],![],_0x106e64);}const _0x402514={};_0x402514[_0x4fc9f5(0x1ba)]=_0x6bccaf['HpjCB'],PerformanceTester['end'](PerformanceHookEvents[_0x4fc9f5(0x214)],!![],null,_0x402514);}),CodeceptJS[_0x5769db(0x1c6)][_0x5769db(0x260)]['on'](CodeceptJS[_0x5769db(0x1c6)][_0x5769db(0x2ac)][_0x5769db(0x27c)],_0x3d3561=>{const _0x507346=_0x5769db;PerformanceTester[_0x507346(0x23b)](PerformanceHookEvents[_0x507346(0x214)]);try{const _0x3698f9=_0x34d85c[_0x507346(0x1a1)](TEST_EVENTS[_0x507346(0x1b9)],_0x3d3561);CodeceptRecorder['add'](()=>_0x34d85c['fireEvent'](TEST_EVENTS[_0x507346(0x1b9)],_0x3698f9)),PerformanceTester[_0x507346(0x1ee)](PerformanceEvents['SDK_TEST']);}catch(_0x2fa7bc){PerformanceTester[_0x507346(0x1af)](_0x2fa7bc),PerformanceTester['end'](PerformanceEvents[_0x507346(0x1ca)],![],_0x2fa7bc);const _0x4f7839={};_0x4f7839[_0x507346(0x1ba)]=_0x6bccaf['GbhmF'],PerformanceTester[_0x507346(0x1ee)](PerformanceHookEvents[_0x507346(0x214)],![],_0x2fa7bc,_0x4f7839);}const _0x3e20f5={};_0x3e20f5[_0x507346(0x1ba)]=_0x6bccaf[_0x507346(0x1c7)],PerformanceTester['end'](PerformanceHookEvents[_0x507346(0x214)],!![],null,_0x3e20f5);}),CodeceptJS[_0x5769db(0x1c6)][_0x5769db(0x260)]['on'](CodeceptJS['event']['test'][_0x5769db(0x1d3)],async(_0x51de3b,_0x233d47)=>{const _0x258a36=_0x5769db,_0x243269={};_0x243269[_0x258a36(0x24d)]=_0x6bccaf[_0x258a36(0x241)],_0x243269[_0x258a36(0x29b)]=_0x6bccaf[_0x258a36(0x265)];const _0x47d31b=_0x243269;try{PerformanceTester[_0x258a36(0x23b)](PerformanceHookEvents[_0x258a36(0x214)]);const _0x32fa6c=_0x6bccaf[_0x258a36(0x1ef)](shouldScanTestForAccessibility,_0x51de3b[_0x258a36(0x218)](),!![]);if(_0x6bccaf['yNlmo'](isAccessibilityAutomationSession)&&global[_0x258a36(0x1c5)]&&_0x32fa6c){const _0x2a95d2={};_0x2a95d2[_0x258a36(0x28f)]=_0x51de3b['testAnalyticsId'],_0x2a95d2[_0x258a36(0x24c)]=process['env'][testHubConstants[_0x258a36(0x1c1)]['BROWSERSTACK_TESTHUB_UUID']],_0x2a95d2[_0x258a36(0x24a)]=process[_0x258a36(0x1ac)][testHubConstants['ENV_VAR'][_0x258a36(0x240)]];const _0x175afd=_0x2a95d2;logger[_0x258a36(0x249)](_0x258a36(0x245)+JSON[_0x258a36(0x1ce)](_0x175afd)),CodeceptRecorder[_0x258a36(0x1cf)](async()=>{const _0x2ee0e4=_0x258a36,_0x10b071={};_0x10b071[_0x2ee0e4(0x291)]=_0x47d31b[_0x2ee0e4(0x24d)],await PerformanceTester[_0x2ee0e4(0x216)](PerformanceA11yEvents[_0x2ee0e4(0x21a)],async()=>{const _0x3bae82=_0x2ee0e4;await AccessibilityHelper[_0x3bae82(0x256)](_0x1a4e6a,scripts[_0x3bae82(0x1a7)]);},_0x10b071)(),globals[_0x2ee0e4(0x252)](_0x47d31b[_0x2ee0e4(0x29b)])&&(_0x175afd['is_mobile_session']=!![]),await PerformanceTester[_0x2ee0e4(0x216)](PerformanceA11yEvents[_0x2ee0e4(0x281)],async()=>{const _0x543b64=_0x2ee0e4;await AccessibilityHelper[_0x543b64(0x256)](_0x1a4e6a,scripts[_0x543b64(0x20c)],_0x175afd);})();}),logger[_0x258a36(0x19d)](_0x6bccaf['UhFRo']);}const _0x396596={};_0x396596[_0x258a36(0x1ba)]=_0x6bccaf[_0x258a36(0x286)],PerformanceTester[_0x258a36(0x1ee)](PerformanceHookEvents[_0x258a36(0x214)],!![],null,_0x396596);}catch(_0x28a9a2){PerformanceTester['captureError'](_0x28a9a2);const _0x243b4f={};_0x243b4f[_0x258a36(0x1ba)]=_0x6bccaf[_0x258a36(0x286)],PerformanceTester[_0x258a36(0x1ee)](PerformanceHookEvents[_0x258a36(0x214)],![],_0x28a9a2,_0x243b4f);}}),CodeceptJS[_0x5769db(0x1c6)]['dispatcher']['on'](CodeceptJS[_0x5769db(0x1c6)][_0x5769db(0x25d)][_0x5769db(0x225)],_0x158120=>{const _0x118aef=_0x5769db;PerformanceTester[_0x118aef(0x23b)](PerformanceHookEvents[_0x118aef(0x214)]);try{process[_0x118aef(0x1fa)](_0x118aef(0x28c)+process[_0x118aef(0x2a7)],{'timestamp':new Date()[_0x118aef(0x206)](),'level':_0x6bccaf[_0x118aef(0x222)],'message':_0x158120,'kind':_0x6bccaf['HtZaZ'],'http_response':{}});}catch(_0x2d00f4){PerformanceTester[_0x118aef(0x1af)](_0x2d00f4);const _0x5909e8={};_0x5909e8[_0x118aef(0x1ba)]=_0x6bccaf[_0x118aef(0x23d)],PerformanceTester[_0x118aef(0x1ee)](PerformanceHookEvents[_0x118aef(0x214)],![],_0x2d00f4,_0x5909e8);}const _0x2b5579={};_0x2b5579[_0x118aef(0x1ba)]=_0x6bccaf[_0x118aef(0x23d)],PerformanceTester[_0x118aef(0x1ee)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x2b5579);}),CodeceptJS[_0x5769db(0x1c6)][_0x5769db(0x260)]['on'](CodeceptJS[_0x5769db(0x1c6)]['bddStep'][_0x5769db(0x1d1)],_0x3455b3=>{const _0x5ac8bf=_0x5769db,_0x378d63={};_0x378d63[_0x5ac8bf(0x1ba)]=_0x6bccaf[_0x5ac8bf(0x1b2)],PerformanceTester['measureWrapper'](PerformanceHookEvents[_0x5ac8bf(0x214)],()=>{const _0x4ccbe1=_0x5ac8bf;_0x34d85c[_0x4ccbe1(0x29c)](_0x3455b3);},_0x378d63)();}),CodeceptJS[_0x5769db(0x1c6)][_0x5769db(0x260)]['on'](CodeceptJS[_0x5769db(0x1c6)][_0x5769db(0x202)][_0x5769db(0x1d3)],_0x38e1d4=>{const _0x27a72e=_0x5769db,_0x52ab6e={};_0x52ab6e[_0x27a72e(0x1ba)]=_0x6bccaf[_0x27a72e(0x1e4)],PerformanceTester[_0x27a72e(0x216)](PerformanceHookEvents[_0x27a72e(0x214)],()=>{const _0x3be2de=_0x27a72e;_0x34d85c[_0x3be2de(0x211)](_0x38e1d4);},_0x52ab6e)();});};
|
|
1
|
+
function a1_0x2e22(){const _0x4899f4=['OiNsM','bs:addLog:','NCrRu','codeceptjs/lib/utils.js','prototype','14485910rXlLMn','KOcPS','_before','Failed\x20in\x20sending\x20TestRunFinish\x20event:\x20','GUSwt','hook-passed','dispatcher','hSXqH','cJqTg','command','HOOK_RUN_STARTED','TEST_SCREENSHOT','GET_RESULTS','122iQAWaJ','test','TEST_RUN_STARTED','PovjF','UTPKp','codeceptjs/lib/recorder.js','SDK_PRE_INITIALIZE','88qkLyUm','14627NEjnPR','hasLiveDriverSession','end','getResultsSummary','codeceptjs/lib/index.js','skipped','passed','FRAMEWORK_DETAILS','EGuqj','exports','QWKlm','bufferPendingHookEvent','YfWsq','InZZo','BS_TESTOPS_ALLOW_SCREENSHOTS','skipSessionStatus','bddStepFinish','BS_A11Y_JWT','measureWrapper','browserStackExecuteDriver','../../helpers/test-observability/utils','currentTest','testFramework','HbuHz','BROWSERSTACK_TESTHUB_JWT','LbVcC','afterTest','setGlobal','548576VjmSGw','ccDue','saveTestResults','lnsvj','step-comment','Playwright','../../helpers/performance/performance-tester','nktIm','WOfBv','toISOString','gTIOK','base64','Failed\x20to\x20patch\x20pages\x20method\x20in\x20browserContext\x20for\x20a11y\x20domForge:\x20','Nszpu','22hPzGdI','skipSessionName','function','Suite','GET_RESULTS_SUMMARY','browser','event','SDK_POST_TEST','patchSaveScreenshot','setSessionName','SacZl','codeceptjs/lib/helper/Playwright.js','qGnzm','chromium','captureEvent','args','9068448mjEZpu','KeTSP','test-after','setSessionStatus','../../helpers/helper','mVPBC','startsWith','stringify','INFO','qcStm','then','XctJA','env','oEsmZ','gcNXS','split','message','format','getAccessibilityResultsSummary','apply','VzLKq','all','GMmmL','rXnmo','Zbmct','call','BgxAN','contexts','name','iAuot','stopMonitoring','GXgSv','class','VfMAN','stack','toString','qUpGA','captureError','driver-init\x20capture\x20install\x20failed:\x20','TEST_RUN_SKIPPED','util','ctx','arguments','warn','tSUAR','dZgxu','parse','readFileSync','TAAVo','3652715XdftnI','addRequestSpy','TEST_LOG','XvPfi','\x0aStack:\x20','getResults','version','../../helpers/logger','TEST_RUN_FINISHED','pid','fireEvent','SAVE_RESULTS','constructor','debug','lKVec','stop','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','browserContext','IGyzl','SDK_TEST','webdriverio','from','getGlobal','rXdmJ','add','_setPage','devtools://','hkwBk','IvfQb','action','IkSKw','pBGKW','wRmHv','CcezX','Element','4dpTJSP','PERFORM_SCAN','getSyncScript','BuGgZ','started','comment','raThC','forEach','jJIve','push','SDK_HOOK','Failed\x20in\x20marking\x20session\x20status\x20of\x20test:\x20','browserstackTestName','yjULI','xYYYh','5658243LWoNCW','ITOhv','domForge','../../helpers/accessibility-automation/helper','rijQU','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20summary.','ENV_VAR','hook','initSaveScreenshot','BROWSERSTACK_TESTHUB_UUID','codeceptjs','info','RfKLi','restore','MXkkc','start','Screenshot\x20path\x20not\x20found','saveScreenshot','step','TestCafe','Puppeteer','testAnalyticsId','SDK_POST_INITIALIZE','../../helpers/request-spy','helpers','emit','SDK_PRE_TEST','title','./helper.js','FoixP','../../helpers/globals.js','installAll','../../bin/playwright/sessionDetails','SESSION_STATUS','__skipSessionStatus','accessibilityPlatform','9ayQnwJ','test-failed','pNsjF','LOYau','DhbwD','GZeXe','nLCiP','awsIX','WebDriver','../../helpers/performance/constants','performScan','bind','getAccessibilityResults','url','DWDLl','__driver','string','overwriteCommand','hookType','test-skipped','thTestRunUuid','Failed\x20to\x20flush\x20pending\x20hook\x20events\x20after\x20Playwright\x20_before:\x20','catch','GVIjt','JhsYA','after','fpedj','bhcaT','./o11yHelper','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','a11y_core_config','before','mQTFg','qAPmk','fYruD','filter','executeScript','bstackAllyScanning','bddStep','failed','GNakC','../../helpers/testhub/constants.js','vWOnQ','SnPSE','includes','8502270yuehmB','pages','isMobilePlatform','../../helpers/driverInitErrorReporter','config','HCNuG','DFeaO','test-before','commandsToWrap','isArray','titlePath','browserstack_executor:\x20','flushPendingHookEvents','CkGAH','HOOK_RUN_FINISHED','slice','../../helpers/accessibility-automation/scripts','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','status','container','startMonitoring','../../bin/playwright/accessibility-helper'];a1_0x2e22=function(){return _0x4899f4;};return a1_0x2e22();}const a1_0x1c0dd0=a1_0x3481;(function(_0x175b91,_0x585eef){const _0x303365=a1_0x3481,_0xc2e012=_0x175b91();while(!![]){try{const _0x354fa2=parseInt(_0x303365(0x278))/0x1*(-parseInt(_0x303365(0x270))/0x2)+parseInt(_0x303365(0x1f7))/0x3*(parseInt(_0x303365(0x1e8))/0x4)+-parseInt(_0x303365(0x1c5))/0x5+-parseInt(_0x303365(0x248))/0x6+parseInt(_0x303365(0x176))/0x7*(-parseInt(_0x303365(0x277))/0x8)+parseInt(_0x303365(0x21b))/0x9*(parseInt(_0x303365(0x263))/0xa)+parseInt(_0x303365(0x184))/0xb*(parseInt(_0x303365(0x194))/0xc);if(_0x354fa2===_0x585eef)break;else _0xc2e012['push'](_0xc2e012['shift']());}catch(_0xf1ed93){_0xc2e012['push'](_0xc2e012['shift']());}}}(a1_0x2e22,0xe6845));const fs=require('fs'),util=require(a1_0x1c0dd0(0x1bc)),{requireModule,markSessionStatus,isUndefined,isTrue,isBrowserstackInfra}=require(a1_0x1c0dd0(0x198)),logger=require(a1_0x1c0dd0(0x1cc))['winstonLogger'],testOpsHelper=require(a1_0x1c0dd0(0x28c)),requestSpy=require(a1_0x1c0dd0(0x20e)),PlaywrightSessionDetails=require(a1_0x1c0dd0(0x217)),{O11yHelper,TEST_EVENTS,STATE_PASSED,STATE_FAILED}=require(a1_0x1c0dd0(0x237)),{shouldScanTestForAccessibility,isAccessibilityAutomationSession}=require(a1_0x1c0dd0(0x1fa)),AccessibilityHelper=require(a1_0x1c0dd0(0x25d)),scripts=require(a1_0x1c0dd0(0x258)),PerformanceTester=require(a1_0x1c0dd0(0x17c)),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceHookEvents}=require(a1_0x1c0dd0(0x224)),{processWebDriverConfig,shouldPatchExecuteScript}=require(a1_0x1c0dd0(0x213)),testHubConstants=require(a1_0x1c0dd0(0x244)),globals=require(a1_0x1c0dd0(0x215)),CodeceptJS=requireModule(a1_0x1c0dd0(0x27c),a1_0x1c0dd0(0x201)),CodeceptUtils=requireModule(a1_0x1c0dd0(0x261),'codeceptjs'),CodeceptWebDriver=requireModule('codeceptjs/lib/helper/WebDriver.js',a1_0x1c0dd0(0x201)),CodeceptRecorder=requireModule(a1_0x1c0dd0(0x275),a1_0x1c0dd0(0x201)),CodeceptPlaywright=requireModule(a1_0x1c0dd0(0x18f),a1_0x1c0dd0(0x201));try{require(a1_0x1c0dd0(0x24b))[a1_0x1c0dd0(0x216)](a1_0x1c0dd0(0x201));}catch(a1_0x3b278f){logger[a1_0x1c0dd0(0x1d2)](a1_0x1c0dd0(0x1ba)+(a1_0x3b278f&&a1_0x3b278f['message']));}const playwrightMarkSessionStatus=(_0x28ff84,_0x4e69dd,_0x161ed5)=>{const _0x37721f=a1_0x1c0dd0,_0x211bcb={'fYruD':_0x37721f(0x197),'CkGAH':function(_0x4dd6ad,_0x2bed27){return _0x4dd6ad(_0x2bed27);}},_0x2bfbbd={};_0x2bfbbd[_0x37721f(0x25a)]=_0x4e69dd;const _0x244885={};_0x244885[_0x37721f(0x1e2)]=_0x211bcb[_0x37721f(0x23d)],_0x244885['arguments']=_0x2bfbbd;const _0x33c188=_0x244885;return!_0x211bcb[_0x37721f(0x255)](isUndefined,_0x161ed5)&&(_0x33c188['arguments']['reason']=JSON[_0x37721f(0x19b)](_0x161ed5)),_0x28ff84['executeScript'](()=>{},_0x37721f(0x253)+JSON[_0x37721f(0x19b)](_0x33c188));},o11ySync=PerformanceTester[a1_0x1c0dd0(0x28a)](PerformanceO11yEvents['SYNC'],async _0x5f10e1=>{const _0x497066=a1_0x1c0dd0,_0x3fdaad={};_0x3fdaad[_0x497066(0x1f5)]=function(_0x53ad07,_0x3d5152){return _0x53ad07===_0x3d5152;},_0x3fdaad[_0x497066(0x21e)]=_0x497066(0x17b);const _0x227cac=_0x3fdaad;_0x227cac[_0x497066(0x1f5)](_0x5f10e1['constructor'][_0x497066(0x1b0)],_0x227cac[_0x497066(0x21e)])?await _0x5f10e1[_0x497066(0x23f)](_0x56d2f9=>{},testOpsHelper[_0x497066(0x1ea)]()):await _0x5f10e1[_0x497066(0x23f)](testOpsHelper[_0x497066(0x1ea)]());}),markSessionName=PerformanceTester['measureWrapper'](PerformanceAutEvents['SESSION_NAME'],async(_0x2670e3,_0x161363)=>{const _0x37be32=a1_0x1c0dd0,_0x59d8de={};_0x59d8de[_0x37be32(0x1ac)]=_0x37be32(0x18d),_0x59d8de[_0x37be32(0x1e0)]=function(_0x32feac,_0x59b888){return _0x32feac===_0x59b888;},_0x59d8de[_0x37be32(0x273)]=_0x37be32(0x17b);const _0x4f3d4c=_0x59d8de,_0x3b59b2={};_0x3b59b2['name']=_0x161363;const _0x22c996={};_0x22c996[_0x37be32(0x1e2)]=_0x4f3d4c['Zbmct'],_0x22c996[_0x37be32(0x1be)]=_0x3b59b2;const _0x8aca11=_0x22c996;_0x4f3d4c['hkwBk'](_0x2670e3[_0x37be32(0x1d1)][_0x37be32(0x1b0)],_0x4f3d4c[_0x37be32(0x273)])?await _0x2670e3[_0x37be32(0x23f)](()=>{},_0x37be32(0x253)+JSON[_0x37be32(0x19b)](_0x8aca11)):await _0x2670e3[_0x37be32(0x23f)](_0x37be32(0x253)+JSON[_0x37be32(0x19b)](_0x8aca11));}),patchSaveScreenshot=_0x52be98=>{const _0x4562c4=a1_0x1c0dd0,_0x25716b={'EGuqj':'base64','ITOhv':_0x4562c4(0x26e),'dZgxu':function(_0x4f2cb2){return _0x4f2cb2();},'Nszpu':function(_0x134160,_0xf6669b){return _0x134160(_0xf6669b);},'lKVec':_0x4562c4(0x207)};_0x25716b[_0x4562c4(0x183)](isTrue,process[_0x4562c4(0x1a0)][_0x4562c4(0x286)])&&!_0x52be98[_0x4562c4(0x18c)]&&(_0x52be98[_0x4562c4(0x18c)]=!![],_0x52be98[_0x4562c4(0x1ff)]=_0x52be98[_0x4562c4(0x208)],_0x52be98[_0x4562c4(0x208)]=(_0x191232,_0x14db82=![])=>{const _0x27abea=_0x4562c4,_0x51d817={'sYIWN':_0x25716b[_0x27abea(0x280)],'VZpfi':_0x25716b[_0x27abea(0x1f8)],'xTNdP':function(_0x4e7960){const _0x3f42d6=_0x27abea;return _0x25716b[_0x3f42d6(0x1c1)](_0x4e7960);},'qcStm':function(_0x4c3bb1,_0x550aa7){const _0x23343f=_0x27abea;return _0x25716b[_0x23343f(0x183)](_0x4c3bb1,_0x550aa7);},'rijQU':_0x25716b[_0x27abea(0x1d3)]};return new Promise(function(_0x2a2da1,_0x23649a){const _0x5e2da2=_0x27abea;_0x52be98['initSaveScreenshot'](_0x191232,_0x14db82)[_0x5e2da2(0x19e)](()=>{const _0x4446d4=_0x5e2da2,_0x1416c1=CodeceptUtils['screenshotOutputFolder'](_0x191232);if(_0x1416c1){const _0x17165b=fs[_0x4446d4(0x1c3)](_0x1416c1);process[_0x4446d4(0x210)](_0x4446d4(0x25f)+process[_0x4446d4(0x1ce)],{'timestamp':new Date()[_0x4446d4(0x17f)](),'message':_0x17165b['toString'](_0x51d817['sYIWN']),'kind':_0x51d817['VZpfi']}),_0x51d817['xTNdP'](_0x2a2da1);}_0x51d817[_0x4446d4(0x19d)](_0x23649a,new Error(_0x51d817[_0x4446d4(0x1fb)]));})[_0x5e2da2(0x231)](()=>null);});});},patchWebDriverBefore=(_0x43d64e,_0x3bc7bd)=>{const _0x470f1b=a1_0x1c0dd0,_0x38f3f6={'GNakC':function(_0x435c46){return _0x435c46();},'mVPBC':function(_0x151b5c,_0x26dd51){return _0x151b5c(_0x26dd51);},'hSXqH':function(_0x31de58,_0x568804){return _0x31de58===_0x568804;},'fpedj':_0x470f1b(0x1d9),'EcJvv':function(_0x23d94b,_0x3a2f84){return _0x23d94b===_0x3a2f84;},'LbVcC':_0x470f1b(0x22b),'lhlxG':function(_0x38761d,_0x126f77){return _0x38761d===_0x126f77;},'rXdmJ':_0x470f1b(0x1e7),'DWDLl':_0x470f1b(0x186)},_0x2193ca=async function(_0x182eaf,_0x3ff149){const _0x28c50e=_0x470f1b;_0x38f3f6[_0x28c50e(0x243)](isAccessibilityAutomationSession)&&!global[_0x28c50e(0x240)]&&global['accessibilityPlatform']&&scripts['shouldWrapCommand'](_0x182eaf[_0x28c50e(0x1b0)])&&_0x38f3f6['mVPBC'](shouldPatchExecuteScript,arguments[0x2])&&(global['bstackAllyScanning']=!![],await PerformanceTester[_0x28c50e(0x28a)](PerformanceA11yEvents[_0x28c50e(0x1e9)],async()=>{const _0x1e0593=_0x28c50e;logger[_0x1e0593(0x1d2)]('Performing\x20scan\x20for\x20'+_0x182eaf['class']+'\x20'+_0x182eaf[_0x1e0593(0x1b0)]),await AccessibilityHelper[_0x1e0593(0x28b)](_0x43d64e,scripts['performScan']);},{'command':_0x182eaf['name']})());global['bstackAllyScanning']=![];const _0x45b13d=JSON[_0x28c50e(0x1c2)](process[_0x28c50e(0x1a0)][_0x28c50e(0x27f)]||'{}');if(_0x38f3f6[_0x28c50e(0x26a)](_0x45b13d?.[_0x28c50e(0x170)]?.['name'],_0x38f3f6[_0x28c50e(0x235)])&&_0x38f3f6['EcJvv'](typeof _0x45b13d?.[_0x28c50e(0x170)]?.[_0x28c50e(0x1cb)],_0x38f3f6[_0x28c50e(0x173)])&&_0x45b13d?.[_0x28c50e(0x170)]?.[_0x28c50e(0x1cb)][_0x28c50e(0x19a)]('7'))return _0x3ff149[_0x28c50e(0x1a7)](null,Array['prototype'][_0x28c50e(0x257)][_0x28c50e(0x1ad)](arguments,0x2));return _0x3ff149['apply'](this,Array[_0x28c50e(0x262)][_0x28c50e(0x257)][_0x28c50e(0x1ad)](arguments,0x2));},_0x2da2c8=CodeceptWebDriver['prototype'][_0x470f1b(0x265)];CodeceptWebDriver[_0x470f1b(0x262)][_0x470f1b(0x265)]=async function(){const _0xc5089d=_0x470f1b,_0x27aa33={'OiNsM':function(_0x59b5b4,_0xa3107f){return _0x38f3f6['lhlxG'](_0x59b5b4,_0xa3107f);},'TAAVo':_0x38f3f6[_0xc5089d(0x1dc)]};try{await _0x2da2c8[_0xc5089d(0x1a7)](this,arguments);}catch(_0x187825){logger[_0xc5089d(0x1d2)]('Failed\x20to\x20execute\x20_before:\x20'+util[_0xc5089d(0x1a5)](_0x187825));}scripts[_0xc5089d(0x250)][_0xc5089d(0x23e)](_0x20bdd4=>_0x20bdd4[_0xc5089d(0x1b0)]&&_0x20bdd4['class'])[_0xc5089d(0x1ef)](_0xb3ce3e=>{const _0x40ef7e=_0xc5089d;this[_0x40ef7e(0x189)][_0x40ef7e(0x22c)](_0xb3ce3e[_0x40ef7e(0x1b0)],_0x2193ca['bind'](this,_0xb3ce3e),_0x27aa33[_0x40ef7e(0x25e)](_0xb3ce3e[_0x40ef7e(0x1b4)],_0x27aa33[_0x40ef7e(0x1c4)]));}),_0x38f3f6[_0xc5089d(0x199)](processWebDriverConfig,_0x43d64e);try{_0x3bc7bd&&_0x38f3f6['hSXqH'](typeof _0x3bc7bd[_0xc5089d(0x254)],_0x38f3f6[_0xc5089d(0x229)])&&await _0x3bc7bd[_0xc5089d(0x254)]();}catch(_0x2efbdf){logger[_0xc5089d(0x1d2)]('Failed\x20to\x20flush\x20pending\x20hook\x20events\x20after\x20_before:\x20'+util[_0xc5089d(0x1a5)](_0x2efbdf));}};};function a1_0x3481(_0x4ca782,_0x48683a){const _0x2e22af=a1_0x2e22();return a1_0x3481=function(_0x348127,_0x341b96){_0x348127=_0x348127-0x170;let _0x163d4c=_0x2e22af[_0x348127];return _0x163d4c;},a1_0x3481(_0x4ca782,_0x48683a);}function parseJwt(_0xe44f85){const _0x2492f7=a1_0x1c0dd0,_0x798efc={};_0x798efc[_0x2492f7(0x24d)]=_0x2492f7(0x181);const _0x3238db=_0x798efc;if(!_0xe44f85)return null;return JSON[_0x2492f7(0x1c2)](Buffer[_0x2492f7(0x1da)](_0xe44f85[_0x2492f7(0x1a3)]('.')[0x1],_0x3238db['HCNuG'])[_0x2492f7(0x1b7)]());}const patchPlaywrightBefore=_0x4955dc=>{const _0x427389=a1_0x1c0dd0,_0x22eee2={'HbuHz':'--auto-open-devtools-for-tabs','rXnmo':function(_0xc7bcd2){return _0xc7bcd2();},'qGnzm':function(_0x32383f,_0x1ea977){return _0x32383f(_0x1ea977);},'DhbwD':function(_0x50fcdd){return _0x50fcdd();},'XctJA':_0x427389(0x1df),'RfKLi':function(_0x52171b,_0x4aac11){return _0x52171b+_0x4aac11;},'wRmHv':_0x427389(0x1c9),'cJqTg':function(_0x148282){return _0x148282();},'VfMAN':function(_0x2548ba){return _0x2548ba();},'IkSKw':function(_0x3c7da7){return _0x3c7da7();},'XtybZ':function(_0x23a756,_0x16f997){return _0x23a756===_0x16f997;},'SKsjG':_0x427389(0x186)};PlaywrightSessionDetails['patch']();const _0x2f37d6=CodeceptPlaywright[_0x427389(0x262)][_0x427389(0x265)];CodeceptPlaywright[_0x427389(0x262)][_0x427389(0x265)]=async function(){const _0x42ad22=_0x427389,_0x5e8d31={'rUibE':function(_0x55d7db){const _0x5c35ae=a1_0x3481;return _0x22eee2[_0x5c35ae(0x21f)](_0x55d7db);},'gTIOK':_0x22eee2[_0x42ad22(0x19f)]};this[_0x42ad22(0x1d6)]=await this[_0x42ad22(0x189)][_0x42ad22(0x1af)]()[0x0];const _0x5a163a=async()=>{const _0x2a011a=_0x42ad22,_0x521975=this[_0x2a011a(0x24c)]&&this[_0x2a011a(0x24c)][_0x2a011a(0x191)]&&this[_0x2a011a(0x24c)][_0x2a011a(0x191)][_0x2a011a(0x193)]&&Array[_0x2a011a(0x251)](this[_0x2a011a(0x24c)][_0x2a011a(0x191)]['args'])&&this[_0x2a011a(0x24c)][_0x2a011a(0x191)][_0x2a011a(0x193)][_0x2a011a(0x247)](_0x22eee2[_0x2a011a(0x171)]);if(_0x22eee2[_0x2a011a(0x1ab)](isAccessibilityAutomationSession)&&!_0x521975)try{const _0x4d1aa2=_0x22eee2[_0x2a011a(0x190)](parseJwt,process[_0x2a011a(0x1a0)][_0x2a011a(0x289)]);if(_0x4d1aa2&&_0x4d1aa2[_0x2a011a(0x239)]&&_0x4d1aa2[_0x2a011a(0x239)][_0x2a011a(0x1f9)]){const _0xd9a1b2=this[_0x2a011a(0x1d6)][_0x2a011a(0x249)][_0x2a011a(0x226)](this['browserContext']);this[_0x2a011a(0x1d6)][_0x2a011a(0x249)]=async function(){const _0x2bff0a=_0x2a011a,_0x5c4ef2=await _0x5e8d31['rUibE'](_0xd9a1b2),_0x42c18f=[];for(const _0x23e6c4 of _0x5c4ef2){try{const _0x2b1eea=await _0x23e6c4['url']();!_0x2b1eea['startsWith'](_0x5e8d31[_0x2bff0a(0x180)])&&_0x42c18f[_0x2bff0a(0x1f1)](_0x23e6c4);}catch(_0x21c651){_0x42c18f['push'](_0x23e6c4);}}return _0x42c18f;};}if(!_0x22eee2[_0x2a011a(0x21f)](isBrowserstackInfra)){const _0x71e83d=await this['page'][_0x2a011a(0x228)]();if(_0x71e83d[_0x2a011a(0x19a)](_0x22eee2[_0x2a011a(0x19f)])){const _0x49acff=await this[_0x2a011a(0x1d6)]['pages']();this[_0x2a011a(0x1de)](_0x49acff[0x0]);}}}catch(_0x2d4c13){logger[_0x2a011a(0x1d2)](_0x2a011a(0x182)+_0x2d4c13[_0x2a011a(0x1a4)]+(_0x2d4c13[_0x2a011a(0x1b6)]?_0x22eee2[_0x2a011a(0x203)](_0x22eee2[_0x2a011a(0x1e5)],_0x2d4c13[_0x2a011a(0x1b6)]):''));}};_0x22eee2[_0x42ad22(0x26b)](isBrowserstackInfra)&&await _0x22eee2[_0x42ad22(0x1b5)](_0x5a163a);await _0x2f37d6[_0x42ad22(0x1a7)](this,arguments);!_0x22eee2[_0x42ad22(0x1e3)](isBrowserstackInfra)&&await _0x22eee2[_0x42ad22(0x1ab)](_0x5a163a);try{_0x4955dc&&_0x22eee2['XtybZ'](typeof _0x4955dc[_0x42ad22(0x254)],_0x22eee2['SKsjG'])&&await _0x4955dc[_0x42ad22(0x254)]();}catch(_0x127305){logger['debug'](_0x42ad22(0x230)+util['format'](_0x127305));}};},getCodeceptDriver=()=>{const _0x1a34cd=a1_0x1c0dd0,_0x11e36b={};_0x11e36b['IGyzl']=_0x1a34cd(0x223),_0x11e36b['IArzA']='Playwright',_0x11e36b[_0x1a34cd(0x1f0)]=_0x1a34cd(0x20b),_0x11e36b[_0x1a34cd(0x24e)]=_0x1a34cd(0x20a);const _0x3dd216=_0x11e36b,_0x50dfab=[_0x3dd216[_0x1a34cd(0x1d7)],_0x3dd216['IArzA'],_0x3dd216[_0x1a34cd(0x1f0)],_0x3dd216[_0x1a34cd(0x24e)]],_0x593b38=_0x50dfab['find'](_0x3286bb=>!!CodeceptJS[_0x1a34cd(0x25b)][_0x1a34cd(0x20f)](_0x3286bb));if(!_0x593b38)return null;return CodeceptJS[_0x1a34cd(0x25b)][_0x1a34cd(0x20f)](_0x593b38);};module[a1_0x1c0dd0(0x281)]=function(_0x2a519c){const _0x5c7c7e=a1_0x1c0dd0,_0x52cadf={'ccDue':function(_0x3eb662,_0x23a68f){return _0x3eb662(_0x23a68f);},'qUpGA':function(_0x5a46fe,_0x23eb7d,_0x4bb819){return _0x5a46fe(_0x23eb7d,_0x4bb819);},'tSUAR':'getAccessibilityResultsSummary','SacZl':_0x5c7c7e(0x1fc),'FoixP':'getAccessibilityResults','kRanu':_0x5c7c7e(0x1d5),'oEsmZ':function(_0x2bb784,_0x106cc3,_0x376723){return _0x2bb784(_0x106cc3,_0x376723);},'MXkkc':'hook-started','GUSwt':_0x5c7c7e(0x268),'GRAdl':function(_0x182e83,_0x776e5c,_0x579294){return _0x182e83(_0x776e5c,_0x579294);},'mQTFg':'hook-failed','qAPmk':_0x5c7c7e(0x1f4),'pBGKW':function(_0x14f8a9){return _0x14f8a9();},'JhsYA':_0x5c7c7e(0x24f),'WOfBv':function(_0xb40e46){return _0xb40e46();},'xYYYh':function(_0x42c62b,_0x30f163){return _0x42c62b(_0x30f163);},'GZeXe':'test-started','vWOnQ':function(_0x59eac3,_0x1b9b18,_0x2a3e66){return _0x59eac3(_0x1b9b18,_0x2a3e66);},'QOuFM':function(_0x35665f){return _0x35665f();},'pNsjF':'test-passed','nktIm':function(_0xe67471){return _0xe67471();},'LYIcr':function(_0x201520,_0x383729,_0x28b391,_0xd052ed){return _0x201520(_0x383729,_0x28b391,_0xd052ed);},'UTPKp':function(_0x545ff0,_0x5197f9){return _0x545ff0===_0x5197f9;},'lnsvj':_0x5c7c7e(0x187),'GVIjt':_0x5c7c7e(0x21c),'XvPfi':_0x5c7c7e(0x22e),'CcezX':_0x5c7c7e(0x174),'BuGgZ':_0x5c7c7e(0x24a),'IvfQb':function(_0x11e01e,_0x3139a5,_0x41c3cd){return _0x11e01e(_0x3139a5,_0x41c3cd);},'GXgSv':_0x5c7c7e(0x238),'YfWsq':_0x5c7c7e(0x196),'kCVgS':_0x5c7c7e(0x19c),'bhcaT':_0x5c7c7e(0x1c7),'InZZo':_0x5c7c7e(0x17a),'QWKlm':'bddStep-before','BgxAN':'bddStep-after','GMmmL':_0x5c7c7e(0x17b)};_0x2a519c[_0x5c7c7e(0x287)]&&(global[_0x5c7c7e(0x219)]=_0x2a519c[_0x5c7c7e(0x287)]);PerformanceTester[_0x5c7c7e(0x25c)]();const _0x23fe51=_0x52cadf['WOfBv'](getCodeceptDriver),_0x42e44d=new O11yHelper(_0x23fe51,_0x2a519c),_0xc087d9=!!CodeceptJS['container'][_0x5c7c7e(0x20f)](_0x52cadf[_0x5c7c7e(0x1aa)]);global[_0x5c7c7e(0x22a)]=_0x23fe51;_0x23fe51&&(PerformanceTester['measureWrapper'](PerformanceEvents[_0x5c7c7e(0x276)],()=>{const _0x2828d8=_0x5c7c7e;_0xc087d9?_0x52cadf[_0x2828d8(0x177)](patchPlaywrightBefore,_0x42e44d):_0x52cadf[_0x2828d8(0x1b8)](patchWebDriverBefore,_0x23fe51,_0x42e44d);})(),PerformanceTester[_0x5c7c7e(0x28a)](PerformanceEvents[_0x5c7c7e(0x20d)],()=>{const _0x1d0516=_0x5c7c7e,_0x32cb3c={};_0x32cb3c[_0x1d0516(0x221)]=_0x52cadf[_0x1d0516(0x1c0)],_0x32cb3c['KOcPS']=_0x52cadf[_0x1d0516(0x18e)],_0x32cb3c[_0x1d0516(0x260)]=_0x52cadf[_0x1d0516(0x214)],_0x32cb3c['KeTSP']=_0x52cadf['kRanu'];const _0x1bd9e4=_0x32cb3c;_0x23fe51[_0x1d0516(0x1a6)]=async()=>{const _0x5568c6=_0x1d0516;if(global[_0x5568c6(0x21a)]){const _0x43c3eb={};return _0x43c3eb['command']=_0x1bd9e4[_0x5568c6(0x221)],await PerformanceTester[_0x5568c6(0x28a)](PerformanceA11yEvents[_0x5568c6(0x1e9)],async()=>{const _0x143dff=_0x5568c6;return await AccessibilityHelper[_0x143dff(0x28b)](_0x23fe51,scripts[_0x143dff(0x225)]);},_0x43c3eb)(),await PerformanceTester[_0x5568c6(0x28a)](PerformanceA11yEvents[_0x5568c6(0x188)],async()=>{const _0x18a655=_0x5568c6;return await AccessibilityHelper[_0x18a655(0x28b)](_0x23fe51,scripts[_0x18a655(0x27b)]);})();}return logger[_0x5568c6(0x1bf)](_0x1bd9e4[_0x5568c6(0x264)]),{};},_0x23fe51[_0x1d0516(0x227)]=async()=>{const _0x51a118=_0x1d0516;if(global['accessibilityPlatform']){const _0x51ecef={};return _0x51ecef[_0x51a118(0x26c)]=_0x1bd9e4['NCrRu'],await PerformanceTester[_0x51a118(0x28a)](PerformanceA11yEvents[_0x51a118(0x1e9)],async()=>{const _0x15f81e=_0x51a118;return await AccessibilityHelper[_0x15f81e(0x28b)](_0x23fe51,scripts[_0x15f81e(0x225)]);},_0x51ecef)(),await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x51a118(0x26f)],async()=>{const _0x2acba7=_0x51a118;return await AccessibilityHelper[_0x2acba7(0x28b)](_0x23fe51,scripts[_0x2acba7(0x1ca)]);})();}return logger[_0x51a118(0x1bf)](_0x1bd9e4[_0x51a118(0x195)]),{};},_0x52cadf[_0x1d0516(0x177)](patchSaveScreenshot,_0x23fe51);})());CodeceptJS[_0x5c7c7e(0x18a)][_0x5c7c7e(0x269)]['on'](CodeceptJS[_0x5c7c7e(0x18a)][_0x5c7c7e(0x1a9)][_0x5c7c7e(0x23a)],()=>{const _0x2e204e=_0x5c7c7e;PerformanceTester['start'](PerformanceEvents['SDK_PRE_TEST']);try{_0x42e44d['start'](),testOpsHelper[_0x2e204e(0x1c6)](),PerformanceTester[_0x2e204e(0x27a)](PerformanceEvents[_0x2e204e(0x211)]);}catch(_0x5c3f0c){PerformanceTester[_0x2e204e(0x1b9)](_0x5c3f0c),PerformanceTester[_0x2e204e(0x27a)](PerformanceEvents[_0x2e204e(0x211)],![],_0x5c3f0c);}}),CodeceptJS['event']['dispatcher']['on'](CodeceptJS[_0x5c7c7e(0x18a)][_0x5c7c7e(0x1a9)][_0x5c7c7e(0x234)],async()=>{const _0x4343c4=_0x5c7c7e;PerformanceTester[_0x4343c4(0x206)](PerformanceEvents[_0x4343c4(0x18b)]);try{requestSpy[_0x4343c4(0x204)](),await _0x42e44d[_0x4343c4(0x1d4)](),PerformanceTester[_0x4343c4(0x27a)](PerformanceEvents[_0x4343c4(0x18b)]);}catch(_0x508ca4){PerformanceTester[_0x4343c4(0x1b9)](_0x508ca4),PerformanceTester[_0x4343c4(0x27a)](PerformanceEvents[_0x4343c4(0x18b)],![],_0x508ca4);}finally{PerformanceTester[_0x4343c4(0x1b2)]();}});const _0x10e55b=(_0x506526,_0x3e4e9d)=>{const _0x422355=_0x5c7c7e;if(!_0x42e44d)return;if(!_0x42e44d[_0x422355(0x279)]()){_0x42e44d[_0x422355(0x283)](_0x506526,_0x3e4e9d);return;}CodeceptRecorder[_0x422355(0x1dd)](()=>_0x42e44d['fireEvent'](_0x506526,_0x3e4e9d));};CodeceptJS[_0x5c7c7e(0x18a)]['dispatcher']['on'](CodeceptJS[_0x5c7c7e(0x18a)][_0x5c7c7e(0x1fe)][_0x5c7c7e(0x1ec)],_0x1ab414=>{const _0x421b7f=_0x5c7c7e;PerformanceTester[_0x421b7f(0x206)](PerformanceEvents['SDK_HOOK']);try{const _0x19c4cd=_0x1ab414[_0x421b7f(0x1bd)]['test'],_0x35ecc4=_0x42e44d['captureEvent'](TEST_EVENTS[_0x421b7f(0x26d)],_0x19c4cd);_0x52cadf[_0x421b7f(0x1a1)](_0x10e55b,TEST_EVENTS['HOOK_RUN_STARTED'],_0x35ecc4);const _0x32c1ef={};_0x32c1ef[_0x421b7f(0x22d)]=_0x52cadf[_0x421b7f(0x205)],PerformanceTester[_0x421b7f(0x27a)](PerformanceEvents['SDK_HOOK'],!![],null,_0x32c1ef);}catch(_0x20c1eb){const _0x59251d={};_0x59251d['hookType']=_0x52cadf[_0x421b7f(0x205)],PerformanceTester['end'](PerformanceEvents[_0x421b7f(0x1f2)],![],_0x20c1eb,_0x59251d),PerformanceTester[_0x421b7f(0x1b9)](_0x20c1eb);}}),CodeceptJS[_0x5c7c7e(0x18a)]['dispatcher']['on'](CodeceptJS[_0x5c7c7e(0x18a)][_0x5c7c7e(0x1fe)][_0x5c7c7e(0x27e)],_0x81f4ac=>{const _0x400bf2=_0x5c7c7e,_0x2902be={};_0x2902be['hookType']=_0x52cadf[_0x400bf2(0x267)],PerformanceTester['start'](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x2902be);try{const _0x5546d3=_0x81f4ac[_0x400bf2(0x1bd)]['test'],_0x48e771=_0x42e44d['captureEvent'](TEST_EVENTS[_0x400bf2(0x256)],_0x5546d3);_0x52cadf[_0x400bf2(0x1b8)](_0x10e55b,TEST_EVENTS[_0x400bf2(0x256)],_0x48e771);const _0xd99faf={};_0xd99faf[_0x400bf2(0x22d)]=_0x52cadf[_0x400bf2(0x267)],PerformanceTester[_0x400bf2(0x27a)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0xd99faf);}catch(_0x5ec1aa){PerformanceTester[_0x400bf2(0x1b9)](_0x5ec1aa);const _0x219485={};_0x219485[_0x400bf2(0x22d)]=_0x52cadf[_0x400bf2(0x267)],PerformanceTester['end'](PerformanceHookEvents[_0x400bf2(0x1f2)],![],_0x5ec1aa,_0x219485);}}),CodeceptJS[_0x5c7c7e(0x18a)][_0x5c7c7e(0x269)]['on'](CodeceptJS[_0x5c7c7e(0x18a)][_0x5c7c7e(0x1fe)][_0x5c7c7e(0x242)],async(_0x9a3327,_0xa38467)=>{const _0x31e96e=_0x5c7c7e;PerformanceTester[_0x31e96e(0x206)](PerformanceHookEvents[_0x31e96e(0x1f2)]);try{const _0x1483ca=_0x9a3327['ctx'][_0x31e96e(0x271)],_0x3032ae=_0x42e44d[_0x31e96e(0x192)](TEST_EVENTS['HOOK_RUN_FINISHED'],_0x1483ca,_0xa38467);_0x52cadf['GRAdl'](_0x10e55b,TEST_EVENTS['HOOK_RUN_FINISHED'],_0x3032ae);const _0x1b505e={};_0x1b505e[_0x31e96e(0x22d)]=_0x52cadf[_0x31e96e(0x23b)],PerformanceTester['start'](PerformanceHookEvents[_0x31e96e(0x1f2)],!![],null,_0x1b505e);}catch(_0x220664){PerformanceTester[_0x31e96e(0x1b9)](_0x220664);const _0x211653={};_0x211653[_0x31e96e(0x22d)]=_0x52cadf[_0x31e96e(0x23b)],PerformanceTester[_0x31e96e(0x27a)](PerformanceHookEvents[_0x31e96e(0x1f2)],![],_0x220664,_0x211653);}const _0xda6297={};_0xda6297['hookType']=_0x52cadf['mQTFg'],PerformanceTester[_0x31e96e(0x27a)](PerformanceHookEvents[_0x31e96e(0x1f2)],!![],null,_0xda6297);}),CodeceptJS[_0x5c7c7e(0x18a)][_0x5c7c7e(0x269)]['on'](CodeceptJS[_0x5c7c7e(0x18a)][_0x5c7c7e(0x271)][_0x5c7c7e(0x23a)],_0x5e8c59=>{const _0x4b730a=_0x5c7c7e;PerformanceTester[_0x4b730a(0x206)](PerformanceHookEvents['SDK_HOOK']);try{globals[_0x4b730a(0x175)](_0x52cadf[_0x4b730a(0x23c)],_0x5e8c59[_0x4b730a(0x212)]);_0x52cadf[_0x4b730a(0x1e4)](isBrowserstackInfra)&&(_0xc087d9&&(global['__workerDetails']={'currentTest':{'name':_0x5e8c59['title'],'testInfo':{'titlePath':_0x5e8c59[_0x4b730a(0x252)]()}}}));const _0x219f66={};_0x219f66[_0x4b730a(0x22d)]=_0x52cadf[_0x4b730a(0x233)],PerformanceTester[_0x4b730a(0x27a)](PerformanceHookEvents[_0x4b730a(0x1f2)],!![],null,_0x219f66);}catch(_0xf025f8){PerformanceTester[_0x4b730a(0x1b9)](_0xf025f8);const _0x4d9d94={};_0x4d9d94[_0x4b730a(0x22d)]=_0x52cadf['JhsYA'],PerformanceTester['end'](PerformanceHookEvents[_0x4b730a(0x1f2)],![],_0xf025f8,_0x4d9d94);}}),CodeceptJS[_0x5c7c7e(0x18a)][_0x5c7c7e(0x269)]['on'](CodeceptJS[_0x5c7c7e(0x18a)][_0x5c7c7e(0x271)][_0x5c7c7e(0x1ec)],_0xd96ac2=>{const _0x568629=_0x5c7c7e;PerformanceTester[_0x568629(0x206)](PerformanceHookEvents[_0x568629(0x1f2)]);try{globals[_0x568629(0x175)](_0x52cadf[_0x568629(0x23c)],_0xd96ac2[_0x568629(0x212)]);const _0x487877=_0x42e44d['captureEvent'](TEST_EVENTS[_0x568629(0x272)],_0xd96ac2);CodeceptRecorder[_0x568629(0x1dd)](()=>_0x42e44d[_0x568629(0x254)]()),CodeceptRecorder[_0x568629(0x1dd)](()=>_0x42e44d[_0x568629(0x1cf)](TEST_EVENTS[_0x568629(0x272)],_0x487877)),CodeceptRecorder['add'](async()=>{const _0x1829c4=_0x568629;_0x52cadf['WOfBv'](isBrowserstackInfra)&&(!_0x52cadf[_0x1829c4(0x1f6)](isTrue,_0x2a519c[_0x1829c4(0x185)])&&await _0x52cadf[_0x1829c4(0x1a1)](markSessionName,_0x23fe51,_0xd96ac2[_0x1829c4(0x212)]),_0x42e44d['enabled']&&await _0x52cadf[_0x1829c4(0x177)](o11ySync,_0x23fe51));});}catch(_0x5308dd){const _0x38535f={};_0x38535f[_0x568629(0x22d)]=_0x52cadf[_0x568629(0x220)],PerformanceTester[_0x568629(0x27a)](PerformanceHookEvents[_0x568629(0x1f2)],![],_0x5308dd,_0x38535f),PerformanceTester[_0x568629(0x1b9)](_0x5308dd);}const _0x3aeeec={};_0x3aeeec[_0x568629(0x22d)]=_0x52cadf[_0x568629(0x220)],PerformanceTester[_0x568629(0x27a)](PerformanceHookEvents[_0x568629(0x1f2)],!![],null,_0x3aeeec);}),CodeceptJS[_0x5c7c7e(0x18a)]['dispatcher']['on'](CodeceptJS[_0x5c7c7e(0x18a)][_0x5c7c7e(0x271)][_0x5c7c7e(0x27e)],_0x1d6fbb=>{const _0x26e1a8=_0x5c7c7e,_0x477a92={'VzLKq':function(_0x160949,_0xfe979,_0x1e1262){const _0x15e221=a1_0x3481;return _0x52cadf[_0x15e221(0x245)](_0x160949,_0xfe979,_0x1e1262);},'gcNXS':function(_0x1076ea,_0x43a27a,_0x15c08e){return _0x52cadf['vWOnQ'](_0x1076ea,_0x43a27a,_0x15c08e);},'iAuot':function(_0x47e447){return _0x52cadf['QOuFM'](_0x47e447);}};PerformanceTester[_0x26e1a8(0x206)](PerformanceHookEvents[_0x26e1a8(0x1f2)]);try{const _0x2bc814=_0x42e44d[_0x26e1a8(0x192)](TEST_EVENTS[_0x26e1a8(0x1cd)],_0x1d6fbb);CodeceptRecorder[_0x26e1a8(0x1dd)](()=>_0x42e44d['fireEvent'](TEST_EVENTS[_0x26e1a8(0x1cd)],_0x2bc814)),CodeceptRecorder[_0x26e1a8(0x1dd)](async()=>{const _0x49305b=_0x26e1a8;_0x477a92[_0x49305b(0x1b1)](isBrowserstackInfra)&&await PerformanceTester[_0x49305b(0x28a)](PerformanceAutEvents[_0x49305b(0x218)],async()=>{const _0x20753c=_0x49305b;_0xc087d9?await _0x477a92[_0x20753c(0x1a8)](playwrightMarkSessionStatus,_0x23fe51,STATE_PASSED):await _0x477a92[_0x20753c(0x1a2)](markSessionStatus,_0x23fe51,STATE_PASSED);})();}),PerformanceTester[_0x26e1a8(0x27a)](PerformanceEvents['SDK_TEST']);}catch(_0x2e216){PerformanceTester[_0x26e1a8(0x1b9)](_0x2e216);const _0x2bd479={};_0x2bd479['hookType']=_0x52cadf[_0x26e1a8(0x21d)],PerformanceTester['end'](PerformanceHookEvents[_0x26e1a8(0x1f2)],![],_0x2e216,_0x2bd479),PerformanceTester['end'](PerformanceEvents['SDK_TEST'],![],_0x2e216);}const _0x81e009={};_0x81e009[_0x26e1a8(0x22d)]=_0x52cadf[_0x26e1a8(0x21d)],PerformanceTester[_0x26e1a8(0x27a)](PerformanceHookEvents[_0x26e1a8(0x1f2)],!![],null,_0x81e009);}),CodeceptJS[_0x5c7c7e(0x18a)]['dispatcher']['on'](CodeceptJS[_0x5c7c7e(0x18a)][_0x5c7c7e(0x271)][_0x5c7c7e(0x242)],(_0x9c8c7d,_0x3e7c8e)=>{const _0x54a2c4=_0x5c7c7e,_0x2c3b82={'JEGhs':function(_0x3acd01){const _0x413f7b=a1_0x3481;return _0x52cadf[_0x413f7b(0x17d)](_0x3acd01);},'awsIX':function(_0x22339f,_0x597446,_0x4febb3,_0x1147b8){return _0x52cadf['LYIcr'](_0x22339f,_0x597446,_0x4febb3,_0x1147b8);},'KiuQZ':function(_0x2475e7,_0x7cd32,_0x4fe601,_0xa43539){return _0x52cadf['LYIcr'](_0x2475e7,_0x7cd32,_0x4fe601,_0xa43539);}};PerformanceTester[_0x54a2c4(0x206)](PerformanceHookEvents[_0x54a2c4(0x1f2)]);try{if(_0x52cadf[_0x54a2c4(0x274)](_0x9c8c7d[_0x54a2c4(0x1d1)][_0x54a2c4(0x1b0)],_0x52cadf[_0x54a2c4(0x179)])){const _0x5521c7=_0x42e44d['captureEvent'](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x9c8c7d[_0x54a2c4(0x1bd)][_0x54a2c4(0x28d)]);CodeceptRecorder[_0x54a2c4(0x1dd)](()=>_0x42e44d[_0x54a2c4(0x1cf)](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x5521c7));}else{const _0x3d3a00=_0x42e44d[_0x54a2c4(0x192)](TEST_EVENTS['TEST_RUN_FINISHED'],_0x9c8c7d,_0x3e7c8e);CodeceptRecorder[_0x54a2c4(0x1dd)](()=>{const _0x179f81=_0x54a2c4;try{_0x42e44d[_0x179f81(0x1cf)](TEST_EVENTS[_0x179f81(0x1cd)],_0x3d3a00);}catch(_0x48faba){logger[_0x179f81(0x1d2)](_0x179f81(0x266)+util[_0x179f81(0x1a5)](_0x48faba)),PerformanceTester['end'](PerformanceEvents['SDK_TEST'],![],_0x48faba);}}),CodeceptRecorder['add'](async()=>{const _0x4e70c9=_0x54a2c4;try{_0x2c3b82['JEGhs'](isBrowserstackInfra)&&(_0xc087d9?await _0x2c3b82[_0x4e70c9(0x222)](playwrightMarkSessionStatus,_0x23fe51,STATE_FAILED,_0x3e7c8e):await _0x2c3b82['KiuQZ'](markSessionStatus,_0x23fe51,STATE_FAILED,_0x3e7c8e));}catch(_0x8279ec){logger[_0x4e70c9(0x1d2)](_0x4e70c9(0x1f3)+util['format'](_0x8279ec)),PerformanceTester[_0x4e70c9(0x27a)](PerformanceEvents['SDK_TEST'],![],_0x8279ec);}});}PerformanceTester['end'](PerformanceEvents['SDK_TEST']);}catch(_0x51da0f){PerformanceTester[_0x54a2c4(0x1b9)](_0x51da0f);const _0x5e82bd={};_0x5e82bd[_0x54a2c4(0x22d)]=_0x52cadf['GVIjt'],PerformanceTester[_0x54a2c4(0x27a)](PerformanceHookEvents[_0x54a2c4(0x1f2)],![],_0x51da0f,_0x5e82bd),PerformanceTester['end'](PerformanceEvents['SDK_TEST'],![],_0x51da0f);}const _0x51ac90={};_0x51ac90[_0x54a2c4(0x22d)]=_0x52cadf[_0x54a2c4(0x232)],PerformanceTester[_0x54a2c4(0x27a)](PerformanceHookEvents[_0x54a2c4(0x1f2)],!![],null,_0x51ac90);}),CodeceptJS['event'][_0x5c7c7e(0x269)]['on'](CodeceptJS[_0x5c7c7e(0x18a)][_0x5c7c7e(0x271)][_0x5c7c7e(0x27d)],_0x293aad=>{const _0x25b001=_0x5c7c7e;PerformanceTester[_0x25b001(0x206)](PerformanceHookEvents[_0x25b001(0x1f2)]);try{const _0x3b0628=_0x42e44d[_0x25b001(0x192)](TEST_EVENTS[_0x25b001(0x1bb)],_0x293aad);CodeceptRecorder['add'](()=>_0x42e44d['fireEvent'](TEST_EVENTS[_0x25b001(0x1bb)],_0x3b0628)),PerformanceTester[_0x25b001(0x27a)](PerformanceEvents[_0x25b001(0x1d8)]);}catch(_0x45ab07){PerformanceTester[_0x25b001(0x1b9)](_0x45ab07),PerformanceTester[_0x25b001(0x27a)](PerformanceEvents['SDK_TEST'],![],_0x45ab07);const _0x15636f={};_0x15636f[_0x25b001(0x22d)]=_0x52cadf[_0x25b001(0x1c8)],PerformanceTester[_0x25b001(0x27a)](PerformanceHookEvents[_0x25b001(0x1f2)],![],_0x45ab07,_0x15636f);}const _0x2b4ffd={};_0x2b4ffd[_0x25b001(0x22d)]=_0x52cadf['XvPfi'],PerformanceTester[_0x25b001(0x27a)](PerformanceHookEvents[_0x25b001(0x1f2)],!![],null,_0x2b4ffd);}),CodeceptJS[_0x5c7c7e(0x18a)][_0x5c7c7e(0x269)]['on'](CodeceptJS[_0x5c7c7e(0x18a)]['test']['after'],async(_0xd507d1,_0x53fd17)=>{const _0x63d574=_0x5c7c7e,_0x270257={};_0x270257[_0x63d574(0x1ee)]=_0x52cadf[_0x63d574(0x1e6)],_0x270257['SnPSE']=_0x52cadf[_0x63d574(0x1eb)];const _0x271c04=_0x270257;try{PerformanceTester[_0x63d574(0x206)](PerformanceHookEvents[_0x63d574(0x1f2)]);const _0x2f5b27=_0x52cadf[_0x63d574(0x1e1)](shouldScanTestForAccessibility,_0xd507d1[_0x63d574(0x252)](),!![]);if(_0x52cadf[_0x63d574(0x17e)](isAccessibilityAutomationSession)&&global['accessibilityPlatform']&&_0x2f5b27){const _0x8a6d89={};_0x8a6d89[_0x63d574(0x22f)]=_0xd507d1[_0x63d574(0x20c)],_0x8a6d89['thBuildUuid']=process['env'][testHubConstants[_0x63d574(0x1fd)][_0x63d574(0x200)]],_0x8a6d89['thJwtToken']=process['env'][testHubConstants[_0x63d574(0x1fd)][_0x63d574(0x172)]];const _0x321219=_0x8a6d89;logger[_0x63d574(0x1d2)](_0x63d574(0x259)+JSON[_0x63d574(0x19b)](_0x321219)),CodeceptRecorder[_0x63d574(0x1dd)](async()=>{const _0x4eaa58=_0x63d574,_0xe9d49d={};_0xe9d49d['command']=_0x271c04[_0x4eaa58(0x1ee)],await PerformanceTester[_0x4eaa58(0x28a)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x265a8b=_0x4eaa58;await AccessibilityHelper[_0x265a8b(0x28b)](_0x23fe51,scripts['performScan']);},_0xe9d49d)(),globals[_0x4eaa58(0x1db)](_0x271c04[_0x4eaa58(0x246)])&&(_0x321219['is_mobile_session']=!![]),await PerformanceTester[_0x4eaa58(0x28a)](PerformanceA11yEvents[_0x4eaa58(0x1d0)],async()=>{const _0x171643=_0x4eaa58;await AccessibilityHelper[_0x171643(0x28b)](_0x23fe51,scripts[_0x171643(0x178)],_0x321219);})();}),logger[_0x63d574(0x202)](_0x52cadf[_0x63d574(0x1b3)]);}const _0x529f54={};_0x529f54['hookType']=_0x52cadf[_0x63d574(0x284)],PerformanceTester[_0x63d574(0x27a)](PerformanceHookEvents[_0x63d574(0x1f2)],!![],null,_0x529f54);}catch(_0x5183a2){PerformanceTester[_0x63d574(0x1b9)](_0x5183a2);const _0x595942={};_0x595942[_0x63d574(0x22d)]=_0x52cadf[_0x63d574(0x284)],PerformanceTester[_0x63d574(0x27a)](PerformanceHookEvents[_0x63d574(0x1f2)],![],_0x5183a2,_0x595942);}}),CodeceptJS['event']['dispatcher']['on'](CodeceptJS[_0x5c7c7e(0x18a)][_0x5c7c7e(0x209)][_0x5c7c7e(0x1ed)],_0x4aecdd=>{const _0x3bed29=_0x5c7c7e;PerformanceTester[_0x3bed29(0x206)](PerformanceHookEvents[_0x3bed29(0x1f2)]);try{process[_0x3bed29(0x210)](_0x3bed29(0x25f)+process[_0x3bed29(0x1ce)],{'timestamp':new Date()[_0x3bed29(0x17f)](),'level':_0x52cadf['kCVgS'],'message':_0x4aecdd,'kind':_0x52cadf[_0x3bed29(0x236)],'http_response':{}});}catch(_0x3b3407){PerformanceTester[_0x3bed29(0x1b9)](_0x3b3407);const _0x4b7f15={};_0x4b7f15['hookType']=_0x52cadf[_0x3bed29(0x285)],PerformanceTester[_0x3bed29(0x27a)](PerformanceHookEvents['SDK_HOOK'],![],_0x3b3407,_0x4b7f15);}const _0x4619c6={};_0x4619c6[_0x3bed29(0x22d)]=_0x52cadf['InZZo'],PerformanceTester[_0x3bed29(0x27a)](PerformanceHookEvents[_0x3bed29(0x1f2)],!![],null,_0x4619c6);}),CodeceptJS[_0x5c7c7e(0x18a)]['dispatcher']['on'](CodeceptJS[_0x5c7c7e(0x18a)][_0x5c7c7e(0x241)][_0x5c7c7e(0x23a)],_0x2cf3a7=>{const _0x268b7f=_0x5c7c7e,_0x593ec2={};_0x593ec2['hookType']=_0x52cadf[_0x268b7f(0x282)],PerformanceTester[_0x268b7f(0x28a)](PerformanceHookEvents['SDK_HOOK'],()=>{_0x42e44d['bddStepStart'](_0x2cf3a7);},_0x593ec2)();}),CodeceptJS[_0x5c7c7e(0x18a)][_0x5c7c7e(0x269)]['on'](CodeceptJS[_0x5c7c7e(0x18a)][_0x5c7c7e(0x241)][_0x5c7c7e(0x234)],_0x30f2a7=>{const _0x53291d=_0x5c7c7e,_0x484d77={};_0x484d77[_0x53291d(0x22d)]=_0x52cadf[_0x53291d(0x1ae)],PerformanceTester[_0x53291d(0x28a)](PerformanceHookEvents['SDK_HOOK'],()=>{const _0x38a5a9=_0x53291d;_0x42e44d[_0x38a5a9(0x288)](_0x30f2a7);},_0x484d77)();});};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
'use strict';const a2_0xa58e4c=a2_0x5294;(function(_0x36613e,_0x3e5271){const _0x55ecad=a2_0x5294,_0x53391b=_0x36613e();while(!![]){try{const _0x56fa43=parseInt(_0x55ecad(0x17d))/0x1*(-parseInt(_0x55ecad(0x161))/0x2)+parseInt(_0x55ecad(0x141))/0x3*(-parseInt(_0x55ecad(0x11b))/0x4)+parseInt(_0x55ecad(0x170))/0x5+-parseInt(_0x55ecad(0x157))/0x6+-parseInt(_0x55ecad(0xe8))/0x7+parseInt(_0x55ecad(0x13f))/0x8*(-parseInt(_0x55ecad(0x12e))/0x9)+parseInt(_0x55ecad(0x100))/0xa;if(_0x56fa43===_0x3e5271)break;else _0x53391b['push'](_0x53391b['shift']());}catch(_0x3ec9c7){_0x53391b['push'](_0x53391b['shift']());}}}(a2_0x15cf,0xc2415));const fs=require('fs'),path=require(a2_0xa58e4c(0x12d)),util=require(a2_0xa58e4c(0x13d)),process=require(a2_0xa58e4c(0x17f)),logger=require(a2_0xa58e4c(0xed))[a2_0xa58e4c(0x102)],{default:BrowserStackSetup}=require(a2_0xa58e4c(0x134)),helper=require('../../helpers/helper'),utilities=require(a2_0xa58e4c(0x16c)),{checkAccessibilityPlatformConfig}=require(a2_0xa58e4c(0x11e)),{setAccessibilityCapabilities,processAccessibilityCaps}=require('../../bin/playwright/accessibility-helper'),{requireModule,nestedKeyValue,isBrowserstackInfra}=require('../../helpers/helper'),CodeceptJS=requireModule(a2_0xa58e4c(0x16d),a2_0xa58e4c(0x107)),testOpsHelper=require(a2_0xa58e4c(0x13b)),TestHubHandler=require('../../helpers/testhub/testhubHandler'),constants=require(a2_0xa58e4c(0x12b)),PerformanceTester=require('../../helpers/performance/performance-tester'),{FRAMEWORKS}=require('../../helpers/test-observability/constants'),PerformanceEvents=require(a2_0xa58e4c(0x112))[a2_0xa58e4c(0x119)],ClientTroubleShootingService=require('../utils/clientTroubleshootingService'),_testErrorData=[],getUserCodeceptJSConfigs=(_0x4cfc22,_0x123274)=>{const _0x5d51dd=a2_0xa58e4c,_0x500aeb={};_0x500aeb[_0x5d51dd(0x14f)]=function(_0xc99020,_0x11960a){return _0xc99020===_0x11960a;},_0x500aeb[_0x5d51dd(0x130)]=_0x5d51dd(0x149),_0x500aeb[_0x5d51dd(0x10e)]=_0x5d51dd(0x124);const _0x5df5cb=_0x500aeb;let _0x3308f1=null;const _0xa17bff={};let _0x338519=_0x123274['findIndex'](_0xe3dfa4=>_0xe3dfa4===_0x5d51dd(0x153));_0x5df5cb[_0x5d51dd(0x14f)](_0x338519,-0x1)&&(_0x338519=_0x123274[_0x5d51dd(0x14e)](_0x567093=>_0x567093==='-c'));if(!helper[_0x5d51dd(0x167)](_0x4cfc22[_0x5d51dd(0x122)])&&fs[_0x5d51dd(0x171)](path['join'](process[_0x5d51dd(0x151)](),_0x4cfc22[_0x5d51dd(0x122)])))_0x3308f1=path[_0x5d51dd(0x101)](process[_0x5d51dd(0x151)](),_0x4cfc22[_0x5d51dd(0x122)]),_0x123274[_0x5d51dd(0x15d)](_0x338519,0x2);else{if(!helper[_0x5d51dd(0x167)](_0x4cfc22['c'])&&fs[_0x5d51dd(0x171)](path[_0x5d51dd(0x101)](process[_0x5d51dd(0x151)](),_0x4cfc22['c'])))_0x3308f1=path[_0x5d51dd(0x101)](process[_0x5d51dd(0x151)](),_0x4cfc22['c']),_0x123274[_0x5d51dd(0x15d)](_0x338519,0x2);else{if(fs[_0x5d51dd(0x171)](path['join'](process[_0x5d51dd(0x151)](),_0x5df5cb[_0x5d51dd(0x130)])))_0x3308f1=path[_0x5d51dd(0x101)](process[_0x5d51dd(0x151)](),_0x5df5cb[_0x5d51dd(0x130)]);else fs[_0x5d51dd(0x171)](path[_0x5d51dd(0x101)](process[_0x5d51dd(0x151)](),_0x5df5cb[_0x5d51dd(0x10e)]))&&(_0x3308f1=path[_0x5d51dd(0x101)](process['cwd'](),_0x5df5cb[_0x5d51dd(0x10e)]));}}return process[_0x5d51dd(0x13e)][_0x5d51dd(0x13c)]=_0x3308f1,_0x3308f1;},getO11yRerunPattern=()=>{const _0x50c66a=a2_0xa58e4c,_0x180059=helper[_0x50c66a(0x11c)](process[_0x50c66a(0x13e)]['BROWSERSTACK_RERUN']);if(_0x180059){const _0x3b0dce=process['env'][_0x50c66a(0x174)],_0x11dc30=[];if(helper[_0x50c66a(0x165)](_0x3b0dce)&&!helper[_0x50c66a(0x167)](_0x3b0dce)){_0x3b0dce[_0x50c66a(0x17e)](',')['map'](_0x4ec899=>{const _0x3696ce=_0x50c66a;_0x11dc30['push']('('+_0x4ec899[_0x3696ce(0xfb)]()+')');});const _0x37db59='^'+_0x11dc30[_0x50c66a(0x101)]('|')+'$';return _0x37db59;}}return null;},a2_0xb0ba68={};function a2_0x5294(_0x1a693f,_0x582729){const _0x15cf27=a2_0x15cf();return a2_0x5294=function(_0x5294b9,_0x2df9af){_0x5294b9=_0x5294b9-0xe7;let _0x2654ef=_0x15cf27[_0x5294b9];return _0x2654ef;},a2_0x5294(_0x1a693f,_0x582729);}a2_0xb0ba68['chrome']='chromium',a2_0xb0ba68[a2_0xa58e4c(0xec)]=a2_0xa58e4c(0xeb),a2_0xb0ba68[a2_0xa58e4c(0x173)]=a2_0xa58e4c(0x120),a2_0xb0ba68[a2_0xa58e4c(0x146)]=a2_0xa58e4c(0x114);function a2_0x15cf(){const _0xba98ef=['errorMessage','initialize','start','getPlatformName','62723250xSrZDD','join','winstonLogger','replace','now','accessibilityOptions','gtLWu','codeceptjs','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','toLowerCase','IhzTC','printBuildLink','plugins','failed','tuQuP','Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20','require','bootstrapAll','../../helpers/performance/constants','chdir','webkit','format','BROWSERSTACK_TEST_OBSERVABILITY_YML','Playwright','hubUrl','EVENTS','test','504SpwWhX','isTrue','/wd/hub','../../helpers/accessibility-automation/helper','Passed\x20:\x20','firefox','tAXbc','config','title','codecept.json','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','map','dirname','prepareCapabilities','Getting\x20your\x20codeceptjs\x20configs\x20from\x20','stringify','../utils/constants','testObservability','path','19035QlgYSQ','accessibility','lCLAx','testContextOptions','gherkin','printResults','../../helpers/BrowserStackSetup','passed','2|3|5|0|4|1','BrowserStackPlugin','FRAMEWORKS','Failed\x20:\x20','spawn','../../helpers/test-observability/utils','USER_CONFIG_DETAILS_PATH','util','env','4728ZBCcbM','teardownAll','36453mABlXB','handleApp','user','nqtKB','load','playwright-webkit','debug','cXyKA','codecept.conf.js','helpers','platforms','log','DJFiV','findIndex','EhSBZ','BROWSERSTACK_FRAMEWORK','cwd','stack','--config','mergeDeep','DRJkE','HGSqC','7491720UiLWYp','result','CODECEPT','parallelsPerPlatform','browser','SDK_SETUP','slice','browserWSEndpoint','ppaFj','assign','8GDGOzr','QDtZg','validPlatformsPresent','createGroupsOfSuites','validateRerunTestList','CODECEPT_CUCUMBER','isUndefined','YkNwX','Vmozh','MTziS','BDnKo','../../helpers/utilities','codeceptjs/lib/index.js','Started\x20:\x20','IKQET','397950zblkFC','existsSync','event','playwright-firefox','BROWSERSTACK_RERUN_TESTS','BrowserStackPlugin.js','enabled','UMoyg','jxDZs','rYygS','info','launchBuild','tSEhP','104827WnQhwa','split','process','YgzNM','before','pRDeI','end','BROWSERSTACK_TEST_ACCESSIBILITY_YML','wNMTr','opJKM','browserName','stop','finalExecution','root','forEach','7751289EAWGaM','exports','err','chromium','playwright-chromium','../../helpers/logger','key','push','run','skipSessionName','rdGha','profile','SDK_CLEANUP','desiredCapabilities','TweGY','userName','browserStackCwd','okfLU','frameworkName','trim'];a2_0x15cf=function(){return _0xba98ef;};return a2_0x15cf();}const pwToCodeceptBrowser=a2_0xb0ba68;async function run(_0x1a1e1a,_0x4cb2cc,_0x425a27){const _0x2b3aed=a2_0xa58e4c,_0x2eff65={'LhWDA':function(_0xdf5b91,_0x453b4a,_0x5d8d6c,_0x121734){return _0xdf5b91(_0x453b4a,_0x5d8d6c,_0x121734);},'IKQET':function(_0x18a5a0,_0x235d62){return _0x18a5a0+_0x235d62;},'UMoyg':function(_0xf432f,_0x295637){return _0xf432f(_0x295637);},'fSmmT':function(_0xa643f7,_0x215442,_0x540e75){return _0xa643f7(_0x215442,_0x540e75);},'rdGha':'helpers','opJKM':function(_0x2d4744){return _0x2d4744();},'rYygS':_0x2b3aed(0x11d),'nqtKB':function(_0x463543){return _0x463543();},'lOKLB':_0x2b3aed(0x139),'MTziS':_0x2b3aed(0x11f),'jxDZs':_0x2b3aed(0x16e),'wNMTr':_0x2b3aed(0x136),'DRJkE':function(_0x2a6fc2,_0x5db023,_0x4a8a15){return _0x2a6fc2(_0x5db023,_0x4a8a15);},'pRDeI':_0x2b3aed(0x108),'xWCwp':function(_0x2f2f3a,_0x33b8c1,_0x3f6bfe){return _0x2f2f3a(_0x33b8c1,_0x3f6bfe);},'cXyKA':'Playwright','FnFFm':'WebDriver','ppaFj':function(_0x4f4f63,_0x3e7cd0){return _0x4f4f63!=_0x3e7cd0;},'HGSqC':function(_0x28ff07,_0x53b7ad){return _0x28ff07===_0x53b7ad;},'QDtZg':_0x2b3aed(0x132),'tSEhP':function(_0x5b57c8,_0x3895f9){return _0x5b57c8(_0x3895f9);},'BDnKo':function(_0x19ea76){return _0x19ea76();},'gtLWu':function(_0x355016,_0x114591){return _0x355016*_0x114591;},'TweGY':_0x2b3aed(0x15b),'DJFiV':function(_0x47db55,_0x38db3c,_0x46026a){return _0x47db55(_0x38db3c,_0x46026a);},'Vmozh':_0x2b3aed(0xf5),'okfLU':function(_0x419bc1,_0x50195c,_0x44cdb6){return _0x419bc1(_0x50195c,_0x44cdb6);},'tAXbc':_0x2b3aed(0x18a),'YgzNM':_0x2b3aed(0x175),'YkNwX':_0x2b3aed(0xf8),'IhzTC':'codeceptjs'};await _0x425a27[_0x2b3aed(0xfd)](_0x1a1e1a),await helper[_0x2b3aed(0x142)](_0x425a27[_0x2b3aed(0x122)]);if(!_0x425a27[_0x2b3aed(0x122)])return;process[_0x2b3aed(0xf3)]=_0x1a1e1a[_0x2b3aed(0xf3)];_0x1a1e1a[_0x2b3aed(0xf3)]&&(process[_0x2b3aed(0x13e)][_0x2b3aed(0xf3)]=_0x1a1e1a[_0x2b3aed(0xf3)]);const _0x1f7a27=_0x2eff65[_0x2b3aed(0x155)](getUserCodeceptJSConfigs,_0x1a1e1a,_0x4cb2cc);let _0x491d74={};_0x1f7a27?(logger[_0x2b3aed(0x17a)](_0x2b3aed(0x129)+_0x1f7a27),_0x491d74=CodeceptJS['config'][_0x2b3aed(0x145)](_0x1f7a27)):logger[_0x2b3aed(0x17a)](_0x2eff65[_0x2b3aed(0x182)]);let _0x1251f8=![];_0x2eff65['xWCwp'](nestedKeyValue,_0x491d74,[_0x2eff65[_0x2b3aed(0xf2)],_0x2eff65[_0x2b3aed(0x148)]])&&(_0x1251f8=!![]);const _0x473e56=_0x1251f8?_0x2eff65[_0x2b3aed(0x148)]:_0x2eff65['FnFFm'];let _0x2950e4=!_0x1251f8?helper['useW3C'](_0x425a27[_0x2b3aed(0x122)]):![];!helper['isUndefined'](_0x425a27[_0x2b3aed(0x122)]['accessibilityOptions'])&&(process[_0x2b3aed(0x13e)][_0x2b3aed(0x125)]=JSON[_0x2b3aed(0x12a)](_0x425a27['config'][_0x2b3aed(0x105)]));let _0x46f6c9=_0x425a27[_0x2b3aed(0x122)][_0x2b3aed(0x12f)];_0x46f6c9=_0x46f6c9||_0x2eff65[_0x2b3aed(0x177)](checkAccessibilityPlatformConfig,_0x425a27[_0x2b3aed(0x122)]),process['env'][_0x2b3aed(0x184)]=_0x46f6c9;_0x46f6c9&&(_0x2950e4=!_0x46f6c9);_0x2eff65[_0x2b3aed(0x15f)](_0x425a27[_0x2b3aed(0x122)][_0x2b3aed(0x12c)],null)?process[_0x2b3aed(0x13e)][_0x2b3aed(0x116)]=_0x425a27['config'][_0x2b3aed(0x12c)]:process[_0x2b3aed(0x13e)][_0x2b3aed(0x116)]=_0x2eff65[_0x2b3aed(0x156)](_0x473e56,_0x2eff65['cXyKA']);const _0xfd416b=_0x2eff65['fSmmT'](nestedKeyValue,_0x491d74,[_0x2eff65[_0x2b3aed(0x162)]]),_0x52c95e=_0xfd416b&&!helper['isEmpty'](_0xfd416b)?FRAMEWORKS[_0x2b3aed(0x166)]:FRAMEWORKS[_0x2b3aed(0x159)],_0xe3ed16=await TestHubHandler[_0x2b3aed(0x17b)](_0x52c95e,_0x425a27);_0x46f6c9&&_0x2eff65[_0x2b3aed(0x17c)](setAccessibilityCapabilities,_0x425a27['config']);const _0x2db975={},_0x44f5a8=[],_0x449cc0=_0x425a27[_0x2b3aed(0x122)][_0x2b3aed(0x15a)]||helper['getUserWorkerCount'](_0x1a1e1a,_0x4cb2cc,_0x425a27[_0x2b3aed(0x122)],constants[_0x2b3aed(0x138)]['CODECEPT'])||0x1;let _0x2d3d6c=0x1;if(_0x2eff65[_0x2b3aed(0x16b)](isBrowserstackInfra)){const _0x3390a4=helper[_0x2b3aed(0x128)](_0x425a27[_0x2b3aed(0x122)],_0x2950e4,constants[_0x2b3aed(0x138)][_0x2b3aed(0x159)]);_0x3390a4[_0x2b3aed(0xe7)](_0x16bb47=>{helper['setAdditionalCapabilities'](_0x16bb47);}),helper[_0x2b3aed(0x163)](_0x425a27[_0x2b3aed(0x122)])?_0x2d3d6c=_0x2eff65[_0x2b3aed(0x106)](_0x449cc0,_0x425a27[_0x2b3aed(0x122)][_0x2b3aed(0x14b)]['length']):_0x2d3d6c=_0x449cc0,_0x3390a4[_0x2b3aed(0xe7)](_0x3bd3ba=>{const _0x354d08=_0x2b3aed,_0x3d9975=_0x2eff65['IKQET'](helper[_0x354d08(0xff)](_0x3bd3ba,'_'),'_'+Date[_0x354d08(0x104)]()),_0x497756=((()=>{const _0x3ae12e=_0x354d08;if(_0x1251f8){const _0x82c905=pwToCodeceptBrowser[_0x3bd3ba[_0x3ae12e(0x187)]]||_0x3bd3ba['browserName'],_0x2ac58e=helper['getPlaywrightUrl'](_0x425a27[_0x3ae12e(0x122)]),_0x2be4be=Object['assign']({},_0x3bd3ba);return _0x2eff65['LhWDA'](processAccessibilityCaps,_0x2be4be,_0x2ac58e,null),{'browser':_0x82c905,[_0x82c905]:{'browserWSEndpoint':_0x2eff65[_0x3ae12e(0x16f)](_0x2ac58e,_0x2eff65[_0x3ae12e(0x177)](encodeURIComponent,JSON[_0x3ae12e(0x12a)](_0x2be4be)))}};}const _0x2442dc={};return _0x2442dc['desiredCapabilities']=_0x3bd3ba,_0x2442dc[_0x3ae12e(0x143)]=_0x425a27['config'][_0x3ae12e(0xf7)],_0x2442dc[_0x3ae12e(0xee)]=_0x425a27[_0x3ae12e(0x122)]['accessKey'],_0x2442dc;})()),_0x1cbe70=_0x2eff65['fSmmT'](nestedKeyValue,_0x491d74,[_0x2eff65[_0x354d08(0xf2)],_0x473e56]);_0x2db975[_0x3d9975]=_0x1cbe70?helper['mergeDeep'](_0x497756,_0x1cbe70):_0x497756;if(_0x1251f8)_0x2db975[_0x3d9975]['browser']=pwToCodeceptBrowser[_0x3bd3ba[_0x354d08(0x187)]]||_0x3bd3ba[_0x354d08(0x187)];else{_0x2db975[_0x3d9975]['browser']=_0x3bd3ba[_0x354d08(0x187)]||_0x497756['browser'];if(_0x2eff65[_0x354d08(0x186)](isBrowserstackInfra)){_0x2db975[_0x3d9975]['host']=constants[_0x354d08(0x118)][_0x354d08(0x103)](_0x2eff65[_0x354d08(0x179)],'')['replace'](/https?:\/\//,'');;_0x2db975[_0x3d9975]['path']=_0x2eff65[_0x354d08(0x179)];}}_0x44f5a8[_0x354d08(0xef)](_0x3d9975);});}else{_0x2d3d6c=0x1;if(_0x1251f8){const _0x38c445=_0x2eff65[_0x2b3aed(0x155)](nestedKeyValue,_0x491d74,[_0x2eff65[_0x2b3aed(0xf2)],_0x473e56,_0x2eff65[_0x2b3aed(0xf6)]]),_0x5b4277=_0x2eff65[_0x2b3aed(0x14d)](nestedKeyValue,_0x491d74,[_0x2eff65[_0x2b3aed(0xf2)],_0x473e56,_0x38c445]);if(_0x5b4277&&_0x5b4277['browserWSEndpoint']){const _0x4cbfbb={};_0x4cbfbb['platforms']=[],_0x5b4277[_0x2b3aed(0x15e)]=helper['prepareCapabilities'](Object['assign']({},_0x425a27[_0x2b3aed(0x122)],_0x4cbfbb),null,_0x52c95e[_0x2b3aed(0x109)](),null,null,_0x5b4277[_0x2b3aed(0x15e)]);}}else{const _0x44d82d={};_0x44d82d['platforms']=[],_0x491d74[_0x2eff65[_0x2b3aed(0xf2)]][_0x473e56][_0x2eff65[_0x2b3aed(0x169)]]=helper['prepareCapabilities'](Object[_0x2b3aed(0x160)]({},_0x425a27[_0x2b3aed(0x122)],_0x44d82d),null,_0x52c95e['toLowerCase'](),_0x2eff65[_0x2b3aed(0xf9)](nestedKeyValue,_0x491d74,[_0x2eff65[_0x2b3aed(0xf2)],_0x473e56,_0x2eff65['Vmozh']])||{},null,null);}_0x2db975[_0x2eff65[_0x2b3aed(0x121)]]=_0x491d74,_0x44f5a8[_0x2b3aed(0xef)](_0x2eff65[_0x2b3aed(0x121)]);}const _0x4ca4f7={};_0x4ca4f7['testConfig']=_0x1f7a27;const _0x461fb4=_0x4ca4f7,_0x289d55=path[_0x2b3aed(0x101)](__dirname,_0x2eff65[_0x2b3aed(0x180)]),_0xc32bca=process[_0x2b3aed(0x151)]();process[_0x2b3aed(0x13e)][_0x2eff65[_0x2b3aed(0x168)]]=_0xc32bca,process[_0x2b3aed(0x13e)][_0x2b3aed(0x150)]=process['env'][_0x2b3aed(0x150)]||_0x2eff65[_0x2b3aed(0x10a)],process['chdir'](path[_0x2b3aed(0x127)](_0x1f7a27));const _0x5601b3=new CodeceptJS['Workers'](null,_0x461fb4),_0x42e8c5=_0x5601b3[_0x2b3aed(0x164)](_0x449cc0),_0x289533=testOpsHelper['isTestObservabilitySession'](),_0x5970ac=_0x44f5a8[_0x2b3aed(0x126)](_0x46505a=>{const _0x5aab22=_0x2b3aed,_0x43e63e={};_0x43e63e[_0x5aab22(0x117)]=_0x2db975[_0x46505a];const _0x580531={};_0x580531['WebDriver']=_0x2db975[_0x46505a];const _0xcbf9a0=_0x1251f8?_0x43e63e:_0x580531,_0x384f47=_0x2eff65[_0x5aab22(0x186)](getO11yRerunPattern),_0x18dfa0={};_0x18dfa0[_0x5aab22(0x14a)]=_0xcbf9a0;const _0x54a978={};_0x54a978[_0x5aab22(0x110)]=_0x289d55,_0x54a978[_0x5aab22(0x176)]=!![],_0x54a978[_0x5aab22(0xf1)]=_0x425a27[_0x5aab22(0x122)][_0x5aab22(0x131)][_0x5aab22(0xf1)],_0x54a978['skipSessionStatus']=_0x425a27[_0x5aab22(0x122)]['testContextOptions']['skipSessionStatus'],_0x54a978[_0x5aab22(0x12c)]=_0x289533,_0x54a978[_0x5aab22(0xfa)]=_0x52c95e;const _0x2b50af={};_0x2b50af[_0x5aab22(0x137)]=_0x54a978;const _0x2a5cc5={};return _0x2a5cc5[_0x5aab22(0x10c)]=_0x2b50af,helper[_0x5aab22(0x154)]({},_0x491d74,_0x2eff65['nqtKB'](isBrowserstackInfra)?_0x18dfa0:{},_0x384f47?{'grep':_0x384f47}:{},_0x2a5cc5);});for(const _0x58e5e3 of _0x5970ac){for(const _0x4d9929 of _0x42e8c5){const _0x3f4639=_0x5601b3[_0x2b3aed(0x13a)]();_0x3f4639['addTests'](_0x4d9929),_0x3f4639['addConfig'](_0x58e5e3);const _0x4623ec={};_0x4623ec[_0x2b3aed(0x122)]=_0x1f7a27,_0x3f4639['addOptions'](Object['assign'](_0x4623ec,_0x1a1e1a));}}_0x5601b3['on'](CodeceptJS[_0x2b3aed(0x172)][_0x2b3aed(0x11a)][_0x2b3aed(0x10d)],(_0x1cfb29,_0x16b68e)=>{const _0x287810=_0x2b3aed;console[_0x287810(0x14c)](_0x2eff65['lOKLB'],_0x1cfb29[_0x287810(0x123)]);const _0x12c9b5={[_0x1cfb29[_0x287810(0x123)]]:_0x1cfb29[_0x287810(0xea)][_0x287810(0x152)]};_testErrorData['push'](_0x12c9b5);}),_0x5601b3['on'](CodeceptJS[_0x2b3aed(0x172)][_0x2b3aed(0x11a)][_0x2b3aed(0x135)],async _0x59d0cd=>{const _0x355152=_0x2b3aed;console['log'](_0x2eff65[_0x355152(0x16a)],_0x59d0cd[_0x355152(0x123)]);}),_0x5601b3['on'](CodeceptJS[_0x2b3aed(0x172)]['test'][_0x2b3aed(0x181)],async _0x859289=>{const _0x2f7559=_0x2b3aed;console[_0x2f7559(0x14c)](_0x2eff65[_0x2f7559(0x178)],_0x859289[_0x2f7559(0x123)]);}),_0x5601b3['on'](CodeceptJS[_0x2b3aed(0x172)]['all'][_0x2b3aed(0x158)],async()=>{const _0x233260=_0x2b3aed,_0x480edd=_0x2eff65[_0x233260(0x185)]['split']('|');let _0x5d573d=0x0;while(!![]){switch(_0x480edd[_0x5d573d++]){case'0':utilities[_0x233260(0x189)](_0x425a27);continue;case'1':_0x5601b3[_0x233260(0x133)]();continue;case'2':PerformanceTester[_0x233260(0xfe)](PerformanceEvents[_0x233260(0xf4)]);continue;case'3':_0x425a27[_0x233260(0xfc)]=_testErrorData;continue;case'4':try{await TestHubHandler[_0x233260(0x188)]();}catch(_0x444d06){logger[_0x233260(0x147)](_0x233260(0x10f)+util[_0x233260(0x115)](_0x444d06));}continue;case'5':testOpsHelper[_0x233260(0x10b)]();continue;}break;}});async function _0x3d6cd1(){const _0x37221b=_0x2b3aed;try{await _0x5601b3[_0x37221b(0x111)](),await _0x5601b3[_0x37221b(0xf0)]();}finally{process[_0x37221b(0x113)](_0xc32bca),await _0x5601b3[_0x37221b(0x140)]();}}PerformanceTester[_0x2b3aed(0x183)](PerformanceEvents[_0x2b3aed(0x15c)]),await _0x2eff65[_0x2b3aed(0x144)](_0x3d6cd1);}module[a2_0xa58e4c(0xe9)]=run;
|
|
2
|
+
'use strict';const a2_0x37c6be=a2_0x1347;(function(_0x1ec5b0,_0x26296f){const _0x47122c=a2_0x1347,_0x2349e6=_0x1ec5b0();while(!![]){try{const _0x448e5a=-parseInt(_0x47122c(0x212))/0x1*(parseInt(_0x47122c(0x272))/0x2)+parseInt(_0x47122c(0x26b))/0x3*(parseInt(_0x47122c(0x22f))/0x4)+parseInt(_0x47122c(0x1fa))/0x5+parseInt(_0x47122c(0x242))/0x6+parseInt(_0x47122c(0x204))/0x7*(-parseInt(_0x47122c(0x21a))/0x8)+-parseInt(_0x47122c(0x200))/0x9+-parseInt(_0x47122c(0x266))/0xa*(-parseInt(_0x47122c(0x20c))/0xb);if(_0x448e5a===_0x26296f)break;else _0x2349e6['push'](_0x2349e6['shift']());}catch(_0x35827f){_0x2349e6['push'](_0x2349e6['shift']());}}}(a2_0x4f2c,0x4ac4c));const fs=require('fs'),path=require(a2_0x37c6be(0x269)),util=require('util'),process=require(a2_0x37c6be(0x22b)),logger=require(a2_0x37c6be(0x26f))[a2_0x37c6be(0x1fd)],{default:BrowserStackSetup}=require(a2_0x37c6be(0x28f)),helper=require('../../helpers/helper'),utilities=require('../../helpers/utilities'),{checkAccessibilityPlatformConfig}=require(a2_0x37c6be(0x222)),{setAccessibilityCapabilities,processAccessibilityCaps}=require(a2_0x37c6be(0x294)),{requireModule,nestedKeyValue,isBrowserstackInfra}=require(a2_0x37c6be(0x289)),CodeceptJS=requireModule(a2_0x37c6be(0x267),a2_0x37c6be(0x277)),testOpsHelper=require(a2_0x37c6be(0x241)),TestHubHandler=require('../../helpers/testhub/testhubHandler'),BrowserstackCLI=require('../v2/browserstackCLI'),constants=require('../utils/constants'),PerformanceTester=require(a2_0x37c6be(0x253)),{FRAMEWORKS}=require(a2_0x37c6be(0x239)),PerformanceEvents=require('../../helpers/performance/constants')[a2_0x37c6be(0x1fb)],ClientTroubleShootingService=require('../utils/clientTroubleshootingService'),_testErrorData=[],getUserCodeceptJSConfigs=(_0x1d73ae,_0x3d5c1e)=>{const _0x556784=a2_0x37c6be,_0x24b780={};_0x24b780[_0x556784(0x205)]=function(_0x264c2f,_0x23a87e){return _0x264c2f===_0x23a87e;},_0x24b780[_0x556784(0x28e)]=_0x556784(0x231),_0x24b780[_0x556784(0x21d)]=_0x556784(0x273);const _0x3c6015=_0x24b780;let _0x5e0a5=null;const _0x5c1f96={};let _0x3dd42f=_0x3d5c1e[_0x556784(0x218)](_0x33dd2b=>_0x33dd2b===_0x556784(0x233));_0x3c6015[_0x556784(0x205)](_0x3dd42f,-0x1)&&(_0x3dd42f=_0x3d5c1e[_0x556784(0x218)](_0x4c8c63=>_0x4c8c63==='-c'));if(!helper[_0x556784(0x25d)](_0x1d73ae[_0x556784(0x24c)])&&fs[_0x556784(0x21f)](path['join'](process[_0x556784(0x284)](),_0x1d73ae[_0x556784(0x24c)])))_0x5e0a5=path['join'](process[_0x556784(0x284)](),_0x1d73ae[_0x556784(0x24c)]),_0x3d5c1e[_0x556784(0x23d)](_0x3dd42f,0x2);else{if(!helper[_0x556784(0x25d)](_0x1d73ae['c'])&&fs['existsSync'](path[_0x556784(0x22a)](process[_0x556784(0x284)](),_0x1d73ae['c'])))_0x5e0a5=path[_0x556784(0x22a)](process[_0x556784(0x284)](),_0x1d73ae['c']),_0x3d5c1e['slice'](_0x3dd42f,0x2);else{if(fs[_0x556784(0x21f)](path['join'](process[_0x556784(0x284)](),_0x3c6015['ugBvQ'])))_0x5e0a5=path[_0x556784(0x22a)](process[_0x556784(0x284)](),_0x3c6015[_0x556784(0x28e)]);else fs[_0x556784(0x21f)](path[_0x556784(0x22a)](process['cwd'](),_0x3c6015[_0x556784(0x21d)]))&&(_0x5e0a5=path[_0x556784(0x22a)](process[_0x556784(0x284)](),_0x3c6015[_0x556784(0x21d)]));}}return process[_0x556784(0x293)][_0x556784(0x217)]=_0x5e0a5,_0x5e0a5;},getO11yRerunPattern=()=>{const _0x241b8e=a2_0x37c6be,_0x1fb205=helper['isTrue'](process['env'][_0x241b8e(0x223)]);if(_0x1fb205){const _0x3324be=process['env'][_0x241b8e(0x291)],_0x138e8=[];if(helper['validateRerunTestList'](_0x3324be)&&!helper[_0x241b8e(0x25d)](_0x3324be)){_0x3324be[_0x241b8e(0x252)](',')['map'](_0x94d739=>{const _0x27fa29=_0x241b8e;_0x138e8[_0x27fa29(0x25c)]('('+_0x94d739[_0x27fa29(0x265)]()+')');});const _0x4b9cd0='^'+_0x138e8['join']('|')+'$';return _0x4b9cd0;}}return null;},a2_0xe4657a={};a2_0xe4657a[a2_0x37c6be(0x26e)]=a2_0x37c6be(0x27e),a2_0xe4657a[a2_0x37c6be(0x25b)]=a2_0x37c6be(0x27e),a2_0xe4657a['playwright-firefox']=a2_0x37c6be(0x219),a2_0xe4657a[a2_0x37c6be(0x23e)]='webkit';function a2_0x1347(_0x5c2767,_0x461a84){const _0x4f2c41=a2_0x4f2c();return a2_0x1347=function(_0x1347e1,_0x1736ad){_0x1347e1=_0x1347e1-0x1f2;let _0x127291=_0x4f2c41[_0x1347e1];return _0x127291;},a2_0x1347(_0x5c2767,_0x461a84);}const pwToCodeceptBrowser=a2_0xe4657a;function a2_0x4f2c(){const _0x3f9b3b=['testContextOptions','gherkin','18887tNSocJ','UsAvg','Playwright','addTests','uoZxA','mUGWW','1KlpSbr','getInstance','stack','IjuQx','initialize','USER_CONFIG_DETAILS_PATH','findIndex','firefox','8nyVPgD','isTestObservabilitySession','printResults','BLVIw','NcQSP','existsSync','failed','DYhwQ','../../helpers/accessibility-automation/helper','BROWSERSTACK_RERUN','log','parallelsPerPlatform','Failed\x20:\x20','chdir','browser','helpers','join','process','rkZPg','accessibilityOptions','aMjaF','40VoXThw','browserName','codecept.conf.js','getUserWorkerCount','--config','setupBrowserstackLocal','debug','BROWSERSTACK_FRAMEWORK','user','host','../../helpers/test-observability/constants','event','BROWSERSTACK_TEST_ACCESSIBILITY_YML','VRTps','slice','playwright-webkit','PAYbW','skipSessionStatus','../../helpers/test-observability/utils','530910MfFSoB','IKqfy','stop','enabled','/wd/hub','platforms','handleApp','skipSessionName','require','forEach','config','jlQrf','getPlaywrightUrl','dirname','replace','WGXxc','split','../../helpers/performance/performance-tester','vhVeh','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','qPTAf','NAVgv','SXmKt','Workers','Getting\x20your\x20codeceptjs\x20configs\x20from\x20','playwright-chromium','push','isUndefined','CODECEPT_CUCUMBER','prepareCapabilities','frameworkName','fIdgm','SDK_CLEANUP','FRAMEWORKS','profile','trim','5160tcEocJ','codeceptjs/lib/index.js','teardownAll','path','spawn','78063yZzfwK','Passed\x20:\x20','printBuildLink','chrome','../../helpers/logger','gjZnN','length','1173358warahX','codecept.json','ZwnHp','browserStackCwd','all','codeceptjs','useW3C','format','userName','mergeDeep','WebDriver','info','chromium','sTgGU','czfxl','exports','dEemr','testObservability','cwd','map','stringify','GdrXN','load','../../helpers/helper','key','CODECEPT','now','err','ugBvQ','../../helpers/BrowserStackSetup','testConfig','BROWSERSTACK_RERUN_TESTS','hubUrl','env','../../bin/playwright/accessibility-helper','browserWSEndpoint','end','finalExecution','wuCFp','desiredCapabilities','toLowerCase','XYYhW','Started\x20:\x20','863440bmrKCL','EVENTS','assign','winstonLogger','errorMessage','test','783189jnfvXN','SDK_SETUP','title','KodBs','2991821SNMHrO','qJsho','addConfig','nXqMz','LwlIm','frXLM'];a2_0x4f2c=function(){return _0x3f9b3b;};return a2_0x4f2c();}async function run(_0x47b2f8,_0x5e73b4,_0x212663){const _0x443005=a2_0x37c6be,_0x383604={'dEemr':function(_0xc90d25,_0x404fec,_0x1239f2,_0xa388b8){return _0xc90d25(_0x404fec,_0x1239f2,_0xa388b8);},'XYYhW':function(_0x202a01,_0xca5e87){return _0x202a01+_0xca5e87;},'NcQSP':function(_0x401a04,_0x1b214d){return _0x401a04(_0x1b214d);},'KodBs':function(_0x4e4d83,_0x83112c,_0x4657ab){return _0x4e4d83(_0x83112c,_0x4657ab);},'PAYbW':_0x443005(0x229),'VRTps':function(_0x5cc522){return _0x5cc522();},'frXLM':_0x443005(0x246),'IKqfy':function(_0x4a05cc){return _0x4a05cc();},'uoZxA':_0x443005(0x226),'IjuQx':_0x443005(0x26c),'sTgGU':_0x443005(0x1f9),'vhVeh':'4|1|3|0|2|5','jlQrf':'Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','rkZPg':_0x443005(0x20e),'wqDep':'WebDriver','aMjaF':function(_0x4bb304,_0x37a81e){return _0x4bb304(_0x37a81e);},'SXmKt':function(_0x530bde,_0x28fe57){return _0x530bde!=_0x28fe57;},'qhHfO':function(_0x97680d,_0x38052f){return _0x97680d===_0x38052f;},'DYhwQ':_0x443005(0x20b),'NAVgv':function(_0x102226,_0x9527a7){return _0x102226(_0x9527a7);},'wuCFp':function(_0x3f44b3,_0x2959bc){return _0x3f44b3*_0x2959bc;},'mUGWW':function(_0x1ff639,_0x52f295,_0x1ba188){return _0x1ff639(_0x52f295,_0x1ba188);},'ZwnHp':'browser','WGXxc':_0x443005(0x1f6),'czfxl':function(_0x21ce38,_0x800e57,_0x21eaec){return _0x21ce38(_0x800e57,_0x21eaec);},'nXqMz':'root','hADsm':'BrowserStackPlugin.js','GdrXN':_0x443005(0x275),'LwlIm':'codeceptjs','fIdgm':function(_0x102149){return _0x102149();}};await _0x212663[_0x443005(0x216)](_0x47b2f8);!BrowserstackCLI[_0x443005(0x213)]()['isRunning']()&&await _0x212663[_0x443005(0x234)]();await helper[_0x443005(0x248)](_0x212663[_0x443005(0x24c)]);if(!_0x212663[_0x443005(0x24c)])return;process[_0x443005(0x264)]=_0x47b2f8['profile'];_0x47b2f8['profile']&&(process[_0x443005(0x293)]['profile']=_0x47b2f8[_0x443005(0x264)]);const _0x326b68=_0x383604['KodBs'](getUserCodeceptJSConfigs,_0x47b2f8,_0x5e73b4);let _0x4a3b6c={};_0x326b68?(logger[_0x443005(0x27d)](_0x443005(0x25a)+_0x326b68),_0x4a3b6c=CodeceptJS[_0x443005(0x24c)][_0x443005(0x288)](_0x326b68)):logger['info'](_0x383604[_0x443005(0x24d)]);let _0x547d93=![];_0x383604[_0x443005(0x203)](nestedKeyValue,_0x4a3b6c,[_0x383604[_0x443005(0x23f)],_0x383604['rkZPg']])&&(_0x547d93=!![]);const _0x1c9aae=_0x547d93?_0x383604['rkZPg']:_0x383604['wqDep'];let _0x20ca59=!_0x547d93?helper[_0x443005(0x278)](_0x212663[_0x443005(0x24c)]):![];!helper[_0x443005(0x25d)](_0x212663['config'][_0x443005(0x22d)])&&(process[_0x443005(0x293)][_0x443005(0x255)]=JSON['stringify'](_0x212663['config'][_0x443005(0x22d)]));let _0x1e04fa=_0x212663[_0x443005(0x24c)]['accessibility'];_0x1e04fa=_0x1e04fa||_0x383604[_0x443005(0x22e)](checkAccessibilityPlatformConfig,_0x212663[_0x443005(0x24c)]),process[_0x443005(0x293)][_0x443005(0x23b)]=_0x1e04fa;_0x1e04fa&&(_0x20ca59=!_0x1e04fa);_0x383604[_0x443005(0x258)](_0x212663['config'][_0x443005(0x283)],null)?process[_0x443005(0x293)]['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0x212663[_0x443005(0x24c)]['testObservability']:process[_0x443005(0x293)]['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0x383604['qhHfO'](_0x1c9aae,_0x383604[_0x443005(0x22c)]);const _0x4530d8=_0x383604['KodBs'](nestedKeyValue,_0x4a3b6c,[_0x383604[_0x443005(0x221)]]),_0xeacd09=_0x4530d8&&!helper['isEmpty'](_0x4530d8)?FRAMEWORKS[_0x443005(0x25e)]:FRAMEWORKS[_0x443005(0x28b)],_0x4ee929=await TestHubHandler['launchBuild'](_0xeacd09,_0x212663);_0x1e04fa&&_0x383604[_0x443005(0x257)](setAccessibilityCapabilities,_0x212663[_0x443005(0x24c)]);const _0xc397d0={},_0x3bb156=[],_0x17d21c=_0x212663['config'][_0x443005(0x225)]||helper[_0x443005(0x232)](_0x47b2f8,_0x5e73b4,_0x212663[_0x443005(0x24c)],constants[_0x443005(0x263)][_0x443005(0x28b)])||0x1;let _0x22c721=0x1;if(_0x383604['VRTps'](isBrowserstackInfra)){const _0x170d55=helper['prepareCapabilities'](_0x212663[_0x443005(0x24c)],_0x20ca59,constants[_0x443005(0x263)]['CODECEPT']);_0x170d55[_0x443005(0x24b)](_0x46f49c=>{helper['setAdditionalCapabilities'](_0x46f49c);}),helper['validPlatformsPresent'](_0x212663['config'])?_0x22c721=_0x383604[_0x443005(0x1f5)](_0x17d21c,_0x212663[_0x443005(0x24c)][_0x443005(0x247)][_0x443005(0x271)]):_0x22c721=_0x17d21c,_0x170d55[_0x443005(0x24b)](_0x5c8102=>{const _0x5ae135=_0x443005,_0x276b67={'gjZnN':function(_0x29b62b,_0x4e2e64,_0x23c796,_0x55853b){const _0x3b9646=a2_0x1347;return _0x383604[_0x3b9646(0x282)](_0x29b62b,_0x4e2e64,_0x23c796,_0x55853b);},'UsAvg':function(_0x1a4602,_0x1e5829){const _0x20946f=a2_0x1347;return _0x383604[_0x20946f(0x1f8)](_0x1a4602,_0x1e5829);},'qPTAf':function(_0x14741f,_0x5aab58){const _0x2c95ce=a2_0x1347;return _0x383604[_0x2c95ce(0x21e)](_0x14741f,_0x5aab58);}},_0x4d838e=_0x383604['XYYhW'](helper['getPlatformName'](_0x5c8102,'_'),'_'+Date[_0x5ae135(0x28c)]()),_0x25ead4=((()=>{const _0x1c3a6d=_0x5ae135;if(_0x547d93){const _0x1ea490=pwToCodeceptBrowser[_0x5c8102[_0x1c3a6d(0x230)]]||_0x5c8102['browserName'],_0x35f1d4=helper[_0x1c3a6d(0x24e)](_0x212663[_0x1c3a6d(0x24c)]),_0x3d5315=Object[_0x1c3a6d(0x1fc)]({},_0x5c8102);return _0x276b67[_0x1c3a6d(0x270)](processAccessibilityCaps,_0x3d5315,_0x35f1d4,null),{'browser':_0x1ea490,[_0x1ea490]:{'browserWSEndpoint':_0x276b67[_0x1c3a6d(0x20d)](_0x35f1d4,_0x276b67[_0x1c3a6d(0x256)](encodeURIComponent,JSON[_0x1c3a6d(0x286)](_0x3d5315)))}};}const _0xc1c404={};return _0xc1c404[_0x1c3a6d(0x1f6)]=_0x5c8102,_0xc1c404[_0x1c3a6d(0x237)]=_0x212663[_0x1c3a6d(0x24c)][_0x1c3a6d(0x27a)],_0xc1c404[_0x1c3a6d(0x28a)]=_0x212663[_0x1c3a6d(0x24c)]['accessKey'],_0xc1c404;})()),_0xbd48f1=_0x383604['KodBs'](nestedKeyValue,_0x4a3b6c,[_0x383604[_0x5ae135(0x23f)],_0x1c9aae]);_0xc397d0[_0x4d838e]=_0xbd48f1?helper[_0x5ae135(0x27b)](_0x25ead4,_0xbd48f1):_0x25ead4;if(_0x547d93)_0xc397d0[_0x4d838e][_0x5ae135(0x228)]=pwToCodeceptBrowser[_0x5c8102[_0x5ae135(0x230)]]||_0x5c8102['browserName'];else{_0xc397d0[_0x4d838e][_0x5ae135(0x228)]=_0x5c8102[_0x5ae135(0x230)]||_0x25ead4[_0x5ae135(0x228)];if(_0x383604[_0x5ae135(0x23c)](isBrowserstackInfra)){_0xc397d0[_0x4d838e][_0x5ae135(0x238)]=constants[_0x5ae135(0x292)][_0x5ae135(0x250)](_0x383604[_0x5ae135(0x209)],'')['replace'](/https?:\/\//,'');;_0xc397d0[_0x4d838e][_0x5ae135(0x269)]=_0x383604[_0x5ae135(0x209)];}}_0x3bb156[_0x5ae135(0x25c)](_0x4d838e);});}else{_0x22c721=0x1;if(_0x547d93){const _0x36d024=_0x383604[_0x443005(0x211)](nestedKeyValue,_0x4a3b6c,[_0x383604[_0x443005(0x23f)],_0x1c9aae,_0x383604[_0x443005(0x274)]]),_0x88d909=_0x383604[_0x443005(0x211)](nestedKeyValue,_0x4a3b6c,[_0x383604[_0x443005(0x23f)],_0x1c9aae,_0x36d024]);if(_0x88d909&&_0x88d909[_0x443005(0x1f2)]){const _0x56b119={};_0x56b119[_0x443005(0x247)]=[],_0x88d909['browserWSEndpoint']=helper[_0x443005(0x25f)](Object[_0x443005(0x1fc)]({},_0x212663[_0x443005(0x24c)],_0x56b119),null,_0xeacd09[_0x443005(0x1f7)](),null,null,_0x88d909[_0x443005(0x1f2)]);}}else{const _0x36abf7={};_0x36abf7[_0x443005(0x247)]=[],_0x4a3b6c[_0x383604[_0x443005(0x23f)]][_0x1c9aae][_0x383604['WGXxc']]=helper['prepareCapabilities'](Object[_0x443005(0x1fc)]({},_0x212663[_0x443005(0x24c)],_0x36abf7),null,_0xeacd09[_0x443005(0x1f7)](),_0x383604[_0x443005(0x280)](nestedKeyValue,_0x4a3b6c,[_0x383604[_0x443005(0x23f)],_0x1c9aae,_0x383604[_0x443005(0x251)]])||{},null,null);}_0xc397d0[_0x383604[_0x443005(0x207)]]=_0x4a3b6c,_0x3bb156[_0x443005(0x25c)](_0x383604[_0x443005(0x207)]);}const _0x2437e0={};_0x2437e0[_0x443005(0x290)]=_0x326b68;const _0x8c541b=_0x2437e0,_0x2fc2bc=path[_0x443005(0x22a)](__dirname,_0x383604['hADsm']),_0x38dfbc=process[_0x443005(0x284)]();process[_0x443005(0x293)][_0x383604[_0x443005(0x287)]]=_0x38dfbc,process[_0x443005(0x293)][_0x443005(0x236)]=process['env'][_0x443005(0x236)]||_0x383604[_0x443005(0x208)],process[_0x443005(0x227)](path[_0x443005(0x24f)](_0x326b68));const _0x214761=new CodeceptJS[(_0x443005(0x259))](null,_0x8c541b),_0x2cfb07=_0x214761['createGroupsOfSuites'](_0x17d21c),_0x4c9b16=testOpsHelper[_0x443005(0x21b)](),_0x486e47=_0x3bb156[_0x443005(0x285)](_0x26ab55=>{const _0x2d4eca=_0x443005,_0x4029a0={};_0x4029a0['Playwright']=_0xc397d0[_0x26ab55];const _0x2fa2de={};_0x2fa2de[_0x2d4eca(0x27c)]=_0xc397d0[_0x26ab55];const _0x586ea2=_0x547d93?_0x4029a0:_0x2fa2de,_0xac9a9d=_0x383604[_0x2d4eca(0x23c)](getO11yRerunPattern),_0xb01d01={};_0xb01d01['helpers']=_0x586ea2;const _0x54bab6={};_0x54bab6[_0x2d4eca(0x24a)]=_0x2fc2bc,_0x54bab6[_0x2d4eca(0x245)]=!![],_0x54bab6[_0x2d4eca(0x249)]=_0x212663[_0x2d4eca(0x24c)][_0x2d4eca(0x20a)]['skipSessionName'],_0x54bab6[_0x2d4eca(0x240)]=_0x212663['config']['testContextOptions'][_0x2d4eca(0x240)],_0x54bab6[_0x2d4eca(0x283)]=_0x4c9b16,_0x54bab6[_0x2d4eca(0x260)]=_0xeacd09;const _0x2b2689={};_0x2b2689['BrowserStackPlugin']=_0x54bab6;const _0x154cec={};return _0x154cec['plugins']=_0x2b2689,helper[_0x2d4eca(0x27b)]({},_0x4a3b6c,_0x383604[_0x2d4eca(0x243)](isBrowserstackInfra)?_0xb01d01:{},_0xac9a9d?{'grep':_0xac9a9d}:{},_0x154cec);});for(const _0x310392 of _0x486e47){for(const _0x504f13 of _0x2cfb07){const _0x4af2f7=_0x214761[_0x443005(0x26a)]();_0x4af2f7[_0x443005(0x20f)](_0x504f13),_0x4af2f7[_0x443005(0x206)](_0x310392);const _0x37f420={};_0x37f420[_0x443005(0x24c)]=_0x326b68,_0x4af2f7['addOptions'](Object[_0x443005(0x1fc)](_0x37f420,_0x47b2f8));}}_0x214761['on'](CodeceptJS[_0x443005(0x23a)][_0x443005(0x1ff)][_0x443005(0x220)],(_0x33677a,_0xbc8d08)=>{const _0x377c45=_0x443005;console['log'](_0x383604[_0x377c45(0x210)],_0x33677a['title']);const _0x42af42={[_0x33677a['title']]:_0x33677a[_0x377c45(0x28d)][_0x377c45(0x214)]};_testErrorData[_0x377c45(0x25c)](_0x42af42);}),_0x214761['on'](CodeceptJS[_0x443005(0x23a)][_0x443005(0x1ff)]['passed'],async _0x208a76=>{const _0x32bd6c=_0x443005;console[_0x32bd6c(0x224)](_0x383604[_0x32bd6c(0x215)],_0x208a76[_0x32bd6c(0x202)]);}),_0x214761['on'](CodeceptJS[_0x443005(0x23a)][_0x443005(0x1ff)]['before'],async _0x3ab8ea=>{const _0x23e8ad=_0x443005;console['log'](_0x383604[_0x23e8ad(0x27f)],_0x3ab8ea[_0x23e8ad(0x202)]);}),_0x214761['on'](CodeceptJS[_0x443005(0x23a)][_0x443005(0x276)]['result'],async()=>{const _0x21f4aa=_0x443005,_0x822c89=_0x383604[_0x21f4aa(0x254)][_0x21f4aa(0x252)]('|');let _0xb9293b=0x0;while(!![]){switch(_0x822c89[_0xb9293b++]){case'0':utilities[_0x21f4aa(0x1f4)](_0x212663);continue;case'1':_0x212663[_0x21f4aa(0x1fe)]=_testErrorData;continue;case'2':try{await TestHubHandler[_0x21f4aa(0x244)]();}catch(_0x309e77){logger[_0x21f4aa(0x235)]('Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20'+util[_0x21f4aa(0x279)](_0x309e77));}continue;case'3':testOpsHelper[_0x21f4aa(0x26d)]();continue;case'4':PerformanceTester['start'](PerformanceEvents[_0x21f4aa(0x262)]);continue;case'5':_0x214761[_0x21f4aa(0x21c)]();continue;}break;}});async function _0x3181e0(){const _0x5af964=_0x443005;try{await _0x214761['bootstrapAll'](),await _0x214761['run']();}finally{process[_0x5af964(0x227)](_0x38dfbc),await _0x214761[_0x5af964(0x268)]();}}PerformanceTester[_0x443005(0x1f3)](PerformanceEvents[_0x443005(0x201)]),await _0x383604[_0x443005(0x261)](_0x3181e0);}module[a2_0x37c6be(0x281)]=run;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a3_0xedb950=a3_0x1134;(function(_0x5071b9,_0x6139d2){const _0x5b18f1=a3_0x1134,_0x50e202=_0x5071b9();while(!![]){try{const _0x16305a=-parseInt(_0x5b18f1(0x192))/0x1+-parseInt(_0x5b18f1(0x18d))/0x2+-parseInt(_0x5b18f1(0x1c5))/0x3+-parseInt(_0x5b18f1(0x19d))/0x4+-parseInt(_0x5b18f1(0x196))/0x5*(-parseInt(_0x5b18f1(0x1c7))/0x6)+-parseInt(_0x5b18f1(0x19b))/0x7+-parseInt(_0x5b18f1(0x189))/0x8*(-parseInt(_0x5b18f1(0x188))/0x9);if(_0x16305a===_0x6139d2)break;else _0x50e202['push'](_0x50e202['shift']());}catch(_0x2b4085){_0x50e202['push'](_0x50e202['shift']());}}}(a3_0x2739,0xf10f8));const {isUndefined,nestedKeyValue}=require(a3_0xedb950(0x1bb)),logger=require(a3_0xedb950(0x1b3))[a3_0xedb950(0x1ad)],PlaywrightSessionDetails=require('../../bin/playwright/sessionDetails'),{isAccessibilityAutomationSession}=require('../../helpers/accessibility-automation/helper'),{getObservabilityLinkedProductName}=require(a3_0xedb950(0x19f)),accessibilityHelper=require('../../helpers/accessibility-automation/helper'),{isBrowserstackInfra}=require('../../helpers/helper'),getOSVersionFromCaps=_0xfa40fd=>{const _0x51bc02=a3_0xedb950,_0x468abe={};_0x468abe[_0x51bc02(0x182)]=_0x51bc02(0x1ab),_0x468abe[_0x51bc02(0x1c0)]=_0x51bc02(0x187),_0x468abe['JbTUc']=_0x51bc02(0x1b4),_0x468abe['PBWOj']=_0x51bc02(0x198),_0x468abe['mfWhg']=_0x51bc02(0x190);const _0x457a6e=_0x468abe;if(!_0xfa40fd)return null;const _0x26bab5=_0xfa40fd[_0x457a6e[_0x51bc02(0x182)]],_0x374886=[_0x457a6e[_0x51bc02(0x1c0)],_0x457a6e[_0x51bc02(0x1b1)],_0x457a6e[_0x51bc02(0x197)],_0x457a6e[_0x51bc02(0x19a)]];for(const _0x48a188 of _0x374886){if(_0x26bab5&&_0x26bab5[_0x48a188])return _0x26bab5[_0x48a188];else{if(_0xfa40fd[_0x48a188])return _0xfa40fd[_0x48a188];}}return null;};function a3_0x1134(_0x126fc6,_0x1de248){const _0x2739b9=a3_0x2739();return a3_0x1134=function(_0x113439,_0x5efd5c){_0x113439=_0x113439-0x17f;let _0xd955ad=_0x2739b9[_0x113439];return _0xd955ad;},a3_0x1134(_0x126fc6,_0x1de248);}function a3_0x2739(){const _0x285631=['ZBgQW','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','3056694vGqfqH','accessibilityPlatform','isVersionSupported','os_version','\x20or\x20higher\x20','1707006bvgHUo','uazaS','browserName','WbYlS','385085aaiPoP','PBWOj','osVersion','daIka','mfWhg','1579263TPrIOI','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20or\x20ChromeForTesting\x20browsers.','3350232DqmYwb','processWebDriverConfig','../../helpers/test-observability/utils','browser_version','platform','getMinVersionForBrowser','\x20browser\x20version\x20','mWLaR','Gspnv','MrmcO','parse','caps','deviceName','WebDriver','bstack:options','MKBJX','winstonLogger','capabilities','name','oTNFc','JbTUc','FNzhW','../../helpers/logger','platform_version','lxWSi','desiredCapabilities','__cloud_provider___','MTUrm','ffIoo','searchParams','../../helpers/helper','browserstack_executor','includes','config','platformName','ONEcG','XRpyh','MvUbk','warn','get','4563156uQoYaU','getDetails','114nSREyn','browserVersion','getBrowserDisplayName','VvAAe','fetchPlatformDetails','string','constructor','VKVgL','VmfqK','browser','RxcqC','ROvoJ','platformVersion','495801uaXROq','776DfneGj','hFybS'];a3_0x2739=function(){return _0x285631;};return a3_0x2739();}exports[a3_0xedb950(0x17f)]=_0xe23c03=>{const _0x2a1616=a3_0xedb950,_0x3b5aea={'XRpyh':'unknown_grid','WbYlS':function(_0x25a738,_0x3a3a7c){return _0x25a738===_0x3a3a7c;},'VmfqK':_0x2a1616(0x1aa),'lxWSi':function(_0x10f260,_0x21542f){return _0x10f260(_0x21542f);},'PiHJI':function(_0x116aff,_0x3c0269,_0x12ad19){return _0x116aff(_0x3c0269,_0x12ad19);},'ffIoo':_0x2a1616(0x1be),'MrmcO':_0x2a1616(0x1b6),'RakLd':function(_0x4ea82c,_0x1fa82b){return _0x4ea82c(_0x1fa82b);},'viupb':'Playwright','tQSBK':function(_0x24a169,_0x556aab,_0x3ce809){return _0x24a169(_0x556aab,_0x3ce809);},'ThEkK':_0x2a1616(0x184),'MTUrm':'browserWSEndpoint','RxcqC':_0x2a1616(0x1a8),'VqaEL':function(_0x272ab5,_0x5d9c42){return _0x272ab5(_0x5d9c42);}};if(!_0xe23c03)return null;let _0x14230a=global[_0x2a1616(0x1b7)]||_0x3b5aea[_0x2a1616(0x1c1)];if(_0x3b5aea[_0x2a1616(0x195)](_0xe23c03[_0x2a1616(0x181)][_0x2a1616(0x1af)],_0x3b5aea[_0x2a1616(0x183)])){const _0x4fafa1=_0xe23c03['browser'];if(!_0x4fafa1)return null;const _0x423d30=_0x4fafa1[_0x2a1616(0x1ae)],_0x1e6ebd=_0x3b5aea[_0x2a1616(0x1b5)](getOSVersionFromCaps,_0x3b5aea['PiHJI'](nestedKeyValue,_0xe23c03,[_0x3b5aea['ffIoo'],_0x3b5aea[_0x2a1616(0x1a6)]]));return{[_0x14230a]:{'browser':_0x423d30['browserName'],'browser_version':_0x423d30['browserVersion'],'capabilities':_0x423d30,'platform':_0x423d30[_0x2a1616(0x1bf)],'platform_version':_0x423d30[_0x2a1616(0x187)]||_0x1e6ebd,'product':_0x3b5aea['RakLd'](getObservabilityLinkedProductName,_0x423d30),'session_id':_0x4fafa1['sessionId']}};}else{if(_0x3b5aea['WbYlS'](_0xe23c03[_0x2a1616(0x181)][_0x2a1616(0x1af)],_0x3b5aea['viupb'])){const _0x4eda5d=PlaywrightSessionDetails[_0x2a1616(0x1c6)]();_0x14230a=_0x4eda5d['cloudProvider']||_0x14230a;const _0x18a718=_0x3b5aea['tQSBK'](nestedKeyValue,_0xe23c03,[_0x3b5aea[_0x2a1616(0x1b9)],_0x3b5aea['ThEkK'],_0x3b5aea[_0x2a1616(0x1b8)]]),_0x50fad6=_0x18a718?JSON[_0x2a1616(0x1a7)](new URL(_0x18a718)[_0x2a1616(0x1ba)][_0x2a1616(0x1c4)](_0x3b5aea[_0x2a1616(0x185)])):{};return{[_0x14230a]:{'browser':_0x4eda5d[_0x2a1616(0x184)]||_0x50fad6[_0x2a1616(0x194)],'browser_version':_0x4eda5d[_0x2a1616(0x1a0)]||_0x50fad6[_0x2a1616(0x1a0)],'capabilities':_0x50fad6,'platform':_0x4eda5d[_0x2a1616(0x1a1)],'platform_version':_0x4eda5d[_0x2a1616(0x1b4)],'product':_0x3b5aea['VqaEL'](getObservabilityLinkedProductName,_0x50fad6),'session_id':_0x4eda5d['bsSessionId']}};}}},exports[a3_0xedb950(0x19e)]=_0x19e598=>{const _0x475275=a3_0xedb950,_0x346f71={'hFybS':function(_0x533e43){return _0x533e43();},'mWLaR':_0x475275(0x19c),'FNzhW':function(_0x585394,_0x35ecd2){return _0x585394!==_0x35ecd2;},'oTNFc':'latest','ROvoJ':function(_0x220416){return _0x220416();},'VvAAe':'on\x20non-BrowserStack\x20infrastructure\x20','Gspnv':function(_0x10f81b,_0x4fcee3){return _0x10f81b(_0x4fcee3);},'MvUbk':_0x475275(0x18c)};if(_0x346f71[_0x475275(0x18a)](isAccessibilityAutomationSession)){const _0x58a86d=_0x19e598[_0x475275(0x184)],_0x1c5bbc=_0x58a86d['capabilities'];global['accessibilityPlatform']=!![];!accessibilityHelper['isBrowserSupportedForAccessibility'](_0x1c5bbc[_0x475275(0x194)])&&(logger[_0x475275(0x1c3)](_0x346f71[_0x475275(0x1a4)]),global[_0x475275(0x18e)]=![]);if(_0x346f71[_0x475275(0x1b2)](_0x1c5bbc[_0x475275(0x1c8)],_0x346f71[_0x475275(0x1b0)])){const _0x5ee7f4=_0x346f71[_0x475275(0x186)](isBrowserstackInfra),_0x1befaa=accessibilityHelper[_0x475275(0x1a2)](_0x1c5bbc['browserName'],_0x5ee7f4),_0x1558dd=accessibilityHelper[_0x475275(0x1c9)](_0x1c5bbc[_0x475275(0x194)]);if(!accessibilityHelper[_0x475275(0x18f)](_0x1c5bbc[_0x475275(0x1c8)],_0x1befaa)){const _0x4d4821=_0x5ee7f4?'':_0x346f71[_0x475275(0x1ca)];logger[_0x475275(0x1c3)]('Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20'+_0x1558dd+_0x475275(0x1a3)+_0x1befaa+_0x475275(0x191)+_0x4d4821+'.'),global[_0x475275(0x18e)]=![];}}!_0x346f71[_0x475275(0x1a5)](isUndefined,_0x1c5bbc[_0x475275(0x1a9)])&&(logger[_0x475275(0x1c3)](_0x346f71[_0x475275(0x1c2)]),global[_0x475275(0x18e)]=![]);}},exports['shouldPatchExecuteScript']=_0x5ee000=>{const _0x5cd28c=a3_0xedb950,_0x3a7afa={};_0x3a7afa[_0x5cd28c(0x18b)]=function(_0x5e26a8,_0x518299){return _0x5e26a8!==_0x518299;},_0x3a7afa[_0x5cd28c(0x193)]=_0x5cd28c(0x180),_0x3a7afa[_0x5cd28c(0x199)]=_0x5cd28c(0x1bc),_0x3a7afa[_0x5cd28c(0x1ac)]='browserstack_accessibility_automation_script';const _0x174feb=_0x3a7afa;if(!_0x5ee000)return![];else{if(_0x174feb['ZBgQW'](typeof _0x5ee000,_0x174feb[_0x5cd28c(0x193)]))return!![];}return!_0x5ee000['includes'](_0x174feb[_0x5cd28c(0x199)])&&!_0x5ee000[_0x5cd28c(0x1bd)](_0x174feb[_0x5cd28c(0x1ac)]);};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a4_0x32e6c4=a4_0x4929;(function(_0x559b87,_0x5cf840){const _0x485098=a4_0x4929,_0x401aff=_0x559b87();while(!![]){try{const _0x512e1c=-parseInt(_0x485098(0x157))/0x1*(parseInt(_0x485098(0x1f8))/0x2)+parseInt(_0x485098(0x1a4))/0x3+parseInt(_0x485098(0x137))/0x4+-parseInt(_0x485098(0x1a7))/0x5*(-parseInt(_0x485098(0x20b))/0x6)+parseInt(_0x485098(0x1c8))/0x7*(-parseInt(_0x485098(0x191))/0x8)+-parseInt(_0x485098(0x1e5))/0x9+-parseInt(_0x485098(0x1e2))/0xa*(-parseInt(_0x485098(0x18c))/0xb);if(_0x512e1c===_0x5cf840)break;else _0x401aff['push'](_0x401aff['shift']());}catch(_0x32b92f){_0x401aff['push'](_0x401aff['shift']());}}}(a4_0x383e,0x21a81));const path=require('path'),util=require(a4_0x32e6c4(0x1cb)),fs=require('fs'),{v4:uuidv4}=require('uuid'),{importFileFromPWCore,nestedKeyValue,parseWSEndpoint,isUndefined}=require(a4_0x32e6c4(0x178)),testOpsHelper=require('../../helpers/test-observability/utils'),{getTestEnv}=require(a4_0x32e6c4(0x167)),{FRAMEWORKS}=require('../../helpers/test-observability/constants'),logger=require('../../helpers/logger')[a4_0x32e6c4(0x16a)],SessionHandler=require(a4_0x32e6c4(0x15d)),RequestQueueHandler=require('../../helpers/test-observability/requestQueueHandler'),PlaywrightSessionDetails=require('../playwright/sessionDetails'),debug=testOpsHelper[a4_0x32e6c4(0x1ed)],{processAccessibilityCaps}=require(a4_0x32e6c4(0x12d)),Constants=require(a4_0x32e6c4(0x162)),{fetchPlatformDetails}=require(a4_0x32e6c4(0x1ac)),{shouldProcessEventForTesthub,appendTesthubParams}=require(a4_0x32e6c4(0x1b4)),constants=require('../utils/constants'),STATE_PASSED=a4_0x32e6c4(0x1eb),STATE_FAILED='failed',a4_0x223955={};a4_0x223955[a4_0x32e6c4(0x15a)]=a4_0x32e6c4(0x20d),a4_0x223955[a4_0x32e6c4(0x1c3)]=a4_0x32e6c4(0x1cf),a4_0x223955[a4_0x32e6c4(0x1cd)]='TestRunSkipped',a4_0x223955['HOOK_RUN_STARTED']=a4_0x32e6c4(0x1db),a4_0x223955[a4_0x32e6c4(0x144)]=a4_0x32e6c4(0x1fa);const TEST_EVENTS=a4_0x223955,parseEvent=_0x26141=>{const _0x37f7cb=a4_0x32e6c4,_0x50781a={};_0x50781a['XyPKL']=function(_0x22918a,_0x2e025a){return _0x22918a<_0x2e025a;},_0x50781a[_0x37f7cb(0x1f0)]=function(_0xa26b8e,_0xfab73f){return _0xa26b8e===_0xfab73f;},_0x50781a['knRTs']=_0x37f7cb(0x172),_0x50781a['kDbgt']=_0x37f7cb(0x154),_0x50781a[_0x37f7cb(0x179)]=_0x37f7cb(0x170),_0x50781a[_0x37f7cb(0x1f3)]=function(_0x381a63,_0x2f59f3){return _0x381a63===_0x2f59f3;},_0x50781a['pvdzg']=_0x37f7cb(0x14c),_0x50781a['SNHey']=function(_0x3707f9,_0x5ed731){return _0x3707f9===_0x5ed731;},_0x50781a[_0x37f7cb(0x1a6)]=_0x37f7cb(0x1ba);const _0x5c1f14=_0x50781a,_0x126837=_0x26141[_0x37f7cb(0x12e)](/^(.*)Run(.*)$/);if(!_0x126837)return null;if(_0x5c1f14[_0x37f7cb(0x16b)](_0x126837[_0x37f7cb(0x200)],0x3))return null;const _0x39450e=_0x126837[0x1][_0x37f7cb(0x1bb)](),_0x223ccc=_0x126837[0x2][_0x37f7cb(0x1bb)]();return{'test':_0x5c1f14['EPSfP'](_0x39450e,_0x5c1f14[_0x37f7cb(0x133)]),'hook':_0x5c1f14[_0x37f7cb(0x1f0)](_0x39450e,_0x5c1f14[_0x37f7cb(0x1c2)]),'skipped':_0x5c1f14[_0x37f7cb(0x1f0)](_0x223ccc,_0x5c1f14[_0x37f7cb(0x179)]),'started':_0x5c1f14['hVuLv'](_0x223ccc,_0x5c1f14[_0x37f7cb(0x182)]),'finished':_0x5c1f14[_0x37f7cb(0x1dc)](_0x223ccc,_0x5c1f14[_0x37f7cb(0x1a6)])};},mockPWBrowserType=_0x433001=>{const _0x235086=a4_0x32e6c4,_0x375a26={'Hdima':function(_0x2c983b,_0x5a7423,_0x4f3ccf){return _0x2c983b(_0x5a7423,_0x4f3ccf);},'TFSPw':_0x235086(0x14a),'OSiPC':function(_0x435ef4,_0x1c13b9){return _0x435ef4(_0x1c13b9);},'gulXm':'browserstack','DCFoh':function(_0x14b1ed,_0x45f95c){return _0x14b1ed(_0x45f95c);},'HzLeY':function(_0x2257d4,_0x247adf){return _0x2257d4===_0x247adf;},'aMtwQ':'string','HxywB':_0x235086(0x1e8),'OopMA':_0x235086(0x1c7),'MewEf':'browserType.js','zomZX':function(_0x394673,_0x1a7db2){return _0x394673(_0x1a7db2);},'HjsVR':function(_0x1b4737,_0x239f46){return _0x1b4737(_0x239f46);},'pxIMn':_0x235086(0x203),'IkJIj':'connect','BhESS':_0x235086(0x1df)},_0x14d4b6=path['join'](_0x375a26[_0x235086(0x1a5)],_0x375a26[_0x235086(0x1d9)],_0x375a26[_0x235086(0x185)]),_0x3f11b2=_0x375a26[_0x235086(0x17d)](importFileFromPWCore,_0x14d4b6);if(!_0x3f11b2){_0x375a26[_0x235086(0x1ee)](debug,_0x375a26[_0x235086(0x139)]);return;}const _0x37a686=_0x3f11b2[_0x235086(0x140)],_0x4321b2=_0x37a686[_0x235086(0x1b8)];if(_0x4321b2['obsBrowserTypeMockApplied'])return;const _0x331bc9=_0x4321b2[_0x235086(0x212)];Object[_0x235086(0x208)](_0x4321b2,_0x375a26[_0x235086(0x1e0)],{'get':function(){const _0x19e441=_0x235086,_0x5d41e3={'EnUji':function(_0x33d77a,_0x210a60){return _0x375a26['HzLeY'](_0x33d77a,_0x210a60);},'yhRqH':_0x375a26[_0x19e441(0x1d8)]};return async function _0x59689a(_0x512bce,_0x3432f9){const _0x117ed3=_0x19e441,_0x34a53c=_0x375a26[_0x117ed3(0x169)](nestedKeyValue,_0x512bce,[_0x375a26[_0x117ed3(0x196)]])||_0x512bce;let _0x216c9a=null,_0x32fd17=null;try{[_0x32fd17,_0x216c9a]=_0x34a53c?_0x375a26['OSiPC'](parseWSEndpoint,_0x34a53c):[null,null],global[_0x117ed3(0x13d)]=_0x216c9a,logger['debug'](_0x117ed3(0x1b3)+_0x32fd17),_0x32fd17[_0x117ed3(0x1af)](Constants['BROWSERSTACK'])&&(global[_0x117ed3(0x1a2)]=_0x375a26[_0x117ed3(0x174)]);}catch(_0x30a0a0){logger[_0x117ed3(0x1ed)](_0x117ed3(0x148)+_0x34a53c+'\x20'+_0x30a0a0);}_0x375a26['Hdima'](processAccessibilityCaps,_0x216c9a,_0x32fd17);if(global[_0x117ed3(0x1bc)]){const _0x4ac926=await _0x4321b2[_0x117ed3(0x21e)][_0x117ed3(0x1bf)](this,[''+Constants[_0x117ed3(0x190)]+_0x375a26[_0x117ed3(0x1f9)](encodeURIComponent,JSON['stringify'](_0x216c9a))]);return PlaywrightSessionDetails[_0x117ed3(0x181)](_0x4ac926,_0x433001,_0x34a53c),_0x4ac926;}return _0x331bc9[_0x117ed3(0x1bf)](this,arguments)['then'](_0x117a0d=>{const _0x40f9ea=_0x117ed3;let _0xeabddc=_0x512bce[_0x40f9ea(0x14a)];return _0x5d41e3['EnUji'](typeof _0x512bce,_0x5d41e3[_0x40f9ea(0x216)])&&(_0xeabddc=_0x512bce),PlaywrightSessionDetails['setupBrowserDetails'](_0x117a0d,_0x433001,_0xeabddc),_0x117a0d;});};}});const _0x2b1709=_0x4321b2[_0x235086(0x1df)];Object[_0x235086(0x208)](_0x4321b2,_0x375a26[_0x235086(0x215)],{'get':function(){return async function _0x376f1c(){return _0x2b1709['apply'](this,arguments)['then'](_0x24acf3=>{const _0x1f9fc5=a4_0x4929;return PlaywrightSessionDetails[_0x1f9fc5(0x181)](_0x24acf3,null),_0x24acf3;});};}});};function a4_0x4929(_0x3ec08e,_0x50ee0f){const _0x383e25=a4_0x383e();return a4_0x4929=function(_0x492943,_0x5cdb37){_0x492943=_0x492943-0x12a;let _0x887e4b=_0x383e25[_0x492943];return _0x887e4b;},a4_0x4929(_0x3ec08e,_0x50ee0f);}function a4_0x383e(){const _0x49b2e3=['O11yHelper','../mocha/test-observability/mochaUtils','bs:addLog:','Hdima','winstonLogger','XyPKL','mapTestHooks','ufKfI','failure','hook_type','skipped','findGitConfig','test','text','gulXm','VVnBa','bddSteps','bKVqx','../../helpers/helper','tuJxl','success','meta','codeceptjs','zomZX','fullTitle','body','duration','setupBrowserDetails','pvdzg','stop','_afterEach','MewEf','dirname','relative','failed\x20to\x20get\x20root\x20parent\x20file\x20','currentHook','gkkxH','hasLiveDriverSession','793661LTBHFa','HnusO','_paths','toString','PLAYWRIGHT_HUB_URL','216zERqqa','sendCBTInfo','initializeBddStep','bufferPendingHookEvent','_beforeEach','TFSPw','NJMEA','YSoNU','tags','resetSkipTestHooks','_testEnv','3|2|5|4|0|1','xVJtF','SlDRw','TEST_REPORTING_ANALYTICS','hookAnalyticsId','testAnalyticsId','__cloud_provider___','\x20with\x20error\x20:\x20','729483ePGXkk','HxywB','aXfoS','5txfPgU','TOaEz','aBlma','getFailureType','ryVfc','./helper.js','removeAllListeners','bDRHg','includes','forEach','toUpperCase','appendTestItemLog','Checking\x20for\x20accessibility\x20automation\x20session\x20with\x20','../../helpers/testhub/utils.js','PqTwK','Exception\x20in\x20uploading\x20log\x20data\x20to\x20','feature','prototype','ZXYHr','finished','toLowerCase','accessibilityPlatform','failureData','getTime','apply','err','join','kDbgt','TEST_RUN_FINISHED','getHierarchy','tRiwo','flushPendingHookEvents','client','19537TsZXtf','session_id','hook_run_uuid','util','ctx','TEST_RUN_SKIPPED','CBTSessionCreated','TestRunFinished','fireEvent','driUk','_afterAll','RJqTa','pendingHookEvents','aHGOZ','JRqLG','qhzLc','aMtwQ','OopMA','getRootParentFile','HookRunStarted','SNHey','driver','QfLqH','launch','IkJIj','failed','10OBFyzE','JBrnO','start','566847SLRWXS','YWNNz','sep','lib','QZJVN','title','passed','Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20','debug','HjsVR','pending','EPSfP','replace','aqwsq','hVuLv','cwd','parent','TEST_EVENTS','nYMqL','2zFWnAo','DCFoh','HookRunFinished','OZxOv','suites','file_name','getHookType','config','length','ebjeK','uploadEventData','Not\x20able\x20to\x20import\x20Browser','zZCBO','RBhlp','zURuI','startedAt','defineProperty','status','hook_run','72096HBchqm','location_prefix','TestRunStarted','eventType','VnXqx','USXZy','message','connect','splice','constructor','BhESS','yhRqH','event_type','uploadData','IfCQM','finished_at','IYcaP','failure_backtrace','_beforeAll','connectOverCDP','groups','bTBtm','now','../playwright/accessibility-helper','match','Exception\x20in\x20sending\x20test\x20data\x20for\x20event\x20','type','push','expanded','knRTs','file','CODECEPT','frameworkName','421656hnknWN','keys','pxIMn','PathHelper','bind','find','__platformCaps','Playwright','inspect','BrowserType','result','sfJiY','integrations','HOOK_RUN_FINISHED','stepAnalyticsId','STATE_FAILED','PQPBN','Failed\x20to\x20parse\x20wsendpoint\x20','toISOString','wsEndpoint','test_run_uuid','started','failure_reason_expanded','UeTSY','getCBTInfo','logs','bddStepStart','shutdown','split','hook','hVwNP','test_run','156545qYWFwB','markedStatus','retryOf','TEST_RUN_STARTED','LogCreated','oUyoS','../../helpers/test-observability/sessionHandler','LybjY','pid','enabled','getHooksForTest','../utils/constants','NfjDi','currentTest','IbOIb'];a4_0x383e=function(){return _0x49b2e3;};return a4_0x383e();}class O11yHelper{['currentTest']=null;[a4_0x32e6c4(0x189)]=null;[a4_0x32e6c4(0x160)]=![];[a4_0x32e6c4(0x136)]=![];['pendingHookEvents']=[];constructor(_0x1d1cf8,_0x315860){const _0x8414d8=a4_0x32e6c4,_0x2804ea={'aHGOZ':_0x8414d8(0x19c),'JBrnO':function(_0x3dadf0,_0x39d7f7){return _0x3dadf0===_0x39d7f7;},'JRqLG':_0x8414d8(0x13e),'aBlma':function(_0x58ddab,_0x285065){return _0x58ddab(_0x285065);},'PqTwK':function(_0x302f11){return _0x302f11();},'fgMwb':function(_0x23c481){return _0x23c481();}},_0x24893e=_0x2804ea[_0x8414d8(0x1d5)][_0x8414d8(0x153)]('|');let _0xb4185a=0x0;while(!![]){switch(_0x24893e[_0xb4185a++]){case'0':this[_0x8414d8(0x18e)]=new testOpsHelper[(_0x8414d8(0x13a))]({'cwd':process[_0x8414d8(0x1f4)]()},this[_0x8414d8(0x19b)][_0x8414d8(0x20c)]);continue;case'1':this['driver']&&_0x2804ea[_0x8414d8(0x1e3)](this[_0x8414d8(0x1dd)][_0x8414d8(0x214)]['name'],_0x2804ea[_0x8414d8(0x1d6)])&&_0x2804ea[_0x8414d8(0x1a9)](mockPWBrowserType,null);continue;case'2':this[_0x8414d8(0x136)]=_0x315860['frameworkName'];continue;case'3':this[_0x8414d8(0x160)]=_0x2804ea[_0x8414d8(0x1b5)](shouldProcessEventForTesthub);continue;case'4':this['_testEnv']=_0x2804ea['fgMwb'](getTestEnv);continue;case'5':this[_0x8414d8(0x1dd)]=_0x1d1cf8;continue;}break;}}[a4_0x32e6c4(0x18b)](){const _0x3aa444=a4_0x32e6c4,_0x46862a={'OZxOv':function(_0x3676a8,_0x4eab17){return _0x3676a8(_0x4eab17);}};if(!this[_0x3aa444(0x1dd)])return![];try{const _0x3654e1=_0x46862a[_0x3aa444(0x1fb)](fetchPlatformDetails,this[_0x3aa444(0x1dd)]);if(!_0x3654e1)return![];const _0x100939=Object[_0x3aa444(0x138)](_0x3654e1)[0x0];return!!(_0x100939&&_0x3654e1[_0x100939]&&_0x3654e1[_0x100939][_0x3aa444(0x1c9)]);}catch(_0x2616c2){return![];}}[a4_0x32e6c4(0x194)](_0x593c0e,_0xeb712b){const _0x4bc323=a4_0x32e6c4;if(!_0xeb712b)return;const _0xe44cb4={};_0xe44cb4[_0x4bc323(0x20e)]=_0x593c0e,_0xe44cb4[_0x4bc323(0x218)]=_0xeb712b,this[_0x4bc323(0x1d4)][_0x4bc323(0x131)](_0xe44cb4);}async[a4_0x32e6c4(0x1c6)](){const _0x118814=a4_0x32e6c4,_0x16c868={};_0x16c868[_0x118814(0x1e9)]=function(_0x6132c7,_0x14739b){return _0x6132c7&&_0x14739b;};const _0x55d93a=_0x16c868;if(!this[_0x118814(0x1d4)][_0x118814(0x200)])return;if(!this[_0x118814(0x18b)]())return;const _0x1d43b5=this[_0x118814(0x14f)](this['driver']),_0x5c35f8=this['pendingHookEvents'][_0x118814(0x213)](0x0,this['pendingHookEvents'][_0x118814(0x200)]);for(const {eventType:_0x18862b,uploadData:_0x28039c}of _0x5c35f8){try{const _0x5db471=_0x28039c[_0x118814(0x20a)]||_0x28039c[_0x118814(0x156)];_0x55d93a[_0x118814(0x1e9)](_0x5db471,_0x1d43b5)&&(_0x5db471[_0x118814(0x143)]=_0x1d43b5),await this['fireEvent'](_0x18862b,_0x28039c);}catch(_0x49acb2){logger['debug']('Failed\x20to\x20flush\x20pending\x20hook\x20event\x20'+_0x18862b+':\x20'+util['format'](_0x49acb2));}}}[a4_0x32e6c4(0x1e4)](){const _0x4a396c=a4_0x32e6c4;if(!this[_0x4a396c(0x160)])return;testOpsHelper['patchConsoleLogger'](),process[_0x4a396c(0x1ad)]('bs:addLog:'+process[_0x4a396c(0x15f)]),process['on'](_0x4a396c(0x168)+process[_0x4a396c(0x15f)],this[_0x4a396c(0x1b2)][_0x4a396c(0x13b)](this));}async[a4_0x32e6c4(0x183)](){const _0x959f17=a4_0x32e6c4;await RequestQueueHandler['getInstance']()[_0x959f17(0x152)]();}async[a4_0x32e6c4(0x1b2)](_0x436625){const _0x4b0e61=a4_0x32e6c4,_0x2b8a48={'xVJtF':_0x4b0e61(0x15b),'iDsYz':function(_0x169c31,_0x3f4b88){return _0x169c31(_0x3f4b88);}};try{this[_0x4b0e61(0x189)]&&!this[_0x4b0e61(0x189)][_0x4b0e61(0x158)]&&(_0x436625[_0x4b0e61(0x1ca)]=this[_0x4b0e61(0x189)][_0x4b0e61(0x1a0)]);!_0x436625[_0x4b0e61(0x1ca)]&&this[_0x4b0e61(0x164)]&&!this[_0x4b0e61(0x164)][_0x4b0e61(0x158)]&&(_0x436625[_0x4b0e61(0x14b)]=this[_0x4b0e61(0x164)][_0x4b0e61(0x1a1)]);if(_0x436625[_0x4b0e61(0x1ca)]||_0x436625['test_run_uuid']){const _0x41a7ad={};_0x41a7ad[_0x4b0e61(0x217)]=_0x2b8a48[_0x4b0e61(0x19d)],_0x41a7ad[_0x4b0e61(0x150)]=[_0x436625],await SessionHandler[_0x4b0e61(0x202)](_0x41a7ad);}}catch(_0x54e518){_0x2b8a48['iDsYz'](debug,_0x4b0e61(0x1b6)+constants[_0x4b0e61(0x19f)]+_0x4b0e61(0x1a3)+_0x54e518);}}async[a4_0x32e6c4(0x192)](_0x1ecc64){const _0x100883=a4_0x32e6c4,_0x32a601={'yDUKW':_0x100883(0x1ce),'VnXqx':function(_0x4090eb,_0x233e35){return _0x4090eb(_0x233e35);}};if(!this[_0x100883(0x160)])return;const _0x4939e8=this[_0x100883(0x14f)](this[_0x100883(0x1dd)]);try{const _0x9da4d5={};_0x9da4d5['uuid']=_0x1ecc64,_0x9da4d5[_0x100883(0x143)]=_0x4939e8;const _0x51c37c=_0x9da4d5,_0x3c863c={};_0x3c863c[_0x100883(0x217)]=_0x32a601['yDUKW'],_0x3c863c[_0x100883(0x156)]=_0x51c37c,await SessionHandler['uploadEventData'](_0x3c863c);}catch(_0x1a0c0e){_0x32a601[_0x100883(0x20f)](debug,'Exception\x20in\x20uploading\x20platform\x20details\x20to\x20'+constants[_0x100883(0x19f)]+_0x100883(0x1a3)+_0x1a0c0e);}}[a4_0x32e6c4(0x14f)](_0x48d5bd){const _0x1e09a3={'glLTu':function(_0x27f170,_0x6e1196){return _0x27f170(_0x6e1196);}};return _0x1e09a3['glLTu'](fetchPlatformDetails,_0x48d5bd);}['resetSkipTestHooks']=_0x3bcc2a=>{const _0x198bf1=a4_0x32e6c4,_0x64431={};_0x64431[_0x198bf1(0x1a8)]='_beforeEach',_0x64431['HAsxk']=_0x198bf1(0x184);const _0x37f00a=_0x64431;if(!_0x3bcc2a||!_0x3bcc2a[_0x198bf1(0x1f5)])return;[_0x37f00a[_0x198bf1(0x1a8)],_0x37f00a['HAsxk']][_0x198bf1(0x1b0)](_0x25f668=>{const _0x37d983=_0x198bf1,_0x7f8e8=_0x3bcc2a[_0x37d983(0x1f5)][_0x25f668];_0x7f8e8[_0x37d983(0x1b0)](_0x1b335f=>{_0x1b335f['hookAnalyticsId']&&(_0x1b335f['hookAnalyticsId']=null);});});};[a4_0x32e6c4(0x16c)](_0x20d0c5){const _0x4d4225=a4_0x32e6c4,_0x4b16dc={'uYSaA':_0x4d4225(0x17c),'XhmoZ':function(_0xe25a90){return _0xe25a90();},'pjoTp':function(_0x22e152,_0x556f9b){return _0x22e152===_0x556f9b;},'gkkxH':_0x4d4225(0x184),'YSoNU':function(_0xc5c61c){return _0xc5c61c();},'hUhkF':_0x4d4225(0x21d),'ZXYHr':_0x4d4225(0x1d2),'oUyoS':_0x4d4225(0x195)};if(!_0x20d0c5||!_0x20d0c5[_0x4d4225(0x1f5)])return;[_0x4b16dc['hUhkF'],_0x4b16dc[_0x4d4225(0x1b9)],_0x4b16dc[_0x4d4225(0x15c)],_0x4b16dc[_0x4d4225(0x18a)]]['forEach'](_0x2df5dd=>{const _0x4f534a=_0x4d4225,_0x15dff8=_0x20d0c5[_0x4f534a(0x1f5)][_0x2df5dd]||[];_0x15dff8[_0x4f534a(0x1b0)](_0x525218=>{const _0x5f076a=_0x4f534a;if(_0x525218[_0x5f076a(0x1ea)][_0x5f076a(0x1af)](_0x4b16dc['uYSaA']))return;if(!_0x525218[_0x5f076a(0x1a0)])_0x525218[_0x5f076a(0x1a0)]=_0x4b16dc['XhmoZ'](uuidv4);else _0x525218[_0x5f076a(0x158)]&&_0x4b16dc['pjoTp'](_0x2df5dd,_0x4b16dc[_0x5f076a(0x18a)])&&(_0x525218['hookAnalyticsId']=_0x4b16dc[_0x5f076a(0x198)](uuidv4),delete _0x525218[_0x5f076a(0x158)]);});}),this['mapTestHooks'](_0x20d0c5[_0x4d4225(0x1f5)]);}[a4_0x32e6c4(0x161)](_0x322669){const _0x3619bb=a4_0x32e6c4,_0x99eaf8={};_0x99eaf8[_0x3619bb(0x177)]='_beforeAll',_0x99eaf8[_0x3619bb(0x1d7)]=_0x3619bb(0x1d2),_0x99eaf8['GcJWR']=_0x3619bb(0x195),_0x99eaf8[_0x3619bb(0x1c5)]=_0x3619bb(0x184);const _0x47f6a0=_0x99eaf8;if(!_0x322669||!_0x322669[_0x3619bb(0x1f5)])return[];const _0x4a664b=[];return[_0x47f6a0[_0x3619bb(0x177)],_0x47f6a0[_0x3619bb(0x1d7)],_0x47f6a0['GcJWR'],_0x47f6a0[_0x3619bb(0x1c5)]][_0x3619bb(0x1b0)](_0x5c14f4=>{const _0x23e4ad=_0x3619bb,_0x58a95f=_0x322669[_0x23e4ad(0x1f5)][_0x5c14f4]||[];_0x58a95f[_0x23e4ad(0x1b0)](_0xbebcf=>{const _0x293444=_0x23e4ad;_0xbebcf[_0x293444(0x1a0)]&&_0x4a664b['push'](_0xbebcf[_0x293444(0x1a0)]);});}),[]['concat'](_0x4a664b,this['getHooksForTest'](_0x322669[_0x3619bb(0x1f5)]));}['getHookType'](_0x5dc3ea){const _0x414879=a4_0x32e6c4,_0x9e53bd=/^"(?<hook>.*)" hook:.*$/,_0x2deb58=_0x5dc3ea[_0x414879(0x1ea)],_0xd07e54=_0x2deb58[_0x414879(0x12e)](_0x9e53bd);if(_0xd07e54&&_0xd07e54[_0x414879(0x12a)])return _0xd07e54[_0x414879(0x12a)]['hook'][_0x414879(0x1b1)]()[_0x414879(0x1f1)]('\x20','_');return null;}[a4_0x32e6c4(0x171)](_0x5ba3fc){const _0x189614=a4_0x32e6c4,_0x528628={};_0x528628[_0x189614(0x1ae)]=function(_0x6f6fb3,_0x42897c){return _0x6f6fb3===_0x42897c;},_0x528628['NJMEA']=function(_0x29019c,_0x34dd4f){return _0x29019c===_0x34dd4f;},_0x528628[_0x189614(0x206)]='.git',_0x528628[_0x189614(0x165)]=_0x189614(0x1ff);const _0x43d7c7=_0x528628,_0x5319bf=path[_0x189614(0x1e7)];if(_0x43d7c7[_0x189614(0x1ae)](_0x5ba3fc,null)||_0x43d7c7['bDRHg'](_0x5ba3fc,'')||_0x43d7c7[_0x189614(0x1ae)](_0x5ba3fc,_0x5319bf)||_0x43d7c7[_0x189614(0x197)](_0x5ba3fc,path['dirname'](_0x5ba3fc)))return null;try{return fs['statSync'](path[_0x189614(0x1c1)](_0x5ba3fc,_0x43d7c7[_0x189614(0x206)],_0x43d7c7[_0x189614(0x165)])),_0x5ba3fc;}catch(_0x215710){const _0x1565d7=path[_0x189614(0x186)](_0x5ba3fc);return this['findGitConfig'](_0x1565d7);}}['getRootParentFile'](_0x573d6f){const _0x1945c7=a4_0x32e6c4,_0x2c3e29={};_0x2c3e29[_0x1945c7(0x15e)]=function(_0x1de62e,_0xa1d058){return _0x1de62e>_0xa1d058;};const _0x4be489=_0x2c3e29;if(_0x573d6f[_0x1945c7(0x134)])return _0x573d6f[_0x1945c7(0x134)];if(_0x573d6f[_0x1945c7(0x1cc)]){const _0x2629e2=_0x573d6f['ctx'][_0x1945c7(0x164)]?this[_0x1945c7(0x1da)](_0x573d6f[_0x1945c7(0x1cc)][_0x1945c7(0x164)]):null;if(_0x2629e2)return _0x2629e2;}if(_0x573d6f[_0x1945c7(0x1f5)]){const _0x5128c1=this['getRootParentFile'](_0x573d6f[_0x1945c7(0x1f5)])||(_0x573d6f[_0x1945c7(0x1f5)][_0x1945c7(0x1cc)]&&_0x573d6f[_0x1945c7(0x1f5)][_0x1945c7(0x1cc)][_0x1945c7(0x164)]?this[_0x1945c7(0x1da)](_0x573d6f[_0x1945c7(0x1f5)][_0x1945c7(0x1cc)][_0x1945c7(0x164)]):null);if(_0x5128c1)return _0x5128c1;_0x573d6f['parent'][_0x1945c7(0x1fc)]&&_0x4be489[_0x1945c7(0x15e)](_0x573d6f['parent'][_0x1945c7(0x1fc)][_0x1945c7(0x200)],0x0)&&_0x573d6f['parent'][_0x1945c7(0x1fc)][_0x1945c7(0x1b0)](_0x33bf88=>{const _0x4d293b=_0x1945c7,_0x1eea06=_0x33bf88[_0x4d293b(0x1cc)]?this[_0x4d293b(0x1da)](_0x33bf88[_0x4d293b(0x1cc)]):null;if(_0x1eea06)return _0x1eea06;});}return null;}[a4_0x32e6c4(0x1c4)](_0x925ae1){const _0x5a31af=a4_0x32e6c4,_0x1d890f={};_0x1d890f[_0x5a31af(0x1de)]=function(_0x57cfdf,_0x6b680){return _0x57cfdf!==_0x6b680;};const _0x4002a0=_0x1d890f,_0x4dbf11=[];if(_0x925ae1&&_0x925ae1[_0x5a31af(0x1f5)]){let _0x31d2b9=_0x925ae1['parent'];while(_0x31d2b9&&_0x4002a0[_0x5a31af(0x1de)](_0x31d2b9[_0x5a31af(0x1ea)],'')){_0x4dbf11[_0x5a31af(0x131)](_0x31d2b9[_0x5a31af(0x1ea)]),_0x31d2b9=_0x31d2b9['parent'];}}return _0x4dbf11;}['captureEvent'](_0x5cfd67,_0x39133d,_0x2ae0c4=undefined){const _0x38fdeb=a4_0x32e6c4,_0x4754fb={'fIOyZ':function(_0x109726,_0x210379){return _0x109726(_0x210379);},'IfCQM':function(_0x22d1d1){return _0x22d1d1();},'IYcaP':function(_0x2cfb00){return _0x2cfb00();},'zZCBO':function(_0x1c3d91){return _0x1c3d91();},'ryVfc':function(_0x45ce82){return _0x45ce82();},'AgRaV':_0x38fdeb(0x1c0),'nYMqL':function(_0x47b325,_0x207b2e){return _0x47b325!==_0x207b2e;},'HnusO':'File\x20path\x20could\x20not\x20be\x20found','sfJiY':_0x38fdeb(0x1ef),'USXZy':_0x38fdeb(0x1e1),'driUk':'passed','YWNNz':_0x38fdeb(0x170),'IojWE':'javascript','ufKfI':function(_0x3c3468,_0x202d5a){return _0x3c3468-_0x202d5a;},'RJqTa':function(_0x4ba323,_0x4a9bfc,_0x5407f6,_0x1b27cc,_0x4d3496){return _0x4ba323(_0x4a9bfc,_0x5407f6,_0x1b27cc,_0x4d3496);},'dQQSX':_0x38fdeb(0x143),'AOOSq':_0x38fdeb(0x17b),'tfVoJ':_0x38fdeb(0x16e),'SlDRw':_0x38fdeb(0x21c),'VVnBa':'backtrace','hVwNP':_0x38fdeb(0x14d),'gNxbs':_0x38fdeb(0x132),'RBhlp':function(_0x35baed,_0x4aefff){return _0x35baed===_0x4aefff;},'GOCuT':_0x38fdeb(0x20a),'PQPBN':_0x38fdeb(0x156)};if(!this[_0x38fdeb(0x160)])return;try{if(_0x39133d['fn']&&_0x39133d['fn'][_0x38fdeb(0x18f)]()[_0x38fdeb(0x12e)](/browserstack internal helper hook/))return;const _0x88bb93=_0x4754fb['fIOyZ'](parseEvent,_0x5cfd67);if(!_0x88bb93)return;if(_0x88bb93[_0x38fdeb(0x172)]){this[_0x38fdeb(0x164)]=_0x39133d,this[_0x38fdeb(0x189)]=null;if(_0x88bb93[_0x38fdeb(0x14c)]||_0x88bb93['skipped']){_0x39133d['startedAt']=new Date(),_0x39133d[_0x38fdeb(0x158)]=![];if(!_0x39133d[_0x38fdeb(0x1a1)])_0x39133d[_0x38fdeb(0x1a1)]=_0x4754fb[_0x38fdeb(0x219)](uuidv4);else _0x39133d['markedStatus']&&(!_0x39133d['retryOf']&&(_0x39133d[_0x38fdeb(0x159)]=_0x39133d[_0x38fdeb(0x1a1)]),_0x39133d[_0x38fdeb(0x1a1)]=_0x4754fb[_0x38fdeb(0x21b)](uuidv4));}}else{if(_0x88bb93[_0x38fdeb(0x154)]){this[_0x38fdeb(0x189)]=_0x39133d;if(_0x88bb93[_0x38fdeb(0x14c)]){_0x39133d['startedAt']=new Date(),_0x39133d['markedStatus']=![];if(!_0x39133d[_0x38fdeb(0x1a0)])_0x39133d[_0x38fdeb(0x1a0)]=_0x4754fb[_0x38fdeb(0x204)](uuidv4);else _0x39133d[_0x38fdeb(0x1a0)]&&_0x39133d['markedStatus']&&(_0x39133d[_0x38fdeb(0x1a0)]=_0x4754fb[_0x38fdeb(0x1ab)](uuidv4));}}}if(_0x88bb93['finished']&&_0x39133d[_0x38fdeb(0x158)])return;let _0x3104ca;try{_0x3104ca=this['getRootParentFile'](_0x39133d);}catch(_0x4144fb){logger[_0x38fdeb(0x1ed)](_0x38fdeb(0x188)+_0x4144fb),_0x3104ca=null;}let _0xba551c=[];_0x2ae0c4&&(_0xba551c=[_0x2ae0c4,_0x4754fb['AgRaV']]);const _0x229476=_0x4754fb[_0x38fdeb(0x1f7)](_0x39133d['errorsDetailed'],undefined)?util[_0x38fdeb(0x13f)](_0x39133d['errorsDetailed'][0x0]):_0x4754fb['nYMqL'](_0x2ae0c4,undefined)?_0x2ae0c4[_0x38fdeb(0x18f)]():undefined,_0x285de3=_0x3104ca?this[_0x38fdeb(0x171)](_0x3104ca):null,_0x274148=_0x3104ca?this[_0x38fdeb(0x18e)]['prefixTestPath'](this[_0x38fdeb(0x1da)](_0x39133d)):_0x4754fb[_0x38fdeb(0x18d)];let _0xde0b2=_0x4754fb[_0x38fdeb(0x142)];const _0x9b55b1=!_0x88bb93[_0x38fdeb(0x14c)]?new Date()[_0x38fdeb(0x149)]():null;if(_0x88bb93[_0x38fdeb(0x1ba)])_0xde0b2=_0x2ae0c4?_0x4754fb['USXZy']:_0x4754fb[_0x38fdeb(0x1d1)],_0x39133d[_0x38fdeb(0x158)]=!![];else _0x88bb93['skipped']&&(_0xde0b2=_0x4754fb[_0x38fdeb(0x1e6)],_0x39133d[_0x38fdeb(0x158)]=!![]);const _0x14c263={'framework':this[_0x38fdeb(0x136)],'uuid':_0x39133d[_0x38fdeb(0x1a1)]||_0x39133d[_0x38fdeb(0x1a0)],'name':_0x39133d['title'],'body':{'lang':_0x4754fb['IojWE'],'code':_0x39133d[_0x38fdeb(0x17f)][_0x38fdeb(0x18f)]()},'type':_0x39133d[_0x38fdeb(0x130)],'scope':_0x39133d[_0x38fdeb(0x17e)](),'scopes':this[_0x38fdeb(0x1c4)](_0x39133d),'file_name':_0x274148,'vc_filepath':_0x285de3?path[_0x38fdeb(0x187)](_0x285de3,_0x3104ca):null,'location':_0x274148,'result':_0xde0b2,'failure_reason':_0x229476,'duration_in_ms':_0x39133d[_0x38fdeb(0x180)]||(_0x88bb93['finished']||_0x88bb93[_0x38fdeb(0x170)])?_0x4754fb[_0x38fdeb(0x16d)](Date[_0x38fdeb(0x12c)](),new Date(_0x39133d[_0x38fdeb(0x207)])[_0x38fdeb(0x1be)]()):null,'started_at':new Date(_0x39133d['startedAt'])[_0x38fdeb(0x149)](),'finished_at':_0x9b55b1,'failure':testOpsHelper[_0x38fdeb(0x1bd)][_0x38fdeb(0x1bf)](null,_0xba551c),'failure_type':!_0x229476?null:testOpsHelper[_0x38fdeb(0x1aa)](_0x229476),'retry_of':_0x39133d[_0x38fdeb(0x159)]||null,'tags':_0x39133d[_0x38fdeb(0x199)]||[],'customRerunParam':{'rerun_name':_0x39133d[_0x38fdeb(0x17e)]()}};_0x4754fb[_0x38fdeb(0x1d3)](appendTesthubParams,_0x14c263,_0x5cfd67,_0x39133d,FRAMEWORKS[_0x38fdeb(0x135)]);if(_0x88bb93['hook'])[_0x14c263[_0x38fdeb(0x16f)],_0x14c263['name']]=[this[_0x38fdeb(0x1fe)](_0x39133d),_0x39133d[_0x38fdeb(0x1cc)]['test'][_0x38fdeb(0x1ea)]],_0x88bb93[_0x38fdeb(0x1ba)]?_0x4754fb[_0x38fdeb(0x1f7)](_0x14c263['result'],_0x4754fb[_0x38fdeb(0x210)])&&(_0x14c263[_0x38fdeb(0x141)]=_0x4754fb['driUk']):_0x14c263[_0x38fdeb(0x17f)]={};else _0x88bb93[_0x38fdeb(0x172)]&&(this['mapTestHooks'](_0x39133d),_0x88bb93[_0x38fdeb(0x170)]&&this[_0x38fdeb(0x19a)](_0x39133d),(_0x88bb93[_0x38fdeb(0x1ba)]||_0x88bb93['skipped'])&&(_0x14c263['hooks']=this[_0x38fdeb(0x161)](_0x39133d)));this[_0x38fdeb(0x1dd)]&&(_0x88bb93[_0x38fdeb(0x14c)]||_0x88bb93[_0x38fdeb(0x170)])&&(_0x14c263[_0x4754fb['dQQSX']]=this[_0x38fdeb(0x14f)](this[_0x38fdeb(0x1dd)]));_0x88bb93[_0x38fdeb(0x172)]&&_0x88bb93[_0x38fdeb(0x1ba)]&&_0x39133d[_0x38fdeb(0x176)]&&(_0x14c263[_0x4754fb['AOOSq']]={'feature':{'name':_0x39133d[_0x38fdeb(0x1f5)][_0x38fdeb(0x1b7)]['name'],'path':_0x14c263[_0x38fdeb(0x1fd)],'description':_0x39133d[_0x38fdeb(0x1f5)]['comment']},'scenario':{'name':_0x39133d['title']},'steps':_0x39133d['bddSteps']});const _0x16c13a=_0x14c263[_0x4754fb['tfVoJ']][0x0];_0x16c13a&&(_0x14c263[_0x4754fb[_0x38fdeb(0x19e)]]=_0x16c13a[_0x4754fb[_0x38fdeb(0x175)]],_0x14c263[_0x4754fb[_0x38fdeb(0x155)]]=_0x16c13a[_0x4754fb['gNxbs']]);if(_0x39133d[_0x38fdeb(0x176)])for(const _0x2dba29 of _0x39133d[_0x38fdeb(0x176)]){!_0x2dba29['finished_at']&&(_0x2dba29[_0x38fdeb(0x21a)]=new Date()[_0x38fdeb(0x149)](),_0x4754fb[_0x38fdeb(0x205)](_0x2dba29[_0x38fdeb(0x141)],_0x4754fb[_0x38fdeb(0x142)])&&(_0x16c13a?(_0x2dba29[_0x38fdeb(0x141)]=_0x4754fb[_0x38fdeb(0x210)],_0x2dba29[_0x38fdeb(0x16e)]=_0x16c13a[_0x4754fb[_0x38fdeb(0x175)]][0x0]):_0x2dba29['result']=_0x4754fb['driUk']));}const _0x3a8726={};_0x3a8726[_0x38fdeb(0x217)]=_0x88bb93['skipped']?TEST_EVENTS[_0x38fdeb(0x1c3)]:_0x5cfd67;const _0x33b669=_0x3a8726;return _0x88bb93[_0x38fdeb(0x154)]?_0x33b669[_0x4754fb['GOCuT']]=_0x14c263:_0x33b669[_0x4754fb[_0x38fdeb(0x147)]]=_0x14c263,_0x33b669;}catch(_0x50f651){logger[_0x38fdeb(0x1ed)](_0x38fdeb(0x1ec)+_0x5cfd67+_0x38fdeb(0x1a3)+_0x50f651);}}async[a4_0x32e6c4(0x1d0)](_0x2fe642,_0x33db3a){const _0x418ed0=a4_0x32e6c4;if(!this[_0x418ed0(0x160)]||!_0x33db3a||!_0x2fe642)return![];try{return await SessionHandler['uploadEventData'](_0x33db3a);}catch(_0x4c8547){logger[_0x418ed0(0x1ed)](_0x418ed0(0x12f)+_0x2fe642+_0x418ed0(0x1a3)+_0x4c8547);}}['initializeBddStep'](_0x270348){const _0x1ba73d=a4_0x32e6c4,_0x3d3b2e={};_0x3d3b2e[_0x1ba73d(0x1f2)]=_0x1ba73d(0x1ef);const _0x47eae4=_0x3d3b2e;return{'id':_0x270348[_0x1ba73d(0x145)],'text':_0x270348[_0x1ba73d(0x173)],'keyword':_0x270348['keyword'],'started_at':_0x270348[_0x1ba73d(0x207)]['toISOString'](),'result':_0x47eae4[_0x1ba73d(0x1f2)]};}[a4_0x32e6c4(0x151)](_0xef38bd){const _0x2e23cc=a4_0x32e6c4,_0x48e3f4={'bTBtm':function(_0x41c20f){return _0x41c20f();}};!this[_0x2e23cc(0x164)][_0x2e23cc(0x176)]&&(this[_0x2e23cc(0x164)][_0x2e23cc(0x176)]=[]),!_0xef38bd[_0x2e23cc(0x145)]&&(_0xef38bd[_0x2e23cc(0x145)]=_0x48e3f4[_0x2e23cc(0x12b)](uuidv4),_0xef38bd['startedAt']=new Date(),this['currentTest'][_0x2e23cc(0x176)][_0x2e23cc(0x131)](this[_0x2e23cc(0x193)](_0xef38bd)));}['bddStepFinish'](_0x2ed3d3){const _0x106ab0=a4_0x32e6c4,_0x41dab0={'wOcrf':function(_0x24634d,_0x41b4d1){return _0x24634d(_0x41b4d1);},'UeTSY':_0x106ab0(0x17a),'aQbim':_0x106ab0(0x1ef),'NfjDi':_0x106ab0(0x1eb),'ebjeK':function(_0x41d06d,_0x49814d){return _0x41d06d-_0x49814d;}};let _0x2b7222=this[_0x106ab0(0x164)][_0x106ab0(0x176)][_0x106ab0(0x13c)](_0x95b919=>_0x95b919['id']===_0x2ed3d3[_0x106ab0(0x145)]);_0x41dab0['wOcrf'](isUndefined,_0x2b7222)&&(_0x2b7222=this[_0x106ab0(0x193)](_0x2ed3d3)),_0x2b7222['result']=[_0x41dab0[_0x106ab0(0x14e)],_0x41dab0['aQbim']][_0x106ab0(0x1af)](_0x2ed3d3['status'])?_0x41dab0[_0x106ab0(0x163)]:_0x2ed3d3[_0x106ab0(0x209)],_0x2b7222['finished_at']=new Date()['toISOString'](),_0x2b7222[_0x106ab0(0x180)]=_0x41dab0[_0x106ab0(0x201)](Date[_0x106ab0(0x12c)](),_0x2ed3d3[_0x106ab0(0x207)][_0x106ab0(0x1be)]()),_0x2b7222[_0x106ab0(0x16e)]=_0x2ed3d3[_0x106ab0(0x1c0)]?_0x2ed3d3[_0x106ab0(0x1c0)][_0x106ab0(0x211)]:null;}}const a4_0x10bda4={};a4_0x10bda4[a4_0x32e6c4(0x166)]=O11yHelper,a4_0x10bda4['STATE_PASSED']=STATE_PASSED,a4_0x10bda4[a4_0x32e6c4(0x146)]=STATE_FAILED,a4_0x10bda4[a4_0x32e6c4(0x1f6)]=TEST_EVENTS,module['exports']=a4_0x10bda4;
|
|
1
|
+
const a4_0x4d5682=a4_0x36d8;(function(_0x36b9a2,_0x466ef4){const _0x369091=a4_0x36d8,_0x34d77d=_0x36b9a2();while(!![]){try{const _0x24ee95=-parseInt(_0x369091(0x190))/0x1*(-parseInt(_0x369091(0x131))/0x2)+-parseInt(_0x369091(0x220))/0x3+parseInt(_0x369091(0x191))/0x4+-parseInt(_0x369091(0x1c5))/0x5+parseInt(_0x369091(0x21b))/0x6*(-parseInt(_0x369091(0x1aa))/0x7)+-parseInt(_0x369091(0x173))/0x8+parseInt(_0x369091(0x163))/0x9;if(_0x24ee95===_0x466ef4)break;else _0x34d77d['push'](_0x34d77d['shift']());}catch(_0x77f539){_0x34d77d['push'](_0x34d77d['shift']());}}}(a4_0x1f37,0x2c9f9));const path=require(a4_0x4d5682(0x195)),util=require(a4_0x4d5682(0x1ef)),fs=require('fs'),{v4:uuidv4}=require(a4_0x4d5682(0x1cb)),{importFileFromPWCore,nestedKeyValue,parseWSEndpoint,isUndefined}=require('../../helpers/helper'),testOpsHelper=require('../../helpers/test-observability/utils'),{getTestEnv}=require(a4_0x4d5682(0x221)),{FRAMEWORKS}=require(a4_0x4d5682(0x1dc)),logger=require('../../helpers/logger')[a4_0x4d5682(0x1dd)],SessionHandler=require(a4_0x4d5682(0x192)),RequestQueueHandler=require(a4_0x4d5682(0x1c6)),PlaywrightSessionDetails=require(a4_0x4d5682(0x13e)),debug=testOpsHelper[a4_0x4d5682(0x1ea)],{processAccessibilityCaps}=require('../playwright/accessibility-helper'),Constants=require(a4_0x4d5682(0x1db)),{fetchPlatformDetails}=require(a4_0x4d5682(0x1a3)),{shouldProcessEventForTesthub,appendTesthubParams}=require(a4_0x4d5682(0x16e)),constants=require(a4_0x4d5682(0x1db)),STATE_PASSED=a4_0x4d5682(0x134),STATE_FAILED=a4_0x4d5682(0x19a),a4_0x20e2fc={};a4_0x20e2fc['TEST_RUN_STARTED']=a4_0x4d5682(0x1d7),a4_0x20e2fc[a4_0x4d5682(0x1d2)]=a4_0x4d5682(0x225),a4_0x20e2fc['TEST_RUN_SKIPPED']=a4_0x4d5682(0x14b),a4_0x20e2fc[a4_0x4d5682(0x135)]=a4_0x4d5682(0x138),a4_0x20e2fc[a4_0x4d5682(0x219)]=a4_0x4d5682(0x216);function a4_0x1f37(){const _0x59c2df=['concat','location_prefix','raxky','ZSoPe','BPYqq','rcraw','inspect','AcYGe','keyword','pDIKX','frameworkName','bddSteps','Pvxkp','File\x20path\x20could\x20not\x20be\x20found','fsbBY','STATE_PASSED','mfitB','BROWSERSTACK','BrowserType','iJGUi','finished_at','match','aBFDB','jaSCb','IaqLv','RfPPu','439SGIJtU','862936kEfjPv','../../helpers/test-observability/sessionHandler','Failed\x20to\x20flush\x20pending\x20hook\x20event\x20','_afterEach','path','mapTestHooks','dtuQG','_afterAll','keys','failed','AQZcT','format','ZIMKS','QQfyP','dfrGh','errorsDetailed','pendingHookEvents','bs:addLog:','./helper.js','meta','EtjRH','javascript','now','failureData','KPZcb','2065KXYdNF','IsJAj','retryOf','PathHelper','biHOV','VSSQS','patchConsoleLogger','zJEok','then','getHooksForTest','body','start','enabled','result','parent','failure_reason_expanded','srMUF','TEST_EVENTS','tsPPo','join','getCBTInfo','NYMuv','duration','uFavh','IxTjj','LogCreated','sendCBTInfo','218905fsLKoU','../../helpers/test-observability/requestQueueHandler','Not\x20able\x20to\x20import\x20Browser','vPkoh','tags','fullTitle','uuid','getRootParentFile','test','xeutJ','file','PLAYWRIGHT_HUB_URL','sZQaF','TEST_RUN_FINISHED','TaEPM','_testEnv','lsVyh','dirname','TestRunStarted','CuiFX','relative','HbPkO','../utils/constants','../../helpers/test-observability/constants','winstonLogger','cDDrb','PRwsy','hook_run','message','EXZNL','UqoEy','wsEndpoint','launch','resetSkipTestHooks','pid','TABqZ','TEST_REPORTING_ANALYTICS','debug','.git','test_run_uuid','NUPJY','err','util','title','aYTNf','kYMYE','groups','includes','\x20with\x20error\x20:\x20','nXLYU','PvzHf','nDAnF','currentHook','removeAllListeners','testAnalyticsId','getFailureType','hasLiveDriverSession','shutdown','uqUHA','push','client','appendTestItemLog','BKzrn','bufferPendingHookEvent','startedAt','prototype','aVpli','snlUe','MFmIP','_beforeEach','replace','uploadData','toLowerCase','connectOverCDP','initializeBddStep','toUpperCase','Exception\x20in\x20uploading\x20log\x20data\x20to\x20','string','getHookType','lRAxG','uploadEventData','HookRunFinished','cwd','ccIYc','HOOK_RUN_FINISHED','expanded','7080UQqgGz','SDThl','driver','comment','AMDzz','146691qtytFx','../mocha/test-observability/mochaUtils','toISOString','forEach','hookAnalyticsId','TestRunFinished','_paths','QsuGT','Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20','test_run','EBKba','toString','eGrRw','skipped','qSbfO','name','ctx','lib','getHierarchy','Exception\x20in\x20sending\x20test\x20data\x20for\x20event\x20','connect','146YZKCpb','Failed\x20to\x20parse\x20wsendpoint\x20','VVNdY','passed','HOOK_RUN_STARTED','QqMLC','__platformCaps','HookRunStarted','uNXJt','hook','setupBrowserDetails','yfaIm','MRniS','../playwright/sessionDetails','qqybm','dMbyP','prefixTestPath','AeBeX','status','started','O11yHelper','findGitConfig','_beforeAll','integrations','aBHof','suites','TestRunSkipped','length','GUFNL','exports','apply','success','codeceptjs','feature','hzwPM','vPzeg','markedStatus','finished','rVEco','dULUv','backtrace','stepAnalyticsId','currentTest','pending','event_type','stop','Checking\x20for\x20accessibility\x20automation\x20session\x20with\x20','QaChm','splice','bpipA','3930390emUnxW','HIBis','qyvMI','getTime','file_name','defineProperty','Exception\x20in\x20uploading\x20platform\x20details\x20to\x20','sRWLq','bddStepStart','fireEvent','bddStepFinish','../../helpers/testhub/utils.js','hook_run_uuid','eventType','obsBrowserTypeMockApplied','cWkVE','487488DDOoRB','HIIHd','captureEvent'];a4_0x1f37=function(){return _0x59c2df;};return a4_0x1f37();}const TEST_EVENTS=a4_0x20e2fc,parseEvent=_0x2d29e2=>{const _0x2cd19a=a4_0x4d5682,_0x17a6ff={};_0x17a6ff[_0x2cd19a(0x17b)]=function(_0x160403,_0x2bc551){return _0x160403<_0x2bc551;},_0x17a6ff[_0x2cd19a(0x18c)]=function(_0x468b71,_0x423cf6){return _0x468b71===_0x423cf6;},_0x17a6ff[_0x2cd19a(0x18f)]=_0x2cd19a(0x1cd),_0x17a6ff[_0x2cd19a(0x160)]=function(_0x3d0c27,_0x34c8d6){return _0x3d0c27===_0x34c8d6;},_0x17a6ff[_0x2cd19a(0x189)]=_0x2cd19a(0x13a),_0x17a6ff[_0x2cd19a(0x1e2)]=function(_0x331f68,_0x55e453){return _0x331f68===_0x55e453;},_0x17a6ff[_0x2cd19a(0x1bf)]=_0x2cd19a(0x129),_0x17a6ff[_0x2cd19a(0x21c)]='started',_0x17a6ff[_0x2cd19a(0x186)]=function(_0x384e20,_0x11b9af){return _0x384e20===_0x11b9af;},_0x17a6ff[_0x2cd19a(0x17f)]=_0x2cd19a(0x156);const _0x292fa2=_0x17a6ff,_0x568d94=_0x2d29e2[_0x2cd19a(0x18b)](/^(.*)Run(.*)$/);if(!_0x568d94)return null;if(_0x292fa2[_0x2cd19a(0x17b)](_0x568d94[_0x2cd19a(0x14c)],0x3))return null;const _0x549f7c=_0x568d94[0x1][_0x2cd19a(0x20d)](),_0x4b25c7=_0x568d94[0x2]['toLowerCase']();return{'test':_0x292fa2[_0x2cd19a(0x18c)](_0x549f7c,_0x292fa2[_0x2cd19a(0x18f)]),'hook':_0x292fa2[_0x2cd19a(0x160)](_0x549f7c,_0x292fa2[_0x2cd19a(0x189)]),'skipped':_0x292fa2['EXZNL'](_0x4b25c7,_0x292fa2[_0x2cd19a(0x1bf)]),'started':_0x292fa2[_0x2cd19a(0x1e2)](_0x4b25c7,_0x292fa2[_0x2cd19a(0x21c)]),'finished':_0x292fa2[_0x2cd19a(0x186)](_0x4b25c7,_0x292fa2['pDIKX'])};},mockPWBrowserType=_0x30668d=>{const _0x35158d=a4_0x4d5682,_0x246a81={'PvzHf':function(_0x34c08d,_0x179fab){return _0x34c08d===_0x179fab;},'bkqBT':_0x35158d(0x212),'MRniS':function(_0x4859ca,_0x5647ff,_0x5eaf88){return _0x4859ca(_0x5647ff,_0x5eaf88);},'dfrGh':_0x35158d(0x1e4),'rVEco':function(_0x3ca250,_0x46c39d){return _0x3ca250(_0x46c39d);},'uqUHA':'browserstack','TABqZ':function(_0x25da19,_0x4e69de,_0x50f8fa){return _0x25da19(_0x4e69de,_0x50f8fa);},'GUFNL':_0x35158d(0x12d),'WKjMJ':_0x35158d(0x201),'nXLYU':'browserType.js','AeBeX':function(_0x24e642,_0x54ee16){return _0x24e642(_0x54ee16);},'UqoEy':_0x35158d(0x1c7),'vPkoh':_0x35158d(0x130),'QYLzN':'launch'},_0x2b960a=path[_0x35158d(0x1bd)](_0x246a81[_0x35158d(0x14d)],_0x246a81['WKjMJ'],_0x246a81[_0x35158d(0x1f6)]),_0x5d155c=_0x246a81[_0x35158d(0x142)](importFileFromPWCore,_0x2b960a);if(!_0x5d155c){_0x246a81['AeBeX'](debug,_0x246a81[_0x35158d(0x1e3)]);return;}const _0x3823dd=_0x5d155c[_0x35158d(0x188)],_0xcdfe35=_0x3823dd[_0x35158d(0x206)];if(_0xcdfe35[_0x35158d(0x171)])return;const _0x27f77b=_0xcdfe35[_0x35158d(0x130)];Object[_0x35158d(0x168)](_0xcdfe35,_0x246a81[_0x35158d(0x1c8)],{'get':function(){const _0x1b1ea9=_0x35158d,_0x1ec5ba={'IrAjR':function(_0x442b5f,_0x2c8a9c){const _0x3fe962=a4_0x36d8;return _0x246a81[_0x3fe962(0x1f7)](_0x442b5f,_0x2c8a9c);},'cDDrb':_0x246a81['bkqBT'],'kfiAZ':function(_0x4a92cc,_0x3f6407,_0x3a9607){const _0x371545=a4_0x36d8;return _0x246a81[_0x371545(0x13d)](_0x4a92cc,_0x3f6407,_0x3a9607);},'CizQw':_0x246a81[_0x1b1ea9(0x19f)],'qSbfO':function(_0x626880,_0x249b8d){const _0x57de88=_0x1b1ea9;return _0x246a81[_0x57de88(0x157)](_0x626880,_0x249b8d);},'QwwAi':_0x246a81[_0x1b1ea9(0x1ff)],'aVpli':function(_0xedfa26,_0x2817b3,_0x52672c){const _0x164dbe=_0x1b1ea9;return _0x246a81[_0x164dbe(0x1e8)](_0xedfa26,_0x2817b3,_0x52672c);},'snlUe':function(_0x436310,_0x1fad6a){const _0x3a245e=_0x1b1ea9;return _0x246a81[_0x3a245e(0x157)](_0x436310,_0x1fad6a);}};return async function _0xca9cfe(_0xe73b65,_0x30a6da){const _0x3375b5=_0x1b1ea9,_0x812234={'uFavh':function(_0x932889,_0x2e1114){return _0x1ec5ba['IrAjR'](_0x932889,_0x2e1114);},'ZWdgK':_0x1ec5ba[_0x3375b5(0x1de)]},_0x467697=_0x1ec5ba['kfiAZ'](nestedKeyValue,_0xe73b65,[_0x1ec5ba['CizQw']])||_0xe73b65;let _0x3388af=null,_0x280eb9=null;try{[_0x280eb9,_0x3388af]=_0x467697?_0x1ec5ba[_0x3375b5(0x12a)](parseWSEndpoint,_0x467697):[null,null],global[_0x3375b5(0x137)]=_0x3388af,logger['debug'](_0x3375b5(0x15f)+_0x280eb9),_0x280eb9[_0x3375b5(0x1f4)](Constants[_0x3375b5(0x187)])&&(global['__cloud_provider___']=_0x1ec5ba['QwwAi']);}catch(_0x8b6151){logger[_0x3375b5(0x1ea)](_0x3375b5(0x132)+_0x467697+'\x20'+_0x8b6151);}_0x1ec5ba[_0x3375b5(0x207)](processAccessibilityCaps,_0x3388af,_0x280eb9);if(global['accessibilityPlatform']){const _0x146593=await _0xcdfe35[_0x3375b5(0x20e)][_0x3375b5(0x14f)](this,[''+Constants[_0x3375b5(0x1d0)]+_0x1ec5ba[_0x3375b5(0x208)](encodeURIComponent,JSON['stringify'](_0x3388af))]);return PlaywrightSessionDetails['setupBrowserDetails'](_0x146593,_0x30668d,_0x467697),_0x146593;}return _0x27f77b[_0x3375b5(0x14f)](this,arguments)[_0x3375b5(0x1b2)](_0xa2ca0e=>{const _0x385935=_0x3375b5;let _0x1b43b8=_0xe73b65[_0x385935(0x1e4)];return _0x812234[_0x385935(0x1c1)](typeof _0xe73b65,_0x812234['ZWdgK'])&&(_0x1b43b8=_0xe73b65),PlaywrightSessionDetails[_0x385935(0x13b)](_0xa2ca0e,_0x30668d,_0x1b43b8),_0xa2ca0e;});};}});const _0x3abcef=_0xcdfe35[_0x35158d(0x1e5)];Object[_0x35158d(0x168)](_0xcdfe35,_0x246a81['QYLzN'],{'get':function(){return async function _0x41b5dd(){const _0x5c7ba6=a4_0x36d8;return _0x3abcef[_0x5c7ba6(0x14f)](this,arguments)[_0x5c7ba6(0x1b2)](_0x3db805=>{return PlaywrightSessionDetails['setupBrowserDetails'](_0x3db805,null),_0x3db805;});};}});};function a4_0x36d8(_0x388762,_0x3a3e5c){const _0x1f37be=a4_0x1f37();return a4_0x36d8=function(_0x36d862,_0x32646c){_0x36d862=_0x36d862-0x129;let _0x1dc335=_0x1f37be[_0x36d862];return _0x1dc335;},a4_0x36d8(_0x388762,_0x3a3e5c);}class O11yHelper{['currentTest']=null;[a4_0x4d5682(0x1f9)]=null;[a4_0x4d5682(0x1b6)]=![];[a4_0x4d5682(0x180)]=![];[a4_0x4d5682(0x1a1)]=[];constructor(_0x54cad0,_0x3bae8f){const _0x35a172=a4_0x4d5682,_0x39afab={'biHOV':'0|2|4|5|3|1','QsuGT':function(_0xe64e15){return _0xe64e15();},'lsVyh':function(_0x1e751c,_0x3e21f7){return _0x1e751c===_0x3e21f7;},'fsbBY':'Playwright','HujQt':function(_0x4e4c90,_0x1fd5aa){return _0x4e4c90(_0x1fd5aa);},'dtuQG':function(_0x1c0cd9){return _0x1c0cd9();}},_0x522d76=_0x39afab[_0x35a172(0x1ae)]['split']('|');let _0x783e50=0x0;while(!![]){switch(_0x522d76[_0x783e50++]){case'0':this['enabled']=_0x39afab[_0x35a172(0x227)](shouldProcessEventForTesthub);continue;case'1':this[_0x35a172(0x21d)]&&_0x39afab[_0x35a172(0x1d5)](this['driver']['constructor'][_0x35a172(0x12b)],_0x39afab[_0x35a172(0x184)])&&_0x39afab['HujQt'](mockPWBrowserType,null);continue;case'2':this[_0x35a172(0x180)]=_0x3bae8f[_0x35a172(0x180)];continue;case'3':this['_paths']=new testOpsHelper[(_0x35a172(0x1ad))]({'cwd':process[_0x35a172(0x217)]()},this['_testEnv'][_0x35a172(0x177)]);continue;case'4':this[_0x35a172(0x21d)]=_0x54cad0;continue;case'5':this[_0x35a172(0x1d4)]=_0x39afab[_0x35a172(0x197)](getTestEnv);continue;}break;}}[a4_0x4d5682(0x1fd)](){const _0x2bbd7d=a4_0x4d5682,_0x1937b6={'yfaIm':function(_0x4d0698,_0x392e93){return _0x4d0698(_0x392e93);}};if(!this[_0x2bbd7d(0x21d)])return![];try{const _0x10bc8a=_0x1937b6[_0x2bbd7d(0x13c)](fetchPlatformDetails,this[_0x2bbd7d(0x21d)]);if(!_0x10bc8a)return![];const _0x19b669=Object[_0x2bbd7d(0x199)](_0x10bc8a)[0x0];return!!(_0x19b669&&_0x10bc8a[_0x19b669]&&_0x10bc8a[_0x19b669]['session_id']);}catch(_0x2ff43a){return![];}}[a4_0x4d5682(0x204)](_0x43274d,_0x11e6c2){const _0x470288=a4_0x4d5682;if(!_0x11e6c2)return;const _0x5e48bc={};_0x5e48bc[_0x470288(0x170)]=_0x43274d,_0x5e48bc[_0x470288(0x20c)]=_0x11e6c2,this[_0x470288(0x1a1)][_0x470288(0x200)](_0x5e48bc);}async['flushPendingHookEvents'](){const _0x1cfef3=a4_0x4d5682,_0x131a34={};_0x131a34[_0x1cfef3(0x22a)]=function(_0x3492e9,_0x4af43b){return _0x3492e9&&_0x4af43b;};const _0x594755=_0x131a34;if(!this[_0x1cfef3(0x1a1)]['length'])return;if(!this['hasLiveDriverSession']())return;const _0x5e3096=this[_0x1cfef3(0x1be)](this['driver']),_0x57bdc3=this[_0x1cfef3(0x1a1)][_0x1cfef3(0x161)](0x0,this[_0x1cfef3(0x1a1)][_0x1cfef3(0x14c)]);for(const {eventType:_0x2118b7,uploadData:_0x171b91}of _0x57bdc3){try{const _0xa319b3=_0x171b91[_0x1cfef3(0x1e0)]||_0x171b91[_0x1cfef3(0x229)];_0x594755[_0x1cfef3(0x22a)](_0xa319b3,_0x5e3096)&&(_0xa319b3[_0x1cfef3(0x148)]=_0x5e3096),await this[_0x1cfef3(0x16c)](_0x2118b7,_0x171b91);}catch(_0x9b92ba){logger['debug'](_0x1cfef3(0x193)+_0x2118b7+':\x20'+util[_0x1cfef3(0x19c)](_0x9b92ba));}}}[a4_0x4d5682(0x1b5)](){const _0x2781b3=a4_0x4d5682;if(!this[_0x2781b3(0x1b6)])return;testOpsHelper[_0x2781b3(0x1b0)](),process[_0x2781b3(0x1fa)]('bs:addLog:'+process['pid']),process['on'](_0x2781b3(0x1a2)+process[_0x2781b3(0x1e7)],this['appendTestItemLog']['bind'](this));}async[a4_0x4d5682(0x15e)](){const _0x14c327=a4_0x4d5682;await RequestQueueHandler['getInstance']()[_0x14c327(0x1fe)]();}async[a4_0x4d5682(0x202)](_0x2c3d97){const _0x5be6ce=a4_0x4d5682,_0x3c14a9={'lRAxG':_0x5be6ce(0x1c3),'ioqPh':function(_0x11e731,_0x1246ef){return _0x11e731(_0x1246ef);}};try{this[_0x5be6ce(0x1f9)]&&!this['currentHook'][_0x5be6ce(0x155)]&&(_0x2c3d97[_0x5be6ce(0x16f)]=this[_0x5be6ce(0x1f9)][_0x5be6ce(0x224)]);!_0x2c3d97['hook_run_uuid']&&this[_0x5be6ce(0x15b)]&&!this[_0x5be6ce(0x15b)]['markedStatus']&&(_0x2c3d97[_0x5be6ce(0x1ec)]=this[_0x5be6ce(0x15b)][_0x5be6ce(0x1fb)]);if(_0x2c3d97[_0x5be6ce(0x16f)]||_0x2c3d97[_0x5be6ce(0x1ec)]){const _0x5c842b={};_0x5c842b[_0x5be6ce(0x15d)]=_0x3c14a9[_0x5be6ce(0x214)],_0x5c842b['logs']=[_0x2c3d97],await SessionHandler[_0x5be6ce(0x215)](_0x5c842b);}}catch(_0x5a7342){_0x3c14a9['ioqPh'](debug,_0x5be6ce(0x211)+constants[_0x5be6ce(0x1e9)]+'\x20with\x20error\x20:\x20'+_0x5a7342);}}async[a4_0x4d5682(0x1c4)](_0x57f96d){const _0x5ae836=a4_0x4d5682,_0x49f80a={'IBzzQ':'CBTSessionCreated','zJEok':function(_0x333a10,_0x1ff3ae){return _0x333a10(_0x1ff3ae);}};if(!this['enabled'])return;const _0x5c2ce4=this['getCBTInfo'](this[_0x5ae836(0x21d)]);try{const _0x490d33={};_0x490d33[_0x5ae836(0x1cb)]=_0x57f96d,_0x490d33[_0x5ae836(0x148)]=_0x5c2ce4;const _0x4865ea=_0x490d33,_0x20da1a={};_0x20da1a[_0x5ae836(0x15d)]=_0x49f80a['IBzzQ'],_0x20da1a[_0x5ae836(0x229)]=_0x4865ea,await SessionHandler[_0x5ae836(0x215)](_0x20da1a);}catch(_0x40a6c7){_0x49f80a[_0x5ae836(0x1b1)](debug,_0x5ae836(0x169)+constants['TEST_REPORTING_ANALYTICS']+_0x5ae836(0x1f5)+_0x40a6c7);}}['getCBTInfo'](_0x15d93a){const _0x3f3949=a4_0x4d5682,_0x536f7c={'kYMYE':function(_0x271c10,_0x390a28){return _0x271c10(_0x390a28);}};return _0x536f7c[_0x3f3949(0x1f2)](fetchPlatformDetails,_0x15d93a);}[a4_0x4d5682(0x1e6)]=_0x58f2dd=>{const _0x5a00ef=a4_0x4d5682,_0x4361b9={};_0x4361b9[_0x5a00ef(0x165)]=_0x5a00ef(0x20a),_0x4361b9[_0x5a00ef(0x164)]=_0x5a00ef(0x194);const _0x5cbc33=_0x4361b9;if(!_0x58f2dd||!_0x58f2dd['parent'])return;[_0x5cbc33[_0x5a00ef(0x165)],_0x5cbc33[_0x5a00ef(0x164)]][_0x5a00ef(0x223)](_0x3723c7=>{const _0x5aee74=_0x5a00ef,_0x388b5f=_0x58f2dd[_0x5aee74(0x1b8)][_0x3723c7];_0x388b5f['forEach'](_0x52275b=>{const _0x378882=_0x5aee74;_0x52275b[_0x378882(0x224)]&&(_0x52275b[_0x378882(0x224)]=null);});});};['mapTestHooks'](_0x4ef81c){const _0xff6e4=a4_0x4d5682,_0x3648ee={'EtjRH':_0xff6e4(0x151),'rPgtw':function(_0x4b1ecf){return _0x4b1ecf();},'bioxV':function(_0x4dc8a1,_0x27ae4d){return _0x4dc8a1===_0x27ae4d;},'uNXJt':_0xff6e4(0x194),'HIIHd':function(_0x50724a){return _0x50724a();},'IsJAj':'_beforeAll','NnMlc':_0xff6e4(0x198),'sRWLq':'_beforeEach'};if(!_0x4ef81c||!_0x4ef81c[_0xff6e4(0x1b8)])return;[_0x3648ee[_0xff6e4(0x1ab)],_0x3648ee['NnMlc'],_0x3648ee[_0xff6e4(0x16a)],_0x3648ee[_0xff6e4(0x139)]][_0xff6e4(0x223)](_0x1038bc=>{const _0x5eb6ac=_0xff6e4,_0x4a48b7=_0x4ef81c['parent'][_0x1038bc]||[];_0x4a48b7[_0x5eb6ac(0x223)](_0x37e3d4=>{const _0x522fff=_0x5eb6ac;if(_0x37e3d4[_0x522fff(0x1f0)][_0x522fff(0x1f4)](_0x3648ee[_0x522fff(0x1a5)]))return;if(!_0x37e3d4[_0x522fff(0x224)])_0x37e3d4['hookAnalyticsId']=_0x3648ee['rPgtw'](uuidv4);else _0x37e3d4['markedStatus']&&_0x3648ee['bioxV'](_0x1038bc,_0x3648ee['uNXJt'])&&(_0x37e3d4['hookAnalyticsId']=_0x3648ee[_0x522fff(0x174)](uuidv4),delete _0x37e3d4['markedStatus']);});}),this[_0xff6e4(0x196)](_0x4ef81c[_0xff6e4(0x1b8)]);}[a4_0x4d5682(0x1b3)](_0x1db7c0){const _0x428bbf=a4_0x4d5682,_0xbc94a1={};_0xbc94a1[_0x428bbf(0x13f)]=_0x428bbf(0x147),_0xbc94a1['AMDzz']=_0x428bbf(0x198),_0xbc94a1[_0x428bbf(0x203)]='_beforeEach',_0xbc94a1[_0x428bbf(0x19e)]=_0x428bbf(0x194);const _0x49a384=_0xbc94a1;if(!_0x1db7c0||!_0x1db7c0[_0x428bbf(0x1b8)])return[];const _0x1a8654=[];return[_0x49a384[_0x428bbf(0x13f)],_0x49a384[_0x428bbf(0x21f)],_0x49a384[_0x428bbf(0x203)],_0x49a384[_0x428bbf(0x19e)]][_0x428bbf(0x223)](_0x39ffea=>{const _0x6144de=_0x428bbf,_0x469f02=_0x1db7c0[_0x6144de(0x1b8)][_0x39ffea]||[];_0x469f02[_0x6144de(0x223)](_0x4bc189=>{const _0x419599=_0x6144de;_0x4bc189['hookAnalyticsId']&&_0x1a8654[_0x419599(0x200)](_0x4bc189[_0x419599(0x224)]);});}),[][_0x428bbf(0x176)](_0x1a8654,this[_0x428bbf(0x1b3)](_0x1db7c0['parent']));}[a4_0x4d5682(0x213)](_0x49364d){const _0xe348b6=a4_0x4d5682,_0x2ba97d=/^"(?<hook>.*)" hook:.*$/,_0xab95c4=_0x49364d[_0xe348b6(0x1f0)],_0xf7b0df=_0xab95c4[_0xe348b6(0x18b)](_0x2ba97d);if(_0xf7b0df&&_0xf7b0df[_0xe348b6(0x1f3)])return _0xf7b0df[_0xe348b6(0x1f3)][_0xe348b6(0x13a)][_0xe348b6(0x210)]()[_0xe348b6(0x20b)]('\x20','_');return null;}[a4_0x4d5682(0x146)](_0x2de962){const _0x8a6c48=a4_0x4d5682,_0x1b4e29={};_0x1b4e29['hzwPM']=function(_0x4b14e4,_0x4f0e9e){return _0x4b14e4===_0x4f0e9e;},_0x1b4e29['MFmIP']=function(_0x550171,_0x4e772a){return _0x550171===_0x4e772a;},_0x1b4e29['aYTNf']=function(_0x19e6e8,_0x60c24f){return _0x19e6e8===_0x60c24f;},_0x1b4e29[_0x8a6c48(0x1a9)]=_0x8a6c48(0x1eb),_0x1b4e29[_0x8a6c48(0x1f8)]='config';const _0x31f0c6=_0x1b4e29,_0x7f3e4a=path['sep'];if(_0x31f0c6[_0x8a6c48(0x153)](_0x2de962,null)||_0x31f0c6[_0x8a6c48(0x153)](_0x2de962,'')||_0x31f0c6[_0x8a6c48(0x209)](_0x2de962,_0x7f3e4a)||_0x31f0c6[_0x8a6c48(0x1f1)](_0x2de962,path[_0x8a6c48(0x1d6)](_0x2de962)))return null;try{return fs['statSync'](path[_0x8a6c48(0x1bd)](_0x2de962,_0x31f0c6[_0x8a6c48(0x1a9)],_0x31f0c6[_0x8a6c48(0x1f8)])),_0x2de962;}catch(_0x5be320){const _0x39e62b=path[_0x8a6c48(0x1d6)](_0x2de962);return this[_0x8a6c48(0x146)](_0x39e62b);}}[a4_0x4d5682(0x1cc)](_0x583bbc){const _0x23fe8c=a4_0x4d5682,_0x1ae56b={};_0x1ae56b[_0x23fe8c(0x1ba)]=function(_0x2a0c7e,_0x2769c0){return _0x2a0c7e>_0x2769c0;};const _0x463d72=_0x1ae56b;if(_0x583bbc[_0x23fe8c(0x1cf)])return _0x583bbc[_0x23fe8c(0x1cf)];if(_0x583bbc['ctx']){const _0x241b83=_0x583bbc[_0x23fe8c(0x12c)]['currentTest']?this[_0x23fe8c(0x1cc)](_0x583bbc[_0x23fe8c(0x12c)][_0x23fe8c(0x15b)]):null;if(_0x241b83)return _0x241b83;}if(_0x583bbc[_0x23fe8c(0x1b8)]){const _0x6aaa2e=this[_0x23fe8c(0x1cc)](_0x583bbc['parent'])||(_0x583bbc[_0x23fe8c(0x1b8)][_0x23fe8c(0x12c)]&&_0x583bbc[_0x23fe8c(0x1b8)][_0x23fe8c(0x12c)][_0x23fe8c(0x15b)]?this[_0x23fe8c(0x1cc)](_0x583bbc['parent'][_0x23fe8c(0x12c)]['currentTest']):null);if(_0x6aaa2e)return _0x6aaa2e;_0x583bbc['parent'][_0x23fe8c(0x14a)]&&_0x463d72['srMUF'](_0x583bbc[_0x23fe8c(0x1b8)][_0x23fe8c(0x14a)]['length'],0x0)&&_0x583bbc[_0x23fe8c(0x1b8)][_0x23fe8c(0x14a)]['forEach'](_0x38fc0a=>{const _0x1cfa6a=_0x23fe8c,_0x534829=_0x38fc0a[_0x1cfa6a(0x12c)]?this[_0x1cfa6a(0x1cc)](_0x38fc0a[_0x1cfa6a(0x12c)]):null;if(_0x534829)return _0x534829;});}return null;}[a4_0x4d5682(0x12e)](_0x148fa3){const _0x2c2202=a4_0x4d5682,_0x34662f={};_0x34662f[_0x2c2202(0x179)]=function(_0x992e54,_0x3d2486){return _0x992e54!==_0x3d2486;};const _0x4fe055=_0x34662f,_0x3464d7=[];if(_0x148fa3&&_0x148fa3[_0x2c2202(0x1b8)]){let _0x5d6846=_0x148fa3[_0x2c2202(0x1b8)];while(_0x5d6846&&_0x4fe055['ZSoPe'](_0x5d6846[_0x2c2202(0x1f0)],'')){_0x3464d7[_0x2c2202(0x200)](_0x5d6846[_0x2c2202(0x1f0)]),_0x5d6846=_0x5d6846['parent'];}}return _0x3464d7;}[a4_0x4d5682(0x175)](_0x3a2ad5,_0x3eed3e,_0x18ca47=undefined){const _0x60273e=a4_0x4d5682,_0x5b3cea={'ZIMKS':function(_0x1f64f2,_0xa9a8ec){return _0x1f64f2(_0xa9a8ec);},'AcYGe':function(_0x3eebea){return _0x3eebea();},'cWkVE':function(_0x40be1c){return _0x40be1c();},'tsPPo':_0x60273e(0x1ee),'Pvxkp':function(_0xb864a9,_0x1de927){return _0xb864a9!==_0x1de927;},'IxTjj':_0x60273e(0x183),'bpipA':_0x60273e(0x15c),'VVNdY':_0x60273e(0x19a),'NCmym':_0x60273e(0x134),'jaSCb':_0x60273e(0x129),'PRwsy':_0x60273e(0x1a6),'NUPJY':function(_0x4c3cef,_0xe27b51){return _0x4c3cef-_0xe27b51;},'xeutJ':function(_0x90113e,_0x38d65c,_0x376707,_0x42461a,_0x412663){return _0x90113e(_0x38d65c,_0x376707,_0x42461a,_0x412663);},'IaqLv':function(_0x341a46,_0x26168a){return _0x341a46!==_0x26168a;},'VSSQS':'integrations','vPzeg':_0x60273e(0x1a4),'KnXhe':'failure','QqMLC':'failure_backtrace','sZQaF':_0x60273e(0x159),'eGrRw':_0x60273e(0x1b9),'aBHof':_0x60273e(0x21a),'ccIYc':function(_0x3e8b7e,_0x2fb26f){return _0x3e8b7e===_0x2fb26f;},'dMbyP':'hook_run','AQZcT':'test_run'};if(!this['enabled'])return;try{if(_0x3eed3e['fn']&&_0x3eed3e['fn']['toString']()[_0x60273e(0x18b)](/browserstack internal helper hook/))return;const _0x1c043d=_0x5b3cea[_0x60273e(0x19d)](parseEvent,_0x3a2ad5);if(!_0x1c043d)return;if(_0x1c043d[_0x60273e(0x1cd)]){this[_0x60273e(0x15b)]=_0x3eed3e,this[_0x60273e(0x1f9)]=null;if(_0x1c043d[_0x60273e(0x144)]||_0x1c043d[_0x60273e(0x129)]){_0x3eed3e[_0x60273e(0x205)]=new Date(),_0x3eed3e[_0x60273e(0x155)]=![];if(!_0x3eed3e[_0x60273e(0x1fb)])_0x3eed3e['testAnalyticsId']=_0x5b3cea[_0x60273e(0x17d)](uuidv4);else _0x3eed3e[_0x60273e(0x155)]&&(!_0x3eed3e[_0x60273e(0x1ac)]&&(_0x3eed3e['retryOf']=_0x3eed3e['testAnalyticsId']),_0x3eed3e[_0x60273e(0x1fb)]=_0x5b3cea[_0x60273e(0x17d)](uuidv4));}}else{if(_0x1c043d[_0x60273e(0x13a)]){this['currentHook']=_0x3eed3e;if(_0x1c043d[_0x60273e(0x144)]){_0x3eed3e[_0x60273e(0x205)]=new Date(),_0x3eed3e[_0x60273e(0x155)]=![];if(!_0x3eed3e[_0x60273e(0x224)])_0x3eed3e[_0x60273e(0x224)]=_0x5b3cea[_0x60273e(0x172)](uuidv4);else _0x3eed3e[_0x60273e(0x224)]&&_0x3eed3e['markedStatus']&&(_0x3eed3e['hookAnalyticsId']=_0x5b3cea['AcYGe'](uuidv4));}}}if(_0x1c043d['finished']&&_0x3eed3e['markedStatus'])return;let _0x4a1ecc;try{_0x4a1ecc=this[_0x60273e(0x1cc)](_0x3eed3e);}catch(_0x2ee96a){logger[_0x60273e(0x1ea)]('failed\x20to\x20get\x20root\x20parent\x20file\x20'+_0x2ee96a),_0x4a1ecc=null;}let _0x17d03b=[];_0x18ca47&&(_0x17d03b=[_0x18ca47,_0x5b3cea[_0x60273e(0x1bc)]]);const _0xbca6e9=_0x5b3cea['Pvxkp'](_0x3eed3e[_0x60273e(0x1a0)],undefined)?util[_0x60273e(0x17c)](_0x3eed3e[_0x60273e(0x1a0)][0x0]):_0x5b3cea[_0x60273e(0x182)](_0x18ca47,undefined)?_0x18ca47[_0x60273e(0x22b)]():undefined,_0x285faf=_0x4a1ecc?this[_0x60273e(0x146)](_0x4a1ecc):null,_0x1b8fce=_0x4a1ecc?this[_0x60273e(0x226)][_0x60273e(0x141)](this['getRootParentFile'](_0x3eed3e)):_0x5b3cea[_0x60273e(0x1c2)];let _0x45bfdd=_0x5b3cea['bpipA'];const _0x5db8c5=!_0x1c043d['started']?new Date()['toISOString']():null;if(_0x1c043d[_0x60273e(0x156)])_0x45bfdd=_0x18ca47?_0x5b3cea[_0x60273e(0x133)]:_0x5b3cea['NCmym'],_0x3eed3e[_0x60273e(0x155)]=!![];else _0x1c043d[_0x60273e(0x129)]&&(_0x45bfdd=_0x5b3cea[_0x60273e(0x18d)],_0x3eed3e['markedStatus']=!![]);const _0x396652={'framework':this['frameworkName'],'uuid':_0x3eed3e['testAnalyticsId']||_0x3eed3e[_0x60273e(0x224)],'name':_0x3eed3e[_0x60273e(0x1f0)],'body':{'lang':_0x5b3cea[_0x60273e(0x1df)],'code':_0x3eed3e['body'][_0x60273e(0x22b)]()},'type':_0x3eed3e['type'],'scope':_0x3eed3e[_0x60273e(0x1ca)](),'scopes':this[_0x60273e(0x12e)](_0x3eed3e),'file_name':_0x1b8fce,'vc_filepath':_0x285faf?path[_0x60273e(0x1d9)](_0x285faf,_0x4a1ecc):null,'location':_0x1b8fce,'result':_0x45bfdd,'failure_reason':_0xbca6e9,'duration_in_ms':_0x3eed3e[_0x60273e(0x1c0)]||(_0x1c043d[_0x60273e(0x156)]||_0x1c043d[_0x60273e(0x129)])?_0x5b3cea[_0x60273e(0x1ed)](Date[_0x60273e(0x1a7)](),new Date(_0x3eed3e[_0x60273e(0x205)])['getTime']()):null,'started_at':new Date(_0x3eed3e[_0x60273e(0x205)])['toISOString'](),'finished_at':_0x5db8c5,'failure':testOpsHelper[_0x60273e(0x1a8)][_0x60273e(0x14f)](null,_0x17d03b),'failure_type':!_0xbca6e9?null:testOpsHelper[_0x60273e(0x1fc)](_0xbca6e9),'retry_of':_0x3eed3e[_0x60273e(0x1ac)]||null,'tags':_0x3eed3e[_0x60273e(0x1c9)]||[],'customRerunParam':{'rerun_name':_0x3eed3e[_0x60273e(0x1ca)]()}};_0x5b3cea[_0x60273e(0x1ce)](appendTesthubParams,_0x396652,_0x3a2ad5,_0x3eed3e,FRAMEWORKS['CODECEPT']);if(_0x1c043d[_0x60273e(0x13a)])[_0x396652['hook_type'],_0x396652[_0x60273e(0x12b)]]=[this['getHookType'](_0x3eed3e),_0x3eed3e[_0x60273e(0x12c)][_0x60273e(0x1cd)][_0x60273e(0x1f0)]],_0x1c043d[_0x60273e(0x156)]?_0x5b3cea[_0x60273e(0x18e)](_0x396652['result'],_0x5b3cea[_0x60273e(0x133)])&&(_0x396652[_0x60273e(0x1b7)]=_0x5b3cea['NCmym']):_0x396652[_0x60273e(0x1b4)]={};else _0x1c043d[_0x60273e(0x1cd)]&&(this[_0x60273e(0x196)](_0x3eed3e),_0x1c043d[_0x60273e(0x129)]&&this[_0x60273e(0x1e6)](_0x3eed3e),(_0x1c043d[_0x60273e(0x156)]||_0x1c043d[_0x60273e(0x129)])&&(_0x396652['hooks']=this['getHooksForTest'](_0x3eed3e)));this[_0x60273e(0x21d)]&&(_0x1c043d[_0x60273e(0x144)]||_0x1c043d[_0x60273e(0x129)])&&(_0x396652[_0x5b3cea[_0x60273e(0x1af)]]=this[_0x60273e(0x1be)](this['driver']));_0x1c043d[_0x60273e(0x1cd)]&&_0x1c043d[_0x60273e(0x156)]&&_0x3eed3e[_0x60273e(0x181)]&&(_0x396652[_0x5b3cea[_0x60273e(0x154)]]={'feature':{'name':_0x3eed3e['parent'][_0x60273e(0x152)]['name'],'path':_0x396652[_0x60273e(0x167)],'description':_0x3eed3e[_0x60273e(0x1b8)][_0x60273e(0x21e)]},'scenario':{'name':_0x3eed3e[_0x60273e(0x1f0)]},'steps':_0x3eed3e[_0x60273e(0x181)]});const _0x1f3b7a=_0x396652[_0x5b3cea['KnXhe']][0x0];_0x1f3b7a&&(_0x396652[_0x5b3cea[_0x60273e(0x136)]]=_0x1f3b7a[_0x5b3cea[_0x60273e(0x1d1)]],_0x396652[_0x5b3cea[_0x60273e(0x22c)]]=_0x1f3b7a[_0x5b3cea[_0x60273e(0x149)]]);if(_0x3eed3e['bddSteps'])for(const _0x5bc8e9 of _0x3eed3e[_0x60273e(0x181)]){!_0x5bc8e9[_0x60273e(0x18a)]&&(_0x5bc8e9[_0x60273e(0x18a)]=new Date()[_0x60273e(0x222)](),_0x5b3cea[_0x60273e(0x218)](_0x5bc8e9[_0x60273e(0x1b7)],_0x5b3cea[_0x60273e(0x162)])&&(_0x1f3b7a?(_0x5bc8e9[_0x60273e(0x1b7)]=_0x5b3cea[_0x60273e(0x133)],_0x5bc8e9['failure']=_0x1f3b7a[_0x5b3cea[_0x60273e(0x1d1)]][0x0]):_0x5bc8e9[_0x60273e(0x1b7)]=_0x5b3cea['NCmym']));}const _0x15afd8={};_0x15afd8[_0x60273e(0x15d)]=_0x1c043d[_0x60273e(0x129)]?TEST_EVENTS[_0x60273e(0x1d2)]:_0x3a2ad5;const _0x1efccb=_0x15afd8;return _0x1c043d[_0x60273e(0x13a)]?_0x1efccb[_0x5b3cea[_0x60273e(0x140)]]=_0x396652:_0x1efccb[_0x5b3cea[_0x60273e(0x19b)]]=_0x396652,_0x1efccb;}catch(_0x5d8ab9){logger[_0x60273e(0x1ea)](_0x60273e(0x228)+_0x3a2ad5+_0x60273e(0x1f5)+_0x5d8ab9);}}async[a4_0x4d5682(0x16c)](_0x3c8b69,_0x4d425a){const _0x4859c3=a4_0x4d5682;if(!this[_0x4859c3(0x1b6)]||!_0x4d425a||!_0x3c8b69)return![];try{return await SessionHandler[_0x4859c3(0x215)](_0x4d425a);}catch(_0x42225d){logger['debug'](_0x4859c3(0x12f)+_0x3c8b69+_0x4859c3(0x1f5)+_0x42225d);}}[a4_0x4d5682(0x20f)](_0x294abd){const _0x509582=a4_0x4d5682,_0x50caaa={};_0x50caaa[_0x509582(0x1d8)]=_0x509582(0x15c);const _0x578ca8=_0x50caaa;return{'id':_0x294abd[_0x509582(0x15a)],'text':_0x294abd['text'],'keyword':_0x294abd[_0x509582(0x17e)],'started_at':_0x294abd[_0x509582(0x205)][_0x509582(0x222)](),'result':_0x578ca8['CuiFX']};}[a4_0x4d5682(0x16b)](_0x1ff493){const _0x58b8be=a4_0x4d5682,_0x464d8b={'dULUv':function(_0x4cb168){return _0x4cb168();}};!this[_0x58b8be(0x15b)][_0x58b8be(0x181)]&&(this['currentTest'][_0x58b8be(0x181)]=[]),!_0x1ff493[_0x58b8be(0x15a)]&&(_0x1ff493[_0x58b8be(0x15a)]=_0x464d8b[_0x58b8be(0x158)](uuidv4),_0x1ff493[_0x58b8be(0x205)]=new Date(),this['currentTest']['bddSteps']['push'](this[_0x58b8be(0x20f)](_0x1ff493)));}[a4_0x4d5682(0x16d)](_0x5210f8){const _0x481110=a4_0x4d5682,_0x545791={'JgMvg':function(_0x4fda82,_0x11de9b){return _0x4fda82(_0x11de9b);},'TaEPM':_0x481110(0x150),'raxky':_0x481110(0x15c),'BPYqq':'passed','HbPkO':function(_0x4879bd,_0x559bba){return _0x4879bd-_0x559bba;}};let _0x294acc=this[_0x481110(0x15b)][_0x481110(0x181)]['find'](_0x3d14b6=>_0x3d14b6['id']===_0x5210f8[_0x481110(0x15a)]);_0x545791['JgMvg'](isUndefined,_0x294acc)&&(_0x294acc=this[_0x481110(0x20f)](_0x5210f8)),_0x294acc[_0x481110(0x1b7)]=[_0x545791[_0x481110(0x1d3)],_0x545791[_0x481110(0x178)]][_0x481110(0x1f4)](_0x5210f8['status'])?_0x545791[_0x481110(0x17a)]:_0x5210f8[_0x481110(0x143)],_0x294acc[_0x481110(0x18a)]=new Date()[_0x481110(0x222)](),_0x294acc[_0x481110(0x1c0)]=_0x545791[_0x481110(0x1da)](Date[_0x481110(0x1a7)](),_0x5210f8[_0x481110(0x205)][_0x481110(0x166)]()),_0x294acc['failure']=_0x5210f8[_0x481110(0x1ee)]?_0x5210f8[_0x481110(0x1ee)][_0x481110(0x1e1)]:null;}}const a4_0x46f7fb={};a4_0x46f7fb[a4_0x4d5682(0x145)]=O11yHelper,a4_0x46f7fb[a4_0x4d5682(0x185)]=STATE_PASSED,a4_0x46f7fb['STATE_FAILED']=STATE_FAILED,a4_0x46f7fb[a4_0x4d5682(0x1bb)]=TEST_EVENTS,module[a4_0x4d5682(0x14e)]=a4_0x46f7fb;
|