browserstack-node-sdk 1.49.8 → 1.49.10
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 +5 -2
- package/src/ai-sdk-node/bundle.js +1 -1
- package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
- package/src/bin/codeceptjs/command.js +1 -1
- package/src/bin/codeceptjs/helper.js +1 -1
- package/src/bin/codeceptjs/o11yHelper.js +1 -1
- package/src/bin/cucumber-js/command.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
- package/src/bin/cucumber-js/test-observability.js +1 -1
- package/src/bin/cucumber-js/test.setup.js +1 -1
- package/src/bin/cucumber-js/test_old.setup.js +1 -1
- package/src/bin/cucumber-js/timeout.setup.js +1 -1
- package/src/bin/integrations/command.js +1 -1
- package/src/bin/integrations/constants.js +1 -1
- package/src/bin/jest/command.js +1 -1
- package/src/bin/jest/customImplements/customCircus.js +1 -1
- package/src/bin/jest/customImplements/customEnvironment.js +1 -1
- package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
- package/src/bin/jest/customImplements/customSequencer.js +1 -1
- package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
- package/src/bin/jest/jest.setup.js +1 -1
- package/src/bin/jest/test-observability/data-hooks.js +1 -1
- package/src/bin/jest/test-observability/helper.js +1 -1
- package/src/bin/jest/test-observability/obsReporter.js +1 -1
- package/src/bin/jest/test-observability/test-details.js +1 -1
- package/src/bin/jest/test.setup.js +1 -1
- package/src/bin/jest/test_before.setup.js +1 -1
- package/src/bin/launcher/launcher.js +1 -1
- package/src/bin/load/index.js +1 -1
- package/src/bin/load/loadUtils.js +1 -1
- package/src/bin/mocha/accessibility-automation/helper.js +1 -1
- package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
- package/src/bin/mocha/command.js +1 -1
- package/src/bin/mocha/test-observability/builderPatch.js +1 -1
- package/src/bin/mocha/test-observability/data-hooks.js +1 -1
- package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
- package/src/bin/mocha/test.setup.js +1 -1
- package/src/bin/nightwatch/command.js +1 -1
- package/src/bin/playwright/accessibility-helper.js +1 -1
- package/src/bin/playwright/command.js +1 -1
- package/src/bin/playwright/globalSetup.js +1 -1
- package/src/bin/playwright/mock-process.js +1 -1
- package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
- package/src/bin/playwright/patches.js +1 -1
- package/src/bin/playwright/reporter/pwUtils.js +1 -1
- package/src/bin/playwright/reporter/reporter.js +1 -1
- package/src/bin/playwright/reporter/test-details.js +1 -1
- package/src/bin/playwright/sessionDetails.js +1 -1
- package/src/bin/runner.js +1 -1
- package/src/bin/setup.js +1 -1
- package/src/bin/test-runner/index.js +1 -1
- package/src/bin/test-runner/runTest.js +1 -1
- package/src/bin/test-runner/testWorker.js +1 -1
- package/src/bin/utils/apiUtilityMethods.js +1 -1
- package/src/bin/utils/clientTroubleshootingService.js +1 -1
- package/src/bin/utils/constants.js +1 -1
- package/src/bin/utils/log4jsAppender.js +1 -1
- package/src/bin/utils/logPatcher.js +1 -1
- package/src/bin/utils/logReportingAPI.js +1 -1
- package/src/bin/utils/playwright-patcher.js +1 -1
- package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
- package/src/bin/utils/sharedUtils.js +1 -1
- package/src/bin/v2/TestInfo.js +1 -1
- package/src/bin/v2/browserstackCLI.js +1 -1
- package/src/bin/v2/cliUtils.js +1 -1
- package/src/bin/v2/customTagManager.js +1 -1
- package/src/bin/v2/eventDispatcher.js +1 -1
- package/src/bin/v2/framework/automationFramework.js +1 -1
- package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
- package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
- package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
- package/src/bin/v2/framework/jestTestFramework.js +1 -1
- package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
- package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
- package/src/bin/v2/framework/testFramework.js +1 -1
- package/src/bin/v2/grpcClient.js +1 -1
- package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
- package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
- package/src/bin/v2/instances/trackedContext.js +1 -1
- package/src/bin/v2/instances/trackedInstance.js +1 -1
- package/src/bin/v2/modules/accessibilityModule.js +1 -1
- package/src/bin/v2/modules/baseModule.js +1 -1
- package/src/bin/v2/modules/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/testhubModule.js +1 -1
- package/src/bin/v2/state/automationFrameworkState.js +1 -1
- package/src/bin/v2/state/hookState.js +1 -1
- package/src/bin/v2/state/testFrameworkState.js +1 -1
- package/src/bin/v2/uploadAttachmentsManager.js +1 -1
- package/src/bin/v2/utils/cucumber-utils.js +1 -1
- package/src/bin/v2/utils/jest-utils.js +1 -1
- package/src/bin/vanilla-js/command.js +1 -1
- package/src/browserStackSdk.js +1 -1
- package/src/helpers/BrowserStackSetup.js +1 -1
- package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
- package/src/helpers/accessibility-automation/constants.js +1 -1
- package/src/helpers/accessibility-automation/helper.js +1 -1
- package/src/helpers/accessibility-automation/scripts.js +1 -1
- package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
- package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
- package/src/helpers/ats/constants.js +1 -1
- package/src/helpers/ats/helper.js +1 -1
- package/src/helpers/capsMapping.js +1 -1
- package/src/helpers/central-scanner/constants.js +1 -1
- package/src/helpers/central-scanner/helpers.js +1 -1
- package/src/helpers/classLogger.js +1 -1
- package/src/helpers/globals.js +1 -1
- package/src/helpers/helper.js +1 -1
- package/src/helpers/logger.js +1 -1
- package/src/helpers/metadata.js +1 -1
- package/src/helpers/patchHelper.js +1 -1
- package/src/helpers/patchHelpers.js +1 -1
- package/src/helpers/percy/Percy.js +1 -1
- package/src/helpers/percy/PercyBinary.js +1 -1
- package/src/helpers/percy/PercyCaptureMap.js +1 -1
- package/src/helpers/percy/PercyCaptureModes.js +1 -1
- package/src/helpers/percy/PercySDK.js +1 -1
- package/src/helpers/percy/index.js +1 -1
- package/src/helpers/percy/utils.js +1 -1
- package/src/helpers/performance/constants.js +1 -1
- package/src/helpers/performance/performance-tester.js +1 -1
- package/src/helpers/playwright-helper.js +1 -1
- package/src/helpers/processHelper.js +1 -1
- package/src/helpers/request-spy.js +1 -1
- package/src/helpers/setKeepAlive.js +1 -1
- package/src/helpers/test-observability/constants.js +1 -1
- package/src/helpers/test-observability/error-handler.js +1 -1
- package/src/helpers/test-observability/requestQueueHandler.js +1 -1
- package/src/helpers/test-observability/sessionHandler.js +1 -1
- package/src/helpers/test-observability/utils.js +1 -1
- package/src/helpers/test-orchestration/constants.js +1 -1
- package/src/helpers/test-orchestration/failfastManager.js +1 -1
- package/src/helpers/test-orchestration/fileHelper.js +1 -1
- package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
- package/src/helpers/test-orchestration/requestUtils.js +1 -1
- package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
- package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
- package/src/helpers/testhub/constants.js +1 -1
- package/src/helpers/testhub/testhubHandler.js +1 -1
- package/src/helpers/testhub/utils.js +1 -1
- package/src/helpers/timeoutPromise.js +1 -1
- package/src/helpers/utilities.js +1 -1
- package/src/helpers/w3cMapping.js +1 -1
- package/src/hubAllocationMethods.js +1 -1
- package/src/index.js +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
function a1_0x34c1(_0x8f25c4,_0x4077e9){const _0x12207b=a1_0x1220();return a1_0x34c1=function(_0x34c14d,_0x49b042){_0x34c14d=_0x34c14d-0x1c2;let _0x4c79ce=_0x12207b[_0x34c14d];return _0x4c79ce;},a1_0x34c1(_0x8f25c4,_0x4077e9);}const a1_0x29b381=a1_0x34c1;(function(_0x3de028,_0x4aa0f4){const _0x31cf7=a1_0x34c1,_0x42d224=_0x3de028();while(!![]){try{const _0xfd9d1c=parseInt(_0x31cf7(0x28d))/0x1*(parseInt(_0x31cf7(0x2cb))/0x2)+-parseInt(_0x31cf7(0x29e))/0x3+-parseInt(_0x31cf7(0x273))/0x4*(parseInt(_0x31cf7(0x2bd))/0x5)+parseInt(_0x31cf7(0x284))/0x6*(-parseInt(_0x31cf7(0x275))/0x7)+-parseInt(_0x31cf7(0x1ef))/0x8*(-parseInt(_0x31cf7(0x220))/0x9)+parseInt(_0x31cf7(0x26b))/0xa+parseInt(_0x31cf7(0x1ea))/0xb*(parseInt(_0x31cf7(0x207))/0xc);if(_0xfd9d1c===_0x4aa0f4)break;else _0x42d224['push'](_0x42d224['shift']());}catch(_0x98d5c0){_0x42d224['push'](_0x42d224['shift']());}}}(a1_0x1220,0x3441b));const fs=require('fs'),util=require(a1_0x29b381(0x2b6)),{requireModule,markSessionStatus,isUndefined,isTrue,isBrowserstackInfra}=require(a1_0x29b381(0x290)),logger=require(a1_0x29b381(0x2c4))['winstonLogger'],testOpsHelper=require(a1_0x29b381(0x20f)),requestSpy=require(a1_0x29b381(0x1d4)),PlaywrightSessionDetails=require('../../bin/playwright/sessionDetails'),{O11yHelper,TEST_EVENTS,STATE_PASSED,STATE_FAILED}=require(a1_0x29b381(0x295)),{shouldScanTestForAccessibility,isAccessibilityAutomationSession}=require(a1_0x29b381(0x27c)),AccessibilityHelper=require(a1_0x29b381(0x1ee)),scripts=require(a1_0x29b381(0x226)),PerformanceTester=require('../../helpers/performance/performance-tester'),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceHookEvents}=require(a1_0x29b381(0x1e5)),{processWebDriverConfig,shouldPatchExecuteScript}=require('./helper.js'),testHubConstants=require('../../helpers/testhub/constants.js'),globals=require(a1_0x29b381(0x28b)),CodeceptJS=requireModule(a1_0x29b381(0x1f0),a1_0x29b381(0x1e1)),CodeceptUtils=requireModule('codeceptjs/lib/utils.js','codeceptjs'),CodeceptWebDriver=requireModule('codeceptjs/lib/helper/WebDriver.js',a1_0x29b381(0x1e1)),CodeceptRecorder=requireModule(a1_0x29b381(0x255),a1_0x29b381(0x1e1)),CodeceptPlaywright=requireModule(a1_0x29b381(0x293),a1_0x29b381(0x1e1)),playwrightMarkSessionStatus=(_0x108c63,_0x16e7ad,_0x1e9adb)=>{const _0x415533=a1_0x29b381,_0x282f8c={'WGzvR':_0x415533(0x2a9),'WMMhC':function(_0xa3ec76,_0x44f651){return _0xa3ec76(_0x44f651);}},_0x3823af={};_0x3823af[_0x415533(0x260)]=_0x16e7ad;const _0x426633={};_0x426633[_0x415533(0x1dd)]=_0x282f8c['WGzvR'],_0x426633['arguments']=_0x3823af;const _0x350b80=_0x426633;return!_0x282f8c['WMMhC'](isUndefined,_0x1e9adb)&&(_0x350b80[_0x415533(0x2ac)][_0x415533(0x1c7)]=JSON[_0x415533(0x1ed)](_0x1e9adb)),_0x108c63[_0x415533(0x269)](()=>{},_0x415533(0x246)+JSON[_0x415533(0x1ed)](_0x350b80));},o11ySync=PerformanceTester[a1_0x29b381(0x28e)](PerformanceO11yEvents[a1_0x29b381(0x1c5)],async _0x334daa=>{const _0x338dac=a1_0x29b381,_0x4b45aa={};_0x4b45aa['gHRuI']=function(_0x338567,_0x123c71){return _0x338567===_0x123c71;},_0x4b45aa[_0x338dac(0x222)]=_0x338dac(0x266);const _0xe155fe=_0x4b45aa;_0xe155fe[_0x338dac(0x262)](_0x334daa[_0x338dac(0x25d)][_0x338dac(0x1dc)],_0xe155fe[_0x338dac(0x222)])?await _0x334daa[_0x338dac(0x269)](_0x1e0874=>{},testOpsHelper[_0x338dac(0x249)]()):await _0x334daa[_0x338dac(0x269)](testOpsHelper[_0x338dac(0x249)]());}),markSessionName=PerformanceTester[a1_0x29b381(0x28e)](PerformanceAutEvents['SESSION_NAME'],async(_0xea8f38,_0x51714d)=>{const _0x32c9c9=a1_0x29b381,_0x196bde={};_0x196bde['EpxNo']=_0x32c9c9(0x223),_0x196bde['gqtjt']=function(_0x5015c6,_0x356223){return _0x5015c6===_0x356223;},_0x196bde[_0x32c9c9(0x2b7)]='Playwright';const _0x46a8fb=_0x196bde,_0x57cbb5={};_0x57cbb5[_0x32c9c9(0x1dc)]=_0x51714d;const _0x3a6691={};_0x3a6691[_0x32c9c9(0x1dd)]=_0x46a8fb[_0x32c9c9(0x20a)],_0x3a6691[_0x32c9c9(0x2ac)]=_0x57cbb5;const _0xaa2791=_0x3a6691;_0x46a8fb[_0x32c9c9(0x1f3)](_0xea8f38[_0x32c9c9(0x25d)][_0x32c9c9(0x1dc)],_0x46a8fb[_0x32c9c9(0x2b7)])?await _0xea8f38[_0x32c9c9(0x269)](()=>{},_0x32c9c9(0x246)+JSON[_0x32c9c9(0x1ed)](_0xaa2791)):await _0xea8f38[_0x32c9c9(0x269)](_0x32c9c9(0x246)+JSON[_0x32c9c9(0x1ed)](_0xaa2791));}),patchSaveScreenshot=_0x2409cb=>{const _0x6faa95=a1_0x29b381,_0x328788={'erXmb':_0x6faa95(0x289),'JPOrT':_0x6faa95(0x296),'CllAU':function(_0x4fad43){return _0x4fad43();},'TYsTQ':function(_0x3f4955,_0x111f77){return _0x3f4955(_0x111f77);},'fWIFA':_0x6faa95(0x2c3)};_0x328788['TYsTQ'](isTrue,process['env'][_0x6faa95(0x217)])&&!_0x2409cb[_0x6faa95(0x202)]&&(_0x2409cb['patchSaveScreenshot']=!![],_0x2409cb[_0x6faa95(0x2b1)]=_0x2409cb['saveScreenshot'],_0x2409cb['saveScreenshot']=(_0x47d97e,_0x46d888=![])=>{const _0x222854=_0x6faa95,_0x353df8={'fuYCu':_0x328788[_0x222854(0x251)],'HTRFF':_0x328788[_0x222854(0x2cd)],'WktCO':function(_0x2db41c){const _0x563c49=_0x222854;return _0x328788[_0x563c49(0x204)](_0x2db41c);},'TpIKW':function(_0x195c45,_0x5d0073){return _0x328788['TYsTQ'](_0x195c45,_0x5d0073);},'jLpVO':_0x328788[_0x222854(0x1c9)]};return new Promise(function(_0x2fa15a,_0x5c4f48){const _0x501f50=_0x222854;_0x2409cb['initSaveScreenshot'](_0x47d97e,_0x46d888)[_0x501f50(0x243)](()=>{const _0x1c619b=_0x501f50,_0x5b898f=CodeceptUtils[_0x1c619b(0x24a)](_0x47d97e);if(_0x5b898f){const _0x41a0e2=fs[_0x1c619b(0x279)](_0x5b898f);process[_0x1c619b(0x265)]('bs:addLog:'+process['pid'],{'timestamp':new Date()[_0x1c619b(0x2ad)](),'message':_0x41a0e2['toString'](_0x353df8[_0x1c619b(0x258)]),'kind':_0x353df8[_0x1c619b(0x23e)]}),_0x353df8[_0x1c619b(0x22c)](_0x2fa15a);}_0x353df8[_0x1c619b(0x28f)](_0x5c4f48,new Error(_0x353df8[_0x1c619b(0x2d0)]));})[_0x501f50(0x1d5)](()=>null);});});},patchWebDriverBefore=_0x32d3ef=>{const _0x5b2f4d=a1_0x29b381,_0x52c28b={'RLHra':function(_0x303e24){return _0x303e24();},'TlOzh':function(_0x5a2918,_0x2362a7){return _0x5a2918(_0x2362a7);},'fmKCO':function(_0x3d4a93,_0x29e38f){return _0x3d4a93===_0x29e38f;},'hmjBU':'webdriverio','TsCkA':function(_0x30409a,_0x40fb77){return _0x30409a===_0x40fb77;},'KamyL':_0x5b2f4d(0x2ae),'fGgBp':function(_0x40cbce,_0x27e34c){return _0x40cbce===_0x27e34c;},'sYjLR':_0x5b2f4d(0x1e8)},_0x5002ed=async function(_0x3be2a2,_0x277c55){const _0x48d85c=_0x5b2f4d;_0x52c28b[_0x48d85c(0x233)](isAccessibilityAutomationSession)&&!global['bstackAllyScanning']&&global[_0x48d85c(0x257)]&&scripts[_0x48d85c(0x24c)](_0x3be2a2[_0x48d85c(0x1dc)])&&_0x52c28b['TlOzh'](shouldPatchExecuteScript,arguments[0x2])&&(global[_0x48d85c(0x2b3)]=!![],await PerformanceTester[_0x48d85c(0x28e)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x9afb61=_0x48d85c;logger[_0x9afb61(0x2a0)](_0x9afb61(0x282)+_0x3be2a2['class']+'\x20'+_0x3be2a2[_0x9afb61(0x1dc)]),await AccessibilityHelper[_0x9afb61(0x1c8)](_0x32d3ef,scripts['performScan']);},{'command':_0x3be2a2[_0x48d85c(0x1dc)]})());global[_0x48d85c(0x2b3)]=![];const _0x16cdba=JSON['parse'](process[_0x48d85c(0x2a1)][_0x48d85c(0x263)]||'{}');if(_0x52c28b['fmKCO'](_0x16cdba?.[_0x48d85c(0x2b0)]?.[_0x48d85c(0x1dc)],_0x52c28b[_0x48d85c(0x224)])&&_0x52c28b[_0x48d85c(0x237)](typeof _0x16cdba?.['testFramework']?.[_0x48d85c(0x25a)],_0x52c28b[_0x48d85c(0x1ca)])&&_0x16cdba?.[_0x48d85c(0x2b0)]?.[_0x48d85c(0x25a)]['startsWith']('7'))return _0x277c55[_0x48d85c(0x235)](null,Array[_0x48d85c(0x1d9)]['slice'][_0x48d85c(0x2bc)](arguments,0x2));return _0x277c55[_0x48d85c(0x235)](this,Array[_0x48d85c(0x1d9)][_0x48d85c(0x1de)]['call'](arguments,0x2));},_0x451a27=CodeceptWebDriver['prototype'][_0x5b2f4d(0x1d6)];CodeceptWebDriver[_0x5b2f4d(0x1d9)][_0x5b2f4d(0x1d6)]=async function(){const _0x191dfe=_0x5b2f4d;try{await _0x451a27[_0x191dfe(0x235)](this,arguments);}catch(_0x20d6ff){logger['debug'](_0x191dfe(0x206)+util[_0x191dfe(0x20d)](_0x20d6ff));}scripts[_0x191dfe(0x21d)]['filter'](_0x1f90df=>_0x1f90df[_0x191dfe(0x1dc)]&&_0x1f90df['class'])[_0x191dfe(0x247)](_0x34013f=>{const _0x3a4bf0=_0x191dfe;this['browser'][_0x3a4bf0(0x241)](_0x34013f[_0x3a4bf0(0x1dc)],_0x5002ed[_0x3a4bf0(0x1d1)](this,_0x34013f),_0x52c28b['fGgBp'](_0x34013f[_0x3a4bf0(0x264)],_0x52c28b[_0x3a4bf0(0x1e2)]));}),_0x52c28b[_0x191dfe(0x274)](processWebDriverConfig,_0x32d3ef);};};function parseJwt(_0x5c5578){const _0x5b264a=a1_0x29b381,_0x1107e6={};_0x1107e6[_0x5b264a(0x240)]=_0x5b264a(0x289);const _0x3f47bf=_0x1107e6;if(!_0x5c5578)return null;return JSON[_0x5b264a(0x2b9)](Buffer[_0x5b264a(0x25c)](_0x5c5578[_0x5b264a(0x21a)]('.')[0x1],_0x3f47bf[_0x5b264a(0x240)])[_0x5b264a(0x2ce)]());}function a1_0x1220(){const _0x276372=['901140yZklYr','VYeNr','\x0aStack:\x20','MBgvi','YjdIm','LvsNb','GsJtI','stopMonitoring','1658032dzfRfW','TlOzh','1358bafrUE','BROWSERSTACK_TESTHUB_JWT','Puppeteer','quFCE','readFileSync','ntufP','GET_RESULTS','../../helpers/accessibility-automation/helper','thTestRunUuid','jLlSG','ZAXCQ','bddStepStart','SDK_POST_TEST','Performing\x20scan\x20for\x20','bs:addLog:','13026rXoEdm','bAPut','hookType','message','RbLHr','base64','TEST_RUN_SKIPPED','../../helpers/globals.js','cbTqU','12618DAVgBy','measureWrapper','TpIKW','../../helpers/helper','rdkhM','command','codeceptjs/lib/helper/Playwright.js','uvYNw','./o11yHelper','TEST_SCREENSHOT','title','chromium','ctx','includes','add','before','VAVXI','1017654DhKJOc','Suite','debug','env','stop','Failed\x20to\x20patch\x20pages\x20method\x20in\x20browserContext\x20for\x20a11y\x20domForge:\x20','test-started','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','performScan','getAccessibilityResultsSummary','AfzHR','setSessionStatus','ZRLrl','aDRsL','arguments','toISOString','string','SDK_PRE_INITIALIZE','testFramework','initSaveScreenshot','SESSION_STATUS','bstackAllyScanning','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20summary.','aRuPX','util','tlRYM','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','parse','RPGNO','Failed\x20in\x20marking\x20session\x20status\x20of\x20test:\x20','call','5tinCcW','TEST_RUN_STARTED','getAccessibilityResults','skipSessionName','test-after','tnQgz','Screenshot\x20path\x20not\x20found','../../helpers/logger','SDK_PRE_TEST','find','pid','WoHeH','dispatcher','KAaee','14uGddlF','swkOj','JPOrT','toString','startMonitoring','jLpVO','HOOK_RUN_STARTED','FKMzp','iiQsG','test-skipped','fireEvent','ETYYd','peYrj','SYNC','YVSnO','reason','browserStackExecuteDriver','fWIFA','KamyL','SDK_HOOK','mXDEo','ZwFwL','UInZG','xichv','oYoqd','bind','ciJwl','restore','../../helpers/request-spy','catch','_before','warn','_setPage','prototype','page','hook-passed','name','action','slice','UHLmr','TestCafe','codeceptjs','sYjLR','SDK_TEST','isArray','../../helpers/performance/constants','VobML','pages','Element','acbCa','44qMignT','vkEwE','hook','stringify','../../bin/playwright/accessibility-helper','147912BoamYT','codeceptjs/lib/index.js','helpers','addRequestSpy','gqtjt','started','hook-started','NbNky','a11y_core_config','uKKPi','XoVKX','hook-failed','WebDriver','HOOK_RUN_FINISHED','YttBo','container','domForge','mgkVg','config','patchSaveScreenshot','url','CllAU','captureEvent','Failed\x20to\x20execute\x20_before:\x20','2799504JfUOzs','Failed\x20in\x20sending\x20TestRunFinish\x20event:\x20','all','EpxNo','setGlobal','bddStep','format','INFO','../../helpers/test-observability/utils','step','BS_A11Y_JWT','HGCHU','captureError','browser','TNEUu','ENV_VAR','BS_TESTOPS_ALLOW_SCREENSHOTS','stack','eGDIg','split','bddStep-before','browserContext','commandsToWrap','hgdOT','passed','135dQDTrL','test-before','Jgxqa','setSessionName','hmjBU','failed','../../helpers/accessibility-automation/scripts','SAVE_RESULTS','skipSessionStatus','ovLWv','start','xPppD','WktCO','EouaJ','XJmMK','end','nkFtt','getResults','getResultsSummary','RLHra','test','apply','step-comment','TsCkA','UmnXn','test-failed','saveTestResults','thJwtToken','bddStepFinish','PERFORM_SCAN','HTRFF','GET_RESULTS_SUMMARY','rLgUa','overwriteCommand','dpjtr','then','event','KSeIW','browserstack_executor:\x20','forEach','browserstackTestName','getSyncScript','screenshotOutputFolder','aezRs','shouldWrapCommand','--auto-open-devtools-for-tabs','startsWith','thBuildUuid','JzqIa','erXmb','titlePath','testAnalyticsId','skipped','codeceptjs/lib/recorder.js','ACSgy','accessibilityPlatform','fuYCu','QZzNH','version','after','from','constructor','Kfotg','TEST_RUN_FINISHED','status','XnqmI','gHRuI','FRAMEWORK_DETAILS','class','emit','Playwright','cJCIV','args','executeScript','afterTest'];a1_0x1220=function(){return _0x276372;};return a1_0x1220();}const patchPlaywrightBefore=()=>{const _0x176ad6=a1_0x29b381,_0x409b93={'ZRLrl':function(_0xd803e){return _0xd803e();},'PsAWV':'devtools://','uvYNw':_0x176ad6(0x24d),'ovLWv':function(_0x379482){return _0x379482();},'WoHeH':function(_0x1644a9,_0x420e04){return _0x1644a9(_0x420e04);},'cbTqU':function(_0x2d0f49){return _0x2d0f49();},'mXDEo':function(_0xefff72,_0x283350){return _0xefff72+_0x283350;},'cJCIV':_0x176ad6(0x26d),'ZwFwL':function(_0x16fb45){return _0x16fb45();},'VobML':function(_0x349f6b){return _0x349f6b();}};PlaywrightSessionDetails['patch']();const _0x15a8d7=CodeceptPlaywright[_0x176ad6(0x1d9)][_0x176ad6(0x1d6)];CodeceptPlaywright['prototype'][_0x176ad6(0x1d6)]=async function(){const _0x23f2bd=_0x176ad6,_0x10b8cf={'hWsRc':function(_0x19f3b1){return _0x409b93['ZRLrl'](_0x19f3b1);},'AfzHR':_0x409b93['PsAWV'],'mgkVg':_0x409b93[_0x23f2bd(0x294)],'aezRs':function(_0xf82651){const _0x49ba4c=_0x23f2bd;return _0x409b93[_0x49ba4c(0x229)](_0xf82651);},'ccDtr':function(_0xd958f9,_0x23db15){const _0x92b0b1=_0x23f2bd;return _0x409b93[_0x92b0b1(0x2c8)](_0xd958f9,_0x23db15);},'xichv':function(_0x5a0f65){const _0x3d43ef=_0x23f2bd;return _0x409b93[_0x3d43ef(0x28c)](_0x5a0f65);},'jLlSG':function(_0x1b4861,_0xb655c3){const _0x31c45b=_0x23f2bd;return _0x409b93[_0x31c45b(0x1cc)](_0x1b4861,_0xb655c3);},'oYoqd':_0x409b93[_0x23f2bd(0x267)]};this[_0x23f2bd(0x21c)]=await this[_0x23f2bd(0x214)]['contexts']()[0x0];const _0x4d639c=async()=>{const _0x27f0bd=_0x23f2bd,_0x138248={'KSeIW':function(_0x141554){return _0x10b8cf['hWsRc'](_0x141554);},'VAVXI':_0x10b8cf['AfzHR']},_0x301cd0=this['config']&&this['config'][_0x27f0bd(0x298)]&&this[_0x27f0bd(0x201)][_0x27f0bd(0x298)]['args']&&Array[_0x27f0bd(0x1e4)](this[_0x27f0bd(0x201)][_0x27f0bd(0x298)][_0x27f0bd(0x268)])&&this[_0x27f0bd(0x201)]['chromium']['args'][_0x27f0bd(0x29a)](_0x10b8cf[_0x27f0bd(0x200)]);if(_0x10b8cf[_0x27f0bd(0x24b)](isAccessibilityAutomationSession)&&!_0x301cd0)try{const _0x53474c=_0x10b8cf['ccDtr'](parseJwt,process[_0x27f0bd(0x2a1)][_0x27f0bd(0x211)]);if(_0x53474c&&_0x53474c['a11y_core_config']&&_0x53474c[_0x27f0bd(0x1f7)][_0x27f0bd(0x1ff)]){const _0x358a05=this[_0x27f0bd(0x21c)]['pages'][_0x27f0bd(0x1d1)](this['browserContext']);this['browserContext']['pages']=async function(){const _0x230a17=_0x27f0bd,_0xe0fb74=await _0x138248[_0x230a17(0x245)](_0x358a05),_0x15fa6a=[];for(const _0x349933 of _0xe0fb74){try{const _0x561a2e=await _0x349933[_0x230a17(0x203)]();!_0x561a2e[_0x230a17(0x24e)](_0x138248[_0x230a17(0x29d)])&&_0x15fa6a['push'](_0x349933);}catch(_0x76befe){_0x15fa6a['push'](_0x349933);}}return _0x15fa6a;};}if(!_0x10b8cf[_0x27f0bd(0x1cf)](isBrowserstackInfra)){const _0x1829b7=await this[_0x27f0bd(0x1da)][_0x27f0bd(0x203)]();if(_0x1829b7[_0x27f0bd(0x24e)](_0x10b8cf[_0x27f0bd(0x2a8)])){const _0x4ca146=await this[_0x27f0bd(0x21c)][_0x27f0bd(0x1e7)]();this[_0x27f0bd(0x1d8)](_0x4ca146[0x0]);}}}catch(_0xd8a9f0){logger[_0x27f0bd(0x2a0)](_0x27f0bd(0x2a3)+_0xd8a9f0[_0x27f0bd(0x287)]+(_0xd8a9f0['stack']?_0x10b8cf[_0x27f0bd(0x27e)](_0x10b8cf[_0x27f0bd(0x1d0)],_0xd8a9f0[_0x27f0bd(0x218)]):''));}};_0x409b93[_0x23f2bd(0x1cd)](isBrowserstackInfra)&&await _0x409b93[_0x23f2bd(0x229)](_0x4d639c),await _0x15a8d7['apply'](this,arguments),!_0x409b93[_0x23f2bd(0x1e6)](isBrowserstackInfra)&&await _0x409b93[_0x23f2bd(0x2aa)](_0x4d639c);};},getCodeceptDriver=()=>{const _0x23a36c=a1_0x29b381,_0x59900e={};_0x59900e['YVSnO']=_0x23a36c(0x1fb),_0x59900e[_0x23a36c(0x1f8)]=_0x23a36c(0x266),_0x59900e[_0x23a36c(0x215)]=_0x23a36c(0x277),_0x59900e[_0x23a36c(0x1e9)]=_0x23a36c(0x1e0);const _0x20e010=_0x59900e,_0x23ee4b=[_0x20e010[_0x23a36c(0x1c6)],_0x20e010['uKKPi'],_0x20e010['TNEUu'],_0x20e010[_0x23a36c(0x1e9)]],_0x281251=_0x23ee4b[_0x23a36c(0x2c6)](_0x512cc7=>!!CodeceptJS[_0x23a36c(0x1fe)][_0x23a36c(0x1f1)](_0x512cc7));if(!_0x281251)return null;return CodeceptJS['container']['helpers'](_0x281251);};module['exports']=function(_0x4c83ff){const _0x5ab6c7=a1_0x29b381,_0x50259f={'LvsNb':function(_0x423483){return _0x423483();},'YjdIm':function(_0x855287,_0x128987){return _0x855287(_0x128987);},'KAaee':_0x5ab6c7(0x2a7),'NbNky':_0x5ab6c7(0x2b4),'iiQsG':_0x5ab6c7(0x2bf),'gbQyq':_0x5ab6c7(0x2a5),'nkFtt':function(_0xc24c48,_0x3709c4){return _0xc24c48(_0x3709c4);},'EouaJ':_0x5ab6c7(0x1f5),'peYrj':_0x5ab6c7(0x1db),'MBgvi':_0x5ab6c7(0x1fa),'ntufP':_0x5ab6c7(0x248),'bAPut':_0x5ab6c7(0x221),'ACSgy':function(_0x1d371f,_0x1ccb61,_0x2a85f4){return _0x1d371f(_0x1ccb61,_0x2a85f4);},'ZAXCQ':_0x5ab6c7(0x2a4),'YttBo':function(_0xfcbfe7,_0x5f4562,_0x126c51){return _0xfcbfe7(_0x5f4562,_0x126c51);},'Kfotg':function(_0x3f2298){return _0x3f2298();},'swkOj':'test-passed','UInZG':function(_0x425012){return _0x425012();},'hgdOT':function(_0xb43fee,_0x2324d6,_0xd8e4cf,_0x2bdc8a){return _0xb43fee(_0x2324d6,_0xd8e4cf,_0x2bdc8a);},'XnqmI':function(_0x474747,_0x21c93a,_0x508854,_0x1d0f86){return _0x474747(_0x21c93a,_0x508854,_0x1d0f86);},'eGDIg':function(_0x59606c,_0x2bd166){return _0x59606c===_0x2bd166;},'QjmEp':_0x5ab6c7(0x29f),'aRuPX':_0x5ab6c7(0x239),'XJmMK':_0x5ab6c7(0x2d4),'tnQgz':_0x5ab6c7(0x26a),'VYeNr':function(_0x4bb431){return _0x4bb431();},'quFCE':'Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','RbLHr':_0x5ab6c7(0x2c1),'vkEwE':_0x5ab6c7(0x20e),'RPGNO':'TEST_LOG','UmnXn':_0x5ab6c7(0x236),'dpjtr':_0x5ab6c7(0x21b),'ciJwl':'bddStep-after','XoVKX':function(_0x2adbc1){return _0x2adbc1();},'rdkhM':_0x5ab6c7(0x266)};_0x4c83ff[_0x5ab6c7(0x228)]&&(global['__skipSessionStatus']=_0x4c83ff[_0x5ab6c7(0x228)]);PerformanceTester[_0x5ab6c7(0x2cf)]();const _0x44f68e=_0x50259f[_0x5ab6c7(0x1f9)](getCodeceptDriver),_0x556d2f=new O11yHelper(_0x44f68e,_0x4c83ff),_0xd01708=!!CodeceptJS[_0x5ab6c7(0x1fe)]['helpers'](_0x50259f[_0x5ab6c7(0x291)]);global['__driver']=_0x44f68e,_0x44f68e&&(PerformanceTester[_0x5ab6c7(0x28e)](PerformanceEvents[_0x5ab6c7(0x2af)],()=>{const _0x1e9a5f=_0x5ab6c7;_0xd01708?_0x50259f[_0x1e9a5f(0x270)](patchPlaywrightBefore):_0x50259f[_0x1e9a5f(0x26f)](patchWebDriverBefore,_0x44f68e);})(),PerformanceTester[_0x5ab6c7(0x28e)](PerformanceEvents['SDK_POST_INITIALIZE'],()=>{const _0x3064ac=_0x5ab6c7,_0x2bd6cc={};_0x2bd6cc['BieLw']=_0x50259f[_0x3064ac(0x2ca)],_0x2bd6cc[_0x3064ac(0x250)]=_0x50259f[_0x3064ac(0x1f6)],_0x2bd6cc[_0x3064ac(0x259)]=_0x50259f[_0x3064ac(0x2d3)],_0x2bd6cc['xPppD']=_0x50259f['gbQyq'];const _0x426e18=_0x2bd6cc;_0x44f68e[_0x3064ac(0x2a7)]=async()=>{const _0x20f5dc=_0x3064ac;if(global[_0x20f5dc(0x257)]){const _0xd1b198={};return _0xd1b198[_0x20f5dc(0x292)]=_0x426e18['BieLw'],await PerformanceTester[_0x20f5dc(0x28e)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x1cea1b=_0x20f5dc;return await AccessibilityHelper[_0x1cea1b(0x1c8)](_0x44f68e,scripts[_0x1cea1b(0x2a6)]);},_0xd1b198)(),await PerformanceTester[_0x20f5dc(0x28e)](PerformanceA11yEvents[_0x20f5dc(0x23f)],async()=>{const _0x12ecd7=_0x20f5dc;return await AccessibilityHelper['browserStackExecuteDriver'](_0x44f68e,scripts[_0x12ecd7(0x232)]);})();}return logger[_0x20f5dc(0x1d7)](_0x426e18[_0x20f5dc(0x250)]),{};},_0x44f68e[_0x3064ac(0x2bf)]=async()=>{const _0x462dc6=_0x3064ac;if(global['accessibilityPlatform']){const _0x19f955={};return _0x19f955['command']=_0x426e18[_0x462dc6(0x259)],await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x462dc6(0x23d)],async()=>{const _0x2f5d41=_0x462dc6;return await AccessibilityHelper[_0x2f5d41(0x1c8)](_0x44f68e,scripts[_0x2f5d41(0x2a6)]);},_0x19f955)(),await PerformanceTester[_0x462dc6(0x28e)](PerformanceA11yEvents[_0x462dc6(0x27b)],async()=>{const _0x20fca5=_0x462dc6;return await AccessibilityHelper[_0x20fca5(0x1c8)](_0x44f68e,scripts[_0x20fca5(0x231)]);})();}return logger[_0x462dc6(0x1d7)](_0x426e18[_0x462dc6(0x22b)]),{};},_0x50259f['nkFtt'](patchSaveScreenshot,_0x44f68e);})()),CodeceptJS['event'][_0x5ab6c7(0x2c9)]['on'](CodeceptJS[_0x5ab6c7(0x244)][_0x5ab6c7(0x209)]['before'],()=>{const _0x40633a=_0x5ab6c7;PerformanceTester[_0x40633a(0x22a)](PerformanceEvents[_0x40633a(0x2c5)]);try{_0x556d2f[_0x40633a(0x22a)](),testOpsHelper[_0x40633a(0x1f2)](),PerformanceTester['end'](PerformanceEvents[_0x40633a(0x2c5)]);}catch(_0x5c6668){PerformanceTester['captureError'](_0x5c6668),PerformanceTester[_0x40633a(0x22f)](PerformanceEvents[_0x40633a(0x2c5)],![],_0x5c6668);}}),CodeceptJS[_0x5ab6c7(0x244)][_0x5ab6c7(0x2c9)]['on'](CodeceptJS['event'][_0x5ab6c7(0x209)][_0x5ab6c7(0x25b)],async()=>{const _0x597db4=_0x5ab6c7;PerformanceTester['start'](PerformanceEvents[_0x597db4(0x281)]);try{requestSpy[_0x597db4(0x1d3)](),await _0x556d2f[_0x597db4(0x2a2)](),PerformanceTester[_0x597db4(0x22f)](PerformanceEvents['SDK_POST_TEST']);}catch(_0xeadbea){PerformanceTester[_0x597db4(0x213)](_0xeadbea),PerformanceTester['end'](PerformanceEvents['SDK_POST_TEST'],![],_0xeadbea);}finally{PerformanceTester[_0x597db4(0x272)]();}}),CodeceptJS['event'][_0x5ab6c7(0x2c9)]['on'](CodeceptJS[_0x5ab6c7(0x244)][_0x5ab6c7(0x1ec)][_0x5ab6c7(0x1f4)],_0x45dbfe=>{const _0x4f7c74=_0x5ab6c7;PerformanceTester[_0x4f7c74(0x22a)](PerformanceEvents[_0x4f7c74(0x1cb)]);try{const _0x57987b=_0x45dbfe[_0x4f7c74(0x299)][_0x4f7c74(0x234)],_0x4f1e4e=_0x556d2f[_0x4f7c74(0x205)](TEST_EVENTS[_0x4f7c74(0x2d1)],_0x57987b);CodeceptRecorder['add'](()=>_0x556d2f[_0x4f7c74(0x1c2)](TEST_EVENTS[_0x4f7c74(0x2d1)],_0x4f1e4e));const _0x10f998={};_0x10f998['hookType']=_0x50259f[_0x4f7c74(0x22d)],PerformanceTester['end'](PerformanceEvents[_0x4f7c74(0x1cb)],!![],null,_0x10f998);}catch(_0x292df5){const _0x287dce={};_0x287dce['hookType']=_0x50259f[_0x4f7c74(0x22d)],PerformanceTester[_0x4f7c74(0x22f)](PerformanceEvents[_0x4f7c74(0x1cb)],![],_0x292df5,_0x287dce),PerformanceTester[_0x4f7c74(0x213)](_0x292df5);}}),CodeceptJS[_0x5ab6c7(0x244)][_0x5ab6c7(0x2c9)]['on'](CodeceptJS['event'][_0x5ab6c7(0x1ec)][_0x5ab6c7(0x21f)],_0x3b8af5=>{const _0x1a8a2c=_0x5ab6c7,_0x6581fc={};_0x6581fc['hookType']=_0x50259f[_0x1a8a2c(0x1c4)],PerformanceTester['start'](PerformanceHookEvents[_0x1a8a2c(0x1cb)],!![],null,_0x6581fc);try{const _0x437681=_0x3b8af5[_0x1a8a2c(0x299)][_0x1a8a2c(0x234)],_0x395ea5=_0x556d2f[_0x1a8a2c(0x205)](TEST_EVENTS[_0x1a8a2c(0x1fc)],_0x437681);CodeceptRecorder['add'](()=>_0x556d2f['fireEvent'](TEST_EVENTS[_0x1a8a2c(0x1fc)],_0x395ea5));const _0x51cedb={};_0x51cedb[_0x1a8a2c(0x286)]=_0x50259f['peYrj'],PerformanceTester[_0x1a8a2c(0x22f)](PerformanceHookEvents[_0x1a8a2c(0x1cb)],!![],null,_0x51cedb);}catch(_0x17a6ea){PerformanceTester[_0x1a8a2c(0x213)](_0x17a6ea);const _0x409ae0={};_0x409ae0['hookType']=_0x50259f[_0x1a8a2c(0x1c4)],PerformanceTester[_0x1a8a2c(0x22f)](PerformanceHookEvents[_0x1a8a2c(0x1cb)],![],_0x17a6ea,_0x409ae0);}}),CodeceptJS['event'][_0x5ab6c7(0x2c9)]['on'](CodeceptJS[_0x5ab6c7(0x244)]['hook'][_0x5ab6c7(0x225)],async(_0xbdac59,_0x48d5cb)=>{const _0x2ff441=_0x5ab6c7;PerformanceTester[_0x2ff441(0x22a)](PerformanceHookEvents[_0x2ff441(0x1cb)]);try{const _0x248a92=_0xbdac59[_0x2ff441(0x299)]['test'],_0x54680f=_0x556d2f[_0x2ff441(0x205)](TEST_EVENTS[_0x2ff441(0x1fc)],_0x248a92,_0x48d5cb);CodeceptRecorder['add'](()=>_0x556d2f['fireEvent'](TEST_EVENTS[_0x2ff441(0x1fc)],_0x54680f));const _0x2c411f={};_0x2c411f['hookType']=_0x50259f[_0x2ff441(0x26e)],PerformanceTester[_0x2ff441(0x22a)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x2c411f);}catch(_0x597c37){PerformanceTester[_0x2ff441(0x213)](_0x597c37);const _0x151ca6={};_0x151ca6[_0x2ff441(0x286)]=_0x50259f['MBgvi'],PerformanceTester[_0x2ff441(0x22f)](PerformanceHookEvents['SDK_HOOK'],![],_0x597c37,_0x151ca6);}const _0xbb9556={};_0xbb9556[_0x2ff441(0x286)]=_0x50259f[_0x2ff441(0x26e)],PerformanceTester['end'](PerformanceHookEvents[_0x2ff441(0x1cb)],!![],null,_0xbb9556);}),CodeceptJS[_0x5ab6c7(0x244)][_0x5ab6c7(0x2c9)]['on'](CodeceptJS[_0x5ab6c7(0x244)][_0x5ab6c7(0x234)][_0x5ab6c7(0x29c)],_0x496044=>{const _0x488f43=_0x5ab6c7;PerformanceTester[_0x488f43(0x22a)](PerformanceHookEvents['SDK_HOOK']);try{globals[_0x488f43(0x20b)](_0x50259f[_0x488f43(0x27a)],_0x496044[_0x488f43(0x297)]);_0x50259f[_0x488f43(0x270)](isBrowserstackInfra)&&(_0xd01708&&(global['__workerDetails']={'currentTest':{'name':_0x496044['title'],'testInfo':{'titlePath':_0x496044[_0x488f43(0x252)]()}}}));const _0x561968={};_0x561968['hookType']=_0x50259f[_0x488f43(0x285)],PerformanceTester['end'](PerformanceHookEvents[_0x488f43(0x1cb)],!![],null,_0x561968);}catch(_0x473b07){PerformanceTester['captureError'](_0x473b07);const _0x3babc4={};_0x3babc4[_0x488f43(0x286)]=_0x50259f[_0x488f43(0x285)],PerformanceTester[_0x488f43(0x22f)](PerformanceHookEvents[_0x488f43(0x1cb)],![],_0x473b07,_0x3babc4);}}),CodeceptJS['event']['dispatcher']['on'](CodeceptJS[_0x5ab6c7(0x244)][_0x5ab6c7(0x234)][_0x5ab6c7(0x1f4)],_0x56c8b2=>{const _0x356620=_0x5ab6c7;PerformanceTester[_0x356620(0x22a)](PerformanceHookEvents[_0x356620(0x1cb)]);try{globals[_0x356620(0x20b)](_0x50259f[_0x356620(0x27a)],_0x56c8b2[_0x356620(0x297)]);const _0x2347cb=_0x556d2f['captureEvent'](TEST_EVENTS['TEST_RUN_STARTED'],_0x56c8b2);CodeceptRecorder[_0x356620(0x29b)](()=>_0x556d2f['fireEvent'](TEST_EVENTS[_0x356620(0x2be)],_0x2347cb)),CodeceptRecorder['add'](async()=>{const _0x51207e=_0x356620;_0x50259f[_0x51207e(0x270)](isBrowserstackInfra)&&(!_0x50259f[_0x51207e(0x230)](isTrue,_0x4c83ff[_0x51207e(0x2c0)])&&await _0x50259f[_0x51207e(0x256)](markSessionName,_0x44f68e,_0x56c8b2[_0x51207e(0x297)]),_0x556d2f['enabled']&&await _0x50259f[_0x51207e(0x230)](o11ySync,_0x44f68e));});}catch(_0x100336){const _0x4b9349={};_0x4b9349[_0x356620(0x286)]=_0x50259f['ZAXCQ'],PerformanceTester[_0x356620(0x22f)](PerformanceHookEvents[_0x356620(0x1cb)],![],_0x100336,_0x4b9349),PerformanceTester[_0x356620(0x213)](_0x100336);}const _0x417e81={};_0x417e81[_0x356620(0x286)]=_0x50259f[_0x356620(0x27f)],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x417e81);}),CodeceptJS['event'][_0x5ab6c7(0x2c9)]['on'](CodeceptJS[_0x5ab6c7(0x244)][_0x5ab6c7(0x234)][_0x5ab6c7(0x21f)],_0x2f7137=>{const _0x336880=_0x5ab6c7,_0x42d2f6={'HGCHU':function(_0xd26998,_0x4d70ab,_0x3a2e49){const _0xd7aa=a1_0x34c1;return _0x50259f[_0xd7aa(0x1fd)](_0xd26998,_0x4d70ab,_0x3a2e49);},'FKMzp':function(_0x347c76){const _0x475eb8=a1_0x34c1;return _0x50259f[_0x475eb8(0x25e)](_0x347c76);}};PerformanceTester[_0x336880(0x22a)](PerformanceHookEvents[_0x336880(0x1cb)]);try{const _0x5470d6=_0x556d2f[_0x336880(0x205)](TEST_EVENTS[_0x336880(0x25f)],_0x2f7137);CodeceptRecorder['add'](()=>_0x556d2f[_0x336880(0x1c2)](TEST_EVENTS[_0x336880(0x25f)],_0x5470d6)),CodeceptRecorder[_0x336880(0x29b)](async()=>{const _0xead4e8=_0x336880,_0x2cc827={'OCrjg':function(_0x4a8ae1,_0x2b1fe7,_0x5cc79){const _0x1f8544=a1_0x34c1;return _0x42d2f6[_0x1f8544(0x212)](_0x4a8ae1,_0x2b1fe7,_0x5cc79);},'ETYYd':function(_0x737435,_0x144bf7,_0x54c65a){const _0x26d24b=a1_0x34c1;return _0x42d2f6[_0x26d24b(0x212)](_0x737435,_0x144bf7,_0x54c65a);}};_0x42d2f6[_0xead4e8(0x2d2)](isBrowserstackInfra)&&await PerformanceTester[_0xead4e8(0x28e)](PerformanceAutEvents[_0xead4e8(0x2b2)],async()=>{const _0x5e8ed9=_0xead4e8;_0xd01708?await _0x2cc827['OCrjg'](playwrightMarkSessionStatus,_0x44f68e,STATE_PASSED):await _0x2cc827[_0x5e8ed9(0x1c3)](markSessionStatus,_0x44f68e,STATE_PASSED);})();}),PerformanceTester[_0x336880(0x22f)](PerformanceEvents[_0x336880(0x1e3)]);}catch(_0x2c1988){PerformanceTester[_0x336880(0x213)](_0x2c1988);const _0x3eb65c={};_0x3eb65c[_0x336880(0x286)]=_0x50259f[_0x336880(0x2cc)],PerformanceTester[_0x336880(0x22f)](PerformanceHookEvents['SDK_HOOK'],![],_0x2c1988,_0x3eb65c),PerformanceTester[_0x336880(0x22f)](PerformanceEvents[_0x336880(0x1e3)],![],_0x2c1988);}const _0x21f011={};_0x21f011['hookType']=_0x50259f[_0x336880(0x2cc)],PerformanceTester[_0x336880(0x22f)](PerformanceHookEvents[_0x336880(0x1cb)],!![],null,_0x21f011);}),CodeceptJS[_0x5ab6c7(0x244)]['dispatcher']['on'](CodeceptJS['event']['test']['failed'],(_0x93d542,_0x417227)=>{const _0x17dd53=_0x5ab6c7,_0x43992c={'aDRsL':function(_0x2ca4d2){const _0x1ed10d=a1_0x34c1;return _0x50259f[_0x1ed10d(0x1ce)](_0x2ca4d2);},'GsJtI':function(_0x3aae17,_0x3a86f9,_0x1d59de,_0x5c7f72){const _0x475919=a1_0x34c1;return _0x50259f[_0x475919(0x21e)](_0x3aae17,_0x3a86f9,_0x1d59de,_0x5c7f72);},'UHLmr':function(_0x2b39cc,_0x5ba4d1,_0x38ef54,_0x5e6c33){const _0x5567b3=a1_0x34c1;return _0x50259f[_0x5567b3(0x261)](_0x2b39cc,_0x5ba4d1,_0x38ef54,_0x5e6c33);}};PerformanceTester[_0x17dd53(0x22a)](PerformanceHookEvents[_0x17dd53(0x1cb)]);try{if(_0x50259f[_0x17dd53(0x219)](_0x93d542[_0x17dd53(0x25d)][_0x17dd53(0x1dc)],_0x50259f['QjmEp'])){const _0x55d5a2=_0x556d2f['captureEvent'](TEST_EVENTS[_0x17dd53(0x28a)],_0x93d542[_0x17dd53(0x299)]['currentTest']);CodeceptRecorder[_0x17dd53(0x29b)](()=>_0x556d2f[_0x17dd53(0x1c2)](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x55d5a2));}else{const _0x43dd7a=_0x556d2f[_0x17dd53(0x205)](TEST_EVENTS[_0x17dd53(0x25f)],_0x93d542,_0x417227);CodeceptRecorder['add'](()=>{const _0x2b42ae=_0x17dd53;try{_0x556d2f[_0x2b42ae(0x1c2)](TEST_EVENTS[_0x2b42ae(0x25f)],_0x43dd7a);}catch(_0x4baeba){logger[_0x2b42ae(0x2a0)](_0x2b42ae(0x208)+util['format'](_0x4baeba)),PerformanceTester[_0x2b42ae(0x22f)](PerformanceEvents['SDK_TEST'],![],_0x4baeba);}}),CodeceptRecorder[_0x17dd53(0x29b)](async()=>{const _0x258de0=_0x17dd53;try{_0x43992c[_0x258de0(0x2ab)](isBrowserstackInfra)&&(_0xd01708?await _0x43992c[_0x258de0(0x271)](playwrightMarkSessionStatus,_0x44f68e,STATE_FAILED,_0x417227):await _0x43992c[_0x258de0(0x1df)](markSessionStatus,_0x44f68e,STATE_FAILED,_0x417227));}catch(_0x170f6b){logger['debug'](_0x258de0(0x2bb)+util[_0x258de0(0x20d)](_0x170f6b)),PerformanceTester['end'](PerformanceEvents[_0x258de0(0x1e3)],![],_0x170f6b);}});}PerformanceTester[_0x17dd53(0x22f)](PerformanceEvents[_0x17dd53(0x1e3)]);}catch(_0xeb0ce6){PerformanceTester[_0x17dd53(0x213)](_0xeb0ce6);const _0x461353={};_0x461353[_0x17dd53(0x286)]=_0x50259f[_0x17dd53(0x2b5)],PerformanceTester['end'](PerformanceHookEvents[_0x17dd53(0x1cb)],![],_0xeb0ce6,_0x461353),PerformanceTester[_0x17dd53(0x22f)](PerformanceEvents['SDK_TEST'],![],_0xeb0ce6);}const _0x254c8a={};_0x254c8a[_0x17dd53(0x286)]=_0x50259f[_0x17dd53(0x2b5)],PerformanceTester[_0x17dd53(0x22f)](PerformanceHookEvents[_0x17dd53(0x1cb)],!![],null,_0x254c8a);}),CodeceptJS[_0x5ab6c7(0x244)][_0x5ab6c7(0x2c9)]['on'](CodeceptJS[_0x5ab6c7(0x244)][_0x5ab6c7(0x234)][_0x5ab6c7(0x254)],_0xe2b968=>{const _0x422f30=_0x5ab6c7;PerformanceTester[_0x422f30(0x22a)](PerformanceHookEvents['SDK_HOOK']);try{const _0xd41099=_0x556d2f[_0x422f30(0x205)](TEST_EVENTS['TEST_RUN_SKIPPED'],_0xe2b968);CodeceptRecorder[_0x422f30(0x29b)](()=>_0x556d2f[_0x422f30(0x1c2)](TEST_EVENTS[_0x422f30(0x28a)],_0xd41099)),PerformanceTester[_0x422f30(0x22f)](PerformanceEvents[_0x422f30(0x1e3)]);}catch(_0x3e53d0){PerformanceTester[_0x422f30(0x213)](_0x3e53d0),PerformanceTester['end'](PerformanceEvents[_0x422f30(0x1e3)],![],_0x3e53d0);const _0xc9f376={};_0xc9f376[_0x422f30(0x286)]=_0x50259f['XJmMK'],PerformanceTester[_0x422f30(0x22f)](PerformanceHookEvents['SDK_HOOK'],![],_0x3e53d0,_0xc9f376);}const _0x54e60d={};_0x54e60d[_0x422f30(0x286)]=_0x50259f[_0x422f30(0x22e)],PerformanceTester[_0x422f30(0x22f)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x54e60d);}),CodeceptJS['event'][_0x5ab6c7(0x2c9)]['on'](CodeceptJS[_0x5ab6c7(0x244)][_0x5ab6c7(0x234)][_0x5ab6c7(0x25b)],async(_0x5588b0,_0x37cf97)=>{const _0x95ab41=_0x5ab6c7;try{PerformanceTester['start'](PerformanceHookEvents['SDK_HOOK']);const _0xc2ffd2=_0x50259f[_0x95ab41(0x1fd)](shouldScanTestForAccessibility,_0x5588b0['titlePath'](),!![]);if(_0x50259f[_0x95ab41(0x26c)](isAccessibilityAutomationSession)&&global[_0x95ab41(0x257)]&&_0xc2ffd2){const _0x1b5cb0={};_0x1b5cb0[_0x95ab41(0x27d)]=_0x5588b0[_0x95ab41(0x253)],_0x1b5cb0[_0x95ab41(0x24f)]=process[_0x95ab41(0x2a1)][testHubConstants[_0x95ab41(0x216)]['BROWSERSTACK_TESTHUB_UUID']],_0x1b5cb0[_0x95ab41(0x23b)]=process[_0x95ab41(0x2a1)][testHubConstants[_0x95ab41(0x216)][_0x95ab41(0x276)]];const _0x10b817=_0x1b5cb0;logger[_0x95ab41(0x2a0)](_0x95ab41(0x2b8)+JSON[_0x95ab41(0x1ed)](_0x10b817)),CodeceptRecorder[_0x95ab41(0x29b)](async()=>{const _0xc2f8fa=_0x95ab41,_0xdbb039={};_0xdbb039[_0xc2f8fa(0x292)]=_0x50259f[_0xc2f8fa(0x2c2)],await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0xc2f8fa(0x23d)],async()=>{const _0x1a722e=_0xc2f8fa;await AccessibilityHelper['browserStackExecuteDriver'](_0x44f68e,scripts[_0x1a722e(0x2a6)]);},_0xdbb039)(),await PerformanceTester[_0xc2f8fa(0x28e)](PerformanceA11yEvents[_0xc2f8fa(0x227)],async()=>{const _0xa51669=_0xc2f8fa;await AccessibilityHelper[_0xa51669(0x1c8)](_0x44f68e,scripts[_0xa51669(0x23a)],_0x10b817);})();}),logger['info'](_0x50259f[_0x95ab41(0x278)]);}const _0xdf85d3={};_0xdf85d3['hookType']=_0x50259f[_0x95ab41(0x288)],PerformanceTester[_0x95ab41(0x22f)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0xdf85d3);}catch(_0x2d14cb){PerformanceTester[_0x95ab41(0x213)](_0x2d14cb);const _0x316998={};_0x316998[_0x95ab41(0x286)]=_0x50259f['RbLHr'],PerformanceTester[_0x95ab41(0x22f)](PerformanceHookEvents[_0x95ab41(0x1cb)],![],_0x2d14cb,_0x316998);}}),CodeceptJS[_0x5ab6c7(0x244)][_0x5ab6c7(0x2c9)]['on'](CodeceptJS[_0x5ab6c7(0x244)][_0x5ab6c7(0x210)]['comment'],_0xbe3c08=>{const _0xeb7b33=_0x5ab6c7;PerformanceTester[_0xeb7b33(0x22a)](PerformanceHookEvents[_0xeb7b33(0x1cb)]);try{process['emit'](_0xeb7b33(0x283)+process[_0xeb7b33(0x2c7)],{'timestamp':new Date()[_0xeb7b33(0x2ad)](),'level':_0x50259f[_0xeb7b33(0x1eb)],'message':_0xbe3c08,'kind':_0x50259f[_0xeb7b33(0x2ba)],'http_response':{}});}catch(_0x484af8){PerformanceTester[_0xeb7b33(0x213)](_0x484af8);const _0x2c011e={};_0x2c011e[_0xeb7b33(0x286)]=_0x50259f[_0xeb7b33(0x238)],PerformanceTester[_0xeb7b33(0x22f)](PerformanceHookEvents[_0xeb7b33(0x1cb)],![],_0x484af8,_0x2c011e);}const _0x1be635={};_0x1be635[_0xeb7b33(0x286)]=_0x50259f[_0xeb7b33(0x238)],PerformanceTester[_0xeb7b33(0x22f)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x1be635);}),CodeceptJS[_0x5ab6c7(0x244)]['dispatcher']['on'](CodeceptJS[_0x5ab6c7(0x244)][_0x5ab6c7(0x20c)][_0x5ab6c7(0x29c)],_0x33a3c2=>{const _0x1bd929=_0x5ab6c7,_0x360ca5={};_0x360ca5[_0x1bd929(0x286)]=_0x50259f[_0x1bd929(0x242)],PerformanceTester[_0x1bd929(0x28e)](PerformanceHookEvents[_0x1bd929(0x1cb)],()=>{const _0x5793b7=_0x1bd929;_0x556d2f[_0x5793b7(0x280)](_0x33a3c2);},_0x360ca5)();}),CodeceptJS['event'][_0x5ab6c7(0x2c9)]['on'](CodeceptJS[_0x5ab6c7(0x244)][_0x5ab6c7(0x20c)][_0x5ab6c7(0x25b)],_0x4bd1c3=>{const _0x4872e2=_0x5ab6c7,_0x9c155e={};_0x9c155e['hookType']=_0x50259f[_0x4872e2(0x1d2)],PerformanceTester[_0x4872e2(0x28e)](PerformanceHookEvents[_0x4872e2(0x1cb)],()=>{const _0x401fcc=_0x4872e2;_0x556d2f[_0x401fcc(0x23c)](_0x4bd1c3);},_0x9c155e)();});};
|
|
1
|
+
const a1_0x131b56=a1_0x379b;function a1_0x53a8(){const _0x5c98bb=['slice','bddStep-before','startMonitoring','jrReP','SDK_HOOK','test-after','skipped','kQgMB','call','Failed\x20to\x20execute\x20_before:\x20','find','GET_RESULTS','push','845739bOZkup','iXRXq','testFramework','browserStackExecuteDriver','executeScript','info','testAnalyticsId','hookType','hBDGS','Element','lEjeD','../../helpers/accessibility-automation/helper','saveTestResults','captureError','TEST_RUN_FINISHED','captureEvent','AZget','constructor','fQqyk','Failed\x20to\x20patch\x20pages\x20method\x20in\x20browserContext\x20for\x20a11y\x20domForge:\x20','message','fireEvent','ejpQm','stringify','startsWith','toString','bddStep','reason','saveScreenshot','ESGxc','BS_TESTOPS_ALLOW_SCREENSHOTS','HOOK_RUN_FINISHED','SBdwi','WebDriver','GET_RESULTS_SUMMARY','Playwright','class','dispatcher','thJwtToken','cqByt','5063948vgBhUT','event','getResultsSummary','fnuel','MWFvh','SDK_POST_TEST','debug','CexFu','PSoan','_before','Performing\x20scan\x20for\x20','base64','MWqji','util','url','WMgeu','ngITT','patchSaveScreenshot','BROWSERSTACK_TESTHUB_JWT','test-started','getAccessibilityResultsSummary','QYkgL','bstackAllyScanning','format','lZVqb','titlePath','patch','yGbBa','JTUhE','codeceptjs/lib/index.js','bddStepFinish','JxIsi','overwriteCommand','2026882uVLUwy','ffqqi','thTestRunUuid','IXWYv','split','browser','654304cFIKWa','iZhJG','__workerDetails','aRrHX','fUPbl','WvYnD','codeceptjs/lib/helper/Playwright.js','SDK_POST_INITIALIZE','bddStep-after','domForge','codeceptjs/lib/utils.js','setSessionStatus','accessibilityPlatform','browserstackTestName','ajqno','160phXRxT','getSyncScript','args','bs:addLog:','filter','QmRQA','page','oSktG','qEoaZ','PERFORM_SCAN','warn','1552502dzIEzC','toISOString','arguments','shouldWrapCommand','ENV_VAR','winstonLogger','started','browserContext','BS_A11Y_JWT','hook','ohnOb','TEST_RUN_SKIPPED','browserstack_executor:\x20','../../helpers/helper','test-passed','Failed\x20in\x20sending\x20TestRunFinish\x20event:\x20','version','rESop','after','SPCrE','9339354awnySE','AGZzt','status','string','SAVE_RESULTS','pid','skipSessionStatus','hook-started','--auto-open-devtools-for-tabs','SDK_PRE_TEST','mhekO','stopMonitoring','BROWSERSTACK_TESTHUB_UUID','../../bin/playwright/accessibility-helper','Dkelv','../../helpers/performance/performance-tester','initSaveScreenshot','FjVsl','WrNnY','ctx','test-before','emit','tIWpu','../../helpers/testhub/constants.js','sGSRO','contexts','10EhGWFH','helpers','a11y_core_config','Failed\x20in\x20marking\x20session\x20status\x20of\x20test:\x20','test-failed','devtools://','hook-passed','isArray','icrLN','GOHsa','test','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20summary.','includes','skipSessionName','5CnEcpJ','end','parse','thBuildUuid','yqsVI','apply','QsJcD','command','FRAMEWORK_DETAILS','config','8168363vytowC','AXeMv','codeceptjs/lib/helper/WebDriver.js','qjIZS','SDK_TEST','JWzDS','prototype','start','koHRL','stop','all','action','pYpuZ','FMoIo','QkiXI','../../helpers/logger','fPtYk','./helper.js','HOOK_RUN_STARTED','performScan','../../helpers/accessibility-automation/scripts','FXnZz','screenshotOutputFolder','codeceptjs','__skipSessionStatus','exports','wSJHO','6HLIeUX','TEST_RUN_STARTED','container','SESSION_NAME','comment','ujwpR','setGlobal','uTMgL','DdeKP','title','tDpen','failed','measureWrapper','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','KWseT','WoMxL','add','SYNC','beBfv','setSessionName','ndEfm','ccoRR','fRIfv','getAccessibilityResults','name','../../helpers/performance/constants','KPnJu','IDXEX','before','webdriverio','env','bind','pages','stack','\x0aStack:\x20','then','./o11yHelper','chromium'];a1_0x53a8=function(){return _0x5c98bb;};return a1_0x53a8();}(function(_0x5831da,_0x1c4303){const _0x3a1266=a1_0x379b,_0x34eb24=_0x5831da();while(!![]){try{const _0x3bf633=-parseInt(_0x3a1266(0x17c))/0x1+-parseInt(_0x3a1266(0x1aa))/0x2*(parseInt(_0x3a1266(0x113))/0x3)+parseInt(_0x3a1266(0x13b))/0x4*(-parseInt(_0x3a1266(0x1b8))/0x5)+parseInt(_0x3a1266(0x1dd))/0x6*(parseInt(_0x3a1266(0x1c2))/0x7)+-parseInt(_0x3a1266(0x162))/0x8+parseInt(_0x3a1266(0x190))/0x9+parseInt(_0x3a1266(0x171))/0xa*(parseInt(_0x3a1266(0x15c))/0xb);if(_0x3bf633===_0x1c4303)break;else _0x34eb24['push'](_0x34eb24['shift']());}catch(_0x109357){_0x34eb24['push'](_0x34eb24['shift']());}}}(a1_0x53a8,0xcdcd5));const fs=require('fs'),util=require(a1_0x131b56(0x148)),{requireModule,markSessionStatus,isUndefined,isTrue,isBrowserstackInfra}=require(a1_0x131b56(0x189)),logger=require(a1_0x131b56(0x1d1))[a1_0x131b56(0x181)],testOpsHelper=require('../../helpers/test-observability/utils'),requestSpy=require('../../helpers/request-spy'),PlaywrightSessionDetails=require('../../bin/playwright/sessionDetails'),{O11yHelper,TEST_EVENTS,STATE_PASSED,STATE_FAILED}=require(a1_0x131b56(0x104)),{shouldScanTestForAccessibility,isAccessibilityAutomationSession}=require(a1_0x131b56(0x11e)),AccessibilityHelper=require(a1_0x131b56(0x19d)),scripts=require(a1_0x131b56(0x1d6)),PerformanceTester=require(a1_0x131b56(0x19f)),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceHookEvents}=require(a1_0x131b56(0x1f6)),{processWebDriverConfig,shouldPatchExecuteScript}=require(a1_0x131b56(0x1d3)),testHubConstants=require(a1_0x131b56(0x1a7)),globals=require('../../helpers/globals.js'),CodeceptJS=requireModule(a1_0x131b56(0x158),a1_0x131b56(0x1d9)),CodeceptUtils=requireModule(a1_0x131b56(0x16c),a1_0x131b56(0x1d9)),CodeceptWebDriver=requireModule(a1_0x131b56(0x1c4),a1_0x131b56(0x1d9)),CodeceptRecorder=requireModule('codeceptjs/lib/recorder.js',a1_0x131b56(0x1d9)),CodeceptPlaywright=requireModule(a1_0x131b56(0x168),'codeceptjs'),playwrightMarkSessionStatus=(_0x2fa602,_0x52136f,_0x19ef0b)=>{const _0x422334=a1_0x131b56,_0x5ce287={'icrLN':_0x422334(0x16d),'pYpuZ':function(_0x3111ba,_0x7497b1){return _0x3111ba(_0x7497b1);}},_0x41f873={};_0x41f873[_0x422334(0x192)]=_0x52136f;const _0x230f7a={};_0x230f7a['action']=_0x5ce287[_0x422334(0x1b2)],_0x230f7a[_0x422334(0x17e)]=_0x41f873;const _0x49aee2=_0x230f7a;return!_0x5ce287[_0x422334(0x1ce)](isUndefined,_0x19ef0b)&&(_0x49aee2[_0x422334(0x17e)][_0x422334(0x12e)]=JSON['stringify'](_0x19ef0b)),_0x2fa602[_0x422334(0x117)](()=>{},_0x422334(0x188)+JSON[_0x422334(0x12a)](_0x49aee2));},o11ySync=PerformanceTester[a1_0x131b56(0x1e9)](PerformanceO11yEvents[a1_0x131b56(0x1ee)],async _0x14921c=>{const _0x4dad97=a1_0x131b56,_0x1edd83={};_0x1edd83[_0x4dad97(0x1e4)]=function(_0x424750,_0x454187){return _0x424750===_0x454187;},_0x1edd83[_0x4dad97(0x1ef)]=_0x4dad97(0x136);const _0x1f478c=_0x1edd83;_0x1f478c[_0x4dad97(0x1e4)](_0x14921c[_0x4dad97(0x124)][_0x4dad97(0x1f5)],_0x1f478c['beBfv'])?await _0x14921c['executeScript'](_0x1bf3af=>{},testOpsHelper[_0x4dad97(0x172)]()):await _0x14921c['executeScript'](testOpsHelper['getSyncScript']());}),markSessionName=PerformanceTester[a1_0x131b56(0x1e9)](PerformanceAutEvents[a1_0x131b56(0x1e0)],async(_0x4d95a2,_0x2d5633)=>{const _0x5a14f0=a1_0x131b56,_0x4d56e7={};_0x4d56e7[_0x5a14f0(0x191)]=_0x5a14f0(0x1f0),_0x4d56e7[_0x5a14f0(0x166)]=function(_0x511d95,_0x2fc9ab){return _0x511d95===_0x2fc9ab;},_0x4d56e7[_0x5a14f0(0x13a)]=_0x5a14f0(0x136);const _0x1a11b0=_0x4d56e7,_0x585181={};_0x585181[_0x5a14f0(0x1f5)]=_0x2d5633;const _0x1a1ee8={};_0x1a1ee8[_0x5a14f0(0x1cd)]=_0x1a11b0['AGZzt'],_0x1a1ee8[_0x5a14f0(0x17e)]=_0x585181;const _0x1281a1=_0x1a1ee8;_0x1a11b0[_0x5a14f0(0x166)](_0x4d95a2[_0x5a14f0(0x124)][_0x5a14f0(0x1f5)],_0x1a11b0[_0x5a14f0(0x13a)])?await _0x4d95a2[_0x5a14f0(0x117)](()=>{},'browserstack_executor:\x20'+JSON[_0x5a14f0(0x12a)](_0x1281a1)):await _0x4d95a2[_0x5a14f0(0x117)](_0x5a14f0(0x188)+JSON[_0x5a14f0(0x12a)](_0x1281a1));}),patchSaveScreenshot=_0x5848a2=>{const _0x32eaba=a1_0x131b56,_0x4a1fef={'MWqji':_0x32eaba(0x146),'yGbBa':'TEST_SCREENSHOT','WMgeu':function(_0x285f7e){return _0x285f7e();},'DdeKP':function(_0x2266c4,_0xea2d0d){return _0x2266c4(_0xea2d0d);},'AXeMv':'Screenshot\x20path\x20not\x20found'};_0x4a1fef[_0x32eaba(0x1e5)](isTrue,process[_0x32eaba(0xfe)][_0x32eaba(0x131)])&&!_0x5848a2['patchSaveScreenshot']&&(_0x5848a2[_0x32eaba(0x14c)]=!![],_0x5848a2[_0x32eaba(0x1a0)]=_0x5848a2['saveScreenshot'],_0x5848a2[_0x32eaba(0x12f)]=(_0x40f3c2,_0x55610a=![])=>{return new Promise(function(_0x41c057,_0x248eeb){const _0x3b8107=a1_0x379b,_0x5880fb={'xXqdy':_0x4a1fef[_0x3b8107(0x147)],'WvYnD':_0x4a1fef[_0x3b8107(0x156)],'wSJHO':function(_0xfc430d){const _0x3ab36f=_0x3b8107;return _0x4a1fef[_0x3ab36f(0x14a)](_0xfc430d);},'yqsVI':function(_0x45f857,_0x5f0685){const _0x162062=_0x3b8107;return _0x4a1fef[_0x162062(0x1e5)](_0x45f857,_0x5f0685);},'lEjeD':_0x4a1fef[_0x3b8107(0x1c3)]};_0x5848a2[_0x3b8107(0x1a0)](_0x40f3c2,_0x55610a)[_0x3b8107(0x103)](()=>{const _0x5d59b9=_0x3b8107,_0x4f3ef4=CodeceptUtils[_0x5d59b9(0x1d8)](_0x40f3c2);if(_0x4f3ef4){const _0x419f27=fs['readFileSync'](_0x4f3ef4);process[_0x5d59b9(0x1a5)](_0x5d59b9(0x174)+process[_0x5d59b9(0x195)],{'timestamp':new Date()[_0x5d59b9(0x17d)](),'message':_0x419f27[_0x5d59b9(0x12c)](_0x5880fb['xXqdy']),'kind':_0x5880fb[_0x5d59b9(0x167)]}),_0x5880fb[_0x5d59b9(0x1dc)](_0x41c057);}_0x5880fb[_0x5d59b9(0x1bc)](_0x248eeb,new Error(_0x5880fb[_0x5d59b9(0x11d)]));})['catch'](()=>null);});});},patchWebDriverBefore=_0x4e5d43=>{const _0x7db89c=a1_0x131b56,_0x43daa0={'ffqqi':function(_0x5b0454){return _0x5b0454();},'JxIsi':function(_0x5b0cb4,_0x2cbef3){return _0x5b0cb4(_0x2cbef3);},'JTUhE':function(_0x2d95ba,_0x444c85){return _0x2d95ba===_0x444c85;},'ejpQm':_0x7db89c(0xfd),'XuQVk':function(_0x5cd374,_0x1b0e2e){return _0x5cd374===_0x1b0e2e;},'fRIfv':_0x7db89c(0x193),'tIWpu':function(_0x344be5,_0x3be48d){return _0x344be5===_0x3be48d;},'OkcwZ':_0x7db89c(0x11c)},_0x1140bf=async function(_0x243eb4,_0x22df01){const _0x3333e5=_0x7db89c;_0x43daa0[_0x3333e5(0x15d)](isAccessibilityAutomationSession)&&!global[_0x3333e5(0x151)]&&global[_0x3333e5(0x16e)]&&scripts[_0x3333e5(0x17f)](_0x243eb4[_0x3333e5(0x1f5)])&&_0x43daa0[_0x3333e5(0x15a)](shouldPatchExecuteScript,arguments[0x2])&&(global[_0x3333e5(0x151)]=!![],await PerformanceTester[_0x3333e5(0x1e9)](PerformanceA11yEvents[_0x3333e5(0x17a)],async()=>{const _0x46c631=_0x3333e5;logger[_0x46c631(0x141)](_0x46c631(0x145)+_0x243eb4[_0x46c631(0x137)]+'\x20'+_0x243eb4[_0x46c631(0x1f5)]),await AccessibilityHelper['browserStackExecuteDriver'](_0x4e5d43,scripts[_0x46c631(0x1d5)]);},{'command':_0x243eb4[_0x3333e5(0x1f5)]})());global[_0x3333e5(0x151)]=![];const _0x4a1463=JSON[_0x3333e5(0x1ba)](process[_0x3333e5(0xfe)][_0x3333e5(0x1c0)]||'{}');if(_0x43daa0[_0x3333e5(0x157)](_0x4a1463?.[_0x3333e5(0x115)]?.[_0x3333e5(0x1f5)],_0x43daa0[_0x3333e5(0x129)])&&_0x43daa0['XuQVk'](typeof _0x4a1463?.['testFramework']?.[_0x3333e5(0x18c)],_0x43daa0[_0x3333e5(0x1f3)])&&_0x4a1463?.[_0x3333e5(0x115)]?.[_0x3333e5(0x18c)][_0x3333e5(0x12b)]('7'))return _0x22df01[_0x3333e5(0x1bd)](null,Array[_0x3333e5(0x1c8)]['slice']['call'](arguments,0x2));return _0x22df01[_0x3333e5(0x1bd)](this,Array[_0x3333e5(0x1c8)][_0x3333e5(0x106)][_0x3333e5(0x10e)](arguments,0x2));},_0x39c931=CodeceptWebDriver[_0x7db89c(0x1c8)][_0x7db89c(0x144)];CodeceptWebDriver[_0x7db89c(0x1c8)][_0x7db89c(0x144)]=async function(){const _0xd85cd0=_0x7db89c,_0x14dc5b={'fQqyk':function(_0x351463,_0x3c28a7){const _0x35f17c=a1_0x379b;return _0x43daa0[_0x35f17c(0x1a6)](_0x351463,_0x3c28a7);},'ujwpR':_0x43daa0['OkcwZ']};try{await _0x39c931[_0xd85cd0(0x1bd)](this,arguments);}catch(_0xd84a7b){logger['debug'](_0xd85cd0(0x10f)+util['format'](_0xd84a7b));}scripts['commandsToWrap'][_0xd85cd0(0x175)](_0x28eb11=>_0x28eb11[_0xd85cd0(0x1f5)]&&_0x28eb11[_0xd85cd0(0x137)])['forEach'](_0x5a787a=>{const _0x1c8b82=_0xd85cd0;this[_0x1c8b82(0x161)][_0x1c8b82(0x15b)](_0x5a787a['name'],_0x1140bf[_0x1c8b82(0xff)](this,_0x5a787a),_0x14dc5b[_0x1c8b82(0x125)](_0x5a787a[_0x1c8b82(0x137)],_0x14dc5b[_0x1c8b82(0x1e2)]));}),_0x43daa0[_0xd85cd0(0x15a)](processWebDriverConfig,_0x4e5d43);};};function parseJwt(_0x33e935){const _0x25382e=a1_0x131b56,_0x355995={};_0x355995[_0x25382e(0x1d2)]='base64';const _0x139c03=_0x355995;if(!_0x33e935)return null;return JSON[_0x25382e(0x1ba)](Buffer['from'](_0x33e935[_0x25382e(0x160)]('.')[0x1],_0x139c03[_0x25382e(0x1d2)])['toString']());}const patchPlaywrightBefore=()=>{const _0x5dd5b2=a1_0x131b56,_0x33f961={'SBdwi':function(_0x3e7ec7){return _0x3e7ec7();},'fnuel':_0x5dd5b2(0x1af),'WrNnY':_0x5dd5b2(0x198),'uAtSi':function(_0x399289,_0x4f5b29){return _0x399289(_0x4f5b29);},'FXnZz':function(_0x1520b9,_0x3b8375){return _0x1520b9+_0x3b8375;},'ngITT':_0x5dd5b2(0x102)};PlaywrightSessionDetails[_0x5dd5b2(0x155)]();const _0x405a3e=CodeceptPlaywright[_0x5dd5b2(0x1c8)]['_before'];CodeceptPlaywright[_0x5dd5b2(0x1c8)]['_before']=async function(){const _0x479229=_0x5dd5b2;this['browserContext']=await this[_0x479229(0x161)][_0x479229(0x1a9)]()[0x0];const _0x1aaa69=async()=>{const _0x5eb7b0=_0x479229,_0x39dbdd={'FjVsl':function(_0x27e40e){const _0x335faa=a1_0x379b;return _0x33f961[_0x335faa(0x133)](_0x27e40e);},'KWseT':_0x33f961[_0x5eb7b0(0x13e)]},_0x3ea1d0=this[_0x5eb7b0(0x1c1)]&&this[_0x5eb7b0(0x1c1)][_0x5eb7b0(0x105)]&&this[_0x5eb7b0(0x1c1)][_0x5eb7b0(0x105)][_0x5eb7b0(0x173)]&&Array[_0x5eb7b0(0x1b1)](this[_0x5eb7b0(0x1c1)][_0x5eb7b0(0x105)][_0x5eb7b0(0x173)])&&this['config'][_0x5eb7b0(0x105)][_0x5eb7b0(0x173)][_0x5eb7b0(0x1b6)](_0x33f961[_0x5eb7b0(0x1a2)]);if(_0x33f961[_0x5eb7b0(0x133)](isAccessibilityAutomationSession)&&!_0x3ea1d0)try{const _0x2ab604=_0x33f961['uAtSi'](parseJwt,process[_0x5eb7b0(0xfe)][_0x5eb7b0(0x184)]);if(_0x2ab604&&_0x2ab604['a11y_core_config']&&_0x2ab604[_0x5eb7b0(0x1ac)][_0x5eb7b0(0x16b)]){const _0x5eb061=this[_0x5eb7b0(0x183)][_0x5eb7b0(0x100)][_0x5eb7b0(0xff)](this[_0x5eb7b0(0x183)]);this[_0x5eb7b0(0x183)]['pages']=async function(){const _0x44abe5=_0x5eb7b0,_0x1e2183=await _0x39dbdd[_0x44abe5(0x1a1)](_0x5eb061),_0x5b6e81=[];for(const _0x25071b of _0x1e2183){try{const _0x1f05c1=await _0x25071b[_0x44abe5(0x149)]();!_0x1f05c1[_0x44abe5(0x12b)](_0x39dbdd[_0x44abe5(0x1eb)])&&_0x5b6e81['push'](_0x25071b);}catch(_0x123c03){_0x5b6e81[_0x44abe5(0x112)](_0x25071b);}}return _0x5b6e81;};}if(!_0x33f961[_0x5eb7b0(0x133)](isBrowserstackInfra)){const _0x586882=await this[_0x5eb7b0(0x177)]['url']();if(_0x586882[_0x5eb7b0(0x12b)](_0x33f961[_0x5eb7b0(0x13e)])){const _0x49bb19=await this[_0x5eb7b0(0x183)][_0x5eb7b0(0x100)]();this['_setPage'](_0x49bb19[0x0]);}}}catch(_0x6ca133){logger[_0x5eb7b0(0x141)](_0x5eb7b0(0x126)+_0x6ca133[_0x5eb7b0(0x127)]+(_0x6ca133[_0x5eb7b0(0x101)]?_0x33f961[_0x5eb7b0(0x1d7)](_0x33f961[_0x5eb7b0(0x14b)],_0x6ca133[_0x5eb7b0(0x101)]):''));}};_0x33f961[_0x479229(0x133)](isBrowserstackInfra)&&await _0x33f961[_0x479229(0x133)](_0x1aaa69),await _0x405a3e[_0x479229(0x1bd)](this,arguments),!_0x33f961[_0x479229(0x133)](isBrowserstackInfra)&&await _0x33f961['SBdwi'](_0x1aaa69);};},getCodeceptDriver=()=>{const _0x279d1e=a1_0x131b56,_0x2e91e6={};_0x2e91e6[_0x279d1e(0x19e)]=_0x279d1e(0x134),_0x2e91e6['EiulM']=_0x279d1e(0x136),_0x2e91e6[_0x279d1e(0x13f)]='Puppeteer',_0x2e91e6[_0x279d1e(0x114)]='TestCafe';const _0x565588=_0x2e91e6,_0xd9ebc2=[_0x565588[_0x279d1e(0x19e)],_0x565588['EiulM'],_0x565588[_0x279d1e(0x13f)],_0x565588['iXRXq']],_0x2c7f53=_0xd9ebc2[_0x279d1e(0x110)](_0x146ff5=>!!CodeceptJS[_0x279d1e(0x1df)][_0x279d1e(0x1ab)](_0x146ff5));if(!_0x2c7f53)return null;return CodeceptJS[_0x279d1e(0x1df)][_0x279d1e(0x1ab)](_0x2c7f53);};function a1_0x379b(_0x2aa9be,_0x4ed38b){const _0x53a8d3=a1_0x53a8();return a1_0x379b=function(_0x379b94,_0x24818c){_0x379b94=_0x379b94-0xfd;let _0x9daac1=_0x53a8d3[_0x379b94];return _0x9daac1;},a1_0x379b(_0x2aa9be,_0x4ed38b);}module[a1_0x131b56(0x1db)]=function(_0x4662ee){const _0x504a11=a1_0x131b56,_0x35e8ae={'AZget':function(_0x57df45){return _0x57df45();},'QmRQA':function(_0x84325f,_0x4d527f){return _0x84325f(_0x4d527f);},'rESop':'getAccessibilityResultsSummary','qLHQr':_0x504a11(0x1b5),'KDuXF':_0x504a11(0x1f4),'FMoIo':'Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','QkiXI':_0x504a11(0x197),'ccoRR':_0x504a11(0x1b0),'koHRL':'hook-failed','aRrHX':_0x504a11(0x16f),'kQgMB':_0x504a11(0x1a4),'ndEfm':function(_0x35d033){return _0x35d033();},'mhekO':function(_0x5c3a8f,_0x23426d){return _0x5c3a8f(_0x23426d);},'ESGxc':function(_0x27739e,_0x5e2c51,_0x274020){return _0x27739e(_0x5e2c51,_0x274020);},'sGSRO':_0x504a11(0x14e),'IDXEX':function(_0x428fbc,_0x373a13,_0x30dc9c){return _0x428fbc(_0x373a13,_0x30dc9c);},'Bynec':function(_0x387e7f){return _0x387e7f();},'WoMxL':_0x504a11(0x18a),'lZVqb':function(_0xfef9f4,_0x5b81bc,_0x3f88bc,_0x2bcb32){return _0xfef9f4(_0x5b81bc,_0x3f88bc,_0x2bcb32);},'SPCrE':function(_0x45346f,_0x2610e3){return _0x45346f===_0x2610e3;},'ooQtr':'Suite','GOHsa':_0x504a11(0x1ae),'iZhJG':'test-skipped','qjIZS':'afterTest','dvuTS':function(_0xccf5b3){return _0xccf5b3();},'ohnOb':'Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','KPnJu':_0x504a11(0x10b),'ajqno':'INFO','CexFu':'TEST_LOG','GpsQW':'step-comment','qEoaZ':_0x504a11(0x107),'oSktG':_0x504a11(0x16a),'jrReP':function(_0x1ba4ba){return _0x1ba4ba();},'wiODt':_0x504a11(0x136)};_0x4662ee[_0x504a11(0x196)]&&(global[_0x504a11(0x1da)]=_0x4662ee[_0x504a11(0x196)]);PerformanceTester[_0x504a11(0x108)]();const _0x20cb22=_0x35e8ae[_0x504a11(0x109)](getCodeceptDriver),_0x5a6ffa=new O11yHelper(_0x20cb22,_0x4662ee),_0x375ed9=!!CodeceptJS[_0x504a11(0x1df)][_0x504a11(0x1ab)](_0x35e8ae['wiODt']);global['__driver']=_0x20cb22,_0x20cb22&&(PerformanceTester[_0x504a11(0x1e9)](PerformanceEvents['SDK_PRE_INITIALIZE'],()=>{const _0x2764b1=_0x504a11;_0x375ed9?_0x35e8ae[_0x2764b1(0x123)](patchPlaywrightBefore):_0x35e8ae[_0x2764b1(0x176)](patchWebDriverBefore,_0x20cb22);})(),PerformanceTester['measureWrapper'](PerformanceEvents[_0x504a11(0x169)],()=>{const _0x1d57d3=_0x504a11;_0x20cb22[_0x1d57d3(0x14f)]=async()=>{const _0x19a01d=_0x1d57d3;if(global['accessibilityPlatform']){const _0x42704d={};return _0x42704d[_0x19a01d(0x1bf)]=_0x35e8ae[_0x19a01d(0x18d)],await PerformanceTester[_0x19a01d(0x1e9)](PerformanceA11yEvents[_0x19a01d(0x17a)],async()=>{const _0x5a4887=_0x19a01d;return await AccessibilityHelper[_0x5a4887(0x116)](_0x20cb22,scripts[_0x5a4887(0x1d5)]);},_0x42704d)(),await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x19a01d(0x135)],async()=>{const _0x16c55a=_0x19a01d;return await AccessibilityHelper[_0x16c55a(0x116)](_0x20cb22,scripts[_0x16c55a(0x13d)]);})();}return logger[_0x19a01d(0x17b)](_0x35e8ae['qLHQr']),{};},_0x20cb22['getAccessibilityResults']=async()=>{const _0x345044=_0x1d57d3;if(global[_0x345044(0x16e)]){const _0x2737d8={};return _0x2737d8['command']=_0x35e8ae['KDuXF'],await PerformanceTester[_0x345044(0x1e9)](PerformanceA11yEvents[_0x345044(0x17a)],async()=>{const _0x2fcf1e=_0x345044;return await AccessibilityHelper[_0x2fcf1e(0x116)](_0x20cb22,scripts['performScan']);},_0x2737d8)(),await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x345044(0x111)],async()=>{const _0x588d63=_0x345044;return await AccessibilityHelper[_0x588d63(0x116)](_0x20cb22,scripts['getResults']);})();}return logger['warn'](_0x35e8ae[_0x345044(0x1cf)]),{};},_0x35e8ae[_0x1d57d3(0x176)](patchSaveScreenshot,_0x20cb22);})()),CodeceptJS[_0x504a11(0x13c)][_0x504a11(0x138)]['on'](CodeceptJS['event'][_0x504a11(0x1cc)][_0x504a11(0x1f9)],()=>{const _0x28e459=_0x504a11;PerformanceTester['start'](PerformanceEvents[_0x28e459(0x199)]);try{_0x5a6ffa[_0x28e459(0x1c9)](),testOpsHelper['addRequestSpy'](),PerformanceTester[_0x28e459(0x1b9)](PerformanceEvents[_0x28e459(0x199)]);}catch(_0x52d49c){PerformanceTester[_0x28e459(0x120)](_0x52d49c),PerformanceTester[_0x28e459(0x1b9)](PerformanceEvents[_0x28e459(0x199)],![],_0x52d49c);}}),CodeceptJS[_0x504a11(0x13c)]['dispatcher']['on'](CodeceptJS[_0x504a11(0x13c)][_0x504a11(0x1cc)]['after'],async()=>{const _0x20bd74=_0x504a11;PerformanceTester[_0x20bd74(0x1c9)](PerformanceEvents['SDK_POST_TEST']);try{requestSpy['restore'](),await _0x5a6ffa[_0x20bd74(0x1cb)](),PerformanceTester[_0x20bd74(0x1b9)](PerformanceEvents['SDK_POST_TEST']);}catch(_0xd0bfc7){PerformanceTester[_0x20bd74(0x120)](_0xd0bfc7),PerformanceTester[_0x20bd74(0x1b9)](PerformanceEvents[_0x20bd74(0x140)],![],_0xd0bfc7);}finally{PerformanceTester[_0x20bd74(0x19b)]();}}),CodeceptJS[_0x504a11(0x13c)][_0x504a11(0x138)]['on'](CodeceptJS['event'][_0x504a11(0x185)][_0x504a11(0x182)],_0x88b778=>{const _0x3b759a=_0x504a11;PerformanceTester['start'](PerformanceEvents[_0x3b759a(0x10a)]);try{const _0x21afc4=_0x88b778[_0x3b759a(0x1a3)][_0x3b759a(0x1b4)],_0x4fb981=_0x5a6ffa[_0x3b759a(0x122)](TEST_EVENTS['HOOK_RUN_STARTED'],_0x21afc4);CodeceptRecorder[_0x3b759a(0x1ed)](()=>_0x5a6ffa[_0x3b759a(0x128)](TEST_EVENTS[_0x3b759a(0x1d4)],_0x4fb981));const _0x4a8aff={};_0x4a8aff['hookType']=_0x35e8ae[_0x3b759a(0x1d0)],PerformanceTester['end'](PerformanceEvents[_0x3b759a(0x10a)],!![],null,_0x4a8aff);}catch(_0x5202db){const _0x164fc={};_0x164fc[_0x3b759a(0x11a)]=_0x35e8ae[_0x3b759a(0x1d0)],PerformanceTester[_0x3b759a(0x1b9)](PerformanceEvents['SDK_HOOK'],![],_0x5202db,_0x164fc),PerformanceTester[_0x3b759a(0x120)](_0x5202db);}}),CodeceptJS[_0x504a11(0x13c)][_0x504a11(0x138)]['on'](CodeceptJS[_0x504a11(0x13c)]['hook']['passed'],_0x1919af=>{const _0x47c584=_0x504a11,_0x388bfa={};_0x388bfa[_0x47c584(0x11a)]=_0x35e8ae['ccoRR'],PerformanceTester[_0x47c584(0x1c9)](PerformanceHookEvents[_0x47c584(0x10a)],!![],null,_0x388bfa);try{const _0x384727=_0x1919af[_0x47c584(0x1a3)][_0x47c584(0x1b4)],_0x5ad69c=_0x5a6ffa[_0x47c584(0x122)](TEST_EVENTS['HOOK_RUN_FINISHED'],_0x384727);CodeceptRecorder[_0x47c584(0x1ed)](()=>_0x5a6ffa[_0x47c584(0x128)](TEST_EVENTS['HOOK_RUN_FINISHED'],_0x5ad69c));const _0x585820={};_0x585820[_0x47c584(0x11a)]=_0x35e8ae['ccoRR'],PerformanceTester['end'](PerformanceHookEvents[_0x47c584(0x10a)],!![],null,_0x585820);}catch(_0x1fef07){PerformanceTester[_0x47c584(0x120)](_0x1fef07);const _0x1cd10d={};_0x1cd10d[_0x47c584(0x11a)]=_0x35e8ae[_0x47c584(0x1f2)],PerformanceTester[_0x47c584(0x1b9)](PerformanceHookEvents['SDK_HOOK'],![],_0x1fef07,_0x1cd10d);}}),CodeceptJS[_0x504a11(0x13c)]['dispatcher']['on'](CodeceptJS[_0x504a11(0x13c)][_0x504a11(0x185)]['failed'],async(_0x490025,_0x2dafb5)=>{const _0x482e7d=_0x504a11;PerformanceTester[_0x482e7d(0x1c9)](PerformanceHookEvents['SDK_HOOK']);try{const _0x16a331=_0x490025['ctx']['test'],_0x4f8d5f=_0x5a6ffa[_0x482e7d(0x122)](TEST_EVENTS['HOOK_RUN_FINISHED'],_0x16a331,_0x2dafb5);CodeceptRecorder[_0x482e7d(0x1ed)](()=>_0x5a6ffa['fireEvent'](TEST_EVENTS[_0x482e7d(0x132)],_0x4f8d5f));const _0xc6c870={};_0xc6c870[_0x482e7d(0x11a)]=_0x35e8ae[_0x482e7d(0x1ca)],PerformanceTester['start'](PerformanceHookEvents[_0x482e7d(0x10a)],!![],null,_0xc6c870);}catch(_0x3b8204){PerformanceTester[_0x482e7d(0x120)](_0x3b8204);const _0x2441cc={};_0x2441cc[_0x482e7d(0x11a)]=_0x35e8ae['koHRL'],PerformanceTester[_0x482e7d(0x1b9)](PerformanceHookEvents[_0x482e7d(0x10a)],![],_0x3b8204,_0x2441cc);}const _0x23837a={};_0x23837a[_0x482e7d(0x11a)]=_0x35e8ae[_0x482e7d(0x1ca)],PerformanceTester[_0x482e7d(0x1b9)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x23837a);}),CodeceptJS['event'][_0x504a11(0x138)]['on'](CodeceptJS[_0x504a11(0x13c)][_0x504a11(0x1b4)][_0x504a11(0x1f9)],_0x40a3f3=>{const _0x4ee707=_0x504a11;PerformanceTester[_0x4ee707(0x1c9)](PerformanceHookEvents[_0x4ee707(0x10a)]);try{globals['setGlobal'](_0x35e8ae[_0x4ee707(0x165)],_0x40a3f3[_0x4ee707(0x1e6)]);_0x35e8ae[_0x4ee707(0x123)](isBrowserstackInfra)&&(_0x375ed9&&(global[_0x4ee707(0x164)]={'currentTest':{'name':_0x40a3f3[_0x4ee707(0x1e6)],'testInfo':{'titlePath':_0x40a3f3['titlePath']()}}}));const _0xce46d3={};_0xce46d3[_0x4ee707(0x11a)]=_0x35e8ae['kQgMB'],PerformanceTester[_0x4ee707(0x1b9)](PerformanceHookEvents[_0x4ee707(0x10a)],!![],null,_0xce46d3);}catch(_0x501070){PerformanceTester[_0x4ee707(0x120)](_0x501070);const _0x27be19={};_0x27be19[_0x4ee707(0x11a)]=_0x35e8ae[_0x4ee707(0x10d)],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],![],_0x501070,_0x27be19);}}),CodeceptJS[_0x504a11(0x13c)][_0x504a11(0x138)]['on'](CodeceptJS[_0x504a11(0x13c)][_0x504a11(0x1b4)][_0x504a11(0x182)],_0x2ee82b=>{const _0x370528=_0x504a11,_0x1f450c={'qixCR':function(_0x5a8a50){const _0x3e1765=a1_0x379b;return _0x35e8ae[_0x3e1765(0x1f1)](_0x5a8a50);},'JWzDS':function(_0x2b33a8,_0x5690c3){const _0x9071c6=a1_0x379b;return _0x35e8ae[_0x9071c6(0x19a)](_0x2b33a8,_0x5690c3);},'IXWYv':function(_0xb729b3,_0x442dd5,_0x3db985){const _0x18f591=a1_0x379b;return _0x35e8ae[_0x18f591(0x130)](_0xb729b3,_0x442dd5,_0x3db985);}};PerformanceTester[_0x370528(0x1c9)](PerformanceHookEvents[_0x370528(0x10a)]);try{globals[_0x370528(0x1e3)](_0x35e8ae[_0x370528(0x165)],_0x2ee82b['title']);const _0xd64e85=_0x5a6ffa['captureEvent'](TEST_EVENTS[_0x370528(0x1de)],_0x2ee82b);CodeceptRecorder[_0x370528(0x1ed)](()=>_0x5a6ffa[_0x370528(0x128)](TEST_EVENTS[_0x370528(0x1de)],_0xd64e85)),CodeceptRecorder[_0x370528(0x1ed)](async()=>{const _0x2dcc47=_0x370528;_0x1f450c['qixCR'](isBrowserstackInfra)&&(!_0x1f450c[_0x2dcc47(0x1c7)](isTrue,_0x4662ee[_0x2dcc47(0x1b7)])&&await _0x1f450c[_0x2dcc47(0x15f)](markSessionName,_0x20cb22,_0x2ee82b['title']),_0x5a6ffa['enabled']&&await _0x1f450c[_0x2dcc47(0x1c7)](o11ySync,_0x20cb22));});}catch(_0x463ea1){const _0x5de3b9={};_0x5de3b9[_0x370528(0x11a)]=_0x35e8ae[_0x370528(0x1a8)],PerformanceTester['end'](PerformanceHookEvents[_0x370528(0x10a)],![],_0x463ea1,_0x5de3b9),PerformanceTester[_0x370528(0x120)](_0x463ea1);}const _0x4e81fd={};_0x4e81fd[_0x370528(0x11a)]=_0x35e8ae[_0x370528(0x1a8)],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x4e81fd);}),CodeceptJS[_0x504a11(0x13c)][_0x504a11(0x138)]['on'](CodeceptJS[_0x504a11(0x13c)]['test']['passed'],_0x564eba=>{const _0x312062=_0x504a11;PerformanceTester['start'](PerformanceHookEvents['SDK_HOOK']);try{const _0x34b7f2=_0x5a6ffa['captureEvent'](TEST_EVENTS['TEST_RUN_FINISHED'],_0x564eba);CodeceptRecorder[_0x312062(0x1ed)](()=>_0x5a6ffa[_0x312062(0x128)](TEST_EVENTS[_0x312062(0x121)],_0x34b7f2)),CodeceptRecorder['add'](async()=>{const _0x52b4b3=_0x312062,_0x26345a={'tDpen':function(_0x17622c,_0x3c10df,_0x14e41f){const _0x28c310=a1_0x379b;return _0x35e8ae[_0x28c310(0x1f8)](_0x17622c,_0x3c10df,_0x14e41f);},'PSoan':function(_0x450bd0,_0x227bab,_0x20689a){return _0x35e8ae['IDXEX'](_0x450bd0,_0x227bab,_0x20689a);}};_0x35e8ae['Bynec'](isBrowserstackInfra)&&await PerformanceTester[_0x52b4b3(0x1e9)](PerformanceAutEvents['SESSION_STATUS'],async()=>{const _0x3babc0=_0x52b4b3;_0x375ed9?await _0x26345a[_0x3babc0(0x1e7)](playwrightMarkSessionStatus,_0x20cb22,STATE_PASSED):await _0x26345a[_0x3babc0(0x143)](markSessionStatus,_0x20cb22,STATE_PASSED);})();}),PerformanceTester['end'](PerformanceEvents['SDK_TEST']);}catch(_0x4a7cb8){PerformanceTester[_0x312062(0x120)](_0x4a7cb8);const _0x3f7d41={};_0x3f7d41[_0x312062(0x11a)]=_0x35e8ae[_0x312062(0x1ec)],PerformanceTester[_0x312062(0x1b9)](PerformanceHookEvents[_0x312062(0x10a)],![],_0x4a7cb8,_0x3f7d41),PerformanceTester[_0x312062(0x1b9)](PerformanceEvents[_0x312062(0x1c6)],![],_0x4a7cb8);}const _0x135e84={};_0x135e84[_0x312062(0x11a)]=_0x35e8ae['WoMxL'],PerformanceTester['end'](PerformanceHookEvents[_0x312062(0x10a)],!![],null,_0x135e84);}),CodeceptJS[_0x504a11(0x13c)]['dispatcher']['on'](CodeceptJS[_0x504a11(0x13c)][_0x504a11(0x1b4)][_0x504a11(0x1e8)],(_0x30f282,_0x3e3298)=>{const _0x35969f=_0x504a11,_0x5738f9={'QsJcD':function(_0x381ece){const _0x2fa723=a1_0x379b;return _0x35e8ae[_0x2fa723(0x123)](_0x381ece);},'hBDGS':function(_0x8f0842,_0xf98ac1,_0x3a55df,_0x4aa15d){const _0x33bd2d=a1_0x379b;return _0x35e8ae[_0x33bd2d(0x153)](_0x8f0842,_0xf98ac1,_0x3a55df,_0x4aa15d);}};PerformanceTester[_0x35969f(0x1c9)](PerformanceHookEvents[_0x35969f(0x10a)]);try{if(_0x35e8ae[_0x35969f(0x18f)](_0x30f282['constructor'][_0x35969f(0x1f5)],_0x35e8ae['ooQtr'])){const _0x962ef8=_0x5a6ffa[_0x35969f(0x122)](TEST_EVENTS[_0x35969f(0x187)],_0x30f282[_0x35969f(0x1a3)]['currentTest']);CodeceptRecorder['add'](()=>_0x5a6ffa[_0x35969f(0x128)](TEST_EVENTS[_0x35969f(0x187)],_0x962ef8));}else{const _0x28c181=_0x5a6ffa[_0x35969f(0x122)](TEST_EVENTS['TEST_RUN_FINISHED'],_0x30f282,_0x3e3298);CodeceptRecorder[_0x35969f(0x1ed)](()=>{const _0x511af3=_0x35969f;try{_0x5a6ffa[_0x511af3(0x128)](TEST_EVENTS[_0x511af3(0x121)],_0x28c181);}catch(_0x29efdb){logger[_0x511af3(0x141)](_0x511af3(0x18b)+util['format'](_0x29efdb)),PerformanceTester['end'](PerformanceEvents[_0x511af3(0x1c6)],![],_0x29efdb);}}),CodeceptRecorder[_0x35969f(0x1ed)](async()=>{const _0x242b24=_0x35969f;try{_0x5738f9[_0x242b24(0x1be)](isBrowserstackInfra)&&(_0x375ed9?await _0x5738f9['hBDGS'](playwrightMarkSessionStatus,_0x20cb22,STATE_FAILED,_0x3e3298):await _0x5738f9[_0x242b24(0x11b)](markSessionStatus,_0x20cb22,STATE_FAILED,_0x3e3298));}catch(_0x4c3134){logger['debug'](_0x242b24(0x1ad)+util[_0x242b24(0x152)](_0x4c3134)),PerformanceTester[_0x242b24(0x1b9)](PerformanceEvents[_0x242b24(0x1c6)],![],_0x4c3134);}});}PerformanceTester[_0x35969f(0x1b9)](PerformanceEvents['SDK_TEST']);}catch(_0x5bda3b){PerformanceTester[_0x35969f(0x120)](_0x5bda3b);const _0xba6589={};_0xba6589[_0x35969f(0x11a)]=_0x35e8ae['GOHsa'],PerformanceTester[_0x35969f(0x1b9)](PerformanceHookEvents[_0x35969f(0x10a)],![],_0x5bda3b,_0xba6589),PerformanceTester[_0x35969f(0x1b9)](PerformanceEvents['SDK_TEST'],![],_0x5bda3b);}const _0xa84740={};_0xa84740[_0x35969f(0x11a)]=_0x35e8ae[_0x35969f(0x1b3)],PerformanceTester[_0x35969f(0x1b9)](PerformanceHookEvents[_0x35969f(0x10a)],!![],null,_0xa84740);}),CodeceptJS[_0x504a11(0x13c)][_0x504a11(0x138)]['on'](CodeceptJS['event'][_0x504a11(0x1b4)][_0x504a11(0x10c)],_0xcb7e65=>{const _0x1e5fd7=_0x504a11;PerformanceTester[_0x1e5fd7(0x1c9)](PerformanceHookEvents[_0x1e5fd7(0x10a)]);try{const _0x1c062a=_0x5a6ffa[_0x1e5fd7(0x122)](TEST_EVENTS[_0x1e5fd7(0x187)],_0xcb7e65);CodeceptRecorder[_0x1e5fd7(0x1ed)](()=>_0x5a6ffa[_0x1e5fd7(0x128)](TEST_EVENTS[_0x1e5fd7(0x187)],_0x1c062a)),PerformanceTester[_0x1e5fd7(0x1b9)](PerformanceEvents[_0x1e5fd7(0x1c6)]);}catch(_0x16702b){PerformanceTester[_0x1e5fd7(0x120)](_0x16702b),PerformanceTester[_0x1e5fd7(0x1b9)](PerformanceEvents[_0x1e5fd7(0x1c6)],![],_0x16702b);const _0x293eed={};_0x293eed['hookType']=_0x35e8ae[_0x1e5fd7(0x163)],PerformanceTester[_0x1e5fd7(0x1b9)](PerformanceHookEvents[_0x1e5fd7(0x10a)],![],_0x16702b,_0x293eed);}const _0x177767={};_0x177767[_0x1e5fd7(0x11a)]=_0x35e8ae[_0x1e5fd7(0x163)],PerformanceTester['end'](PerformanceHookEvents[_0x1e5fd7(0x10a)],!![],null,_0x177767);}),CodeceptJS[_0x504a11(0x13c)]['dispatcher']['on'](CodeceptJS[_0x504a11(0x13c)][_0x504a11(0x1b4)][_0x504a11(0x18e)],async(_0x100945,_0x1aaef9)=>{const _0x42631b=_0x504a11,_0x4df07b={};_0x4df07b[_0x42631b(0x150)]=_0x35e8ae[_0x42631b(0x1c5)];const _0x4fbaf0=_0x4df07b;try{PerformanceTester['start'](PerformanceHookEvents[_0x42631b(0x10a)]);const _0x2d979d=_0x35e8ae['IDXEX'](shouldScanTestForAccessibility,_0x100945[_0x42631b(0x154)](),!![]);if(_0x35e8ae['dvuTS'](isAccessibilityAutomationSession)&&global[_0x42631b(0x16e)]&&_0x2d979d){const _0x13c94b={};_0x13c94b[_0x42631b(0x15e)]=_0x100945[_0x42631b(0x119)],_0x13c94b[_0x42631b(0x1bb)]=process[_0x42631b(0xfe)][testHubConstants[_0x42631b(0x180)][_0x42631b(0x19c)]],_0x13c94b[_0x42631b(0x139)]=process[_0x42631b(0xfe)][testHubConstants[_0x42631b(0x180)][_0x42631b(0x14d)]];const _0x5b9ab6=_0x13c94b;logger[_0x42631b(0x141)](_0x42631b(0x1ea)+JSON['stringify'](_0x5b9ab6)),CodeceptRecorder[_0x42631b(0x1ed)](async()=>{const _0x64a12b=_0x42631b,_0x1d9ab6={};_0x1d9ab6[_0x64a12b(0x1bf)]=_0x4fbaf0['QYkgL'],await PerformanceTester[_0x64a12b(0x1e9)](PerformanceA11yEvents[_0x64a12b(0x17a)],async()=>{const _0x2198c4=_0x64a12b;await AccessibilityHelper[_0x2198c4(0x116)](_0x20cb22,scripts['performScan']);},_0x1d9ab6)(),await PerformanceTester[_0x64a12b(0x1e9)](PerformanceA11yEvents[_0x64a12b(0x194)],async()=>{const _0x5ef7dc=_0x64a12b;await AccessibilityHelper[_0x5ef7dc(0x116)](_0x20cb22,scripts[_0x5ef7dc(0x11f)],_0x5b9ab6);})();}),logger[_0x42631b(0x118)](_0x35e8ae[_0x42631b(0x186)]);}const _0x24d77c={};_0x24d77c[_0x42631b(0x11a)]=_0x35e8ae['KPnJu'],PerformanceTester['end'](PerformanceHookEvents[_0x42631b(0x10a)],!![],null,_0x24d77c);}catch(_0x4b1224){PerformanceTester[_0x42631b(0x120)](_0x4b1224);const _0x2c1e21={};_0x2c1e21[_0x42631b(0x11a)]=_0x35e8ae[_0x42631b(0x1f7)],PerformanceTester['end'](PerformanceHookEvents[_0x42631b(0x10a)],![],_0x4b1224,_0x2c1e21);}}),CodeceptJS[_0x504a11(0x13c)][_0x504a11(0x138)]['on'](CodeceptJS[_0x504a11(0x13c)]['step'][_0x504a11(0x1e1)],_0x4ab3ae=>{const _0x4de7fc=_0x504a11;PerformanceTester[_0x4de7fc(0x1c9)](PerformanceHookEvents[_0x4de7fc(0x10a)]);try{process[_0x4de7fc(0x1a5)](_0x4de7fc(0x174)+process[_0x4de7fc(0x195)],{'timestamp':new Date()[_0x4de7fc(0x17d)](),'level':_0x35e8ae[_0x4de7fc(0x170)],'message':_0x4ab3ae,'kind':_0x35e8ae[_0x4de7fc(0x142)],'http_response':{}});}catch(_0x432d3e){PerformanceTester[_0x4de7fc(0x120)](_0x432d3e);const _0x16662b={};_0x16662b[_0x4de7fc(0x11a)]=_0x35e8ae['GpsQW'],PerformanceTester[_0x4de7fc(0x1b9)](PerformanceHookEvents[_0x4de7fc(0x10a)],![],_0x432d3e,_0x16662b);}const _0xfbb20f={};_0xfbb20f['hookType']=_0x35e8ae['GpsQW'],PerformanceTester[_0x4de7fc(0x1b9)](PerformanceHookEvents[_0x4de7fc(0x10a)],!![],null,_0xfbb20f);}),CodeceptJS[_0x504a11(0x13c)][_0x504a11(0x138)]['on'](CodeceptJS[_0x504a11(0x13c)][_0x504a11(0x12d)][_0x504a11(0x1f9)],_0x1a1216=>{const _0x375a64=_0x504a11,_0x3170e2={};_0x3170e2[_0x375a64(0x11a)]=_0x35e8ae[_0x375a64(0x179)],PerformanceTester[_0x375a64(0x1e9)](PerformanceHookEvents[_0x375a64(0x10a)],()=>{_0x5a6ffa['bddStepStart'](_0x1a1216);},_0x3170e2)();}),CodeceptJS[_0x504a11(0x13c)]['dispatcher']['on'](CodeceptJS[_0x504a11(0x13c)][_0x504a11(0x12d)]['after'],_0x730d05=>{const _0x2aad31=_0x504a11,_0xcd1f7a={};_0xcd1f7a[_0x2aad31(0x11a)]=_0x35e8ae[_0x2aad31(0x178)],PerformanceTester[_0x2aad31(0x1e9)](PerformanceHookEvents[_0x2aad31(0x10a)],()=>{const _0x15ca99=_0x2aad31;_0x5a6ffa[_0x15ca99(0x159)](_0x730d05);},_0xcd1f7a)();});};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
'use strict';const a2_0x23cb20=a2_0x5a39;function a2_0x5a39(_0x2b5998,_0x2c74db){const _0x43fdc2=a2_0x43fd();return a2_0x5a39=function(_0x5a390d,_0xbaebfb){_0x5a390d=_0x5a390d-0xea;let _0x509532=_0x43fdc2[_0x5a390d];return _0x509532;},a2_0x5a39(_0x2b5998,_0x2c74db);}(function(_0x1b3294,_0x4f7584){const _0x3c3db1=a2_0x5a39,_0x32506a=_0x1b3294();while(!![]){try{const _0x1e633b=parseInt(_0x3c3db1(0x13f))/0x1+parseInt(_0x3c3db1(0xea))/0x2*(parseInt(_0x3c3db1(0x114))/0x3)+-parseInt(_0x3c3db1(0x160))/0x4*(-parseInt(_0x3c3db1(0xfd))/0x5)+-parseInt(_0x3c3db1(0x134))/0x6+parseInt(_0x3c3db1(0x12c))/0x7+-parseInt(_0x3c3db1(0x127))/0x8+parseInt(_0x3c3db1(0x144))/0x9;if(_0x1e633b===_0x4f7584)break;else _0x32506a['push'](_0x32506a['shift']());}catch(_0x5b5609){_0x32506a['push'](_0x32506a['shift']());}}}(a2_0x43fd,0x4ac4b));const fs=require('fs'),path=require(a2_0x23cb20(0x107)),util=require(a2_0x23cb20(0x111)),process=require(a2_0x23cb20(0xf1)),logger=require(a2_0x23cb20(0x100))[a2_0x23cb20(0xfc)],{default:BrowserStackSetup}=require(a2_0x23cb20(0x133)),helper=require('../../helpers/helper'),utilities=require(a2_0x23cb20(0x10f)),{checkAccessibilityPlatformConfig}=require(a2_0x23cb20(0x179)),{setAccessibilityCapabilities}=require(a2_0x23cb20(0x138)),{requireModule,nestedKeyValue,isBrowserstackInfra}=require(a2_0x23cb20(0x16e)),CodeceptJS=requireModule(a2_0x23cb20(0x13c),'codeceptjs'),testOpsHelper=require('../../helpers/test-observability/utils'),TestHubHandler=require(a2_0x23cb20(0xef)),constants=require(a2_0x23cb20(0x150)),PerformanceTester=require('../../helpers/performance/performance-tester'),{FRAMEWORKS}=require(a2_0x23cb20(0x112)),PerformanceEvents=require(a2_0x23cb20(0xf3))[a2_0x23cb20(0x165)],ClientTroubleShootingService=require('../utils/clientTroubleshootingService'),_testErrorData=[],getUserCodeceptJSConfigs=(_0x14ef18,_0x407302)=>{const _0x48cd3a=a2_0x23cb20,_0x13b7a2={};_0x13b7a2['xRaJQ']=function(_0x3a96c0,_0x2ec818){return _0x3a96c0===_0x2ec818;},_0x13b7a2[_0x48cd3a(0x187)]=_0x48cd3a(0x120),_0x13b7a2[_0x48cd3a(0x157)]='codecept.json';const _0x4235aa=_0x13b7a2;let _0x1460b3=null;const _0x45c4b={};let _0x2526dc=_0x407302[_0x48cd3a(0x14b)](_0x4a8b07=>_0x4a8b07===_0x48cd3a(0xf6));_0x4235aa[_0x48cd3a(0x142)](_0x2526dc,-0x1)&&(_0x2526dc=_0x407302[_0x48cd3a(0x14b)](_0x4dc42b=>_0x4dc42b==='-c'));if(!helper['isUndefined'](_0x14ef18[_0x48cd3a(0x162)])&&fs[_0x48cd3a(0x135)](path['join'](process[_0x48cd3a(0x181)](),_0x14ef18[_0x48cd3a(0x162)])))_0x1460b3=path[_0x48cd3a(0x188)](process[_0x48cd3a(0x181)](),_0x14ef18['config']),_0x407302[_0x48cd3a(0x15e)](_0x2526dc,0x2);else{if(!helper['isUndefined'](_0x14ef18['c'])&&fs[_0x48cd3a(0x135)](path[_0x48cd3a(0x188)](process[_0x48cd3a(0x181)](),_0x14ef18['c'])))_0x1460b3=path[_0x48cd3a(0x188)](process[_0x48cd3a(0x181)](),_0x14ef18['c']),_0x407302[_0x48cd3a(0x15e)](_0x2526dc,0x2);else{if(fs[_0x48cd3a(0x135)](path['join'](process['cwd'](),_0x4235aa[_0x48cd3a(0x187)])))_0x1460b3=path[_0x48cd3a(0x188)](process[_0x48cd3a(0x181)](),_0x4235aa[_0x48cd3a(0x187)]);else fs[_0x48cd3a(0x135)](path[_0x48cd3a(0x188)](process[_0x48cd3a(0x181)](),_0x4235aa[_0x48cd3a(0x157)]))&&(_0x1460b3=path[_0x48cd3a(0x188)](process[_0x48cd3a(0x181)](),_0x4235aa[_0x48cd3a(0x157)]));}}return process[_0x48cd3a(0xf4)]['USER_CONFIG_DETAILS_PATH']=_0x1460b3,_0x1460b3;},getO11yRerunPattern=()=>{const _0x369928=a2_0x23cb20,_0x4c7077=helper['isTrue'](process[_0x369928(0xf4)][_0x369928(0x104)]);if(_0x4c7077){const _0x231b0b=process[_0x369928(0xf4)][_0x369928(0x125)],_0x48f35b=[];if(helper[_0x369928(0x10b)](_0x231b0b)&&!helper[_0x369928(0x180)](_0x231b0b)){_0x231b0b[_0x369928(0x118)](',')[_0x369928(0x17f)](_0x4a6436=>{const _0x22e569=_0x369928;_0x48f35b[_0x22e569(0x173)]('('+_0x4a6436[_0x22e569(0x156)]()+')');});const _0xf80038='^'+_0x48f35b[_0x369928(0x188)]('|')+'$';return _0xf80038;}}return null;},a2_0x1536f2={};a2_0x1536f2['chrome']=a2_0x23cb20(0xee),a2_0x1536f2[a2_0x23cb20(0xf5)]='chromium',a2_0x1536f2[a2_0x23cb20(0x154)]=a2_0x23cb20(0x129),a2_0x1536f2[a2_0x23cb20(0x14e)]=a2_0x23cb20(0x158);const pwToCodeceptBrowser=a2_0x1536f2;async function run(_0x33b76e,_0x22e0de,_0xaa2c7e){const _0x1d0d47=a2_0x23cb20,_0x1a45b8={'XlLfs':function(_0x6867c8,_0x184949){return _0x6867c8+_0x184949;},'cFLxi':function(_0x40f6c0,_0x4a92ec){return _0x40f6c0(_0x4a92ec);},'opKem':function(_0x2aa68a,_0x430891){return _0x2aa68a+_0x430891;},'uyCcO':function(_0x1c14d4,_0x269738,_0xaafa7a){return _0x1c14d4(_0x269738,_0xaafa7a);},'zegJB':'helpers','ACUfO':function(_0x40686c){return _0x40686c();},'abwrX':_0x1d0d47(0x149),'vRQPs':function(_0xd7da0b){return _0xd7da0b();},'KjcHY':_0x1d0d47(0x16b),'lDzkk':_0x1d0d47(0x122),'JhblW':'Started\x20:\x20','ENSxo':_0x1d0d47(0x126),'GBLQw':'Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','mDfBK':_0x1d0d47(0x15b),'lWYNM':_0x1d0d47(0x130),'cYAbx':function(_0x945a9a,_0x28bf35){return _0x945a9a!=_0x28bf35;},'gyNZm':function(_0x3662e4,_0x341a8d){return _0x3662e4===_0x341a8d;},'PoXuW':function(_0x3ced6f,_0x5691e4,_0xeba34c){return _0x3ced6f(_0x5691e4,_0xeba34c);},'SMqnc':_0x1d0d47(0x13d),'APPin':function(_0x29edb3,_0x9b81be){return _0x29edb3*_0x9b81be;},'gotUx':function(_0x410b02,_0x314686,_0x521d0c){return _0x410b02(_0x314686,_0x521d0c);},'lOanu':'browser','YUYSR':'desiredCapabilities','SFESo':function(_0x2323be,_0x5cc21d,_0x22d303){return _0x2323be(_0x5cc21d,_0x22d303);},'KTgpV':_0x1d0d47(0x11d),'usMll':_0x1d0d47(0x175),'CUZKE':_0x1d0d47(0xfb)};await _0xaa2c7e['initialize'](_0x33b76e),await helper[_0x1d0d47(0x170)](_0xaa2c7e['config']);if(!_0xaa2c7e[_0x1d0d47(0x162)])return;process['profile']=_0x33b76e[_0x1d0d47(0x117)];_0x33b76e[_0x1d0d47(0x117)]&&(process[_0x1d0d47(0xf4)][_0x1d0d47(0x117)]=_0x33b76e[_0x1d0d47(0x117)]);const _0x5e838a=_0x1a45b8[_0x1d0d47(0x109)](getUserCodeceptJSConfigs,_0x33b76e,_0x22e0de);let _0x3f691b={};_0x5e838a?(logger[_0x1d0d47(0x141)](_0x1d0d47(0x168)+_0x5e838a),_0x3f691b=CodeceptJS['config'][_0x1d0d47(0x147)](_0x5e838a)):logger[_0x1d0d47(0x141)](_0x1a45b8[_0x1d0d47(0xf0)]);let _0x585391=![];_0x1a45b8[_0x1d0d47(0x109)](nestedKeyValue,_0x3f691b,[_0x1a45b8[_0x1d0d47(0x12a)],_0x1a45b8[_0x1d0d47(0x15c)]])&&(_0x585391=!![]);const _0x3ae2ea=_0x585391?_0x1a45b8[_0x1d0d47(0x15c)]:_0x1a45b8[_0x1d0d47(0x103)];let _0x2a318d=!_0x585391?helper['useW3C'](_0xaa2c7e[_0x1d0d47(0x162)]):![];!helper[_0x1d0d47(0x180)](_0xaa2c7e[_0x1d0d47(0x162)][_0x1d0d47(0x182)])&&(process[_0x1d0d47(0xf4)][_0x1d0d47(0x132)]=JSON[_0x1d0d47(0x131)](_0xaa2c7e['config']['accessibilityOptions']));let _0x1e27a7=_0xaa2c7e[_0x1d0d47(0x162)][_0x1d0d47(0x183)];_0x1e27a7=_0x1e27a7||_0x1a45b8['cFLxi'](checkAccessibilityPlatformConfig,_0xaa2c7e[_0x1d0d47(0x162)]),process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x1e27a7;_0x1e27a7&&(_0x2a318d=!_0x1e27a7);_0x1a45b8[_0x1d0d47(0x146)](_0xaa2c7e[_0x1d0d47(0x162)][_0x1d0d47(0x15a)],null)?process[_0x1d0d47(0xf4)]['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0xaa2c7e[_0x1d0d47(0x162)][_0x1d0d47(0x15a)]:process[_0x1d0d47(0xf4)][_0x1d0d47(0x116)]=_0x1a45b8[_0x1d0d47(0xf8)](_0x3ae2ea,_0x1a45b8[_0x1d0d47(0x15c)]);const _0x23515c=_0x1a45b8[_0x1d0d47(0x189)](nestedKeyValue,_0x3f691b,[_0x1a45b8[_0x1d0d47(0x14c)]]),_0x223de3=_0x23515c&&!helper['isEmpty'](_0x23515c)?FRAMEWORKS[_0x1d0d47(0x110)]:FRAMEWORKS['CODECEPT'],_0x1a6bce=await TestHubHandler[_0x1d0d47(0x13a)](_0x223de3,_0xaa2c7e);_0x1e27a7&&_0x1a45b8[_0x1d0d47(0x169)](setAccessibilityCapabilities,_0xaa2c7e[_0x1d0d47(0x162)]);const _0x5ac102={},_0x243202=[],_0xe6c2da=_0xaa2c7e[_0x1d0d47(0x162)][_0x1d0d47(0x102)]||helper[_0x1d0d47(0x186)](_0x33b76e,_0x22e0de,_0xaa2c7e[_0x1d0d47(0x162)],constants[_0x1d0d47(0xff)]['CODECEPT'])||0x1;let _0x339b7c=0x1;if(_0x1a45b8['ACUfO'](isBrowserstackInfra)){const _0x48790d=helper['prepareCapabilities'](_0xaa2c7e['config'],_0x2a318d,constants[_0x1d0d47(0xff)][_0x1d0d47(0x121)]);_0x48790d[_0x1d0d47(0x12d)](_0x4d90fb=>{const _0x3145e9=_0x1d0d47;helper[_0x3145e9(0x17e)](_0x4d90fb);}),helper[_0x1d0d47(0x184)](_0xaa2c7e[_0x1d0d47(0x162)])?_0x339b7c=_0x1a45b8[_0x1d0d47(0x136)](_0xe6c2da,_0xaa2c7e['config'][_0x1d0d47(0xfa)][_0x1d0d47(0x17a)]):_0x339b7c=_0xe6c2da,_0x48790d[_0x1d0d47(0x12d)](_0x9144e7=>{const _0x3aaa2b=_0x1d0d47,_0xa8f6da=_0x1a45b8['opKem'](helper[_0x3aaa2b(0x140)](_0x9144e7,'_'),'_'+Date[_0x3aaa2b(0x166)]()),_0x32a38a=((()=>{const _0x3895a9=_0x3aaa2b;if(_0x585391){const _0x5c17db=pwToCodeceptBrowser[_0x9144e7[_0x3895a9(0x16c)]]||_0x9144e7[_0x3895a9(0x16c)];return{'browser':_0x5c17db,[_0x5c17db]:{'browserWSEndpoint':_0x1a45b8['XlLfs'](helper[_0x3895a9(0xf7)](_0xaa2c7e['config']),_0x1a45b8[_0x3895a9(0x169)](encodeURIComponent,JSON[_0x3895a9(0x131)](_0x9144e7)))}};}const _0x2a18da={};return _0x2a18da[_0x3895a9(0x124)]=_0x9144e7,_0x2a18da[_0x3895a9(0xf9)]=_0xaa2c7e[_0x3895a9(0x162)][_0x3895a9(0x139)],_0x2a18da[_0x3895a9(0x143)]=_0xaa2c7e[_0x3895a9(0x162)][_0x3895a9(0x11f)],_0x2a18da;})()),_0x46f874=_0x1a45b8[_0x3aaa2b(0x109)](nestedKeyValue,_0x3f691b,[_0x1a45b8['zegJB'],_0x3ae2ea]);_0x5ac102[_0xa8f6da]=_0x46f874?helper['mergeDeep'](_0x32a38a,_0x46f874):_0x32a38a;if(_0x585391)_0x5ac102[_0xa8f6da][_0x3aaa2b(0x106)]=pwToCodeceptBrowser[_0x9144e7[_0x3aaa2b(0x16c)]]||_0x9144e7['browserName'];else{_0x5ac102[_0xa8f6da][_0x3aaa2b(0x106)]=_0x9144e7[_0x3aaa2b(0x16c)]||_0x32a38a[_0x3aaa2b(0x106)];if(_0x1a45b8[_0x3aaa2b(0x10d)](isBrowserstackInfra)){_0x5ac102[_0xa8f6da][_0x3aaa2b(0x108)]=constants[_0x3aaa2b(0x14f)][_0x3aaa2b(0x11b)](_0x1a45b8[_0x3aaa2b(0x16a)],'')[_0x3aaa2b(0x11b)](/https?:\/\//,'');;_0x5ac102[_0xa8f6da][_0x3aaa2b(0x107)]=_0x1a45b8[_0x3aaa2b(0x16a)];}}_0x243202['push'](_0xa8f6da);});}else{_0x339b7c=0x1;if(_0x585391){const _0x2cea5e=_0x1a45b8[_0x1d0d47(0x14a)](nestedKeyValue,_0x3f691b,[_0x1a45b8[_0x1d0d47(0x12a)],_0x3ae2ea,_0x1a45b8[_0x1d0d47(0x15f)]]),_0x501960=_0x1a45b8[_0x1d0d47(0x14a)](nestedKeyValue,_0x3f691b,[_0x1a45b8[_0x1d0d47(0x12a)],_0x3ae2ea,_0x2cea5e]);if(_0x501960&&_0x501960[_0x1d0d47(0x159)]){const _0x1145d3={};_0x1145d3[_0x1d0d47(0xfa)]=[],_0x501960[_0x1d0d47(0x159)]=helper[_0x1d0d47(0x12e)](Object[_0x1d0d47(0x148)]({},_0xaa2c7e[_0x1d0d47(0x162)],_0x1145d3),null,_0x223de3[_0x1d0d47(0x17b)](),null,null,_0x501960[_0x1d0d47(0x159)]);}}else{const _0x51fd85={};_0x51fd85[_0x1d0d47(0xfa)]=[],_0x3f691b[_0x1a45b8['zegJB']][_0x3ae2ea][_0x1a45b8['YUYSR']]=helper[_0x1d0d47(0x12e)](Object[_0x1d0d47(0x148)]({},_0xaa2c7e['config'],_0x51fd85),null,_0x223de3['toLowerCase'](),_0x1a45b8[_0x1d0d47(0x137)](nestedKeyValue,_0x3f691b,[_0x1a45b8['zegJB'],_0x3ae2ea,_0x1a45b8[_0x1d0d47(0x101)]])||{},null,null);}_0x5ac102[_0x1a45b8[_0x1d0d47(0x113)]]=_0x3f691b,_0x243202[_0x1d0d47(0x173)](_0x1a45b8[_0x1d0d47(0x113)]);}const _0x11f66f={};_0x11f66f[_0x1d0d47(0x16f)]=_0x5e838a;const _0x353dde=_0x11f66f,_0x3892b4=path[_0x1d0d47(0x188)](__dirname,_0x1a45b8['usMll']),_0x28cb2d=process['cwd']();process[_0x1d0d47(0xf4)][_0x1a45b8[_0x1d0d47(0x10e)]]=_0x28cb2d,process[_0x1d0d47(0x123)](path['dirname'](_0x5e838a));const _0x184e2b=new CodeceptJS[(_0x1d0d47(0x145))](null,_0x353dde),_0x3f7ab1=_0x184e2b['createGroupsOfSuites'](_0x339b7c),_0x5dbe6b=testOpsHelper[_0x1d0d47(0x13b)](),_0x4a11e5=_0x243202['map'](_0x82f2ef=>{const _0x172f23=_0x1d0d47,_0x4f7c08={};_0x4f7c08[_0x172f23(0x15b)]=_0x5ac102[_0x82f2ef];const _0x2f7245={};_0x2f7245[_0x172f23(0x130)]=_0x5ac102[_0x82f2ef];const _0x4e0dc3=_0x585391?_0x4f7c08:_0x2f7245,_0x105f2f=_0x1a45b8[_0x172f23(0x10d)](getO11yRerunPattern),_0x2ccd52={};_0x2ccd52[_0x172f23(0x119)]=_0x4e0dc3;const _0x36a1d1={};_0x36a1d1[_0x172f23(0x171)]=_0x3892b4,_0x36a1d1['enabled']=!![],_0x36a1d1['skipSessionName']=_0xaa2c7e[_0x172f23(0x162)][_0x172f23(0x152)]['skipSessionName'],_0x36a1d1[_0x172f23(0x128)]=_0xaa2c7e['config'][_0x172f23(0x152)][_0x172f23(0x128)],_0x36a1d1[_0x172f23(0x15a)]=_0x5dbe6b,_0x36a1d1[_0x172f23(0x14d)]=_0x223de3;const _0x4c1586={};_0x4c1586[_0x172f23(0x151)]=_0x36a1d1;const _0x1d9b9f={};return _0x1d9b9f[_0x172f23(0x11a)]=_0x4c1586,helper['mergeDeep']({},_0x3f691b,_0x1a45b8[_0x172f23(0x185)](isBrowserstackInfra)?_0x2ccd52:{},_0x105f2f?{'grep':_0x105f2f}:{},_0x1d9b9f);});for(const _0x82ddc9 of _0x4a11e5){for(const _0x5e34e1 of _0x3f7ab1){const _0x54434c=_0x184e2b[_0x1d0d47(0x177)]();_0x54434c[_0x1d0d47(0x163)](_0x5e34e1),_0x54434c[_0x1d0d47(0x161)](_0x82ddc9);const _0x2a6c35={};_0x2a6c35[_0x1d0d47(0x162)]=_0x5e838a,_0x54434c['addOptions'](Object[_0x1d0d47(0x148)](_0x2a6c35,_0x33b76e));}}_0x184e2b['on'](CodeceptJS[_0x1d0d47(0x155)][_0x1d0d47(0x13e)][_0x1d0d47(0x10a)],(_0x5962fa,_0xd51b4a)=>{const _0x39d3c5=_0x1d0d47;console[_0x39d3c5(0x167)](_0x1a45b8[_0x39d3c5(0x11e)],_0x5962fa[_0x39d3c5(0x176)]);const _0x2b5217={[_0x5962fa[_0x39d3c5(0x176)]]:_0x5962fa[_0x39d3c5(0x10c)][_0x39d3c5(0x178)]};_testErrorData['push'](_0x2b5217);}),_0x184e2b['on'](CodeceptJS[_0x1d0d47(0x155)][_0x1d0d47(0x13e)][_0x1d0d47(0x16d)],async _0x5cfabd=>{const _0x37bf91=_0x1d0d47;console['log'](_0x1a45b8[_0x37bf91(0x105)],_0x5cfabd[_0x37bf91(0x176)]);}),_0x184e2b['on'](CodeceptJS[_0x1d0d47(0x155)]['test'][_0x1d0d47(0x153)],async _0x3e09dd=>{const _0x321a47=_0x1d0d47;console['log'](_0x1a45b8[_0x321a47(0xeb)],_0x3e09dd['title']);}),_0x184e2b['on'](CodeceptJS[_0x1d0d47(0x155)][_0x1d0d47(0x12b)][_0x1d0d47(0xf2)],async()=>{const _0x1b74c4=_0x1d0d47,_0x40b7f1=_0x1a45b8[_0x1b74c4(0x172)]['split']('|');let _0x2adc29=0x0;while(!![]){switch(_0x40b7f1[_0x2adc29++]){case'0':PerformanceTester[_0x1b74c4(0x15d)](PerformanceEvents[_0x1b74c4(0x174)]);continue;case'1':testOpsHelper[_0x1b74c4(0xec)]();continue;case'2':_0xaa2c7e[_0x1b74c4(0x17d)]=_testErrorData;continue;case'3':try{await TestHubHandler[_0x1b74c4(0x12f)]();}catch(_0x1e59b8){logger[_0x1b74c4(0x17c)](_0x1b74c4(0x164)+util['format'](_0x1e59b8));}continue;case'4':_0x184e2b['printResults']();continue;case'5':utilities[_0x1b74c4(0xed)](_0xaa2c7e);continue;}break;}});async function _0xdaad66(){const _0x3b7842=_0x1d0d47;try{await _0x184e2b[_0x3b7842(0x11c)](),await _0x184e2b['run']();}finally{process[_0x3b7842(0x123)](_0x28cb2d),await _0x184e2b[_0x3b7842(0xfe)]();}}PerformanceTester[_0x1d0d47(0x115)](PerformanceEvents['SDK_SETUP']),_0x1a45b8['vRQPs'](_0xdaad66);}module['exports']=run;function a2_0x43fd(){const _0x2baf60=['push','SDK_CLEANUP','BrowserStackPlugin.js','title','spawn','stack','../../helpers/accessibility-automation/helper','length','toLowerCase','debug','errorMessage','setAdditionalCapabilities','map','isUndefined','cwd','accessibilityOptions','accessibility','validPlatformsPresent','vRQPs','getUserWorkerCount','ONKJD','join','PoXuW','508HBUqoA','JhblW','printBuildLink','finalExecution','chromium','../../helpers/testhub/testhubHandler','GBLQw','process','result','../../helpers/performance/constants','env','playwright-chromium','--config','getPlaywrightUrl','gyNZm','user','platforms','browserStackCwd','winstonLogger','5LuRlsH','teardownAll','FRAMEWORKS','../../helpers/logger','YUYSR','parallelsPerPlatform','lWYNM','BROWSERSTACK_RERUN','lDzkk','browser','path','host','uyCcO','failed','validateRerunTestList','err','ACUfO','CUZKE','../../helpers/utilities','CODECEPT_CUCUMBER','util','../../helpers/test-observability/constants','KTgpV','1497mDRaLS','end','BROWSERSTACK_TEST_OBSERVABILITY_YML','profile','split','helpers','plugins','replace','bootstrapAll','root','KjcHY','accessKey','codecept.conf.js','CODECEPT','Passed\x20:\x20','chdir','desiredCapabilities','BROWSERSTACK_RERUN_TESTS','0|2|1|5|3|4','3172984rNHIGo','skipSessionStatus','firefox','zegJB','all','2378446KXzCel','forEach','prepareCapabilities','stop','WebDriver','stringify','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','../../helpers/BrowserStackSetup','2038752GNJvLt','existsSync','APPin','SFESo','../../bin/playwright/accessibility-helper','userName','launchBuild','isTestObservabilitySession','codeceptjs/lib/index.js','gherkin','test','127279yjpFpp','getPlatformName','info','xRaJQ','key','59454XPPQfL','Workers','cYAbx','load','assign','/wd/hub','gotUx','findIndex','SMqnc','frameworkName','playwright-webkit','hubUrl','../utils/constants','BrowserStackPlugin','testContextOptions','before','playwright-firefox','event','trim','YPqDG','webkit','browserWSEndpoint','testObservability','Playwright','mDfBK','start','slice','lOanu','1769028zKitHe','addConfig','config','addTests','Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20','EVENTS','now','log','Getting\x20your\x20codeceptjs\x20configs\x20from\x20','cFLxi','abwrX','Failed\x20:\x20','browserName','passed','../../helpers/helper','testConfig','handleApp','require','ENSxo'];a2_0x43fd=function(){return _0x2baf60;};return a2_0x43fd();}
|
|
2
|
+
'use strict';const a2_0x2b3202=a2_0x4d0b;function a2_0xa8cf(){const _0x48c16e=['forEach','load','isEmpty','WPrEC','hEGkL','err','passed','Passed\x20:\x20','iKOmd','RtArg','31AcsdKB','platforms','227808bPKCAY','map','profile','../../helpers/performance/constants','Started\x20:\x20','replace','chromium','--config','1124KRNuiv','join','MGFAm','validPlatformsPresent','parallelsPerPlatform','launchBuild','format','codecept.json','tglGH','require','browserWSEndpoint','mergeDeep','testConfig','Kekmm','donrC','testObservability','assign','before','addConfig','process','Workers','start','test','exports','slice','Failed\x20:\x20','accessibility','9026GGQuGX','path','host','prepareCapabilities','config','CODECEPT_CUCUMBER','end','failed','errorMessage','stringify','winstonLogger','697275OZvOEH','frameworkName','JVhHi','BrowserStackPlugin','browser','qTABU','useW3C','stop','run','event','chdir','dirname','PLJPQ','createGroupsOfSuites','userName','codeceptjs/lib/index.js','../../helpers/testhub/testhubHandler','aIibb','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','fSfTz','cwd','89815jGQweF','key','info','../../helpers/helper','rpzQC','teardownAll','bootstrapAll','helpers','enabled','Playwright','4|0|2|3|5|1','../../helpers/test-observability/constants','testContextOptions','xUcYF','webkit','root','browserStackCwd','browserName','findIndex','../../helpers/accessibility-automation/helper','accessKey','split','Getting\x20your\x20codeceptjs\x20configs\x20from\x20','XbUHd','BROWSERSTACK_RERUN_TESTS','playwright-webkit','skipSessionStatus','../../helpers/performance/performance-tester','1278gqDLBo','user','initialize','../../helpers/logger','eEoND','accessibilityOptions','589974hhYxvn','../utils/constants','playwright-firefox','SDK_CLEANUP','EDEXP','63aIPGTW','env','trim','BrowserStackPlugin.js','EVENTS','firefox','HWUyB','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','../utils/clientTroubleshootingService','TUvMx','isTrue','FRAMEWORKS','setAdditionalCapabilities','SDK_SETUP','7uJtvCD','BwAXi','existsSync','handleApp','toLowerCase','../../helpers/test-observability/utils','dXKag','sKiOY','WebDriver','spawn','getPlatformName','677550aBdnuz','CODECEPT','../../helpers/utilities','../../bin/playwright/accessibility-helper','DKhBY','push','all','codecept.conf.js','dklKM','desiredCapabilities','BROWSERSTACK_RERUN','plugins','title','debug','length','printBuildLink','isUndefined','../../helpers/BrowserStackSetup','skipSessionName','log'];a2_0xa8cf=function(){return _0x48c16e;};return a2_0xa8cf();}(function(_0x35eedc,_0x4d7c8c){const _0x5d5b06=a2_0x4d0b,_0x227813=_0x35eedc();while(!![]){try{const _0x297efc=-parseInt(_0x5d5b06(0x128))/0x1*(-parseInt(_0x5d5b06(0x14d))/0x2)+parseInt(_0x5d5b06(0x189))/0x3*(-parseInt(_0x5d5b06(0x132))/0x4)+-parseInt(_0x5d5b06(0x158))/0x5+parseInt(_0x5d5b06(0xec))/0x6*(parseInt(_0x5d5b06(0xff))/0x7)+parseInt(_0x5d5b06(0x12a))/0x8*(parseInt(_0x5d5b06(0xf1))/0x9)+-parseInt(_0x5d5b06(0x10a))/0xa+-parseInt(_0x5d5b06(0x16d))/0xb;if(_0x297efc===_0x4d7c8c)break;else _0x227813['push'](_0x227813['shift']());}catch(_0x237011){_0x227813['push'](_0x227813['shift']());}}}(a2_0xa8cf,0x19053));function a2_0x4d0b(_0x5c356e,_0x90d2d2){const _0xa8cf=a2_0xa8cf();return a2_0x4d0b=function(_0x4d0b48,_0x76ece9){_0x4d0b48=_0x4d0b48-0xe8;let _0x3531d5=_0xa8cf[_0x4d0b48];return _0x3531d5;},a2_0x4d0b(_0x5c356e,_0x90d2d2);}const fs=require('fs'),path=require(a2_0x2b3202(0x14e)),util=require('util'),process=require(a2_0x2b3202(0x145)),logger=require(a2_0x2b3202(0xe9))[a2_0x2b3202(0x157)],{default:BrowserStackSetup}=require(a2_0x2b3202(0x11b)),helper=require(a2_0x2b3202(0x170)),utilities=require(a2_0x2b3202(0x10c)),{checkAccessibilityPlatformConfig}=require(a2_0x2b3202(0x180)),{setAccessibilityCapabilities}=require(a2_0x2b3202(0x10d)),{requireModule,nestedKeyValue,isBrowserstackInfra}=require(a2_0x2b3202(0x170)),CodeceptJS=requireModule(a2_0x2b3202(0x167),'codeceptjs'),testOpsHelper=require(a2_0x2b3202(0x104)),TestHubHandler=require(a2_0x2b3202(0x168)),constants=require(a2_0x2b3202(0xed)),PerformanceTester=require(a2_0x2b3202(0x188)),{FRAMEWORKS}=require(a2_0x2b3202(0x178)),PerformanceEvents=require(a2_0x2b3202(0x12d))[a2_0x2b3202(0xf5)],ClientTroubleShootingService=require(a2_0x2b3202(0xf9)),_testErrorData=[],getUserCodeceptJSConfigs=(_0x180b30,_0x557d14)=>{const _0x3f12c0=a2_0x2b3202,_0x174c49={};_0x174c49[_0x3f12c0(0x16b)]=function(_0x46757e,_0x50e015){return _0x46757e===_0x50e015;},_0x174c49[_0x3f12c0(0x164)]=_0x3f12c0(0x111),_0x174c49[_0x3f12c0(0x15a)]=_0x3f12c0(0x139);const _0x239de6=_0x174c49;let _0x2074a6=null;const _0x853998={};let _0x166b4b=_0x557d14[_0x3f12c0(0x17f)](_0x2344c9=>_0x2344c9===_0x3f12c0(0x131));_0x239de6[_0x3f12c0(0x16b)](_0x166b4b,-0x1)&&(_0x166b4b=_0x557d14[_0x3f12c0(0x17f)](_0x507353=>_0x507353==='-c'));if(!helper[_0x3f12c0(0x11a)](_0x180b30[_0x3f12c0(0x151)])&&fs[_0x3f12c0(0x101)](path['join'](process[_0x3f12c0(0x16c)](),_0x180b30['config'])))_0x2074a6=path[_0x3f12c0(0x133)](process[_0x3f12c0(0x16c)](),_0x180b30[_0x3f12c0(0x151)]),_0x557d14[_0x3f12c0(0x14a)](_0x166b4b,0x2);else{if(!helper[_0x3f12c0(0x11a)](_0x180b30['c'])&&fs[_0x3f12c0(0x101)](path['join'](process[_0x3f12c0(0x16c)](),_0x180b30['c'])))_0x2074a6=path[_0x3f12c0(0x133)](process['cwd'](),_0x180b30['c']),_0x557d14[_0x3f12c0(0x14a)](_0x166b4b,0x2);else{if(fs['existsSync'](path[_0x3f12c0(0x133)](process[_0x3f12c0(0x16c)](),_0x239de6['PLJPQ'])))_0x2074a6=path[_0x3f12c0(0x133)](process[_0x3f12c0(0x16c)](),_0x239de6[_0x3f12c0(0x164)]);else fs[_0x3f12c0(0x101)](path[_0x3f12c0(0x133)](process['cwd'](),_0x239de6[_0x3f12c0(0x15a)]))&&(_0x2074a6=path[_0x3f12c0(0x133)](process[_0x3f12c0(0x16c)](),_0x239de6[_0x3f12c0(0x15a)]));}}return process['env']['USER_CONFIG_DETAILS_PATH']=_0x2074a6,_0x2074a6;},getO11yRerunPattern=()=>{const _0x683a23=a2_0x2b3202,_0x49c55b=helper[_0x683a23(0xfb)](process[_0x683a23(0xf2)][_0x683a23(0x114)]);if(_0x49c55b){const _0x33cd30=process[_0x683a23(0xf2)][_0x683a23(0x185)],_0xd39a81=[];if(helper['validateRerunTestList'](_0x33cd30)&&!helper[_0x683a23(0x11a)](_0x33cd30)){_0x33cd30[_0x683a23(0x182)](',')['map'](_0x44de45=>{const _0x1150f9=_0x683a23;_0xd39a81['push']('('+_0x44de45[_0x1150f9(0xf3)]()+')');});const _0x2d6fdc='^'+_0xd39a81['join']('|')+'$';return _0x2d6fdc;}}return null;},a2_0x5a8dc8={};a2_0x5a8dc8['chrome']=a2_0x2b3202(0x130),a2_0x5a8dc8['playwright-chromium']=a2_0x2b3202(0x130),a2_0x5a8dc8[a2_0x2b3202(0xee)]=a2_0x2b3202(0xf6),a2_0x5a8dc8[a2_0x2b3202(0x186)]=a2_0x2b3202(0x17b);const pwToCodeceptBrowser=a2_0x5a8dc8;async function run(_0x2e368c,_0x5960cc,_0x5cc049){const _0x43aa40=a2_0x2b3202,_0x49e70a={'HWUyB':function(_0x18d722,_0x135c67){return _0x18d722+_0x135c67;},'CznNf':function(_0x2e2dc,_0x46bf61){return _0x2e2dc(_0x46bf61);},'RtArg':function(_0x30957e,_0x3177b4,_0x592b64){return _0x30957e(_0x3177b4,_0x592b64);},'sKiOY':_0x43aa40(0x174),'tglGH':function(_0x23eb0f){return _0x23eb0f();},'dklKM':'/wd/hub','xUcYF':function(_0x43d2e2){return _0x43d2e2();},'Kekmm':_0x43aa40(0x14b),'JYhGB':_0x43aa40(0x125),'gvgdG':_0x43aa40(0x12e),'hKIFm':_0x43aa40(0x177),'dXKag':_0x43aa40(0x16a),'WPrEC':_0x43aa40(0x176),'MGFAm':_0x43aa40(0x107),'rpzQC':function(_0x38e0df,_0x15ce91){return _0x38e0df(_0x15ce91);},'BwAXi':function(_0x39c644,_0x4f2d69){return _0x39c644!=_0x4f2d69;},'hEGkL':function(_0x3c8727,_0x49d8c9){return _0x3c8727===_0x49d8c9;},'iKOmd':function(_0x57eeb7,_0xfb5fb8,_0x5b2607){return _0x57eeb7(_0xfb5fb8,_0x5b2607);},'FMVbN':'gherkin','XbUHd':function(_0x2f1bdf,_0x57db8f){return _0x2f1bdf*_0x57db8f;},'EDEXP':_0x43aa40(0x15c),'aVoZh':function(_0x3fb507,_0x1106e1,_0x4c4b58){return _0x3fb507(_0x1106e1,_0x4c4b58);},'donrC':_0x43aa40(0x113),'TUvMx':function(_0x54d0a8,_0x31f653,_0x3d1c9a){return _0x54d0a8(_0x31f653,_0x3d1c9a);},'eEoND':_0x43aa40(0x17c),'YBScc':_0x43aa40(0xf4),'BQqMk':_0x43aa40(0x17d),'qTABU':function(_0x4022ce){return _0x4022ce();}};await _0x5cc049[_0x43aa40(0xe8)](_0x2e368c),await helper[_0x43aa40(0x102)](_0x5cc049[_0x43aa40(0x151)]);if(!_0x5cc049[_0x43aa40(0x151)])return;process[_0x43aa40(0x12c)]=_0x2e368c[_0x43aa40(0x12c)];_0x2e368c['profile']&&(process['env'][_0x43aa40(0x12c)]=_0x2e368c[_0x43aa40(0x12c)]);const _0x1eefc3=_0x49e70a[_0x43aa40(0x127)](getUserCodeceptJSConfigs,_0x2e368c,_0x5960cc);let _0x84bd96={};_0x1eefc3?(logger[_0x43aa40(0x16f)](_0x43aa40(0x183)+_0x1eefc3),_0x84bd96=CodeceptJS[_0x43aa40(0x151)][_0x43aa40(0x11f)](_0x1eefc3)):logger['info'](_0x49e70a[_0x43aa40(0x105)]);let _0x21f089=![];_0x49e70a[_0x43aa40(0x127)](nestedKeyValue,_0x84bd96,[_0x49e70a[_0x43aa40(0x106)],_0x49e70a[_0x43aa40(0x121)]])&&(_0x21f089=!![]);const _0x5e174c=_0x21f089?_0x49e70a[_0x43aa40(0x121)]:_0x49e70a[_0x43aa40(0x134)];let _0x3bdc75=!_0x21f089?helper[_0x43aa40(0x15e)](_0x5cc049[_0x43aa40(0x151)]):![];!helper[_0x43aa40(0x11a)](_0x5cc049[_0x43aa40(0x151)][_0x43aa40(0xeb)])&&(process['env'][_0x43aa40(0xf8)]=JSON[_0x43aa40(0x156)](_0x5cc049[_0x43aa40(0x151)]['accessibilityOptions']));let _0x2813ef=_0x5cc049[_0x43aa40(0x151)][_0x43aa40(0x14c)];_0x2813ef=_0x2813ef||_0x49e70a[_0x43aa40(0x171)](checkAccessibilityPlatformConfig,_0x5cc049['config']),process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x2813ef;_0x2813ef&&(_0x3bdc75=!_0x2813ef);_0x49e70a[_0x43aa40(0x100)](_0x5cc049[_0x43aa40(0x151)]['testObservability'],null)?process[_0x43aa40(0xf2)]['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0x5cc049[_0x43aa40(0x151)][_0x43aa40(0x141)]:process['env']['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0x49e70a[_0x43aa40(0x122)](_0x5e174c,_0x49e70a[_0x43aa40(0x121)]);const _0x5635d4=_0x49e70a[_0x43aa40(0x126)](nestedKeyValue,_0x84bd96,[_0x49e70a['FMVbN']]),_0x3284b0=_0x5635d4&&!helper[_0x43aa40(0x120)](_0x5635d4)?FRAMEWORKS[_0x43aa40(0x152)]:FRAMEWORKS[_0x43aa40(0x10b)],_0x11aa3f=await TestHubHandler[_0x43aa40(0x137)](_0x3284b0,_0x5cc049);_0x2813ef&&_0x49e70a[_0x43aa40(0x171)](setAccessibilityCapabilities,_0x5cc049[_0x43aa40(0x151)]);const _0x4e4d30={},_0x40a01d=[],_0xf11b45=_0x5cc049['config'][_0x43aa40(0x136)]||helper['getUserWorkerCount'](_0x2e368c,_0x5960cc,_0x5cc049[_0x43aa40(0x151)],constants[_0x43aa40(0xfc)]['CODECEPT'])||0x1;let _0x316ee2=0x1;if(_0x49e70a[_0x43aa40(0x13a)](isBrowserstackInfra)){const _0x59a539=helper[_0x43aa40(0x150)](_0x5cc049[_0x43aa40(0x151)],_0x3bdc75,constants[_0x43aa40(0xfc)][_0x43aa40(0x10b)]);_0x59a539['forEach'](_0xf7332=>{const _0xb900ef=_0x43aa40;helper[_0xb900ef(0xfd)](_0xf7332);}),helper[_0x43aa40(0x135)](_0x5cc049['config'])?_0x316ee2=_0x49e70a[_0x43aa40(0x184)](_0xf11b45,_0x5cc049[_0x43aa40(0x151)][_0x43aa40(0x129)][_0x43aa40(0x118)]):_0x316ee2=_0xf11b45,_0x59a539[_0x43aa40(0x11e)](_0x5ce783=>{const _0x2d94f5=_0x43aa40,_0x29aad1={'DKhBY':function(_0x3f08ea,_0x134845){return _0x49e70a['HWUyB'](_0x3f08ea,_0x134845);},'aIibb':function(_0x172075,_0x3de1d9){return _0x49e70a['CznNf'](_0x172075,_0x3de1d9);}},_0x1e7163=_0x49e70a[_0x2d94f5(0xf7)](helper[_0x2d94f5(0x109)](_0x5ce783,'_'),'_'+Date['now']()),_0x164ceb=((()=>{const _0x35e216=_0x2d94f5;if(_0x21f089){const _0x2d5374=pwToCodeceptBrowser[_0x5ce783[_0x35e216(0x17e)]]||_0x5ce783[_0x35e216(0x17e)];return{'browser':_0x2d5374,[_0x2d5374]:{'browserWSEndpoint':_0x29aad1[_0x35e216(0x10e)](helper['getPlaywrightUrl'](_0x5cc049[_0x35e216(0x151)]),_0x29aad1[_0x35e216(0x169)](encodeURIComponent,JSON['stringify'](_0x5ce783)))}};}const _0xac7c37={};return _0xac7c37[_0x35e216(0x113)]=_0x5ce783,_0xac7c37[_0x35e216(0x18a)]=_0x5cc049[_0x35e216(0x151)][_0x35e216(0x166)],_0xac7c37[_0x35e216(0x16e)]=_0x5cc049[_0x35e216(0x151)][_0x35e216(0x181)],_0xac7c37;})()),_0x43ad87=_0x49e70a[_0x2d94f5(0x127)](nestedKeyValue,_0x84bd96,[_0x49e70a[_0x2d94f5(0x106)],_0x5e174c]);_0x4e4d30[_0x1e7163]=_0x43ad87?helper[_0x2d94f5(0x13d)](_0x164ceb,_0x43ad87):_0x164ceb;if(_0x21f089)_0x4e4d30[_0x1e7163][_0x2d94f5(0x15c)]=pwToCodeceptBrowser[_0x5ce783[_0x2d94f5(0x17e)]]||_0x5ce783['browserName'];else{_0x4e4d30[_0x1e7163][_0x2d94f5(0x15c)]=_0x5ce783[_0x2d94f5(0x17e)]||_0x164ceb[_0x2d94f5(0x15c)];if(_0x49e70a[_0x2d94f5(0x13a)](isBrowserstackInfra)){_0x4e4d30[_0x1e7163][_0x2d94f5(0x14f)]=constants['hubUrl'][_0x2d94f5(0x12f)](_0x49e70a['dklKM'],'')[_0x2d94f5(0x12f)](/https?:\/\//,'');;_0x4e4d30[_0x1e7163][_0x2d94f5(0x14e)]=_0x49e70a[_0x2d94f5(0x112)];}}_0x40a01d[_0x2d94f5(0x10f)](_0x1e7163);});}else{_0x316ee2=0x1;if(_0x21f089){const _0x1cd475=_0x49e70a[_0x43aa40(0x127)](nestedKeyValue,_0x84bd96,[_0x49e70a[_0x43aa40(0x106)],_0x5e174c,_0x49e70a[_0x43aa40(0xf0)]]),_0x2f4fbe=_0x49e70a['aVoZh'](nestedKeyValue,_0x84bd96,[_0x49e70a['sKiOY'],_0x5e174c,_0x1cd475]);if(_0x2f4fbe&&_0x2f4fbe[_0x43aa40(0x13c)]){const _0x3ea15f={};_0x3ea15f[_0x43aa40(0x129)]=[],_0x2f4fbe[_0x43aa40(0x13c)]=helper[_0x43aa40(0x150)](Object['assign']({},_0x5cc049['config'],_0x3ea15f),null,_0x3284b0[_0x43aa40(0x103)](),null,null,_0x2f4fbe[_0x43aa40(0x13c)]);}}else{const _0x5149dd={};_0x5149dd['platforms']=[],_0x84bd96[_0x49e70a['sKiOY']][_0x5e174c][_0x49e70a[_0x43aa40(0x140)]]=helper['prepareCapabilities'](Object['assign']({},_0x5cc049['config'],_0x5149dd),null,_0x3284b0[_0x43aa40(0x103)](),_0x49e70a[_0x43aa40(0xfa)](nestedKeyValue,_0x84bd96,[_0x49e70a[_0x43aa40(0x106)],_0x5e174c,_0x49e70a[_0x43aa40(0x140)]])||{},null,null);}_0x4e4d30[_0x49e70a[_0x43aa40(0xea)]]=_0x84bd96,_0x40a01d[_0x43aa40(0x10f)](_0x49e70a[_0x43aa40(0xea)]);}const _0x240fb4={};_0x240fb4[_0x43aa40(0x13e)]=_0x1eefc3;const _0x33bfdb=_0x240fb4,_0x571f6a=path[_0x43aa40(0x133)](__dirname,_0x49e70a['YBScc']),_0x20a273=process['cwd']();process[_0x43aa40(0xf2)][_0x49e70a['BQqMk']]=_0x20a273,process[_0x43aa40(0x162)](path[_0x43aa40(0x163)](_0x1eefc3));const _0x590603=new CodeceptJS[(_0x43aa40(0x146))](null,_0x33bfdb),_0x2f82e9=_0x590603[_0x43aa40(0x165)](_0x316ee2),_0x28abab=testOpsHelper['isTestObservabilitySession'](),_0x4273a9=_0x40a01d[_0x43aa40(0x12b)](_0x7c4981=>{const _0x4b0265=_0x43aa40,_0x5af683={};_0x5af683[_0x4b0265(0x176)]=_0x4e4d30[_0x7c4981];const _0x28bf81={};_0x28bf81[_0x4b0265(0x107)]=_0x4e4d30[_0x7c4981];const _0x35325f=_0x21f089?_0x5af683:_0x28bf81,_0x276bd3=_0x49e70a[_0x4b0265(0x13a)](getO11yRerunPattern),_0x4d7855={};_0x4d7855['helpers']=_0x35325f;const _0x481f12={};_0x481f12[_0x4b0265(0x13b)]=_0x571f6a,_0x481f12[_0x4b0265(0x175)]=!![],_0x481f12[_0x4b0265(0x11c)]=_0x5cc049[_0x4b0265(0x151)][_0x4b0265(0x179)][_0x4b0265(0x11c)],_0x481f12['skipSessionStatus']=_0x5cc049['config'][_0x4b0265(0x179)][_0x4b0265(0x187)],_0x481f12[_0x4b0265(0x141)]=_0x28abab,_0x481f12[_0x4b0265(0x159)]=_0x3284b0;const _0x49173a={};_0x49173a[_0x4b0265(0x15b)]=_0x481f12;const _0x31fb82={};return _0x31fb82[_0x4b0265(0x115)]=_0x49173a,helper['mergeDeep']({},_0x84bd96,_0x49e70a[_0x4b0265(0x17a)](isBrowserstackInfra)?_0x4d7855:{},_0x276bd3?{'grep':_0x276bd3}:{},_0x31fb82);});for(const _0x285315 of _0x4273a9){for(const _0x4d41b2 of _0x2f82e9){const _0x44266c=_0x590603[_0x43aa40(0x108)]();_0x44266c['addTests'](_0x4d41b2),_0x44266c[_0x43aa40(0x144)](_0x285315);const _0x443883={};_0x443883[_0x43aa40(0x151)]=_0x1eefc3,_0x44266c['addOptions'](Object[_0x43aa40(0x142)](_0x443883,_0x2e368c));}}_0x590603['on'](CodeceptJS[_0x43aa40(0x161)][_0x43aa40(0x148)][_0x43aa40(0x154)],(_0x88dcbb,_0x528ae6)=>{const _0x2058e6=_0x43aa40;console[_0x2058e6(0x11d)](_0x49e70a[_0x2058e6(0x13f)],_0x88dcbb['title']);const _0x17445b={[_0x88dcbb[_0x2058e6(0x116)]]:_0x88dcbb[_0x2058e6(0x123)]['stack']};_testErrorData[_0x2058e6(0x10f)](_0x17445b);}),_0x590603['on'](CodeceptJS['event'][_0x43aa40(0x148)][_0x43aa40(0x124)],async _0x5e139d=>{const _0x473bb4=_0x43aa40;console[_0x473bb4(0x11d)](_0x49e70a['JYhGB'],_0x5e139d['title']);}),_0x590603['on'](CodeceptJS[_0x43aa40(0x161)]['test'][_0x43aa40(0x143)],async _0x800703=>{const _0xb538ed=_0x43aa40;console[_0xb538ed(0x11d)](_0x49e70a['gvgdG'],_0x800703[_0xb538ed(0x116)]);}),_0x590603['on'](CodeceptJS[_0x43aa40(0x161)][_0x43aa40(0x110)]['result'],async()=>{const _0x28e987=_0x43aa40,_0x41a093=_0x49e70a['hKIFm'][_0x28e987(0x182)]('|');let _0x5bf831=0x0;while(!![]){switch(_0x41a093[_0x5bf831++]){case'0':_0x5cc049[_0x28e987(0x155)]=_testErrorData;continue;case'1':_0x590603['printResults']();continue;case'2':testOpsHelper[_0x28e987(0x119)]();continue;case'3':utilities['finalExecution'](_0x5cc049);continue;case'4':PerformanceTester[_0x28e987(0x147)](PerformanceEvents[_0x28e987(0xef)]);continue;case'5':try{await TestHubHandler[_0x28e987(0x15f)]();}catch(_0x4013e6){logger[_0x28e987(0x117)]('Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20'+util[_0x28e987(0x138)](_0x4013e6));}continue;}break;}});async function _0x4a1aa6(){const _0x585c91=_0x43aa40;try{await _0x590603[_0x585c91(0x173)](),await _0x590603[_0x585c91(0x160)]();}finally{process['chdir'](_0x20a273),await _0x590603[_0x585c91(0x172)]();}}PerformanceTester[_0x43aa40(0x153)](PerformanceEvents[_0x43aa40(0xfe)]),_0x49e70a[_0x43aa40(0x15d)](_0x4a1aa6);}module[a2_0x2b3202(0x149)]=run;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a3_0x1042d2=a3_0x2fc2;function a3_0x2fc2(_0x560079,_0x12ed5f){const _0x1e6e22=a3_0x1e6e();return a3_0x2fc2=function(_0x2fc2ce,_0xbca99b){_0x2fc2ce=_0x2fc2ce-0x193;let _0x32f720=_0x1e6e22[_0x2fc2ce];return _0x32f720;},a3_0x2fc2(_0x560079,_0x12ed5f);}(function(_0x389b60,_0x53b6c3){const _0x25fd66=a3_0x2fc2,_0x58a0a4=_0x389b60();while(!![]){try{const _0x537f68=-parseInt(_0x25fd66(0x1bf))/0x1*(-parseInt(_0x25fd66(0x195))/0x2)+parseInt(_0x25fd66(0x1a8))/0x3+parseInt(_0x25fd66(0x1cd))/0x4*(-parseInt(_0x25fd66(0x1c1))/0x5)+parseInt(_0x25fd66(0x1b0))/0x6+-parseInt(_0x25fd66(0x1ba))/0x7*(-parseInt(_0x25fd66(0x1d0))/0x8)+-parseInt(_0x25fd66(0x1cf))/0x9*(parseInt(_0x25fd66(0x196))/0xa)+-parseInt(_0x25fd66(0x1d5))/0xb;if(_0x537f68===_0x53b6c3)break;else _0x58a0a4['push'](_0x58a0a4['shift']());}catch(_0x109905){_0x58a0a4['push'](_0x58a0a4['shift']());}}}(a3_0x1e6e,0x44c8c));const {isUndefined,nestedKeyValue}=require(a3_0x1042d2(0x1df)),logger=require(a3_0x1042d2(0x19f))[a3_0x1042d2(0x1c8)],PlaywrightSessionDetails=require('../../bin/playwright/sessionDetails'),{isAccessibilityAutomationSession}=require(a3_0x1042d2(0x1ac)),{getObservabilityLinkedProductName}=require(a3_0x1042d2(0x1a6)),getOSVersionFromCaps=_0x2506f3=>{const _0x43e0ff=a3_0x1042d2,_0x2a2ae9={};_0x2a2ae9[_0x43e0ff(0x1ab)]='bstack:options',_0x2a2ae9[_0x43e0ff(0x1ae)]=_0x43e0ff(0x1d9),_0x2a2ae9[_0x43e0ff(0x1d8)]=_0x43e0ff(0x19b),_0x2a2ae9[_0x43e0ff(0x1a7)]=_0x43e0ff(0x198),_0x2a2ae9['izafP']=_0x43e0ff(0x1bd);const _0x1887da=_0x2a2ae9;if(!_0x2506f3)return null;const _0x2d2204=_0x2506f3[_0x1887da['jzECa']],_0x126cf3=[_0x1887da[_0x43e0ff(0x1ae)],_0x1887da[_0x43e0ff(0x1d8)],_0x1887da[_0x43e0ff(0x1a7)],_0x1887da['izafP']];for(const _0x2a7552 of _0x126cf3){if(_0x2d2204&&_0x2d2204[_0x2a7552])return _0x2d2204[_0x2a7552];else{if(_0x2506f3[_0x2a7552])return _0x2506f3[_0x2a7552];}}return null;};function a3_0x1e6e(){const _0x2ff08d=['platform_version','TobaL','latest','zyxGB','../../helpers/logger','constructor','Playwright','deviceName','platform','browserWSEndpoint','get','../../helpers/test-observability/utils','seQgi','257649rYWHSe','tKqwx','config','jzECa','../../helpers/accessibility-automation/helper','capabilities','eJcib','VTaPA','551274nvXaoJ','parse','BGdEX','IOYBS','browser','shouldPatchExecuteScript','gSjrA','browserstack_accessibility_automation_script','warn','SzMtU','56819oiAqVh','browser_version','ltTEa','os_version','GbxJR','371839qvxUOL','includes','76190yeNcaI','searchParams','sessionId','SbOHR','string','VOShz','dpEst','winstonLogger','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','browserName','desiredCapabilities','accessibilityPlatform','40OIleLN','getDetails','54KZaFki','248UljzVZ','browserVersion','TbAMe','JHfvf','name','3339974nREKji','yNCvK','chrome','XATfV','platformVersion','kxyiE','playwright-chromium','gWtcn','WebDriver','oCuOC','../../helpers/helper','wQZIG','yRKJX','jbkIW','WmlhK','pDIUJ','2woqXds','105790LlqUWp','browserstack_executor','osVersion','caps','platformName'];a3_0x1e6e=function(){return _0x2ff08d;};return a3_0x1e6e();}exports['fetchPlatformDetails']=_0xd85a02=>{const _0x19c8bb=a3_0x1042d2,_0x1f04eb={'oCuOC':'unknown_grid','GbxJR':function(_0x28ecdb,_0x229f5e){return _0x28ecdb===_0x229f5e;},'gWtcn':_0x19c8bb(0x1dd),'EBGnB':function(_0x13f25f,_0x5706d6){return _0x13f25f(_0x5706d6);},'pDIUJ':function(_0x533092,_0x274ca6,_0x215fe2){return _0x533092(_0x274ca6,_0x215fe2);},'kxyiE':_0x19c8bb(0x1aa),'blZst':_0x19c8bb(0x1cb),'yNCvK':function(_0x170f14,_0x35ae49){return _0x170f14===_0x35ae49;},'ltTEa':_0x19c8bb(0x1a1),'wQZIG':function(_0x4872cc,_0x5d5729,_0x54e4f6){return _0x4872cc(_0x5d5729,_0x54e4f6);},'yRKJX':'browser','WmlhK':_0x19c8bb(0x1a4),'LycTC':_0x19c8bb(0x199),'tKqwx':function(_0x1eab08,_0x397f20){return _0x1eab08(_0x397f20);}};if(!_0xd85a02)return null;let _0x1dafa9=global['__cloud_provider___']||_0x1f04eb[_0x19c8bb(0x1de)];if(_0x1f04eb[_0x19c8bb(0x1be)](_0xd85a02[_0x19c8bb(0x1a0)][_0x19c8bb(0x1d4)],_0x1f04eb[_0x19c8bb(0x1dc)])){const _0x4c5005=_0xd85a02[_0x19c8bb(0x1b4)];if(!_0x4c5005)return null;const _0x223bb1=_0x4c5005['capabilities'],_0x35053d=_0x1f04eb['EBGnB'](getOSVersionFromCaps,_0x1f04eb[_0x19c8bb(0x194)](nestedKeyValue,_0xd85a02,[_0x1f04eb[_0x19c8bb(0x1da)],_0x1f04eb['blZst']]));return{[_0x1dafa9]:{'browser':_0x223bb1[_0x19c8bb(0x1ca)],'browser_version':_0x223bb1[_0x19c8bb(0x1d1)],'capabilities':_0x223bb1,'platform':_0x223bb1[_0x19c8bb(0x19a)],'platform_version':_0x223bb1[_0x19c8bb(0x1d9)]||_0x35053d,'product':_0x1f04eb['EBGnB'](getObservabilityLinkedProductName,_0x223bb1),'session_id':_0x4c5005[_0x19c8bb(0x1c3)]}};}else{if(_0x1f04eb[_0x19c8bb(0x1d6)](_0xd85a02[_0x19c8bb(0x1a0)]['name'],_0x1f04eb[_0x19c8bb(0x1bc)])){const _0xe6e2e6=PlaywrightSessionDetails[_0x19c8bb(0x1ce)]();_0x1dafa9=_0xe6e2e6['cloudProvider']||_0x1dafa9;const _0xe5fdd5=_0x1f04eb[_0x19c8bb(0x1e0)](nestedKeyValue,_0xd85a02,[_0x1f04eb[_0x19c8bb(0x1da)],_0x1f04eb[_0x19c8bb(0x1e1)],_0x1f04eb[_0x19c8bb(0x193)]]),_0x22c908=_0xe5fdd5?JSON[_0x19c8bb(0x1b1)](new URL(_0xe5fdd5)[_0x19c8bb(0x1c2)][_0x19c8bb(0x1a5)](_0x1f04eb['LycTC'])):{};return{[_0x1dafa9]:{'browser':_0xe6e2e6[_0x19c8bb(0x1b4)]||_0x22c908[_0x19c8bb(0x1ca)],'browser_version':_0xe6e2e6[_0x19c8bb(0x1bb)]||_0x22c908[_0x19c8bb(0x1bb)],'capabilities':_0x22c908,'platform':_0xe6e2e6[_0x19c8bb(0x1a3)],'platform_version':_0xe6e2e6[_0x19c8bb(0x19b)],'product':_0x1f04eb[_0x19c8bb(0x1a9)](getObservabilityLinkedProductName,_0x22c908),'session_id':_0xe6e2e6['bsSessionId']}};}}},exports['processWebDriverConfig']=_0x348343=>{const _0xa3c9e=a3_0x1042d2,_0x27e745={'VTaPA':function(_0x5e8341){return _0x5e8341();},'VOShz':function(_0x3253e7,_0x32840a){return _0x3253e7===_0x32840a;},'dpEst':_0xa3c9e(0x19d),'TobaL':function(_0x267df6,_0x5897e7){return _0x267df6>_0x5897e7;},'IOYBS':function(_0x55c29c,_0x12518f){return _0x55c29c(_0x12518f);},'SbOHR':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','zyxGB':function(_0x326b71,_0x52de11){return _0x326b71===_0x52de11;},'gSjrA':_0xa3c9e(0x1d7),'twFDj':function(_0x212670,_0x2b9aaf){return _0x212670===_0x2b9aaf;},'SzMtU':_0xa3c9e(0x1db),'GAcKZ':_0xa3c9e(0x1c9),'eseFT':function(_0x226ad3,_0x45ee42){return _0x226ad3(_0x45ee42);},'TbAMe':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.'};if(_0x27e745[_0xa3c9e(0x1af)](isAccessibilityAutomationSession)){const _0x1834a1=_0x348343[_0xa3c9e(0x1b4)],_0x414af4=_0x1834a1[_0xa3c9e(0x1ad)];global['accessibilityPlatform']=!![],!(_0x27e745[_0xa3c9e(0x1c6)](_0x414af4[_0xa3c9e(0x1d1)],_0x27e745[_0xa3c9e(0x1c7)])||_0x27e745[_0xa3c9e(0x19c)](_0x27e745[_0xa3c9e(0x1b3)](parseInt,_0x414af4['browserVersion']),0x5e))&&(logger[_0xa3c9e(0x1b8)](_0x27e745[_0xa3c9e(0x1c4)]),global[_0xa3c9e(0x1cc)]=![]),!(_0x27e745[_0xa3c9e(0x19e)](_0x414af4['browserName'],_0x27e745[_0xa3c9e(0x1b6)])||_0x27e745['twFDj'](_0x414af4[_0xa3c9e(0x1ca)],_0x27e745[_0xa3c9e(0x1b9)]))&&(logger[_0xa3c9e(0x1b8)](_0x27e745['GAcKZ']),global['accessibilityPlatform']=![]),!_0x27e745['eseFT'](isUndefined,_0x414af4[_0xa3c9e(0x1a2)])&&(logger[_0xa3c9e(0x1b8)](_0x27e745[_0xa3c9e(0x1d2)]),global[_0xa3c9e(0x1cc)]=![]);}},exports[a3_0x1042d2(0x1b5)]=_0x394030=>{const _0xa9e498=a3_0x1042d2,_0x11fa23={};_0x11fa23[_0xa9e498(0x1e2)]=function(_0x348a54,_0x4d560e){return _0x348a54!==_0x4d560e;},_0x11fa23[_0xa9e498(0x1d3)]=_0xa9e498(0x1c5),_0x11fa23[_0xa9e498(0x1b2)]=_0xa9e498(0x197),_0x11fa23['dEXrm']=_0xa9e498(0x1b7);const _0x51c4f6=_0x11fa23;if(!_0x394030)return![];else{if(_0x51c4f6['jbkIW'](typeof _0x394030,_0x51c4f6['JHfvf']))return!![];}return!_0x394030[_0xa9e498(0x1c0)](_0x51c4f6['BGdEX'])&&!_0x394030['includes'](_0x51c4f6['dEXrm']);};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a4_0x49be49=a4_0x5146;function a4_0x53f5(){const _0x2e6ed2=['bpIAH','CODECEPT','wsEndpoint','O11yHelper','inspect','accessibilityPlatform','test_run','TEST_EVENTS','failed','ZWGqF','statSync','FyfJN','groups','apply','HOOK_RUN_FINISHED','push','11051754xNlcdj','vqUtM','path','TestRunFinished','LQaeT','winstonLogger','gIaPB','toISOString','TIpph','start','sGWwa','156fWDMwO','finished_at','stop','Failed\x20to\x20parse\x20wsendpoint\x20','MIfgo','_afterEach','retryOf','split','result','TestRunSkipped','name','failed\x20to\x20get\x20root\x20parent\x20file\x20','UGUSZ','toString','FpzJP','PLAYWRIGHT_HUB_URL','captureEvent','failureData','util','9608azTIKf','pid','EfRUL','constructor','event_type','QFcVr','HOOK_RUN_STARTED','gfgkq','lwfyf','ldoZw','Playwright','TEST_RUN_STARTED','CBTSessionCreated','xlHIy','MIqbv','then','EucuY','connect','suites','getHooksForTest','11lRwwXm','sHaSJ','driver','hook','dUoQb','AbZnq','currentTest','bs:addLog:','javascript','shutdown','PLKNp','PungQ','err','nGBAu','DMsWw','finished','exports','currentHook','fullTitle','uuid','5085SucDpq','zgMFC','VwxsM','__cloud_provider___','TestRunStarted','_beforeAll','obsBrowserTypeMockApplied','hooks','launch','client','connectOverCDP','../../helpers/test-observability/utils','STATE_PASSED','KAkzE','../../helpers/helper','initializeBddStep','passed','TEST_REPORTING_ANALYTICS','TAVfM','BlijU','started','LogCreated','WrUUe','iisew','file_name','errorsDetailed','backtrace','enabled','skipped','stepAnalyticsId','UXail','iUmCE','3806470NYFBpd','location_prefix','length','cwd','BROWSERSTACK','hook_run_uuid','failure_reason_expanded','hook_run','LDlXD','_afterAll','../utils/constants','zMUMt','biwOj','findGitConfig','../../helpers/testhub/utils.js','bddStepFinish','match','../../helpers/test-observability/requestQueueHandler','setupBrowserDetails','arwNM','218fPOzPm','getFailureType','rHvvk','EAdvy','join','pending','mNANR','VAhSd','\x20with\x20error\x20:\x20','ctx','../playwright/accessibility-helper','hookAnalyticsId','gbYVH','tags','12025XgsDsA','defineProperty','aGcAP','now','getHierarchy','0|1|2|4|5|3','toUpperCase','.git','success','frameworkName','DoOih','forEach','Exception\x20in\x20sending\x20test\x20data\x20for\x20event\x20','File\x20path\x20could\x20not\x20be\x20found','feature','1443820zyAeup','bddSteps','__platformCaps','startedAt','PathHelper','mapTestHooks','integrations','2004PHTBfW','wbMSt','sendCBTInfo','HookRunFinished','patchConsoleLogger','toLowerCase','_beforeEach','replace','debug','CawxM','getRootParentFile','text','test','getInstance','xVkAv','lAXPM','ERFUy','test_run_uuid','SllsH','resetSkipTestHooks','jbqlh','uploadEventData','parent','baniq','uOdmr','Exception\x20in\x20uploading\x20log\x20data\x20to\x20','_testEnv','wQxIr','../../helpers/test-observability/constants','markedStatus','title','12bHyuDu','qFrnH','getCBTInfo','TTJgN','../../helpers/test-observability/sessionHandler','type','comment','NWGfB','failure','status','body','AHSaT','file','testAnalyticsId','getTime','../playwright/sessionDetails','ixQdk','admOz','ODxWc','failure_backtrace','CnTwS','appendTestItemLog','sep','vFObC','getHookType','193PXOdtd','_paths','OfiKH','logs','Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20','MtsbX','IpPjo','WMygG','browserType.js','lAuPS','CLOZz','vjkCb','fireEvent','includes','./helper.js','browserstack','169615pYQwzr','concat','ZizYu','TEST_RUN_FINISHED'];a4_0x53f5=function(){return _0x2e6ed2;};return a4_0x53f5();}(function(_0x4a584d,_0x2244b6){const _0x3076c6=a4_0x5146,_0x479a4f=_0x4a584d();while(!![]){try{const _0x2f8f9b=-parseInt(_0x3076c6(0xbd))/0x1*(-parseInt(_0x3076c6(0x15b))/0x2)+-parseInt(_0x3076c6(0x19e))/0x3*(-parseInt(_0x3076c6(0x178))/0x4)+parseInt(_0x3076c6(0xcd))/0x5*(parseInt(_0x3076c6(0xec))/0x6)+-parseInt(_0x3076c6(0xe1))/0x7+parseInt(_0x3076c6(0xff))/0x8*(parseInt(_0x3076c6(0x127))/0x9)+parseInt(_0x3076c6(0x147))/0xa*(-parseInt(_0x3076c6(0x113))/0xb)+parseInt(_0x3076c6(0x17f))/0xc*(-parseInt(_0x3076c6(0x169))/0xd);if(_0x2f8f9b===_0x2244b6)break;else _0x479a4f['push'](_0x479a4f['shift']());}catch(_0x2509b4){_0x479a4f['push'](_0x479a4f['shift']());}}}(a4_0x53f5,0xde874));const path=require(a4_0x49be49(0xe3)),fs=require('fs'),{v4:uuidv4}=require(a4_0x49be49(0x126)),{importFileFromPWCore,nestedKeyValue,parseWSEndpoint,isUndefined}=require(a4_0x49be49(0x135)),testOpsHelper=require(a4_0x49be49(0x132)),{getTestEnv}=require('../mocha/test-observability/mochaUtils'),{FRAMEWORKS}=require(a4_0x49be49(0x19b)),logger=require('../../helpers/logger')[a4_0x49be49(0xe6)],SessionHandler=require(a4_0x49be49(0x1a2)),RequestQueueHandler=require(a4_0x49be49(0x158)),PlaywrightSessionDetails=require(a4_0x49be49(0xb3)),debug=testOpsHelper[a4_0x49be49(0x187)],{processAccessibilityCaps}=require(a4_0x49be49(0x165)),Constants=require(a4_0x49be49(0x151)),{fetchPlatformDetails}=require(a4_0x49be49(0xcb)),{shouldProcessEventForTesthub,appendTesthubParams}=require(a4_0x49be49(0x155)),constants=require(a4_0x49be49(0x151)),STATE_PASSED='passed',STATE_FAILED=a4_0x49be49(0xd9),a4_0x390826={};a4_0x390826[a4_0x49be49(0x10a)]=a4_0x49be49(0x12b),a4_0x390826[a4_0x49be49(0xd0)]=a4_0x49be49(0xe4),a4_0x390826['TEST_RUN_SKIPPED']=a4_0x49be49(0xf5),a4_0x390826[a4_0x49be49(0x105)]='HookRunStarted',a4_0x390826[a4_0x49be49(0xdf)]=a4_0x49be49(0x182);const TEST_EVENTS=a4_0x390826,parseEvent=_0x83d1b5=>{const _0x5a03e1=a4_0x49be49,_0x486fa6={};_0x486fa6['nuTID']=function(_0x5b3007,_0xb1799d){return _0x5b3007<_0xb1799d;},_0x486fa6[_0x5a03e1(0x16b)]=function(_0xc59e4b,_0x57d7bc){return _0xc59e4b===_0x57d7bc;},_0x486fa6[_0x5a03e1(0x18f)]=_0x5a03e1(0x18b),_0x486fa6[_0x5a03e1(0xbf)]=function(_0x31f276,_0x6bf893){return _0x31f276===_0x6bf893;},_0x486fa6[_0x5a03e1(0x167)]=_0x5a03e1(0x116),_0x486fa6[_0x5a03e1(0xb6)]=_0x5a03e1(0x143),_0x486fa6[_0x5a03e1(0x118)]=_0x5a03e1(0x13b),_0x486fa6[_0x5a03e1(0x173)]='finished';const _0x142b1f=_0x486fa6,_0x226d93=_0x83d1b5['match'](/^(.*)Run(.*)$/);if(!_0x226d93)return null;if(_0x142b1f['nuTID'](_0x226d93[_0x5a03e1(0x149)],0x3))return null;const _0x6b4157=_0x226d93[0x1][_0x5a03e1(0x184)](),_0x4300cb=_0x226d93[0x2][_0x5a03e1(0x184)]();return{'test':_0x142b1f['aGcAP'](_0x6b4157,_0x142b1f['ERFUy']),'hook':_0x142b1f[_0x5a03e1(0xbf)](_0x6b4157,_0x142b1f[_0x5a03e1(0x167)]),'skipped':_0x142b1f[_0x5a03e1(0x16b)](_0x4300cb,_0x142b1f[_0x5a03e1(0xb6)]),'started':_0x142b1f[_0x5a03e1(0x16b)](_0x4300cb,_0x142b1f[_0x5a03e1(0x118)]),'finished':_0x142b1f[_0x5a03e1(0xbf)](_0x4300cb,_0x142b1f[_0x5a03e1(0x173)])};},mockPWBrowserType=_0x4136b3=>{const _0x272102=a4_0x49be49,_0x5407b6={'IpPjo':function(_0x2be395,_0x38d248){return _0x2be395===_0x38d248;},'zMUMt':'string','CawxM':function(_0x53c542,_0x3007a1,_0x209330){return _0x53c542(_0x3007a1,_0x209330);},'IoMJO':_0x272102(0xd3),'hObyk':function(_0xe87f8c,_0x1c8d88){return _0xe87f8c(_0x1c8d88);},'ldoZw':_0x272102(0xcc),'MIqbv':function(_0x30a540,_0x16344a){return _0x30a540(_0x16344a);},'VAhSd':'lib','vqUtM':_0x272102(0x130),'HXHDl':_0x272102(0xc5),'dUYkw':function(_0x567bfb,_0x66ba19){return _0x567bfb(_0x66ba19);},'PLKNp':'Not\x20able\x20to\x20import\x20Browser','gfgkq':_0x272102(0x110),'xlHIy':'launch'},_0x140381=path[_0x272102(0x15f)](_0x5407b6[_0x272102(0x162)],_0x5407b6[_0x272102(0xe2)],_0x5407b6['HXHDl']),_0x445d66=_0x5407b6['dUYkw'](importFileFromPWCore,_0x140381);if(!_0x445d66){_0x5407b6[_0x272102(0x10d)](debug,_0x5407b6[_0x272102(0x11d)]);return;}const _0x36915a=_0x445d66['BrowserType'],_0x3704fd=_0x36915a['prototype'];if(_0x3704fd[_0x272102(0x12d)])return;const _0x26de41=_0x3704fd[_0x272102(0x110)];Object['defineProperty'](_0x3704fd,_0x5407b6[_0x272102(0x106)],{'get':function(){return async function _0x4ac825(_0x1f68d9,_0x4f97fd){const _0x236b5a=a4_0x5146,_0x5262b4={'NWGfB':function(_0x209212,_0xab18d3){const _0x40e338=a4_0x5146;return _0x5407b6[_0x40e338(0xc3)](_0x209212,_0xab18d3);},'ujWPx':_0x5407b6[_0x236b5a(0x152)]},_0x1719b2=_0x5407b6[_0x236b5a(0x188)](nestedKeyValue,_0x1f68d9,[_0x5407b6['IoMJO']])||_0x1f68d9;let _0xf09e0e=null,_0x1f79ca=null;try{[_0x1f79ca,_0xf09e0e]=_0x1719b2?_0x5407b6['hObyk'](parseWSEndpoint,_0x1719b2):[null,null],global[_0x236b5a(0x17a)]=_0xf09e0e,logger['debug']('Checking\x20for\x20accessibility\x20automation\x20session\x20with\x20'+_0x1f79ca),_0x1f79ca[_0x236b5a(0xca)](Constants[_0x236b5a(0x14b)])&&(global[_0x236b5a(0x12a)]=_0x5407b6[_0x236b5a(0x108)]);}catch(_0x50ab7c){logger[_0x236b5a(0x187)](_0x236b5a(0xef)+_0x1719b2+'\x20'+_0x50ab7c);}_0x5407b6['CawxM'](processAccessibilityCaps,_0xf09e0e,_0x1f79ca);if(global[_0x236b5a(0xd6)]){const _0x5016ff=await _0x3704fd[_0x236b5a(0x131)][_0x236b5a(0xde)](this,[''+Constants[_0x236b5a(0xfb)]+_0x5407b6[_0x236b5a(0x10d)](encodeURIComponent,JSON['stringify'](_0xf09e0e))]);return PlaywrightSessionDetails[_0x236b5a(0x159)](_0x5016ff,_0x4136b3,_0x1719b2),_0x5016ff;}return _0x26de41[_0x236b5a(0xde)](this,arguments)[_0x236b5a(0x10e)](_0x139c32=>{const _0x553887=_0x236b5a;let _0x4ae430=_0x1f68d9['wsEndpoint'];return _0x5262b4[_0x553887(0x1a5)](typeof _0x1f68d9,_0x5262b4['ujWPx'])&&(_0x4ae430=_0x1f68d9),PlaywrightSessionDetails[_0x553887(0x159)](_0x139c32,_0x4136b3,_0x4ae430),_0x139c32;});};}});const _0x2606ea=_0x3704fd[_0x272102(0x12f)];Object[_0x272102(0x16a)](_0x3704fd,_0x5407b6[_0x272102(0x10c)],{'get':function(){return async function _0x2a1b63(){const _0x2cbbe4=a4_0x5146;return _0x2606ea['apply'](this,arguments)[_0x2cbbe4(0x10e)](_0x781462=>{const _0x4561ef=_0x2cbbe4;return PlaywrightSessionDetails[_0x4561ef(0x159)](_0x781462,null),_0x781462;});};}});};class O11yHelper{[a4_0x49be49(0x119)]=null;[a4_0x49be49(0x124)]=null;[a4_0x49be49(0x142)]=![];[a4_0x49be49(0x172)]=![];constructor(_0x55a2e6,_0x3aeea7){const _0xe48173=a4_0x49be49,_0x177d35={'BlijU':_0xe48173(0x16e),'ZizYu':function(_0x252aca){return _0x252aca();},'MtsbX':function(_0x4f878f,_0x4207fe){return _0x4f878f===_0x4207fe;},'ZWGqF':_0xe48173(0x109),'jbqlh':function(_0x157280,_0x1a782a){return _0x157280(_0x1a782a);},'AHSaT':function(_0x2d143a){return _0x2d143a();}},_0x2cfddf=_0x177d35[_0xe48173(0x13a)][_0xe48173(0xf3)]('|');let _0x203bc9=0x0;while(!![]){switch(_0x2cfddf[_0x203bc9++]){case'0':this['enabled']=_0x177d35[_0xe48173(0xcf)](shouldProcessEventForTesthub);continue;case'1':this[_0xe48173(0x172)]=_0x3aeea7[_0xe48173(0x172)];continue;case'2':this['driver']=_0x55a2e6;continue;case'3':this[_0xe48173(0x115)]&&_0x177d35[_0xe48173(0xc2)](this[_0xe48173(0x115)][_0xe48173(0x102)][_0xe48173(0xf6)],_0x177d35[_0xe48173(0xda)])&&_0x177d35[_0xe48173(0x193)](mockPWBrowserType,null);continue;case'4':this[_0xe48173(0x199)]=_0x177d35[_0xe48173(0x1a9)](getTestEnv);continue;case'5':this[_0xe48173(0xbe)]=new testOpsHelper[(_0xe48173(0x17c))]({'cwd':process[_0xe48173(0x14a)]()},this[_0xe48173(0x199)][_0xe48173(0x148)]);continue;}break;}}[a4_0x49be49(0xea)](){const _0x193864=a4_0x49be49;if(!this[_0x193864(0x142)])return;testOpsHelper[_0x193864(0x183)](),process['removeAllListeners'](_0x193864(0x11a)+process[_0x193864(0x100)]),process['on'](_0x193864(0x11a)+process['pid'],this['appendTestItemLog']['bind'](this));}async[a4_0x49be49(0xee)](){const _0xb0755f=a4_0x49be49;await RequestQueueHandler[_0xb0755f(0x18c)]()[_0xb0755f(0x11c)]();}async[a4_0x49be49(0xb9)](_0x416097){const _0x11bdd2=a4_0x49be49,_0x47857e={'LDlXD':_0x11bdd2(0x13c),'niItl':function(_0x14ce3c,_0x118eb6){return _0x14ce3c(_0x118eb6);}};try{this[_0x11bdd2(0x124)]&&!this[_0x11bdd2(0x124)][_0x11bdd2(0x19c)]&&(_0x416097[_0x11bdd2(0x14c)]=this['currentHook'][_0x11bdd2(0x166)]);!_0x416097['hook_run_uuid']&&this[_0x11bdd2(0x119)]&&!this['currentTest'][_0x11bdd2(0x19c)]&&(_0x416097[_0x11bdd2(0x190)]=this['currentTest'][_0x11bdd2(0xb1)]);if(_0x416097[_0x11bdd2(0x14c)]||_0x416097[_0x11bdd2(0x190)]){const _0x491a82={};_0x491a82['event_type']=_0x47857e[_0x11bdd2(0x14f)],_0x491a82[_0x11bdd2(0xc0)]=[_0x416097],await SessionHandler['uploadEventData'](_0x491a82);}}catch(_0x3b421d){_0x47857e['niItl'](debug,_0x11bdd2(0x198)+constants['TEST_REPORTING_ANALYTICS']+_0x11bdd2(0x163)+_0x3b421d);}}async[a4_0x49be49(0x181)](_0x2f2b34){const _0x534d28=a4_0x49be49,_0x318bae={'uOdmr':_0x534d28(0x10b),'LQaeT':function(_0x381357,_0x44cb80){return _0x381357(_0x44cb80);}};if(!this['enabled'])return;const _0x1a5fa0=this[_0x534d28(0x1a0)](this[_0x534d28(0x115)]);try{const _0x11c644={};_0x11c644[_0x534d28(0x126)]=_0x2f2b34,_0x11c644[_0x534d28(0x17e)]=_0x1a5fa0;const _0x4e2908=_0x11c644,_0x5433af={};_0x5433af[_0x534d28(0x103)]=_0x318bae[_0x534d28(0x197)],_0x5433af[_0x534d28(0xd7)]=_0x4e2908,await SessionHandler[_0x534d28(0x194)](_0x5433af);}catch(_0x2792d5){_0x318bae[_0x534d28(0xe5)](debug,'Exception\x20in\x20uploading\x20platform\x20details\x20to\x20'+constants[_0x534d28(0x138)]+'\x20with\x20error\x20:\x20'+_0x2792d5);}}[a4_0x49be49(0x1a0)](_0x5ae356){const _0x3e0279={'QuqKz':function(_0x29a323,_0x432595){return _0x29a323(_0x432595);}};return _0x3e0279['QuqKz'](fetchPlatformDetails,_0x5ae356);}[a4_0x49be49(0x192)]=_0x5a595a=>{const _0x1347aa=a4_0x49be49,_0x1fe6f2={};_0x1fe6f2[_0x1347aa(0x180)]=_0x1347aa(0x185),_0x1fe6f2[_0x1347aa(0xf8)]=_0x1347aa(0xf1);const _0x4ed9ac=_0x1fe6f2;if(!_0x5a595a||!_0x5a595a[_0x1347aa(0x195)])return;[_0x4ed9ac[_0x1347aa(0x180)],_0x4ed9ac[_0x1347aa(0xf8)]][_0x1347aa(0x174)](_0x3342af=>{const _0xc27d26=_0x1347aa,_0xb6ebd9=_0x5a595a[_0xc27d26(0x195)][_0x3342af];_0xb6ebd9[_0xc27d26(0x174)](_0x3fca20=>{const _0xe0c504=_0xc27d26;_0x3fca20[_0xe0c504(0x166)]&&(_0x3fca20[_0xe0c504(0x166)]=null);});});};['mapTestHooks'](_0x23a497){const _0x34e4bb=a4_0x49be49,_0x45d994={'tLaZV':'codeceptjs','CLOZz':function(_0x54b18d){return _0x54b18d();},'MIfgo':function(_0xac797b,_0x5dbc46){return _0xac797b===_0x5dbc46;},'wQxIr':_0x34e4bb(0xf1),'lwfyf':_0x34e4bb(0x12c),'vjkCb':_0x34e4bb(0x150),'KAkzE':_0x34e4bb(0x185)};if(!_0x23a497||!_0x23a497[_0x34e4bb(0x195)])return;[_0x45d994[_0x34e4bb(0x107)],_0x45d994[_0x34e4bb(0xc8)],_0x45d994[_0x34e4bb(0x134)],_0x45d994[_0x34e4bb(0x19a)]][_0x34e4bb(0x174)](_0x4cc14a=>{const _0x48e17a=_0x34e4bb,_0x2f9d07={'biwOj':_0x45d994['tLaZV'],'lAXPM':function(_0x18e95f){const _0x323563=a4_0x5146;return _0x45d994[_0x323563(0xc7)](_0x18e95f);},'vivOh':function(_0x370ee6,_0x38c3fd){const _0x99f4a5=a4_0x5146;return _0x45d994[_0x99f4a5(0xf0)](_0x370ee6,_0x38c3fd);},'EucuY':_0x45d994['wQxIr']},_0x553f2e=_0x23a497[_0x48e17a(0x195)][_0x4cc14a]||[];_0x553f2e['forEach'](_0x378514=>{const _0x4aa6d1=_0x48e17a;if(_0x378514[_0x4aa6d1(0x19d)][_0x4aa6d1(0xca)](_0x2f9d07[_0x4aa6d1(0x153)]))return;if(!_0x378514[_0x4aa6d1(0x166)])_0x378514['hookAnalyticsId']=_0x2f9d07[_0x4aa6d1(0x18e)](uuidv4);else _0x378514[_0x4aa6d1(0x19c)]&&_0x2f9d07['vivOh'](_0x4cc14a,_0x2f9d07[_0x4aa6d1(0x10f)])&&(_0x378514['hookAnalyticsId']=_0x2f9d07[_0x4aa6d1(0x18e)](uuidv4),delete _0x378514[_0x4aa6d1(0x19c)]);});}),this[_0x34e4bb(0x17d)](_0x23a497['parent']);}['getHooksForTest'](_0x4dc505){const _0x2fba2c=a4_0x49be49,_0x135c75={};_0x135c75[_0x2fba2c(0x104)]=_0x2fba2c(0x12c),_0x135c75[_0x2fba2c(0x161)]='_afterAll',_0x135c75[_0x2fba2c(0x128)]='_beforeEach',_0x135c75[_0x2fba2c(0x11e)]=_0x2fba2c(0xf1);const _0x45f210=_0x135c75;if(!_0x4dc505||!_0x4dc505[_0x2fba2c(0x195)])return[];const _0x594798=[];return[_0x45f210['QFcVr'],_0x45f210[_0x2fba2c(0x161)],_0x45f210[_0x2fba2c(0x128)],_0x45f210[_0x2fba2c(0x11e)]]['forEach'](_0x278b68=>{const _0x76fc9e=_0x2fba2c,_0x67c3fe=_0x4dc505[_0x76fc9e(0x195)][_0x278b68]||[];_0x67c3fe[_0x76fc9e(0x174)](_0x5e4ee7=>{const _0x4a2c25=_0x76fc9e;_0x5e4ee7[_0x4a2c25(0x166)]&&_0x594798[_0x4a2c25(0xe0)](_0x5e4ee7[_0x4a2c25(0x166)]);});}),[][_0x2fba2c(0xce)](_0x594798,this[_0x2fba2c(0x112)](_0x4dc505[_0x2fba2c(0x195)]));}['getHookType'](_0x113551){const _0x287e11=a4_0x49be49,_0x4167fc=/^"(?<hook>.*)" hook:.*$/,_0x5bb57c=_0x113551[_0x287e11(0x19d)],_0x27854c=_0x5bb57c[_0x287e11(0x157)](_0x4167fc);if(_0x27854c&&_0x27854c[_0x287e11(0xdd)])return _0x27854c[_0x287e11(0xdd)][_0x287e11(0x116)][_0x287e11(0x16f)]()[_0x287e11(0x186)]('\x20','_');return null;}[a4_0x49be49(0x154)](_0x29396d){const _0x66580c=a4_0x49be49,_0x3de03e={};_0x3de03e[_0x66580c(0xb5)]=function(_0x13988d,_0x20ab73){return _0x13988d===_0x20ab73;},_0x3de03e[_0x66580c(0xc4)]=function(_0x59879d,_0x5c55c5){return _0x59879d===_0x5c55c5;},_0x3de03e[_0x66580c(0x146)]=function(_0x342b0b,_0x54380c){return _0x342b0b===_0x54380c;},_0x3de03e[_0x66580c(0xb4)]=_0x66580c(0x170),_0x3de03e[_0x66580c(0x191)]='config';const _0x89a298=_0x3de03e,_0x44ee79=path[_0x66580c(0xba)];if(_0x89a298[_0x66580c(0xb5)](_0x29396d,null)||_0x89a298[_0x66580c(0xb5)](_0x29396d,'')||_0x89a298[_0x66580c(0xc4)](_0x29396d,_0x44ee79)||_0x89a298['iUmCE'](_0x29396d,path['dirname'](_0x29396d)))return null;try{return fs[_0x66580c(0xdb)](path[_0x66580c(0x15f)](_0x29396d,_0x89a298['ixQdk'],_0x89a298[_0x66580c(0x191)])),_0x29396d;}catch(_0x10a3fb){const _0x32e6a0=path['dirname'](_0x29396d);return this['findGitConfig'](_0x32e6a0);}}[a4_0x49be49(0x189)](_0x3cdb44){const _0x1a3fe9=a4_0x49be49,_0x2a1253={};_0x2a1253['sGWwa']=function(_0x90113d,_0x49118b){return _0x90113d>_0x49118b;};const _0x14feaf=_0x2a1253;if(_0x3cdb44[_0x1a3fe9(0x1aa)])return _0x3cdb44['file'];if(_0x3cdb44[_0x1a3fe9(0x164)]){const _0x19f62c=_0x3cdb44['ctx']['currentTest']?this[_0x1a3fe9(0x189)](_0x3cdb44[_0x1a3fe9(0x164)][_0x1a3fe9(0x119)]):null;if(_0x19f62c)return _0x19f62c;}if(_0x3cdb44[_0x1a3fe9(0x195)]){const _0x3317b7=this['getRootParentFile'](_0x3cdb44[_0x1a3fe9(0x195)])||(_0x3cdb44[_0x1a3fe9(0x195)][_0x1a3fe9(0x164)]&&_0x3cdb44[_0x1a3fe9(0x195)][_0x1a3fe9(0x164)][_0x1a3fe9(0x119)]?this[_0x1a3fe9(0x189)](_0x3cdb44[_0x1a3fe9(0x195)][_0x1a3fe9(0x164)][_0x1a3fe9(0x119)]):null);if(_0x3317b7)return _0x3317b7;_0x3cdb44['parent'][_0x1a3fe9(0x111)]&&_0x14feaf[_0x1a3fe9(0xeb)](_0x3cdb44[_0x1a3fe9(0x195)][_0x1a3fe9(0x111)][_0x1a3fe9(0x149)],0x0)&&_0x3cdb44[_0x1a3fe9(0x195)][_0x1a3fe9(0x111)][_0x1a3fe9(0x174)](_0x4b89e6=>{const _0x108de2=_0x1a3fe9,_0x7d118d=_0x4b89e6[_0x108de2(0x164)]?this[_0x108de2(0x189)](_0x4b89e6['ctx']):null;if(_0x7d118d)return _0x7d118d;});}return null;}['getHierarchy'](_0x3819f8){const _0x453449=a4_0x49be49,_0x4b4bee={};_0x4b4bee['UXail']=function(_0x91d9a7,_0x263cc1){return _0x91d9a7!==_0x263cc1;};const _0x3de9f9=_0x4b4bee,_0x61f90f=[];if(_0x3819f8&&_0x3819f8[_0x453449(0x195)]){let _0x187cec=_0x3819f8['parent'];while(_0x187cec&&_0x3de9f9[_0x453449(0x145)](_0x187cec[_0x453449(0x19d)],'')){_0x61f90f[_0x453449(0xe0)](_0x187cec[_0x453449(0x19d)]),_0x187cec=_0x187cec[_0x453449(0x195)];}}return _0x61f90f;}[a4_0x49be49(0xfc)](_0x5306db,_0x3d0a86,_0x11702e=undefined){const _0x5f06e6=a4_0x49be49,_0x56cb4f={'TTJgN':function(_0x38d51d,_0x3523ed){return _0x38d51d(_0x3523ed);},'vFObC':function(_0x3071d5){return _0x3071d5();},'EAdvy':function(_0x2d6a8e){return _0x2d6a8e();},'bpIAH':_0x5f06e6(0xfe),'EfRUL':_0x5f06e6(0x11f),'TAVfM':function(_0x425801,_0x1ce4d1){return _0x425801!==_0x1ce4d1;},'baniq':_0x5f06e6(0x176),'TIpph':_0x5f06e6(0x160),'iisew':_0x5f06e6(0xd9),'dUoQb':_0x5f06e6(0x137),'xVkAv':_0x5f06e6(0x143),'DMsWw':_0x5f06e6(0x11b),'ivssp':function(_0x3892ab,_0xef34f0){return _0x3892ab-_0xef34f0;},'LulwZ':function(_0x4a9791,_0x564572,_0x213240,_0x3cf65c,_0x3578c6){return _0x4a9791(_0x564572,_0x213240,_0x3cf65c,_0x3578c6);},'mjKyS':function(_0x438459,_0x53f483){return _0x438459!==_0x53f483;},'VwxsM':_0x5f06e6(0x17e),'CnTwS':'meta','gIaPB':_0x5f06e6(0x1a6),'lAuPS':_0x5f06e6(0xb7),'FpzJP':_0x5f06e6(0x141),'nGBAu':_0x5f06e6(0x14d),'DkqlJ':'expanded','nabEt':function(_0x4e179b,_0x3253a7){return _0x4e179b===_0x3253a7;},'FyfJN':_0x5f06e6(0x14e),'kjytb':'test_run'};if(!this[_0x5f06e6(0x142)])return;try{if(_0x3d0a86['fn']&&_0x3d0a86['fn'][_0x5f06e6(0xf9)]()['match'](/browserstack internal helper hook/))return;const _0x46ae92=_0x56cb4f[_0x5f06e6(0x1a1)](parseEvent,_0x5306db);if(!_0x46ae92)return;if(_0x46ae92[_0x5f06e6(0x18b)]){this[_0x5f06e6(0x119)]=_0x3d0a86,this[_0x5f06e6(0x124)]=null;if(_0x46ae92[_0x5f06e6(0x13b)]||_0x46ae92[_0x5f06e6(0x143)]){_0x3d0a86['startedAt']=new Date(),_0x3d0a86[_0x5f06e6(0x19c)]=![];if(!_0x3d0a86[_0x5f06e6(0xb1)])_0x3d0a86[_0x5f06e6(0xb1)]=_0x56cb4f[_0x5f06e6(0xbb)](uuidv4);else _0x3d0a86[_0x5f06e6(0x19c)]&&(!_0x3d0a86[_0x5f06e6(0xf2)]&&(_0x3d0a86[_0x5f06e6(0xf2)]=_0x3d0a86['testAnalyticsId']),_0x3d0a86[_0x5f06e6(0xb1)]=_0x56cb4f[_0x5f06e6(0x15e)](uuidv4));}}else{if(_0x46ae92[_0x5f06e6(0x116)]){this[_0x5f06e6(0x124)]=_0x3d0a86;if(_0x46ae92[_0x5f06e6(0x13b)]){_0x3d0a86[_0x5f06e6(0x17b)]=new Date(),_0x3d0a86[_0x5f06e6(0x19c)]=![];if(!_0x3d0a86[_0x5f06e6(0x166)])_0x3d0a86['hookAnalyticsId']=_0x56cb4f['EAdvy'](uuidv4);else _0x3d0a86[_0x5f06e6(0x166)]&&_0x3d0a86[_0x5f06e6(0x19c)]&&(_0x3d0a86[_0x5f06e6(0x166)]=_0x56cb4f[_0x5f06e6(0x15e)](uuidv4));}}}if(_0x46ae92[_0x5f06e6(0x122)]&&_0x3d0a86[_0x5f06e6(0x19c)])return;let _0xff25e4;try{_0xff25e4=this[_0x5f06e6(0x189)](_0x3d0a86);}catch(_0x1c0ae6){logger[_0x5f06e6(0x187)](_0x5f06e6(0xf7)+_0x1c0ae6),_0xff25e4=null;}const _0x4470cd=_0x56cb4f[_0x5f06e6(0x1a1)](require,_0x56cb4f[_0x5f06e6(0xd1)]);let _0x1de21c=[];_0x11702e&&(_0x1de21c=[_0x11702e,_0x56cb4f[_0x5f06e6(0x101)]]);const _0x173201=_0x56cb4f[_0x5f06e6(0x139)](_0x3d0a86[_0x5f06e6(0x140)],undefined)?_0x4470cd[_0x5f06e6(0xd5)](_0x3d0a86[_0x5f06e6(0x140)][0x0]):_0x56cb4f[_0x5f06e6(0x139)](_0x11702e,undefined)?_0x11702e[_0x5f06e6(0xf9)]():undefined,_0x3ef767=_0xff25e4?this['findGitConfig'](_0xff25e4):null,_0x14868e=_0xff25e4?this[_0x5f06e6(0xbe)]['prefixTestPath'](this['getRootParentFile'](_0x3d0a86)):_0x56cb4f[_0x5f06e6(0x196)];let _0x1a776b=_0x56cb4f[_0x5f06e6(0xe9)];const _0x503350=!_0x46ae92[_0x5f06e6(0x13b)]?new Date()[_0x5f06e6(0xe8)]():null;if(_0x46ae92[_0x5f06e6(0x122)])_0x1a776b=_0x11702e?_0x56cb4f[_0x5f06e6(0x13e)]:_0x56cb4f[_0x5f06e6(0x117)],_0x3d0a86[_0x5f06e6(0x19c)]=!![];else _0x46ae92[_0x5f06e6(0x143)]&&(_0x1a776b=_0x56cb4f[_0x5f06e6(0x18d)],_0x3d0a86[_0x5f06e6(0x19c)]=!![]);const _0x330601={'framework':this[_0x5f06e6(0x172)],'uuid':_0x3d0a86['testAnalyticsId']||_0x3d0a86[_0x5f06e6(0x166)],'name':_0x3d0a86[_0x5f06e6(0x19d)],'body':{'lang':_0x56cb4f[_0x5f06e6(0x121)],'code':_0x3d0a86[_0x5f06e6(0x1a8)][_0x5f06e6(0xf9)]()},'type':_0x3d0a86[_0x5f06e6(0x1a3)],'scope':_0x3d0a86[_0x5f06e6(0x125)](),'scopes':this[_0x5f06e6(0x16d)](_0x3d0a86),'file_name':_0x14868e,'vc_filepath':_0x3ef767?path['relative'](_0x3ef767,_0xff25e4):null,'location':_0x14868e,'result':_0x1a776b,'failure_reason':_0x173201,'duration_in_ms':_0x3d0a86['duration']||(_0x46ae92['finished']||_0x46ae92[_0x5f06e6(0x143)])?_0x56cb4f['ivssp'](Date[_0x5f06e6(0x16c)](),new Date(_0x3d0a86[_0x5f06e6(0x17b)])['getTime']()):null,'started_at':new Date(_0x3d0a86[_0x5f06e6(0x17b)])['toISOString'](),'finished_at':_0x503350,'failure':testOpsHelper[_0x5f06e6(0xfd)][_0x5f06e6(0xde)](null,_0x1de21c),'failure_type':!_0x173201?null:testOpsHelper[_0x5f06e6(0x15c)](_0x173201),'retry_of':_0x3d0a86[_0x5f06e6(0xf2)]||null,'tags':_0x3d0a86[_0x5f06e6(0x168)]||[],'customRerunParam':{'rerun_name':_0x3d0a86[_0x5f06e6(0x125)]()}};_0x56cb4f['LulwZ'](appendTesthubParams,_0x330601,_0x5306db,_0x3d0a86,FRAMEWORKS[_0x5f06e6(0xd2)]);if(_0x46ae92['hook'])[_0x330601['hook_type'],_0x330601['name']]=[this[_0x5f06e6(0xbc)](_0x3d0a86),_0x3d0a86[_0x5f06e6(0x164)]['test']['title']],_0x46ae92[_0x5f06e6(0x122)]?_0x56cb4f['mjKyS'](_0x330601[_0x5f06e6(0xf4)],_0x56cb4f['iisew'])&&(_0x330601[_0x5f06e6(0xf4)]=_0x56cb4f[_0x5f06e6(0x117)]):_0x330601[_0x5f06e6(0x1a8)]={};else _0x46ae92[_0x5f06e6(0x18b)]&&(this[_0x5f06e6(0x17d)](_0x3d0a86),_0x46ae92[_0x5f06e6(0x143)]&&this['resetSkipTestHooks'](_0x3d0a86),(_0x46ae92[_0x5f06e6(0x122)]||_0x46ae92['skipped'])&&(_0x330601[_0x5f06e6(0x12e)]=this['getHooksForTest'](_0x3d0a86)));this[_0x5f06e6(0x115)]&&(_0x46ae92['started']||_0x46ae92[_0x5f06e6(0x143)])&&(_0x330601[_0x56cb4f[_0x5f06e6(0x129)]]=this[_0x5f06e6(0x1a0)](this[_0x5f06e6(0x115)]));_0x46ae92[_0x5f06e6(0x18b)]&&_0x46ae92[_0x5f06e6(0x122)]&&_0x3d0a86[_0x5f06e6(0x179)]&&(_0x330601[_0x56cb4f[_0x5f06e6(0xb8)]]={'feature':{'name':_0x3d0a86['parent'][_0x5f06e6(0x177)]['name'],'path':_0x330601[_0x5f06e6(0x13f)],'description':_0x3d0a86[_0x5f06e6(0x195)][_0x5f06e6(0x1a4)]},'scenario':{'name':_0x3d0a86[_0x5f06e6(0x19d)]},'steps':_0x3d0a86[_0x5f06e6(0x179)]});const _0x219062=_0x330601[_0x56cb4f[_0x5f06e6(0xe7)]][0x0];_0x219062&&(_0x330601[_0x56cb4f[_0x5f06e6(0xc6)]]=_0x219062[_0x56cb4f[_0x5f06e6(0xfa)]],_0x330601[_0x56cb4f[_0x5f06e6(0x120)]]=_0x219062[_0x56cb4f['DkqlJ']]);if(_0x3d0a86[_0x5f06e6(0x179)])for(const _0x49281c of _0x3d0a86['bddSteps']){!_0x49281c[_0x5f06e6(0xed)]&&(_0x49281c[_0x5f06e6(0xed)]=new Date()[_0x5f06e6(0xe8)](),_0x56cb4f['nabEt'](_0x49281c[_0x5f06e6(0xf4)],_0x56cb4f[_0x5f06e6(0xe9)])&&(_0x219062?(_0x49281c[_0x5f06e6(0xf4)]=_0x56cb4f[_0x5f06e6(0x13e)],_0x49281c[_0x5f06e6(0x1a6)]=_0x219062[_0x56cb4f['FpzJP']][0x0]):_0x49281c[_0x5f06e6(0xf4)]=_0x56cb4f[_0x5f06e6(0x117)]));}const _0x2acf3d={};_0x2acf3d['event_type']=_0x46ae92[_0x5f06e6(0x143)]?TEST_EVENTS[_0x5f06e6(0xd0)]:_0x5306db;const _0x5a1638=_0x2acf3d;return _0x46ae92[_0x5f06e6(0x116)]?_0x5a1638[_0x56cb4f[_0x5f06e6(0xdc)]]=_0x330601:_0x5a1638[_0x56cb4f['kjytb']]=_0x330601,_0x5a1638;}catch(_0x1cc934){logger[_0x5f06e6(0x187)](_0x5f06e6(0xc1)+_0x5306db+_0x5f06e6(0x163)+_0x1cc934);}}async[a4_0x49be49(0xc9)](_0x110b9b,_0x59aea7){const _0x3df6d7=a4_0x49be49;if(!this[_0x3df6d7(0x142)]||!_0x59aea7||!_0x110b9b)return![];try{return await SessionHandler[_0x3df6d7(0x194)](_0x59aea7);}catch(_0x3bef2d){logger[_0x3df6d7(0x187)](_0x3df6d7(0x175)+_0x110b9b+_0x3df6d7(0x163)+_0x3bef2d);}}['initializeBddStep'](_0x3f4bf8){const _0x275016=a4_0x49be49,_0x47ce3d={};_0x47ce3d[_0x275016(0x114)]=_0x275016(0x160);const _0x2fc1b6=_0x47ce3d;return{'id':_0x3f4bf8[_0x275016(0x144)],'text':_0x3f4bf8[_0x275016(0x18a)],'keyword':_0x3f4bf8['keyword'],'started_at':_0x3f4bf8['startedAt'][_0x275016(0xe8)](),'result':_0x2fc1b6[_0x275016(0x114)]};}['bddStepStart'](_0x408245){const _0x2a1237=a4_0x49be49,_0x3fccbc={'vsKHK':function(_0x37f346){return _0x37f346();}};!this[_0x2a1237(0x119)][_0x2a1237(0x179)]&&(this[_0x2a1237(0x119)][_0x2a1237(0x179)]=[]),!_0x408245['stepAnalyticsId']&&(_0x408245[_0x2a1237(0x144)]=_0x3fccbc['vsKHK'](uuidv4),_0x408245[_0x2a1237(0x17b)]=new Date(),this[_0x2a1237(0x119)][_0x2a1237(0x179)]['push'](this['initializeBddStep'](_0x408245)));}[a4_0x49be49(0x156)](_0x1a6a93){const _0x47d4c5=a4_0x49be49,_0xd19ee0={'arwNM':function(_0x1deb30,_0x33572c){return _0x1deb30(_0x33572c);},'MxtPn':_0x47d4c5(0x171),'qFrnH':_0x47d4c5(0x160),'WrUUe':_0x47d4c5(0x137),'rHvvk':function(_0x5adb76,_0x27fc91){return _0x5adb76-_0x27fc91;}};let _0x512b2e=this[_0x47d4c5(0x119)]['bddSteps']['find'](_0x138f2e=>_0x138f2e['id']===_0x1a6a93['stepAnalyticsId']);_0xd19ee0[_0x47d4c5(0x15a)](isUndefined,_0x512b2e)&&(_0x512b2e=this[_0x47d4c5(0x136)](_0x1a6a93)),_0x512b2e['result']=[_0xd19ee0['MxtPn'],_0xd19ee0[_0x47d4c5(0x19f)]][_0x47d4c5(0xca)](_0x1a6a93[_0x47d4c5(0x1a7)])?_0xd19ee0[_0x47d4c5(0x13d)]:_0x1a6a93[_0x47d4c5(0x1a7)],_0x512b2e[_0x47d4c5(0xed)]=new Date()[_0x47d4c5(0xe8)](),_0x512b2e['duration']=_0xd19ee0[_0x47d4c5(0x15d)](Date[_0x47d4c5(0x16c)](),_0x1a6a93[_0x47d4c5(0x17b)][_0x47d4c5(0xb2)]()),_0x512b2e[_0x47d4c5(0x1a6)]=_0x1a6a93[_0x47d4c5(0x11f)]?_0x1a6a93[_0x47d4c5(0x11f)]['message']:null;}}function a4_0x5146(_0x2c3f67,_0x4dc22c){const _0x53f5a7=a4_0x53f5();return a4_0x5146=function(_0x5146ed,_0x2312a2){_0x5146ed=_0x5146ed-0xb1;let _0x5c1f51=_0x53f5a7[_0x5146ed];return _0x5c1f51;},a4_0x5146(_0x2c3f67,_0x4dc22c);}const a4_0x528bfc={};a4_0x528bfc[a4_0x49be49(0xd4)]=O11yHelper,a4_0x528bfc[a4_0x49be49(0x133)]=STATE_PASSED,a4_0x528bfc['STATE_FAILED']=STATE_FAILED,a4_0x528bfc[a4_0x49be49(0xd8)]=TEST_EVENTS,module[a4_0x49be49(0x123)]=a4_0x528bfc;
|
|
1
|
+
const a4_0x3400ec=a4_0x1a32;(function(_0xcaebd8,_0x5d3873){const _0xc88eae=a4_0x1a32,_0x10c94f=_0xcaebd8();while(!![]){try{const _0xc47fbc=-parseInt(_0xc88eae(0xff))/0x1*(parseInt(_0xc88eae(0xd3))/0x2)+parseInt(_0xc88eae(0x128))/0x3*(parseInt(_0xc88eae(0xb1))/0x4)+-parseInt(_0xc88eae(0xa2))/0x5+-parseInt(_0xc88eae(0x9a))/0x6+parseInt(_0xc88eae(0xe1))/0x7*(parseInt(_0xc88eae(0x8c))/0x8)+-parseInt(_0xc88eae(0xcd))/0x9*(parseInt(_0xc88eae(0x15c))/0xa)+parseInt(_0xc88eae(0x94))/0xb;if(_0xc47fbc===_0x5d3873)break;else _0x10c94f['push'](_0x10c94f['shift']());}catch(_0x43017f){_0x10c94f['push'](_0x10c94f['shift']());}}}(a4_0x2051,0xe1e87));function a4_0x1a32(_0x22a894,_0x3b7399){const _0x205149=a4_0x2051();return a4_0x1a32=function(_0x1a321a,_0x4a593b){_0x1a321a=_0x1a321a-0x8c;let _0xb636d2=_0x205149[_0x1a321a];return _0xb636d2;},a4_0x1a32(_0x22a894,_0x3b7399);}const path=require(a4_0x3400ec(0x136)),fs=require('fs'),{v4:uuidv4}=require(a4_0x3400ec(0x137)),{importFileFromPWCore,nestedKeyValue,parseWSEndpoint,isUndefined}=require(a4_0x3400ec(0xe7)),testOpsHelper=require('../../helpers/test-observability/utils'),{getTestEnv}=require(a4_0x3400ec(0x108)),{FRAMEWORKS}=require('../../helpers/test-observability/constants'),logger=require(a4_0x3400ec(0x14e))[a4_0x3400ec(0x16d)],SessionHandler=require('../../helpers/test-observability/sessionHandler'),RequestQueueHandler=require(a4_0x3400ec(0x12b)),PlaywrightSessionDetails=require('../playwright/sessionDetails'),debug=testOpsHelper[a4_0x3400ec(0x17c)],{processAccessibilityCaps}=require(a4_0x3400ec(0x9f)),Constants=require(a4_0x3400ec(0xdf)),{fetchPlatformDetails}=require(a4_0x3400ec(0x10d)),{shouldProcessEventForTesthub,appendTesthubParams}=require(a4_0x3400ec(0xde)),constants=require(a4_0x3400ec(0xdf)),STATE_PASSED='passed',STATE_FAILED=a4_0x3400ec(0x171),a4_0x523d58={};a4_0x523d58[a4_0x3400ec(0xfe)]=a4_0x3400ec(0x143),a4_0x523d58[a4_0x3400ec(0x10b)]=a4_0x3400ec(0xb2),a4_0x523d58[a4_0x3400ec(0x142)]=a4_0x3400ec(0x115),a4_0x523d58[a4_0x3400ec(0x138)]=a4_0x3400ec(0xc6),a4_0x523d58[a4_0x3400ec(0x163)]=a4_0x3400ec(0xcb);function a4_0x2051(){const _0x58354c=['../mocha/test-observability/mochaUtils','MSFVq','wsEndpoint','TEST_RUN_FINISHED','accessibilityPlatform','./helper.js','_beforeEach','replace','logs','EkOAy','BrowserType','dirname','cGmOe','TestRunSkipped','resetSkipTestHooks','type','uPDzv','failureData','BROWSERSTACK','fullTitle','browserstack','_paths','Failed\x20to\x20parse\x20wsendpoint\x20','OsdqJ','FWIqM','toLowerCase','File\x20path\x20could\x20not\x20be\x20found','expanded','__platformCaps','PathHelper','join','stepAnalyticsId','75OFJxJz','QBOYf','statSync','../../helpers/test-observability/requestQueueHandler','O11yHelper','test_run_uuid','testAnalyticsId','AHMuj','prototype','woxzN','FQJqk','hook_run_uuid','NUMnu','connect','path','uuid','HOOK_RUN_STARTED','finished_at','result','failure_backtrace','HTVOd','match','neNZU','bind','body','getInstance','TEST_RUN_SKIPPED','TestRunStarted','VUKqH','_testEnv','obsBrowserTypeMockApplied','toISOString','location_prefix','string','success','hook_type','PLAYWRIGHT_HUB_URL','mapTestHooks','../../helpers/logger','pending','AwXmY','startedAt','push','errorsDetailed','dfIiV','DJyQi','config','ctx','failure_reason_expanded','tUFPo','test','text','80340scTjCt','file','event_type','uploadEventData','LlIWf','currentHook','comment','HOOK_RUN_FINISHED','weFNh','feature','sqLSK','fireEvent','getRootParentFile','DTsGd','defineProperty','split','bfIoq','winstonLogger','FUMsy','Exception\x20in\x20uploading\x20log\x20data\x20to\x20','toUpperCase','failed','stop','0|3|5|1|2|4','failure','\x20with\x20error\x20:\x20','tBjZX','finished','TAhkk','Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20','_afterEach','hookAnalyticsId','debug','LogCreated','status','__cloud_provider___','toString','hook','24312vLvDho','ZAeVI','skipped','lBHyq','err','markedStatus','connectOverCDP','findGitConfig','14289308hpbDjE','Checking\x20for\x20accessibility\x20automation\x20session\x20with\x20','now','retryOf','nTKRl','integrations','1907892sVtKEF','javascript','hook_run','test_run','then','../playwright/accessibility-helper','HtGCn','duration','6007155BFjywv','driver','GnvBK','PTUHa','tags','tRbzS','CODECEPT','Orlwb','bddSteps','concat','inspect','getFailureType','lib','suites','hooks','225892xoCply','TestRunFinished','cPeoP','UOgCl','sRiYD','wkIjM','mPaea','kiJmo','setupBrowserDetails','initializeBddStep','codeceptjs','mvEcp','sKBik','vcBTH','wYWcf','length','.git','exports','launch','getCBTInfo','icKKq','HookRunStarted','wPlmZ','wQnTM','bs:addLog:','kjyDI','HookRunFinished','enabled','531NCpZjS','piCaQ','nydWn','QsqCD','getHierarchy','eevLj','398PsrjEX','esVLR','find','CBTSessionCreated','getHooksForTest','failed\x20to\x20get\x20root\x20parent\x20file\x20','aSZps','OEPoA','rcyku','started','IPbLD','../../helpers/testhub/utils.js','../utils/constants','getHookType','868fubZlX','forEach','bddStepStart','USfBr','patchConsoleLogger','STATE_FAILED','../../helpers/helper','dZYSs','CyTVj','sep','currentTest','TEST_EVENTS','vUfWF','frameworkName','passed','nmvXp','title','includes','_afterAll','getTime','nGDye','lxzrV','util','meta','WTmTU','name','parent','lDTVp','cwd','TEST_RUN_STARTED','849LECbID','DJCOx','DozZW','apply','ZzBrB','start','Not\x20able\x20to\x20import\x20Browser','PPebp','wxvQj'];a4_0x2051=function(){return _0x58354c;};return a4_0x2051();}const TEST_EVENTS=a4_0x523d58,parseEvent=_0x160434=>{const _0x573dc5=a4_0x3400ec,_0x31d407={};_0x31d407['dkVFg']=function(_0x1dcb95,_0xd011bb){return _0x1dcb95<_0xd011bb;},_0x31d407[_0x573dc5(0xce)]=function(_0x30d837,_0x3a9551){return _0x30d837===_0x3a9551;},_0x31d407[_0x573dc5(0xd2)]='test',_0x31d407['FQJqk']=function(_0x4f069c,_0xf49b92){return _0x4f069c===_0xf49b92;},_0x31d407[_0x573dc5(0x103)]='hook',_0x31d407['lxzrV']=function(_0x156cbd,_0xb8eb37){return _0x156cbd===_0xb8eb37;},_0x31d407[_0x573dc5(0xb3)]=_0x573dc5(0x8e),_0x31d407['HZldV']='started',_0x31d407['cVRtU']=function(_0x3c46f1,_0x4b6d9a){return _0x3c46f1===_0x4b6d9a;},_0x31d407['DJCOx']=_0x573dc5(0x177);const _0x17efeb=_0x31d407,_0x4eaa3f=_0x160434[_0x573dc5(0x13d)](/^(.*)Run(.*)$/);if(!_0x4eaa3f)return null;if(_0x17efeb['dkVFg'](_0x4eaa3f[_0x573dc5(0xc0)],0x3))return null;const _0x26b67f=_0x4eaa3f[0x1][_0x573dc5(0x121)](),_0x4aacb0=_0x4eaa3f[0x2][_0x573dc5(0x121)]();return{'test':_0x17efeb['piCaQ'](_0x26b67f,_0x17efeb[_0x573dc5(0xd2)]),'hook':_0x17efeb[_0x573dc5(0x132)](_0x26b67f,_0x17efeb[_0x573dc5(0x103)]),'skipped':_0x17efeb[_0x573dc5(0xf6)](_0x4aacb0,_0x17efeb[_0x573dc5(0xb3)]),'started':_0x17efeb['piCaQ'](_0x4aacb0,_0x17efeb['HZldV']),'finished':_0x17efeb['cVRtU'](_0x4aacb0,_0x17efeb[_0x573dc5(0x100)])};},mockPWBrowserType=_0x30892f=>{const _0x1519d8=a4_0x3400ec,_0x1f9c13={'nThOZ':function(_0x212d67,_0x4500b6){return _0x212d67===_0x4500b6;},'SUdDi':_0x1519d8(0x149),'LlIWf':function(_0x511269,_0x40d667,_0x371053){return _0x511269(_0x40d667,_0x371053);},'PPebp':_0x1519d8(0x10a),'USfBr':function(_0x4ee0fd,_0x10bd39){return _0x4ee0fd(_0x10bd39);},'sqLSK':_0x1519d8(0x11c),'wQnTM':_0x1519d8(0xae),'DozZW':'client','icKKq':'browserType.js','sRiYD':_0x1519d8(0x105),'dZYSs':_0x1519d8(0x135),'NUMnu':_0x1519d8(0xc3)},_0x4d7722=path[_0x1519d8(0x126)](_0x1f9c13[_0x1519d8(0xc8)],_0x1f9c13[_0x1519d8(0x101)],_0x1f9c13[_0x1519d8(0xc5)]),_0x27bc85=_0x1f9c13['USfBr'](importFileFromPWCore,_0x4d7722);if(!_0x27bc85){_0x1f9c13['USfBr'](debug,_0x1f9c13[_0x1519d8(0xb5)]);return;}const _0x1e12e8=_0x27bc85[_0x1519d8(0x112)],_0x226e7e=_0x1e12e8[_0x1519d8(0x130)];if(_0x226e7e[_0x1519d8(0x146)])return;const _0xd3f5b7=_0x226e7e[_0x1519d8(0x135)];Object[_0x1519d8(0x16a)](_0x226e7e,_0x1f9c13[_0x1519d8(0xe8)],{'get':function(){const _0x3f8371=_0x1519d8,_0x41aa55={'neNZU':function(_0x2c91d9,_0x5af47c){return _0x1f9c13['nThOZ'](_0x2c91d9,_0x5af47c);},'rCSJv':_0x1f9c13['SUdDi'],'CyTVj':function(_0x1873f9,_0x50f64d,_0x346df9){const _0x524ba8=a4_0x1a32;return _0x1f9c13[_0x524ba8(0x160)](_0x1873f9,_0x50f64d,_0x346df9);},'esVLR':_0x1f9c13[_0x3f8371(0x106)],'TAhkk':function(_0x57417c,_0x44d483){const _0x2790b9=_0x3f8371;return _0x1f9c13[_0x2790b9(0xe4)](_0x57417c,_0x44d483);},'lBHyq':_0x1f9c13[_0x3f8371(0x166)]};return async function _0x5c8a53(_0x4397a2,_0x5039c1){const _0x393cba=_0x3f8371,_0x113ad2=_0x41aa55['CyTVj'](nestedKeyValue,_0x4397a2,[_0x41aa55[_0x393cba(0xd4)]])||_0x4397a2;let _0xc3648c=null,_0x1406d5=null;try{[_0x1406d5,_0xc3648c]=_0x113ad2?_0x41aa55[_0x393cba(0x178)](parseWSEndpoint,_0x113ad2):[null,null],global[_0x393cba(0x124)]=_0xc3648c,logger['debug'](_0x393cba(0x95)+_0x1406d5),_0x1406d5[_0x393cba(0xf2)](Constants[_0x393cba(0x11a)])&&(global[_0x393cba(0x17f)]=_0x41aa55[_0x393cba(0x8f)]);}catch(_0x494e34){logger[_0x393cba(0x17c)](_0x393cba(0x11e)+_0x113ad2+'\x20'+_0x494e34);}_0x41aa55[_0x393cba(0xe9)](processAccessibilityCaps,_0xc3648c,_0x1406d5);if(global[_0x393cba(0x10c)]){const _0x2eff04=await _0x226e7e[_0x393cba(0x92)][_0x393cba(0x102)](this,[''+Constants[_0x393cba(0x14c)]+_0x41aa55[_0x393cba(0x178)](encodeURIComponent,JSON['stringify'](_0xc3648c))]);return PlaywrightSessionDetails[_0x393cba(0xb9)](_0x2eff04,_0x30892f,_0x113ad2),_0x2eff04;}return _0xd3f5b7[_0x393cba(0x102)](this,arguments)[_0x393cba(0x9e)](_0x1050b0=>{const _0x3a84f5=_0x393cba;let _0x6eb62e=_0x4397a2[_0x3a84f5(0x10a)];return _0x41aa55[_0x3a84f5(0x13e)](typeof _0x4397a2,_0x41aa55['rCSJv'])&&(_0x6eb62e=_0x4397a2),PlaywrightSessionDetails[_0x3a84f5(0xb9)](_0x1050b0,_0x30892f,_0x6eb62e),_0x1050b0;});};}});const _0x151dfe=_0x226e7e['launch'];Object[_0x1519d8(0x16a)](_0x226e7e,_0x1f9c13[_0x1519d8(0x134)],{'get':function(){return async function _0x361259(){const _0x36fa75=a4_0x1a32;return _0x151dfe[_0x36fa75(0x102)](this,arguments)['then'](_0x349b09=>{const _0x5b2428=_0x36fa75;return PlaywrightSessionDetails[_0x5b2428(0xb9)](_0x349b09,null),_0x349b09;});};}});};class O11yHelper{['currentTest']=null;[a4_0x3400ec(0x161)]=null;['enabled']=![];[a4_0x3400ec(0xee)]=![];constructor(_0x4101c1,_0x29fe0f){const _0xd4c63a=a4_0x3400ec,_0x4bbd37={'HTVOd':_0xd4c63a(0x173),'woxzN':function(_0x4c8848){return _0x4c8848();},'aSZps':function(_0xb1423b,_0x474cc9){return _0xb1423b===_0x474cc9;},'BvXzr':'Playwright','cGmOe':function(_0x35c112,_0x3580d2){return _0x35c112(_0x3580d2);}},_0x329611=_0x4bbd37[_0xd4c63a(0x13c)][_0xd4c63a(0x16b)]('|');let _0x159572=0x0;while(!![]){switch(_0x329611[_0x159572++]){case'0':this['enabled']=_0x4bbd37[_0xd4c63a(0x131)](shouldProcessEventForTesthub);continue;case'1':this[_0xd4c63a(0x145)]=_0x4bbd37[_0xd4c63a(0x131)](getTestEnv);continue;case'2':this[_0xd4c63a(0x11d)]=new testOpsHelper[(_0xd4c63a(0x125))]({'cwd':process[_0xd4c63a(0xfd)]()},this[_0xd4c63a(0x145)][_0xd4c63a(0x148)]);continue;case'3':this['frameworkName']=_0x29fe0f[_0xd4c63a(0xee)];continue;case'4':this[_0xd4c63a(0xa3)]&&_0x4bbd37[_0xd4c63a(0xd9)](this[_0xd4c63a(0xa3)]['constructor']['name'],_0x4bbd37['BvXzr'])&&_0x4bbd37[_0xd4c63a(0x114)](mockPWBrowserType,null);continue;case'5':this[_0xd4c63a(0xa3)]=_0x4101c1;continue;}break;}}[a4_0x3400ec(0x104)](){const _0x526e6f=a4_0x3400ec;if(!this[_0x526e6f(0xcc)])return;testOpsHelper[_0x526e6f(0xe5)](),process['removeAllListeners'](_0x526e6f(0xc9)+process['pid']),process['on'](_0x526e6f(0xc9)+process['pid'],this['appendTestItemLog'][_0x526e6f(0x13f)](this));}async[a4_0x3400ec(0x172)](){const _0xc16da5=a4_0x3400ec;await RequestQueueHandler[_0xc16da5(0x141)]()['shutdown']();}async['appendTestItemLog'](_0x2b864d){const _0x2c12d9=a4_0x3400ec,_0x1ceca2={'QBOYf':_0x2c12d9(0x17d),'nydWn':function(_0x26af6d,_0x1f5a63){return _0x26af6d(_0x1f5a63);}};try{this[_0x2c12d9(0x161)]&&!this[_0x2c12d9(0x161)]['markedStatus']&&(_0x2b864d[_0x2c12d9(0x133)]=this[_0x2c12d9(0x161)][_0x2c12d9(0x17b)]);!_0x2b864d[_0x2c12d9(0x133)]&&this['currentTest']&&!this[_0x2c12d9(0xeb)][_0x2c12d9(0x91)]&&(_0x2b864d[_0x2c12d9(0x12d)]=this['currentTest'][_0x2c12d9(0x12e)]);if(_0x2b864d[_0x2c12d9(0x133)]||_0x2b864d[_0x2c12d9(0x12d)]){const _0x2a4f66={};_0x2a4f66[_0x2c12d9(0x15e)]=_0x1ceca2[_0x2c12d9(0x129)],_0x2a4f66[_0x2c12d9(0x110)]=[_0x2b864d],await SessionHandler[_0x2c12d9(0x15f)](_0x2a4f66);}}catch(_0x5c3f5f){_0x1ceca2[_0x2c12d9(0xcf)](debug,_0x2c12d9(0x16f)+constants['TEST_REPORTING_ANALYTICS']+_0x2c12d9(0x175)+_0x5c3f5f);}}async['sendCBTInfo'](_0x54c8cd){const _0x263d57=a4_0x3400ec,_0x51aeec={'AwXmY':_0x263d57(0xd6),'qKwbg':function(_0x4c141a,_0x4275bd){return _0x4c141a(_0x4275bd);}};if(!this[_0x263d57(0xcc)])return;const _0x1e25a4=this[_0x263d57(0xc4)](this[_0x263d57(0xa3)]);try{const _0x5ebb5e={};_0x5ebb5e[_0x263d57(0x137)]=_0x54c8cd,_0x5ebb5e[_0x263d57(0x99)]=_0x1e25a4;const _0x3424e0=_0x5ebb5e,_0x57c4bb={};_0x57c4bb[_0x263d57(0x15e)]=_0x51aeec[_0x263d57(0x150)],_0x57c4bb[_0x263d57(0x9d)]=_0x3424e0,await SessionHandler[_0x263d57(0x15f)](_0x57c4bb);}catch(_0x20e60f){_0x51aeec['qKwbg'](debug,'Exception\x20in\x20uploading\x20platform\x20details\x20to\x20'+constants['TEST_REPORTING_ANALYTICS']+'\x20with\x20error\x20:\x20'+_0x20e60f);}}[a4_0x3400ec(0xc4)](_0x597637){const _0x3ffa0e={'QhSXN':function(_0x31c051,_0x3bea7a){return _0x31c051(_0x3bea7a);}};return _0x3ffa0e['QhSXN'](fetchPlatformDetails,_0x597637);}[a4_0x3400ec(0x116)]=_0x219665=>{const _0x4b5f0f=a4_0x3400ec,_0x151409={};_0x151409['wYWcf']=_0x4b5f0f(0x10e),_0x151409[_0x4b5f0f(0xed)]=_0x4b5f0f(0x17a);const _0x2782a0=_0x151409;if(!_0x219665||!_0x219665[_0x4b5f0f(0xfb)])return;[_0x2782a0[_0x4b5f0f(0xbf)],_0x2782a0[_0x4b5f0f(0xed)]][_0x4b5f0f(0xe2)](_0x42fa8f=>{const _0x4b0372=_0x4b5f0f,_0x268440=_0x219665[_0x4b0372(0xfb)][_0x42fa8f];_0x268440[_0x4b0372(0xe2)](_0x548e13=>{const _0x5b74ca=_0x4b0372;_0x548e13['hookAnalyticsId']&&(_0x548e13[_0x5b74ca(0x17b)]=null);});});};['mapTestHooks'](_0x49e2eb){const _0x561b27=a4_0x3400ec,_0x85d6f={'FWIqM':_0x561b27(0xbb),'OsdqJ':function(_0x57095e){return _0x57095e();},'nGDye':function(_0x4bebe1,_0x913d6b){return _0x4bebe1===_0x913d6b;},'vcBTH':_0x561b27(0x17a),'zUCAC':function(_0x380795){return _0x380795();},'tBjZX':'_beforeAll','XOSLc':'_afterAll','NbOaR':_0x561b27(0x10e)};if(!_0x49e2eb||!_0x49e2eb[_0x561b27(0xfb)])return;[_0x85d6f[_0x561b27(0x176)],_0x85d6f['XOSLc'],_0x85d6f['NbOaR'],_0x85d6f[_0x561b27(0xbe)]][_0x561b27(0xe2)](_0x4f16c3=>{const _0x8d8bd9=_0x561b27,_0x12db06={'TQuEc':_0x85d6f[_0x8d8bd9(0x120)],'GnvBK':function(_0x7f000b){const _0x4605ba=_0x8d8bd9;return _0x85d6f[_0x4605ba(0x11f)](_0x7f000b);},'tRbzS':function(_0x8d6eb7,_0x195e46){const _0x4708e1=_0x8d8bd9;return _0x85d6f[_0x4708e1(0xf5)](_0x8d6eb7,_0x195e46);},'mPaea':_0x85d6f[_0x8d8bd9(0xbe)],'zejjV':function(_0x152527){return _0x85d6f['zUCAC'](_0x152527);}},_0x409ae3=_0x49e2eb[_0x8d8bd9(0xfb)][_0x4f16c3]||[];_0x409ae3['forEach'](_0x20b71c=>{const _0x3d6773=_0x8d8bd9;if(_0x20b71c[_0x3d6773(0xf1)]['includes'](_0x12db06['TQuEc']))return;if(!_0x20b71c[_0x3d6773(0x17b)])_0x20b71c[_0x3d6773(0x17b)]=_0x12db06[_0x3d6773(0xa4)](uuidv4);else _0x20b71c[_0x3d6773(0x91)]&&_0x12db06[_0x3d6773(0xa7)](_0x4f16c3,_0x12db06[_0x3d6773(0xb7)])&&(_0x20b71c[_0x3d6773(0x17b)]=_0x12db06['zejjV'](uuidv4),delete _0x20b71c['markedStatus']);});}),this[_0x561b27(0x14d)](_0x49e2eb['parent']);}[a4_0x3400ec(0xd7)](_0x11cb4f){const _0x11a6a9=a4_0x3400ec,_0x594804={};_0x594804[_0x11a6a9(0xfc)]='_beforeAll',_0x594804[_0x11a6a9(0xdb)]=_0x11a6a9(0xf3),_0x594804[_0x11a6a9(0xa9)]=_0x11a6a9(0x10e),_0x594804['UOgCl']=_0x11a6a9(0x17a);const _0x5a6ec6=_0x594804;if(!_0x11cb4f||!_0x11cb4f[_0x11a6a9(0xfb)])return[];const _0x3bfbc7=[];return[_0x5a6ec6['lDTVp'],_0x5a6ec6[_0x11a6a9(0xdb)],_0x5a6ec6['Orlwb'],_0x5a6ec6[_0x11a6a9(0xb4)]][_0x11a6a9(0xe2)](_0x4b19ee=>{const _0x57b89e=_0x11a6a9,_0x35150f=_0x11cb4f[_0x57b89e(0xfb)][_0x4b19ee]||[];_0x35150f[_0x57b89e(0xe2)](_0x9ea84e=>{const _0x11f6e1=_0x57b89e;_0x9ea84e[_0x11f6e1(0x17b)]&&_0x3bfbc7[_0x11f6e1(0x152)](_0x9ea84e[_0x11f6e1(0x17b)]);});}),[][_0x11a6a9(0xab)](_0x3bfbc7,this['getHooksForTest'](_0x11cb4f[_0x11a6a9(0xfb)]));}[a4_0x3400ec(0xe0)](_0x58a966){const _0xb9b40c=a4_0x3400ec,_0x6717a0=/^"(?<hook>.*)" hook:.*$/,_0x1da0f5=_0x58a966[_0xb9b40c(0xf1)],_0x34f2c1=_0x1da0f5[_0xb9b40c(0x13d)](_0x6717a0);if(_0x34f2c1&&_0x34f2c1['groups'])return _0x34f2c1['groups']['hook'][_0xb9b40c(0x170)]()[_0xb9b40c(0x10f)]('\x20','_');return null;}[a4_0x3400ec(0x93)](_0x83185c){const _0x67191b=a4_0x3400ec,_0x4809e0={};_0x4809e0[_0x67191b(0xc7)]=function(_0x1fd66e,_0x19f245){return _0x1fd66e===_0x19f245;},_0x4809e0[_0x67191b(0x164)]=function(_0x4fca4d,_0x3749d7){return _0x4fca4d===_0x3749d7;},_0x4809e0[_0x67191b(0xd0)]=function(_0x1cd296,_0x4ab7eb){return _0x1cd296===_0x4ab7eb;},_0x4809e0['VUKqH']=_0x67191b(0xc1),_0x4809e0[_0x67191b(0xf0)]=_0x67191b(0x156);const _0x507fce=_0x4809e0,_0x3b564c=path[_0x67191b(0xea)];if(_0x507fce[_0x67191b(0xc7)](_0x83185c,null)||_0x507fce[_0x67191b(0xc7)](_0x83185c,'')||_0x507fce['weFNh'](_0x83185c,_0x3b564c)||_0x507fce[_0x67191b(0xd0)](_0x83185c,path['dirname'](_0x83185c)))return null;try{return fs[_0x67191b(0x12a)](path[_0x67191b(0x126)](_0x83185c,_0x507fce[_0x67191b(0x144)],_0x507fce['nmvXp'])),_0x83185c;}catch(_0x5128c2){const _0x2dad41=path[_0x67191b(0x113)](_0x83185c);return this['findGitConfig'](_0x2dad41);}}[a4_0x3400ec(0x168)](_0xac5873){const _0x386f7b=a4_0x3400ec,_0x44d963={};_0x44d963['IYCpg']=function(_0x416d1e,_0x47b473){return _0x416d1e>_0x47b473;};const _0x4e349d=_0x44d963;if(_0xac5873[_0x386f7b(0x15d)])return _0xac5873[_0x386f7b(0x15d)];if(_0xac5873[_0x386f7b(0x157)]){const _0x3b8116=_0xac5873[_0x386f7b(0x157)]['currentTest']?this['getRootParentFile'](_0xac5873[_0x386f7b(0x157)][_0x386f7b(0xeb)]):null;if(_0x3b8116)return _0x3b8116;}if(_0xac5873[_0x386f7b(0xfb)]){const _0x3a2683=this['getRootParentFile'](_0xac5873[_0x386f7b(0xfb)])||(_0xac5873[_0x386f7b(0xfb)][_0x386f7b(0x157)]&&_0xac5873[_0x386f7b(0xfb)][_0x386f7b(0x157)][_0x386f7b(0xeb)]?this[_0x386f7b(0x168)](_0xac5873['parent'][_0x386f7b(0x157)]['currentTest']):null);if(_0x3a2683)return _0x3a2683;_0xac5873[_0x386f7b(0xfb)]['suites']&&_0x4e349d['IYCpg'](_0xac5873[_0x386f7b(0xfb)]['suites']['length'],0x0)&&_0xac5873[_0x386f7b(0xfb)][_0x386f7b(0xaf)]['forEach'](_0x18ea60=>{const _0x4fc722=_0x386f7b,_0x13bbce=_0x18ea60[_0x4fc722(0x157)]?this[_0x4fc722(0x168)](_0x18ea60[_0x4fc722(0x157)]):null;if(_0x13bbce)return _0x13bbce;});}return null;}[a4_0x3400ec(0xd1)](_0x3988f2){const _0xca2b99=a4_0x3400ec,_0x35db8e={};_0x35db8e[_0xca2b99(0x118)]=function(_0x4de8b3,_0x105009){return _0x4de8b3!==_0x105009;};const _0x527b1d=_0x35db8e,_0x66a649=[];if(_0x3988f2&&_0x3988f2['parent']){let _0x3af593=_0x3988f2[_0xca2b99(0xfb)];while(_0x3af593&&_0x527b1d[_0xca2b99(0x118)](_0x3af593[_0xca2b99(0xf1)],'')){_0x66a649[_0xca2b99(0x152)](_0x3af593[_0xca2b99(0xf1)]),_0x3af593=_0x3af593['parent'];}}return _0x66a649;}['captureEvent'](_0x2b1c47,_0x36f65b,_0x52b698=undefined){const _0x1d0e4f=a4_0x3400ec,_0x427211={'IPbLD':function(_0x4d92f3,_0xd48b87){return _0x4d92f3(_0xd48b87);},'dfIiV':function(_0x585c90){return _0x585c90();},'AHMuj':function(_0x9003d4){return _0x9003d4();},'OEPoA':_0x1d0e4f(0xf7),'kjyDI':_0x1d0e4f(0x90),'MSFVq':function(_0x3a5732,_0x4d42af){return _0x3a5732!==_0x4d42af;},'wxvQj':_0x1d0e4f(0x122),'ZAeVI':_0x1d0e4f(0x14f),'wkIjM':_0x1d0e4f(0x171),'tUFPo':_0x1d0e4f(0xef),'bfIoq':_0x1d0e4f(0x8e),'HtGCn':_0x1d0e4f(0x9b),'zwYET':function(_0x41e34d,_0x1e3f10){return _0x41e34d-_0x1e3f10;},'LrPXf':function(_0x4ec9fb,_0x8abb07,_0x4879a1,_0x56fab4,_0x497ffe){return _0x4ec9fb(_0x8abb07,_0x4879a1,_0x56fab4,_0x497ffe);},'DJyQi':'integrations','mvEcp':_0x1d0e4f(0xf8),'ZxMPw':_0x1d0e4f(0x174),'DTsGd':_0x1d0e4f(0x13b),'sKBik':'backtrace','ITjzj':_0x1d0e4f(0x158),'PTUHa':_0x1d0e4f(0x123),'kuoBY':function(_0x366539,_0x5f0259){return _0x366539===_0x5f0259;},'ZGLkz':_0x1d0e4f(0x9c),'EkOAy':'test_run'};if(!this[_0x1d0e4f(0xcc)])return;try{if(_0x36f65b['fn']&&_0x36f65b['fn'][_0x1d0e4f(0x180)]()[_0x1d0e4f(0x13d)](/browserstack internal helper hook/))return;const _0x1beeca=_0x427211[_0x1d0e4f(0xdd)](parseEvent,_0x2b1c47);if(!_0x1beeca)return;if(_0x1beeca[_0x1d0e4f(0x15a)]){this['currentTest']=_0x36f65b,this['currentHook']=null;if(_0x1beeca['started']||_0x1beeca['skipped']){_0x36f65b[_0x1d0e4f(0x151)]=new Date(),_0x36f65b[_0x1d0e4f(0x91)]=![];if(!_0x36f65b[_0x1d0e4f(0x12e)])_0x36f65b[_0x1d0e4f(0x12e)]=_0x427211[_0x1d0e4f(0x154)](uuidv4);else _0x36f65b[_0x1d0e4f(0x91)]&&(!_0x36f65b['retryOf']&&(_0x36f65b[_0x1d0e4f(0x97)]=_0x36f65b['testAnalyticsId']),_0x36f65b[_0x1d0e4f(0x12e)]=_0x427211[_0x1d0e4f(0x12f)](uuidv4));}}else{if(_0x1beeca[_0x1d0e4f(0x181)]){this[_0x1d0e4f(0x161)]=_0x36f65b;if(_0x1beeca['started']){_0x36f65b[_0x1d0e4f(0x151)]=new Date(),_0x36f65b['markedStatus']=![];if(!_0x36f65b['hookAnalyticsId'])_0x36f65b[_0x1d0e4f(0x17b)]=_0x427211['dfIiV'](uuidv4);else _0x36f65b[_0x1d0e4f(0x17b)]&&_0x36f65b[_0x1d0e4f(0x91)]&&(_0x36f65b[_0x1d0e4f(0x17b)]=_0x427211[_0x1d0e4f(0x12f)](uuidv4));}}}if(_0x1beeca[_0x1d0e4f(0x177)]&&_0x36f65b['markedStatus'])return;let _0x2e15a9;try{_0x2e15a9=this[_0x1d0e4f(0x168)](_0x36f65b);}catch(_0x489312){logger[_0x1d0e4f(0x17c)](_0x1d0e4f(0xd8)+_0x489312),_0x2e15a9=null;}const _0x42428e=_0x427211[_0x1d0e4f(0xdd)](require,_0x427211[_0x1d0e4f(0xda)]);let _0x4f6b18=[];_0x52b698&&(_0x4f6b18=[_0x52b698,_0x427211[_0x1d0e4f(0xca)]]);const _0x399a28=_0x427211[_0x1d0e4f(0x109)](_0x36f65b['errorsDetailed'],undefined)?_0x42428e[_0x1d0e4f(0xac)](_0x36f65b[_0x1d0e4f(0x153)][0x0]):_0x427211[_0x1d0e4f(0x109)](_0x52b698,undefined)?_0x52b698[_0x1d0e4f(0x180)]():undefined,_0x3ad6e0=_0x2e15a9?this[_0x1d0e4f(0x93)](_0x2e15a9):null,_0x277c1c=_0x2e15a9?this['_paths']['prefixTestPath'](this[_0x1d0e4f(0x168)](_0x36f65b)):_0x427211[_0x1d0e4f(0x107)];let _0x9e4232=_0x427211[_0x1d0e4f(0x8d)];const _0x99a25e=!_0x1beeca['started']?new Date()[_0x1d0e4f(0x147)]():null;if(_0x1beeca[_0x1d0e4f(0x177)])_0x9e4232=_0x52b698?_0x427211[_0x1d0e4f(0xb6)]:_0x427211[_0x1d0e4f(0x159)],_0x36f65b['markedStatus']=!![];else _0x1beeca[_0x1d0e4f(0x8e)]&&(_0x9e4232=_0x427211[_0x1d0e4f(0x16c)],_0x36f65b[_0x1d0e4f(0x91)]=!![]);const _0xae98f7={'framework':this[_0x1d0e4f(0xee)],'uuid':_0x36f65b[_0x1d0e4f(0x12e)]||_0x36f65b[_0x1d0e4f(0x17b)],'name':_0x36f65b[_0x1d0e4f(0xf1)],'body':{'lang':_0x427211[_0x1d0e4f(0xa0)],'code':_0x36f65b[_0x1d0e4f(0x140)][_0x1d0e4f(0x180)]()},'type':_0x36f65b[_0x1d0e4f(0x117)],'scope':_0x36f65b[_0x1d0e4f(0x11b)](),'scopes':this[_0x1d0e4f(0xd1)](_0x36f65b),'file_name':_0x277c1c,'vc_filepath':_0x3ad6e0?path['relative'](_0x3ad6e0,_0x2e15a9):null,'location':_0x277c1c,'result':_0x9e4232,'failure_reason':_0x399a28,'duration_in_ms':_0x36f65b[_0x1d0e4f(0xa1)]||(_0x1beeca[_0x1d0e4f(0x177)]||_0x1beeca['skipped'])?_0x427211['zwYET'](Date[_0x1d0e4f(0x96)](),new Date(_0x36f65b[_0x1d0e4f(0x151)])[_0x1d0e4f(0xf4)]()):null,'started_at':new Date(_0x36f65b['startedAt'])[_0x1d0e4f(0x147)](),'finished_at':_0x99a25e,'failure':testOpsHelper[_0x1d0e4f(0x119)][_0x1d0e4f(0x102)](null,_0x4f6b18),'failure_type':!_0x399a28?null:testOpsHelper[_0x1d0e4f(0xad)](_0x399a28),'retry_of':_0x36f65b[_0x1d0e4f(0x97)]||null,'tags':_0x36f65b[_0x1d0e4f(0xa6)]||[],'customRerunParam':{'rerun_name':_0x36f65b['fullTitle']()}};_0x427211['LrPXf'](appendTesthubParams,_0xae98f7,_0x2b1c47,_0x36f65b,FRAMEWORKS[_0x1d0e4f(0xa8)]);if(_0x1beeca[_0x1d0e4f(0x181)])[_0xae98f7[_0x1d0e4f(0x14b)],_0xae98f7['name']]=[this[_0x1d0e4f(0xe0)](_0x36f65b),_0x36f65b['ctx'][_0x1d0e4f(0x15a)][_0x1d0e4f(0xf1)]],_0x1beeca[_0x1d0e4f(0x177)]?_0x427211[_0x1d0e4f(0x109)](_0xae98f7[_0x1d0e4f(0x13a)],_0x427211[_0x1d0e4f(0xb6)])&&(_0xae98f7[_0x1d0e4f(0x13a)]=_0x427211['tUFPo']):_0xae98f7['body']={};else _0x1beeca['test']&&(this[_0x1d0e4f(0x14d)](_0x36f65b),_0x1beeca[_0x1d0e4f(0x8e)]&&this[_0x1d0e4f(0x116)](_0x36f65b),(_0x1beeca[_0x1d0e4f(0x177)]||_0x1beeca[_0x1d0e4f(0x8e)])&&(_0xae98f7[_0x1d0e4f(0xb0)]=this['getHooksForTest'](_0x36f65b)));this[_0x1d0e4f(0xa3)]&&(_0x1beeca[_0x1d0e4f(0xdc)]||_0x1beeca[_0x1d0e4f(0x8e)])&&(_0xae98f7[_0x427211[_0x1d0e4f(0x155)]]=this['getCBTInfo'](this[_0x1d0e4f(0xa3)]));_0x1beeca['test']&&_0x1beeca[_0x1d0e4f(0x177)]&&_0x36f65b[_0x1d0e4f(0xaa)]&&(_0xae98f7[_0x427211[_0x1d0e4f(0xbc)]]={'feature':{'name':_0x36f65b[_0x1d0e4f(0xfb)][_0x1d0e4f(0x165)][_0x1d0e4f(0xfa)],'path':_0xae98f7['file_name'],'description':_0x36f65b[_0x1d0e4f(0xfb)][_0x1d0e4f(0x162)]},'scenario':{'name':_0x36f65b[_0x1d0e4f(0xf1)]},'steps':_0x36f65b['bddSteps']});const _0x62bdc4=_0xae98f7[_0x427211['ZxMPw']][0x0];_0x62bdc4&&(_0xae98f7[_0x427211[_0x1d0e4f(0x169)]]=_0x62bdc4[_0x427211[_0x1d0e4f(0xbd)]],_0xae98f7[_0x427211['ITjzj']]=_0x62bdc4[_0x427211[_0x1d0e4f(0xa5)]]);if(_0x36f65b[_0x1d0e4f(0xaa)])for(const _0x5b8e97 of _0x36f65b['bddSteps']){!_0x5b8e97[_0x1d0e4f(0x139)]&&(_0x5b8e97[_0x1d0e4f(0x139)]=new Date()[_0x1d0e4f(0x147)](),_0x427211['kuoBY'](_0x5b8e97['result'],_0x427211[_0x1d0e4f(0x8d)])&&(_0x62bdc4?(_0x5b8e97[_0x1d0e4f(0x13a)]=_0x427211[_0x1d0e4f(0xb6)],_0x5b8e97[_0x1d0e4f(0x174)]=_0x62bdc4[_0x427211['sKBik']][0x0]):_0x5b8e97['result']=_0x427211[_0x1d0e4f(0x159)]));}const _0x431582={};_0x431582[_0x1d0e4f(0x15e)]=_0x1beeca[_0x1d0e4f(0x8e)]?TEST_EVENTS[_0x1d0e4f(0x10b)]:_0x2b1c47;const _0x2074f1=_0x431582;return _0x1beeca[_0x1d0e4f(0x181)]?_0x2074f1[_0x427211['ZGLkz']]=_0xae98f7:_0x2074f1[_0x427211[_0x1d0e4f(0x111)]]=_0xae98f7,_0x2074f1;}catch(_0x5f4e79){logger[_0x1d0e4f(0x17c)](_0x1d0e4f(0x179)+_0x2b1c47+'\x20with\x20error\x20:\x20'+_0x5f4e79);}}async[a4_0x3400ec(0x167)](_0x22e212,_0x43fda2){const _0x26d6e6=a4_0x3400ec;if(!this[_0x26d6e6(0xcc)]||!_0x43fda2||!_0x22e212)return![];try{return await SessionHandler[_0x26d6e6(0x15f)](_0x43fda2);}catch(_0x59b764){logger[_0x26d6e6(0x17c)]('Exception\x20in\x20sending\x20test\x20data\x20for\x20event\x20'+_0x22e212+_0x26d6e6(0x175)+_0x59b764);}}[a4_0x3400ec(0xba)](_0xd01a3){const _0x67c6f4=a4_0x3400ec,_0x4e8b32={};_0x4e8b32['WTmTU']=_0x67c6f4(0x14f);const _0x215c1e=_0x4e8b32;return{'id':_0xd01a3['stepAnalyticsId'],'text':_0xd01a3[_0x67c6f4(0x15b)],'keyword':_0xd01a3['keyword'],'started_at':_0xd01a3[_0x67c6f4(0x151)][_0x67c6f4(0x147)](),'result':_0x215c1e[_0x67c6f4(0xf9)]};}[a4_0x3400ec(0xe3)](_0x2708d5){const _0x65ff94=a4_0x3400ec,_0x2d5a86={'dxnPb':function(_0x4061b9){return _0x4061b9();}};!this[_0x65ff94(0xeb)][_0x65ff94(0xaa)]&&(this[_0x65ff94(0xeb)][_0x65ff94(0xaa)]=[]),!_0x2708d5[_0x65ff94(0x127)]&&(_0x2708d5['stepAnalyticsId']=_0x2d5a86['dxnPb'](uuidv4),_0x2708d5[_0x65ff94(0x151)]=new Date(),this[_0x65ff94(0xeb)][_0x65ff94(0xaa)][_0x65ff94(0x152)](this[_0x65ff94(0xba)](_0x2708d5)));}['bddStepFinish'](_0x405b2f){const _0x1593d3=a4_0x3400ec,_0x2440cb={'TMIEA':function(_0x34ca71,_0x941a6f){return _0x34ca71(_0x941a6f);},'IooOP':_0x1593d3(0x14a),'FUMsy':_0x1593d3(0x14f),'nTKRl':_0x1593d3(0xef),'kiJmo':function(_0x553e38,_0x1a1fcc){return _0x553e38-_0x1a1fcc;}};let _0x570065=this[_0x1593d3(0xeb)][_0x1593d3(0xaa)][_0x1593d3(0xd5)](_0x112ca1=>_0x112ca1['id']===_0x405b2f[_0x1593d3(0x127)]);_0x2440cb['TMIEA'](isUndefined,_0x570065)&&(_0x570065=this[_0x1593d3(0xba)](_0x405b2f)),_0x570065[_0x1593d3(0x13a)]=[_0x2440cb['IooOP'],_0x2440cb[_0x1593d3(0x16e)]][_0x1593d3(0xf2)](_0x405b2f[_0x1593d3(0x17e)])?_0x2440cb[_0x1593d3(0x98)]:_0x405b2f['status'],_0x570065[_0x1593d3(0x139)]=new Date()[_0x1593d3(0x147)](),_0x570065[_0x1593d3(0xa1)]=_0x2440cb[_0x1593d3(0xb8)](Date[_0x1593d3(0x96)](),_0x405b2f['startedAt'][_0x1593d3(0xf4)]()),_0x570065[_0x1593d3(0x174)]=_0x405b2f['err']?_0x405b2f[_0x1593d3(0x90)]['message']:null;}}const a4_0x156def={};a4_0x156def[a4_0x3400ec(0x12c)]=O11yHelper,a4_0x156def['STATE_PASSED']=STATE_PASSED,a4_0x156def[a4_0x3400ec(0xe6)]=STATE_FAILED,a4_0x156def[a4_0x3400ec(0xec)]=TEST_EVENTS,module[a4_0x3400ec(0xc2)]=a4_0x156def;
|