browserstack-node-sdk 1.63.2 → 1.63.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ats/src/cloudproviders/AWS.js +1 -1
- package/ats/src/cloudproviders/Azure.js +1 -1
- package/ats/src/cloudproviders/CloudProvider.js +1 -1
- package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
- package/ats/src/cloudproviders/utils.js +1 -1
- package/ats/src/commands/configure.js +1 -1
- package/ats/src/commands/connect.js +1 -1
- package/ats/src/commands/connect_commands/grid.js +1 -1
- package/ats/src/commands/create.js +1 -1
- package/ats/src/commands/create_commands/grid.js +1 -1
- package/ats/src/commands/delete.js +1 -1
- package/ats/src/commands/delete_commands/grid.js +1 -1
- package/ats/src/commands/init.js +1 -1
- package/ats/src/commands/list.js +1 -1
- package/ats/src/commands/list_commands/grid_profiles.js +1 -1
- package/ats/src/commands/list_commands/grids.js +1 -1
- package/ats/src/commands/precheck.js +1 -1
- package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
- package/ats/src/commands/start.js +1 -1
- package/ats/src/commands/start_commands/grid.js +1 -1
- package/ats/src/commands/stop.js +1 -1
- package/ats/src/commands/stop_commands/grid.js +1 -1
- package/ats/src/config/constants.js +1 -1
- package/ats/src/config/logger.js +1 -1
- package/ats/src/index.js +1 -1
- package/ats/src/utils/AWSUtils.js +1 -1
- package/ats/src/utils/createAutoscalerStack.js +1 -1
- package/ats/src/utils/createClusterStack.js +1 -1
- package/ats/src/utils/createHubHaStack.js +1 -1
- package/ats/src/utils/createk8sClient.js +1 -1
- package/ats/src/utils/deleteEFSMountTargets.js +1 -1
- package/ats/src/utils/deleteStack.js +1 -1
- package/ats/src/utils/describeStack.js +1 -1
- package/ats/src/utils/gridComponents.js +1 -1
- package/ats/src/utils/hstUtils.js +1 -1
- package/ats/src/utils/instrumentationUtils.js +1 -1
- package/ats/src/utils/userInput.js +1 -1
- package/ats/src/utils/utilityMethods.js +1 -1
- package/ats/src/utils/webSocketUtils.js +1 -1
- package/package.json +1 -1
- package/src/ai-sdk-node/bundle.js +1 -1
- package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
- package/src/bin/codeceptjs/command.js +1 -1
- package/src/bin/codeceptjs/helper.js +1 -1
- package/src/bin/codeceptjs/o11yHelper.js +1 -1
- package/src/bin/cucumber-js/command.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
- package/src/bin/cucumber-js/test-observability.js +1 -1
- package/src/bin/cucumber-js/test.setup.js +1 -1
- package/src/bin/cucumber-js/test_old.setup.js +1 -1
- package/src/bin/cucumber-js/timeout.setup.js +1 -1
- package/src/bin/integrations/command.js +1 -1
- package/src/bin/integrations/constants.js +1 -1
- package/src/bin/jasmine/bstack-reporter/customReporter.js +1 -1
- package/src/bin/jasmine/command.js +1 -1
- package/src/bin/jasmine/test.setup.js +1 -1
- package/src/bin/jasmine/testRunMap.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/loadErrors.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/testcafe/a11y-runner.js +1 -1
- package/src/bin/testcafe/command.js +1 -1
- package/src/bin/testcafe/reporter/index.js +1 -1
- package/src/bin/testcafe/reporter/tcUtils.js +1 -1
- package/src/bin/testcafe/session-registry.js +1 -1
- package/src/bin/testcafe/stdout-interceptor.js +1 -1
- package/src/bin/testcafe/testcafe-action-patcher.js +1 -1
- package/src/bin/testcafe/w3c-driver.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/framework/testcafeAutomationFramework.js +1 -1
- package/src/bin/v2/framework/testcafeTestFramework.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/testcafeDriverModule.js +1 -1
- package/src/bin/v2/modules/testhubModule.js +1 -1
- package/src/bin/v2/sdkErrorHandler.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_0x3ef862=a1_0x1de8;(function(_0x1f7739,_0x13c51b){const _0x187432=a1_0x1de8,_0x5bed9e=_0x1f7739();while(!![]){try{const _0x101f53=parseInt(_0x187432(0x1fc))/0x1*(-parseInt(_0x187432(0x2f8))/0x2)+-parseInt(_0x187432(0x28f))/0x3*(parseInt(_0x187432(0x2ea))/0x4)+-parseInt(_0x187432(0x2bd))/0x5*(-parseInt(_0x187432(0x2a4))/0x6)+parseInt(_0x187432(0x2aa))/0x7+-parseInt(_0x187432(0x272))/0x8+-parseInt(_0x187432(0x2e5))/0x9+parseInt(_0x187432(0x2dc))/0xa;if(_0x101f53===_0x13c51b)break;else _0x5bed9e['push'](_0x5bed9e['shift']());}catch(_0x20e44d){_0x5bed9e['push'](_0x5bed9e['shift']());}}}(a1_0x1a85,0xb494d));const fs=require('fs'),util=require(a1_0x3ef862(0x292)),{requireModule,markSessionStatus,isUndefined,isTrue,isBrowserstackInfra}=require('../../helpers/helper'),logger=require('../../helpers/logger')[a1_0x3ef862(0x243)],testOpsHelper=require(a1_0x3ef862(0x2d9)),requestSpy=require(a1_0x3ef862(0x232)),PlaywrightSessionDetails=require(a1_0x3ef862(0x23f)),{O11yHelper,TEST_EVENTS,STATE_PASSED,STATE_FAILED}=require(a1_0x3ef862(0x202)),{shouldScanTestForAccessibility,isAccessibilityAutomationSession}=require(a1_0x3ef862(0x2c5)),AccessibilityHelper=require(a1_0x3ef862(0x260)),scripts=require(a1_0x3ef862(0x2ee)),PerformanceTester=require(a1_0x3ef862(0x22c)),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceHookEvents}=require(a1_0x3ef862(0x221)),{processWebDriverConfig,shouldPatchExecuteScript}=require(a1_0x3ef862(0x289)),testHubConstants=require('../../helpers/testhub/constants.js'),globals=require(a1_0x3ef862(0x1fb)),CodeceptJS=requireModule(a1_0x3ef862(0x216),a1_0x3ef862(0x205)),CodeceptUtils=requireModule('codeceptjs/lib/utils.js',a1_0x3ef862(0x205)),CodeceptWebDriver=requireModule(a1_0x3ef862(0x2f4),'codeceptjs'),CodeceptRecorder=requireModule('codeceptjs/lib/recorder.js','codeceptjs'),CodeceptPlaywright=requireModule('codeceptjs/lib/helper/Playwright.js',a1_0x3ef862(0x205));try{require(a1_0x3ef862(0x21b))[a1_0x3ef862(0x2dd)]('codeceptjs');}catch(a1_0x1afd10){logger[a1_0x3ef862(0x222)]('driver-init\x20capture\x20install\x20failed:\x20'+(a1_0x1afd10&&a1_0x1afd10[a1_0x3ef862(0x24d)]));}const playwrightMarkSessionStatus=(_0x496879,_0x2a3b41,_0x36d3db)=>{const _0x3249cc=a1_0x3ef862,_0x570052={'FXmGI':_0x3249cc(0x26a),'NJJhs':function(_0x3e84af,_0x4d3b49){return _0x3e84af(_0x4d3b49);}},_0x19a2ad={};_0x19a2ad[_0x3249cc(0x2f5)]=_0x2a3b41;const _0x548f3b={};_0x548f3b[_0x3249cc(0x2c7)]=_0x570052[_0x3249cc(0x22d)],_0x548f3b['arguments']=_0x19a2ad;const _0x407e60=_0x548f3b;return!_0x570052[_0x3249cc(0x282)](isUndefined,_0x36d3db)&&(_0x407e60[_0x3249cc(0x20b)]['reason']=JSON[_0x3249cc(0x28a)](_0x36d3db)),_0x496879[_0x3249cc(0x2ef)](()=>{},'browserstack_executor:\x20'+JSON[_0x3249cc(0x28a)](_0x407e60));},o11ySync=PerformanceTester[a1_0x3ef862(0x285)](PerformanceO11yEvents['SYNC'],async _0x3f6a7c=>{const _0x45781d=a1_0x3ef862,_0x59178d={};_0x59178d[_0x45781d(0x20c)]=function(_0xce589d,_0x43517b){return _0xce589d===_0x43517b;},_0x59178d['LNsSm']=_0x45781d(0x277);const _0x3e0be3=_0x59178d;_0x3e0be3[_0x45781d(0x20c)](_0x3f6a7c['constructor'][_0x45781d(0x21a)],_0x3e0be3[_0x45781d(0x2c6)])?await _0x3f6a7c['executeScript'](_0x336530=>{},testOpsHelper[_0x45781d(0x267)]()):await _0x3f6a7c[_0x45781d(0x2ef)](testOpsHelper[_0x45781d(0x267)]());}),markSessionName=PerformanceTester['measureWrapper'](PerformanceAutEvents['SESSION_NAME'],async(_0x4d587a,_0xce4f59)=>{const _0x5bc363=a1_0x3ef862,_0x2a973d={};_0x2a973d['DywsI']=_0x5bc363(0x2a2),_0x2a973d['EbzHT']=function(_0x53cdab,_0x5d2eb0){return _0x53cdab===_0x5d2eb0;},_0x2a973d[_0x5bc363(0x288)]=_0x5bc363(0x277);const _0x25de60=_0x2a973d,_0x4ddff3={};_0x4ddff3['name']=_0xce4f59;const _0x43f91f={};_0x43f91f[_0x5bc363(0x2c7)]=_0x25de60[_0x5bc363(0x246)],_0x43f91f[_0x5bc363(0x20b)]=_0x4ddff3;const _0x9b3347=_0x43f91f;_0x25de60[_0x5bc363(0x28e)](_0x4d587a['constructor']['name'],_0x25de60['yvXpj'])?await _0x4d587a[_0x5bc363(0x2ef)](()=>{},_0x5bc363(0x220)+JSON[_0x5bc363(0x28a)](_0x9b3347)):await _0x4d587a[_0x5bc363(0x2ef)](_0x5bc363(0x220)+JSON[_0x5bc363(0x28a)](_0x9b3347));}),patchSaveScreenshot=_0x425d52=>{const _0x2ccadf=a1_0x3ef862,_0x5f0e6a={'PNbGE':_0x2ccadf(0x245),'QyCpF':_0x2ccadf(0x26e),'oPSZJ':function(_0x50f972){return _0x50f972();},'Ssljd':function(_0x2a52f2,_0xa4b173){return _0x2a52f2(_0xa4b173);},'EsEVw':'Screenshot\x20path\x20not\x20found','iwAFs':function(_0x3a4a55,_0x3b553a){return _0x3a4a55(_0x3b553a);}};_0x5f0e6a['iwAFs'](isTrue,process['env'][_0x2ccadf(0x280)])&&!_0x425d52[_0x2ccadf(0x298)]&&(_0x425d52[_0x2ccadf(0x298)]=!![],_0x425d52['initSaveScreenshot']=_0x425d52[_0x2ccadf(0x2f2)],_0x425d52[_0x2ccadf(0x2f2)]=(_0x2ac1cd,_0x1d0057=![])=>{return new Promise(function(_0x910bba,_0x5ad1e1){const _0x59c5c4=a1_0x1de8,_0x1e1259={'AbeKz':_0x5f0e6a['PNbGE'],'OEsnz':_0x5f0e6a[_0x59c5c4(0x1ff)],'tpAdG':function(_0x56ead3){return _0x5f0e6a['oPSZJ'](_0x56ead3);},'OaRLa':function(_0x379c5e,_0x5217cb){return _0x5f0e6a['Ssljd'](_0x379c5e,_0x5217cb);},'YUhWz':_0x5f0e6a[_0x59c5c4(0x2b9)]};_0x425d52[_0x59c5c4(0x265)](_0x2ac1cd,_0x1d0057)[_0x59c5c4(0x2e7)](()=>{const _0x1af7df=_0x59c5c4,_0x3d0968=CodeceptUtils[_0x1af7df(0x22b)](_0x2ac1cd);if(_0x3d0968){const _0x3431b4=fs[_0x1af7df(0x257)](_0x3d0968);process['emit'](_0x1af7df(0x2b5)+process['pid'],{'timestamp':new Date()[_0x1af7df(0x238)](),'message':_0x3431b4[_0x1af7df(0x2be)](_0x1e1259[_0x1af7df(0x24b)]),'kind':_0x1e1259[_0x1af7df(0x29d)]}),_0x1e1259['tpAdG'](_0x910bba);}_0x1e1259[_0x1af7df(0x263)](_0x5ad1e1,new Error(_0x1e1259[_0x1af7df(0x2f9)]));})[_0x59c5c4(0x2fb)](()=>null);});});},patchWebDriverBefore=(_0x68e709,_0x882c33)=>{const _0x493fbf=a1_0x3ef862,_0x2ee7ab={'iApft':function(_0x53285c){return _0x53285c();},'BhZZW':function(_0x2a2cc9,_0x1f507d){return _0x2a2cc9(_0x1f507d);},'QoyGP':function(_0x5206e6,_0x1fe6d7){return _0x5206e6===_0x1fe6d7;},'EQGmK':_0x493fbf(0x293),'ZrbSW':function(_0x44f1c1,_0x545b72){return _0x44f1c1===_0x545b72;},'sUOvH':_0x493fbf(0x2a0),'rlkCo':_0x493fbf(0x219),'RcFtP':_0x493fbf(0x1f8)},_0x35bc22=async function(_0xc60cfd,_0xae8aac){const _0x5ae914=_0x493fbf;_0x2ee7ab['iApft'](isAccessibilityAutomationSession)&&!global[_0x5ae914(0x1f4)]&&global['accessibilityPlatform']&&scripts[_0x5ae914(0x21d)](_0xc60cfd[_0x5ae914(0x21a)])&&_0x2ee7ab['BhZZW'](shouldPatchExecuteScript,arguments[0x2])&&(global[_0x5ae914(0x1f4)]=!![],await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x5ae914(0x299)],async()=>{const _0x4d5f81=_0x5ae914;logger['debug'](_0x4d5f81(0x2d5)+_0xc60cfd[_0x4d5f81(0x2c1)]+'\x20'+_0xc60cfd[_0x4d5f81(0x21a)]),await AccessibilityHelper[_0x4d5f81(0x23e)](_0x68e709,scripts[_0x4d5f81(0x1fe)]);},{'command':_0xc60cfd[_0x5ae914(0x21a)]})());global[_0x5ae914(0x1f4)]=![];const _0x987513=JSON[_0x5ae914(0x266)](process[_0x5ae914(0x2a7)][_0x5ae914(0x2e6)]||'{}');if(_0x2ee7ab[_0x5ae914(0x29a)](_0x987513?.[_0x5ae914(0x21e)]?.['name'],_0x2ee7ab[_0x5ae914(0x252)])&&_0x2ee7ab['ZrbSW'](typeof _0x987513?.[_0x5ae914(0x21e)]?.[_0x5ae914(0x2e9)],_0x2ee7ab[_0x5ae914(0x23d)])&&_0x987513?.[_0x5ae914(0x21e)]?.[_0x5ae914(0x2e9)]['startsWith']('7'))return _0xae8aac['apply'](null,Array[_0x5ae914(0x2ae)][_0x5ae914(0x1fd)][_0x5ae914(0x25e)](arguments,0x2));return _0xae8aac[_0x5ae914(0x201)](this,Array[_0x5ae914(0x2ae)][_0x5ae914(0x1fd)]['call'](arguments,0x2));},_0x33eae5=CodeceptWebDriver[_0x493fbf(0x2ae)][_0x493fbf(0x287)];CodeceptWebDriver[_0x493fbf(0x2ae)]['_before']=async function(){const _0x25409d=_0x493fbf,_0x339341={'FuCRl':function(_0x2c1eba,_0x29628c){const _0x5a9e3c=a1_0x1de8;return _0x2ee7ab[_0x5a9e3c(0x242)](_0x2c1eba,_0x29628c);},'INZpJ':_0x2ee7ab[_0x25409d(0x2e3)]};try{await _0x33eae5[_0x25409d(0x201)](this,arguments);}catch(_0x4ec9c6){logger[_0x25409d(0x222)](_0x25409d(0x281)+util[_0x25409d(0x224)](_0x4ec9c6));}scripts['commandsToWrap'][_0x25409d(0x2d3)](_0x513413=>_0x513413[_0x25409d(0x21a)]&&_0x513413[_0x25409d(0x2c1)])['forEach'](_0x4be104=>{const _0x5857d5=_0x25409d;this[_0x5857d5(0x233)][_0x5857d5(0x206)](_0x4be104[_0x5857d5(0x21a)],_0x35bc22['bind'](this,_0x4be104),_0x339341[_0x5857d5(0x1f7)](_0x4be104['class'],_0x339341[_0x5857d5(0x262)]));}),_0x2ee7ab[_0x25409d(0x207)](processWebDriverConfig,_0x68e709);try{_0x882c33&&_0x2ee7ab[_0x25409d(0x29a)](typeof _0x882c33['flushPendingHookEvents'],_0x2ee7ab[_0x25409d(0x208)])&&await _0x882c33[_0x25409d(0x26d)]();}catch(_0x3d9437){logger[_0x25409d(0x222)](_0x25409d(0x2a1)+util['format'](_0x3d9437));}};};function parseJwt(_0x1e8a70){const _0x313729=a1_0x3ef862,_0x5aedfa={};_0x5aedfa[_0x313729(0x20a)]=_0x313729(0x245);const _0x4003e3=_0x5aedfa;if(!_0x1e8a70)return null;return JSON['parse'](Buffer[_0x313729(0x259)](_0x1e8a70['split']('.')[0x1],_0x4003e3[_0x313729(0x20a)])[_0x313729(0x2be)]());}function a1_0x1a85(){const _0x552cca=['SgwYU','accessibilityPlatform','fireEvent','readFileSync','emit','from','WQZPC','setGlobal','RGTDz','Failed\x20to\x20patch\x20pages\x20method\x20in\x20browserContext\x20for\x20a11y\x20domForge:\x20','call','bLcTQ','../../bin/playwright/accessibility-helper','uvQHN','INZpJ','OaRLa','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20summary.','initSaveScreenshot','parse','getSyncScript','hookType','UWKxV','setSessionStatus','ujtFN','thJwtToken','flushPendingHookEvents','TEST_SCREENSHOT','after','wUpRm','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','8416384BHbEWj','title','tUCwE','UHaev','INFO','Playwright','all','config','start','captureEvent','SDK_PRE_INITIALIZE','--auto-open-devtools-for-tabs','test-before','warn','BS_TESTOPS_ALLOW_SCREENSHOTS','Failed\x20to\x20execute\x20_before:\x20','NJJhs','getGlobal','NQpBj','measureWrapper','TEST_RUN_STARTED','_before','yvXpj','./helper.js','stringify','thTestRunUuid','startsWith','isArray','EbzHT','15ZXSyPV','Failed\x20to\x20flush\x20pending\x20hook\x20events\x20after\x20Playwright\x20_before:\x20','hook-failed','util','webdriverio','end','vLrJX','vZsuq','Failed\x20in\x20marking\x20session\x20status\x20of\x20test:\x20','patchSaveScreenshot','PERFORM_SCAN','QoyGP','event','before','OEsnz','started','jcjdj','string','Failed\x20to\x20flush\x20pending\x20hook\x20events\x20after\x20_before:\x20','setSessionName','uFErW','305358cOXpIx','chromium','rdMip','env','gbySW','bddStep-after','3002944EGrTdT','BS_A11Y_JWT','afterTest','__skipSessionStatus','prototype','SDK_HOOK','CrruW','BROWSERSTACK_TESTHUB_UUID','bddStep','HOOK_RUN_FINISHED','Puppeteer','bs:addLog:','skipped','ODPYX','domForge','EsEVw','skipSessionStatus','bind','TEST_RUN_FINISHED','5RbCdue','toString','thGoQ','currentTest','class','vnwKa','bJSmL','fpoZf','../../helpers/accessibility-automation/helper','LNsSm','action','devtools://','_setPage','IPxzD','ENV_VAR','test-failed','patch','find','constructor','exports','getResults','iZwWO','filter','url','Performing\x20scan\x20for\x20','ldFoy','test-skipped','add','../../helpers/test-observability/utils','zBdJA','qxaMG','36518930UEWVxs','installAll','step-comment','getAccessibilityResultsSummary','enabled','stack','args','rlkCo','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','11116341gMvnVk','FRAMEWORK_DETAILS','then','VCxbh','version','407060mBSitT','thBuildUuid','includes','pid','../../helpers/accessibility-automation/scripts','executeScript','WebDriver','DfmKM','saveScreenshot','__driver','codeceptjs/lib/helper/WebDriver.js','status','hook','KQbWP','41110PxlEDK','YUhWz','test','catch','browserContext','bstackAllyScanning','dispatcher','restore','FuCRl','function','BPaQP','pages','../../helpers/globals.js','29beCJVN','slice','performScan','QyCpF','TEST_RUN_SKIPPED','apply','./o11yHelper','command','AQgIT','codeceptjs','overwriteCommand','BhZZW','RcFtP','a11y_core_config','QigOp','arguments','EOPaW','uGrqe','UuKTr','push','browserstackTestName','is_mobile_session','hasLiveDriverSession','SDK_TEST','Suite','SAVE_RESULTS','codeceptjs/lib/index.js','xjiuJ','isMobilePlatform','Element','name','../../helpers/driverInitErrorReporter','SDK_POST_INITIALIZE','shouldWrapCommand','testFramework','ctx','browserstack_executor:\x20','../../helpers/performance/constants','debug','jsNLa','format','captureError','cIwep','QrqlZ','skipSessionName','failed','comment','screenshotOutputFolder','../../helpers/performance/performance-tester','FXmGI','hook-passed','helpers','test-after','container','../../helpers/request-spy','browser','bufferPendingHookEvent','SDK_POST_TEST','GHKcE','getAccessibilityResults','toISOString','DeZKy','titlePath','Failed\x20in\x20sending\x20TestRunFinish\x20event:\x20','hook-started','sUOvH','browserStackExecuteDriver','../../bin/playwright/sessionDetails','WTZME','test-started','ZrbSW','winstonLogger','HOOK_RUN_STARTED','base64','DywsI','MOBUr','AxvDE','__workerDetails','iKoBO','AbeKz','bddStep-before','message','LvDcm','YJcgB','TestCafe','hZjEq','EQGmK','SDK_PRE_TEST'];a1_0x1a85=function(){return _0x552cca;};return a1_0x1a85();}const patchPlaywrightBefore=_0x4aa307=>{const _0x1c5177=a1_0x3ef862,_0x4111a6={'bJSmL':_0x1c5177(0x27d),'IPxzD':function(_0x5bce4f){return _0x5bce4f();},'dNYvi':function(_0x43455a,_0xde5ea2){return _0x43455a(_0xde5ea2);},'LvDcm':function(_0x9c021f){return _0x9c021f();},'UHaev':_0x1c5177(0x2c8),'pmUMi':function(_0x53652b,_0x35c5c0){return _0x53652b+_0x35c5c0;},'RGTDz':'\x0aStack:\x20','uFErW':function(_0x1752a0){return _0x1752a0();},'DfmKM':function(_0x24f032){return _0x24f032();},'CNAXU':function(_0x1bd45c,_0x3e4141){return _0x1bd45c===_0x3e4141;},'CynQO':_0x1c5177(0x1f8)};PlaywrightSessionDetails[_0x1c5177(0x2cd)]();const _0x4bbc8a=CodeceptPlaywright['prototype'][_0x1c5177(0x287)];CodeceptPlaywright[_0x1c5177(0x2ae)]['_before']=async function(){const _0x6b8494=_0x1c5177,_0x36eb48={'CrruW':function(_0x4cb995){const _0x3ad4b5=a1_0x1de8;return _0x4111a6[_0x3ad4b5(0x2ca)](_0x4cb995);},'HRWNR':_0x4111a6[_0x6b8494(0x275)]};this[_0x6b8494(0x1f3)]=await this[_0x6b8494(0x233)]['contexts']()[0x0];const _0x18f8b1=async()=>{const _0x48a5d3=_0x6b8494,_0x30d191=this[_0x48a5d3(0x279)]&&this[_0x48a5d3(0x279)][_0x48a5d3(0x2a5)]&&this['config'][_0x48a5d3(0x2a5)][_0x48a5d3(0x2e2)]&&Array[_0x48a5d3(0x28d)](this[_0x48a5d3(0x279)][_0x48a5d3(0x2a5)]['args'])&&this['config'][_0x48a5d3(0x2a5)][_0x48a5d3(0x2e2)][_0x48a5d3(0x2ec)](_0x4111a6[_0x48a5d3(0x2c3)]);if(_0x4111a6[_0x48a5d3(0x2ca)](isAccessibilityAutomationSession)&&!_0x30d191)try{const _0xe0e262=_0x4111a6['dNYvi'](parseJwt,process['env'][_0x48a5d3(0x2ab)]);if(_0xe0e262&&_0xe0e262['a11y_core_config']&&_0xe0e262[_0x48a5d3(0x209)][_0x48a5d3(0x2b8)]){const _0x1f1162=this[_0x48a5d3(0x1f3)][_0x48a5d3(0x1fa)][_0x48a5d3(0x2bb)](this[_0x48a5d3(0x1f3)]);this['browserContext'][_0x48a5d3(0x1fa)]=async function(){const _0x1bf880=_0x48a5d3,_0x586be6=await _0x36eb48[_0x1bf880(0x2b0)](_0x1f1162),_0x338f3b=[];for(const _0x215a9e of _0x586be6){try{const _0x5e0070=await _0x215a9e[_0x1bf880(0x2d4)]();!_0x5e0070['startsWith'](_0x36eb48['HRWNR'])&&_0x338f3b[_0x1bf880(0x20f)](_0x215a9e);}catch(_0x55086a){_0x338f3b[_0x1bf880(0x20f)](_0x215a9e);}}return _0x338f3b;};}if(!_0x4111a6[_0x48a5d3(0x24e)](isBrowserstackInfra)){const _0x7f36a0=await this['page'][_0x48a5d3(0x2d4)]();if(_0x7f36a0[_0x48a5d3(0x28c)](_0x4111a6[_0x48a5d3(0x275)])){const _0x358e62=await this[_0x48a5d3(0x1f3)][_0x48a5d3(0x1fa)]();this[_0x48a5d3(0x2c9)](_0x358e62[0x0]);}}}catch(_0xb2bbf){logger[_0x48a5d3(0x222)](_0x48a5d3(0x25d)+_0xb2bbf[_0x48a5d3(0x24d)]+(_0xb2bbf[_0x48a5d3(0x2e1)]?_0x4111a6['pmUMi'](_0x4111a6[_0x48a5d3(0x25c)],_0xb2bbf['stack']):''));}};_0x4111a6[_0x6b8494(0x2a3)](isBrowserstackInfra)&&await _0x4111a6[_0x6b8494(0x2f1)](_0x18f8b1);await _0x4bbc8a[_0x6b8494(0x201)](this,arguments);!_0x4111a6['IPxzD'](isBrowserstackInfra)&&await _0x4111a6[_0x6b8494(0x2f1)](_0x18f8b1);try{_0x4aa307&&_0x4111a6['CNAXU'](typeof _0x4aa307['flushPendingHookEvents'],_0x4111a6['CynQO'])&&await _0x4aa307[_0x6b8494(0x26d)]();}catch(_0x15c63e){logger[_0x6b8494(0x222)](_0x6b8494(0x290)+util[_0x6b8494(0x224)](_0x15c63e));}};},getCodeceptDriver=()=>{const _0x5336dc=a1_0x3ef862,_0x13ff6d={};_0x13ff6d[_0x5336dc(0x2db)]=_0x5336dc(0x2f0),_0x13ff6d[_0x5336dc(0x248)]=_0x5336dc(0x277),_0x13ff6d[_0x5336dc(0x20e)]=_0x5336dc(0x2b4),_0x13ff6d['YJcgB']=_0x5336dc(0x250);const _0x536304=_0x13ff6d,_0x196195=[_0x536304[_0x5336dc(0x2db)],_0x536304[_0x5336dc(0x248)],_0x536304['UuKTr'],_0x536304[_0x5336dc(0x24f)]],_0x3de154=_0x196195[_0x5336dc(0x2ce)](_0x1e7779=>!!CodeceptJS[_0x5336dc(0x231)][_0x5336dc(0x22f)](_0x1e7779));if(!_0x3de154)return null;return CodeceptJS['container'][_0x5336dc(0x22f)](_0x3de154);};function a1_0x1de8(_0x4f6841,_0x25b67f){const _0x1a855f=a1_0x1a85();return a1_0x1de8=function(_0x1de871,_0x2e85d0){_0x1de871=_0x1de871-0x1f3;let _0x5abb5a=_0x1a855f[_0x1de871];return _0x5abb5a;},a1_0x1de8(_0x4f6841,_0x25b67f);}module[a1_0x3ef862(0x2d0)]=function(_0x111306){const _0x865a37=a1_0x3ef862,_0x462e73={'ZsKeh':function(_0x143418,_0x99d0ad){return _0x143418(_0x99d0ad);},'UWKxV':function(_0x121882,_0x5d6a63,_0x547fdc){return _0x121882(_0x5d6a63,_0x547fdc);},'vnwKa':_0x865a37(0x2df),'sWuym':_0x865a37(0x264),'dACFY':_0x865a37(0x237),'DeZKy':_0x865a37(0x2e4),'uGrqe':function(_0x2499ff,_0x42b847){return _0x2499ff(_0x42b847);},'SgwYU':_0x865a37(0x23c),'uvQHN':_0x865a37(0x22e),'GHKcE':function(_0x330c34,_0x202017,_0x20ded6){return _0x330c34(_0x202017,_0x20ded6);},'NQpBj':_0x865a37(0x291),'VCxbh':_0x865a37(0x210),'bLcTQ':function(_0x18b9f8){return _0x18b9f8();},'MOBUr':_0x865a37(0x27e),'iKoBO':function(_0x46bec6){return _0x46bec6();},'oSWmb':function(_0x4f1ab1,_0x30bba7){return _0x4f1ab1(_0x30bba7);},'xjiuJ':function(_0x556e72,_0x2981cc,_0x3cea08){return _0x556e72(_0x2981cc,_0x3cea08);},'fpoZf':_0x865a37(0x241),'WTZME':'test-passed','gbySW':function(_0xd5113e,_0x5d397b,_0xa15e7e,_0x59a5d0){return _0xd5113e(_0x5d397b,_0xa15e7e,_0x59a5d0);},'QrqlZ':function(_0x102660,_0x51e9f2,_0x23868b,_0x2638a7){return _0x102660(_0x51e9f2,_0x23868b,_0x2638a7);},'cIwep':function(_0x9f3a7,_0x3e5dac){return _0x9f3a7===_0x3e5dac;},'zBdJA':_0x865a37(0x214),'jcjdj':_0x865a37(0x2cc),'wUpRm':_0x865a37(0x2d7),'vZsuq':_0x865a37(0x2ac),'ECRet':_0x865a37(0x218),'hZjEq':function(_0x570b24,_0xc6bbbe,_0x1d2cd5){return _0x570b24(_0xc6bbbe,_0x1d2cd5);},'vLrJX':_0x865a37(0x271),'ujtFN':_0x865a37(0x230),'BPaQP':_0x865a37(0x276),'WQZPC':'TEST_LOG','AQgIT':_0x865a37(0x2de),'thGoQ':_0x865a37(0x24c),'ESdXi':_0x865a37(0x2a9),'iZwWO':function(_0x7b1116){return _0x7b1116();},'pxPQh':_0x865a37(0x277)};_0x111306[_0x865a37(0x2ba)]&&(global[_0x865a37(0x2ad)]=_0x111306[_0x865a37(0x2ba)]);PerformanceTester['startMonitoring']();const _0x30a484=_0x462e73[_0x865a37(0x2d2)](getCodeceptDriver),_0x42ae00=new O11yHelper(_0x30a484,_0x111306),_0x282690=!!CodeceptJS['container']['helpers'](_0x462e73['pxPQh']);global[_0x865a37(0x2f3)]=_0x30a484;_0x30a484&&(PerformanceTester['measureWrapper'](PerformanceEvents[_0x865a37(0x27c)],()=>{_0x282690?_0x462e73['ZsKeh'](patchPlaywrightBefore,_0x42ae00):_0x462e73['UWKxV'](patchWebDriverBefore,_0x30a484,_0x42ae00);})(),PerformanceTester['measureWrapper'](PerformanceEvents[_0x865a37(0x21c)],()=>{const _0x59d810=_0x865a37,_0x1794d7={};_0x1794d7[_0x59d810(0x2f7)]=_0x462e73['dACFY'],_0x1794d7[_0x59d810(0x223)]=_0x462e73[_0x59d810(0x239)];const _0x1e47cb=_0x1794d7;_0x30a484[_0x59d810(0x2df)]=async()=>{const _0x2091b1=_0x59d810;if(global[_0x2091b1(0x255)]){const _0x54e670={};return _0x54e670['command']=_0x462e73[_0x2091b1(0x2c2)],await PerformanceTester[_0x2091b1(0x285)](PerformanceA11yEvents[_0x2091b1(0x299)],async()=>{const _0x1d7a31=_0x2091b1;return await AccessibilityHelper[_0x1d7a31(0x23e)](_0x30a484,scripts[_0x1d7a31(0x1fe)]);},_0x54e670)(),await PerformanceTester[_0x2091b1(0x285)](PerformanceA11yEvents['GET_RESULTS_SUMMARY'],async()=>{const _0x340dd8=_0x2091b1;return await AccessibilityHelper[_0x340dd8(0x23e)](_0x30a484,scripts['getResultsSummary']);})();}return logger[_0x2091b1(0x27f)](_0x462e73['sWuym']),{};},_0x30a484['getAccessibilityResults']=async()=>{const _0x4e05a6=_0x59d810;if(global[_0x4e05a6(0x255)]){const _0x14db89={};return _0x14db89['command']=_0x1e47cb['KQbWP'],await PerformanceTester[_0x4e05a6(0x285)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x25b60b=_0x4e05a6;return await AccessibilityHelper[_0x25b60b(0x23e)](_0x30a484,scripts[_0x25b60b(0x1fe)]);},_0x14db89)(),await PerformanceTester[_0x4e05a6(0x285)](PerformanceA11yEvents['GET_RESULTS'],async()=>{const _0x541eb1=_0x4e05a6;return await AccessibilityHelper[_0x541eb1(0x23e)](_0x30a484,scripts[_0x541eb1(0x2d1)]);})();}return logger[_0x4e05a6(0x27f)](_0x1e47cb[_0x4e05a6(0x223)]),{};},_0x462e73[_0x59d810(0x20d)](patchSaveScreenshot,_0x30a484);})());CodeceptJS[_0x865a37(0x29b)][_0x865a37(0x1f5)]['on'](CodeceptJS['event'][_0x865a37(0x278)][_0x865a37(0x29c)],()=>{const _0x3eb050=_0x865a37;PerformanceTester['start'](PerformanceEvents[_0x3eb050(0x253)]);try{_0x42ae00[_0x3eb050(0x27a)](),testOpsHelper['addRequestSpy'](),PerformanceTester[_0x3eb050(0x294)](PerformanceEvents['SDK_PRE_TEST']);}catch(_0x48bee2){PerformanceTester[_0x3eb050(0x225)](_0x48bee2),PerformanceTester[_0x3eb050(0x294)](PerformanceEvents[_0x3eb050(0x253)],![],_0x48bee2);}}),CodeceptJS[_0x865a37(0x29b)]['dispatcher']['on'](CodeceptJS[_0x865a37(0x29b)][_0x865a37(0x278)][_0x865a37(0x26f)],async()=>{const _0x1cef24=_0x865a37;PerformanceTester[_0x1cef24(0x27a)](PerformanceEvents[_0x1cef24(0x235)]);try{requestSpy[_0x1cef24(0x1f6)](),await _0x42ae00['stop'](),PerformanceTester['end'](PerformanceEvents[_0x1cef24(0x235)]);}catch(_0x3ec2c1){PerformanceTester['captureError'](_0x3ec2c1),PerformanceTester[_0x1cef24(0x294)](PerformanceEvents['SDK_POST_TEST'],![],_0x3ec2c1);}finally{PerformanceTester['stopMonitoring']();}});const _0x6f2d69=(_0x29621d,_0x468107)=>{const _0x4393d8=_0x865a37;if(!_0x42ae00)return;if(!_0x42ae00[_0x4393d8(0x212)]()){_0x42ae00[_0x4393d8(0x234)](_0x29621d,_0x468107);return;}CodeceptRecorder[_0x4393d8(0x2d8)](()=>_0x42ae00[_0x4393d8(0x256)](_0x29621d,_0x468107));};CodeceptJS[_0x865a37(0x29b)][_0x865a37(0x1f5)]['on'](CodeceptJS[_0x865a37(0x29b)][_0x865a37(0x2f6)][_0x865a37(0x29e)],_0x253cd4=>{const _0x4ee0e1=_0x865a37;PerformanceTester[_0x4ee0e1(0x27a)](PerformanceEvents[_0x4ee0e1(0x2af)]);try{const _0x219b9b=_0x253cd4[_0x4ee0e1(0x21f)]['test'],_0x23cb5a=_0x42ae00['captureEvent'](TEST_EVENTS['HOOK_RUN_STARTED'],_0x219b9b);_0x462e73[_0x4ee0e1(0x269)](_0x6f2d69,TEST_EVENTS[_0x4ee0e1(0x244)],_0x23cb5a);const _0x497ee9={};_0x497ee9[_0x4ee0e1(0x268)]=_0x462e73[_0x4ee0e1(0x254)],PerformanceTester[_0x4ee0e1(0x294)](PerformanceEvents[_0x4ee0e1(0x2af)],!![],null,_0x497ee9);}catch(_0x4a202a){const _0x43f5d5={};_0x43f5d5['hookType']=_0x462e73[_0x4ee0e1(0x254)],PerformanceTester[_0x4ee0e1(0x294)](PerformanceEvents[_0x4ee0e1(0x2af)],![],_0x4a202a,_0x43f5d5),PerformanceTester[_0x4ee0e1(0x225)](_0x4a202a);}}),CodeceptJS[_0x865a37(0x29b)][_0x865a37(0x1f5)]['on'](CodeceptJS[_0x865a37(0x29b)][_0x865a37(0x2f6)]['passed'],_0x4545eb=>{const _0x3ea265=_0x865a37,_0x44cf98={};_0x44cf98[_0x3ea265(0x268)]=_0x462e73[_0x3ea265(0x261)],PerformanceTester[_0x3ea265(0x27a)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x44cf98);try{const _0x358f0f=_0x4545eb[_0x3ea265(0x21f)]['test'],_0x30a100=_0x42ae00[_0x3ea265(0x27b)](TEST_EVENTS[_0x3ea265(0x2b3)],_0x358f0f);_0x462e73[_0x3ea265(0x236)](_0x6f2d69,TEST_EVENTS['HOOK_RUN_FINISHED'],_0x30a100);const _0x56a9c5={};_0x56a9c5['hookType']=_0x462e73['uvQHN'],PerformanceTester[_0x3ea265(0x294)](PerformanceHookEvents[_0x3ea265(0x2af)],!![],null,_0x56a9c5);}catch(_0x23e66b){PerformanceTester[_0x3ea265(0x225)](_0x23e66b);const _0x27a28c={};_0x27a28c[_0x3ea265(0x268)]=_0x462e73['uvQHN'],PerformanceTester['end'](PerformanceHookEvents[_0x3ea265(0x2af)],![],_0x23e66b,_0x27a28c);}}),CodeceptJS['event'][_0x865a37(0x1f5)]['on'](CodeceptJS[_0x865a37(0x29b)][_0x865a37(0x2f6)][_0x865a37(0x229)],async(_0x1ea347,_0x4f1130)=>{const _0x5f14a8=_0x865a37;PerformanceTester[_0x5f14a8(0x27a)](PerformanceHookEvents[_0x5f14a8(0x2af)]);try{const _0xd364bb=_0x1ea347['ctx'][_0x5f14a8(0x2fa)],_0x485812=_0x42ae00['captureEvent'](TEST_EVENTS[_0x5f14a8(0x2b3)],_0xd364bb,_0x4f1130);_0x462e73[_0x5f14a8(0x236)](_0x6f2d69,TEST_EVENTS[_0x5f14a8(0x2b3)],_0x485812);const _0x418e6a={};_0x418e6a[_0x5f14a8(0x268)]=_0x462e73[_0x5f14a8(0x284)],PerformanceTester[_0x5f14a8(0x27a)](PerformanceHookEvents[_0x5f14a8(0x2af)],!![],null,_0x418e6a);}catch(_0x4b0831){PerformanceTester[_0x5f14a8(0x225)](_0x4b0831);const _0xc0bc34={};_0xc0bc34[_0x5f14a8(0x268)]=_0x462e73[_0x5f14a8(0x284)],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],![],_0x4b0831,_0xc0bc34);}const _0x2761ff={};_0x2761ff[_0x5f14a8(0x268)]=_0x462e73[_0x5f14a8(0x284)],PerformanceTester[_0x5f14a8(0x294)](PerformanceHookEvents[_0x5f14a8(0x2af)],!![],null,_0x2761ff);}),CodeceptJS[_0x865a37(0x29b)][_0x865a37(0x1f5)]['on'](CodeceptJS[_0x865a37(0x29b)][_0x865a37(0x2fa)][_0x865a37(0x29c)],_0x9de66b=>{const _0x4bde1d=_0x865a37;PerformanceTester[_0x4bde1d(0x27a)](PerformanceHookEvents[_0x4bde1d(0x2af)]);try{globals[_0x4bde1d(0x25b)](_0x462e73[_0x4bde1d(0x2e8)],_0x9de66b[_0x4bde1d(0x273)]);_0x462e73[_0x4bde1d(0x25f)](isBrowserstackInfra)&&(_0x282690&&(global[_0x4bde1d(0x249)]={'currentTest':{'name':_0x9de66b[_0x4bde1d(0x273)],'testInfo':{'titlePath':_0x9de66b[_0x4bde1d(0x23a)]()}}}));const _0x4b2d17={};_0x4b2d17[_0x4bde1d(0x268)]=_0x462e73[_0x4bde1d(0x247)],PerformanceTester[_0x4bde1d(0x294)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x4b2d17);}catch(_0x493639){PerformanceTester[_0x4bde1d(0x225)](_0x493639);const _0x256776={};_0x256776[_0x4bde1d(0x268)]=_0x462e73[_0x4bde1d(0x247)],PerformanceTester[_0x4bde1d(0x294)](PerformanceHookEvents['SDK_HOOK'],![],_0x493639,_0x256776);}}),CodeceptJS[_0x865a37(0x29b)][_0x865a37(0x1f5)]['on'](CodeceptJS[_0x865a37(0x29b)]['test'][_0x865a37(0x29e)],_0x2c626a=>{const _0x31e7e0=_0x865a37,_0x108af1={'ldFoy':function(_0x32eaab){const _0x3f346d=a1_0x1de8;return _0x462e73[_0x3f346d(0x24a)](_0x32eaab);},'tUCwE':function(_0x454510,_0x6b5876){return _0x462e73['oSWmb'](_0x454510,_0x6b5876);},'ODPYX':function(_0x2e95bb,_0x4c65ff,_0x44feab){const _0x3076af=a1_0x1de8;return _0x462e73[_0x3076af(0x217)](_0x2e95bb,_0x4c65ff,_0x44feab);}};PerformanceTester[_0x31e7e0(0x27a)](PerformanceHookEvents['SDK_HOOK']);try{globals[_0x31e7e0(0x25b)](_0x462e73[_0x31e7e0(0x2e8)],_0x2c626a[_0x31e7e0(0x273)]);const _0x5dd0b9=_0x42ae00['captureEvent'](TEST_EVENTS[_0x31e7e0(0x286)],_0x2c626a);CodeceptRecorder[_0x31e7e0(0x2d8)](()=>_0x42ae00[_0x31e7e0(0x26d)]()),CodeceptRecorder[_0x31e7e0(0x2d8)](()=>_0x42ae00[_0x31e7e0(0x256)](TEST_EVENTS[_0x31e7e0(0x286)],_0x5dd0b9)),CodeceptRecorder[_0x31e7e0(0x2d8)](()=>_0x42ae00['sendCBTInfo'](_0x2c626a['testAnalyticsId'])),CodeceptRecorder[_0x31e7e0(0x2d8)](async()=>{const _0x5436b1=_0x31e7e0;_0x108af1[_0x5436b1(0x2d6)](isBrowserstackInfra)&&(!_0x108af1[_0x5436b1(0x274)](isTrue,_0x111306[_0x5436b1(0x228)])&&await _0x108af1[_0x5436b1(0x2b7)](markSessionName,_0x30a484,_0x2c626a[_0x5436b1(0x273)]),_0x42ae00[_0x5436b1(0x2e0)]&&await _0x108af1[_0x5436b1(0x274)](o11ySync,_0x30a484));});}catch(_0x3023a2){const _0xaba9e5={};_0xaba9e5[_0x31e7e0(0x268)]=_0x462e73['fpoZf'],PerformanceTester[_0x31e7e0(0x294)](PerformanceHookEvents[_0x31e7e0(0x2af)],![],_0x3023a2,_0xaba9e5),PerformanceTester['captureError'](_0x3023a2);}const _0xdfa30b={};_0xdfa30b[_0x31e7e0(0x268)]=_0x462e73[_0x31e7e0(0x2c4)],PerformanceTester[_0x31e7e0(0x294)](PerformanceHookEvents[_0x31e7e0(0x2af)],!![],null,_0xdfa30b);}),CodeceptJS[_0x865a37(0x29b)]['dispatcher']['on'](CodeceptJS[_0x865a37(0x29b)][_0x865a37(0x2fa)]['passed'],_0x1d6977=>{const _0x1aadab=_0x865a37,_0xfe5403={'rdMip':function(_0x28030b,_0x177056,_0x324b74){return _0x462e73['UWKxV'](_0x28030b,_0x177056,_0x324b74);}};PerformanceTester[_0x1aadab(0x27a)](PerformanceHookEvents[_0x1aadab(0x2af)]);try{const _0x390c03=_0x42ae00[_0x1aadab(0x27b)](TEST_EVENTS[_0x1aadab(0x2bc)],_0x1d6977);CodeceptRecorder[_0x1aadab(0x2d8)](()=>_0x42ae00[_0x1aadab(0x256)](TEST_EVENTS[_0x1aadab(0x2bc)],_0x390c03)),CodeceptRecorder[_0x1aadab(0x2d8)](async()=>{const _0x7d5b08=_0x1aadab;_0x462e73[_0x7d5b08(0x25f)](isBrowserstackInfra)&&await PerformanceTester['measureWrapper'](PerformanceAutEvents['SESSION_STATUS'],async()=>{const _0x32133d=_0x7d5b08;_0x282690?await _0xfe5403[_0x32133d(0x2a6)](playwrightMarkSessionStatus,_0x30a484,STATE_PASSED):await _0xfe5403[_0x32133d(0x2a6)](markSessionStatus,_0x30a484,STATE_PASSED);})();}),PerformanceTester[_0x1aadab(0x294)](PerformanceEvents[_0x1aadab(0x213)]);}catch(_0x436f9a){PerformanceTester[_0x1aadab(0x225)](_0x436f9a);const _0x54aba6={};_0x54aba6[_0x1aadab(0x268)]=_0x462e73[_0x1aadab(0x240)],PerformanceTester[_0x1aadab(0x294)](PerformanceHookEvents[_0x1aadab(0x2af)],![],_0x436f9a,_0x54aba6),PerformanceTester['end'](PerformanceEvents['SDK_TEST'],![],_0x436f9a);}const _0x599352={};_0x599352[_0x1aadab(0x268)]=_0x462e73['WTZME'],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x599352);}),CodeceptJS[_0x865a37(0x29b)]['dispatcher']['on'](CodeceptJS[_0x865a37(0x29b)][_0x865a37(0x2fa)][_0x865a37(0x229)],(_0x349734,_0x50f20f)=>{const _0x5747e6=_0x865a37;PerformanceTester['start'](PerformanceHookEvents[_0x5747e6(0x2af)]);try{if(_0x462e73[_0x5747e6(0x226)](_0x349734[_0x5747e6(0x2cf)][_0x5747e6(0x21a)],_0x462e73[_0x5747e6(0x2da)])){const _0x369be1=_0x42ae00[_0x5747e6(0x27b)](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x349734[_0x5747e6(0x21f)][_0x5747e6(0x2c0)]);CodeceptRecorder['add'](()=>_0x42ae00[_0x5747e6(0x256)](TEST_EVENTS[_0x5747e6(0x200)],_0x369be1));}else{const _0xeced2d=_0x42ae00[_0x5747e6(0x27b)](TEST_EVENTS[_0x5747e6(0x2bc)],_0x349734,_0x50f20f);CodeceptRecorder[_0x5747e6(0x2d8)](()=>{const _0x5b9dfb=_0x5747e6;try{_0x42ae00[_0x5b9dfb(0x256)](TEST_EVENTS[_0x5b9dfb(0x2bc)],_0xeced2d);}catch(_0xea0b97){logger[_0x5b9dfb(0x222)](_0x5b9dfb(0x23b)+util[_0x5b9dfb(0x224)](_0xea0b97)),PerformanceTester[_0x5b9dfb(0x294)](PerformanceEvents[_0x5b9dfb(0x213)],![],_0xea0b97);}}),CodeceptRecorder['add'](async()=>{const _0x47442f=_0x5747e6;try{_0x462e73[_0x47442f(0x25f)](isBrowserstackInfra)&&(_0x282690?await _0x462e73[_0x47442f(0x2a8)](playwrightMarkSessionStatus,_0x30a484,STATE_FAILED,_0x50f20f):await _0x462e73[_0x47442f(0x227)](markSessionStatus,_0x30a484,STATE_FAILED,_0x50f20f));}catch(_0xce0d6){logger[_0x47442f(0x222)](_0x47442f(0x297)+util['format'](_0xce0d6)),PerformanceTester[_0x47442f(0x294)](PerformanceEvents[_0x47442f(0x213)],![],_0xce0d6);}});}PerformanceTester['end'](PerformanceEvents['SDK_TEST']);}catch(_0x527192){PerformanceTester[_0x5747e6(0x225)](_0x527192);const _0x56ef7f={};_0x56ef7f[_0x5747e6(0x268)]=_0x462e73[_0x5747e6(0x29f)],PerformanceTester[_0x5747e6(0x294)](PerformanceHookEvents[_0x5747e6(0x2af)],![],_0x527192,_0x56ef7f),PerformanceTester[_0x5747e6(0x294)](PerformanceEvents[_0x5747e6(0x213)],![],_0x527192);}const _0x1f3923={};_0x1f3923[_0x5747e6(0x268)]=_0x462e73[_0x5747e6(0x29f)],PerformanceTester[_0x5747e6(0x294)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x1f3923);}),CodeceptJS[_0x865a37(0x29b)][_0x865a37(0x1f5)]['on'](CodeceptJS['event'][_0x865a37(0x2fa)][_0x865a37(0x2b6)],_0x1b71f7=>{const _0xcdfa31=_0x865a37;PerformanceTester[_0xcdfa31(0x27a)](PerformanceHookEvents[_0xcdfa31(0x2af)]);try{const _0x19c125=_0x42ae00[_0xcdfa31(0x27b)](TEST_EVENTS[_0xcdfa31(0x200)],_0x1b71f7);CodeceptRecorder['add'](()=>_0x42ae00['fireEvent'](TEST_EVENTS[_0xcdfa31(0x200)],_0x19c125)),PerformanceTester[_0xcdfa31(0x294)](PerformanceEvents[_0xcdfa31(0x213)]);}catch(_0x304638){PerformanceTester[_0xcdfa31(0x225)](_0x304638),PerformanceTester['end'](PerformanceEvents['SDK_TEST'],![],_0x304638);const _0x2e9aab={};_0x2e9aab[_0xcdfa31(0x268)]=_0x462e73['wUpRm'],PerformanceTester['end'](PerformanceHookEvents[_0xcdfa31(0x2af)],![],_0x304638,_0x2e9aab);}const _0x22ac4d={};_0x22ac4d[_0xcdfa31(0x268)]=_0x462e73[_0xcdfa31(0x270)],PerformanceTester[_0xcdfa31(0x294)](PerformanceHookEvents[_0xcdfa31(0x2af)],!![],null,_0x22ac4d);}),CodeceptJS[_0x865a37(0x29b)][_0x865a37(0x1f5)]['on'](CodeceptJS[_0x865a37(0x29b)]['test']['after'],async(_0x1f91de,_0x1addcd)=>{const _0x310ddd=_0x865a37;try{PerformanceTester[_0x310ddd(0x27a)](PerformanceHookEvents[_0x310ddd(0x2af)]);const _0x4e8292=_0x462e73[_0x310ddd(0x251)](shouldScanTestForAccessibility,_0x1f91de[_0x310ddd(0x23a)](),!![]);if(_0x462e73[_0x310ddd(0x25f)](isAccessibilityAutomationSession)&&global['accessibilityPlatform']&&_0x4e8292){const _0x42dcda={};_0x42dcda[_0x310ddd(0x28b)]=_0x1f91de['testAnalyticsId'],_0x42dcda[_0x310ddd(0x2eb)]=process[_0x310ddd(0x2a7)][testHubConstants[_0x310ddd(0x2cb)][_0x310ddd(0x2b1)]],_0x42dcda[_0x310ddd(0x26c)]=process[_0x310ddd(0x2a7)][testHubConstants[_0x310ddd(0x2cb)]['BROWSERSTACK_TESTHUB_JWT']];const _0x8642cc=_0x42dcda;logger[_0x310ddd(0x222)]('Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20'+JSON[_0x310ddd(0x28a)](_0x8642cc)),CodeceptRecorder[_0x310ddd(0x2d8)](async()=>{const _0x479f47=_0x310ddd,_0x4c7a51={};_0x4c7a51[_0x479f47(0x203)]=_0x462e73[_0x479f47(0x296)],await PerformanceTester[_0x479f47(0x285)](PerformanceA11yEvents[_0x479f47(0x299)],async()=>{const _0xa676bd=_0x479f47;await AccessibilityHelper[_0xa676bd(0x23e)](_0x30a484,scripts[_0xa676bd(0x1fe)]);},_0x4c7a51)(),globals[_0x479f47(0x283)](_0x462e73['ECRet'])&&(_0x8642cc[_0x479f47(0x211)]=!![]),await PerformanceTester[_0x479f47(0x285)](PerformanceA11yEvents[_0x479f47(0x215)],async()=>{await AccessibilityHelper['browserStackExecuteDriver'](_0x30a484,scripts['saveTestResults'],_0x8642cc);})();}),logger['info'](_0x462e73[_0x310ddd(0x295)]);}const _0x29891d={};_0x29891d[_0x310ddd(0x268)]=_0x462e73[_0x310ddd(0x26b)],PerformanceTester['end'](PerformanceHookEvents[_0x310ddd(0x2af)],!![],null,_0x29891d);}catch(_0x4f5ef6){PerformanceTester[_0x310ddd(0x225)](_0x4f5ef6);const _0x13d088={};_0x13d088[_0x310ddd(0x268)]=_0x462e73[_0x310ddd(0x26b)],PerformanceTester['end'](PerformanceHookEvents[_0x310ddd(0x2af)],![],_0x4f5ef6,_0x13d088);}}),CodeceptJS[_0x865a37(0x29b)][_0x865a37(0x1f5)]['on'](CodeceptJS[_0x865a37(0x29b)]['step'][_0x865a37(0x22a)],_0x4dc8cb=>{const _0x167338=_0x865a37;PerformanceTester[_0x167338(0x27a)](PerformanceHookEvents[_0x167338(0x2af)]);try{process[_0x167338(0x258)]('bs:addLog:'+process[_0x167338(0x2ed)],{'timestamp':new Date()[_0x167338(0x238)](),'level':_0x462e73[_0x167338(0x1f9)],'message':_0x4dc8cb,'kind':_0x462e73[_0x167338(0x25a)],'http_response':{}});}catch(_0x3977c7){PerformanceTester[_0x167338(0x225)](_0x3977c7);const _0x5902d6={};_0x5902d6['hookType']=_0x462e73[_0x167338(0x204)],PerformanceTester[_0x167338(0x294)](PerformanceHookEvents['SDK_HOOK'],![],_0x3977c7,_0x5902d6);}const _0xfd1e59={};_0xfd1e59[_0x167338(0x268)]=_0x462e73[_0x167338(0x204)],PerformanceTester[_0x167338(0x294)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0xfd1e59);}),CodeceptJS[_0x865a37(0x29b)]['dispatcher']['on'](CodeceptJS[_0x865a37(0x29b)]['bddStep'][_0x865a37(0x29c)],_0x5e7697=>{const _0x5601b8=_0x865a37,_0x40fa57={};_0x40fa57[_0x5601b8(0x268)]=_0x462e73[_0x5601b8(0x2bf)],PerformanceTester[_0x5601b8(0x285)](PerformanceHookEvents[_0x5601b8(0x2af)],()=>{_0x42ae00['bddStepStart'](_0x5e7697);},_0x40fa57)();}),CodeceptJS[_0x865a37(0x29b)][_0x865a37(0x1f5)]['on'](CodeceptJS[_0x865a37(0x29b)][_0x865a37(0x2b2)][_0x865a37(0x26f)],_0x475d1a=>{const _0xb8106e=_0x865a37,_0x3c8956={};_0x3c8956[_0xb8106e(0x268)]=_0x462e73['ESdXi'],PerformanceTester[_0xb8106e(0x285)](PerformanceHookEvents['SDK_HOOK'],()=>{_0x42ae00['bddStepFinish'](_0x475d1a);},_0x3c8956)();});};
|
|
1
|
+
function a1_0x4cee(){const _0x48e148=['DKwoR','hUyYO','SihDz','QbioH','CQswq','BCNrX','saveAccessibilityResultsWithRetry','container','includes','TEST_RUN_STARTED','filter','FXXKC','bddStep-before','all','3lrCQzp','bstackA11yShouldScan','../../helpers/testhub/constants.js','domForge','ZrWYs','yQLmj','CSAGh','test-skipped','BS_A11Y_JWT','titlePath','Hcspv','flushPendingHookEvents','stringify','env','4765551VhJZdL','page','rVOAe','comment','bind','BCzNX','event','gIzFY','vTARl','NZoBG','gmumD','Puppeteer','3050568hjZBoz','wNMNS','testFramework','thBuildUuid','MOkxN','TxObX','wmWks','getAccessibilityResults','test-after','tKith','LeKHK','../../helpers/helper','getResultsSummary','./o11yHelper','dBtJh','../../helpers/request-spy','slice','toString','setGlobal','1510163BbGTfX','after','NSMUP','tKAts','hookType','__workerDetails','_before','Failed\x20in\x20marking\x20session\x20status\x20of\x20test:\x20','hook','measureWrapper','ctx','CHNkW','GET_RESULTS','bufferPendingHookEvent','__driver','BS_TESTOPS_ALLOW_SCREENSHOTS','elwND','hook-started','1035876qxIUaF','DaxSY','split','test-failed','warn','lVQtP','executeScript','dRjHO','cdTUx','../../helpers/performance/constants','constructor','codeceptjs','codeceptjs/lib/recorder.js','pQvzi','../../helpers/logger','from','step','./helper.js','SDK_POST_TEST','Failed\x20in\x20sending\x20TestRunFinish\x20event:\x20','Failed\x20to\x20patch\x20pages\x20method\x20in\x20browserContext\x20for\x20a11y\x20domForge:\x20','../../helpers/accessibility-automation/scripts','emit','hook-failed','\x0aStack:\x20','dMWFM','call','startMonitoring','apply','FRAMEWORK_DETAILS','message','MYdCd','27987939DwHpsV','wzAXd','bddStep','Exception\x20in\x20setting\x20bstackA11yShouldScan\x20in\x20test.before:\x20','helpers','startsWith','GET_RESULTS_SUMMARY','Failed\x20to\x20flush\x20pending\x20hook\x20events\x20after\x20Playwright\x20_before:\x20','nyqmX','performScanWithRetry','oevmz','DyfXG','bs:addLog:','screenshotOutputFolder','olwuo','QPuxe','CaBRw','BROWSERSTACK_TESTHUB_JWT','end','arguments','wrfrQ','version','debug','SDK_PRE_TEST','testAnalyticsId','skipped','browserstack_executor:\x20','WebDriver','currentTest','stack','SESSION_NAME','chromium','aHHXn','reason','args','bddStepFinish','status','WLrlI','bddStepStart','1078846gMAfCa','VDTPo','contexts','vgios','config','add','yIGOQ','ysCQe','pages','command','LnovK','a11y_core_config','test-before','TEST_RUN_FINISHED','started','6842472sjdNYE','LuFFa','ogACY','passed','Qccga','SDK_TEST','TeWnb','fireEvent','setSessionName','commandsToWrap','../../helpers/driverInitErrorReporter','RLVZQ','initSaveScreenshot','enabled','vNeUJ','performScan','Failed\x20to\x20execute\x20_before:\x20','SDK_HOOK','qraJD','ENV_VAR','_setPage','restore','CPvbF','VgmUz','TEST_RUN_SKIPPED','../../helpers/accessibility-automation/accessibilityRetryHelper','rSRIT','dispatcher','info','action','skipSessionStatus','parse','naRFi','class','rePhl','BROWSERSTACK_TESTHUB_UUID','pid','title','test','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20summary.','SESSION_STATUS','sendCBTInfo','mwfna','bstackAllyScanning','push','test-started','CvMyP','browserStackExecuteDriver','SDK_POST_INITIALIZE','step-comment','browserstackTestName','patchSaveScreenshot','HGmlS','eunlT','ciRaj','TEST_SCREENSHOT','codeceptjs/lib/helper/Playwright.js','base64','iXeRa','captureError','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','prototype','format','Nppea','XGVZd','then','name','PERFORM_SCAN','JHVDD','ueCZv','QDUXF','start','hook-passed','toISOString','HfEcX','stopMonitoring','addRequestSpy','Screenshot\x20path\x20not\x20found','saveScreenshot','Playwright','browser','codeceptjs/lib/index.js','function','getAccessibilityResultsSummary','accessibilityPlatform','SnDCL','patch','captureEvent','setSessionStatus','VZOvQ','INFO','SYNC','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','webdriverio','getSyncScript','HOOK_RUN_STARTED','LLpQw','ErckJ','5VLrkOr','url','test-passed','OosBf','browserContext','bddStep-after','oKDyV','../../helpers/accessibility-automation/helper','YTwmp','before'];a1_0x4cee=function(){return _0x48e148;};return a1_0x4cee();}const a1_0x427855=a1_0x3948;function a1_0x3948(_0x42828f,_0x300d18){const _0x4ceeec=a1_0x4cee();return a1_0x3948=function(_0x39487a,_0x583a5c){_0x39487a=_0x39487a-0x14d;let _0x4df912=_0x4ceeec[_0x39487a];return _0x4df912;},a1_0x3948(_0x42828f,_0x300d18);}(function(_0x2041d0,_0xc0c7f6){const _0x2a9b8a=a1_0x3948,_0xc0ccbc=_0x2041d0();while(!![]){try{const _0xd16850=parseInt(_0x2a9b8a(0x205))/0x1+-parseInt(_0x2a9b8a(0x14f))/0x2*(-parseInt(_0x2a9b8a(0x1d8))/0x3)+parseInt(_0x2a9b8a(0x217))/0x4*(-parseInt(_0x2a9b8a(0x1c0))/0x5)+parseInt(_0x2a9b8a(0x15e))/0x6+parseInt(_0x2a9b8a(0x1e6))/0x7+parseInt(_0x2a9b8a(0x1f2))/0x8+-parseInt(_0x2a9b8a(0x237))/0x9;if(_0xd16850===_0xc0c7f6)break;else _0xc0ccbc['push'](_0xc0ccbc['shift']());}catch(_0x2c3a79){_0xc0ccbc['push'](_0xc0ccbc['shift']());}}}(a1_0x4cee,0xd7aac));const fs=require('fs'),util=require('util'),{requireModule,markSessionStatus,isUndefined,isTrue,isBrowserstackInfra}=require(a1_0x427855(0x1fd)),logger=require(a1_0x427855(0x225))['winstonLogger'],testOpsHelper=require('../../helpers/test-observability/utils'),requestSpy=require(a1_0x427855(0x201)),PlaywrightSessionDetails=require('../../bin/playwright/sessionDetails'),{O11yHelper,TEST_EVENTS,STATE_PASSED,STATE_FAILED}=require(a1_0x427855(0x1ff)),{shouldScanTestForAccessibility,isAccessibilityAutomationSession}=require(a1_0x427855(0x1c7)),AccessibilityHelper=require('../../bin/playwright/accessibility-helper'),accessibilityRetryHelper=require(a1_0x427855(0x177)),scripts=require(a1_0x427855(0x22c)),PerformanceTester=require('../../helpers/performance/performance-tester'),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceHookEvents}=require(a1_0x427855(0x220)),{processWebDriverConfig,shouldPatchExecuteScript}=require(a1_0x427855(0x228)),testHubConstants=require(a1_0x427855(0x1da)),globals=require('../../helpers/globals.js'),CodeceptJS=requireModule(a1_0x427855(0x1af),a1_0x427855(0x222)),CodeceptUtils=requireModule('codeceptjs/lib/utils.js',a1_0x427855(0x222)),CodeceptWebDriver=requireModule('codeceptjs/lib/helper/WebDriver.js',a1_0x427855(0x222)),CodeceptRecorder=requireModule(a1_0x427855(0x223),a1_0x427855(0x222)),CodeceptPlaywright=requireModule(a1_0x427855(0x196),a1_0x427855(0x222));try{require(a1_0x427855(0x168))['installAll']('codeceptjs');}catch(a1_0x1f8e38){logger['debug']('driver-init\x20capture\x20install\x20failed:\x20'+(a1_0x1f8e38&&a1_0x1f8e38['message']));}const playwrightMarkSessionStatus=(_0x4ecf97,_0xb1ec42,_0xbb7bcb)=>{const _0x3b9ccc=a1_0x427855,_0x41a660={'yIGOQ':_0x3b9ccc(0x1b6),'mwfna':function(_0x5135e7,_0x979555){return _0x5135e7(_0x979555);}},_0x20c130={};_0x20c130[_0x3b9ccc(0x25b)]=_0xb1ec42;const _0x4987a9={};_0x4987a9['action']=_0x41a660[_0x3b9ccc(0x155)],_0x4987a9[_0x3b9ccc(0x24a)]=_0x20c130;const _0x3e0524=_0x4987a9;return!_0x41a660[_0x3b9ccc(0x188)](isUndefined,_0xbb7bcb)&&(_0x3e0524[_0x3b9ccc(0x24a)][_0x3b9ccc(0x258)]=JSON[_0x3b9ccc(0x1e4)](_0xbb7bcb)),_0x4ecf97[_0x3b9ccc(0x21d)](()=>{},_0x3b9ccc(0x251)+JSON[_0x3b9ccc(0x1e4)](_0x3e0524));},o11ySync=PerformanceTester['measureWrapper'](PerformanceO11yEvents[a1_0x427855(0x1b9)],async _0xceb84b=>{const _0x1aa759=a1_0x427855,_0x571082={};_0x571082[_0x1aa759(0x162)]=function(_0x1ff7b2,_0x194842){return _0x1ff7b2===_0x194842;},_0x571082['gIzFY']=_0x1aa759(0x1ad);const _0x5e79ed=_0x571082;_0x5e79ed[_0x1aa759(0x162)](_0xceb84b['constructor'][_0x1aa759(0x1a0)],_0x5e79ed[_0x1aa759(0x1ed)])?await _0xceb84b[_0x1aa759(0x21d)](_0x4b284b=>{},testOpsHelper[_0x1aa759(0x1bc)]()):await _0xceb84b['executeScript'](testOpsHelper[_0x1aa759(0x1bc)]());}),markSessionName=PerformanceTester[a1_0x427855(0x20e)](PerformanceAutEvents[a1_0x427855(0x255)],async(_0x7fd33b,_0x57d5e4)=>{const _0x4f803a=a1_0x427855,_0x27fa4b={};_0x27fa4b['CQswq']=_0x4f803a(0x166),_0x27fa4b[_0x4f803a(0x24b)]=function(_0x301ce4,_0x583874){return _0x301ce4===_0x583874;},_0x27fa4b[_0x4f803a(0x150)]='Playwright';const _0x3ca783=_0x27fa4b,_0x42c607={};_0x42c607[_0x4f803a(0x1a0)]=_0x57d5e4;const _0xdf1a0e={};_0xdf1a0e[_0x4f803a(0x17b)]=_0x3ca783[_0x4f803a(0x1ce)],_0xdf1a0e[_0x4f803a(0x24a)]=_0x42c607;const _0x12fdbf=_0xdf1a0e;_0x3ca783[_0x4f803a(0x24b)](_0x7fd33b['constructor'][_0x4f803a(0x1a0)],_0x3ca783[_0x4f803a(0x150)])?await _0x7fd33b[_0x4f803a(0x21d)](()=>{},'browserstack_executor:\x20'+JSON[_0x4f803a(0x1e4)](_0x12fdbf)):await _0x7fd33b['executeScript'](_0x4f803a(0x251)+JSON[_0x4f803a(0x1e4)](_0x12fdbf));}),patchSaveScreenshot=_0xbe4f5f=>{const _0x4ccb88=a1_0x427855,_0x511884={'CPvbF':_0x4ccb88(0x197),'naRFi':_0x4ccb88(0x195),'LeKHK':function(_0x2c01b8){return _0x2c01b8();},'QPuxe':function(_0xa5f87f,_0x44120a){return _0xa5f87f(_0x44120a);},'wmWks':_0x4ccb88(0x1ab),'NZoBG':function(_0x16976d,_0x50f8ff){return _0x16976d(_0x50f8ff);}};_0x511884[_0x4ccb88(0x1ef)](isTrue,process[_0x4ccb88(0x1e5)][_0x4ccb88(0x214)])&&!_0xbe4f5f[_0x4ccb88(0x191)]&&(_0xbe4f5f[_0x4ccb88(0x191)]=!![],_0xbe4f5f[_0x4ccb88(0x16a)]=_0xbe4f5f[_0x4ccb88(0x1ac)],_0xbe4f5f['saveScreenshot']=(_0x221369,_0x5ae876=![])=>{const _0x5a1b6f=_0x4ccb88,_0x49f69d={'BCNrX':_0x511884[_0x5a1b6f(0x174)],'dWqMN':_0x511884[_0x5a1b6f(0x17e)],'JHVDD':function(_0x3bf7e1){const _0x7e5614=_0x5a1b6f;return _0x511884[_0x7e5614(0x1fc)](_0x3bf7e1);},'MYdCd':function(_0x172b00,_0x3b9739){const _0x13f9b4=_0x5a1b6f;return _0x511884[_0x13f9b4(0x246)](_0x172b00,_0x3b9739);},'olwuo':_0x511884[_0x5a1b6f(0x1f8)]};return new Promise(function(_0x1d424f,_0x47d2a1){const _0x184c50=_0x5a1b6f;_0xbe4f5f[_0x184c50(0x16a)](_0x221369,_0x5ae876)[_0x184c50(0x19f)](()=>{const _0x468d8e=_0x184c50,_0x186420=CodeceptUtils[_0x468d8e(0x244)](_0x221369);if(_0x186420){const _0x1dc898=fs['readFileSync'](_0x186420);process[_0x468d8e(0x22d)]('bs:addLog:'+process[_0x468d8e(0x182)],{'timestamp':new Date()[_0x468d8e(0x1a7)](),'message':_0x1dc898[_0x468d8e(0x203)](_0x49f69d[_0x468d8e(0x1cf)]),'kind':_0x49f69d['dWqMN']}),_0x49f69d[_0x468d8e(0x1a2)](_0x1d424f);}_0x49f69d[_0x468d8e(0x236)](_0x47d2a1,new Error(_0x49f69d[_0x468d8e(0x245)]));})['catch'](()=>null);});});},patchWebDriverBefore=(_0x510430,_0x3e23f1)=>{const _0x5a3313=a1_0x427855,_0x54286a={'rSRIT':function(_0x232517){return _0x232517();},'HGmlS':function(_0xd31672,_0x2f0ed3){return _0xd31672(_0x2f0ed3);},'CSAGh':function(_0x515ef9,_0x1fa102){return _0x515ef9===_0x1fa102;},'RLVZQ':_0x5a3313(0x1bb),'vgios':'string','SihDz':function(_0x622ede,_0x389222){return _0x622ede===_0x389222;},'wNMNS':'Element','ExAnQ':'function'},_0x1b6b7d=async function(_0x539082,_0x4b8bf5){const _0x50fc79=_0x5a3313;_0x54286a[_0x50fc79(0x178)](isAccessibilityAutomationSession)&&!global[_0x50fc79(0x189)]&&global[_0x50fc79(0x1b2)]&&scripts['shouldWrapCommand'](_0x539082[_0x50fc79(0x1a0)])&&_0x54286a[_0x50fc79(0x192)](shouldPatchExecuteScript,arguments[0x2])&&(global[_0x50fc79(0x189)]=!![],await PerformanceTester[_0x50fc79(0x20e)](PerformanceA11yEvents[_0x50fc79(0x1a1)],async()=>{const _0x570e87=_0x50fc79;logger['debug']('Performing\x20scan\x20for\x20'+_0x539082[_0x570e87(0x17f)]+'\x20'+_0x539082[_0x570e87(0x1a0)]),await AccessibilityHelper[_0x570e87(0x18d)](_0x510430,scripts[_0x570e87(0x16d)]);},{'command':_0x539082[_0x50fc79(0x1a0)]})());global[_0x50fc79(0x189)]=![];const _0x2b29b0=JSON[_0x50fc79(0x17d)](process[_0x50fc79(0x1e5)][_0x50fc79(0x234)]||'{}');if(_0x54286a[_0x50fc79(0x1de)](_0x2b29b0?.[_0x50fc79(0x1f4)]?.[_0x50fc79(0x1a0)],_0x54286a[_0x50fc79(0x169)])&&_0x54286a[_0x50fc79(0x1de)](typeof _0x2b29b0?.[_0x50fc79(0x1f4)]?.[_0x50fc79(0x24c)],_0x54286a[_0x50fc79(0x152)])&&_0x2b29b0?.[_0x50fc79(0x1f4)]?.[_0x50fc79(0x24c)][_0x50fc79(0x23c)]('7'))return _0x4b8bf5[_0x50fc79(0x233)](null,Array[_0x50fc79(0x19b)][_0x50fc79(0x202)]['call'](arguments,0x2));return _0x4b8bf5[_0x50fc79(0x233)](this,Array[_0x50fc79(0x19b)][_0x50fc79(0x202)][_0x50fc79(0x231)](arguments,0x2));},_0x51013d=CodeceptWebDriver[_0x5a3313(0x19b)][_0x5a3313(0x20b)];CodeceptWebDriver[_0x5a3313(0x19b)][_0x5a3313(0x20b)]=async function(){const _0x22c2b6=_0x5a3313,_0x18b0a3={'VZOvQ':function(_0x3532cc,_0x53a2b7){const _0x320fae=a1_0x3948;return _0x54286a[_0x320fae(0x1cc)](_0x3532cc,_0x53a2b7);},'qraJD':_0x54286a[_0x22c2b6(0x1f3)]};try{await _0x51013d['apply'](this,arguments);}catch(_0x38c5d8){logger[_0x22c2b6(0x24d)](_0x22c2b6(0x16e)+util[_0x22c2b6(0x19c)](_0x38c5d8));}scripts[_0x22c2b6(0x167)][_0x22c2b6(0x1d4)](_0x129d51=>_0x129d51['name']&&_0x129d51[_0x22c2b6(0x17f)])['forEach'](_0x52e6a1=>{const _0x53b838=_0x22c2b6;this[_0x53b838(0x1ae)]['overwriteCommand'](_0x52e6a1[_0x53b838(0x1a0)],_0x1b6b7d[_0x53b838(0x1ea)](this,_0x52e6a1),_0x18b0a3[_0x53b838(0x1b7)](_0x52e6a1['class'],_0x18b0a3[_0x53b838(0x170)]));}),_0x54286a['HGmlS'](processWebDriverConfig,_0x510430);try{_0x3e23f1&&_0x54286a[_0x22c2b6(0x1cc)](typeof _0x3e23f1['flushPendingHookEvents'],_0x54286a['ExAnQ'])&&await _0x3e23f1['flushPendingHookEvents']();}catch(_0x5346c4){logger[_0x22c2b6(0x24d)]('Failed\x20to\x20flush\x20pending\x20hook\x20events\x20after\x20_before:\x20'+util['format'](_0x5346c4));}};};function parseJwt(_0x4769d1){const _0x59512f=a1_0x427855,_0x24bfc9={};_0x24bfc9[_0x59512f(0x21e)]='base64';const _0x34e928=_0x24bfc9;if(!_0x4769d1)return null;return JSON['parse'](Buffer[_0x59512f(0x226)](_0x4769d1[_0x59512f(0x219)]('.')[0x1],_0x34e928[_0x59512f(0x21e)])['toString']());}const patchPlaywrightBefore=_0x106822=>{const _0x71dc0f=a1_0x427855,_0xb94040={'TeWnb':function(_0x233785){return _0x233785();},'ysCQe':'devtools://','DyfXG':'--auto-open-devtools-for-tabs','QbioH':function(_0x2714d0,_0x5885a4){return _0x2714d0(_0x5885a4);},'ogACY':function(_0x5e9235,_0x2212f2){return _0x5e9235+_0x2212f2;},'LDaXS':_0x71dc0f(0x22f),'wzAXd':function(_0x2fa8c1){return _0x2fa8c1();},'XGVZd':function(_0xfe8eaa){return _0xfe8eaa();},'tKAts':function(_0x5a3ca8,_0x15c314){return _0x5a3ca8===_0x15c314;},'SnDCL':_0x71dc0f(0x1b0)};PlaywrightSessionDetails[_0x71dc0f(0x1b4)]();const _0x245365=CodeceptPlaywright[_0x71dc0f(0x19b)][_0x71dc0f(0x20b)];CodeceptPlaywright['prototype'][_0x71dc0f(0x20b)]=async function(){const _0x487655=_0x71dc0f;this[_0x487655(0x1c4)]=await this[_0x487655(0x1ae)][_0x487655(0x151)]()[0x0];const _0x5a1e2f=async()=>{const _0x29f2e2=_0x487655,_0x2f0a12={'lVQtP':function(_0x133e25){return _0xb94040['TeWnb'](_0x133e25);},'rVOAe':_0xb94040[_0x29f2e2(0x156)]},_0x5421f7=this['config']&&this[_0x29f2e2(0x153)][_0x29f2e2(0x256)]&&this[_0x29f2e2(0x153)][_0x29f2e2(0x256)][_0x29f2e2(0x259)]&&Array['isArray'](this[_0x29f2e2(0x153)][_0x29f2e2(0x256)]['args'])&&this[_0x29f2e2(0x153)][_0x29f2e2(0x256)][_0x29f2e2(0x259)][_0x29f2e2(0x1d2)](_0xb94040[_0x29f2e2(0x242)]);if(_0xb94040['TeWnb'](isAccessibilityAutomationSession)&&!_0x5421f7)try{const _0x350e8b=_0xb94040[_0x29f2e2(0x1cd)](parseJwt,process[_0x29f2e2(0x1e5)][_0x29f2e2(0x1e0)]);if(_0x350e8b&&_0x350e8b[_0x29f2e2(0x15a)]&&_0x350e8b[_0x29f2e2(0x15a)][_0x29f2e2(0x1db)]){const _0x37c63a=this[_0x29f2e2(0x1c4)]['pages'][_0x29f2e2(0x1ea)](this[_0x29f2e2(0x1c4)]);this[_0x29f2e2(0x1c4)][_0x29f2e2(0x157)]=async function(){const _0x5a76d7=_0x29f2e2,_0x1b7d91=await _0x2f0a12[_0x5a76d7(0x21c)](_0x37c63a),_0x5c2cdf=[];for(const _0x5498b1 of _0x1b7d91){try{const _0x2900ae=await _0x5498b1['url']();!_0x2900ae[_0x5a76d7(0x23c)](_0x2f0a12[_0x5a76d7(0x1e8)])&&_0x5c2cdf[_0x5a76d7(0x18a)](_0x5498b1);}catch(_0x438ad9){_0x5c2cdf[_0x5a76d7(0x18a)](_0x5498b1);}}return _0x5c2cdf;};}if(!_0xb94040['TeWnb'](isBrowserstackInfra)){const _0x47627a=await this[_0x29f2e2(0x1e7)][_0x29f2e2(0x1c1)]();if(_0x47627a[_0x29f2e2(0x23c)](_0xb94040[_0x29f2e2(0x156)])){const _0x4274ec=await this[_0x29f2e2(0x1c4)]['pages']();this[_0x29f2e2(0x172)](_0x4274ec[0x0]);}}}catch(_0x4a2166){logger[_0x29f2e2(0x24d)](_0x29f2e2(0x22b)+_0x4a2166[_0x29f2e2(0x235)]+(_0x4a2166[_0x29f2e2(0x254)]?_0xb94040[_0x29f2e2(0x160)](_0xb94040['LDaXS'],_0x4a2166[_0x29f2e2(0x254)]):''));}};_0xb94040[_0x487655(0x164)](isBrowserstackInfra)&&await _0xb94040[_0x487655(0x238)](_0x5a1e2f);await _0x245365[_0x487655(0x233)](this,arguments);!_0xb94040[_0x487655(0x164)](isBrowserstackInfra)&&await _0xb94040[_0x487655(0x19e)](_0x5a1e2f);try{_0x106822&&_0xb94040[_0x487655(0x208)](typeof _0x106822['flushPendingHookEvents'],_0xb94040[_0x487655(0x1b3)])&&await _0x106822[_0x487655(0x1e3)]();}catch(_0x11a1a5){logger['debug'](_0x487655(0x23e)+util[_0x487655(0x19c)](_0x11a1a5));}};},getCodeceptDriver=()=>{const _0x2a6b8e=a1_0x427855,_0x410abd={};_0x410abd[_0x2a6b8e(0x1c6)]=_0x2a6b8e(0x252),_0x410abd[_0x2a6b8e(0x1eb)]=_0x2a6b8e(0x1ad),_0x410abd[_0x2a6b8e(0x194)]=_0x2a6b8e(0x1f1),_0x410abd['ZrWYs']='TestCafe';const _0x8ee54=_0x410abd,_0x17168e=[_0x8ee54[_0x2a6b8e(0x1c6)],_0x8ee54[_0x2a6b8e(0x1eb)],_0x8ee54[_0x2a6b8e(0x194)],_0x8ee54[_0x2a6b8e(0x1dc)]],_0x4f4cf4=_0x17168e['find'](_0x3624e0=>!!CodeceptJS[_0x2a6b8e(0x1d1)]['helpers'](_0x3624e0));if(!_0x4f4cf4)return null;return CodeceptJS['container'][_0x2a6b8e(0x23b)](_0x4f4cf4);};module['exports']=function(_0x3a44be){const _0x3dc44a=a1_0x427855,_0x22dc73={'ErckJ':function(_0x10fabc,_0x1a8244){return _0x10fabc(_0x1a8244);},'DaxSY':function(_0x5351f1,_0x5d0e70,_0x545c53){return _0x5351f1(_0x5d0e70,_0x545c53);},'dBtJh':_0x3dc44a(0x1b1),'Fyfhe':_0x3dc44a(0x185),'pQvzi':_0x3dc44a(0x1f9),'DKwoR':_0x3dc44a(0x1ba),'WLrlI':function(_0x1b16d0,_0x5673dc){return _0x1b16d0(_0x5673dc);},'LLpQw':_0x3dc44a(0x216),'yQLmj':_0x3dc44a(0x1a6),'hUyYO':function(_0x35f6da,_0x40346d,_0x4b5911){return _0x35f6da(_0x40346d,_0x4b5911);},'gmumD':_0x3dc44a(0x22e),'ueCZv':_0x3dc44a(0x190),'cdTUx':function(_0x35b6d0){return _0x35b6d0();},'oCzfi':function(_0x2d756b,_0x44692d,_0x468aa9){return _0x2d756b(_0x44692d,_0x468aa9);},'CvMyP':_0x3dc44a(0x1d9),'Hcspv':_0x3dc44a(0x15b),'Nppea':_0x3dc44a(0x18b),'YTwmp':function(_0x1f8a4b,_0x2d06bd,_0x59417b){return _0x1f8a4b(_0x2d06bd,_0x59417b);},'FJcHt':_0x3dc44a(0x1c2),'vTARl':function(_0x233dae,_0x1c7a7f,_0x22b921,_0x3bf8eb){return _0x233dae(_0x1c7a7f,_0x22b921,_0x3bf8eb);},'tKith':function(_0x35c9b6,_0x150726){return _0x35c9b6===_0x150726;},'dMWFM':'Suite','oevmz':_0x3dc44a(0x21a),'MOkxN':_0x3dc44a(0x1df),'QDUXF':function(_0x2611e0,_0x271b7c,_0x572e5a){return _0x2611e0(_0x271b7c,_0x572e5a);},'CHNkW':'Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','OosBf':_0x3dc44a(0x1fa),'CaBRw':_0x3dc44a(0x1b8),'elwND':'TEST_LOG','rePhl':_0x3dc44a(0x18f),'vNeUJ':_0x3dc44a(0x1d6),'eunlT':_0x3dc44a(0x1c5),'LnovK':function(_0x477f84){return _0x477f84();},'YmlKu':_0x3dc44a(0x1ad)};_0x3a44be[_0x3dc44a(0x17c)]&&(global['__skipSessionStatus']=_0x3a44be[_0x3dc44a(0x17c)]);PerformanceTester[_0x3dc44a(0x232)]();const _0x4032c7=_0x22dc73[_0x3dc44a(0x159)](getCodeceptDriver),_0x35eed7=new O11yHelper(_0x4032c7,_0x3a44be),_0x4e8e97=!!CodeceptJS['container'][_0x3dc44a(0x23b)](_0x22dc73['YmlKu']);global[_0x3dc44a(0x213)]=_0x4032c7;_0x4032c7&&(PerformanceTester['measureWrapper'](PerformanceEvents['SDK_PRE_INITIALIZE'],()=>{const _0x379376=_0x3dc44a;_0x4e8e97?_0x22dc73[_0x379376(0x1bf)](patchPlaywrightBefore,_0x35eed7):_0x22dc73[_0x379376(0x218)](patchWebDriverBefore,_0x4032c7,_0x35eed7);})(),PerformanceTester[_0x3dc44a(0x20e)](PerformanceEvents[_0x3dc44a(0x18e)],()=>{const _0x4cede3=_0x3dc44a,_0x3b369f={};_0x3b369f[_0x4cede3(0x1d5)]=_0x22dc73[_0x4cede3(0x224)],_0x3b369f['nyqmX']=_0x22dc73[_0x4cede3(0x1ca)];const _0x396ee2=_0x3b369f;_0x4032c7[_0x4cede3(0x1b1)]=async()=>{const _0x12c0a9=_0x4cede3;if(global[_0x12c0a9(0x1b2)]){const _0x21febc={};return _0x21febc[_0x12c0a9(0x158)]=_0x22dc73[_0x12c0a9(0x200)],await PerformanceTester[_0x12c0a9(0x20e)](PerformanceA11yEvents[_0x12c0a9(0x1a1)],async()=>{const _0xcd1d41=_0x12c0a9;return await AccessibilityHelper[_0xcd1d41(0x18d)](_0x4032c7,scripts[_0xcd1d41(0x16d)]);},_0x21febc)(),await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x12c0a9(0x23d)],async()=>{const _0x528756=_0x12c0a9;return await AccessibilityHelper['browserStackExecuteDriver'](_0x4032c7,scripts[_0x528756(0x1fe)]);})();}return logger[_0x12c0a9(0x21b)](_0x22dc73['Fyfhe']),{};},_0x4032c7[_0x4cede3(0x1f9)]=async()=>{const _0x4ea7e5=_0x4cede3;if(global[_0x4ea7e5(0x1b2)]){const _0x4c0fc0={};return _0x4c0fc0['command']=_0x396ee2['FXXKC'],await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x4ea7e5(0x1a1)],async()=>{const _0x3cf646=_0x4ea7e5;return await AccessibilityHelper['browserStackExecuteDriver'](_0x4032c7,scripts[_0x3cf646(0x16d)]);},_0x4c0fc0)(),await PerformanceTester[_0x4ea7e5(0x20e)](PerformanceA11yEvents[_0x4ea7e5(0x211)],async()=>{const _0x3d8210=_0x4ea7e5;return await AccessibilityHelper[_0x3d8210(0x18d)](_0x4032c7,scripts['getResults']);})();}return logger[_0x4ea7e5(0x21b)](_0x396ee2[_0x4ea7e5(0x23f)]),{};},_0x22dc73[_0x4cede3(0x14d)](patchSaveScreenshot,_0x4032c7);})());CodeceptJS['event']['dispatcher']['on'](CodeceptJS[_0x3dc44a(0x1ec)][_0x3dc44a(0x1d7)][_0x3dc44a(0x1c9)],()=>{const _0x5c322f=_0x3dc44a;PerformanceTester['start'](PerformanceEvents[_0x5c322f(0x24e)]);try{_0x35eed7['start'](),testOpsHelper[_0x5c322f(0x1aa)](),PerformanceTester[_0x5c322f(0x249)](PerformanceEvents['SDK_PRE_TEST']);}catch(_0x5e32b2){PerformanceTester[_0x5c322f(0x199)](_0x5e32b2),PerformanceTester[_0x5c322f(0x249)](PerformanceEvents[_0x5c322f(0x24e)],![],_0x5e32b2);}}),CodeceptJS[_0x3dc44a(0x1ec)]['dispatcher']['on'](CodeceptJS['event']['all'][_0x3dc44a(0x206)],async()=>{const _0xdf58b8=_0x3dc44a;PerformanceTester[_0xdf58b8(0x1a5)](PerformanceEvents[_0xdf58b8(0x229)]);try{requestSpy[_0xdf58b8(0x173)](),await _0x35eed7['stop'](),PerformanceTester[_0xdf58b8(0x249)](PerformanceEvents[_0xdf58b8(0x229)]);}catch(_0x4c3bec){PerformanceTester[_0xdf58b8(0x199)](_0x4c3bec),PerformanceTester[_0xdf58b8(0x249)](PerformanceEvents[_0xdf58b8(0x229)],![],_0x4c3bec);}finally{PerformanceTester[_0xdf58b8(0x1a9)]();}});const _0x167504=(_0x7255f7,_0x3dff95)=>{const _0x17038f=_0x3dc44a;if(!_0x35eed7)return;if(!_0x35eed7['hasLiveDriverSession']()){_0x35eed7[_0x17038f(0x212)](_0x7255f7,_0x3dff95);return;}CodeceptRecorder[_0x17038f(0x154)](()=>_0x35eed7['fireEvent'](_0x7255f7,_0x3dff95));};CodeceptJS['event']['dispatcher']['on'](CodeceptJS[_0x3dc44a(0x1ec)][_0x3dc44a(0x20d)][_0x3dc44a(0x15d)],_0x40e8a8=>{const _0x470297=_0x3dc44a;PerformanceTester['start'](PerformanceEvents[_0x470297(0x16f)]);try{const _0x1625e2=_0x40e8a8[_0x470297(0x20f)][_0x470297(0x184)],_0xc14bb1=_0x35eed7['captureEvent'](TEST_EVENTS[_0x470297(0x1bd)],_0x1625e2);_0x22dc73['DaxSY'](_0x167504,TEST_EVENTS[_0x470297(0x1bd)],_0xc14bb1);const _0x38896b={};_0x38896b[_0x470297(0x209)]=_0x22dc73[_0x470297(0x1be)],PerformanceTester[_0x470297(0x249)](PerformanceEvents['SDK_HOOK'],!![],null,_0x38896b);}catch(_0x982b84){const _0xd1a282={};_0xd1a282['hookType']=_0x22dc73[_0x470297(0x1be)],PerformanceTester[_0x470297(0x249)](PerformanceEvents[_0x470297(0x16f)],![],_0x982b84,_0xd1a282),PerformanceTester[_0x470297(0x199)](_0x982b84);}}),CodeceptJS['event'][_0x3dc44a(0x179)]['on'](CodeceptJS[_0x3dc44a(0x1ec)][_0x3dc44a(0x20d)]['passed'],_0x5c82ec=>{const _0x1cb0f3=_0x3dc44a,_0x167017={};_0x167017[_0x1cb0f3(0x209)]=_0x22dc73[_0x1cb0f3(0x1dd)],PerformanceTester['start'](PerformanceHookEvents[_0x1cb0f3(0x16f)],!![],null,_0x167017);try{const _0x1ed0be=_0x5c82ec[_0x1cb0f3(0x20f)][_0x1cb0f3(0x184)],_0x3e3898=_0x35eed7[_0x1cb0f3(0x1b5)](TEST_EVENTS['HOOK_RUN_FINISHED'],_0x1ed0be);_0x22dc73[_0x1cb0f3(0x1cb)](_0x167504,TEST_EVENTS['HOOK_RUN_FINISHED'],_0x3e3898);const _0x5d406d={};_0x5d406d[_0x1cb0f3(0x209)]=_0x22dc73[_0x1cb0f3(0x1dd)],PerformanceTester[_0x1cb0f3(0x249)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x5d406d);}catch(_0x3eb04d){PerformanceTester[_0x1cb0f3(0x199)](_0x3eb04d);const _0x101609={};_0x101609[_0x1cb0f3(0x209)]=_0x22dc73[_0x1cb0f3(0x1dd)],PerformanceTester[_0x1cb0f3(0x249)](PerformanceHookEvents[_0x1cb0f3(0x16f)],![],_0x3eb04d,_0x101609);}}),CodeceptJS[_0x3dc44a(0x1ec)][_0x3dc44a(0x179)]['on'](CodeceptJS[_0x3dc44a(0x1ec)]['hook']['failed'],async(_0x38e6ea,_0x500ed2)=>{const _0x38c496=_0x3dc44a;PerformanceTester['start'](PerformanceHookEvents[_0x38c496(0x16f)]);try{const _0x1b12e2=_0x38e6ea['ctx'][_0x38c496(0x184)],_0x2d9b88=_0x35eed7[_0x38c496(0x1b5)](TEST_EVENTS['HOOK_RUN_FINISHED'],_0x1b12e2,_0x500ed2);_0x22dc73[_0x38c496(0x218)](_0x167504,TEST_EVENTS['HOOK_RUN_FINISHED'],_0x2d9b88);const _0x5c79ea={};_0x5c79ea[_0x38c496(0x209)]=_0x22dc73[_0x38c496(0x1f0)],PerformanceTester[_0x38c496(0x1a5)](PerformanceHookEvents[_0x38c496(0x16f)],!![],null,_0x5c79ea);}catch(_0x179cdb){PerformanceTester[_0x38c496(0x199)](_0x179cdb);const _0x221e8a={};_0x221e8a['hookType']=_0x22dc73[_0x38c496(0x1f0)],PerformanceTester[_0x38c496(0x249)](PerformanceHookEvents[_0x38c496(0x16f)],![],_0x179cdb,_0x221e8a);}const _0x59b44e={};_0x59b44e[_0x38c496(0x209)]=_0x22dc73['gmumD'],PerformanceTester[_0x38c496(0x249)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x59b44e);}),CodeceptJS[_0x3dc44a(0x1ec)][_0x3dc44a(0x179)]['on'](CodeceptJS[_0x3dc44a(0x1ec)]['test']['before'],_0x5d232a=>{const _0x1231ba=_0x3dc44a;PerformanceTester['start'](PerformanceHookEvents[_0x1231ba(0x16f)]);try{globals[_0x1231ba(0x204)](_0x22dc73[_0x1231ba(0x1a3)],_0x5d232a[_0x1231ba(0x183)]);_0x22dc73[_0x1231ba(0x21f)](isBrowserstackInfra)&&(_0x4e8e97&&(global[_0x1231ba(0x20a)]={'currentTest':{'name':_0x5d232a[_0x1231ba(0x183)],'testInfo':{'titlePath':_0x5d232a[_0x1231ba(0x1e1)]()}}}));try{const _0x3204d2=_0x22dc73['oCzfi'](shouldScanTestForAccessibility,_0x5d232a[_0x1231ba(0x1e1)](),!![]);globals['setGlobal'](_0x22dc73[_0x1231ba(0x18c)],_0x3204d2);}catch(_0x1a4acf){logger[_0x1231ba(0x24d)](_0x1231ba(0x23a)+util[_0x1231ba(0x19c)](_0x1a4acf));}const _0x224ec2={};_0x224ec2['hookType']=_0x22dc73[_0x1231ba(0x1e2)],PerformanceTester[_0x1231ba(0x249)](PerformanceHookEvents[_0x1231ba(0x16f)],!![],null,_0x224ec2);}catch(_0x577a15){PerformanceTester[_0x1231ba(0x199)](_0x577a15);const _0x1b4891={};_0x1b4891['hookType']=_0x22dc73['Hcspv'],PerformanceTester['end'](PerformanceHookEvents[_0x1231ba(0x16f)],![],_0x577a15,_0x1b4891);}}),CodeceptJS[_0x3dc44a(0x1ec)]['dispatcher']['on'](CodeceptJS['event']['test'][_0x3dc44a(0x15d)],_0x251126=>{const _0x17abe7=_0x3dc44a,_0x1d3d7f={'TxObX':function(_0x562031){const _0x37875b=a1_0x3948;return _0x22dc73[_0x37875b(0x21f)](_0x562031);},'LuFFa':function(_0x1aace9,_0x54e9dc){const _0xcd155e=a1_0x3948;return _0x22dc73[_0xcd155e(0x14d)](_0x1aace9,_0x54e9dc);},'NSMUP':function(_0x3c5e47,_0xdf2a79,_0x2e0f64){return _0x22dc73['oCzfi'](_0x3c5e47,_0xdf2a79,_0x2e0f64);},'VgmUz':function(_0x112074,_0x569397){return _0x22dc73['WLrlI'](_0x112074,_0x569397);}};PerformanceTester[_0x17abe7(0x1a5)](PerformanceHookEvents[_0x17abe7(0x16f)]);try{globals[_0x17abe7(0x204)](_0x22dc73[_0x17abe7(0x1a3)],_0x251126['title']);const _0x130291=_0x35eed7[_0x17abe7(0x1b5)](TEST_EVENTS['TEST_RUN_STARTED'],_0x251126);CodeceptRecorder[_0x17abe7(0x154)](()=>_0x35eed7[_0x17abe7(0x1e3)]()),CodeceptRecorder[_0x17abe7(0x154)](()=>_0x35eed7['fireEvent'](TEST_EVENTS[_0x17abe7(0x1d3)],_0x130291)),CodeceptRecorder[_0x17abe7(0x154)](()=>_0x35eed7[_0x17abe7(0x187)](_0x251126['testAnalyticsId'])),CodeceptRecorder[_0x17abe7(0x154)](async()=>{const _0x4c9596=_0x17abe7;_0x1d3d7f[_0x4c9596(0x1f7)](isBrowserstackInfra)&&(!_0x1d3d7f[_0x4c9596(0x15f)](isTrue,_0x3a44be['skipSessionName'])&&await _0x1d3d7f[_0x4c9596(0x207)](markSessionName,_0x4032c7,_0x251126[_0x4c9596(0x183)]),_0x35eed7[_0x4c9596(0x16b)]&&await _0x1d3d7f[_0x4c9596(0x175)](o11ySync,_0x4032c7));});}catch(_0x5f32a3){const _0x4d2ae6={};_0x4d2ae6[_0x17abe7(0x209)]=_0x22dc73['Nppea'],PerformanceTester[_0x17abe7(0x249)](PerformanceHookEvents['SDK_HOOK'],![],_0x5f32a3,_0x4d2ae6),PerformanceTester['captureError'](_0x5f32a3);}const _0x3e49b4={};_0x3e49b4['hookType']=_0x22dc73[_0x17abe7(0x19d)],PerformanceTester[_0x17abe7(0x249)](PerformanceHookEvents[_0x17abe7(0x16f)],!![],null,_0x3e49b4);}),CodeceptJS[_0x3dc44a(0x1ec)]['dispatcher']['on'](CodeceptJS[_0x3dc44a(0x1ec)][_0x3dc44a(0x184)][_0x3dc44a(0x161)],_0x549a1b=>{const _0x130703=_0x3dc44a,_0x447ec1={'aHHXn':function(_0x54f88e,_0x153297,_0x449967){const _0x3eec5f=a1_0x3948;return _0x22dc73[_0x3eec5f(0x1c8)](_0x54f88e,_0x153297,_0x449967);},'iXeRa':function(_0x1ef0b8){const _0x380236=a1_0x3948;return _0x22dc73[_0x380236(0x21f)](_0x1ef0b8);}};PerformanceTester['start'](PerformanceHookEvents[_0x130703(0x16f)]);try{const _0x32ab9f=_0x35eed7[_0x130703(0x1b5)](TEST_EVENTS[_0x130703(0x15c)],_0x549a1b);CodeceptRecorder[_0x130703(0x154)](()=>_0x35eed7[_0x130703(0x165)](TEST_EVENTS[_0x130703(0x15c)],_0x32ab9f)),CodeceptRecorder[_0x130703(0x154)](async()=>{const _0x519031=_0x130703,_0x333ca6={'IkAYc':function(_0x4e21b4,_0x15f85a,_0x5f1fa6){const _0x89894f=a1_0x3948;return _0x447ec1[_0x89894f(0x257)](_0x4e21b4,_0x15f85a,_0x5f1fa6);},'HfEcX':function(_0x3dd77c,_0x5e80f6,_0x38a49c){return _0x447ec1['aHHXn'](_0x3dd77c,_0x5e80f6,_0x38a49c);}};_0x447ec1[_0x519031(0x198)](isBrowserstackInfra)&&await PerformanceTester[_0x519031(0x20e)](PerformanceAutEvents[_0x519031(0x186)],async()=>{const _0x1ca013=_0x519031;_0x4e8e97?await _0x333ca6['IkAYc'](playwrightMarkSessionStatus,_0x4032c7,STATE_PASSED):await _0x333ca6[_0x1ca013(0x1a8)](markSessionStatus,_0x4032c7,STATE_PASSED);})();}),PerformanceTester[_0x130703(0x249)](PerformanceEvents[_0x130703(0x163)]);}catch(_0x1e5461){PerformanceTester[_0x130703(0x199)](_0x1e5461);const _0x31fbb0={};_0x31fbb0[_0x130703(0x209)]=_0x22dc73['FJcHt'],PerformanceTester[_0x130703(0x249)](PerformanceHookEvents[_0x130703(0x16f)],![],_0x1e5461,_0x31fbb0),PerformanceTester[_0x130703(0x249)](PerformanceEvents[_0x130703(0x163)],![],_0x1e5461);}const _0x1a07f3={};_0x1a07f3[_0x130703(0x209)]=_0x22dc73['FJcHt'],PerformanceTester['end'](PerformanceHookEvents[_0x130703(0x16f)],!![],null,_0x1a07f3);}),CodeceptJS[_0x3dc44a(0x1ec)][_0x3dc44a(0x179)]['on'](CodeceptJS['event'][_0x3dc44a(0x184)]['failed'],(_0x9f6b61,_0x195cc4)=>{const _0x4afbbe=_0x3dc44a;PerformanceTester[_0x4afbbe(0x1a5)](PerformanceHookEvents[_0x4afbbe(0x16f)]);try{if(_0x22dc73[_0x4afbbe(0x1fb)](_0x9f6b61[_0x4afbbe(0x221)][_0x4afbbe(0x1a0)],_0x22dc73[_0x4afbbe(0x230)])){const _0x37d351=_0x35eed7[_0x4afbbe(0x1b5)](TEST_EVENTS[_0x4afbbe(0x176)],_0x9f6b61[_0x4afbbe(0x20f)][_0x4afbbe(0x253)]);CodeceptRecorder['add'](()=>_0x35eed7[_0x4afbbe(0x165)](TEST_EVENTS[_0x4afbbe(0x176)],_0x37d351));}else{const _0x389501=_0x35eed7[_0x4afbbe(0x1b5)](TEST_EVENTS['TEST_RUN_FINISHED'],_0x9f6b61,_0x195cc4);CodeceptRecorder['add'](()=>{const _0x4b7d30=_0x4afbbe;try{_0x35eed7[_0x4b7d30(0x165)](TEST_EVENTS[_0x4b7d30(0x15c)],_0x389501);}catch(_0x38f04f){logger[_0x4b7d30(0x24d)](_0x4b7d30(0x22a)+util[_0x4b7d30(0x19c)](_0x38f04f)),PerformanceTester[_0x4b7d30(0x249)](PerformanceEvents[_0x4b7d30(0x163)],![],_0x38f04f);}}),CodeceptRecorder[_0x4afbbe(0x154)](async()=>{const _0x2e8068=_0x4afbbe;try{_0x22dc73[_0x2e8068(0x21f)](isBrowserstackInfra)&&(_0x4e8e97?await _0x22dc73[_0x2e8068(0x1ee)](playwrightMarkSessionStatus,_0x4032c7,STATE_FAILED,_0x195cc4):await _0x22dc73['vTARl'](markSessionStatus,_0x4032c7,STATE_FAILED,_0x195cc4));}catch(_0x4efcab){logger[_0x2e8068(0x24d)](_0x2e8068(0x20c)+util['format'](_0x4efcab)),PerformanceTester[_0x2e8068(0x249)](PerformanceEvents['SDK_TEST'],![],_0x4efcab);}});}PerformanceTester[_0x4afbbe(0x249)](PerformanceEvents['SDK_TEST']);}catch(_0x14b191){PerformanceTester[_0x4afbbe(0x199)](_0x14b191);const _0xe0cb62={};_0xe0cb62[_0x4afbbe(0x209)]=_0x22dc73[_0x4afbbe(0x241)],PerformanceTester[_0x4afbbe(0x249)](PerformanceHookEvents['SDK_HOOK'],![],_0x14b191,_0xe0cb62),PerformanceTester[_0x4afbbe(0x249)](PerformanceEvents['SDK_TEST'],![],_0x14b191);}const _0x3c7635={};_0x3c7635[_0x4afbbe(0x209)]=_0x22dc73[_0x4afbbe(0x241)],PerformanceTester[_0x4afbbe(0x249)](PerformanceHookEvents[_0x4afbbe(0x16f)],!![],null,_0x3c7635);}),CodeceptJS[_0x3dc44a(0x1ec)]['dispatcher']['on'](CodeceptJS[_0x3dc44a(0x1ec)][_0x3dc44a(0x184)][_0x3dc44a(0x250)],_0x890493=>{const _0x4c15ff=_0x3dc44a;PerformanceTester[_0x4c15ff(0x1a5)](PerformanceHookEvents['SDK_HOOK']);try{const _0x5c70c6=_0x35eed7[_0x4c15ff(0x1b5)](TEST_EVENTS[_0x4c15ff(0x176)],_0x890493);CodeceptRecorder[_0x4c15ff(0x154)](()=>_0x35eed7['fireEvent'](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x5c70c6)),PerformanceTester[_0x4c15ff(0x249)](PerformanceEvents[_0x4c15ff(0x163)]);}catch(_0x32205b){PerformanceTester['captureError'](_0x32205b),PerformanceTester['end'](PerformanceEvents['SDK_TEST'],![],_0x32205b);const _0x2560c2={};_0x2560c2['hookType']=_0x22dc73[_0x4c15ff(0x1f6)],PerformanceTester[_0x4c15ff(0x249)](PerformanceHookEvents[_0x4c15ff(0x16f)],![],_0x32205b,_0x2560c2);}const _0x466fe1={};_0x466fe1[_0x4c15ff(0x209)]=_0x22dc73[_0x4c15ff(0x1f6)],PerformanceTester[_0x4c15ff(0x249)](PerformanceHookEvents[_0x4c15ff(0x16f)],!![],null,_0x466fe1);}),CodeceptJS[_0x3dc44a(0x1ec)][_0x3dc44a(0x179)]['on'](CodeceptJS[_0x3dc44a(0x1ec)][_0x3dc44a(0x184)][_0x3dc44a(0x206)],async(_0x4974ad,_0xc78226)=>{const _0xef924a=_0x3dc44a;try{PerformanceTester[_0xef924a(0x1a5)](PerformanceHookEvents[_0xef924a(0x16f)]);const _0x1d4e16=_0x22dc73[_0xef924a(0x1a4)](shouldScanTestForAccessibility,_0x4974ad[_0xef924a(0x1e1)](),!![]);if(_0x22dc73[_0xef924a(0x21f)](isAccessibilityAutomationSession)&&global['accessibilityPlatform']&&_0x1d4e16){const _0x312b40={};_0x312b40['thTestRunUuid']=_0x4974ad[_0xef924a(0x24f)],_0x312b40[_0xef924a(0x1f5)]=process[_0xef924a(0x1e5)][testHubConstants[_0xef924a(0x171)][_0xef924a(0x181)]],_0x312b40['thJwtToken']=process[_0xef924a(0x1e5)][testHubConstants[_0xef924a(0x171)][_0xef924a(0x248)]];const _0xbd270d=_0x312b40;logger[_0xef924a(0x24d)](_0xef924a(0x19a)+JSON[_0xef924a(0x1e4)](_0xbd270d)),CodeceptRecorder[_0xef924a(0x154)](async()=>{const _0x20c456=_0xef924a;await accessibilityRetryHelper[_0x20c456(0x240)](_0x4032c7,_0x4974ad['title']),await accessibilityRetryHelper[_0x20c456(0x1d0)](_0x4032c7,_0xbd270d);}),logger[_0xef924a(0x17a)](_0x22dc73[_0xef924a(0x210)]);}const _0x5480e1={};_0x5480e1[_0xef924a(0x209)]=_0x22dc73[_0xef924a(0x1c3)],PerformanceTester[_0xef924a(0x249)](PerformanceHookEvents[_0xef924a(0x16f)],!![],null,_0x5480e1);}catch(_0x4456cf){PerformanceTester['captureError'](_0x4456cf);const _0x5d9113={};_0x5d9113[_0xef924a(0x209)]=_0x22dc73[_0xef924a(0x1c3)],PerformanceTester['end'](PerformanceHookEvents[_0xef924a(0x16f)],![],_0x4456cf,_0x5d9113);}}),CodeceptJS[_0x3dc44a(0x1ec)][_0x3dc44a(0x179)]['on'](CodeceptJS[_0x3dc44a(0x1ec)][_0x3dc44a(0x227)][_0x3dc44a(0x1e9)],_0x359486=>{const _0x212c98=_0x3dc44a;PerformanceTester[_0x212c98(0x1a5)](PerformanceHookEvents[_0x212c98(0x16f)]);try{process[_0x212c98(0x22d)](_0x212c98(0x243)+process['pid'],{'timestamp':new Date()['toISOString'](),'level':_0x22dc73[_0x212c98(0x247)],'message':_0x359486,'kind':_0x22dc73[_0x212c98(0x215)],'http_response':{}});}catch(_0x3c6258){PerformanceTester[_0x212c98(0x199)](_0x3c6258);const _0x14f00c={};_0x14f00c[_0x212c98(0x209)]=_0x22dc73['rePhl'],PerformanceTester[_0x212c98(0x249)](PerformanceHookEvents[_0x212c98(0x16f)],![],_0x3c6258,_0x14f00c);}const _0x28a028={};_0x28a028[_0x212c98(0x209)]=_0x22dc73[_0x212c98(0x180)],PerformanceTester[_0x212c98(0x249)](PerformanceHookEvents[_0x212c98(0x16f)],!![],null,_0x28a028);}),CodeceptJS[_0x3dc44a(0x1ec)]['dispatcher']['on'](CodeceptJS[_0x3dc44a(0x1ec)]['bddStep'][_0x3dc44a(0x1c9)],_0x9657c3=>{const _0x31f2d9=_0x3dc44a,_0x41f866={};_0x41f866[_0x31f2d9(0x209)]=_0x22dc73[_0x31f2d9(0x16c)],PerformanceTester[_0x31f2d9(0x20e)](PerformanceHookEvents[_0x31f2d9(0x16f)],()=>{const _0x242007=_0x31f2d9;_0x35eed7[_0x242007(0x14e)](_0x9657c3);},_0x41f866)();}),CodeceptJS[_0x3dc44a(0x1ec)][_0x3dc44a(0x179)]['on'](CodeceptJS['event'][_0x3dc44a(0x239)][_0x3dc44a(0x206)],_0x1a616d=>{const _0x21593f=_0x3dc44a,_0xff0ec5={};_0xff0ec5[_0x21593f(0x209)]=_0x22dc73[_0x21593f(0x193)],PerformanceTester[_0x21593f(0x20e)](PerformanceHookEvents[_0x21593f(0x16f)],()=>{const _0x5d8169=_0x21593f;_0x35eed7[_0x5d8169(0x25a)](_0x1a616d);},_0xff0ec5)();});};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
'use strict';const a2_0x2fd9f4=a2_0x1d88;(function(_0x1695ef,_0x5d06a1){const _0xb4dd6c=a2_0x1d88,_0x5857a9=_0x1695ef();while(!![]){try{const _0x4c9c1f=parseInt(_0xb4dd6c(0x121))/0x1+parseInt(_0xb4dd6c(0xf0))/0x2+parseInt(_0xb4dd6c(0x128))/0x3*(parseInt(_0xb4dd6c(0x137))/0x4)+parseInt(_0xb4dd6c(0x17b))/0x5+-parseInt(_0xb4dd6c(0x165))/0x6*(parseInt(_0xb4dd6c(0x13f))/0x7)+parseInt(_0xb4dd6c(0x103))/0x8+-parseInt(_0xb4dd6c(0x11b))/0x9*(parseInt(_0xb4dd6c(0x157))/0xa);if(_0x4c9c1f===_0x5d06a1)break;else _0x5857a9['push'](_0x5857a9['shift']());}catch(_0x1106f8){_0x5857a9['push'](_0x5857a9['shift']());}}}(a2_0x4345,0x4b9aa));function a2_0x1d88(_0x54207b,_0x2fbc58){const _0x4345f6=a2_0x4345();return a2_0x1d88=function(_0x1d88ad,_0x48a722){_0x1d88ad=_0x1d88ad-0xd2;let _0x2ad261=_0x4345f6[_0x1d88ad];return _0x2ad261;},a2_0x1d88(_0x54207b,_0x2fbc58);}const fs=require('fs'),path=require(a2_0x2fd9f4(0xd6)),util=require(a2_0x2fd9f4(0x129)),process=require('process'),logger=require(a2_0x2fd9f4(0xe8))[a2_0x2fd9f4(0xff)],{default:BrowserStackSetup}=require('../../helpers/BrowserStackSetup'),helper=require('../../helpers/helper'),utilities=require(a2_0x2fd9f4(0x17a)),{checkAccessibilityPlatformConfig}=require(a2_0x2fd9f4(0x172)),{setAccessibilityCapabilities,processAccessibilityCaps}=require(a2_0x2fd9f4(0xfc)),{requireModule,nestedKeyValue,isBrowserstackInfra}=require(a2_0x2fd9f4(0x102)),CodeceptJS=requireModule('codeceptjs/lib/index.js',a2_0x2fd9f4(0x144)),testOpsHelper=require(a2_0x2fd9f4(0x10f)),TestHubHandler=require(a2_0x2fd9f4(0x159)),BrowserstackCLI=require(a2_0x2fd9f4(0x132)),constants=require(a2_0x2fd9f4(0x170)),PerformanceTester=require(a2_0x2fd9f4(0x167)),{FRAMEWORKS}=require(a2_0x2fd9f4(0x10b)),PerformanceEvents=require(a2_0x2fd9f4(0xf7))['EVENTS'],ClientTroubleShootingService=require(a2_0x2fd9f4(0xe4)),_testErrorData=[],getUserCodeceptJSConfigs=(_0x3813a6,_0x1c51b2)=>{const _0x45edcc=a2_0x2fd9f4,_0x48daa8={};_0x48daa8[_0x45edcc(0x149)]=function(_0xfe2dc5,_0x41d50c){return _0xfe2dc5===_0x41d50c;},_0x48daa8[_0x45edcc(0xfb)]=_0x45edcc(0xf4),_0x48daa8[_0x45edcc(0x151)]=_0x45edcc(0x154);const _0x30e0da=_0x48daa8;let _0xe8a2e9=null;const _0x5e0303={};let _0x1cea14=_0x1c51b2[_0x45edcc(0xd5)](_0x47b5b0=>_0x47b5b0===_0x45edcc(0x158));_0x30e0da['yMNFI'](_0x1cea14,-0x1)&&(_0x1cea14=_0x1c51b2[_0x45edcc(0xd5)](_0x1acede=>_0x1acede==='-c'));const _0xe6af08=!helper[_0x45edcc(0x163)](_0x3813a6[_0x45edcc(0x161)])?helper[_0x45edcc(0xe0)](_0x3813a6[_0x45edcc(0x161)]):null,_0x13ecd3=!helper[_0x45edcc(0x163)](_0x3813a6['c'])?helper[_0x45edcc(0xe0)](_0x3813a6['c']):null;if(!helper[_0x45edcc(0x163)](_0x3813a6['config'])&&!_0xe6af08)logger[_0x45edcc(0xe1)](_0x45edcc(0x168)+_0x3813a6[_0x45edcc(0x161)]+'\x22:\x20it\x20resolves\x20outside\x20the\x20project\x20directory.');else!helper[_0x45edcc(0x163)](_0x3813a6['c'])&&!_0x13ecd3&&logger[_0x45edcc(0xe1)](_0x45edcc(0x147)+_0x3813a6['c']+'\x22:\x20it\x20resolves\x20outside\x20the\x20project\x20directory.');if(_0xe6af08&&fs[_0x45edcc(0xef)](_0xe6af08))_0xe8a2e9=_0xe6af08,_0x1c51b2['splice'](_0x1cea14,0x2);else{if(_0x13ecd3&&fs[_0x45edcc(0xef)](_0x13ecd3))_0xe8a2e9=_0x13ecd3,_0x1c51b2[_0x45edcc(0x174)](_0x1cea14,0x2);else{if(fs[_0x45edcc(0xef)](path[_0x45edcc(0x122)](process[_0x45edcc(0x13c)](),_0x30e0da[_0x45edcc(0xfb)])))_0xe8a2e9=path[_0x45edcc(0x122)](process['cwd'](),_0x30e0da[_0x45edcc(0xfb)]);else fs[_0x45edcc(0xef)](path[_0x45edcc(0x122)](process[_0x45edcc(0x13c)](),_0x30e0da[_0x45edcc(0x151)]))&&(_0xe8a2e9=path['join'](process[_0x45edcc(0x13c)](),_0x30e0da[_0x45edcc(0x151)]));}}return process[_0x45edcc(0x112)][_0x45edcc(0x10c)]=_0xe8a2e9,_0xe8a2e9;},getO11yRerunPattern=()=>{const _0x2a4e30=a2_0x2fd9f4,_0x51e0e5=helper[_0x2a4e30(0x106)](process[_0x2a4e30(0x112)][_0x2a4e30(0x13b)]);if(_0x51e0e5){const _0x505c43=process[_0x2a4e30(0x112)][_0x2a4e30(0x14b)],_0x464b7e=[];if(helper[_0x2a4e30(0x162)](_0x505c43)&&!helper[_0x2a4e30(0x163)](_0x505c43)){_0x505c43['split'](',')[_0x2a4e30(0x14e)](_0x38073b=>{const _0x2aa9c0=_0x2a4e30;_0x464b7e['push']('('+_0x38073b[_0x2aa9c0(0xda)]()+')');});const _0x1f459b='^'+_0x464b7e[_0x2a4e30(0x122)]('|')+'$';return _0x1f459b;}}return null;},a2_0x5230c5={};a2_0x5230c5[a2_0x2fd9f4(0x140)]=a2_0x2fd9f4(0x150),a2_0x5230c5[a2_0x2fd9f4(0x12c)]=a2_0x2fd9f4(0x150),a2_0x5230c5[a2_0x2fd9f4(0x10e)]=a2_0x2fd9f4(0x145),a2_0x5230c5[a2_0x2fd9f4(0x123)]=a2_0x2fd9f4(0x116);const pwToCodeceptBrowser=a2_0x5230c5;function a2_0x4345(){const _0x32379c=['../../helpers/performance/constants','load','testObservability','launchBuild','DLpMV','../../bin/playwright/accessibility-helper','accessKey','Passed\x20:\x20','winstonLogger','tTydx','BROWSERSTACK_FRAMEWORK','../../helpers/helper','591048vRmgrH','KXjRZ','addTests','isTrue','eJYOq','frameworkName','mMRmO','ZIfLw','../../helpers/test-observability/constants','USER_CONFIG_DETAILS_PATH','KJwHW','playwright-firefox','../../helpers/test-observability/utils','TaKOJ','browser','env','useW3C','getPlatformName','gherkin','webkit','iealV','log','mergeDeep','KRvyv','4527351HnhbQx','format','TlGng','finalExecution','CODECEPT','test','115773cBsrOQ','join','playwright-webkit','info','testContextOptions','VCIZX','tbWMV','33IjtzcP','util','forEach','BYMvG','playwright-chromium','CODECEPT_CUCUMBER','teardownAll','prepareCapabilities','key','isEmpty','../v2/browserstackCLI','profile','end','IbZtj','wkvzf','72596iHoezI','Playwright','nSsrH','browserWSEndpoint','BROWSERSTACK_RERUN','cwd','result','PyPcy','441AGpgLk','chrome','enabled','failed','WwoDb','codeceptjs','firefox','event','Ignoring\x20-c\x20config\x20path\x20\x22','stop','yMNFI','Failed\x20:\x20','BROWSERSTACK_RERUN_TESTS','validPlatformsPresent','chdir','map','jSejO','chromium','CqzBs','FRAMEWORKS','ehDmE','codecept.json','skipSessionName','stringify','10NlTSyO','--config','../../helpers/testhub/testhubHandler','stack','ywPFp','QOUxW','browserName','WebDriver','initialize','setupBrowserstackLocal','config','validateRerunTestList','isUndefined','tjmjG','44460oBRKCF','user','../../helpers/performance/performance-tester','Ignoring\x20--config\x20path\x20\x22','handleApp','PyXQS','platforms','BrowserStackPlugin.js','desiredCapabilities','run','addConfig','../utils/constants','1|2|5|4|0|3','../../helpers/accessibility-automation/helper','accessibilityOptions','splice','host','errorMessage','passed','getInstance','testConfig','../../helpers/utilities','2138185MNjfjy','SDK_CLEANUP','browserStackCwd','accessibility','title','helpers','gHGMF','getUserWorkerCount','push','findIndex','path','Workers','setAdditionalCapabilities','wqofT','trim','bootstrapAll','addOptions','getPlaywrightUrl','replace','all','resolveWithinCwd','warn','split','root','../utils/clientTroubleshootingService','hubUrl','/wd/hub','start','../../helpers/logger','parallelsPerPlatform','tPpBk','BROWSERSTACK_TEST_OBSERVABILITY_YML','Getting\x20your\x20codeceptjs\x20configs\x20from\x20','dirname','exports','existsSync','925226wRpviI','assign','Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20','debug','codecept.conf.js','Started\x20:\x20','require'];a2_0x4345=function(){return _0x32379c;};return a2_0x4345();}async function run(_0x5e0f83,_0x2e1f48,_0x198020){const _0x2710d8=a2_0x2fd9f4,_0x7d1f37={'IbZtj':function(_0x1c703a,_0x328fba,_0x419e7d,_0x25f2c0){return _0x1c703a(_0x328fba,_0x419e7d,_0x25f2c0);},'iealV':function(_0x429493,_0x1e373d){return _0x429493+_0x1e373d;},'tbWMV':function(_0x139855,_0x522d0f){return _0x139855(_0x522d0f);},'PyXQS':function(_0x2c9a33,_0x32dd45){return _0x2c9a33+_0x32dd45;},'TlGng':function(_0x3c4702,_0x1a08fe,_0x4834b0){return _0x3c4702(_0x1a08fe,_0x4834b0);},'PyPcy':_0x2710d8(0x180),'KJwHW':function(_0x30a9f0){return _0x30a9f0();},'wqofT':_0x2710d8(0xe6),'jSejO':function(_0x4d1c95){return _0x4d1c95();},'QWSAv':_0x2710d8(0x14a),'BYMvG':_0x2710d8(0xfe),'ZIfLw':_0x2710d8(0xf5),'tjmjG':_0x2710d8(0x171),'TVCDp':'Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','tPpBk':function(_0x19ddf6,_0x207eba,_0x4adb4e){return _0x19ddf6(_0x207eba,_0x4adb4e);},'WwoDb':_0x2710d8(0x138),'rEfoB':_0x2710d8(0x15e),'VCIZX':function(_0x1c6ed1,_0x466631){return _0x1c6ed1!=_0x466631;},'TaKOJ':function(_0x4d28af,_0x3b4f54){return _0x4d28af===_0x3b4f54;},'tTydx':_0x2710d8(0x115),'nSsrH':function(_0xe95a47){return _0xe95a47();},'RDYVF':function(_0x5ee588,_0x48c1da){return _0x5ee588*_0x48c1da;},'KRvyv':'browser','gHGMF':function(_0x37496b,_0x215450,_0x180c89){return _0x37496b(_0x215450,_0x180c89);},'ehDmE':_0x2710d8(0x16d),'mMRmO':_0x2710d8(0xe3),'eJYOq':_0x2710d8(0x16c),'QmTFc':_0x2710d8(0x17d),'QOUxW':'codeceptjs'};await _0x198020[_0x2710d8(0x15f)](_0x5e0f83);!BrowserstackCLI[_0x2710d8(0x178)]()['isRunning']()&&await _0x198020[_0x2710d8(0x160)]();await helper[_0x2710d8(0x169)](_0x198020[_0x2710d8(0x161)]);if(!_0x198020[_0x2710d8(0x161)])return;process[_0x2710d8(0x133)]=_0x5e0f83['profile'];_0x5e0f83[_0x2710d8(0x133)]&&(process[_0x2710d8(0x112)][_0x2710d8(0x133)]=_0x5e0f83['profile']);const _0x50d172=_0x7d1f37[_0x2710d8(0x11d)](getUserCodeceptJSConfigs,_0x5e0f83,_0x2e1f48);let _0x113398={};_0x50d172?(logger[_0x2710d8(0x124)](_0x2710d8(0xec)+_0x50d172),_0x113398=CodeceptJS[_0x2710d8(0x161)][_0x2710d8(0xf8)](_0x50d172)):logger[_0x2710d8(0x124)](_0x7d1f37['TVCDp']);let _0xb6b6bf=![];_0x7d1f37['tPpBk'](nestedKeyValue,_0x113398,[_0x7d1f37['PyPcy'],_0x7d1f37[_0x2710d8(0x143)]])&&(_0xb6b6bf=!![]);const _0x54672b=_0xb6b6bf?_0x7d1f37[_0x2710d8(0x143)]:_0x7d1f37['rEfoB'];let _0x1dda53=!_0xb6b6bf?helper[_0x2710d8(0x113)](_0x198020[_0x2710d8(0x161)]):![];!helper[_0x2710d8(0x163)](_0x198020[_0x2710d8(0x161)][_0x2710d8(0x173)])&&(process[_0x2710d8(0x112)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']=JSON[_0x2710d8(0x156)](_0x198020[_0x2710d8(0x161)][_0x2710d8(0x173)]));let _0x2820b0=_0x198020[_0x2710d8(0x161)][_0x2710d8(0x17e)];_0x2820b0=_0x2820b0||_0x7d1f37[_0x2710d8(0x127)](checkAccessibilityPlatformConfig,_0x198020[_0x2710d8(0x161)]),process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x2820b0;_0x2820b0&&(_0x1dda53=!_0x2820b0);_0x7d1f37[_0x2710d8(0x126)](_0x198020[_0x2710d8(0x161)]['testObservability'],null)?process['env']['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0x198020[_0x2710d8(0x161)][_0x2710d8(0xf9)]:process['env'][_0x2710d8(0xeb)]=_0x7d1f37[_0x2710d8(0x110)](_0x54672b,_0x7d1f37[_0x2710d8(0x143)]);const _0x3660eb=_0x7d1f37[_0x2710d8(0xea)](nestedKeyValue,_0x113398,[_0x7d1f37[_0x2710d8(0x100)]]),_0x4fb195=_0x3660eb&&!helper[_0x2710d8(0x131)](_0x3660eb)?FRAMEWORKS[_0x2710d8(0x12d)]:FRAMEWORKS['CODECEPT'],_0x30d0df=await TestHubHandler[_0x2710d8(0xfa)](_0x4fb195,_0x198020);_0x2820b0&&_0x7d1f37[_0x2710d8(0x127)](setAccessibilityCapabilities,_0x198020['config']);const _0x5ad82b={},_0x1c9e0c=[],_0x581863=_0x198020[_0x2710d8(0x161)][_0x2710d8(0xe9)]||helper[_0x2710d8(0xd3)](_0x5e0f83,_0x2e1f48,_0x198020['config'],constants['FRAMEWORKS'][_0x2710d8(0x11f)])||0x1;let _0x54a44f=0x1;if(_0x7d1f37[_0x2710d8(0x139)](isBrowserstackInfra)){const _0x47c5da=helper[_0x2710d8(0x12f)](_0x198020[_0x2710d8(0x161)],_0x1dda53,constants[_0x2710d8(0x152)][_0x2710d8(0x11f)]);_0x47c5da[_0x2710d8(0x12a)](_0x1580d3=>{const _0x49ae76=_0x2710d8;helper[_0x49ae76(0xd8)](_0x1580d3);}),helper[_0x2710d8(0x14c)](_0x198020[_0x2710d8(0x161)])?_0x54a44f=_0x7d1f37['RDYVF'](_0x581863,_0x198020[_0x2710d8(0x161)]['platforms']['length']):_0x54a44f=_0x581863,_0x47c5da[_0x2710d8(0x12a)](_0x547991=>{const _0x167dd3=_0x2710d8,_0x3093c6={'wkvzf':function(_0x5b1ba8,_0x9003e8,_0x4d0479,_0x534918){const _0x3f19c6=a2_0x1d88;return _0x7d1f37[_0x3f19c6(0x135)](_0x5b1ba8,_0x9003e8,_0x4d0479,_0x534918);},'KXjRZ':function(_0x400e77,_0x49bdbb){const _0x5e132a=a2_0x1d88;return _0x7d1f37[_0x5e132a(0x117)](_0x400e77,_0x49bdbb);},'ywPFp':function(_0x1ce7a2,_0x9a508){const _0x2fe83d=a2_0x1d88;return _0x7d1f37[_0x2fe83d(0x127)](_0x1ce7a2,_0x9a508);}},_0x4731c9=_0x7d1f37[_0x167dd3(0x16a)](helper[_0x167dd3(0x114)](_0x547991,'_'),'_'+Date['now']()),_0xa96ea9=((()=>{const _0x5eb6fd=_0x167dd3;if(_0xb6b6bf){const _0x452363=pwToCodeceptBrowser[_0x547991['browserName']]||_0x547991['browserName'],_0x388b0c=helper[_0x5eb6fd(0xdd)](_0x198020[_0x5eb6fd(0x161)]),_0x274017=Object['assign']({},_0x547991);return _0x3093c6[_0x5eb6fd(0x136)](processAccessibilityCaps,_0x274017,_0x388b0c,null),{'browser':_0x452363,[_0x452363]:{'browserWSEndpoint':_0x3093c6[_0x5eb6fd(0x104)](_0x388b0c,_0x3093c6[_0x5eb6fd(0x15b)](encodeURIComponent,JSON[_0x5eb6fd(0x156)](_0x274017)))}};}const _0x22f3ee={};return _0x22f3ee[_0x5eb6fd(0x16d)]=_0x547991,_0x22f3ee[_0x5eb6fd(0x166)]=_0x198020[_0x5eb6fd(0x161)]['userName'],_0x22f3ee[_0x5eb6fd(0x130)]=_0x198020['config'][_0x5eb6fd(0xfd)],_0x22f3ee;})()),_0x26b9d6=_0x7d1f37[_0x167dd3(0x11d)](nestedKeyValue,_0x113398,[_0x7d1f37[_0x167dd3(0x13e)],_0x54672b]);_0x5ad82b[_0x4731c9]=_0x26b9d6?helper[_0x167dd3(0x119)](_0xa96ea9,_0x26b9d6):_0xa96ea9;if(_0xb6b6bf)_0x5ad82b[_0x4731c9][_0x167dd3(0x111)]=pwToCodeceptBrowser[_0x547991['browserName']]||_0x547991[_0x167dd3(0x15d)];else{_0x5ad82b[_0x4731c9][_0x167dd3(0x111)]=_0x547991[_0x167dd3(0x15d)]||_0xa96ea9[_0x167dd3(0x111)];if(_0x7d1f37[_0x167dd3(0x10d)](isBrowserstackInfra)){_0x5ad82b[_0x4731c9][_0x167dd3(0x175)]=constants[_0x167dd3(0xe5)][_0x167dd3(0xde)](_0x7d1f37[_0x167dd3(0xd9)],'')['replace'](/https?:\/\//,'');;_0x5ad82b[_0x4731c9][_0x167dd3(0xd6)]=_0x7d1f37['wqofT'];}}_0x1c9e0c[_0x167dd3(0xd4)](_0x4731c9);});}else{_0x54a44f=0x1;if(_0xb6b6bf){const _0x4c64d6=_0x7d1f37[_0x2710d8(0x11d)](nestedKeyValue,_0x113398,[_0x7d1f37['PyPcy'],_0x54672b,_0x7d1f37[_0x2710d8(0x11a)]]),_0x2948f1=_0x7d1f37[_0x2710d8(0xd2)](nestedKeyValue,_0x113398,[_0x7d1f37[_0x2710d8(0x13e)],_0x54672b,_0x4c64d6]);if(_0x2948f1&&_0x2948f1[_0x2710d8(0x13a)]){const _0x1095f3={};_0x1095f3['platforms']=[],_0x2948f1[_0x2710d8(0x13a)]=helper['prepareCapabilities'](Object[_0x2710d8(0xf1)]({},_0x198020[_0x2710d8(0x161)],_0x1095f3),null,_0x4fb195['toLowerCase'](),null,null,_0x2948f1[_0x2710d8(0x13a)]);}}else{const _0x121bc3={};_0x121bc3[_0x2710d8(0x16b)]=[],_0x113398[_0x7d1f37[_0x2710d8(0x13e)]][_0x54672b][_0x7d1f37[_0x2710d8(0x153)]]=helper['prepareCapabilities'](Object[_0x2710d8(0xf1)]({},_0x198020[_0x2710d8(0x161)],_0x121bc3),null,_0x4fb195['toLowerCase'](),_0x7d1f37[_0x2710d8(0x11d)](nestedKeyValue,_0x113398,[_0x7d1f37['PyPcy'],_0x54672b,_0x7d1f37[_0x2710d8(0x153)]])||{},null,null);}_0x5ad82b[_0x7d1f37[_0x2710d8(0x109)]]=_0x113398,_0x1c9e0c[_0x2710d8(0xd4)](_0x7d1f37[_0x2710d8(0x109)]);}const _0x1e17ba={};_0x1e17ba[_0x2710d8(0x179)]=_0x50d172;const _0x3f5ab9=_0x1e17ba,_0x2d8ec3=path['join'](__dirname,_0x7d1f37[_0x2710d8(0x107)]),_0x559ffb=process[_0x2710d8(0x13c)]();process[_0x2710d8(0x112)][_0x7d1f37['QmTFc']]=_0x559ffb,process[_0x2710d8(0x112)][_0x2710d8(0x101)]=process[_0x2710d8(0x112)][_0x2710d8(0x101)]||_0x7d1f37[_0x2710d8(0x15c)],process[_0x2710d8(0x14d)](path[_0x2710d8(0xed)](_0x50d172));const _0x4611bf=new CodeceptJS[(_0x2710d8(0xd7))](null,_0x3f5ab9),_0x81a418=_0x4611bf['createGroupsOfSuites'](_0x581863),_0x52ef59=testOpsHelper['isTestObservabilitySession'](),_0x14bcdb=_0x1c9e0c['map'](_0x5c1a2d=>{const _0x5c1398=_0x2710d8,_0x4f89a4={};_0x4f89a4['Playwright']=_0x5ad82b[_0x5c1a2d];const _0x4686f5={};_0x4686f5[_0x5c1398(0x15e)]=_0x5ad82b[_0x5c1a2d];const _0x334c38=_0xb6b6bf?_0x4f89a4:_0x4686f5,_0x21b4e9=_0x7d1f37[_0x5c1398(0x10d)](getO11yRerunPattern),_0x5d9785={};_0x5d9785[_0x5c1398(0x180)]=_0x334c38;const _0x4f82d4={};_0x4f82d4[_0x5c1398(0xf6)]=_0x2d8ec3,_0x4f82d4[_0x5c1398(0x141)]=!![],_0x4f82d4[_0x5c1398(0x155)]=_0x198020[_0x5c1398(0x161)][_0x5c1398(0x125)][_0x5c1398(0x155)],_0x4f82d4['skipSessionStatus']=_0x198020[_0x5c1398(0x161)][_0x5c1398(0x125)]['skipSessionStatus'],_0x4f82d4[_0x5c1398(0xf9)]=_0x52ef59,_0x4f82d4[_0x5c1398(0x108)]=_0x4fb195;const _0x460d46={};_0x460d46['BrowserStackPlugin']=_0x4f82d4;const _0x158a8f={};return _0x158a8f['plugins']=_0x460d46,helper[_0x5c1398(0x119)]({},_0x113398,_0x7d1f37[_0x5c1398(0x14f)](isBrowserstackInfra)?_0x5d9785:{},_0x21b4e9?{'grep':_0x21b4e9}:{},_0x158a8f);});for(const _0x3730aa of _0x14bcdb){for(const _0x5f0622 of _0x81a418){const _0x2e1058=_0x4611bf['spawn']();_0x2e1058[_0x2710d8(0x105)](_0x5f0622),_0x2e1058[_0x2710d8(0x16f)](_0x3730aa);const _0x315b16={};_0x315b16['config']=_0x50d172,_0x2e1058[_0x2710d8(0xdc)](Object['assign'](_0x315b16,_0x5e0f83));}}_0x4611bf['on'](CodeceptJS['event'][_0x2710d8(0x120)][_0x2710d8(0x142)],(_0x47e32d,_0x8d760b)=>{const _0x5eb099=_0x2710d8;console[_0x5eb099(0x118)](_0x7d1f37['QWSAv'],_0x47e32d[_0x5eb099(0x17f)]);const _0x251a3a={[_0x47e32d[_0x5eb099(0x17f)]]:_0x47e32d['err'][_0x5eb099(0x15a)]};_testErrorData[_0x5eb099(0xd4)](_0x251a3a);}),_0x4611bf['on'](CodeceptJS[_0x2710d8(0x146)][_0x2710d8(0x120)][_0x2710d8(0x177)],async _0x47bf04=>{const _0x4b1740=_0x2710d8;console[_0x4b1740(0x118)](_0x7d1f37[_0x4b1740(0x12b)],_0x47bf04[_0x4b1740(0x17f)]);}),_0x4611bf['on'](CodeceptJS['event'][_0x2710d8(0x120)]['before'],async _0x3026ee=>{const _0x258324=_0x2710d8;console[_0x258324(0x118)](_0x7d1f37[_0x258324(0x10a)],_0x3026ee['title']);}),_0x4611bf['on'](CodeceptJS[_0x2710d8(0x146)][_0x2710d8(0xdf)][_0x2710d8(0x13d)],async()=>{const _0x4bad26=_0x2710d8,_0x4ee21b=_0x7d1f37[_0x4bad26(0x164)][_0x4bad26(0xe2)]('|');let _0x39ee15=0x0;while(!![]){switch(_0x4ee21b[_0x39ee15++]){case'0':try{await TestHubHandler[_0x4bad26(0x148)]();}catch(_0x5995c5){logger[_0x4bad26(0xf3)](_0x4bad26(0xf2)+util[_0x4bad26(0x11c)](_0x5995c5));}continue;case'1':PerformanceTester[_0x4bad26(0xe7)](PerformanceEvents[_0x4bad26(0x17c)]);continue;case'2':_0x198020[_0x4bad26(0x176)]=_testErrorData;continue;case'3':_0x4611bf['printResults']();continue;case'4':utilities[_0x4bad26(0x11e)](_0x198020);continue;case'5':testOpsHelper['printBuildLink']();continue;}break;}});async function _0x50e92a(){const _0x5b38a7=_0x2710d8;try{await _0x4611bf[_0x5b38a7(0xdb)](),await _0x4611bf[_0x5b38a7(0x16e)]();}finally{process[_0x5b38a7(0x14d)](_0x559ffb),await _0x4611bf[_0x5b38a7(0x12e)]();}}PerformanceTester[_0x2710d8(0x134)](PerformanceEvents['SDK_SETUP']),await _0x7d1f37['KJwHW'](_0x50e92a);}module[a2_0x2fd9f4(0xee)]=run;
|
|
2
|
+
'use strict';const a2_0x19d3b6=a2_0xc31f;function a2_0x5ca7(){const _0x2e17a0=['printResults','qLZTQ','QtZRo','WebDriver','../../helpers/accessibility-automation/helper','beOCp','../../bin/playwright/accessibility-helper','dNxsS','cwd','aWTng','WaNOm','skipSessionStatus','BROWSERSTACK_TEST_ACCESSIBILITY_YML','finalExecution','isUndefined','sYTAA','BrowserStackPlugin','ZBpXz','key','USER_CONFIG_DETAILS_PATH','browserName','testContextOptions','forEach','playwright-firefox','validPlatformsPresent','map','debug','../../helpers/testhub/testhubHandler','setupBrowserstackLocal','chromium','1265425tYPwAH','isTrue','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','Ignoring\x20-c\x20config\x20path\x20\x22','accessibilityOptions','JyMFD','browser','BrowserStackPlugin.js','stack','enabled','ciSIJ','all','getPlatformName','splice','Failed\x20:\x20','BROWSERSTACK_FRAMEWORK','findIndex','prepareCapabilities','codeceptjs','accessKey','Getting\x20your\x20codeceptjs\x20configs\x20from\x20','sPxos','plugins','failed','test','BROWSERSTACK_RERUN','../../helpers/test-observability/constants','../../helpers/helper','../../helpers/logger','chrome','FRAMEWORKS','../v2/browserstackCLI','BROWSERSTACK_TEST_OBSERVABILITY_YML','frameworkName','addTests','Ignoring\x20--config\x20path\x20\x22','host','assign','5067nMQGzO','WTLEv','LemtZ','uHWfD','launchBuild','dirname','result','oRZgO','VjDdW','8766qJOVOD','IMfSK','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','2DsBdYd','existsSync','addOptions','profile','push','DkAkj','EVENTS','useW3C','xdZcX','Playwright','chdir','desiredCapabilities','accessibility','errorMessage','stringify','playwright-webkit','addConfig','mergeDeep','CODECEPT_CUCUMBER','codecept.json','../../helpers/utilities','path','helpers','true','codeceptjs/lib/index.js','warn','split','before','36VHmuds','spawn','LxWbU','toLowerCase','load','err','sEPbj','getInstance','../../helpers/performance/constants','6VbhAAn','bootstrapAll','env','7134130UNOzjb','CODECEPT','platforms','start','createGroupsOfSuites','skipSessionName','printBuildLink','log','23193989LTMwSw','util','../../helpers/test-observability/utils','../utils/constants','gyKkI','now','Started\x20:\x20','join','setAdditionalCapabilities','process','jhyZK','getUserWorkerCount','ABvei','CKbZK','event','Passed\x20:\x20','2476958bOGVyP','isTestObservabilitySession','1360rwijIU','ICYfh','getPlaywrightUrl','../utils/clientTroubleshootingService','--config','Workers','exports','AUTOA','16yTbgkp','Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20','\x22:\x20it\x20resolves\x20outside\x20the\x20project\x20directory.','config','browserWSEndpoint','title','info','parallelsPerPlatform','playwright-chromium','EDLlf','replace','../../helpers/BrowserStackSetup','1472852dMFjaA','4|0|1|3|2','testObservability','resolveWithinCwd','21460tEAYvz','etpPW','SDK_CLEANUP'];a2_0x5ca7=function(){return _0x2e17a0;};return a2_0x5ca7();}(function(_0x1adf3c,_0x37c1b5){const _0x136299=a2_0xc31f,_0x4ab164=_0x1adf3c();while(!![]){try{const _0x14901b=-parseInt(_0x136299(0x221))/0x1*(-parseInt(_0x136299(0x277))/0x2)+-parseInt(_0x136299(0x21e))/0x3*(-parseInt(_0x136299(0x263))/0x4)+-parseInt(_0x136299(0x249))/0x5*(parseInt(_0x136299(0x246))/0x6)+parseInt(_0x136299(0x1ef))/0x7*(-parseInt(_0x136299(0x26b))/0x8)+parseInt(_0x136299(0x215))/0x9*(parseInt(_0x136299(0x27b))/0xa)+parseInt(_0x136299(0x261))/0xb*(parseInt(_0x136299(0x23d))/0xc)+-parseInt(_0x136299(0x251))/0xd;if(_0x14901b===_0x37c1b5)break;else _0x4ab164['push'](_0x4ab164['shift']());}catch(_0x5bdc36){_0x4ab164['push'](_0x4ab164['shift']());}}}(a2_0x5ca7,0xbdd3f));function a2_0xc31f(_0x18e202,_0x11f57c){const _0x5ca790=a2_0x5ca7();return a2_0xc31f=function(_0xc31fc6,_0x166767){_0xc31fc6=_0xc31fc6-0x1d6;let _0x10e43d=_0x5ca790[_0xc31fc6];return _0x10e43d;},a2_0xc31f(_0x18e202,_0x11f57c);}const fs=require('fs'),path=require('path'),util=require(a2_0x19d3b6(0x252)),process=require(a2_0x19d3b6(0x25a)),logger=require(a2_0x19d3b6(0x20b))['winstonLogger'],{default:BrowserStackSetup}=require(a2_0x19d3b6(0x276)),helper=require(a2_0x19d3b6(0x20a)),utilities=require(a2_0x19d3b6(0x235)),{checkAccessibilityPlatformConfig}=require(a2_0x19d3b6(0x282)),{setAccessibilityCapabilities,processAccessibilityCaps}=require(a2_0x19d3b6(0x1d7)),{requireModule,nestedKeyValue,isBrowserstackInfra}=require(a2_0x19d3b6(0x20a)),CodeceptJS=requireModule(a2_0x19d3b6(0x239),'codeceptjs'),testOpsHelper=require(a2_0x19d3b6(0x253)),TestHubHandler=require(a2_0x19d3b6(0x1ec)),BrowserstackCLI=require(a2_0x19d3b6(0x20e)),constants=require(a2_0x19d3b6(0x254)),PerformanceTester=require('../../helpers/performance/performance-tester'),{FRAMEWORKS}=require(a2_0x19d3b6(0x209)),PerformanceEvents=require(a2_0x19d3b6(0x245))[a2_0x19d3b6(0x227)],ClientTroubleShootingService=require(a2_0x19d3b6(0x266)),_testErrorData=[],getUserCodeceptJSConfigs=(_0x47daec,_0x52b54d)=>{const _0x4a1e01=a2_0x19d3b6,_0x27a469={};_0x27a469[_0x4a1e01(0x1d8)]=function(_0x45d36a,_0x7faf6a){return _0x45d36a===_0x7faf6a;},_0x27a469[_0x4a1e01(0x21c)]='codecept.conf.js',_0x27a469[_0x4a1e01(0x1db)]=_0x4a1e01(0x234);const _0x4fa831=_0x27a469;let _0xb71856=null;const _0x245ab4={};let _0x1f8810=_0x52b54d[_0x4a1e01(0x1ff)](_0x322898=>_0x322898===_0x4a1e01(0x267));_0x4fa831[_0x4a1e01(0x1d8)](_0x1f8810,-0x1)&&(_0x1f8810=_0x52b54d['findIndex'](_0x10604a=>_0x10604a==='-c'));const _0x38de86=!helper[_0x4a1e01(0x1df)](_0x47daec[_0x4a1e01(0x26e)])?helper['resolveWithinCwd'](_0x47daec[_0x4a1e01(0x26e)]):null,_0x13dc80=!helper[_0x4a1e01(0x1df)](_0x47daec['c'])?helper[_0x4a1e01(0x27a)](_0x47daec['c']):null;if(!helper[_0x4a1e01(0x1df)](_0x47daec[_0x4a1e01(0x26e)])&&!_0x38de86)logger[_0x4a1e01(0x23a)](_0x4a1e01(0x212)+_0x47daec['config']+'\x22:\x20it\x20resolves\x20outside\x20the\x20project\x20directory.');else!helper[_0x4a1e01(0x1df)](_0x47daec['c'])&&!_0x13dc80&&logger[_0x4a1e01(0x23a)](_0x4a1e01(0x1f2)+_0x47daec['c']+_0x4a1e01(0x26d));if(_0x38de86&&fs['existsSync'](_0x38de86))_0xb71856=_0x38de86,_0x52b54d[_0x4a1e01(0x1fc)](_0x1f8810,0x2);else{if(_0x13dc80&&fs[_0x4a1e01(0x222)](_0x13dc80))_0xb71856=_0x13dc80,_0x52b54d[_0x4a1e01(0x1fc)](_0x1f8810,0x2);else{if(fs[_0x4a1e01(0x222)](path[_0x4a1e01(0x258)](process['cwd'](),_0x4fa831[_0x4a1e01(0x21c)])))_0xb71856=path[_0x4a1e01(0x258)](process[_0x4a1e01(0x1d9)](),_0x4fa831[_0x4a1e01(0x21c)]);else fs[_0x4a1e01(0x222)](path[_0x4a1e01(0x258)](process[_0x4a1e01(0x1d9)](),_0x4fa831['WaNOm']))&&(_0xb71856=path[_0x4a1e01(0x258)](process[_0x4a1e01(0x1d9)](),_0x4fa831[_0x4a1e01(0x1db)]));}}return process['env'][_0x4a1e01(0x1e4)]=_0xb71856,_0xb71856;},getO11yRerunPattern=()=>{const _0x19adc8=a2_0x19d3b6,_0x7d321d=helper[_0x19adc8(0x1f0)](process[_0x19adc8(0x248)][_0x19adc8(0x208)]);if(_0x7d321d){const _0x7342e0=process[_0x19adc8(0x248)]['BROWSERSTACK_RERUN_TESTS'],_0x12c09f=[];if(helper['validateRerunTestList'](_0x7342e0)&&!helper[_0x19adc8(0x1df)](_0x7342e0)){_0x7342e0[_0x19adc8(0x23b)](',')[_0x19adc8(0x1ea)](_0x106baa=>{const _0x9b4a3c=_0x19adc8;_0x12c09f[_0x9b4a3c(0x225)]('('+_0x106baa['trim']()+')');});const _0x260809='^'+_0x12c09f[_0x19adc8(0x258)]('|')+'$';return _0x260809;}}return null;},a2_0x3cae4d={};a2_0x3cae4d[a2_0x19d3b6(0x20c)]=a2_0x19d3b6(0x1ee),a2_0x3cae4d[a2_0x19d3b6(0x273)]=a2_0x19d3b6(0x1ee),a2_0x3cae4d[a2_0x19d3b6(0x1e8)]='firefox',a2_0x3cae4d[a2_0x19d3b6(0x230)]='webkit';const pwToCodeceptBrowser=a2_0x3cae4d;async function run(_0x14d685,_0x5c39b4,_0x1e738e){const _0x23136b=a2_0x19d3b6,_0x17fcdf={'ABvei':function(_0x46e20c,_0x2be464,_0x483277,_0x32fe1a){return _0x46e20c(_0x2be464,_0x483277,_0x32fe1a);},'ICYfh':function(_0x52fdd0,_0x5c3df7){return _0x52fdd0+_0x5c3df7;},'LemtZ':function(_0x51351b,_0x8afb85){return _0x51351b(_0x8afb85);},'ciSIJ':function(_0x5ec1ad,_0x70746,_0x566516){return _0x5ec1ad(_0x70746,_0x566516);},'LxWbU':_0x23136b(0x237),'xdZcX':function(_0xa189d1){return _0xa189d1();},'IMfSK':'/wd/hub','gyKkI':function(_0x2fd7fb){return _0x2fd7fb();},'JyMFD':_0x23136b(0x1fd),'VjDdW':_0x23136b(0x260),'sEPbj':_0x23136b(0x257),'AUTOA':_0x23136b(0x278),'sPxos':_0x23136b(0x1f1),'uHWfD':function(_0x158890,_0x32cba9,_0xc91f91){return _0x158890(_0x32cba9,_0xc91f91);},'sYTAA':_0x23136b(0x22a),'jhyZK':'WebDriver','EDLlf':function(_0x30c749,_0x1f64ec){return _0x30c749!=_0x1f64ec;},'WTLEv':_0x23136b(0x238),'IqpHu':'gherkin','aWTng':function(_0x13fabc,_0x575be8){return _0x13fabc(_0x575be8);},'etpPW':function(_0x3dc58d,_0x469e24){return _0x3dc58d*_0x469e24;},'GQuuK':function(_0x3f33d4,_0x271bdf,_0x325265){return _0x3f33d4(_0x271bdf,_0x325265);},'vxUgI':_0x23136b(0x1f5),'DkAkj':function(_0x12a80c,_0x4cafbd,_0x1059c7){return _0x12a80c(_0x4cafbd,_0x1059c7);},'ZBpXz':_0x23136b(0x22c),'CKbZK':'root','qLZTQ':_0x23136b(0x1f6),'bKRGL':'browserStackCwd','beOCp':_0x23136b(0x201),'QtZRo':function(_0x59d79e){return _0x59d79e();}};await _0x1e738e['initialize'](_0x14d685);!BrowserstackCLI[_0x23136b(0x244)]()['isRunning']()&&await _0x1e738e[_0x23136b(0x1ed)]();await helper['handleApp'](_0x1e738e[_0x23136b(0x26e)]);if(!_0x1e738e[_0x23136b(0x26e)])return;process['profile']=_0x14d685[_0x23136b(0x224)];_0x14d685[_0x23136b(0x224)]&&(process[_0x23136b(0x248)][_0x23136b(0x224)]=_0x14d685[_0x23136b(0x224)]);const _0x26f255=_0x17fcdf['ciSIJ'](getUserCodeceptJSConfigs,_0x14d685,_0x5c39b4);let _0x141716={};_0x26f255?(logger[_0x23136b(0x271)](_0x23136b(0x203)+_0x26f255),_0x141716=CodeceptJS[_0x23136b(0x26e)][_0x23136b(0x241)](_0x26f255)):logger[_0x23136b(0x271)](_0x17fcdf[_0x23136b(0x204)]);let _0x1ed51d=![];_0x17fcdf['uHWfD'](nestedKeyValue,_0x141716,[_0x17fcdf[_0x23136b(0x23f)],_0x17fcdf[_0x23136b(0x1e0)]])&&(_0x1ed51d=!![]);const _0x425645=_0x1ed51d?_0x17fcdf['sYTAA']:_0x17fcdf[_0x23136b(0x25b)];let _0x16ebe3=!_0x1ed51d?helper[_0x23136b(0x228)](_0x1e738e[_0x23136b(0x26e)]):![];!helper['isUndefined'](_0x1e738e[_0x23136b(0x26e)][_0x23136b(0x1f3)])&&(process[_0x23136b(0x248)][_0x23136b(0x220)]=JSON[_0x23136b(0x22f)](_0x1e738e[_0x23136b(0x26e)]['accessibilityOptions']));let _0x45fbb9=_0x1e738e[_0x23136b(0x26e)][_0x23136b(0x22d)];_0x45fbb9=_0x45fbb9||_0x17fcdf[_0x23136b(0x217)](checkAccessibilityPlatformConfig,_0x1e738e[_0x23136b(0x26e)]),process[_0x23136b(0x248)][_0x23136b(0x1dd)]=_0x45fbb9;_0x45fbb9&&(_0x16ebe3=!_0x45fbb9);_0x17fcdf[_0x23136b(0x274)](_0x1e738e[_0x23136b(0x26e)][_0x23136b(0x279)],null)?process[_0x23136b(0x248)][_0x23136b(0x20f)]=_0x1e738e[_0x23136b(0x26e)][_0x23136b(0x279)]:process[_0x23136b(0x248)]['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0x17fcdf[_0x23136b(0x216)];const _0x1ec1e6=_0x17fcdf[_0x23136b(0x218)](nestedKeyValue,_0x141716,[_0x17fcdf['IqpHu']]),_0x46e57e=_0x1ec1e6&&!helper['isEmpty'](_0x1ec1e6)?FRAMEWORKS[_0x23136b(0x233)]:FRAMEWORKS['CODECEPT'],_0x39d287=await TestHubHandler[_0x23136b(0x219)](_0x46e57e,_0x1e738e);await testOpsHelper[_0x23136b(0x24f)]();_0x45fbb9&&_0x17fcdf[_0x23136b(0x1da)](setAccessibilityCapabilities,_0x1e738e[_0x23136b(0x26e)]);const _0x44fc6b={},_0x16bfaf=[],_0x581c9c=_0x1e738e['config'][_0x23136b(0x272)]||helper[_0x23136b(0x25c)](_0x14d685,_0x5c39b4,_0x1e738e['config'],constants[_0x23136b(0x20d)]['CODECEPT'])||0x1;let _0x54da12=0x1;if(_0x17fcdf['gyKkI'](isBrowserstackInfra)){const _0x317daf=helper[_0x23136b(0x200)](_0x1e738e[_0x23136b(0x26e)],_0x16ebe3,constants[_0x23136b(0x20d)][_0x23136b(0x24a)]);_0x317daf[_0x23136b(0x1e7)](_0x7e47e8=>{const _0x5dbc7c=_0x23136b;helper[_0x5dbc7c(0x259)](_0x7e47e8);}),helper[_0x23136b(0x1e9)](_0x1e738e[_0x23136b(0x26e)])?_0x54da12=_0x17fcdf[_0x23136b(0x27c)](_0x581c9c,_0x1e738e[_0x23136b(0x26e)]['platforms']['length']):_0x54da12=_0x581c9c,_0x317daf[_0x23136b(0x1e7)](_0x22246f=>{const _0x508cee=_0x23136b,_0x14a489=_0x17fcdf[_0x508cee(0x264)](helper[_0x508cee(0x1fb)](_0x22246f,'_'),'_'+Date[_0x508cee(0x256)]()),_0x62616b=((()=>{const _0x5d7cb5=_0x508cee;if(_0x1ed51d){const _0xdcf57b=pwToCodeceptBrowser[_0x22246f[_0x5d7cb5(0x1e5)]]||_0x22246f[_0x5d7cb5(0x1e5)],_0x41796b=helper[_0x5d7cb5(0x265)](_0x1e738e[_0x5d7cb5(0x26e)]),_0x368773=Object[_0x5d7cb5(0x214)]({},_0x22246f);return _0x17fcdf[_0x5d7cb5(0x25d)](processAccessibilityCaps,_0x368773,_0x41796b,null),{'browser':_0xdcf57b,[_0xdcf57b]:{'browserWSEndpoint':_0x17fcdf['ICYfh'](_0x41796b,_0x17fcdf[_0x5d7cb5(0x217)](encodeURIComponent,JSON[_0x5d7cb5(0x22f)](_0x368773)))}};}const _0x48e9cd={};return _0x48e9cd[_0x5d7cb5(0x22c)]=_0x22246f,_0x48e9cd['user']=_0x1e738e[_0x5d7cb5(0x26e)]['userName'],_0x48e9cd[_0x5d7cb5(0x1e3)]=_0x1e738e[_0x5d7cb5(0x26e)][_0x5d7cb5(0x202)],_0x48e9cd;})()),_0x185c98=_0x17fcdf[_0x508cee(0x1f9)](nestedKeyValue,_0x141716,[_0x17fcdf[_0x508cee(0x23f)],_0x425645]);_0x44fc6b[_0x14a489]=_0x185c98?helper[_0x508cee(0x232)](_0x62616b,_0x185c98):_0x62616b;if(_0x1ed51d)_0x44fc6b[_0x14a489]['browser']=pwToCodeceptBrowser[_0x22246f[_0x508cee(0x1e5)]]||_0x22246f[_0x508cee(0x1e5)];else{_0x44fc6b[_0x14a489][_0x508cee(0x1f5)]=_0x22246f[_0x508cee(0x1e5)]||_0x62616b[_0x508cee(0x1f5)];if(_0x17fcdf[_0x508cee(0x229)](isBrowserstackInfra)){_0x44fc6b[_0x14a489][_0x508cee(0x213)]=constants['hubUrl']['replace'](_0x17fcdf[_0x508cee(0x21f)],'')[_0x508cee(0x275)](/https?:\/\//,'');;_0x44fc6b[_0x14a489][_0x508cee(0x236)]=_0x17fcdf['IMfSK'];}}_0x16bfaf[_0x508cee(0x225)](_0x14a489);});}else{_0x54da12=0x1;if(_0x1ed51d){const _0x5d050e=_0x17fcdf['GQuuK'](nestedKeyValue,_0x141716,[_0x17fcdf[_0x23136b(0x23f)],_0x425645,_0x17fcdf['vxUgI']]),_0x34f025=_0x17fcdf[_0x23136b(0x226)](nestedKeyValue,_0x141716,[_0x17fcdf['LxWbU'],_0x425645,_0x5d050e]);if(_0x34f025&&_0x34f025['browserWSEndpoint']){const _0x3c50a7={};_0x3c50a7['platforms']=[],_0x34f025[_0x23136b(0x26f)]=helper[_0x23136b(0x200)](Object['assign']({},_0x1e738e['config'],_0x3c50a7),null,_0x46e57e[_0x23136b(0x240)](),null,null,_0x34f025[_0x23136b(0x26f)]);}}else{if(_0x17fcdf[_0x23136b(0x218)](nestedKeyValue,_0x141716,[_0x17fcdf[_0x23136b(0x23f)],_0x425645])){const _0x160ad1={};_0x160ad1[_0x23136b(0x24b)]=[],_0x141716[_0x17fcdf['LxWbU']][_0x425645][_0x17fcdf[_0x23136b(0x1e2)]]=helper[_0x23136b(0x200)](Object[_0x23136b(0x214)]({},_0x1e738e[_0x23136b(0x26e)],_0x160ad1),null,_0x46e57e[_0x23136b(0x240)](),_0x17fcdf['GQuuK'](nestedKeyValue,_0x141716,[_0x17fcdf[_0x23136b(0x23f)],_0x425645,_0x17fcdf[_0x23136b(0x1e2)]])||{},null,null);}}_0x44fc6b[_0x17fcdf[_0x23136b(0x25e)]]=_0x141716,_0x16bfaf['push'](_0x17fcdf['CKbZK']);}const _0x36f101={};_0x36f101['testConfig']=_0x26f255;const _0x9d1030=_0x36f101,_0x29601e=path[_0x23136b(0x258)](__dirname,_0x17fcdf[_0x23136b(0x27f)]),_0x1dc8ba=process[_0x23136b(0x1d9)]();process[_0x23136b(0x248)][_0x17fcdf['bKRGL']]=_0x1dc8ba;_0x26f255&&process[_0x23136b(0x22b)](path[_0x23136b(0x21a)](_0x26f255));process['env'][_0x23136b(0x1fe)]=process[_0x23136b(0x248)][_0x23136b(0x1fe)]||_0x17fcdf[_0x23136b(0x1d6)];const _0x2fdf0a=new CodeceptJS[(_0x23136b(0x268))](null,_0x9d1030),_0x5c941f=_0x2fdf0a[_0x23136b(0x24d)](_0x581c9c),_0x109a65=testOpsHelper[_0x23136b(0x262)](),_0x3c0364=_0x16bfaf[_0x23136b(0x1ea)](_0x452df6=>{const _0x44b94c=_0x23136b,_0x3f9b35={};_0x3f9b35[_0x44b94c(0x22a)]=_0x44fc6b[_0x452df6];const _0x1674d0={};_0x1674d0[_0x44b94c(0x281)]=_0x44fc6b[_0x452df6];const _0x3fd4fd=_0x1ed51d?_0x3f9b35:_0x1674d0,_0x548018=_0x17fcdf['gyKkI'](getO11yRerunPattern),_0x2d0bab={};_0x2d0bab[_0x44b94c(0x237)]=_0x3fd4fd;const _0x4169fb={};_0x4169fb['require']=_0x29601e,_0x4169fb[_0x44b94c(0x1f8)]=!![],_0x4169fb[_0x44b94c(0x24e)]=_0x1e738e[_0x44b94c(0x26e)][_0x44b94c(0x1e6)][_0x44b94c(0x24e)],_0x4169fb[_0x44b94c(0x1dc)]=_0x1e738e[_0x44b94c(0x26e)]['testContextOptions']['skipSessionStatus'],_0x4169fb[_0x44b94c(0x279)]=_0x109a65,_0x4169fb[_0x44b94c(0x210)]=_0x46e57e;const _0x1b42e0={};_0x1b42e0[_0x44b94c(0x1e1)]=_0x4169fb;const _0x506adf={};return _0x506adf[_0x44b94c(0x205)]=_0x1b42e0,helper[_0x44b94c(0x232)]({},_0x141716,_0x17fcdf[_0x44b94c(0x255)](isBrowserstackInfra)?_0x2d0bab:{},_0x548018?{'grep':_0x548018}:{},_0x506adf);});for(const _0x47c8ad of _0x3c0364){for(const _0x305dda of _0x5c941f){const _0x1a0297=_0x2fdf0a[_0x23136b(0x23e)]();_0x1a0297[_0x23136b(0x211)](_0x305dda),_0x1a0297[_0x23136b(0x231)](_0x47c8ad);const _0x195db1={};_0x195db1[_0x23136b(0x26e)]=_0x26f255,_0x1a0297[_0x23136b(0x223)](Object[_0x23136b(0x214)](_0x195db1,_0x14d685));}}_0x2fdf0a['on'](CodeceptJS['event'][_0x23136b(0x207)][_0x23136b(0x206)],(_0xa47403,_0x2784b3)=>{const _0x4eadba=_0x23136b;console[_0x4eadba(0x250)](_0x17fcdf[_0x4eadba(0x1f4)],_0xa47403[_0x4eadba(0x270)]);const _0x3a5037={[_0xa47403[_0x4eadba(0x270)]]:_0xa47403[_0x4eadba(0x242)][_0x4eadba(0x1f7)]};_testErrorData[_0x4eadba(0x225)](_0x3a5037);}),_0x2fdf0a['on'](CodeceptJS[_0x23136b(0x25f)][_0x23136b(0x207)]['passed'],async _0x4e21c4=>{const _0xa81e0c=_0x23136b;console[_0xa81e0c(0x250)](_0x17fcdf[_0xa81e0c(0x21d)],_0x4e21c4[_0xa81e0c(0x270)]);}),_0x2fdf0a['on'](CodeceptJS[_0x23136b(0x25f)][_0x23136b(0x207)][_0x23136b(0x23c)],async _0x307601=>{const _0x33c3af=_0x23136b;console['log'](_0x17fcdf[_0x33c3af(0x243)],_0x307601[_0x33c3af(0x270)]);}),_0x2fdf0a['on'](CodeceptJS[_0x23136b(0x25f)][_0x23136b(0x1fa)][_0x23136b(0x21b)],async()=>{const _0x1bbef6=_0x23136b,_0x20f261=_0x17fcdf[_0x1bbef6(0x26a)][_0x1bbef6(0x23b)]('|');let _0x3595c1=0x0;while(!![]){switch(_0x20f261[_0x3595c1++]){case'0':_0x1e738e[_0x1bbef6(0x22e)]=_testErrorData;continue;case'1':utilities[_0x1bbef6(0x1de)](_0x1e738e);continue;case'2':_0x2fdf0a[_0x1bbef6(0x27e)]();continue;case'3':try{await TestHubHandler['stop']();}catch(_0x3b7ef0){logger[_0x1bbef6(0x1eb)](_0x1bbef6(0x26c)+util['format'](_0x3b7ef0));}continue;case'4':PerformanceTester[_0x1bbef6(0x24c)](PerformanceEvents[_0x1bbef6(0x27d)]);continue;}break;}});async function _0xaeef9e(){const _0x3f4b0e=_0x23136b;try{await _0x2fdf0a[_0x3f4b0e(0x247)](),await _0x2fdf0a['run']();}finally{process[_0x3f4b0e(0x22b)](_0x1dc8ba),await _0x2fdf0a['teardownAll']();}}PerformanceTester['end'](PerformanceEvents['SDK_SETUP']),await _0x17fcdf[_0x23136b(0x280)](_0xaeef9e);}module[a2_0x19d3b6(0x269)]=run;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a3_0x4b1617=a3_0x5c52;(function(_0x46aff2,_0x491504){const _0x619842=a3_0x5c52,_0x45a05d=_0x46aff2();while(!![]){try{const _0x4f2b46=parseInt(_0x619842(0x1df))/0x1*(parseInt(_0x619842(0x223))/0x2)+parseInt(_0x619842(0x21a))/0x3*(-parseInt(_0x619842(0x1dd))/0x4)+parseInt(_0x619842(0x206))/0x5*(parseInt(_0x619842(0x1e8))/0x6)+parseInt(_0x619842(0x213))/0x7*(-parseInt(_0x619842(0x1db))/0x8)+-parseInt(_0x619842(0x20f))/0x9+parseInt(_0x619842(0x215))/0xa+-parseInt(_0x619842(0x225))/0xb;if(_0x4f2b46===_0x491504)break;else _0x45a05d['push'](_0x45a05d['shift']());}catch(_0x145867){_0x45a05d['push'](_0x45a05d['shift']());}}}(a3_0x3287,0xe9ee9));function a3_0x3287(){const _0x11b70f=['UIAVR','8033832bzCoBv','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','2164312qREcvA','../../helpers/globals.js','2HClkFi','processWebDriverConfig','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20or\x20ChromeForTesting\x20browsers.','on\x20non-BrowserStack\x20infrastructure\x20','latest','browserVersion','browserstack_accessibility_automation_script','accessibilityPlatform','znWhj','1626024rMcbNh','winstonLogger','platform_version','osVersion','searchParams','constructor','ONPvp','FaZDf','includes','YsApg','name','desiredCapabilities','get','uMgSW','vSnYe','fPxbr','bKnuA','Jlrac','getBrowserDisplayName','getMinVersionForBrowser','browserstack_executor','shouldPatchExecuteScript','bstack:options','platformVersion','Playwright','\x20or\x20higher\x20','platformName','browser_version','getDetails','browserName','35iPVIkS','os_version','\x20browser\x20version\x20','dfYFS','../../bin/playwright/sessionDetails','JhstQ','../../helpers/helper','parse','EcSlo','9253764SbaZhI','../../helpers/test-observability/utils','nBGmB','qOIrc','7CkgIAw','bsSessionId','14128860BvVLll','DxjeP','cGSMe','LDjPv','config','3UQCfdz','rJHYu','wLVuS','LKgsL','caps','wSHHp','capabilities','browser','fpLCh','240866BVcFQe','setGlobal','210012LhFJde','CGdeX','fetchPlatformDetails','isAccessibilityPlatform','XsXaV','../../helpers/accessibility-automation/helper','__cloud_provider___','EYeYi','warn'];a3_0x3287=function(){return _0x11b70f;};return a3_0x3287();}function a3_0x5c52(_0x54d209,_0xb06fb4){const _0x328790=a3_0x3287();return a3_0x5c52=function(_0x5c5233,_0x1f4b60){_0x5c5233=_0x5c5233-0x1d2;let _0x1391ad=_0x328790[_0x5c5233];return _0x1391ad;},a3_0x5c52(_0x54d209,_0xb06fb4);}const {isUndefined,nestedKeyValue}=require(a3_0x4b1617(0x20c)),logger=require('../../helpers/logger')[a3_0x4b1617(0x1e9)],PlaywrightSessionDetails=require(a3_0x4b1617(0x20a)),{isAccessibilityAutomationSession}=require(a3_0x4b1617(0x1d6)),{getObservabilityLinkedProductName}=require(a3_0x4b1617(0x210)),accessibilityHelper=require(a3_0x4b1617(0x1d6)),{isBrowserstackInfra}=require(a3_0x4b1617(0x20c)),globals=require(a3_0x4b1617(0x1de)),getOSVersionFromCaps=_0x40d372=>{const _0x54b3cd=a3_0x4b1617,_0x3bc093={};_0x3bc093[_0x54b3cd(0x21b)]=_0x54b3cd(0x1fe),_0x3bc093[_0x54b3cd(0x1da)]=_0x54b3cd(0x1ff),_0x3bc093[_0x54b3cd(0x20b)]=_0x54b3cd(0x1ea),_0x3bc093['vSnYe']=_0x54b3cd(0x1eb),_0x3bc093[_0x54b3cd(0x1ef)]=_0x54b3cd(0x207);const _0xb696db=_0x3bc093;if(!_0x40d372)return null;const _0x418178=_0x40d372[_0xb696db[_0x54b3cd(0x21b)]],_0x3472dc=[_0xb696db[_0x54b3cd(0x1da)],_0xb696db[_0x54b3cd(0x20b)],_0xb696db[_0x54b3cd(0x1f6)],_0xb696db[_0x54b3cd(0x1ef)]];for(const _0x1c8466 of _0x3472dc){if(_0x418178&&_0x418178[_0x1c8466])return _0x418178[_0x1c8466];else{if(_0x40d372[_0x1c8466])return _0x40d372[_0x1c8466];}}return null;};exports[a3_0x4b1617(0x1d3)]=_0x152c81=>{const _0x5e9ad2=a3_0x4b1617,_0x54518c={'DxjeP':'unknown_grid','cGSMe':function(_0x5ed0c1,_0x582fd1){return _0x5ed0c1===_0x582fd1;},'CGdeX':'WebDriver','LDjPv':function(_0x36a309,_0x3a47b0){return _0x36a309(_0x3a47b0);},'vcGMC':function(_0x4705ea,_0x3eb0b3,_0x3aa8c3){return _0x4705ea(_0x3eb0b3,_0x3aa8c3);},'wSHHp':_0x5e9ad2(0x219),'ONPvp':_0x5e9ad2(0x1f3),'qOIrc':function(_0x4fc5d9,_0x323524){return _0x4fc5d9===_0x323524;},'YsApg':_0x5e9ad2(0x200),'wLVuS':_0x5e9ad2(0x221),'UaeWk':'browserWSEndpoint','znWhj':_0x5e9ad2(0x21e)};if(!_0x152c81)return null;let _0x4c1634=global[_0x5e9ad2(0x1d7)]||_0x54518c[_0x5e9ad2(0x216)];if(_0x54518c[_0x5e9ad2(0x217)](_0x152c81[_0x5e9ad2(0x1ed)][_0x5e9ad2(0x1f2)],_0x54518c[_0x5e9ad2(0x1d2)])){const _0x1520d6=_0x152c81[_0x5e9ad2(0x221)];if(!_0x1520d6)return null;const _0x2f294f=_0x1520d6[_0x5e9ad2(0x220)],_0x201268=_0x54518c[_0x5e9ad2(0x218)](getOSVersionFromCaps,_0x54518c['vcGMC'](nestedKeyValue,_0x152c81,[_0x54518c[_0x5e9ad2(0x21f)],_0x54518c[_0x5e9ad2(0x1ee)]]));return{[_0x4c1634]:{'browser':_0x2f294f['browserName'],'browser_version':_0x2f294f[_0x5e9ad2(0x1e4)],'capabilities':_0x2f294f,'platform':_0x2f294f[_0x5e9ad2(0x202)],'platform_version':_0x2f294f['platformVersion']||_0x201268,'product':_0x54518c[_0x5e9ad2(0x218)](getObservabilityLinkedProductName,_0x2f294f),'session_id':_0x1520d6['sessionId']}};}else{if(_0x54518c[_0x5e9ad2(0x212)](_0x152c81['constructor'][_0x5e9ad2(0x1f2)],_0x54518c[_0x5e9ad2(0x1f1)])){const _0x4e3749=PlaywrightSessionDetails[_0x5e9ad2(0x204)]();_0x4c1634=_0x4e3749['cloudProvider']||_0x4c1634;const _0x318b74=_0x54518c['vcGMC'](nestedKeyValue,_0x152c81,[_0x54518c[_0x5e9ad2(0x21f)],_0x54518c[_0x5e9ad2(0x21c)],_0x54518c['UaeWk']]),_0x1638f0=_0x318b74?JSON[_0x5e9ad2(0x20d)](new URL(_0x318b74)[_0x5e9ad2(0x1ec)][_0x5e9ad2(0x1f4)](_0x54518c[_0x5e9ad2(0x1e7)])):{};return{[_0x4c1634]:{'browser':_0x4e3749['browser']||_0x1638f0[_0x5e9ad2(0x205)],'browser_version':_0x4e3749[_0x5e9ad2(0x203)]||_0x1638f0[_0x5e9ad2(0x203)],'capabilities':_0x1638f0,'platform':_0x4e3749['platform'],'platform_version':_0x4e3749[_0x5e9ad2(0x1ea)],'product':_0x54518c['LDjPv'](getObservabilityLinkedProductName,_0x1638f0),'session_id':_0x4e3749[_0x5e9ad2(0x214)]}};}}};const setAccessibilityPlatformFlag=_0x909707=>{const _0x30f6dc=a3_0x4b1617,_0xb044fd={};_0xb044fd[_0x30f6dc(0x1f8)]=_0x30f6dc(0x1d4);const _0x32e1ca=_0xb044fd;global[_0x30f6dc(0x1e6)]=_0x909707,globals[_0x30f6dc(0x224)](_0x32e1ca[_0x30f6dc(0x1f8)],_0x909707);};exports[a3_0x4b1617(0x1e0)]=_0x272a7f=>{const _0x39dcc6=a3_0x4b1617,_0x134ae0={'EYeYi':function(_0x5ec7c2){return _0x5ec7c2();},'pRKDM':function(_0x19a69c,_0x3d52d9){return _0x19a69c(_0x3d52d9);},'LrSun':_0x39dcc6(0x1e1),'fpLCh':function(_0xec3fc3,_0x3b3dfb){return _0xec3fc3(_0x3b3dfb);},'fPxbr':function(_0x1f3855,_0x267df0){return _0x1f3855!==_0x267df0;},'uMgSW':_0x39dcc6(0x1e3),'Jlrac':_0x39dcc6(0x1e2),'EcSlo':_0x39dcc6(0x1dc),'dfYFS':function(_0x1e387c,_0x47d902){return _0x1e387c(_0x47d902);}};if(_0x134ae0['EYeYi'](isAccessibilityAutomationSession)){const _0x850239=_0x272a7f['browser'],_0x25a570=_0x850239[_0x39dcc6(0x220)];_0x134ae0['pRKDM'](setAccessibilityPlatformFlag,!![]);!accessibilityHelper['isBrowserSupportedForAccessibility'](_0x25a570[_0x39dcc6(0x205)])&&(logger[_0x39dcc6(0x1d9)](_0x134ae0['LrSun']),_0x134ae0[_0x39dcc6(0x222)](setAccessibilityPlatformFlag,![]));if(_0x134ae0[_0x39dcc6(0x1f7)](_0x25a570['browserVersion'],_0x134ae0[_0x39dcc6(0x1f5)])){const _0x23bcb6=_0x134ae0[_0x39dcc6(0x1d8)](isBrowserstackInfra),_0x427d9c=accessibilityHelper[_0x39dcc6(0x1fb)](_0x25a570[_0x39dcc6(0x205)],_0x23bcb6),_0x21d61e=accessibilityHelper[_0x39dcc6(0x1fa)](_0x25a570['browserName']);if(!accessibilityHelper['isVersionSupported'](_0x25a570[_0x39dcc6(0x1e4)],_0x427d9c)){const _0x5bb693=_0x23bcb6?'':_0x134ae0[_0x39dcc6(0x1f9)];logger[_0x39dcc6(0x1d9)]('Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20'+_0x21d61e+_0x39dcc6(0x208)+_0x427d9c+_0x39dcc6(0x201)+_0x5bb693+'.'),_0x134ae0['fpLCh'](setAccessibilityPlatformFlag,![]);}}!_0x134ae0['fpLCh'](isUndefined,_0x25a570['deviceName'])&&(logger[_0x39dcc6(0x1d9)](_0x134ae0[_0x39dcc6(0x20e)]),_0x134ae0[_0x39dcc6(0x209)](setAccessibilityPlatformFlag,![]));}},exports[a3_0x4b1617(0x1fd)]=_0x27bdda=>{const _0x19dbb2=a3_0x4b1617,_0x5ad16b={};_0x5ad16b[_0x19dbb2(0x1d5)]=function(_0x3c4e48,_0x4a7e36){return _0x3c4e48!==_0x4a7e36;},_0x5ad16b['ErjzW']='string',_0x5ad16b[_0x19dbb2(0x211)]=_0x19dbb2(0x1fc),_0x5ad16b[_0x19dbb2(0x21d)]=_0x19dbb2(0x1e5);const _0x47e54b=_0x5ad16b;if(!_0x27bdda)return![];else{if(_0x47e54b[_0x19dbb2(0x1d5)](typeof _0x27bdda,_0x47e54b['ErjzW']))return!![];}return!_0x27bdda[_0x19dbb2(0x1f0)](_0x47e54b['nBGmB'])&&!_0x27bdda[_0x19dbb2(0x1f0)](_0x47e54b[_0x19dbb2(0x21d)]);};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a4_0x37d989=a4_0xe011;(function(_0x3258be,_0x548417){const _0x59f50e=a4_0xe011,_0x41f94d=_0x3258be();while(!![]){try{const _0x5f3506=parseInt(_0x59f50e(0x20f))/0x1+-parseInt(_0x59f50e(0x220))/0x2*(-parseInt(_0x59f50e(0x203))/0x3)+-parseInt(_0x59f50e(0x23d))/0x4+parseInt(_0x59f50e(0x217))/0x5+-parseInt(_0x59f50e(0x28a))/0x6*(-parseInt(_0x59f50e(0x28e))/0x7)+parseInt(_0x59f50e(0x1f1))/0x8+-parseInt(_0x59f50e(0x250))/0x9;if(_0x5f3506===_0x548417)break;else _0x41f94d['push'](_0x41f94d['shift']());}catch(_0x355d26){_0x41f94d['push'](_0x41f94d['shift']());}}}(a4_0x1e12,0x652f9));const path=require(a4_0x37d989(0x2b2)),util=require('util'),fs=require('fs'),{v4:uuidv4}=require(a4_0x37d989(0x26f)),{resolveBrowserTypeClass,nestedKeyValue,parseWSEndpoint,isUndefined}=require(a4_0x37d989(0x276)),testOpsHelper=require(a4_0x37d989(0x210)),{getTestEnv}=require(a4_0x37d989(0x1fc)),{FRAMEWORKS}=require(a4_0x37d989(0x286)),logger=require(a4_0x37d989(0x24a))['winstonLogger'],SessionHandler=require(a4_0x37d989(0x23e)),RequestQueueHandler=require('../../helpers/test-observability/requestQueueHandler'),PlaywrightSessionDetails=require('../playwright/sessionDetails'),debug=testOpsHelper[a4_0x37d989(0x1fb)],{processAccessibilityCaps}=require(a4_0x37d989(0x2b9)),Constants=require(a4_0x37d989(0x20e)),{fetchPlatformDetails}=require(a4_0x37d989(0x2bd)),{shouldProcessEventForTesthub,appendTesthubParams}=require(a4_0x37d989(0x2a7)),constants=require('../utils/constants'),STATE_PASSED='passed',STATE_FAILED=a4_0x37d989(0x224),a4_0x155fe5={};a4_0x155fe5['TEST_RUN_STARTED']=a4_0x37d989(0x285),a4_0x155fe5['TEST_RUN_FINISHED']=a4_0x37d989(0x257),a4_0x155fe5[a4_0x37d989(0x284)]=a4_0x37d989(0x293),a4_0x155fe5['HOOK_RUN_STARTED']=a4_0x37d989(0x249),a4_0x155fe5[a4_0x37d989(0x2d2)]='HookRunFinished';function a4_0xe011(_0x54459c,_0x2cb020){const _0x1e1240=a4_0x1e12();return a4_0xe011=function(_0xe01122,_0xb0f7a2){_0xe01122=_0xe01122-0x1d7;let _0x246544=_0x1e1240[_0xe01122];return _0x246544;},a4_0xe011(_0x54459c,_0x2cb020);}const TEST_EVENTS=a4_0x155fe5,parseEvent=_0x3d7b98=>{const _0xe7a157=a4_0x37d989,_0xb6f69f={};_0xb6f69f[_0xe7a157(0x255)]=function(_0x2ee677,_0x26b149){return _0x2ee677<_0x26b149;},_0xb6f69f[_0xe7a157(0x1e7)]=function(_0x3862b7,_0x1a510){return _0x3862b7===_0x1a510;},_0xb6f69f[_0xe7a157(0x1f5)]=_0xe7a157(0x282),_0xb6f69f[_0xe7a157(0x277)]=function(_0x3d5557,_0x549ad7){return _0x3d5557===_0x549ad7;},_0xb6f69f[_0xe7a157(0x291)]=_0xe7a157(0x20d),_0xb6f69f[_0xe7a157(0x21e)]=_0xe7a157(0x1f4),_0xb6f69f['cwIxy']='started',_0xb6f69f['hMYDj']=function(_0x333f51,_0x4f0e09){return _0x333f51===_0x4f0e09;},_0xb6f69f['comnS']=_0xe7a157(0x2bb);const _0x37ffd2=_0xb6f69f,_0x5c572e=_0x3d7b98['match'](/^(.*)Run(.*)$/);if(!_0x5c572e)return null;if(_0x37ffd2[_0xe7a157(0x255)](_0x5c572e[_0xe7a157(0x22f)],0x3))return null;const _0x156463=_0x5c572e[0x1][_0xe7a157(0x2c0)](),_0x219be4=_0x5c572e[0x2][_0xe7a157(0x2c0)]();return{'test':_0x37ffd2[_0xe7a157(0x1e7)](_0x156463,_0x37ffd2[_0xe7a157(0x1f5)]),'hook':_0x37ffd2['QvQtm'](_0x156463,_0x37ffd2[_0xe7a157(0x291)]),'skipped':_0x37ffd2[_0xe7a157(0x277)](_0x219be4,_0x37ffd2[_0xe7a157(0x21e)]),'started':_0x37ffd2[_0xe7a157(0x277)](_0x219be4,_0x37ffd2['cwIxy']),'finished':_0x37ffd2[_0xe7a157(0x24d)](_0x219be4,_0x37ffd2[_0xe7a157(0x262)])};},mockPWBrowserType=_0x5930ad=>{const _0x5a9ff9=a4_0x37d989,_0x208862={'VtQgs':function(_0x3d91ad,_0x242d37,_0x399bb2){return _0x3d91ad(_0x242d37,_0x399bb2);},'pqNRH':_0x5a9ff9(0x2a4),'CGunc':function(_0x3392b9,_0x498d80){return _0x3392b9(_0x498d80);},'QScjH':'browserstack','dQTzU':function(_0x11f4d2,_0x183989){return _0x11f4d2(_0x183989);},'AwiiH':function(_0x48df64,_0x4d07ac){return _0x48df64===_0x4d07ac;},'pRPPW':_0x5a9ff9(0x24e),'ETgLs':function(_0x4e3519){return _0x4e3519();},'hHgZx':function(_0x1ae8f2,_0x350e2a){return _0x1ae8f2(_0x350e2a);},'OiwTA':'Not\x20able\x20to\x20import\x20Browser','XTtiI':_0x5a9ff9(0x20c),'rtyrx':_0x5a9ff9(0x239)},_0x35da49=_0x208862[_0x5a9ff9(0x25f)](resolveBrowserTypeClass);if(!_0x35da49){_0x208862[_0x5a9ff9(0x1fe)](debug,_0x208862[_0x5a9ff9(0x2ca)]);return;}const _0x4361ed=_0x35da49[_0x5a9ff9(0x248)];if(_0x4361ed[_0x5a9ff9(0x2c1)])return;const _0x3e8edb=_0x4361ed[_0x5a9ff9(0x20c)];Object[_0x5a9ff9(0x229)](_0x4361ed,_0x208862[_0x5a9ff9(0x2a3)],{'get':function(){const _0x285c76={'wqcFQ':function(_0xfa712,_0x45dd46){return _0x208862['AwiiH'](_0xfa712,_0x45dd46);},'JEoiP':_0x208862['pRPPW']};return async function _0xb1288d(_0x44dd32,_0x257280){const _0x33b333=a4_0xe011,_0x3a8b25=_0x208862['VtQgs'](nestedKeyValue,_0x44dd32,[_0x208862['pqNRH']])||_0x44dd32;let _0x50893b=null,_0x2cb5ef=null;try{[_0x2cb5ef,_0x50893b]=_0x3a8b25?_0x208862[_0x33b333(0x22c)](parseWSEndpoint,_0x3a8b25):[null,null],global[_0x33b333(0x232)]=_0x50893b,logger[_0x33b333(0x1fb)](_0x33b333(0x240)+_0x2cb5ef),_0x2cb5ef['includes'](Constants[_0x33b333(0x272)])&&(global[_0x33b333(0x21a)]=_0x208862['QScjH']);}catch(_0xc4f485){logger[_0x33b333(0x1fb)](_0x33b333(0x299)+_0x3a8b25+'\x20'+_0xc4f485);}_0x208862[_0x33b333(0x218)](processAccessibilityCaps,_0x50893b,_0x2cb5ef);if(global[_0x33b333(0x208)]){const _0x3f8113=await _0x4361ed[_0x33b333(0x228)][_0x33b333(0x253)](this,[''+Constants[_0x33b333(0x26a)]+_0x208862[_0x33b333(0x221)](encodeURIComponent,JSON['stringify'](_0x50893b))]);return PlaywrightSessionDetails[_0x33b333(0x267)](_0x3f8113,_0x5930ad,_0x3a8b25),_0x3f8113;}return _0x3e8edb[_0x33b333(0x253)](this,arguments)[_0x33b333(0x292)](_0x3054f6=>{const _0xec19f8=_0x33b333;let _0x50a65e=_0x44dd32[_0xec19f8(0x2a4)];return _0x285c76['wqcFQ'](typeof _0x44dd32,_0x285c76[_0xec19f8(0x289)])&&(_0x50a65e=_0x44dd32),PlaywrightSessionDetails['setupBrowserDetails'](_0x3054f6,_0x5930ad,_0x50a65e),_0x3054f6;});};}});const _0x4d10b1=_0x4361ed[_0x5a9ff9(0x239)];Object['defineProperty'](_0x4361ed,_0x208862[_0x5a9ff9(0x1f6)],{'get':function(){return async function _0x47e812(){const _0x45cd61=a4_0xe011;return _0x4d10b1[_0x45cd61(0x253)](this,arguments)[_0x45cd61(0x292)](_0x38ae47=>{const _0x29ba96=_0x45cd61;return PlaywrightSessionDetails[_0x29ba96(0x267)](_0x38ae47,null),_0x38ae47;});};}});};class O11yHelper{[a4_0x37d989(0x247)]=null;['currentHook']=null;[a4_0x37d989(0x2be)]=![];[a4_0x37d989(0x28b)]=![];[a4_0x37d989(0x225)]=[];constructor(_0x49d5bd,_0x215e43){const _0x57dddd=a4_0x37d989,_0x45ac76={'WSOmt':_0x57dddd(0x28d),'LpVvz':function(_0x3882eb){return _0x3882eb();},'boEMD':function(_0x4ec043,_0x3366b8){return _0x4ec043===_0x3366b8;},'FtfKh':_0x57dddd(0x26e),'TEqaB':function(_0xddde19,_0x54208d){return _0xddde19(_0x54208d);}},_0x1f3f90=_0x45ac76[_0x57dddd(0x25b)][_0x57dddd(0x27b)]('|');let _0x4c9cf2=0x0;while(!![]){switch(_0x1f3f90[_0x4c9cf2++]){case'0':this[_0x57dddd(0x2be)]=_0x45ac76[_0x57dddd(0x298)](shouldProcessEventForTesthub);continue;case'1':this['_testEnv']=_0x45ac76[_0x57dddd(0x298)](getTestEnv);continue;case'2':this[_0x57dddd(0x27c)]=new testOpsHelper[(_0x57dddd(0x235))]({'cwd':process[_0x57dddd(0x20a)]()},this['_testEnv'][_0x57dddd(0x214)]);continue;case'3':this[_0x57dddd(0x21d)]=_0x49d5bd;continue;case'4':this['frameworkName']=_0x215e43['frameworkName'];continue;case'5':this[_0x57dddd(0x21d)]&&_0x45ac76[_0x57dddd(0x1da)](this[_0x57dddd(0x21d)][_0x57dddd(0x279)]['name'],_0x45ac76[_0x57dddd(0x269)])&&_0x45ac76[_0x57dddd(0x1e4)](mockPWBrowserType,null);continue;}break;}}[a4_0x37d989(0x2ac)](){const _0x468f1c=a4_0x37d989,_0x2d80e3={'SbKnz':function(_0x15730f,_0x2ce10c){return _0x15730f(_0x2ce10c);}};if(!this[_0x468f1c(0x21d)])return![];try{const _0x488dc4=_0x2d80e3['SbKnz'](fetchPlatformDetails,this[_0x468f1c(0x21d)]);if(!_0x488dc4)return![];const _0x2b82d8=Object[_0x468f1c(0x23b)](_0x488dc4)[0x0];return!!(_0x2b82d8&&_0x488dc4[_0x2b82d8]&&_0x488dc4[_0x2b82d8][_0x468f1c(0x2c5)]);}catch(_0x48065b){return![];}}['bufferPendingHookEvent'](_0x3229a5,_0xb5c965){const _0x1e932d=a4_0x37d989;if(!_0xb5c965)return;const _0x2fbdb5={};_0x2fbdb5[_0x1e932d(0x2c8)]=_0x3229a5,_0x2fbdb5[_0x1e932d(0x23f)]=_0xb5c965,this[_0x1e932d(0x225)][_0x1e932d(0x258)](_0x2fbdb5);}async[a4_0x37d989(0x2c4)](){const _0x20a553=a4_0x37d989,_0x5dcecf={};_0x5dcecf[_0x20a553(0x219)]=function(_0x4ffe7f,_0x1e7585){return _0x4ffe7f&&_0x1e7585;};const _0x18d513=_0x5dcecf;if(!this[_0x20a553(0x225)][_0x20a553(0x22f)])return;if(!this[_0x20a553(0x2ac)]())return;const _0x3b2f28=this[_0x20a553(0x223)](this['driver']),_0x4837df=this[_0x20a553(0x225)][_0x20a553(0x28f)](0x0,this[_0x20a553(0x225)]['length']);for(const {eventType:_0x3379e5,uploadData:_0x5a7127}of _0x4837df){try{const _0x266688=_0x5a7127['hook_run']||_0x5a7127[_0x20a553(0x1e8)];_0x18d513[_0x20a553(0x219)](_0x266688,_0x3b2f28)&&(_0x266688[_0x20a553(0x243)]=_0x3b2f28),await this[_0x20a553(0x2b5)](_0x3379e5,_0x5a7127);}catch(_0x1de00a){logger[_0x20a553(0x1fb)](_0x20a553(0x1db)+_0x3379e5+':\x20'+util[_0x20a553(0x2b6)](_0x1de00a));}}}[a4_0x37d989(0x1f0)](){const _0x2cbe37=a4_0x37d989;if(!this[_0x2cbe37(0x2be)])return;testOpsHelper[_0x2cbe37(0x23c)](),process['removeAllListeners'](_0x2cbe37(0x1e9)+process[_0x2cbe37(0x245)]),process['on'](_0x2cbe37(0x1e9)+process['pid'],this[_0x2cbe37(0x25c)][_0x2cbe37(0x2b7)](this));}async[a4_0x37d989(0x1f9)](){const _0x4973e9=a4_0x37d989;await RequestQueueHandler[_0x4973e9(0x273)]()[_0x4973e9(0x2a5)]();}async[a4_0x37d989(0x25c)](_0x215096){const _0x120e7a=a4_0x37d989,_0xfa5b61={'pbafO':'LogCreated','Ebfgk':function(_0x127c50,_0xcd403a){return _0x127c50(_0xcd403a);}};try{this[_0x120e7a(0x1ff)]&&!this['currentHook']['markedStatus']&&(_0x215096['hook_run_uuid']=this[_0x120e7a(0x1ff)][_0x120e7a(0x1fa)]);!_0x215096[_0x120e7a(0x29e)]&&this[_0x120e7a(0x247)]&&!this[_0x120e7a(0x247)][_0x120e7a(0x1dc)]&&(_0x215096[_0x120e7a(0x290)]=this[_0x120e7a(0x247)][_0x120e7a(0x263)]);if(_0x215096[_0x120e7a(0x29e)]||_0x215096[_0x120e7a(0x290)]){const _0x24982c={};_0x24982c[_0x120e7a(0x1f2)]=_0xfa5b61[_0x120e7a(0x29f)],_0x24982c[_0x120e7a(0x278)]=[_0x215096],await SessionHandler[_0x120e7a(0x213)](_0x24982c);}}catch(_0x464d6f){_0xfa5b61['Ebfgk'](debug,'Exception\x20in\x20uploading\x20log\x20data\x20to\x20'+constants['TEST_REPORTING_ANALYTICS']+_0x120e7a(0x1e3)+_0x464d6f);}}async[a4_0x37d989(0x21c)](_0x1b9c26){const _0x52b804=a4_0x37d989,_0x33b7f0={'LYtsN':_0x52b804(0x2c6),'UDFdj':function(_0x14b009,_0x1d1466){return _0x14b009(_0x1d1466);}};if(!this['enabled'])return;const _0x305ca4=this[_0x52b804(0x223)](this[_0x52b804(0x21d)]);try{const _0x372e94={};_0x372e94[_0x52b804(0x26f)]=_0x1b9c26,_0x372e94[_0x52b804(0x243)]=_0x305ca4;const _0x2070d8=_0x372e94,_0x522585={};_0x522585['event_type']=_0x33b7f0[_0x52b804(0x2c7)],_0x522585[_0x52b804(0x1e8)]=_0x2070d8,await SessionHandler['uploadEventData'](_0x522585);}catch(_0x467a76){_0x33b7f0['UDFdj'](debug,_0x52b804(0x1ec)+constants[_0x52b804(0x216)]+_0x52b804(0x1e3)+_0x467a76);}}[a4_0x37d989(0x223)](_0x562750){const _0x5cbae7=a4_0x37d989,_0x21f322={'rnmVY':function(_0x44d16e,_0xdfa4db){return _0x44d16e(_0xdfa4db);}};return _0x21f322[_0x5cbae7(0x24f)](fetchPlatformDetails,_0x562750);}['resetSkipTestHooks']=_0x485a61=>{const _0x180cd7=a4_0x37d989,_0x470aa8={};_0x470aa8[_0x180cd7(0x2cb)]='_beforeEach',_0x470aa8[_0x180cd7(0x2cc)]=_0x180cd7(0x21f);const _0x5fa5f6=_0x470aa8;if(!_0x485a61||!_0x485a61[_0x180cd7(0x1d7)])return;[_0x5fa5f6[_0x180cd7(0x2cb)],_0x5fa5f6['IqALH']][_0x180cd7(0x2ae)](_0x1f0de6=>{const _0x11b95f=_0x180cd7,_0x1dd74b=_0x485a61[_0x11b95f(0x1d7)][_0x1f0de6];_0x1dd74b[_0x11b95f(0x2ae)](_0xbde426=>{const _0x414141=_0x11b95f;_0xbde426[_0x414141(0x1fa)]&&(_0xbde426['hookAnalyticsId']=null);});});};[a4_0x37d989(0x2c3)](_0x345511){const _0x22221b=a4_0x37d989,_0x41b6b3={'SAfGq':'codeceptjs','dcEOf':function(_0x1f63c9){return _0x1f63c9();},'eHuyc':function(_0x44372f,_0x32fd55){return _0x44372f===_0x32fd55;},'llikf':_0x22221b(0x21f),'Qleqk':function(_0xdcddba){return _0xdcddba();},'jhscz':_0x22221b(0x1d9),'mfxET':_0x22221b(0x275),'rkJQx':_0x22221b(0x1dd)};if(!_0x345511||!_0x345511[_0x22221b(0x1d7)])return;[_0x41b6b3[_0x22221b(0x260)],_0x41b6b3[_0x22221b(0x22a)],_0x41b6b3['rkJQx'],_0x41b6b3[_0x22221b(0x25d)]][_0x22221b(0x2ae)](_0x2c2c82=>{const _0x521c5e=_0x22221b,_0x1d3046=_0x345511[_0x521c5e(0x1d7)][_0x2c2c82]||[];_0x1d3046['forEach'](_0x40ff43=>{const _0x5dc2c9=_0x521c5e;if(_0x40ff43[_0x5dc2c9(0x27f)][_0x5dc2c9(0x252)](_0x41b6b3[_0x5dc2c9(0x24b)]))return;if(!_0x40ff43[_0x5dc2c9(0x1fa)])_0x40ff43[_0x5dc2c9(0x1fa)]=_0x41b6b3[_0x5dc2c9(0x254)](uuidv4);else _0x40ff43[_0x5dc2c9(0x1dc)]&&_0x41b6b3[_0x5dc2c9(0x234)](_0x2c2c82,_0x41b6b3['llikf'])&&(_0x40ff43[_0x5dc2c9(0x1fa)]=_0x41b6b3['Qleqk'](uuidv4),delete _0x40ff43[_0x5dc2c9(0x1dc)]);});}),this['mapTestHooks'](_0x345511['parent']);}['getHooksForTest'](_0x415d08){const _0xc4dc5a=a4_0x37d989,_0x169df0={};_0x169df0[_0xc4dc5a(0x1e6)]=_0xc4dc5a(0x1d9),_0x169df0[_0xc4dc5a(0x29a)]=_0xc4dc5a(0x275),_0x169df0[_0xc4dc5a(0x205)]=_0xc4dc5a(0x1dd),_0x169df0[_0xc4dc5a(0x2cf)]=_0xc4dc5a(0x21f);const _0x297114=_0x169df0;if(!_0x415d08||!_0x415d08[_0xc4dc5a(0x1d7)])return[];const _0x1a7d95=[];return[_0x297114['jDddS'],_0x297114[_0xc4dc5a(0x29a)],_0x297114[_0xc4dc5a(0x205)],_0x297114['DvlnW']]['forEach'](_0x209fb0=>{const _0x391d44=_0xc4dc5a,_0x372732=_0x415d08[_0x391d44(0x1d7)][_0x209fb0]||[];_0x372732[_0x391d44(0x2ae)](_0x36c86c=>{const _0x979c4e=_0x391d44;_0x36c86c['hookAnalyticsId']&&_0x1a7d95['push'](_0x36c86c[_0x979c4e(0x1fa)]);});}),[][_0xc4dc5a(0x2ab)](_0x1a7d95,this[_0xc4dc5a(0x27a)](_0x415d08[_0xc4dc5a(0x1d7)]));}[a4_0x37d989(0x236)](_0x39f459){const _0x572c0d=a4_0x37d989,_0x5da0b8=/^"(?<hook>.*)" hook:.*$/,_0x1e9862=_0x39f459[_0x572c0d(0x27f)],_0x4428d1=_0x1e9862['match'](_0x5da0b8);if(_0x4428d1&&_0x4428d1[_0x572c0d(0x2a9)])return _0x4428d1[_0x572c0d(0x2a9)][_0x572c0d(0x20d)][_0x572c0d(0x261)]()[_0x572c0d(0x259)]('\x20','_');return null;}[a4_0x37d989(0x20b)](_0x3f1ed8){const _0x474e12=a4_0x37d989,_0x2e6c58={};_0x2e6c58[_0x474e12(0x264)]=function(_0x4db809,_0x35c7d2){return _0x4db809===_0x35c7d2;},_0x2e6c58['xDThA']=function(_0x32dcac,_0x263183){return _0x32dcac===_0x263183;},_0x2e6c58[_0x474e12(0x206)]=_0x474e12(0x26b);const _0x3bd512=_0x2e6c58,_0x47f418=path[_0x474e12(0x288)];if(_0x3bd512[_0x474e12(0x264)](_0x3f1ed8,null)||_0x3bd512[_0x474e12(0x264)](_0x3f1ed8,'')||_0x3bd512[_0x474e12(0x264)](_0x3f1ed8,_0x47f418)||_0x3bd512[_0x474e12(0x296)](_0x3f1ed8,path[_0x474e12(0x25e)](_0x3f1ed8)))return null;try{return fs[_0x474e12(0x2aa)](path[_0x474e12(0x2b1)](_0x3f1ed8,_0x3bd512[_0x474e12(0x206)])),_0x3f1ed8;}catch(_0x4a50e6){const _0xba22f=path[_0x474e12(0x25e)](_0x3f1ed8);return this[_0x474e12(0x20b)](_0xba22f);}}[a4_0x37d989(0x287)](_0x50dd08){const _0x39fc8b=a4_0x37d989,_0x37466c={};_0x37466c[_0x39fc8b(0x295)]=function(_0x105660,_0x12466a){return _0x105660>_0x12466a;};const _0x5c0ee2=_0x37466c;if(_0x50dd08['file'])return _0x50dd08[_0x39fc8b(0x2b4)];if(_0x50dd08['ctx']){const _0x5acd3a=_0x50dd08[_0x39fc8b(0x22e)][_0x39fc8b(0x247)]?this['getRootParentFile'](_0x50dd08[_0x39fc8b(0x22e)][_0x39fc8b(0x247)]):null;if(_0x5acd3a)return _0x5acd3a;}if(_0x50dd08[_0x39fc8b(0x1d7)]){const _0x40467d=this[_0x39fc8b(0x287)](_0x50dd08[_0x39fc8b(0x1d7)])||(_0x50dd08[_0x39fc8b(0x1d7)][_0x39fc8b(0x22e)]&&_0x50dd08[_0x39fc8b(0x1d7)][_0x39fc8b(0x22e)][_0x39fc8b(0x247)]?this['getRootParentFile'](_0x50dd08[_0x39fc8b(0x1d7)][_0x39fc8b(0x22e)][_0x39fc8b(0x247)]):null);if(_0x40467d)return _0x40467d;_0x50dd08[_0x39fc8b(0x1d7)][_0x39fc8b(0x1e0)]&&_0x5c0ee2['PeCsr'](_0x50dd08[_0x39fc8b(0x1d7)]['suites']['length'],0x0)&&_0x50dd08[_0x39fc8b(0x1d7)][_0x39fc8b(0x1e0)][_0x39fc8b(0x2ae)](_0x100b72=>{const _0x2396d6=_0x39fc8b,_0xe1d92b=_0x100b72[_0x2396d6(0x22e)]?this[_0x2396d6(0x287)](_0x100b72['ctx']):null;if(_0xe1d92b)return _0xe1d92b;});}return null;}[a4_0x37d989(0x28c)](_0x213230){const _0x943219=a4_0x37d989,_0x221b44={};_0x221b44['YLAQZ']=function(_0x162f4c,_0x1a64ff){return _0x162f4c!==_0x1a64ff;};const _0x28bcea=_0x221b44,_0x214af6=[];if(_0x213230&&_0x213230[_0x943219(0x1d7)]){let _0x493205=_0x213230['parent'];while(_0x493205&&_0x28bcea[_0x943219(0x29b)](_0x493205['title'],'')){_0x214af6[_0x943219(0x258)](_0x493205[_0x943219(0x27f)]),_0x493205=_0x493205[_0x943219(0x1d7)];}}return _0x214af6;}[a4_0x37d989(0x268)](_0x1fbf6b,_0x3ef30c,_0x19a829=undefined){const _0x5b8835=a4_0x37d989,_0x407e43={'jwfvf':function(_0x4749c6,_0x1a1ecb){return _0x4749c6(_0x1a1ecb);},'qtThi':function(_0x36234e){return _0x36234e();},'eRJAu':function(_0x43a180){return _0x43a180();},'nuGNL':function(_0x156028){return _0x156028();},'uGuvh':function(_0xe6c031){return _0xe6c031();},'fDxfc':_0x5b8835(0x200),'myKQc':function(_0x1458b2,_0x503a02){return _0x1458b2!==_0x503a02;},'DrhpO':function(_0x4b1597,_0x3acd35){return _0x4b1597!==_0x3acd35;},'MGYeG':_0x5b8835(0x238),'IrEnQ':'pending','ZPQeF':_0x5b8835(0x224),'VoerY':_0x5b8835(0x211),'IyeNa':'skipped','csMjP':_0x5b8835(0x1ed),'swWQm':function(_0x1fd184,_0x2197b8){return _0x1fd184-_0x2197b8;},'qSUWT':function(_0x73859d,_0x18aecb,_0x1c0071,_0x95d7c,_0xdd356f){return _0x73859d(_0x18aecb,_0x1c0071,_0x95d7c,_0xdd356f);},'rJFMi':function(_0x4c7592,_0x552ac0){return _0x4c7592!==_0x552ac0;},'EJbtE':_0x5b8835(0x243),'SXqcT':'meta','Caytu':_0x5b8835(0x212),'iHNSa':_0x5b8835(0x1eb),'jLROb':_0x5b8835(0x266),'jUECv':_0x5b8835(0x2d3),'fyhHB':_0x5b8835(0x215),'yMgHc':function(_0x31cf3b,_0x12b3aa){return _0x31cf3b===_0x12b3aa;},'KdxJD':_0x5b8835(0x242),'akCMB':'test_run'};if(!this['enabled'])return;try{if(_0x3ef30c['fn']&&_0x3ef30c['fn'][_0x5b8835(0x251)]()[_0x5b8835(0x227)](/browserstack internal helper hook/))return;const _0x22c64c=_0x407e43[_0x5b8835(0x231)](parseEvent,_0x1fbf6b);if(!_0x22c64c)return;if(_0x22c64c['test']){this[_0x5b8835(0x247)]=_0x3ef30c,this[_0x5b8835(0x1ff)]=null;if(_0x22c64c['started']||_0x22c64c[_0x5b8835(0x1f4)]){_0x3ef30c['startedAt']=new Date(),_0x3ef30c['markedStatus']=![];if(!_0x3ef30c[_0x5b8835(0x263)])_0x3ef30c['testAnalyticsId']=_0x407e43[_0x5b8835(0x2bf)](uuidv4);else _0x3ef30c[_0x5b8835(0x1dc)]&&(!_0x3ef30c[_0x5b8835(0x2a6)]&&(_0x3ef30c['retryOf']=_0x3ef30c[_0x5b8835(0x263)]),_0x3ef30c[_0x5b8835(0x263)]=_0x407e43['eRJAu'](uuidv4));}}else{if(_0x22c64c['hook']){this[_0x5b8835(0x1ff)]=_0x3ef30c;if(_0x22c64c[_0x5b8835(0x2b8)]){_0x3ef30c[_0x5b8835(0x2d0)]=new Date(),_0x3ef30c['markedStatus']=![];if(!_0x3ef30c['hookAnalyticsId'])_0x3ef30c['hookAnalyticsId']=_0x407e43[_0x5b8835(0x230)](uuidv4);else _0x3ef30c[_0x5b8835(0x1fa)]&&_0x3ef30c['markedStatus']&&(_0x3ef30c[_0x5b8835(0x1fa)]=_0x407e43['uGuvh'](uuidv4));}}}if(_0x22c64c[_0x5b8835(0x2bb)]&&_0x3ef30c['markedStatus'])return;let _0x397e48;try{_0x397e48=this['getRootParentFile'](_0x3ef30c);}catch(_0x4a7d9e){logger['debug'](_0x5b8835(0x274)+_0x4a7d9e),_0x397e48=null;}let _0x5cacc0=[];_0x19a829&&(_0x5cacc0=[_0x19a829,_0x407e43[_0x5b8835(0x2ba)]]);const _0x3747d4=_0x407e43[_0x5b8835(0x26d)](_0x3ef30c[_0x5b8835(0x1df)],undefined)?util[_0x5b8835(0x29d)](_0x3ef30c[_0x5b8835(0x1df)][0x0]):_0x407e43[_0x5b8835(0x246)](_0x19a829,undefined)?_0x19a829[_0x5b8835(0x251)]():undefined,_0x881272=_0x397e48?this['findGitConfig'](_0x397e48):null,_0x558250=_0x397e48?this[_0x5b8835(0x27c)][_0x5b8835(0x1ea)](this[_0x5b8835(0x287)](_0x3ef30c)):_0x407e43[_0x5b8835(0x2ad)];let _0x47bdf0=_0x407e43['IrEnQ'];const _0x506b00=!_0x22c64c[_0x5b8835(0x2b8)]?new Date()[_0x5b8835(0x2a8)]():null;if(_0x22c64c['finished'])_0x47bdf0=_0x19a829?_0x407e43[_0x5b8835(0x2ce)]:_0x407e43['VoerY'],_0x3ef30c[_0x5b8835(0x1dc)]=!![];else _0x22c64c[_0x5b8835(0x1f4)]&&(_0x47bdf0=_0x407e43[_0x5b8835(0x241)],_0x3ef30c['markedStatus']=!![]);const _0x150b2e={'framework':this[_0x5b8835(0x28b)],'uuid':_0x3ef30c[_0x5b8835(0x263)]||_0x3ef30c[_0x5b8835(0x1fa)],'name':_0x3ef30c[_0x5b8835(0x27f)],'body':{'lang':_0x407e43[_0x5b8835(0x2af)],'code':_0x3ef30c[_0x5b8835(0x237)][_0x5b8835(0x251)]()},'type':_0x3ef30c[_0x5b8835(0x1fd)],'scope':_0x3ef30c[_0x5b8835(0x265)](),'scopes':this[_0x5b8835(0x28c)](_0x3ef30c),'file_name':_0x558250,'vc_filepath':_0x881272?path[_0x5b8835(0x233)](_0x881272,_0x397e48):null,'location':_0x558250,'result':_0x47bdf0,'failure_reason':_0x3747d4,'duration_in_ms':_0x3ef30c[_0x5b8835(0x1ef)]||(_0x22c64c['finished']||_0x22c64c['skipped'])?_0x407e43[_0x5b8835(0x271)](Date[_0x5b8835(0x1e2)](),new Date(_0x3ef30c[_0x5b8835(0x2d0)])[_0x5b8835(0x297)]()):null,'started_at':new Date(_0x3ef30c[_0x5b8835(0x2d0)])[_0x5b8835(0x2a8)](),'finished_at':_0x506b00,'failure':testOpsHelper[_0x5b8835(0x21b)]['apply'](null,_0x5cacc0),'failure_type':!_0x3747d4?null:testOpsHelper['getFailureType'](_0x3747d4),'retry_of':_0x3ef30c[_0x5b8835(0x2a6)]||null,'tags':_0x3ef30c[_0x5b8835(0x2a0)]||[],'customRerunParam':{'rerun_name':_0x3ef30c['fullTitle']()}};_0x407e43[_0x5b8835(0x2b3)](appendTesthubParams,_0x150b2e,_0x1fbf6b,_0x3ef30c,FRAMEWORKS['CODECEPT']);if(_0x22c64c['hook'])[_0x150b2e[_0x5b8835(0x2a2)],_0x150b2e[_0x5b8835(0x280)]]=[this[_0x5b8835(0x236)](_0x3ef30c),_0x3ef30c[_0x5b8835(0x22e)][_0x5b8835(0x282)][_0x5b8835(0x27f)]],_0x22c64c['finished']?_0x407e43['rJFMi'](_0x150b2e[_0x5b8835(0x1e1)],_0x407e43[_0x5b8835(0x2ce)])&&(_0x150b2e[_0x5b8835(0x1e1)]=_0x407e43[_0x5b8835(0x2cd)]):_0x150b2e[_0x5b8835(0x237)]={};else _0x22c64c['test']&&(this['mapTestHooks'](_0x3ef30c),_0x22c64c[_0x5b8835(0x1f4)]&&this['resetSkipTestHooks'](_0x3ef30c),(_0x22c64c[_0x5b8835(0x2bb)]||_0x22c64c[_0x5b8835(0x1f4)])&&(_0x150b2e[_0x5b8835(0x1e5)]=this['getHooksForTest'](_0x3ef30c)));this['driver']&&(_0x22c64c[_0x5b8835(0x2b8)]||_0x22c64c[_0x5b8835(0x1f4)])&&(_0x150b2e[_0x407e43['EJbtE']]=this[_0x5b8835(0x223)](this[_0x5b8835(0x21d)]));_0x22c64c[_0x5b8835(0x282)]&&_0x22c64c[_0x5b8835(0x2bb)]&&_0x3ef30c[_0x5b8835(0x226)]&&(_0x150b2e[_0x407e43[_0x5b8835(0x1f7)]]={'feature':{'name':_0x3ef30c[_0x5b8835(0x1d7)][_0x5b8835(0x24c)][_0x5b8835(0x280)],'path':_0x150b2e[_0x5b8835(0x1d8)],'description':_0x3ef30c[_0x5b8835(0x1d7)][_0x5b8835(0x27e)]},'scenario':{'name':_0x3ef30c[_0x5b8835(0x27f)]},'steps':_0x3ef30c['bddSteps']});const _0x424bd7=_0x150b2e[_0x407e43['Caytu']][0x0];_0x424bd7&&(_0x150b2e[_0x407e43[_0x5b8835(0x2b0)]]=_0x424bd7[_0x407e43['jLROb']],_0x150b2e[_0x407e43[_0x5b8835(0x2a1)]]=_0x424bd7[_0x407e43[_0x5b8835(0x2c2)]]);if(_0x3ef30c[_0x5b8835(0x226)])for(const _0x1ebf88 of _0x3ef30c[_0x5b8835(0x226)]){!_0x1ebf88[_0x5b8835(0x27d)]&&(_0x1ebf88[_0x5b8835(0x27d)]=new Date()['toISOString'](),_0x407e43[_0x5b8835(0x2bc)](_0x1ebf88[_0x5b8835(0x1e1)],_0x407e43[_0x5b8835(0x1ee)])&&(_0x424bd7?(_0x1ebf88[_0x5b8835(0x1e1)]=_0x407e43['ZPQeF'],_0x1ebf88[_0x5b8835(0x212)]=_0x424bd7[_0x407e43['jLROb']][0x0]):_0x1ebf88[_0x5b8835(0x1e1)]=_0x407e43[_0x5b8835(0x2cd)]));}const _0x4d3ecc={};_0x4d3ecc[_0x5b8835(0x1f2)]=_0x22c64c[_0x5b8835(0x1f4)]?TEST_EVENTS[_0x5b8835(0x22b)]:_0x1fbf6b;const _0x3d2dae=_0x4d3ecc;return _0x22c64c['hook']?_0x3d2dae[_0x407e43[_0x5b8835(0x270)]]=_0x150b2e:_0x3d2dae[_0x407e43[_0x5b8835(0x256)]]=_0x150b2e,_0x3d2dae;}catch(_0x43ec1d){logger[_0x5b8835(0x1fb)](_0x5b8835(0x244)+_0x1fbf6b+_0x5b8835(0x1e3)+_0x43ec1d);}}async[a4_0x37d989(0x2b5)](_0x33d4e8,_0x1e2a3a){const _0x2756e2=a4_0x37d989;if(!this['enabled']||!_0x1e2a3a||!_0x33d4e8)return![];try{return await SessionHandler[_0x2756e2(0x213)](_0x1e2a3a);}catch(_0x299ba8){logger[_0x2756e2(0x1fb)](_0x2756e2(0x1de)+_0x33d4e8+_0x2756e2(0x1e3)+_0x299ba8);}}[a4_0x37d989(0x2c9)](_0x33637c){const _0x4811c3=a4_0x37d989,_0x59173a={};_0x59173a['ybvKo']=_0x4811c3(0x207);const _0x14b6bd=_0x59173a;return{'id':_0x33637c[_0x4811c3(0x281)],'text':_0x33637c[_0x4811c3(0x26c)],'keyword':_0x33637c['keyword'],'started_at':_0x33637c[_0x4811c3(0x2d0)][_0x4811c3(0x2a8)](),'result':_0x14b6bd[_0x4811c3(0x29c)]};}[a4_0x37d989(0x294)](_0xcd8711){const _0x36b3d5=a4_0x37d989,_0x3bbec4={'ADFKh':function(_0x3011f1){return _0x3011f1();}};!this[_0x36b3d5(0x247)][_0x36b3d5(0x226)]&&(this[_0x36b3d5(0x247)][_0x36b3d5(0x226)]=[]),!_0xcd8711[_0x36b3d5(0x281)]&&(_0xcd8711[_0x36b3d5(0x281)]=_0x3bbec4['ADFKh'](uuidv4),_0xcd8711['startedAt']=new Date(),this['currentTest']['bddSteps'][_0x36b3d5(0x258)](this[_0x36b3d5(0x2c9)](_0xcd8711)));}['bddStepFinish'](_0x3bc136){const _0x3d092f=a4_0x37d989,_0x38a03d={'KOSgM':function(_0x1d758a,_0x235952){return _0x1d758a(_0x235952);},'Ggpbn':_0x3d092f(0x209),'WeUQw':_0x3d092f(0x207),'uEhXf':_0x3d092f(0x211),'QPngG':function(_0x836da6,_0x134830){return _0x836da6-_0x134830;}};let _0x4539f8=this[_0x3d092f(0x247)][_0x3d092f(0x226)]['find'](_0x13855a=>_0x13855a['id']===_0x3bc136[_0x3d092f(0x281)]);_0x38a03d[_0x3d092f(0x222)](isUndefined,_0x4539f8)&&(_0x4539f8=this['initializeBddStep'](_0x3bc136)),_0x4539f8[_0x3d092f(0x1e1)]=[_0x38a03d[_0x3d092f(0x22d)],_0x38a03d[_0x3d092f(0x1f8)]][_0x3d092f(0x252)](_0x3bc136[_0x3d092f(0x204)])?_0x38a03d[_0x3d092f(0x23a)]:_0x3bc136[_0x3d092f(0x204)],_0x4539f8[_0x3d092f(0x27d)]=new Date()['toISOString'](),_0x4539f8[_0x3d092f(0x1ef)]=_0x38a03d[_0x3d092f(0x25a)](Date['now'](),_0x3bc136[_0x3d092f(0x2d0)][_0x3d092f(0x297)]()),_0x4539f8[_0x3d092f(0x212)]=_0x3bc136[_0x3d092f(0x200)]?_0x3bc136['err'][_0x3d092f(0x2d1)]:null;}}function a4_0x1e12(){const _0x546fe9=['iHNSa','join','path','qSUWT','file','fireEvent','format','bind','started','../playwright/accessibility-helper','fDxfc','finished','yMgHc','./helper.js','enabled','qtThi','toLowerCase','obsBrowserTypeMockApplied','fyhHB','mapTestHooks','flushPendingHookEvents','session_id','CBTSessionCreated','LYtsN','eventType','initializeBddStep','OiwTA','TPERW','IqALH','VoerY','ZPQeF','DvlnW','startedAt','message','HOOK_RUN_FINISHED','failure_reason_expanded','parent','file_name','_beforeAll','boEMD','Failed\x20to\x20flush\x20pending\x20hook\x20event\x20','markedStatus','_beforeEach','Exception\x20in\x20sending\x20test\x20data\x20for\x20event\x20','errorsDetailed','suites','result','now','\x20with\x20error\x20:\x20','TEqaB','hooks','jDddS','BNhyH','test_run','bs:addLog:','prefixTestPath','failure_backtrace','Exception\x20in\x20uploading\x20platform\x20details\x20to\x20','javascript','IrEnQ','duration','start','4532984oDvJqE','event_type','TEST_EVENTS','skipped','cTaqG','rtyrx','SXqcT','WeUQw','stop','hookAnalyticsId','debug','../mocha/test-observability/mochaUtils','type','hHgZx','currentHook','err','O11yHelper','STATE_FAILED','363KyYbIU','status','OFBBg','xdtpS','pending','accessibilityPlatform','success','cwd','findGitConfig','connect','hook','../utils/constants','55770zNZiSR','../../helpers/test-observability/utils','passed','failure','uploadEventData','location_prefix','expanded','TEST_REPORTING_ANALYTICS','1038585HPOWaO','VtQgs','mfrRK','__cloud_provider___','failureData','sendCBTInfo','driver','DYkyA','_afterEach','7212aAbsux','dQTzU','KOSgM','getCBTInfo','failed','pendingHookEvents','bddSteps','match','connectOverCDP','defineProperty','mfxET','TEST_RUN_FINISHED','CGunc','Ggpbn','ctx','length','nuGNL','jwfvf','__platformCaps','relative','eHuyc','PathHelper','getHookType','body','File\x20path\x20could\x20not\x20be\x20found','launch','uEhXf','keys','patchConsoleLogger','995888aQtdsU','../../helpers/test-observability/sessionHandler','uploadData','Checking\x20for\x20accessibility\x20automation\x20session\x20with\x20','IyeNa','hook_run','integrations','Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20','pid','DrhpO','currentTest','prototype','HookRunStarted','../../helpers/logger','SAfGq','feature','hMYDj','string','rnmVY','9174168TzvqUQ','toString','includes','apply','dcEOf','Lgkqg','akCMB','TestRunFinished','push','replace','QPngG','WSOmt','appendTestItemLog','llikf','dirname','ETgLs','jhscz','toUpperCase','comnS','testAnalyticsId','hrcGP','fullTitle','backtrace','setupBrowserDetails','captureEvent','FtfKh','PLAYWRIGHT_HUB_URL','.git','text','myKQc','Playwright','uuid','KdxJD','swWQm','BROWSERSTACK','getInstance','failed\x20to\x20get\x20root\x20parent\x20file\x20','_afterAll','../../helpers/helper','QvQtm','logs','constructor','getHooksForTest','split','_paths','finished_at','comment','title','name','stepAnalyticsId','test','STATE_PASSED','TEST_RUN_SKIPPED','TestRunStarted','../../helpers/test-observability/constants','getRootParentFile','sep','JEoiP','2498070uvKmPR','frameworkName','getHierarchy','0|4|3|1|2|5','7qwAsLB','splice','test_run_uuid','BSrJU','then','TestRunSkipped','bddStepStart','PeCsr','xDThA','getTime','LpVvz','Failed\x20to\x20parse\x20wsendpoint\x20','HxwdO','YLAQZ','ybvKo','inspect','hook_run_uuid','pbafO','tags','jUECv','hook_type','XTtiI','wsEndpoint','shutdown','retryOf','../../helpers/testhub/utils.js','toISOString','groups','statSync','concat','hasLiveDriverSession','MGYeG','forEach','csMjP'];a4_0x1e12=function(){return _0x546fe9;};return a4_0x1e12();}const a4_0x5dd81a={};a4_0x5dd81a[a4_0x37d989(0x201)]=O11yHelper,a4_0x5dd81a[a4_0x37d989(0x283)]=STATE_PASSED,a4_0x5dd81a[a4_0x37d989(0x202)]=STATE_FAILED,a4_0x5dd81a[a4_0x37d989(0x1f3)]=TEST_EVENTS,module['exports']=a4_0x5dd81a;
|
|
1
|
+
const a4_0x3627c2=a4_0x5ca0;(function(_0x5de0df,_0x4f581c){const _0x46599a=a4_0x5ca0,_0x573d36=_0x5de0df();while(!![]){try{const _0xa22a52=parseInt(_0x46599a(0x210))/0x1*(parseInt(_0x46599a(0x1c5))/0x2)+-parseInt(_0x46599a(0x16d))/0x3+-parseInt(_0x46599a(0x17a))/0x4*(parseInt(_0x46599a(0x1c1))/0x5)+parseInt(_0x46599a(0x18c))/0x6*(parseInt(_0x46599a(0x1ae))/0x7)+parseInt(_0x46599a(0x1ba))/0x8*(-parseInt(_0x46599a(0x147))/0x9)+parseInt(_0x46599a(0x167))/0xa+-parseInt(_0x46599a(0x133))/0xb*(-parseInt(_0x46599a(0x125))/0xc);if(_0xa22a52===_0x4f581c)break;else _0x573d36['push'](_0x573d36['shift']());}catch(_0x2fdb12){_0x573d36['push'](_0x573d36['shift']());}}}(a4_0x1c56,0x51776));function a4_0x1c56(){const _0x5e2cee=['patchConsoleLogger','success','getCBTInfo','pid','now','type','hookAnalyticsId','removeAllListeners','TEST_EVENTS','frameworkName','forEach','uploadEventData','string','name','result','captureEvent','getHookType','HJvLn','test_run_uuid','nZour','SYwIu','relative','ZuSIi','hlBNn','Exception\x20in\x20sending\x20test\x20data\x20for\x20event\x20','O11yHelper','_beforeEach','bufferPendingHookEvent','join','6180810lJYgoX','pendingHookEvents','RgSGB','WzGry','yoVhH','getTime','1086345ZlDsHM','currentHook','../../helpers/helper','toISOString','splice','concat','xjSFq','duration','TestRunStarted','PkIOg','NrbIy','stringify','bs:addLog:','1772756HjkNgp','mzbWm','markedStatus','appendTestItemLog','started','GGkbv','_testEnv','then','bmYYi','_beforeAll','parent','yGfOx','errorsDetailed','TSyHO','getFailureType','QdGgd','failed','gZHSe','42zhqLiE','wsEndpoint','GPfZw','eqSyo','file_name','JBDto','_afterAll','text','bMRIG','skipped','TEST_RUN_FINISHED','.git','test_run','mapTestHooks','hook_run_uuid','shutdown','TestRunSkipped','getHooksForTest','RiSYQ','GEGby','../../helpers/test-observability/sessionHandler','STATE_FAILED','SkkOJ','eRBKr','GyReS','bddSteps','STATE_PASSED','groups','uuid','GjFQt','OiNRX','gEnXA','IumZn','getHierarchy','111433kCkHZh','retryOf','HbLac','Checking\x20for\x20accessibility\x20automation\x20session\x20with\x20','dirname','accessibilityPlatform','eGMuw','constructor','OyoGM','iRWcq','BkdcQ','stepAnalyticsId','1192Lmsobn','BQzJU','mSbaK','juNkg','LogCreated','debug','ctx','5sLXUJB','sendCBTInfo','cbCwg','WkddX','562HyKYsH','javascript','WmsIS','pending','test','Lioql','startedAt','suites','connect','Failed\x20to\x20flush\x20pending\x20hook\x20event\x20','finished','eventType','LfnLb','push','launch','finished_at','ONSpS','failure_reason_expanded','passed','OojLL','fullTitle','prefixTestPath','TaIAc','apply','util','winstonLogger','stop','CODECEPT','iZTWW','currentTest','noQbI','KWhzd','obsBrowserTypeMockApplied','tags','../playwright/sessionDetails','DZHvd','findGitConfig','../../helpers/logger','resetSkipTestHooks','WDjAc','bind','../../helpers/test-observability/constants','defineProperty','_afterEach','TEST_RUN_STARTED','EtAqv','TestRunFinished','ykQbu','find','vyVnk','qOShz','HOOK_RUN_FINISHED','location_prefix','toString','uploadData','hooks','TEST_RUN_SKIPPED','testAnalyticsId','wlRlC','znXAS','browserstack','prototype','Failed\x20to\x20parse\x20wsendpoint\x20','hasLiveDriverSession','PMIDV','file','hook_run','meta','toLowerCase','exports','BROWSERSTACK','event_type','CdALC','integrations','setupBrowserDetails','826IkVgMf','PLAYWRIGHT_HUB_URL','fireEvent','sep','\x20with\x20error\x20:\x20','Exception\x20in\x20uploading\x20platform\x20details\x20to\x20','File\x20path\x20could\x20not\x20be\x20found','match','PathHelper','expanded','body','hook_type','codeceptjs','IVmhg','Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20','oGtJa','24zFlZER','IPRfB','getRootParentFile','status','session_id','feature','title','err','format','_paths','hook','TEST_REPORTING_ANALYTICS','Playwright','Exception\x20in\x20uploading\x20log\x20data\x20to\x20','2611257PulDoB','driver','failed\x20to\x20get\x20root\x20parent\x20file\x20','initializeBddStep','hPWYO','failure_backtrace','OemMW','logs','includes','enabled','Ydmln','HGGQO','gzxiN','__platformCaps','replace','ExNwf','flushPendingHookEvents','getInstance','keyword','failure','17964kiNRYW','length','DNuyB'];a4_0x1c56=function(){return _0x5e2cee;};return a4_0x1c56();}const path=require('path'),util=require(a4_0x3627c2(0x1dd)),fs=require('fs'),{v4:uuidv4}=require(a4_0x3627c2(0x1a8)),{resolveBrowserTypeClass,nestedKeyValue,parseWSEndpoint,isUndefined}=require(a4_0x3627c2(0x16f)),testOpsHelper=require('../../helpers/test-observability/utils'),{getTestEnv}=require('../mocha/test-observability/mochaUtils'),{FRAMEWORKS}=require(a4_0x3627c2(0x1ee)),logger=require(a4_0x3627c2(0x1ea))[a4_0x3627c2(0x1de)],SessionHandler=require(a4_0x3627c2(0x1a0)),RequestQueueHandler=require('../../helpers/test-observability/requestQueueHandler'),PlaywrightSessionDetails=require(a4_0x3627c2(0x1e7)),debug=testOpsHelper[a4_0x3627c2(0x1bf)],{processAccessibilityCaps}=require('../playwright/accessibility-helper'),Constants=require('../utils/constants'),{fetchPlatformDetails}=require('./helper.js'),{shouldProcessEventForTesthub,appendTesthubParams}=require('../../helpers/testhub/utils.js'),constants=require('../utils/constants'),STATE_PASSED=a4_0x3627c2(0x1d7),STATE_FAILED=a4_0x3627c2(0x18a),a4_0x9f0056={};a4_0x9f0056[a4_0x3627c2(0x1f1)]=a4_0x3627c2(0x175),a4_0x9f0056[a4_0x3627c2(0x196)]=a4_0x3627c2(0x1f3),a4_0x9f0056[a4_0x3627c2(0x1fd)]=a4_0x3627c2(0x19c),a4_0x9f0056['HOOK_RUN_STARTED']='HookRunStarted',a4_0x9f0056[a4_0x3627c2(0x1f8)]='HookRunFinished';function a4_0x5ca0(_0x517908,_0x3832d7){const _0x1c5603=a4_0x1c56();return a4_0x5ca0=function(_0x5ca0a7,_0xd1c1a9){_0x5ca0a7=_0x5ca0a7-0x11b;let _0x410d0c=_0x1c5603[_0x5ca0a7];return _0x410d0c;},a4_0x5ca0(_0x517908,_0x3832d7);}const TEST_EVENTS=a4_0x9f0056,parseEvent=_0x53e8c1=>{const _0x6b38cc=a4_0x3627c2,_0x5cfe24={};_0x5cfe24['lcETh']=function(_0x5798c1,_0x1237db){return _0x5798c1<_0x1237db;},_0x5cfe24[_0x6b38cc(0x149)]=function(_0x499932,_0x593199){return _0x499932===_0x593199;},_0x5cfe24[_0x6b38cc(0x191)]=_0x6b38cc(0x1c9),_0x5cfe24['ScRJi']=function(_0x578b91,_0xd53dcd){return _0x578b91===_0xd53dcd;},_0x5cfe24[_0x6b38cc(0x18f)]=_0x6b38cc(0x12f),_0x5cfe24[_0x6b38cc(0x137)]=function(_0x36cb4e,_0x17ac07){return _0x36cb4e===_0x17ac07;},_0x5cfe24['gZHSe']=_0x6b38cc(0x195),_0x5cfe24[_0x6b38cc(0x176)]=_0x6b38cc(0x17e),_0x5cfe24[_0x6b38cc(0x1b6)]=function(_0x26e173,_0x19fe6c){return _0x26e173===_0x19fe6c;},_0x5cfe24[_0x6b38cc(0x1a4)]=_0x6b38cc(0x1cf);const _0xdbca29=_0x5cfe24,_0x7b1c35=_0x53e8c1[_0x6b38cc(0x11c)](/^(.*)Run(.*)$/);if(!_0x7b1c35)return null;if(_0xdbca29['lcETh'](_0x7b1c35[_0x6b38cc(0x148)],0x3))return null;const _0x47c0af=_0x7b1c35[0x1][_0x6b38cc(0x209)](),_0x12ee42=_0x7b1c35[0x2][_0x6b38cc(0x209)]();return{'test':_0xdbca29['DNuyB'](_0x47c0af,_0xdbca29[_0x6b38cc(0x191)]),'hook':_0xdbca29['ScRJi'](_0x47c0af,_0xdbca29[_0x6b38cc(0x18f)]),'skipped':_0xdbca29[_0x6b38cc(0x137)](_0x12ee42,_0xdbca29[_0x6b38cc(0x18b)]),'started':_0xdbca29[_0x6b38cc(0x137)](_0x12ee42,_0xdbca29[_0x6b38cc(0x176)]),'finished':_0xdbca29[_0x6b38cc(0x1b6)](_0x12ee42,_0xdbca29[_0x6b38cc(0x1a4)])};},mockPWBrowserType=_0x294809=>{const _0x10153f=a4_0x3627c2,_0x10ddf0={'vyVnk':function(_0x2af7b0,_0x57e9a9){return _0x2af7b0===_0x57e9a9;},'yoVhH':_0x10153f(0x156),'bMRIG':function(_0x3434a5,_0x350a97,_0x5b5fac){return _0x3434a5(_0x350a97,_0x5b5fac);},'CdALC':_0x10153f(0x18d),'HbLac':function(_0x5803e3,_0x1eb315){return _0x5803e3(_0x1eb315);},'eqrrt':_0x10153f(0x201),'xjSFq':function(_0x44c6ac,_0x5ac8e2,_0x4697ea){return _0x44c6ac(_0x5ac8e2,_0x4697ea);},'XKvyT':function(_0xb1403e){return _0xb1403e();},'TSyHO':'Not\x20able\x20to\x20import\x20Browser','WkddX':_0x10153f(0x1cd),'iRWcq':_0x10153f(0x1d3)},_0x5d7570=_0x10ddf0['XKvyT'](resolveBrowserTypeClass);if(!_0x5d7570){_0x10ddf0[_0x10153f(0x1b0)](debug,_0x10ddf0[_0x10153f(0x187)]);return;}const _0x12e6e0=_0x5d7570[_0x10153f(0x202)];if(_0x12e6e0[_0x10153f(0x1e5)])return;const _0x3e8cbd=_0x12e6e0[_0x10153f(0x1cd)];Object[_0x10153f(0x1ef)](_0x12e6e0,_0x10ddf0[_0x10153f(0x1c4)],{'get':function(){const _0x18737a=_0x10153f,_0x35e32d={'krkge':function(_0x844e13,_0x286d0c){const _0x519185=a4_0x5ca0;return _0x10ddf0[_0x519185(0x1f6)](_0x844e13,_0x286d0c);},'DGrpQ':_0x10ddf0[_0x18737a(0x16b)],'TaIAc':function(_0x4cd0b8,_0x39d783,_0x2e376a){const _0x3f1566=_0x18737a;return _0x10ddf0[_0x3f1566(0x194)](_0x4cd0b8,_0x39d783,_0x2e376a);},'znXAS':_0x10ddf0[_0x18737a(0x20d)],'bebwf':function(_0x17ff6f,_0x5111b4){const _0x1b3ec0=_0x18737a;return _0x10ddf0[_0x1b3ec0(0x1b0)](_0x17ff6f,_0x5111b4);},'KfJKn':_0x10ddf0['eqrrt'],'qOShz':function(_0x16fa62,_0x5d34f1,_0x165889){const _0x201f90=_0x18737a;return _0x10ddf0[_0x201f90(0x173)](_0x16fa62,_0x5d34f1,_0x165889);}};return async function _0x1ffd9a(_0x2874f8,_0x4c7557){const _0x4b4ed0=_0x18737a,_0x58df03={'Wtxcg':function(_0x93cc7a,_0x46bd88){return _0x35e32d['krkge'](_0x93cc7a,_0x46bd88);},'ECPZj':_0x35e32d['DGrpQ']},_0x40f02f=_0x35e32d[_0x4b4ed0(0x1db)](nestedKeyValue,_0x2874f8,[_0x35e32d[_0x4b4ed0(0x200)]])||_0x2874f8;let _0x4fb5b0=null,_0x506c9e=null;try{[_0x506c9e,_0x4fb5b0]=_0x40f02f?_0x35e32d['bebwf'](parseWSEndpoint,_0x40f02f):[null,null],global[_0x4b4ed0(0x140)]=_0x4fb5b0,logger[_0x4b4ed0(0x1bf)](_0x4b4ed0(0x1b1)+_0x506c9e),_0x506c9e[_0x4b4ed0(0x13b)](Constants[_0x4b4ed0(0x20b)])&&(global['__cloud_provider___']=_0x35e32d['KfJKn']);}catch(_0x306527){logger['debug'](_0x4b4ed0(0x203)+_0x40f02f+'\x20'+_0x306527);}_0x35e32d[_0x4b4ed0(0x1f7)](processAccessibilityCaps,_0x4fb5b0,_0x506c9e);if(global[_0x4b4ed0(0x1b3)]){const _0x589d9b=await _0x12e6e0['connectOverCDP'][_0x4b4ed0(0x1dc)](this,[''+Constants[_0x4b4ed0(0x211)]+_0x35e32d['bebwf'](encodeURIComponent,JSON[_0x4b4ed0(0x178)](_0x4fb5b0))]);return PlaywrightSessionDetails[_0x4b4ed0(0x20f)](_0x589d9b,_0x294809,_0x40f02f),_0x589d9b;}return _0x3e8cbd['apply'](this,arguments)[_0x4b4ed0(0x181)](_0x4c347a=>{const _0x3e5725=_0x4b4ed0;let _0x546394=_0x2874f8[_0x3e5725(0x18d)];return _0x58df03['Wtxcg'](typeof _0x2874f8,_0x58df03['ECPZj'])&&(_0x546394=_0x2874f8),PlaywrightSessionDetails[_0x3e5725(0x20f)](_0x4c347a,_0x294809,_0x546394),_0x4c347a;});};}});const _0xed4b3e=_0x12e6e0[_0x10153f(0x1d3)];Object[_0x10153f(0x1ef)](_0x12e6e0,_0x10ddf0[_0x10153f(0x1b7)],{'get':function(){return async function _0x4da616(){const _0x51b6e7=a4_0x5ca0;return _0xed4b3e[_0x51b6e7(0x1dc)](this,arguments)['then'](_0x4d172a=>{const _0x1c6ab7=_0x51b6e7;return PlaywrightSessionDetails[_0x1c6ab7(0x20f)](_0x4d172a,null),_0x4d172a;});};}});};class O11yHelper{['currentTest']=null;[a4_0x3627c2(0x16e)]=null;['enabled']=![];[a4_0x3627c2(0x153)]=![];[a4_0x3627c2(0x168)]=[];constructor(_0x35fb6a,_0x3afd00){const _0x3d74ed=a4_0x3627c2,_0x54e796={'mSbaK':'3|4|1|2|0|5','iZTWW':function(_0x184135){return _0x184135();},'IPRfB':function(_0x188a59,_0x2f189d){return _0x188a59===_0x2f189d;},'WmsIS':_0x3d74ed(0x131),'OemMW':function(_0x4f67b1,_0x32874b){return _0x4f67b1(_0x32874b);}},_0x545314=_0x54e796[_0x3d74ed(0x1bc)]['split']('|');let _0x5365d3=0x0;while(!![]){switch(_0x545314[_0x5365d3++]){case'0':this[_0x3d74ed(0x12e)]=new testOpsHelper[(_0x3d74ed(0x11d))]({'cwd':process['cwd']()},this[_0x3d74ed(0x180)][_0x3d74ed(0x1f9)]);continue;case'1':this['driver']=_0x35fb6a;continue;case'2':this[_0x3d74ed(0x180)]=_0x54e796[_0x3d74ed(0x1e1)](getTestEnv);continue;case'3':this[_0x3d74ed(0x13c)]=_0x54e796[_0x3d74ed(0x1e1)](shouldProcessEventForTesthub);continue;case'4':this[_0x3d74ed(0x153)]=_0x3afd00[_0x3d74ed(0x153)];continue;case'5':this[_0x3d74ed(0x134)]&&_0x54e796[_0x3d74ed(0x126)](this['driver'][_0x3d74ed(0x1b5)][_0x3d74ed(0x157)],_0x54e796[_0x3d74ed(0x1c7)])&&_0x54e796[_0x3d74ed(0x139)](mockPWBrowserType,null);continue;}break;}}[a4_0x3627c2(0x204)](){const _0xef6c44=a4_0x3627c2,_0x3db538={'XPPQL':function(_0x3a4779,_0x3b0a45){return _0x3a4779(_0x3b0a45);}};if(!this[_0xef6c44(0x134)])return![];try{const _0x5df437=_0x3db538['XPPQL'](fetchPlatformDetails,this['driver']);if(!_0x5df437)return![];const _0x36eb56=Object['keys'](_0x5df437)[0x0];return!!(_0x36eb56&&_0x5df437[_0x36eb56]&&_0x5df437[_0x36eb56][_0xef6c44(0x129)]);}catch(_0x50cb9e){return![];}}[a4_0x3627c2(0x165)](_0x3a9aed,_0x19237){const _0x670ba0=a4_0x3627c2;if(!_0x19237)return;const _0x50c357={};_0x50c357[_0x670ba0(0x1d0)]=_0x3a9aed,_0x50c357[_0x670ba0(0x1fb)]=_0x19237,this['pendingHookEvents']['push'](_0x50c357);}async[a4_0x3627c2(0x143)](){const _0x511f65=a4_0x3627c2,_0x5a3931={};_0x5a3931[_0x511f65(0x1d5)]=function(_0x24ed49,_0x502aff){return _0x24ed49&&_0x502aff;};const _0x455755=_0x5a3931;if(!this[_0x511f65(0x168)]['length'])return;if(!this['hasLiveDriverSession']())return;const _0x1bef8b=this[_0x511f65(0x14c)](this[_0x511f65(0x134)]),_0xc6edbb=this['pendingHookEvents'][_0x511f65(0x171)](0x0,this[_0x511f65(0x168)][_0x511f65(0x148)]);for(const {eventType:_0x4778b8,uploadData:_0xb71520}of _0xc6edbb){try{const _0x41bef4=_0xb71520['hook_run']||_0xb71520['test_run'];_0x455755[_0x511f65(0x1d5)](_0x41bef4,_0x1bef8b)&&(_0x41bef4[_0x511f65(0x20e)]=_0x1bef8b),await this[_0x511f65(0x212)](_0x4778b8,_0xb71520);}catch(_0x532704){logger[_0x511f65(0x1bf)](_0x511f65(0x1ce)+_0x4778b8+':\x20'+util[_0x511f65(0x12d)](_0x532704));}}}['start'](){const _0x2e6be9=a4_0x3627c2;if(!this[_0x2e6be9(0x13c)])return;testOpsHelper[_0x2e6be9(0x14a)](),process[_0x2e6be9(0x151)]('bs:addLog:'+process[_0x2e6be9(0x14d)]),process['on'](_0x2e6be9(0x179)+process['pid'],this[_0x2e6be9(0x17d)][_0x2e6be9(0x1ed)](this));}async[a4_0x3627c2(0x1df)](){const _0x1eafad=a4_0x3627c2;await RequestQueueHandler[_0x1eafad(0x144)]()[_0x1eafad(0x19b)]();}async[a4_0x3627c2(0x17d)](_0x71f0ff){const _0x317ac5=a4_0x3627c2,_0x4f00bd={'cbCwg':_0x317ac5(0x1be),'yisQg':function(_0x18f06a,_0x3a957b){return _0x18f06a(_0x3a957b);}};try{this[_0x317ac5(0x16e)]&&!this[_0x317ac5(0x16e)][_0x317ac5(0x17c)]&&(_0x71f0ff[_0x317ac5(0x19a)]=this[_0x317ac5(0x16e)][_0x317ac5(0x150)]);!_0x71f0ff[_0x317ac5(0x19a)]&&this[_0x317ac5(0x1e2)]&&!this[_0x317ac5(0x1e2)][_0x317ac5(0x17c)]&&(_0x71f0ff[_0x317ac5(0x15c)]=this[_0x317ac5(0x1e2)][_0x317ac5(0x1fe)]);if(_0x71f0ff['hook_run_uuid']||_0x71f0ff[_0x317ac5(0x15c)]){const _0x550dde={};_0x550dde[_0x317ac5(0x20c)]=_0x4f00bd[_0x317ac5(0x1c3)],_0x550dde[_0x317ac5(0x13a)]=[_0x71f0ff],await SessionHandler['uploadEventData'](_0x550dde);}}catch(_0x88171b){_0x4f00bd['yisQg'](debug,_0x317ac5(0x132)+constants['TEST_REPORTING_ANALYTICS']+_0x317ac5(0x214)+_0x88171b);}}async[a4_0x3627c2(0x1c2)](_0x3bddc8){const _0x4696ce=a4_0x3627c2,_0x376288={'WDjAc':'CBTSessionCreated','cYtGU':function(_0x397093,_0x294c31){return _0x397093(_0x294c31);}};if(!this['enabled'])return;const _0x1a6304=this[_0x4696ce(0x14c)](this['driver']);try{const _0xc8664={};_0xc8664[_0x4696ce(0x1a8)]=_0x3bddc8,_0xc8664[_0x4696ce(0x20e)]=_0x1a6304;const _0x3b6d74=_0xc8664,_0x343d28={};_0x343d28[_0x4696ce(0x20c)]=_0x376288[_0x4696ce(0x1ec)],_0x343d28['test_run']=_0x3b6d74,await SessionHandler[_0x4696ce(0x155)](_0x343d28);}catch(_0x253b18){_0x376288['cYtGU'](debug,_0x4696ce(0x215)+constants[_0x4696ce(0x130)]+_0x4696ce(0x214)+_0x253b18);}}['getCBTInfo'](_0x158d01){const _0x272833=a4_0x3627c2,_0x5df57e={'KWhzd':function(_0x54603d,_0x485853){return _0x54603d(_0x485853);}};return _0x5df57e[_0x272833(0x1e4)](fetchPlatformDetails,_0x158d01);}[a4_0x3627c2(0x1eb)]=_0x3eb5c2=>{const _0x1277ff=a4_0x3627c2,_0x4c016e={};_0x4c016e[_0x1277ff(0x13d)]='_beforeEach',_0x4c016e[_0x1277ff(0x18e)]=_0x1277ff(0x1f0);const _0x256ec2=_0x4c016e;if(!_0x3eb5c2||!_0x3eb5c2[_0x1277ff(0x184)])return;[_0x256ec2[_0x1277ff(0x13d)],_0x256ec2[_0x1277ff(0x18e)]][_0x1277ff(0x154)](_0x5b9ac0=>{const _0x5d74b7=_0x1277ff,_0x3b0522=_0x3eb5c2[_0x5d74b7(0x184)][_0x5b9ac0];_0x3b0522['forEach'](_0x48db64=>{const _0x1bf383=_0x5d74b7;_0x48db64[_0x1bf383(0x150)]&&(_0x48db64[_0x1bf383(0x150)]=null);});});};['mapTestHooks'](_0x4eb61e){const _0xce9856=a4_0x3627c2,_0x4c2cbf={'SkkOJ':_0xce9856(0x121),'bmYYi':function(_0x3c0752){return _0x3c0752();},'OojLL':function(_0x4a0307,_0x6c0aff){return _0x4a0307===_0x6c0aff;},'BkdcQ':_0xce9856(0x1f0),'rhNzV':function(_0x4a3896){return _0x4a3896();},'oGtJa':_0xce9856(0x183),'NrbIy':_0xce9856(0x192),'KMsqE':_0xce9856(0x164)};if(!_0x4eb61e||!_0x4eb61e[_0xce9856(0x184)])return;[_0x4c2cbf[_0xce9856(0x124)],_0x4c2cbf[_0xce9856(0x177)],_0x4c2cbf['KMsqE'],_0x4c2cbf[_0xce9856(0x1b8)]][_0xce9856(0x154)](_0xb7d309=>{const _0x1221ce=_0xce9856,_0x5e1944=_0x4eb61e[_0x1221ce(0x184)][_0xb7d309]||[];_0x5e1944[_0x1221ce(0x154)](_0x2adb3a=>{const _0x2674af=_0x1221ce;if(_0x2adb3a[_0x2674af(0x12b)][_0x2674af(0x13b)](_0x4c2cbf[_0x2674af(0x1a2)]))return;if(!_0x2adb3a[_0x2674af(0x150)])_0x2adb3a[_0x2674af(0x150)]=_0x4c2cbf[_0x2674af(0x182)](uuidv4);else _0x2adb3a[_0x2674af(0x17c)]&&_0x4c2cbf[_0x2674af(0x1d8)](_0xb7d309,_0x4c2cbf[_0x2674af(0x1b8)])&&(_0x2adb3a['hookAnalyticsId']=_0x4c2cbf['rhNzV'](uuidv4),delete _0x2adb3a[_0x2674af(0x17c)]);});}),this[_0xce9856(0x199)](_0x4eb61e[_0xce9856(0x184)]);}[a4_0x3627c2(0x19d)](_0x49b939){const _0x2a1f03=a4_0x3627c2,_0xe1a433={};_0xe1a433[_0x2a1f03(0x19f)]=_0x2a1f03(0x183),_0xe1a433[_0x2a1f03(0x185)]=_0x2a1f03(0x192),_0xe1a433['GGkbv']='_beforeEach',_0xe1a433[_0x2a1f03(0x15b)]='_afterEach';const _0x1488ce=_0xe1a433;if(!_0x49b939||!_0x49b939[_0x2a1f03(0x184)])return[];const _0x5bd141=[];return[_0x1488ce[_0x2a1f03(0x19f)],_0x1488ce[_0x2a1f03(0x185)],_0x1488ce[_0x2a1f03(0x17f)],_0x1488ce['HJvLn']][_0x2a1f03(0x154)](_0x441589=>{const _0x3453ee=_0x2a1f03,_0x1a44fa=_0x49b939[_0x3453ee(0x184)][_0x441589]||[];_0x1a44fa[_0x3453ee(0x154)](_0x49b96d=>{const _0x30ddff=_0x3453ee;_0x49b96d['hookAnalyticsId']&&_0x5bd141[_0x30ddff(0x1d2)](_0x49b96d['hookAnalyticsId']);});}),[][_0x2a1f03(0x172)](_0x5bd141,this['getHooksForTest'](_0x49b939[_0x2a1f03(0x184)]));}['getHookType'](_0x263b15){const _0x3ac1d7=a4_0x3627c2,_0x45c523=/^"(?<hook>.*)" hook:.*$/,_0x5a8a54=_0x263b15[_0x3ac1d7(0x12b)],_0x48c014=_0x5a8a54[_0x3ac1d7(0x11c)](_0x45c523);if(_0x48c014&&_0x48c014[_0x3ac1d7(0x1a7)])return _0x48c014[_0x3ac1d7(0x1a7)][_0x3ac1d7(0x12f)]['toUpperCase']()[_0x3ac1d7(0x141)]('\x20','_');return null;}[a4_0x3627c2(0x1e9)](_0x56c6db){const _0x1b13c3=a4_0x3627c2,_0x2eeb0f={};_0x2eeb0f[_0x1b13c3(0x1a9)]=function(_0x4104c7,_0x1b87d5){return _0x4104c7===_0x1b87d5;},_0x2eeb0f[_0x1b13c3(0x1e8)]=function(_0xe5ebeb,_0xac3d93){return _0xe5ebeb===_0xac3d93;},_0x2eeb0f['RgSGB']=_0x1b13c3(0x197);const _0x6e9346=_0x2eeb0f,_0x52890b=path[_0x1b13c3(0x213)];if(_0x6e9346[_0x1b13c3(0x1a9)](_0x56c6db,null)||_0x6e9346['DZHvd'](_0x56c6db,'')||_0x6e9346[_0x1b13c3(0x1e8)](_0x56c6db,_0x52890b)||_0x6e9346[_0x1b13c3(0x1e8)](_0x56c6db,path[_0x1b13c3(0x1b2)](_0x56c6db)))return null;try{return fs['statSync'](path[_0x1b13c3(0x166)](_0x56c6db,_0x6e9346[_0x1b13c3(0x169)])),_0x56c6db;}catch(_0x101516){const _0x1d86ff=path[_0x1b13c3(0x1b2)](_0x56c6db);return this[_0x1b13c3(0x1e9)](_0x1d86ff);}}['getRootParentFile'](_0x275650){const _0x113787=a4_0x3627c2,_0x56dcdd={};_0x56dcdd[_0x113787(0x1aa)]=function(_0x5b95f8,_0x562b1f){return _0x5b95f8>_0x562b1f;};const _0x30d621=_0x56dcdd;if(_0x275650[_0x113787(0x206)])return _0x275650[_0x113787(0x206)];if(_0x275650[_0x113787(0x1c0)]){const _0x4c7743=_0x275650['ctx'][_0x113787(0x1e2)]?this[_0x113787(0x127)](_0x275650[_0x113787(0x1c0)][_0x113787(0x1e2)]):null;if(_0x4c7743)return _0x4c7743;}if(_0x275650[_0x113787(0x184)]){const _0x1d9c42=this['getRootParentFile'](_0x275650[_0x113787(0x184)])||(_0x275650[_0x113787(0x184)][_0x113787(0x1c0)]&&_0x275650[_0x113787(0x184)][_0x113787(0x1c0)]['currentTest']?this[_0x113787(0x127)](_0x275650[_0x113787(0x184)][_0x113787(0x1c0)][_0x113787(0x1e2)]):null);if(_0x1d9c42)return _0x1d9c42;_0x275650[_0x113787(0x184)][_0x113787(0x1cc)]&&_0x30d621['OiNRX'](_0x275650[_0x113787(0x184)][_0x113787(0x1cc)][_0x113787(0x148)],0x0)&&_0x275650[_0x113787(0x184)][_0x113787(0x1cc)][_0x113787(0x154)](_0xfe2057=>{const _0x47a5ae=_0x113787,_0x557372=_0xfe2057[_0x47a5ae(0x1c0)]?this['getRootParentFile'](_0xfe2057[_0x47a5ae(0x1c0)]):null;if(_0x557372)return _0x557372;});}return null;}[a4_0x3627c2(0x1ad)](_0x4f679d){const _0x5492ba=a4_0x3627c2,_0x1c1825={};_0x1c1825['IWqQw']=function(_0x1359c1,_0x2bced2){return _0x1359c1!==_0x2bced2;};const _0x3b4b71=_0x1c1825,_0x2362ef=[];if(_0x4f679d&&_0x4f679d[_0x5492ba(0x184)]){let _0x37491f=_0x4f679d['parent'];while(_0x37491f&&_0x3b4b71['IWqQw'](_0x37491f[_0x5492ba(0x12b)],'')){_0x2362ef[_0x5492ba(0x1d2)](_0x37491f[_0x5492ba(0x12b)]),_0x37491f=_0x37491f['parent'];}}return _0x2362ef;}[a4_0x3627c2(0x159)](_0x441361,_0x2029aa,_0x4123d8=undefined){const _0x4fe9ca=a4_0x3627c2,_0x34022c={'IVmhg':function(_0x1dab9f,_0x5bc7bd){return _0x1dab9f(_0x5bc7bd);},'Lioql':function(_0x364791){return _0x364791();},'LfnLb':function(_0x1c8453){return _0x1c8453();},'noQbI':'err','wlRlC':function(_0x287ca8,_0x55c47b){return _0x287ca8!==_0x55c47b;},'ykQbu':_0x4fe9ca(0x11b),'nZour':_0x4fe9ca(0x1c8),'SYwIu':_0x4fe9ca(0x18a),'eGMuw':_0x4fe9ca(0x1d7),'WzGry':_0x4fe9ca(0x195),'EtAqv':_0x4fe9ca(0x1c6),'IumZn':function(_0x76bb9c,_0x503245){return _0x76bb9c-_0x503245;},'mzbWm':function(_0x319607,_0x16ab32,_0x29b14b,_0x25eeda,_0x354a36){return _0x319607(_0x16ab32,_0x29b14b,_0x25eeda,_0x354a36);},'hlBNn':_0x4fe9ca(0x20e),'HGGQO':_0x4fe9ca(0x208),'HIkbs':_0x4fe9ca(0x146),'BQzJU':_0x4fe9ca(0x138),'ExNwf':'backtrace','PMIDV':_0x4fe9ca(0x1d6),'NdFyP':_0x4fe9ca(0x11e),'CRdZZ':function(_0xd9a098,_0x1562d2){return _0xd9a098===_0x1562d2;},'RiSYQ':_0x4fe9ca(0x207),'ZuSIi':_0x4fe9ca(0x198)};if(!this[_0x4fe9ca(0x13c)])return;try{if(_0x2029aa['fn']&&_0x2029aa['fn'][_0x4fe9ca(0x1fa)]()['match'](/browserstack internal helper hook/))return;const _0x2a84ef=_0x34022c[_0x4fe9ca(0x122)](parseEvent,_0x441361);if(!_0x2a84ef)return;if(_0x2a84ef[_0x4fe9ca(0x1c9)]){this[_0x4fe9ca(0x1e2)]=_0x2029aa,this[_0x4fe9ca(0x16e)]=null;if(_0x2a84ef[_0x4fe9ca(0x17e)]||_0x2a84ef[_0x4fe9ca(0x195)]){_0x2029aa['startedAt']=new Date(),_0x2029aa['markedStatus']=![];if(!_0x2029aa[_0x4fe9ca(0x1fe)])_0x2029aa[_0x4fe9ca(0x1fe)]=_0x34022c['Lioql'](uuidv4);else _0x2029aa[_0x4fe9ca(0x17c)]&&(!_0x2029aa[_0x4fe9ca(0x1af)]&&(_0x2029aa[_0x4fe9ca(0x1af)]=_0x2029aa['testAnalyticsId']),_0x2029aa[_0x4fe9ca(0x1fe)]=_0x34022c[_0x4fe9ca(0x1ca)](uuidv4));}}else{if(_0x2a84ef[_0x4fe9ca(0x12f)]){this[_0x4fe9ca(0x16e)]=_0x2029aa;if(_0x2a84ef[_0x4fe9ca(0x17e)]){_0x2029aa['startedAt']=new Date(),_0x2029aa[_0x4fe9ca(0x17c)]=![];if(!_0x2029aa[_0x4fe9ca(0x150)])_0x2029aa['hookAnalyticsId']=_0x34022c[_0x4fe9ca(0x1ca)](uuidv4);else _0x2029aa[_0x4fe9ca(0x150)]&&_0x2029aa[_0x4fe9ca(0x17c)]&&(_0x2029aa[_0x4fe9ca(0x150)]=_0x34022c[_0x4fe9ca(0x1d1)](uuidv4));}}}if(_0x2a84ef[_0x4fe9ca(0x1cf)]&&_0x2029aa['markedStatus'])return;let _0x4de6a0;try{_0x4de6a0=this[_0x4fe9ca(0x127)](_0x2029aa);}catch(_0x19417e){logger['debug'](_0x4fe9ca(0x135)+_0x19417e),_0x4de6a0=null;}let _0x118728=[];_0x4123d8&&(_0x118728=[_0x4123d8,_0x34022c[_0x4fe9ca(0x1e3)]]);const _0x11f58b=_0x34022c[_0x4fe9ca(0x1ff)](_0x2029aa[_0x4fe9ca(0x186)],undefined)?util['inspect'](_0x2029aa['errorsDetailed'][0x0]):_0x34022c[_0x4fe9ca(0x1ff)](_0x4123d8,undefined)?_0x4123d8['toString']():undefined,_0x5c3a6e=_0x4de6a0?this[_0x4fe9ca(0x1e9)](_0x4de6a0):null,_0x18320f=_0x4de6a0?this[_0x4fe9ca(0x12e)][_0x4fe9ca(0x1da)](this[_0x4fe9ca(0x127)](_0x2029aa)):_0x34022c[_0x4fe9ca(0x1f4)];let _0x32d783=_0x34022c[_0x4fe9ca(0x15d)];const _0x2d88af=!_0x2a84ef[_0x4fe9ca(0x17e)]?new Date()[_0x4fe9ca(0x170)]():null;if(_0x2a84ef[_0x4fe9ca(0x1cf)])_0x32d783=_0x4123d8?_0x34022c[_0x4fe9ca(0x15e)]:_0x34022c[_0x4fe9ca(0x1b4)],_0x2029aa[_0x4fe9ca(0x17c)]=!![];else _0x2a84ef[_0x4fe9ca(0x195)]&&(_0x32d783=_0x34022c[_0x4fe9ca(0x16a)],_0x2029aa[_0x4fe9ca(0x17c)]=!![]);const _0xec54cc={'framework':this['frameworkName'],'uuid':_0x2029aa[_0x4fe9ca(0x1fe)]||_0x2029aa[_0x4fe9ca(0x150)],'name':_0x2029aa[_0x4fe9ca(0x12b)],'body':{'lang':_0x34022c[_0x4fe9ca(0x1f2)],'code':_0x2029aa['body'][_0x4fe9ca(0x1fa)]()},'type':_0x2029aa[_0x4fe9ca(0x14f)],'scope':_0x2029aa['fullTitle'](),'scopes':this[_0x4fe9ca(0x1ad)](_0x2029aa),'file_name':_0x18320f,'vc_filepath':_0x5c3a6e?path[_0x4fe9ca(0x15f)](_0x5c3a6e,_0x4de6a0):null,'location':_0x18320f,'result':_0x32d783,'failure_reason':_0x11f58b,'duration_in_ms':_0x2029aa[_0x4fe9ca(0x174)]||(_0x2a84ef['finished']||_0x2a84ef[_0x4fe9ca(0x195)])?_0x34022c[_0x4fe9ca(0x1ac)](Date[_0x4fe9ca(0x14e)](),new Date(_0x2029aa[_0x4fe9ca(0x1cb)])[_0x4fe9ca(0x16c)]()):null,'started_at':new Date(_0x2029aa[_0x4fe9ca(0x1cb)])[_0x4fe9ca(0x170)](),'finished_at':_0x2d88af,'failure':testOpsHelper['failureData'][_0x4fe9ca(0x1dc)](null,_0x118728),'failure_type':!_0x11f58b?null:testOpsHelper[_0x4fe9ca(0x188)](_0x11f58b),'retry_of':_0x2029aa[_0x4fe9ca(0x1af)]||null,'tags':_0x2029aa[_0x4fe9ca(0x1e6)]||[],'customRerunParam':{'rerun_name':_0x2029aa[_0x4fe9ca(0x1d9)]()}};_0x34022c[_0x4fe9ca(0x17b)](appendTesthubParams,_0xec54cc,_0x441361,_0x2029aa,FRAMEWORKS[_0x4fe9ca(0x1e0)]);if(_0x2a84ef[_0x4fe9ca(0x12f)])[_0xec54cc[_0x4fe9ca(0x120)],_0xec54cc[_0x4fe9ca(0x157)]]=[this[_0x4fe9ca(0x15a)](_0x2029aa),_0x2029aa[_0x4fe9ca(0x1c0)]['test'][_0x4fe9ca(0x12b)]],_0x2a84ef[_0x4fe9ca(0x1cf)]?_0x34022c[_0x4fe9ca(0x1ff)](_0xec54cc[_0x4fe9ca(0x158)],_0x34022c[_0x4fe9ca(0x15e)])&&(_0xec54cc[_0x4fe9ca(0x158)]=_0x34022c[_0x4fe9ca(0x1b4)]):_0xec54cc[_0x4fe9ca(0x11f)]={};else _0x2a84ef[_0x4fe9ca(0x1c9)]&&(this[_0x4fe9ca(0x199)](_0x2029aa),_0x2a84ef['skipped']&&this['resetSkipTestHooks'](_0x2029aa),(_0x2a84ef[_0x4fe9ca(0x1cf)]||_0x2a84ef[_0x4fe9ca(0x195)])&&(_0xec54cc[_0x4fe9ca(0x1fc)]=this[_0x4fe9ca(0x19d)](_0x2029aa)));this['driver']&&(_0x2a84ef[_0x4fe9ca(0x17e)]||_0x2a84ef['skipped'])&&(_0xec54cc[_0x34022c[_0x4fe9ca(0x161)]]=this['getCBTInfo'](this[_0x4fe9ca(0x134)]));_0x2a84ef[_0x4fe9ca(0x1c9)]&&_0x2a84ef[_0x4fe9ca(0x1cf)]&&_0x2029aa[_0x4fe9ca(0x1a5)]&&(_0xec54cc[_0x34022c[_0x4fe9ca(0x13e)]]={'feature':{'name':_0x2029aa[_0x4fe9ca(0x184)][_0x4fe9ca(0x12a)][_0x4fe9ca(0x157)],'path':_0xec54cc[_0x4fe9ca(0x190)],'description':_0x2029aa['parent']['comment']},'scenario':{'name':_0x2029aa[_0x4fe9ca(0x12b)]},'steps':_0x2029aa[_0x4fe9ca(0x1a5)]});const _0x379172=_0xec54cc[_0x34022c['HIkbs']][0x0];_0x379172&&(_0xec54cc[_0x34022c[_0x4fe9ca(0x1bb)]]=_0x379172[_0x34022c[_0x4fe9ca(0x142)]],_0xec54cc[_0x34022c[_0x4fe9ca(0x205)]]=_0x379172[_0x34022c['NdFyP']]);if(_0x2029aa[_0x4fe9ca(0x1a5)])for(const _0x196aaf of _0x2029aa['bddSteps']){!_0x196aaf[_0x4fe9ca(0x1d4)]&&(_0x196aaf[_0x4fe9ca(0x1d4)]=new Date()[_0x4fe9ca(0x170)](),_0x34022c['CRdZZ'](_0x196aaf['result'],_0x34022c[_0x4fe9ca(0x15d)])&&(_0x379172?(_0x196aaf[_0x4fe9ca(0x158)]=_0x34022c['SYwIu'],_0x196aaf[_0x4fe9ca(0x146)]=_0x379172[_0x34022c[_0x4fe9ca(0x142)]][0x0]):_0x196aaf['result']=_0x34022c[_0x4fe9ca(0x1b4)]));}const _0x3fd84c={};_0x3fd84c[_0x4fe9ca(0x20c)]=_0x2a84ef['skipped']?TEST_EVENTS[_0x4fe9ca(0x196)]:_0x441361;const _0x163436=_0x3fd84c;return _0x2a84ef[_0x4fe9ca(0x12f)]?_0x163436[_0x34022c[_0x4fe9ca(0x19e)]]=_0xec54cc:_0x163436[_0x34022c[_0x4fe9ca(0x160)]]=_0xec54cc,_0x163436;}catch(_0x58ef4d){logger[_0x4fe9ca(0x1bf)](_0x4fe9ca(0x123)+_0x441361+'\x20with\x20error\x20:\x20'+_0x58ef4d);}}async[a4_0x3627c2(0x212)](_0x46a42a,_0x42d72b){const _0x3ccf6d=a4_0x3627c2;if(!this[_0x3ccf6d(0x13c)]||!_0x42d72b||!_0x46a42a)return![];try{return await SessionHandler[_0x3ccf6d(0x155)](_0x42d72b);}catch(_0x3f44ae){logger['debug'](_0x3ccf6d(0x162)+_0x46a42a+_0x3ccf6d(0x214)+_0x3f44ae);}}[a4_0x3627c2(0x136)](_0x2620e5){const _0x26cce3=a4_0x3627c2,_0x4558e5={};_0x4558e5[_0x26cce3(0x1a3)]=_0x26cce3(0x1c8);const _0x432c29=_0x4558e5;return{'id':_0x2620e5['stepAnalyticsId'],'text':_0x2620e5[_0x26cce3(0x193)],'keyword':_0x2620e5[_0x26cce3(0x145)],'started_at':_0x2620e5[_0x26cce3(0x1cb)][_0x26cce3(0x170)](),'result':_0x432c29[_0x26cce3(0x1a3)]};}['bddStepStart'](_0x2e7905){const _0x30a74d=a4_0x3627c2,_0x44705e={'juNkg':function(_0x3353cd){return _0x3353cd();}};!this[_0x30a74d(0x1e2)]['bddSteps']&&(this[_0x30a74d(0x1e2)][_0x30a74d(0x1a5)]=[]),!_0x2e7905['stepAnalyticsId']&&(_0x2e7905[_0x30a74d(0x1b9)]=_0x44705e[_0x30a74d(0x1bd)](uuidv4),_0x2e7905[_0x30a74d(0x1cb)]=new Date(),this[_0x30a74d(0x1e2)]['bddSteps'][_0x30a74d(0x1d2)](this[_0x30a74d(0x136)](_0x2e7905)));}['bddStepFinish'](_0x13657d){const _0x1a4e30=a4_0x3627c2,_0x4e45b7={'LFgzN':function(_0x38d09e,_0x5dda2a){return _0x38d09e(_0x5dda2a);},'GKYPc':_0x1a4e30(0x14b),'gzxiN':_0x1a4e30(0x1c8),'gEnXA':_0x1a4e30(0x1d7),'QdGgd':function(_0x15afdc,_0x71902a){return _0x15afdc-_0x71902a;}};let _0xc4568c=this[_0x1a4e30(0x1e2)][_0x1a4e30(0x1a5)][_0x1a4e30(0x1f5)](_0x13aadf=>_0x13aadf['id']===_0x13657d[_0x1a4e30(0x1b9)]);_0x4e45b7['LFgzN'](isUndefined,_0xc4568c)&&(_0xc4568c=this[_0x1a4e30(0x136)](_0x13657d)),_0xc4568c[_0x1a4e30(0x158)]=[_0x4e45b7['GKYPc'],_0x4e45b7[_0x1a4e30(0x13f)]]['includes'](_0x13657d[_0x1a4e30(0x128)])?_0x4e45b7[_0x1a4e30(0x1ab)]:_0x13657d[_0x1a4e30(0x128)],_0xc4568c[_0x1a4e30(0x1d4)]=new Date()[_0x1a4e30(0x170)](),_0xc4568c[_0x1a4e30(0x174)]=_0x4e45b7[_0x1a4e30(0x189)](Date[_0x1a4e30(0x14e)](),_0x13657d[_0x1a4e30(0x1cb)][_0x1a4e30(0x16c)]()),_0xc4568c[_0x1a4e30(0x146)]=_0x13657d[_0x1a4e30(0x12c)]?_0x13657d[_0x1a4e30(0x12c)]['message']:null;}}const a4_0x1ffafc={};a4_0x1ffafc[a4_0x3627c2(0x163)]=O11yHelper,a4_0x1ffafc[a4_0x3627c2(0x1a6)]=STATE_PASSED,a4_0x1ffafc[a4_0x3627c2(0x1a1)]=STATE_FAILED,a4_0x1ffafc[a4_0x3627c2(0x152)]=TEST_EVENTS,module[a4_0x3627c2(0x20a)]=a4_0x1ffafc;
|