browserstack-node-sdk 1.46.6 → 1.46.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ats/src/cloudproviders/AWS.js +1 -1
- package/ats/src/cloudproviders/Azure.js +1 -1
- package/ats/src/cloudproviders/CloudProvider.js +1 -1
- package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
- package/ats/src/cloudproviders/utils.js +1 -1
- package/ats/src/commands/configure.js +1 -1
- package/ats/src/commands/connect.js +1 -1
- package/ats/src/commands/connect_commands/grid.js +1 -1
- package/ats/src/commands/create.js +1 -1
- package/ats/src/commands/create_commands/grid.js +1 -1
- package/ats/src/commands/delete.js +1 -1
- package/ats/src/commands/delete_commands/grid.js +1 -1
- package/ats/src/commands/init.js +1 -1
- package/ats/src/commands/list.js +1 -1
- package/ats/src/commands/list_commands/grid_profiles.js +1 -1
- package/ats/src/commands/list_commands/grids.js +1 -1
- package/ats/src/commands/precheck.js +1 -1
- package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
- package/ats/src/commands/start.js +1 -1
- package/ats/src/commands/start_commands/grid.js +1 -1
- package/ats/src/commands/stop.js +1 -1
- package/ats/src/commands/stop_commands/grid.js +1 -1
- package/ats/src/config/constants.js +1 -1
- package/ats/src/config/logger.js +1 -1
- package/ats/src/index.js +1 -1
- package/ats/src/utils/AWSUtils.js +1 -1
- package/ats/src/utils/createAutoscalerStack.js +1 -1
- package/ats/src/utils/createClusterStack.js +1 -1
- package/ats/src/utils/createHubHaStack.js +1 -1
- package/ats/src/utils/createk8sClient.js +1 -1
- package/ats/src/utils/deleteEFSMountTargets.js +1 -1
- package/ats/src/utils/deleteStack.js +1 -1
- package/ats/src/utils/describeStack.js +1 -1
- package/ats/src/utils/gridComponents.js +1 -1
- package/ats/src/utils/hstUtils.js +1 -1
- package/ats/src/utils/instrumentationUtils.js +1 -1
- package/ats/src/utils/userInput.js +1 -1
- package/ats/src/utils/utilityMethods.js +1 -1
- package/ats/src/utils/webSocketUtils.js +1 -1
- package/package.json +1 -1
- package/src/ai-sdk-node/bundle.js +1 -1
- package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
- package/src/bin/codeceptjs/command.js +1 -1
- package/src/bin/codeceptjs/helper.js +1 -1
- package/src/bin/codeceptjs/o11yHelper.js +1 -1
- package/src/bin/cucumber-js/command.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
- package/src/bin/cucumber-js/test-observability.js +1 -1
- package/src/bin/cucumber-js/test.setup.js +1 -1
- package/src/bin/cucumber-js/test_old.setup.js +1 -1
- package/src/bin/cucumber-js/timeout.setup.js +1 -1
- package/src/bin/integrations/command.js +1 -1
- package/src/bin/integrations/constants.js +1 -1
- package/src/bin/jest/command.js +1 -1
- package/src/bin/jest/customImplements/customCircus.js +1 -1
- package/src/bin/jest/customImplements/customEnvironment.js +1 -1
- package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
- package/src/bin/jest/customImplements/customSequencer.js +1 -1
- package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
- package/src/bin/jest/jest.setup.js +1 -1
- package/src/bin/jest/test-observability/data-hooks.js +1 -1
- package/src/bin/jest/test-observability/helper.js +1 -1
- package/src/bin/jest/test-observability/obsReporter.js +1 -1
- package/src/bin/jest/test-observability/test-details.js +1 -1
- package/src/bin/jest/test.setup.js +1 -1
- package/src/bin/jest/test_before.setup.js +1 -1
- package/src/bin/launcher/launcher.js +1 -1
- package/src/bin/load/index.js +1 -1
- package/src/bin/load/loadUtils.js +1 -1
- package/src/bin/mocha/accessibility-automation/helper.js +1 -1
- package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
- package/src/bin/mocha/command.js +1 -1
- package/src/bin/mocha/test-observability/builderPatch.js +1 -1
- package/src/bin/mocha/test-observability/data-hooks.js +1 -1
- package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
- package/src/bin/mocha/test.setup.js +1 -1
- package/src/bin/nightwatch/command.js +1 -1
- package/src/bin/playwright/accessibility-helper.js +1 -1
- package/src/bin/playwright/command.js +1 -1
- package/src/bin/playwright/globalSetup.js +1 -1
- package/src/bin/playwright/mock-process.js +1 -1
- package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
- package/src/bin/playwright/patches.js +1 -1
- package/src/bin/playwright/reporter/pwUtils.js +1 -1
- package/src/bin/playwright/reporter/reporter.js +1 -1
- package/src/bin/playwright/reporter/test-details.js +1 -1
- package/src/bin/playwright/sessionDetails.js +1 -1
- package/src/bin/runner.js +1 -1
- package/src/bin/setup.js +1 -1
- package/src/bin/test-runner/index.js +1 -1
- package/src/bin/test-runner/runTest.js +1 -1
- package/src/bin/test-runner/testWorker.js +1 -1
- package/src/bin/utils/apiUtilityMethods.js +1 -1
- package/src/bin/utils/clientTroubleshootingService.js +1 -1
- package/src/bin/utils/constants.js +1 -1
- package/src/bin/utils/log4jsAppender.js +1 -1
- package/src/bin/utils/logPatcher.js +1 -1
- package/src/bin/utils/logReportingAPI.js +1 -1
- package/src/bin/utils/playwright-patcher.js +1 -1
- package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
- package/src/bin/utils/sharedUtils.js +1 -1
- package/src/bin/v2/TestInfo.js +1 -1
- package/src/bin/v2/browserstackCLI.js +1 -1
- package/src/bin/v2/cliUtils.js +1 -1
- package/src/bin/v2/customTagManager.js +1 -1
- package/src/bin/v2/eventDispatcher.js +1 -1
- package/src/bin/v2/framework/automationFramework.js +1 -1
- package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
- package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
- package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
- package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
- package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
- package/src/bin/v2/framework/testFramework.js +1 -1
- package/src/bin/v2/grpcClient.js +1 -1
- package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
- package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
- package/src/bin/v2/instances/trackedContext.js +1 -1
- package/src/bin/v2/instances/trackedInstance.js +1 -1
- package/src/bin/v2/modules/accessibilityModule.js +1 -1
- package/src/bin/v2/modules/baseModule.js +1 -1
- package/src/bin/v2/modules/observabilityModule.js +1 -1
- package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
- package/src/bin/v2/modules/testhubModule.js +1 -1
- package/src/bin/v2/state/automationFrameworkState.js +1 -1
- package/src/bin/v2/state/hookState.js +1 -1
- package/src/bin/v2/state/testFrameworkState.js +1 -1
- package/src/bin/v2/uploadAttachmentsManager.js +1 -1
- package/src/bin/v2/utils/cucumber-utils.js +1 -1
- package/src/bin/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
|
-
const a1_0x3d4422=a1_0x572d;(function(_0x47b5e7,_0x20ac57){const _0xce37c8=a1_0x572d,_0x28f3a1=_0x47b5e7();while(!![]){try{const _0x5a9f98=-parseInt(_0xce37c8(0x172))/0x1*(-parseInt(_0xce37c8(0x186))/0x2)+parseInt(_0xce37c8(0x199))/0x3*(-parseInt(_0xce37c8(0xed))/0x4)+parseInt(_0xce37c8(0xf5))/0x5*(-parseInt(_0xce37c8(0xfd))/0x6)+parseInt(_0xce37c8(0x15e))/0x7*(-parseInt(_0xce37c8(0xd9))/0x8)+-parseInt(_0xce37c8(0x180))/0x9*(parseInt(_0xce37c8(0xc4))/0xa)+parseInt(_0xce37c8(0x133))/0xb*(-parseInt(_0xce37c8(0xc1))/0xc)+-parseInt(_0xce37c8(0x173))/0xd*(-parseInt(_0xce37c8(0x176))/0xe);if(_0x5a9f98===_0x20ac57)break;else _0x28f3a1['push'](_0x28f3a1['shift']());}catch(_0x8762ad){_0x28f3a1['push'](_0x28f3a1['shift']());}}}(a1_0x4f7c,0xec692));function a1_0x572d(_0x24e342,_0xdac765){const _0x4f7ccb=a1_0x4f7c();return a1_0x572d=function(_0x572db1,_0x263373){_0x572db1=_0x572db1-0xaa;let _0x5a42c5=_0x4f7ccb[_0x572db1];return _0x5a42c5;},a1_0x572d(_0x24e342,_0xdac765);}function a1_0x4f7c(){const _0x182392=['bs:addLog:','uCkmt','../../helpers/testhub/constants.js','browser','includes','qRzDW','DyULz','captureError','../../helpers/performance/constants','config','all','lZaVg','lpZuQ','hNoKv','crKWc','toString','oVmSe','name','Odoor','../../helpers/accessibility-automation/scripts','skipSessionStatus','codeceptjs/lib/recorder.js','egdPQ','bddStep','saveTestResults','titlePath','SAVE_RESULTS','lVnKa','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','a11y_core_config','OUUdr','SDK_PRE_INITIALIZE','TEST_LOG','setGlobal','2748MhGhUi','\x0aStack:\x20','TEST_SCREENSHOT','60MZwlXG','url','wmwwF','OaYKL','CMrMw','parse','vVlXx','Playwright','../../helpers/globals.js','bddStep-before','JrlgM','LcwxG','UnLuu','PLKrF','__skipSessionStatus','step','CBFvU','twhao','forEach','after','Failed\x20in\x20marking\x20session\x20status\x20of\x20test:\x20','2189168FPtuAn','__driver','../../bin/playwright/sessionDetails','performScan','YhHpi','thTestRunUuid','getAccessibilityResults','aMYbv','title','nGfLV','started','Puppeteer','CrqWe','XpJQh','SDK_POST_INITIALIZE','thJwtToken','info','then','comment','_before','4IXhiJZ','../../helpers/helper','message','getSyncScript','yrFdR','skipSessionName','YEfQP','testAnalyticsId','95UWZdSR','startMonitoring','args','jeyVW','before','add','Failed\x20to\x20execute\x20_before:\x20','captureEvent','391560FLdkuU','slice','test-passed','SDK_HOOK','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20summary.','test-failed','getResultsSummary','bstackAllyScanning','readFileSync','prototype','fireEvent','from','apply','../../bin/playwright/accessibility-helper','pages','pdPXT','browserstackTestName','BS_TESTOPS_ALLOW_SCREENSHOTS','TEST_RUN_SKIPPED','./helper.js','dmRpw','browserContext','NShBu','shouldWrapCommand','BROWSERSTACK_TESTHUB_UUID','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','PERFORM_SCAN','TestCafe','KbrHA','bind','bddStepStart','codeceptjs','BS_A11Y_JWT','base64','Shwqk','hVDbo','irFDP','exports','pDRfj','dKPSQ','testFramework','BgVsw','IiVUy','emit','aPjFL','hook','Element','BROWSERSTACK_TESTHUB_JWT','ROEcH','mjHdT','../../helpers/test-observability/utils','GET_RESULTS','LLwbe','browserstack_executor:\x20','72798XXAVnC','patch','oThPX','overwriteCommand','test','sFdyM','MxSNS','stack','action','gCGSu','screenshotOutputFolder','startsWith','LNiDo','ciWgc','ctx','toISOString','ENV_VAR','NYZLg','executeScript','chromium','bddStepFinish','QLWLT','HOOK_RUN_FINISHED','Performing\x20scan\x20for\x20','event','Akinv','setSessionName','cQYWk','failed','catch','vEwgv','helpers','VQoAt','getResults','find','saveScreenshot','codeceptjs/lib/helper/Playwright.js','TEST_RUN_FINISHED','CgVQj','BUyxn','isArray','bFQnM','BbpRl','21MFCiVd','browserStackExecuteDriver','patchSaveScreenshot','accessibilityPlatform','test-before','SDK_PRE_TEST','step-comment','FEDns','../../helpers/performance/performance-tester','webdriverio','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','stopMonitoring','contexts','split','restore','dschq','MbDwG','OBFdo','command','enabled','121LTKVWi','25169196GOHEXv','version','hook-started','56UQpZCU','dispatcher','SDK_TEST','codeceptjs/lib/index.js','Failed\x20in\x20sending\x20TestRunFinish\x20event:\x20','vOXsR','SESSION_STATUS','HOOK_RUN_STARTED','class','format','2875725giQFYd','getAccessibilityResultsSummary','start','lfeFf','constructor','SESSION_NAME','1226laVXtU','hook-failed','SYNC','arguments','env','codeceptjs/lib/utils.js','_setPage','YuoRI','nHpmn','bddStep-after','measureWrapper','--auto-open-devtools-for-tabs','NqgpQ','Screenshot\x20path\x20not\x20found','end','pid','AYWuR','debug','push','4069959EaojKe','./o11yHelper','SDK_POST_TEST','stringify','rJNsf','hookType','passed','../../helpers/accessibility-automation/helper','Jwdbw','addRequestSpy','Suite','TEST_RUN_STARTED','warn','container'];a1_0x4f7c=function(){return _0x182392;};return a1_0x4f7c();}const fs=require('fs'),util=require('util'),{requireModule,markSessionStatus,isUndefined,isTrue,isBrowserstackInfra}=require(a1_0x3d4422(0xee)),logger=require('../../helpers/logger')['winstonLogger'],testOpsHelper=require(a1_0x3d4422(0x12f)),requestSpy=require('../../helpers/request-spy'),PlaywrightSessionDetails=require(a1_0x3d4422(0xdb)),{O11yHelper,TEST_EVENTS,STATE_PASSED,STATE_FAILED}=require(a1_0x3d4422(0x19a)),{shouldScanTestForAccessibility,isAccessibilityAutomationSession}=require(a1_0x3d4422(0x1a0)),AccessibilityHelper=require(a1_0x3d4422(0x10a)),scripts=require(a1_0x3d4422(0xb2)),PerformanceTester=require(a1_0x3d4422(0x166)),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceHookEvents}=require(a1_0x3d4422(0x1af)),{processWebDriverConfig,shouldPatchExecuteScript}=require(a1_0x3d4422(0x110)),testHubConstants=require(a1_0x3d4422(0x1a9)),globals=require(a1_0x3d4422(0xcc)),CodeceptJS=requireModule(a1_0x3d4422(0x179),a1_0x3d4422(0x11c)),CodeceptUtils=requireModule(a1_0x3d4422(0x18b),'codeceptjs'),CodeceptWebDriver=requireModule('codeceptjs/lib/helper/WebDriver.js',a1_0x3d4422(0x11c)),CodeceptRecorder=requireModule(a1_0x3d4422(0xb4),'codeceptjs'),CodeceptPlaywright=requireModule(a1_0x3d4422(0x157),'codeceptjs'),playwrightMarkSessionStatus=(_0x78fef5,_0x1bdffb,_0x450245)=>{const _0x433983=a1_0x3d4422,_0x108bd6={'rJNsf':'setSessionStatus','PdOSC':function(_0x349a20,_0x51dae5){return _0x349a20(_0x51dae5);}},_0xa8e386={};_0xa8e386['status']=_0x1bdffb;const _0xf7b550={};_0xf7b550[_0x433983(0x13b)]=_0x108bd6[_0x433983(0x19d)],_0xf7b550['arguments']=_0xa8e386;const _0x43cf0b=_0xf7b550;return!_0x108bd6['PdOSC'](isUndefined,_0x450245)&&(_0x43cf0b[_0x433983(0x189)]['reason']=JSON['stringify'](_0x450245)),_0x78fef5[_0x433983(0x145)](()=>{},_0x433983(0x132)+JSON[_0x433983(0x19c)](_0x43cf0b));},o11ySync=PerformanceTester[a1_0x3d4422(0x190)](PerformanceO11yEvents[a1_0x3d4422(0x188)],async _0x27a04b=>{const _0x2870eb=a1_0x3d4422,_0x4b0f5d={};_0x4b0f5d[_0x2870eb(0x126)]=function(_0x4d37d2,_0x71fce){return _0x4d37d2===_0x71fce;},_0x4b0f5d[_0x2870eb(0xdd)]=_0x2870eb(0xcb);const _0x39ae71=_0x4b0f5d;_0x39ae71[_0x2870eb(0x126)](_0x27a04b[_0x2870eb(0x184)][_0x2870eb(0xb0)],_0x39ae71['YhHpi'])?await _0x27a04b[_0x2870eb(0x145)](_0x4db755=>{},testOpsHelper[_0x2870eb(0xf0)]()):await _0x27a04b[_0x2870eb(0x145)](testOpsHelper[_0x2870eb(0xf0)]());}),markSessionName=PerformanceTester[a1_0x3d4422(0x190)](PerformanceAutEvents[a1_0x3d4422(0x185)],async(_0x34766b,_0x318c5c)=>{const _0x5f4794=a1_0x3d4422,_0x29f30e={};_0x29f30e['dKPSQ']=_0x5f4794(0x14d),_0x29f30e[_0x5f4794(0xd1)]=function(_0x3bd6b1,_0x1bf2ca){return _0x3bd6b1===_0x1bf2ca;},_0x29f30e[_0x5f4794(0xf3)]=_0x5f4794(0xcb);const _0x2cce77=_0x29f30e,_0x48238a={};_0x48238a[_0x5f4794(0xb0)]=_0x318c5c;const _0x2285fb={};_0x2285fb[_0x5f4794(0x13b)]=_0x2cce77[_0x5f4794(0x124)],_0x2285fb['arguments']=_0x48238a;const _0xa9058d=_0x2285fb;_0x2cce77['PLKrF'](_0x34766b['constructor']['name'],_0x2cce77['YEfQP'])?await _0x34766b[_0x5f4794(0x145)](()=>{},'browserstack_executor:\x20'+JSON[_0x5f4794(0x19c)](_0xa9058d)):await _0x34766b['executeScript'](_0x5f4794(0x132)+JSON[_0x5f4794(0x19c)](_0xa9058d));}),patchSaveScreenshot=_0x4f726a=>{const _0x4cda71=a1_0x3d4422,_0x3fa873={'pdPXT':_0x4cda71(0x11e),'OBFdo':_0x4cda71(0xc3),'jglLj':function(_0x21cc7d){return _0x21cc7d();},'jrxNy':function(_0x3c02e5,_0x561047){return _0x3c02e5(_0x561047);},'NShBu':_0x4cda71(0x193),'KnxZc':function(_0x1dc258,_0x43d485){return _0x1dc258(_0x43d485);}};_0x3fa873['KnxZc'](isTrue,process['env'][_0x4cda71(0x10e)])&&!_0x4f726a[_0x4cda71(0x160)]&&(_0x4f726a[_0x4cda71(0x160)]=!![],_0x4f726a['initSaveScreenshot']=_0x4f726a['saveScreenshot'],_0x4f726a[_0x4cda71(0x156)]=(_0x28b2a6,_0x1e2223=![])=>{const _0x2e4d21=_0x4cda71,_0x5b29d4={'vOXsR':_0x3fa873[_0x2e4d21(0x10c)],'LNiDo':_0x3fa873[_0x2e4d21(0x16f)],'HzJHS':function(_0x267b41){return _0x3fa873['jglLj'](_0x267b41);},'nHpmn':function(_0x1b2d10,_0x10e88b){return _0x3fa873['jrxNy'](_0x1b2d10,_0x10e88b);},'mEPck':_0x3fa873[_0x2e4d21(0x113)]};return new Promise(function(_0xab5c9e,_0x2b2a1f){const _0x13ffe1=_0x2e4d21,_0x2e42e5={'dschq':_0x5b29d4[_0x13ffe1(0x17b)],'cQYWk':_0x5b29d4[_0x13ffe1(0x13f)],'WGPDT':function(_0x1e0614){return _0x5b29d4['HzJHS'](_0x1e0614);},'dmRpw':function(_0x342ac6,_0x525190){const _0x4b96a0=_0x13ffe1;return _0x5b29d4[_0x4b96a0(0x18e)](_0x342ac6,_0x525190);},'bFQnM':_0x5b29d4['mEPck']};_0x4f726a['initSaveScreenshot'](_0x28b2a6,_0x1e2223)[_0x13ffe1(0xea)](()=>{const _0x41e864=_0x13ffe1,_0xb167f7=CodeceptUtils[_0x41e864(0x13d)](_0x28b2a6);if(_0xb167f7){const _0x52c65a=fs[_0x41e864(0x105)](_0xb167f7);process[_0x41e864(0x128)](_0x41e864(0x1a7)+process['pid'],{'timestamp':new Date()[_0x41e864(0x142)](),'message':_0x52c65a[_0x41e864(0xae)](_0x2e42e5[_0x41e864(0x16d)]),'kind':_0x2e42e5[_0x41e864(0x14e)]}),_0x2e42e5['WGPDT'](_0xab5c9e);}_0x2e42e5[_0x41e864(0x111)](_0x2b2a1f,new Error(_0x2e42e5[_0x41e864(0x15c)]));})[_0x13ffe1(0x150)](()=>null);});});},patchWebDriverBefore=_0x4c6176=>{const _0x6909c0=a1_0x3d4422,_0x5c181e={'LcwxG':function(_0x5532a0){return _0x5532a0();},'vVlXx':function(_0x397ca0,_0xd0a70f){return _0x397ca0(_0xd0a70f);},'hNoKv':function(_0x471b97,_0x4b5271){return _0x471b97===_0x4b5271;},'KbrHA':_0x6909c0(0x167),'ROEcH':function(_0x100f65,_0x8be26d){return _0x100f65===_0x8be26d;},'CgVQj':'string','QCFDe':_0x6909c0(0x12b)},_0x4d5394=async function(_0x150984,_0x44ab63){const _0x5de4f7=_0x6909c0;_0x5c181e[_0x5de4f7(0xcf)](isAccessibilityAutomationSession)&&!global[_0x5de4f7(0x104)]&&global[_0x5de4f7(0x161)]&&scripts[_0x5de4f7(0x114)](_0x150984[_0x5de4f7(0xb0)])&&_0x5c181e['vVlXx'](shouldPatchExecuteScript,arguments[0x2])&&(global[_0x5de4f7(0x104)]=!![],await PerformanceTester[_0x5de4f7(0x190)](PerformanceA11yEvents[_0x5de4f7(0x117)],async()=>{const _0x2239eb=_0x5de4f7;logger['debug'](_0x2239eb(0x14a)+_0x150984[_0x2239eb(0x17e)]+'\x20'+_0x150984[_0x2239eb(0xb0)]),await AccessibilityHelper[_0x2239eb(0x15f)](_0x4c6176,scripts[_0x2239eb(0xdc)]);},{'command':_0x150984[_0x5de4f7(0xb0)]})());global['bstackAllyScanning']=![];const _0x491a29=JSON[_0x5de4f7(0xc9)](process['env']['FRAMEWORK_DETAILS']||'{}');if(_0x5c181e[_0x5de4f7(0xac)](_0x491a29?.[_0x5de4f7(0x125)]?.[_0x5de4f7(0xb0)],_0x5c181e[_0x5de4f7(0x119)])&&_0x5c181e[_0x5de4f7(0x12d)](typeof _0x491a29?.[_0x5de4f7(0x125)]?.['version'],_0x5c181e[_0x5de4f7(0x159)])&&_0x491a29?.['testFramework']?.[_0x5de4f7(0x174)]['startsWith']('7'))return _0x44ab63[_0x5de4f7(0x109)](null,Array[_0x5de4f7(0x106)][_0x5de4f7(0xfe)]['call'](arguments,0x2));return _0x44ab63[_0x5de4f7(0x109)](this,Array['prototype'][_0x5de4f7(0xfe)]['call'](arguments,0x2));},_0x51b296=CodeceptWebDriver[_0x6909c0(0x106)]['_before'];CodeceptWebDriver[_0x6909c0(0x106)][_0x6909c0(0xec)]=async function(){const _0x2b8104=_0x6909c0;try{await _0x51b296[_0x2b8104(0x109)](this,arguments);}catch(_0x2ec1e1){logger[_0x2b8104(0x197)](_0x2b8104(0xfb)+util[_0x2b8104(0x17f)](_0x2ec1e1));}scripts['commandsToWrap']['filter'](_0x45d777=>_0x45d777['name']&&_0x45d777['class'])[_0x2b8104(0xd6)](_0x4b7757=>{const _0x4b0cb7=_0x2b8104;this[_0x4b0cb7(0x1aa)][_0x4b0cb7(0x136)](_0x4b7757[_0x4b0cb7(0xb0)],_0x4d5394[_0x4b0cb7(0x11a)](this,_0x4b7757),_0x5c181e['hNoKv'](_0x4b7757[_0x4b0cb7(0x17e)],_0x5c181e['QCFDe']));}),_0x5c181e[_0x2b8104(0xca)](processWebDriverConfig,_0x4c6176);};};function parseJwt(_0x40340d){const _0x24e576=a1_0x3d4422,_0x3d6621={};_0x3d6621[_0x24e576(0x18d)]='base64';const _0x396a69=_0x3d6621;if(!_0x40340d)return null;return JSON['parse'](Buffer[_0x24e576(0x108)](_0x40340d[_0x24e576(0x16b)]('.')[0x1],_0x396a69[_0x24e576(0x18d)])[_0x24e576(0xae)]());}const patchPlaywrightBefore=()=>{const _0x228688=a1_0x3d4422,_0x523a73={'uCkmt':function(_0x2f851e){return _0x2f851e();},'CBFvU':'devtools://','CkOea':_0x228688(0x191),'mjHdT':function(_0x502b8f,_0x4603e4){return _0x502b8f(_0x4603e4);},'QLWLT':function(_0x11206f,_0x18f1f9){return _0x11206f+_0x18f1f9;},'MxSNS':_0x228688(0xc2),'jeyVW':function(_0x19c4c6){return _0x19c4c6();},'wmwwF':function(_0x311098){return _0x311098();},'qRzDW':function(_0x505460){return _0x505460();}};PlaywrightSessionDetails[_0x228688(0x134)]();const _0xfce8f2=CodeceptPlaywright[_0x228688(0x106)]['_before'];CodeceptPlaywright['prototype'][_0x228688(0xec)]=async function(){const _0x250f50=_0x228688,_0x28e59b={'BbpRl':function(_0x3a40b1){const _0x560c66=a1_0x572d;return _0x523a73[_0x560c66(0x1a8)](_0x3a40b1);},'Jwdbw':_0x523a73[_0x250f50(0xd4)],'MPWny':_0x523a73['CkOea'],'kxAut':function(_0x323083,_0xaf4409){const _0x490162=_0x250f50;return _0x523a73[_0x490162(0x12e)](_0x323083,_0xaf4409);},'XpJQh':function(_0x436fd7,_0x26b78b){const _0x34f07c=_0x250f50;return _0x523a73[_0x34f07c(0x148)](_0x436fd7,_0x26b78b);},'FEDns':_0x523a73[_0x250f50(0x139)]};this[_0x250f50(0x112)]=await this[_0x250f50(0x1aa)][_0x250f50(0x16a)]()[0x0];const _0x38ab0c=async()=>{const _0x1d269c=_0x250f50,_0x375895={'ciWgc':function(_0x64c7d0){const _0x58776d=a1_0x572d;return _0x28e59b[_0x58776d(0x15d)](_0x64c7d0);},'OUUdr':_0x28e59b[_0x1d269c(0x1a1)]},_0x5bf50c=this[_0x1d269c(0x1b0)]&&this[_0x1d269c(0x1b0)][_0x1d269c(0x146)]&&this['config'][_0x1d269c(0x146)][_0x1d269c(0xf7)]&&Array[_0x1d269c(0x15b)](this[_0x1d269c(0x1b0)][_0x1d269c(0x146)][_0x1d269c(0xf7)])&&this['config'][_0x1d269c(0x146)][_0x1d269c(0xf7)][_0x1d269c(0x1ab)](_0x28e59b['MPWny']);if(_0x28e59b[_0x1d269c(0x15d)](isAccessibilityAutomationSession)&&!_0x5bf50c)try{const _0x537697=_0x28e59b['kxAut'](parseJwt,process['env'][_0x1d269c(0x11d)]);if(_0x537697&&_0x537697[_0x1d269c(0xbc)]&&_0x537697[_0x1d269c(0xbc)]['domForge']){const _0x234888=this[_0x1d269c(0x112)][_0x1d269c(0x10b)]['bind'](this['browserContext']);this[_0x1d269c(0x112)][_0x1d269c(0x10b)]=async function(){const _0x5efda2=_0x1d269c,_0xf0c7ed=await _0x375895[_0x5efda2(0x140)](_0x234888),_0x4f29cd=[];for(const _0x274771 of _0xf0c7ed){try{const _0x3193a4=await _0x274771[_0x5efda2(0xc5)]();!_0x3193a4[_0x5efda2(0x13e)](_0x375895[_0x5efda2(0xbd)])&&_0x4f29cd[_0x5efda2(0x198)](_0x274771);}catch(_0x3c4cc6){_0x4f29cd['push'](_0x274771);}}return _0x4f29cd;};}if(!_0x28e59b['BbpRl'](isBrowserstackInfra)){const _0x419c69=await this['page'][_0x1d269c(0xc5)]();if(_0x419c69[_0x1d269c(0x13e)](_0x28e59b[_0x1d269c(0x1a1)])){const _0x2e5a2c=await this['browserContext'][_0x1d269c(0x10b)]();this[_0x1d269c(0x18c)](_0x2e5a2c[0x0]);}}}catch(_0x15a558){logger[_0x1d269c(0x197)]('Failed\x20to\x20patch\x20pages\x20method\x20in\x20browserContext\x20for\x20a11y\x20domForge:\x20'+_0x15a558[_0x1d269c(0xef)]+(_0x15a558[_0x1d269c(0x13a)]?_0x28e59b[_0x1d269c(0xe6)](_0x28e59b[_0x1d269c(0x165)],_0x15a558['stack']):''));}};_0x523a73[_0x250f50(0xf8)](isBrowserstackInfra)&&await _0x523a73[_0x250f50(0xc6)](_0x38ab0c),await _0xfce8f2[_0x250f50(0x109)](this,arguments),!_0x523a73[_0x250f50(0x1a8)](isBrowserstackInfra)&&await _0x523a73[_0x250f50(0x1ac)](_0x38ab0c);};},getCodeceptDriver=()=>{const _0x1dd4af=a1_0x3d4422,_0x2e80ee={};_0x2e80ee['gCGSu']='WebDriver',_0x2e80ee[_0x1dd4af(0xe2)]='Playwright',_0x2e80ee['OEQkP']=_0x1dd4af(0xe4),_0x2e80ee[_0x1dd4af(0xce)]=_0x1dd4af(0x118);const _0x57e2ac=_0x2e80ee,_0x1d9584=[_0x57e2ac[_0x1dd4af(0x13c)],_0x57e2ac[_0x1dd4af(0xe2)],_0x57e2ac['OEQkP'],_0x57e2ac[_0x1dd4af(0xce)]],_0x589279=_0x1d9584[_0x1dd4af(0x155)](_0x2d811c=>!!CodeceptJS[_0x1dd4af(0x1a6)][_0x1dd4af(0x152)](_0x2d811c));if(!_0x589279)return null;return CodeceptJS['container'][_0x1dd4af(0x152)](_0x589279);};module[a1_0x3d4422(0x122)]=function(_0x45016c){const _0x577980=a1_0x3d4422,_0x50c9f3={'twhao':function(_0x1bf4b6){return _0x1bf4b6();},'lZaVg':function(_0x138d11,_0x184d54){return _0x138d11(_0x184d54);},'WMVZJ':_0x577980(0xdf),'aPjFL':_0x577980(0x168),'crKWc':_0x577980(0x181),'oVmSe':_0x577980(0x101),'LLwbe':_0x577980(0x175),'VQoAt':'hook-passed','UnLuu':_0x577980(0x187),'lpZuQ':_0x577980(0x10d),'lVnKa':function(_0x917a2e){return _0x917a2e();},'NqgpQ':_0x577980(0x162),'NYZLg':function(_0x40289e,_0x19f527){return _0x40289e(_0x19f527);},'irFDP':function(_0x32b69c,_0x2b8eb5,_0x257475){return _0x32b69c(_0x2b8eb5,_0x257475);},'yrFdR':'test-started','pDRfj':_0x577980(0xff),'Shwqk':function(_0x24b9d6,_0x447e02,_0xb64b0c,_0x36115c){return _0x24b9d6(_0x447e02,_0xb64b0c,_0x36115c);},'lfeFf':function(_0x2128a5,_0x452073){return _0x2128a5===_0x452073;},'AYWuR':_0x577980(0x1a3),'egdPQ':_0x577980(0x102),'DyULz':'test-skipped','CrqWe':'afterTest','PPsHH':function(_0x40a8b8){return _0x40a8b8();},'sFdyM':_0x577980(0x116),'Akinv':'test-after','Odoor':'INFO','riCvy':_0x577980(0xbf),'CMrMw':_0x577980(0x164),'hVDbo':_0x577980(0xcd),'nmyrr':_0x577980(0x18f),'aMYbv':_0x577980(0xcb)};_0x45016c[_0x577980(0xb3)]&&(global[_0x577980(0xd2)]=_0x45016c[_0x577980(0xb3)]);PerformanceTester[_0x577980(0xf6)]();const _0x266811=_0x50c9f3[_0x577980(0xd5)](getCodeceptDriver),_0x14976a=new O11yHelper(_0x266811,_0x45016c),_0x466363=!!CodeceptJS[_0x577980(0x1a6)][_0x577980(0x152)](_0x50c9f3[_0x577980(0xe0)]);global[_0x577980(0xda)]=_0x266811,_0x266811&&(PerformanceTester[_0x577980(0x190)](PerformanceEvents[_0x577980(0xbe)],()=>{const _0x450f8d=_0x577980;_0x466363?_0x50c9f3[_0x450f8d(0xd5)](patchPlaywrightBefore):_0x50c9f3[_0x450f8d(0xaa)](patchWebDriverBefore,_0x266811);})(),PerformanceTester[_0x577980(0x190)](PerformanceEvents[_0x577980(0xe7)],()=>{const _0x3e95ba=_0x577980,_0x4d0e6f={};_0x4d0e6f[_0x3e95ba(0x151)]=_0x50c9f3[_0x3e95ba(0xad)],_0x4d0e6f[_0x3e95ba(0xc7)]=_0x50c9f3[_0x3e95ba(0xaf)];const _0x537c95=_0x4d0e6f;_0x266811[_0x3e95ba(0x181)]=async()=>{const _0x60fa03=_0x3e95ba;if(global[_0x60fa03(0x161)]){const _0x2e1f8d={};return _0x2e1f8d['command']=_0x537c95[_0x60fa03(0x151)],await PerformanceTester[_0x60fa03(0x190)](PerformanceA11yEvents[_0x60fa03(0x117)],async()=>{const _0x48ae2e=_0x60fa03;return await AccessibilityHelper[_0x48ae2e(0x15f)](_0x266811,scripts[_0x48ae2e(0xdc)]);},_0x2e1f8d)(),await PerformanceTester[_0x60fa03(0x190)](PerformanceA11yEvents['GET_RESULTS_SUMMARY'],async()=>{const _0x39723e=_0x60fa03;return await AccessibilityHelper[_0x39723e(0x15f)](_0x266811,scripts[_0x39723e(0x103)]);})();}return logger['warn'](_0x537c95['OaYKL']),{};},_0x266811[_0x3e95ba(0xdf)]=async()=>{const _0x238b8e=_0x3e95ba;if(global[_0x238b8e(0x161)]){const _0x496d2a={};return _0x496d2a['command']=_0x50c9f3['WMVZJ'],await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x238b8e(0x117)],async()=>{const _0x56ea89=_0x238b8e;return await AccessibilityHelper[_0x56ea89(0x15f)](_0x266811,scripts['performScan']);},_0x496d2a)(),await PerformanceTester[_0x238b8e(0x190)](PerformanceA11yEvents[_0x238b8e(0x130)],async()=>{const _0x3ab4cb=_0x238b8e;return await AccessibilityHelper['browserStackExecuteDriver'](_0x266811,scripts[_0x3ab4cb(0x154)]);})();}return logger[_0x238b8e(0x1a5)](_0x50c9f3[_0x238b8e(0x129)]),{};},_0x50c9f3[_0x3e95ba(0xaa)](patchSaveScreenshot,_0x266811);})()),CodeceptJS[_0x577980(0x14b)][_0x577980(0x177)]['on'](CodeceptJS[_0x577980(0x14b)][_0x577980(0x1b1)][_0x577980(0xf9)],()=>{const _0x2dfb6b=_0x577980;PerformanceTester[_0x2dfb6b(0x182)](PerformanceEvents[_0x2dfb6b(0x163)]);try{_0x14976a['start'](),testOpsHelper[_0x2dfb6b(0x1a2)](),PerformanceTester[_0x2dfb6b(0x194)](PerformanceEvents[_0x2dfb6b(0x163)]);}catch(_0x13a36e){PerformanceTester[_0x2dfb6b(0x1ae)](_0x13a36e),PerformanceTester[_0x2dfb6b(0x194)](PerformanceEvents[_0x2dfb6b(0x163)],![],_0x13a36e);}}),CodeceptJS[_0x577980(0x14b)][_0x577980(0x177)]['on'](CodeceptJS[_0x577980(0x14b)][_0x577980(0x1b1)][_0x577980(0xd7)],async()=>{const _0x46357c=_0x577980;PerformanceTester[_0x46357c(0x182)](PerformanceEvents['SDK_POST_TEST']);try{requestSpy[_0x46357c(0x16c)](),await _0x14976a['stop'](),PerformanceTester[_0x46357c(0x194)](PerformanceEvents[_0x46357c(0x19b)]);}catch(_0x5ca8da){PerformanceTester[_0x46357c(0x1ae)](_0x5ca8da),PerformanceTester['end'](PerformanceEvents[_0x46357c(0x19b)],![],_0x5ca8da);}finally{PerformanceTester[_0x46357c(0x169)]();}}),CodeceptJS['event']['dispatcher']['on'](CodeceptJS['event'][_0x577980(0x12a)][_0x577980(0xe3)],_0x15b5a2=>{const _0x5f0ffd=_0x577980;PerformanceTester['start'](PerformanceEvents['SDK_HOOK']);try{const _0x12a665=_0x15b5a2['ctx']['test'],_0xbceecb=_0x14976a['captureEvent'](TEST_EVENTS[_0x5f0ffd(0x17d)],_0x12a665);CodeceptRecorder[_0x5f0ffd(0xfa)](()=>_0x14976a[_0x5f0ffd(0x107)](TEST_EVENTS[_0x5f0ffd(0x17d)],_0xbceecb));const _0x317219={};_0x317219['hookType']=_0x50c9f3[_0x5f0ffd(0x131)],PerformanceTester['end'](PerformanceEvents[_0x5f0ffd(0x100)],!![],null,_0x317219);}catch(_0x29e806){const _0x47ea80={};_0x47ea80[_0x5f0ffd(0x19e)]=_0x50c9f3[_0x5f0ffd(0x131)],PerformanceTester[_0x5f0ffd(0x194)](PerformanceEvents['SDK_HOOK'],![],_0x29e806,_0x47ea80),PerformanceTester[_0x5f0ffd(0x1ae)](_0x29e806);}}),CodeceptJS[_0x577980(0x14b)][_0x577980(0x177)]['on'](CodeceptJS[_0x577980(0x14b)][_0x577980(0x12a)]['passed'],_0xf6f12a=>{const _0x51e07d=_0x577980,_0x58a67a={};_0x58a67a[_0x51e07d(0x19e)]=_0x50c9f3['VQoAt'],PerformanceTester['start'](PerformanceHookEvents[_0x51e07d(0x100)],!![],null,_0x58a67a);try{const _0x3872f2=_0xf6f12a[_0x51e07d(0x141)][_0x51e07d(0x137)],_0x16172d=_0x14976a[_0x51e07d(0xfc)](TEST_EVENTS['HOOK_RUN_FINISHED'],_0x3872f2);CodeceptRecorder[_0x51e07d(0xfa)](()=>_0x14976a['fireEvent'](TEST_EVENTS[_0x51e07d(0x149)],_0x16172d));const _0xbaaaa={};_0xbaaaa[_0x51e07d(0x19e)]=_0x50c9f3[_0x51e07d(0x153)],PerformanceTester[_0x51e07d(0x194)](PerformanceHookEvents[_0x51e07d(0x100)],!![],null,_0xbaaaa);}catch(_0x232ce1){PerformanceTester[_0x51e07d(0x1ae)](_0x232ce1);const _0x50a919={};_0x50a919[_0x51e07d(0x19e)]=_0x50c9f3[_0x51e07d(0x153)],PerformanceTester[_0x51e07d(0x194)](PerformanceHookEvents[_0x51e07d(0x100)],![],_0x232ce1,_0x50a919);}}),CodeceptJS[_0x577980(0x14b)][_0x577980(0x177)]['on'](CodeceptJS[_0x577980(0x14b)]['hook']['failed'],async(_0x5096f2,_0x1e7ca5)=>{const _0x270ef6=_0x577980;PerformanceTester[_0x270ef6(0x182)](PerformanceHookEvents[_0x270ef6(0x100)]);try{const _0x3ab63b=_0x5096f2['ctx'][_0x270ef6(0x137)],_0x22bd75=_0x14976a['captureEvent'](TEST_EVENTS[_0x270ef6(0x149)],_0x3ab63b,_0x1e7ca5);CodeceptRecorder[_0x270ef6(0xfa)](()=>_0x14976a[_0x270ef6(0x107)](TEST_EVENTS[_0x270ef6(0x149)],_0x22bd75));const _0xbe5674={};_0xbe5674[_0x270ef6(0x19e)]=_0x50c9f3[_0x270ef6(0xd0)],PerformanceTester['start'](PerformanceHookEvents[_0x270ef6(0x100)],!![],null,_0xbe5674);}catch(_0x48fce6){PerformanceTester['captureError'](_0x48fce6);const _0x30559a={};_0x30559a[_0x270ef6(0x19e)]=_0x50c9f3[_0x270ef6(0xd0)],PerformanceTester[_0x270ef6(0x194)](PerformanceHookEvents[_0x270ef6(0x100)],![],_0x48fce6,_0x30559a);}const _0x318672={};_0x318672[_0x270ef6(0x19e)]=_0x50c9f3[_0x270ef6(0xd0)],PerformanceTester[_0x270ef6(0x194)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x318672);}),CodeceptJS[_0x577980(0x14b)][_0x577980(0x177)]['on'](CodeceptJS[_0x577980(0x14b)][_0x577980(0x137)]['before'],_0x8b467a=>{const _0x558d53=_0x577980;PerformanceTester[_0x558d53(0x182)](PerformanceHookEvents[_0x558d53(0x100)]);try{globals[_0x558d53(0xc0)](_0x50c9f3[_0x558d53(0xab)],_0x8b467a[_0x558d53(0xe1)]);_0x50c9f3['lVnKa'](isBrowserstackInfra)&&(_0x466363&&(global['__workerDetails']={'currentTest':{'name':_0x8b467a[_0x558d53(0xe1)],'testInfo':{'titlePath':_0x8b467a['titlePath']()}}}));const _0x4013bb={};_0x4013bb[_0x558d53(0x19e)]=_0x50c9f3[_0x558d53(0x192)],PerformanceTester[_0x558d53(0x194)](PerformanceHookEvents[_0x558d53(0x100)],!![],null,_0x4013bb);}catch(_0x34e317){PerformanceTester[_0x558d53(0x1ae)](_0x34e317);const _0x5adddd={};_0x5adddd[_0x558d53(0x19e)]=_0x50c9f3[_0x558d53(0x192)],PerformanceTester[_0x558d53(0x194)](PerformanceHookEvents[_0x558d53(0x100)],![],_0x34e317,_0x5adddd);}}),CodeceptJS[_0x577980(0x14b)]['dispatcher']['on'](CodeceptJS[_0x577980(0x14b)][_0x577980(0x137)][_0x577980(0xe3)],_0x8cfbc6=>{const _0x1e6bb1=_0x577980;PerformanceTester['start'](PerformanceHookEvents[_0x1e6bb1(0x100)]);try{globals[_0x1e6bb1(0xc0)](_0x50c9f3['lpZuQ'],_0x8cfbc6[_0x1e6bb1(0xe1)]);const _0x22d223=_0x14976a[_0x1e6bb1(0xfc)](TEST_EVENTS[_0x1e6bb1(0x1a4)],_0x8cfbc6);CodeceptRecorder[_0x1e6bb1(0xfa)](()=>_0x14976a['fireEvent'](TEST_EVENTS[_0x1e6bb1(0x1a4)],_0x22d223)),CodeceptRecorder['add'](async()=>{const _0x1836eb=_0x1e6bb1;_0x50c9f3[_0x1836eb(0xd5)](isBrowserstackInfra)&&(!_0x50c9f3[_0x1836eb(0x144)](isTrue,_0x45016c[_0x1836eb(0xf2)])&&await _0x50c9f3['irFDP'](markSessionName,_0x266811,_0x8cfbc6[_0x1836eb(0xe1)]),_0x14976a[_0x1836eb(0x171)]&&await _0x50c9f3[_0x1836eb(0x144)](o11ySync,_0x266811));});}catch(_0x44fae5){const _0x52696f={};_0x52696f[_0x1e6bb1(0x19e)]=_0x50c9f3['yrFdR'],PerformanceTester['end'](PerformanceHookEvents[_0x1e6bb1(0x100)],![],_0x44fae5,_0x52696f),PerformanceTester['captureError'](_0x44fae5);}const _0x4a511c={};_0x4a511c[_0x1e6bb1(0x19e)]=_0x50c9f3[_0x1e6bb1(0xf1)],PerformanceTester[_0x1e6bb1(0x194)](PerformanceHookEvents[_0x1e6bb1(0x100)],!![],null,_0x4a511c);}),CodeceptJS[_0x577980(0x14b)]['dispatcher']['on'](CodeceptJS[_0x577980(0x14b)]['test'][_0x577980(0x19f)],_0x5791c6=>{const _0x27e6c1=_0x577980,_0x5eb1d6={'IxPpQ':function(_0x2f4e4f,_0x48a739,_0x4eda94){const _0x4b4e81=a1_0x572d;return _0x50c9f3[_0x4b4e81(0x121)](_0x2f4e4f,_0x48a739,_0x4eda94);},'MbDwG':function(_0x305be3){return _0x50c9f3['lVnKa'](_0x305be3);}};PerformanceTester[_0x27e6c1(0x182)](PerformanceHookEvents[_0x27e6c1(0x100)]);try{const _0x51423b=_0x14976a[_0x27e6c1(0xfc)](TEST_EVENTS[_0x27e6c1(0x158)],_0x5791c6);CodeceptRecorder[_0x27e6c1(0xfa)](()=>_0x14976a[_0x27e6c1(0x107)](TEST_EVENTS[_0x27e6c1(0x158)],_0x51423b)),CodeceptRecorder[_0x27e6c1(0xfa)](async()=>{const _0x1e2c60=_0x27e6c1,_0xf33e10={'IiVUy':function(_0x5f3da6,_0x45d2f5,_0x212198){return _0x5eb1d6['IxPpQ'](_0x5f3da6,_0x45d2f5,_0x212198);}};_0x5eb1d6[_0x1e2c60(0x16e)](isBrowserstackInfra)&&await PerformanceTester[_0x1e2c60(0x190)](PerformanceAutEvents[_0x1e2c60(0x17c)],async()=>{const _0x22b708=_0x1e2c60;_0x466363?await _0xf33e10[_0x22b708(0x127)](playwrightMarkSessionStatus,_0x266811,STATE_PASSED):await _0xf33e10[_0x22b708(0x127)](markSessionStatus,_0x266811,STATE_PASSED);})();}),PerformanceTester[_0x27e6c1(0x194)](PerformanceEvents[_0x27e6c1(0x178)]);}catch(_0x229f2c){PerformanceTester[_0x27e6c1(0x1ae)](_0x229f2c);const _0x463f23={};_0x463f23[_0x27e6c1(0x19e)]=_0x50c9f3[_0x27e6c1(0x123)],PerformanceTester['end'](PerformanceHookEvents[_0x27e6c1(0x100)],![],_0x229f2c,_0x463f23),PerformanceTester[_0x27e6c1(0x194)](PerformanceEvents['SDK_TEST'],![],_0x229f2c);}const _0x551277={};_0x551277['hookType']=_0x50c9f3[_0x27e6c1(0x123)],PerformanceTester[_0x27e6c1(0x194)](PerformanceHookEvents[_0x27e6c1(0x100)],!![],null,_0x551277);}),CodeceptJS['event'][_0x577980(0x177)]['on'](CodeceptJS[_0x577980(0x14b)][_0x577980(0x137)][_0x577980(0x14f)],(_0x4f70e9,_0x2d6297)=>{const _0xb1f238=_0x577980,_0x552b3f={'BUyxn':function(_0x5db422){const _0x3f8ff6=a1_0x572d;return _0x50c9f3[_0x3f8ff6(0xba)](_0x5db422);},'oThPX':function(_0x1095a5,_0x5d3b94,_0x4f6279,_0x2db59a){const _0x4bd24c=a1_0x572d;return _0x50c9f3[_0x4bd24c(0x11f)](_0x1095a5,_0x5d3b94,_0x4f6279,_0x2db59a);}};PerformanceTester[_0xb1f238(0x182)](PerformanceHookEvents['SDK_HOOK']);try{if(_0x50c9f3[_0xb1f238(0x183)](_0x4f70e9['constructor'][_0xb1f238(0xb0)],_0x50c9f3[_0xb1f238(0x196)])){const _0x23c930=_0x14976a[_0xb1f238(0xfc)](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x4f70e9[_0xb1f238(0x141)]['currentTest']);CodeceptRecorder[_0xb1f238(0xfa)](()=>_0x14976a[_0xb1f238(0x107)](TEST_EVENTS[_0xb1f238(0x10f)],_0x23c930));}else{const _0x3abcd6=_0x14976a['captureEvent'](TEST_EVENTS[_0xb1f238(0x158)],_0x4f70e9,_0x2d6297);CodeceptRecorder['add'](()=>{const _0x18d68e=_0xb1f238;try{_0x14976a[_0x18d68e(0x107)](TEST_EVENTS['TEST_RUN_FINISHED'],_0x3abcd6);}catch(_0xf91856){logger[_0x18d68e(0x197)](_0x18d68e(0x17a)+util['format'](_0xf91856)),PerformanceTester[_0x18d68e(0x194)](PerformanceEvents[_0x18d68e(0x178)],![],_0xf91856);}}),CodeceptRecorder[_0xb1f238(0xfa)](async()=>{const _0x4a0c53=_0xb1f238;try{_0x552b3f[_0x4a0c53(0x15a)](isBrowserstackInfra)&&(_0x466363?await _0x552b3f[_0x4a0c53(0x135)](playwrightMarkSessionStatus,_0x266811,STATE_FAILED,_0x2d6297):await _0x552b3f[_0x4a0c53(0x135)](markSessionStatus,_0x266811,STATE_FAILED,_0x2d6297));}catch(_0x5b1055){logger[_0x4a0c53(0x197)](_0x4a0c53(0xd8)+util[_0x4a0c53(0x17f)](_0x5b1055)),PerformanceTester[_0x4a0c53(0x194)](PerformanceEvents['SDK_TEST'],![],_0x5b1055);}});}PerformanceTester[_0xb1f238(0x194)](PerformanceEvents['SDK_TEST']);}catch(_0x50b787){PerformanceTester[_0xb1f238(0x1ae)](_0x50b787);const _0x5395ce={};_0x5395ce[_0xb1f238(0x19e)]=_0x50c9f3['egdPQ'],PerformanceTester[_0xb1f238(0x194)](PerformanceHookEvents['SDK_HOOK'],![],_0x50b787,_0x5395ce),PerformanceTester[_0xb1f238(0x194)](PerformanceEvents['SDK_TEST'],![],_0x50b787);}const _0x11dd5a={};_0x11dd5a[_0xb1f238(0x19e)]=_0x50c9f3[_0xb1f238(0xb5)],PerformanceTester[_0xb1f238(0x194)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x11dd5a);}),CodeceptJS[_0x577980(0x14b)][_0x577980(0x177)]['on'](CodeceptJS['event'][_0x577980(0x137)]['skipped'],_0x38429a=>{const _0x577867=_0x577980;PerformanceTester[_0x577867(0x182)](PerformanceHookEvents[_0x577867(0x100)]);try{const _0x14b9cd=_0x14976a['captureEvent'](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x38429a);CodeceptRecorder['add'](()=>_0x14976a['fireEvent'](TEST_EVENTS[_0x577867(0x10f)],_0x14b9cd)),PerformanceTester[_0x577867(0x194)](PerformanceEvents[_0x577867(0x178)]);}catch(_0x32a4b9){PerformanceTester[_0x577867(0x1ae)](_0x32a4b9),PerformanceTester['end'](PerformanceEvents[_0x577867(0x178)],![],_0x32a4b9);const _0x20ae53={};_0x20ae53['hookType']=_0x50c9f3[_0x577867(0x1ad)],PerformanceTester['end'](PerformanceHookEvents[_0x577867(0x100)],![],_0x32a4b9,_0x20ae53);}const _0x370cb2={};_0x370cb2[_0x577867(0x19e)]=_0x50c9f3['DyULz'],PerformanceTester['end'](PerformanceHookEvents[_0x577867(0x100)],!![],null,_0x370cb2);}),CodeceptJS[_0x577980(0x14b)][_0x577980(0x177)]['on'](CodeceptJS[_0x577980(0x14b)][_0x577980(0x137)][_0x577980(0xd7)],async(_0x6af4f1,_0xf49ca0)=>{const _0x5a106c=_0x577980,_0x51af5f={};_0x51af5f['dGrpL']=_0x50c9f3[_0x5a106c(0xe5)];const _0x2518f0=_0x51af5f;try{PerformanceTester[_0x5a106c(0x182)](PerformanceHookEvents[_0x5a106c(0x100)]);const _0x4e05e3=_0x50c9f3[_0x5a106c(0x121)](shouldScanTestForAccessibility,_0x6af4f1[_0x5a106c(0xb8)](),!![]);if(_0x50c9f3['PPsHH'](isAccessibilityAutomationSession)&&global[_0x5a106c(0x161)]&&_0x4e05e3){const _0xb38f8d={};_0xb38f8d[_0x5a106c(0xde)]=_0x6af4f1[_0x5a106c(0xf4)],_0xb38f8d['thBuildUuid']=process[_0x5a106c(0x18a)][testHubConstants['ENV_VAR'][_0x5a106c(0x115)]],_0xb38f8d[_0x5a106c(0xe8)]=process[_0x5a106c(0x18a)][testHubConstants[_0x5a106c(0x143)][_0x5a106c(0x12c)]];const _0x27b9cf=_0xb38f8d;logger['debug'](_0x5a106c(0xbb)+JSON[_0x5a106c(0x19c)](_0x27b9cf)),CodeceptRecorder[_0x5a106c(0xfa)](async()=>{const _0x4bce61=_0x5a106c,_0x1f6c03={};_0x1f6c03[_0x4bce61(0x170)]=_0x2518f0['dGrpL'],await PerformanceTester[_0x4bce61(0x190)](PerformanceA11yEvents[_0x4bce61(0x117)],async()=>{const _0x2751b5=_0x4bce61;await AccessibilityHelper[_0x2751b5(0x15f)](_0x266811,scripts['performScan']);},_0x1f6c03)(),await PerformanceTester[_0x4bce61(0x190)](PerformanceA11yEvents[_0x4bce61(0xb9)],async()=>{const _0x31f17b=_0x4bce61;await AccessibilityHelper['browserStackExecuteDriver'](_0x266811,scripts[_0x31f17b(0xb7)],_0x27b9cf);})();}),logger[_0x5a106c(0xe9)](_0x50c9f3[_0x5a106c(0x138)]);}const _0x53066e={};_0x53066e[_0x5a106c(0x19e)]=_0x50c9f3['Akinv'],PerformanceTester[_0x5a106c(0x194)](PerformanceHookEvents[_0x5a106c(0x100)],!![],null,_0x53066e);}catch(_0xd05b50){PerformanceTester[_0x5a106c(0x1ae)](_0xd05b50);const _0x3fea63={};_0x3fea63[_0x5a106c(0x19e)]=_0x50c9f3[_0x5a106c(0x14c)],PerformanceTester[_0x5a106c(0x194)](PerformanceHookEvents[_0x5a106c(0x100)],![],_0xd05b50,_0x3fea63);}}),CodeceptJS[_0x577980(0x14b)][_0x577980(0x177)]['on'](CodeceptJS[_0x577980(0x14b)][_0x577980(0xd3)][_0x577980(0xeb)],_0x4191b7=>{const _0x4df452=_0x577980;PerformanceTester[_0x4df452(0x182)](PerformanceHookEvents['SDK_HOOK']);try{process[_0x4df452(0x128)](_0x4df452(0x1a7)+process[_0x4df452(0x195)],{'timestamp':new Date()[_0x4df452(0x142)](),'level':_0x50c9f3[_0x4df452(0xb1)],'message':_0x4191b7,'kind':_0x50c9f3['riCvy'],'http_response':{}});}catch(_0x4e96cd){PerformanceTester[_0x4df452(0x1ae)](_0x4e96cd);const _0x8f14bd={};_0x8f14bd[_0x4df452(0x19e)]=_0x50c9f3[_0x4df452(0xc8)],PerformanceTester[_0x4df452(0x194)](PerformanceHookEvents[_0x4df452(0x100)],![],_0x4e96cd,_0x8f14bd);}const _0xfe0737={};_0xfe0737[_0x4df452(0x19e)]=_0x50c9f3[_0x4df452(0xc8)],PerformanceTester[_0x4df452(0x194)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0xfe0737);}),CodeceptJS[_0x577980(0x14b)][_0x577980(0x177)]['on'](CodeceptJS['event'][_0x577980(0xb6)]['before'],_0x27ddf0=>{const _0x2faf72=_0x577980,_0x5d2793={};_0x5d2793[_0x2faf72(0x19e)]=_0x50c9f3[_0x2faf72(0x120)],PerformanceTester['measureWrapper'](PerformanceHookEvents['SDK_HOOK'],()=>{const _0x5e58f2=_0x2faf72;_0x14976a[_0x5e58f2(0x11b)](_0x27ddf0);},_0x5d2793)();}),CodeceptJS[_0x577980(0x14b)][_0x577980(0x177)]['on'](CodeceptJS[_0x577980(0x14b)]['bddStep'][_0x577980(0xd7)],_0x46a720=>{const _0x233dbc=_0x577980,_0x439b5c={};_0x439b5c[_0x233dbc(0x19e)]=_0x50c9f3['nmyrr'],PerformanceTester[_0x233dbc(0x190)](PerformanceHookEvents[_0x233dbc(0x100)],()=>{const _0x16e699=_0x233dbc;_0x14976a[_0x16e699(0x147)](_0x46a720);},_0x439b5c)();});};
|
|
1
|
+
const a1_0x27d22a=a1_0x5d61;function a1_0xe0aa(){const _0x43274b=['push','znBTT','command','UxVIW','rmyXO','eUdaG','readFileSync','sAfvP','started','hook-started','ENV_VAR','test','SDK_TEST','getSyncScript','initSaveScreenshot','Puppeteer','getResultsSummary','JgZPK','browserStackExecuteDriver','title','SBUDU','../../helpers/testhub/constants.js','arguments','dbIxe','wPuTf','PERFORM_SCAN','hook-failed','config','webdriverio','Screenshot\x20path\x20not\x20found','status','startsWith','comment','xLxgk','4659015syRQeK','HOOK_RUN_FINISHED','Playwright','AlwaU','step-comment','nTDUF','test-before','YXISp','patchSaveScreenshot','zszbb','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','INFO','ONpiK','bVBVA','skipSessionStatus','LRiiM','LwbCa','startMonitoring','HKqyZ','HOOK_RUN_STARTED','catch','emit','TdEmW','Failed\x20in\x20sending\x20TestRunFinish\x20event:\x20','includes','devtools://','FspOd','TEST_RUN_SKIPPED','ThhgB','gPfeL','dispatcher','accessibilityPlatform','YEbmU','patch','before','isArray','FvcRQ','debug','../../helpers/performance/constants','dGeRu','after','measureWrapper','Suite','captureError','Ufhie','all','5601496zIKnVk','BS_A11Y_JWT','message','toString','SDK_PRE_TEST','reason','performScan','112lfBPtc','call','args','setSessionName','--auto-open-devtools-for-tabs','dQVwG','SDK_POST_TEST','class','../../bin/playwright/sessionDetails','end','FrNWu','DDRzs','testAnalyticsId','Failed\x20in\x20marking\x20session\x20status\x20of\x20test:\x20','shouldWrapCommand','parse','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','step','container','overwriteCommand','domForge','Failed\x20to\x20execute\x20_before:\x20','2684BHWwMB','../../helpers/accessibility-automation/scripts','swqOC','bind','uGkio','setSessionStatus','toISOString','test-skipped','split','SDK_HOOK','EelNk','TestCafe','restore','getAccessibilityResults','SDK_POST_INITIALIZE','ZglAA','saveScreenshot','skipped','slice','titlePath','chromium','uVoKP','mEGhF','stack','base64','EWNMm','codeceptjs','QCQQX','LxLXk','dzIVv','captureEvent','yLRiB','../../helpers/accessibility-automation/helper','winstonLogger','TEST_LOG','Vbgae','bddStep-before','bstackAllyScanning','ofSaM','152184KLFDue','vxBQg','executeScript','codeceptjs/lib/helper/Playwright.js','codeceptjs/lib/index.js','_setPage','RnZsg','SDK_PRE_INITIALIZE','GET_RESULTS_SUMMARY','constructor','warn','../../helpers/performance/performance-tester','pid','__driver','codeceptjs/lib/recorder.js','GET_RESULTS','TEST_RUN_FINISHED','env','qXAJs','contexts','319632jtNuzA','../../helpers/request-spy','thJwtToken','stopMonitoring','test-after','Failed\x20to\x20patch\x20pages\x20method\x20in\x20browserContext\x20for\x20a11y\x20domForge:\x20','jCoxN','helpers','iCPfo','info','forEach','filter','page','aGBMT','SAVE_RESULTS','Performing\x20scan\x20for\x20','prototype','_before','mZIxq','browserContext','passed','__workerDetails','fireEvent','BGgoV','test-started','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20summary.','find','currentTest','name','7390Shvpzi','apply','qprJw','browser','10pVvxgR','9288QYcgco','afterTest','861006rkIwGV','string','FbXTY','getAccessibilityResultsSummary','testFramework','stringify','then','codeceptjs/lib/helper/WebDriver.js','Gaiou','bddStepFinish','yYYIB','../../helpers/helper','hook','../../bin/playwright/accessibility-helper','wBdri','Xkxwo','hszIh','bddStep-after','format','addRequestSpy','7hjFkrX','bs:addLog:','8520gYGqQV','QvlmE','start','setGlobal','version','TAFOb','HwHtS','failed','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','wjzkm','pages','event','BROWSERSTACK_TESTHUB_UUID','ZUSPr','HnvSS','tgyLA','browserstack_executor:\x20','add','OaLJm','ctx','RTkPH','bddStepStart','url','./helper.js','TEST_SCREENSHOT','test-passed','uPKxa','./o11yHelper','hookType','yQblM','XrEyE','util','HBsgG','TEST_RUN_STARTED'];a1_0xe0aa=function(){return _0x43274b;};return a1_0xe0aa();}(function(_0x3a825d,_0xef0b7b){const _0x3e9c2f=a1_0x5d61,_0x10a353=_0x3a825d();while(!![]){try{const _0x45a922=-parseInt(_0x3e9c2f(0x216))/0x1*(parseInt(_0x3e9c2f(0x19d))/0x2)+-parseInt(_0x3e9c2f(0x1e1))/0x3+parseInt(_0x3e9c2f(0x267))/0x4+-parseInt(_0x3e9c2f(0x288))/0x5*(parseInt(_0x3e9c2f(0x28b))/0x6)+-parseInt(_0x3e9c2f(0x29f))/0x7*(-parseInt(_0x3e9c2f(0x20f))/0x8)+parseInt(_0x3e9c2f(0x289))/0x9*(-parseInt(_0x3e9c2f(0x284))/0xa)+-parseInt(_0x3e9c2f(0x22c))/0xb*(-parseInt(_0x3e9c2f(0x253))/0xc);if(_0x45a922===_0xef0b7b)break;else _0x10a353['push'](_0x10a353['shift']());}catch(_0x1c1fda){_0x10a353['push'](_0x10a353['shift']());}}}(a1_0xe0aa,0xc2068));function a1_0x5d61(_0x230487,_0x2322a9){const _0xe0aafd=a1_0xe0aa();return a1_0x5d61=function(_0x5d615a,_0x32585d){_0x5d615a=_0x5d615a-0x19d;let _0x4ad66e=_0xe0aafd[_0x5d615a];return _0x4ad66e;},a1_0x5d61(_0x230487,_0x2322a9);}const fs=require('fs'),util=require(a1_0x27d22a(0x1bc)),{requireModule,markSessionStatus,isUndefined,isTrue,isBrowserstackInfra}=require(a1_0x27d22a(0x296)),logger=require('../../helpers/logger')[a1_0x27d22a(0x24d)],testOpsHelper=require('../../helpers/test-observability/utils'),requestSpy=require(a1_0x27d22a(0x268)),PlaywrightSessionDetails=require(a1_0x27d22a(0x21e)),{O11yHelper,TEST_EVENTS,STATE_PASSED,STATE_FAILED}=require(a1_0x27d22a(0x1b8)),{shouldScanTestForAccessibility,isAccessibilityAutomationSession}=require(a1_0x27d22a(0x24c)),AccessibilityHelper=require(a1_0x27d22a(0x298)),scripts=require(a1_0x27d22a(0x22d)),PerformanceTester=require(a1_0x27d22a(0x25e)),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceHookEvents}=require(a1_0x27d22a(0x207)),{processWebDriverConfig,shouldPatchExecuteScript}=require(a1_0x27d22a(0x1b4)),testHubConstants=require(a1_0x27d22a(0x1d4)),globals=require('../../helpers/globals.js'),CodeceptJS=requireModule(a1_0x27d22a(0x257),a1_0x27d22a(0x246)),CodeceptUtils=requireModule('codeceptjs/lib/utils.js',a1_0x27d22a(0x246)),CodeceptWebDriver=requireModule(a1_0x27d22a(0x292),a1_0x27d22a(0x246)),CodeceptRecorder=requireModule(a1_0x27d22a(0x261),'codeceptjs'),CodeceptPlaywright=requireModule(a1_0x27d22a(0x256),'codeceptjs'),playwrightMarkSessionStatus=(_0x4b8987,_0x27d186,_0x20b99e)=>{const _0x31432f=a1_0x27d22a,_0x165426={'eUdaG':_0x31432f(0x231),'aJTHX':function(_0x2de652,_0x3ef4ba){return _0x2de652(_0x3ef4ba);}},_0x24b413={};_0x24b413[_0x31432f(0x1dd)]=_0x27d186;const _0x4688bd={};_0x4688bd['action']=_0x165426[_0x31432f(0x1c4)],_0x4688bd[_0x31432f(0x1d5)]=_0x24b413;const _0x1eb0ca=_0x4688bd;return!_0x165426['aJTHX'](isUndefined,_0x20b99e)&&(_0x1eb0ca['arguments'][_0x31432f(0x214)]=JSON['stringify'](_0x20b99e)),_0x4b8987['executeScript'](()=>{},'browserstack_executor:\x20'+JSON[_0x31432f(0x290)](_0x1eb0ca));},o11ySync=PerformanceTester['measureWrapper'](PerformanceO11yEvents['SYNC'],async _0x20821a=>{const _0x379c6c=a1_0x27d22a,_0x1d844c={};_0x1d844c[_0x379c6c(0x28d)]=function(_0x5c4c03,_0xa74c2b){return _0x5c4c03===_0xa74c2b;},_0x1d844c[_0x379c6c(0x245)]=_0x379c6c(0x1e3);const _0x4c395c=_0x1d844c;_0x4c395c[_0x379c6c(0x28d)](_0x20821a[_0x379c6c(0x25c)]['name'],_0x4c395c[_0x379c6c(0x245)])?await _0x20821a[_0x379c6c(0x255)](_0x2ab4ab=>{},testOpsHelper[_0x379c6c(0x1cc)]()):await _0x20821a[_0x379c6c(0x255)](testOpsHelper[_0x379c6c(0x1cc)]());}),markSessionName=PerformanceTester['measureWrapper'](PerformanceAutEvents['SESSION_NAME'],async(_0x32d3fb,_0x5e50d2)=>{const _0x2d93d=a1_0x27d22a,_0x423f9e={};_0x423f9e[_0x2d93d(0x254)]=_0x2d93d(0x219),_0x423f9e[_0x2d93d(0x23b)]=function(_0x1de150,_0x371372){return _0x1de150===_0x371372;},_0x423f9e[_0x2d93d(0x1c3)]='Playwright';const _0x2fb02b=_0x423f9e,_0x36b96c={};_0x36b96c['name']=_0x5e50d2;const _0x7e0c6a={};_0x7e0c6a['action']=_0x2fb02b[_0x2d93d(0x254)],_0x7e0c6a[_0x2d93d(0x1d5)]=_0x36b96c;const _0x4f2f6a=_0x7e0c6a;_0x2fb02b['ZglAA'](_0x32d3fb[_0x2d93d(0x25c)][_0x2d93d(0x283)],_0x2fb02b[_0x2d93d(0x1c3)])?await _0x32d3fb['executeScript'](()=>{},_0x2d93d(0x1ad)+JSON[_0x2d93d(0x290)](_0x4f2f6a)):await _0x32d3fb[_0x2d93d(0x255)]('browserstack_executor:\x20'+JSON[_0x2d93d(0x290)](_0x4f2f6a));}),patchSaveScreenshot=_0x2ed057=>{const _0x28db70=a1_0x27d22a,_0x1765e7={'poKLh':'base64','UxVIW':_0x28db70(0x1b5),'zszbb':function(_0x433e9a){return _0x433e9a();},'SEFrq':function(_0x16ca97,_0x5a052a){return _0x16ca97(_0x5a052a);},'EelNk':_0x28db70(0x1dc)};_0x1765e7['SEFrq'](isTrue,process[_0x28db70(0x264)]['BS_TESTOPS_ALLOW_SCREENSHOTS'])&&!_0x2ed057[_0x28db70(0x1e9)]&&(_0x2ed057['patchSaveScreenshot']=!![],_0x2ed057[_0x28db70(0x1cd)]=_0x2ed057['saveScreenshot'],_0x2ed057[_0x28db70(0x23c)]=(_0x38634a,_0xc0802c=![])=>{const _0x4dab15=_0x28db70,_0xda6d45={'gPfeL':_0x1765e7['poKLh'],'aGBMT':_0x1765e7[_0x4dab15(0x1c2)],'yLRiB':function(_0x19cf5e){const _0x1ace41=_0x4dab15;return _0x1765e7[_0x1ace41(0x1ea)](_0x19cf5e);},'LClND':function(_0x414e50,_0x498870){return _0x1765e7['SEFrq'](_0x414e50,_0x498870);},'fzjlZ':_0x1765e7[_0x4dab15(0x236)]};return new Promise(function(_0x22277e,_0x58e9d9){const _0x2dd844=_0x4dab15;_0x2ed057['initSaveScreenshot'](_0x38634a,_0xc0802c)[_0x2dd844(0x291)](()=>{const _0x269df5=_0x2dd844,_0xf48fd1=CodeceptUtils['screenshotOutputFolder'](_0x38634a);if(_0xf48fd1){const _0x54275c=fs[_0x269df5(0x1c5)](_0xf48fd1);process['emit'](_0x269df5(0x2a0)+process[_0x269df5(0x25f)],{'timestamp':new Date()['toISOString'](),'message':_0x54275c[_0x269df5(0x212)](_0xda6d45[_0x269df5(0x1fe)]),'kind':_0xda6d45[_0x269df5(0x274)]}),_0xda6d45[_0x269df5(0x24b)](_0x22277e);}_0xda6d45['LClND'](_0x58e9d9,new Error(_0xda6d45['fzjlZ']));})[_0x2dd844(0x1f5)](()=>null);});});},patchWebDriverBefore=_0x1b95b8=>{const _0x54c2ac=a1_0x27d22a,_0x52e684={'TAFOb':function(_0x22ed55){return _0x22ed55();},'MkgSo':function(_0x5e18ff,_0x4cafbb){return _0x5e18ff(_0x4cafbb);},'LxLXk':function(_0x228a80,_0x3261fe){return _0x228a80===_0x3261fe;},'RTkPH':_0x54c2ac(0x1db),'dzIVv':function(_0x50275f,_0x1dbfd0){return _0x50275f===_0x1dbfd0;},'ROcdN':_0x54c2ac(0x28c),'OaLJm':'Element','FvcRQ':function(_0x476f29,_0x2ff4f3){return _0x476f29(_0x2ff4f3);}},_0x102902=async function(_0x1275c9,_0x1db2b2){const _0x1a9877=_0x54c2ac;_0x52e684[_0x1a9877(0x1a2)](isAccessibilityAutomationSession)&&!global[_0x1a9877(0x251)]&&global[_0x1a9877(0x200)]&&scripts[_0x1a9877(0x224)](_0x1275c9[_0x1a9877(0x283)])&&_0x52e684['MkgSo'](shouldPatchExecuteScript,arguments[0x2])&&(global[_0x1a9877(0x251)]=!![],await PerformanceTester[_0x1a9877(0x20a)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x15f6a2=_0x1a9877;logger[_0x15f6a2(0x206)](_0x15f6a2(0x276)+_0x1275c9['class']+'\x20'+_0x1275c9[_0x15f6a2(0x283)]),await AccessibilityHelper[_0x15f6a2(0x1d1)](_0x1b95b8,scripts[_0x15f6a2(0x215)]);},{'command':_0x1275c9[_0x1a9877(0x283)]})());global[_0x1a9877(0x251)]=![];const _0x5e4fe9=JSON[_0x1a9877(0x225)](process[_0x1a9877(0x264)]['FRAMEWORK_DETAILS']||'{}');if(_0x52e684[_0x1a9877(0x248)](_0x5e4fe9?.[_0x1a9877(0x28f)]?.[_0x1a9877(0x283)],_0x52e684[_0x1a9877(0x1b1)])&&_0x52e684[_0x1a9877(0x249)](typeof _0x5e4fe9?.[_0x1a9877(0x28f)]?.[_0x1a9877(0x1a1)],_0x52e684['ROcdN'])&&_0x5e4fe9?.[_0x1a9877(0x28f)]?.[_0x1a9877(0x1a1)][_0x1a9877(0x1de)]('7'))return _0x1db2b2['apply'](null,Array['prototype'][_0x1a9877(0x23e)][_0x1a9877(0x217)](arguments,0x2));return _0x1db2b2[_0x1a9877(0x285)](this,Array['prototype'][_0x1a9877(0x23e)][_0x1a9877(0x217)](arguments,0x2));},_0x3799de=CodeceptWebDriver[_0x54c2ac(0x277)]['_before'];CodeceptWebDriver[_0x54c2ac(0x277)]['_before']=async function(){const _0x2ac620=_0x54c2ac,_0x11f4e0={'ONpiK':function(_0x59d29e,_0x4059b0){const _0x4402cb=a1_0x5d61;return _0x52e684[_0x4402cb(0x249)](_0x59d29e,_0x4059b0);},'uPKxa':_0x52e684[_0x2ac620(0x1af)]};try{await _0x3799de[_0x2ac620(0x285)](this,arguments);}catch(_0x577d52){logger[_0x2ac620(0x206)](_0x2ac620(0x22b)+util[_0x2ac620(0x29d)](_0x577d52));}scripts['commandsToWrap'][_0x2ac620(0x272)](_0x31187a=>_0x31187a[_0x2ac620(0x283)]&&_0x31187a[_0x2ac620(0x21d)])[_0x2ac620(0x271)](_0x296a57=>{const _0xc30c88=_0x2ac620;this[_0xc30c88(0x287)][_0xc30c88(0x229)](_0x296a57[_0xc30c88(0x283)],_0x102902[_0xc30c88(0x22f)](this,_0x296a57),_0x11f4e0[_0xc30c88(0x1ed)](_0x296a57[_0xc30c88(0x21d)],_0x11f4e0[_0xc30c88(0x1b7)]));}),_0x52e684[_0x2ac620(0x205)](processWebDriverConfig,_0x1b95b8);};};function parseJwt(_0x25538a){const _0x2fcf79=a1_0x27d22a,_0x18684e={};_0x18684e[_0x2fcf79(0x26d)]=_0x2fcf79(0x244);const _0x2dd546=_0x18684e;if(!_0x25538a)return null;return JSON[_0x2fcf79(0x225)](Buffer['from'](_0x25538a[_0x2fcf79(0x234)]('.')[0x1],_0x2dd546['jCoxN'])[_0x2fcf79(0x212)]());}const patchPlaywrightBefore=()=>{const _0x35bb2e=a1_0x27d22a,_0x233ae0={'HnvSS':function(_0x5af2c6){return _0x5af2c6();},'ZUSPr':_0x35bb2e(0x1fa),'Cmnxy':_0x35bb2e(0x21a),'hszIh':function(_0x1a8dc9,_0x40c03d){return _0x1a8dc9(_0x40c03d);},'wBdri':function(_0x3d9ffd,_0x434e1a){return _0x3d9ffd+_0x434e1a;},'SBUDU':'\x0aStack:\x20','RnZsg':function(_0x585699){return _0x585699();},'wjzkm':function(_0x4769d2){return _0x4769d2();}};PlaywrightSessionDetails[_0x35bb2e(0x202)]();const _0x57ba29=CodeceptPlaywright[_0x35bb2e(0x277)][_0x35bb2e(0x278)];CodeceptPlaywright[_0x35bb2e(0x277)][_0x35bb2e(0x278)]=async function(){const _0x1898ff=_0x35bb2e,_0x1a8160={'BGgoV':function(_0x5d468b){const _0x3e5e12=a1_0x5d61;return _0x233ae0[_0x3e5e12(0x1ab)](_0x5d468b);},'mEGhF':_0x233ae0[_0x1898ff(0x1aa)],'QCQQX':_0x233ae0['Cmnxy'],'nTDUF':function(_0x18c643,_0x25a52f){const _0x3d12e3=_0x1898ff;return _0x233ae0[_0x3d12e3(0x29b)](_0x18c643,_0x25a52f);},'iCPfo':function(_0x52a3a4,_0x4ccfde){const _0x3bbad9=_0x1898ff;return _0x233ae0[_0x3bbad9(0x299)](_0x52a3a4,_0x4ccfde);},'DLAGJ':_0x233ae0[_0x1898ff(0x1d3)]};this[_0x1898ff(0x27a)]=await this[_0x1898ff(0x287)][_0x1898ff(0x266)]()[0x0];const _0x41b1c1=async()=>{const _0x24a676=_0x1898ff,_0x4626cd=this[_0x24a676(0x1da)]&&this[_0x24a676(0x1da)][_0x24a676(0x240)]&&this[_0x24a676(0x1da)]['chromium']['args']&&Array[_0x24a676(0x204)](this[_0x24a676(0x1da)][_0x24a676(0x240)][_0x24a676(0x218)])&&this[_0x24a676(0x1da)][_0x24a676(0x240)][_0x24a676(0x218)][_0x24a676(0x1f9)](_0x1a8160[_0x24a676(0x247)]);if(_0x1a8160[_0x24a676(0x27e)](isAccessibilityAutomationSession)&&!_0x4626cd)try{const _0x55e76a=_0x1a8160[_0x24a676(0x1e6)](parseJwt,process['env'][_0x24a676(0x210)]);if(_0x55e76a&&_0x55e76a['a11y_core_config']&&_0x55e76a['a11y_core_config'][_0x24a676(0x22a)]){const _0x5d532c=this[_0x24a676(0x27a)][_0x24a676(0x1a7)][_0x24a676(0x22f)](this['browserContext']);this[_0x24a676(0x27a)][_0x24a676(0x1a7)]=async function(){const _0x43a165=_0x24a676,_0x4ee16a=await _0x1a8160[_0x43a165(0x27e)](_0x5d532c),_0x457110=[];for(const _0x558caf of _0x4ee16a){try{const _0x29b702=await _0x558caf[_0x43a165(0x1b3)]();!_0x29b702['startsWith'](_0x1a8160[_0x43a165(0x242)])&&_0x457110[_0x43a165(0x1bf)](_0x558caf);}catch(_0x4de257){_0x457110['push'](_0x558caf);}}return _0x457110;};}if(!_0x1a8160[_0x24a676(0x27e)](isBrowserstackInfra)){const _0x560193=await this[_0x24a676(0x273)][_0x24a676(0x1b3)]();if(_0x560193[_0x24a676(0x1de)](_0x1a8160[_0x24a676(0x242)])){const _0x43f3a7=await this[_0x24a676(0x27a)]['pages']();this[_0x24a676(0x258)](_0x43f3a7[0x0]);}}}catch(_0x4c7e1b){logger['debug'](_0x24a676(0x26c)+_0x4c7e1b[_0x24a676(0x211)]+(_0x4c7e1b['stack']?_0x1a8160[_0x24a676(0x26f)](_0x1a8160['DLAGJ'],_0x4c7e1b[_0x24a676(0x243)]):''));}};_0x233ae0[_0x1898ff(0x1ab)](isBrowserstackInfra)&&await _0x233ae0[_0x1898ff(0x259)](_0x41b1c1),await _0x57ba29['apply'](this,arguments),!_0x233ae0['wjzkm'](isBrowserstackInfra)&&await _0x233ae0[_0x1898ff(0x1a6)](_0x41b1c1);};},getCodeceptDriver=()=>{const _0x13b349=a1_0x27d22a,_0x476fe3={};_0x476fe3[_0x13b349(0x241)]='WebDriver',_0x476fe3[_0x13b349(0x1ee)]='Playwright',_0x476fe3[_0x13b349(0x1a3)]=_0x13b349(0x1ce),_0x476fe3[_0x13b349(0x1d6)]=_0x13b349(0x237);const _0x48a6d4=_0x476fe3,_0x5ae181=[_0x48a6d4['uVoKP'],_0x48a6d4['bVBVA'],_0x48a6d4[_0x13b349(0x1a3)],_0x48a6d4[_0x13b349(0x1d6)]],_0x452ab9=_0x5ae181[_0x13b349(0x281)](_0x413d4b=>!!CodeceptJS[_0x13b349(0x228)][_0x13b349(0x26e)](_0x413d4b));if(!_0x452ab9)return null;return CodeceptJS[_0x13b349(0x228)]['helpers'](_0x452ab9);};module['exports']=function(_0xe5d94c){const _0x164bef=a1_0x27d22a,_0x3fcc64={'Ufhie':function(_0x3896bf){return _0x3896bf();},'qXAJs':function(_0xcd9ee,_0x12d894){return _0xcd9ee(_0x12d894);},'DDRzs':_0x164bef(0x28e),'uGkio':_0x164bef(0x280),'uxCxm':_0x164bef(0x239),'AlwaU':_0x164bef(0x1a5),'yYYIB':_0x164bef(0x1c8),'dQVwG':'hook-passed','Vbgae':_0x164bef(0x1d9),'HKqyZ':'browserstackTestName','xLxgk':_0x164bef(0x1e7),'LwbCa':function(_0x4256a7,_0x5ba685,_0x5245b1){return _0x4256a7(_0x5ba685,_0x5245b1);},'HBsgG':function(_0x348526,_0x1d66f3){return _0x348526(_0x1d66f3);},'LRiiM':_0x164bef(0x27f),'mZIxq':function(_0x1c24b9){return _0x1c24b9();},'JgZPK':_0x164bef(0x1b6),'znBTT':function(_0x202fd0){return _0x202fd0();},'TAdON':function(_0x37ba86,_0x414600,_0x25ab3a,_0x5bc4bb){return _0x37ba86(_0x414600,_0x25ab3a,_0x5bc4bb);},'LwDEA':function(_0x462783,_0x4e7186,_0x1a2f21,_0x29bb7a){return _0x462783(_0x4e7186,_0x1a2f21,_0x29bb7a);},'USAFL':function(_0x5ed47f,_0x443b3d){return _0x5ed47f===_0x443b3d;},'sAfvP':_0x164bef(0x20b),'XrEyE':'test-failed','QvlmE':_0x164bef(0x233),'DmKVy':_0x164bef(0x28a),'qprJw':function(_0x182bb9,_0x36fef5,_0xc45c80){return _0x182bb9(_0x36fef5,_0xc45c80);},'ofSaM':function(_0x24d953){return _0x24d953();},'YXISp':_0x164bef(0x226),'wPuTf':_0x164bef(0x26b),'FspOd':_0x164bef(0x1ec),'swqOC':_0x164bef(0x24e),'Xkxwo':_0x164bef(0x1e5),'TdEmW':_0x164bef(0x250),'bfKST':_0x164bef(0x29c),'Gaiou':_0x164bef(0x1e3)};_0xe5d94c[_0x164bef(0x1ef)]&&(global['__skipSessionStatus']=_0xe5d94c['skipSessionStatus']);PerformanceTester[_0x164bef(0x1f2)]();const _0x6ade89=_0x3fcc64[_0x164bef(0x252)](getCodeceptDriver),_0x3069ee=new O11yHelper(_0x6ade89,_0xe5d94c),_0x429149=!!CodeceptJS[_0x164bef(0x228)][_0x164bef(0x26e)](_0x3fcc64[_0x164bef(0x293)]);global[_0x164bef(0x260)]=_0x6ade89,_0x6ade89&&(PerformanceTester[_0x164bef(0x20a)](PerformanceEvents[_0x164bef(0x25a)],()=>{_0x429149?_0x3fcc64['Ufhie'](patchPlaywrightBefore):_0x3fcc64['qXAJs'](patchWebDriverBefore,_0x6ade89);})(),PerformanceTester['measureWrapper'](PerformanceEvents[_0x164bef(0x23a)],()=>{const _0x53cdfc=_0x164bef,_0x434f5b={};_0x434f5b['dGeRu']=_0x3fcc64[_0x53cdfc(0x221)],_0x434f5b[_0x53cdfc(0x220)]=_0x3fcc64[_0x53cdfc(0x230)],_0x434f5b['TycAN']=_0x3fcc64['uxCxm'],_0x434f5b[_0x53cdfc(0x1ac)]=_0x3fcc64[_0x53cdfc(0x1e4)];const _0x888ade=_0x434f5b;_0x6ade89[_0x53cdfc(0x28e)]=async()=>{const _0x282209=_0x53cdfc;if(global[_0x282209(0x200)]){const _0xedac7={};return _0xedac7[_0x282209(0x1c1)]=_0x888ade[_0x282209(0x208)],await PerformanceTester[_0x282209(0x20a)](PerformanceA11yEvents[_0x282209(0x1d8)],async()=>{const _0x47c3d5=_0x282209;return await AccessibilityHelper[_0x47c3d5(0x1d1)](_0x6ade89,scripts[_0x47c3d5(0x215)]);},_0xedac7)(),await PerformanceTester[_0x282209(0x20a)](PerformanceA11yEvents[_0x282209(0x25b)],async()=>{const _0x59856d=_0x282209;return await AccessibilityHelper[_0x59856d(0x1d1)](_0x6ade89,scripts[_0x59856d(0x1cf)]);})();}return logger['warn'](_0x888ade[_0x282209(0x220)]),{};},_0x6ade89[_0x53cdfc(0x239)]=async()=>{const _0x2464d0=_0x53cdfc;if(global[_0x2464d0(0x200)]){const _0x5821e3={};return _0x5821e3[_0x2464d0(0x1c1)]=_0x888ade['TycAN'],await PerformanceTester[_0x2464d0(0x20a)](PerformanceA11yEvents[_0x2464d0(0x1d8)],async()=>{const _0x1a81f8=_0x2464d0;return await AccessibilityHelper[_0x1a81f8(0x1d1)](_0x6ade89,scripts[_0x1a81f8(0x215)]);},_0x5821e3)(),await PerformanceTester[_0x2464d0(0x20a)](PerformanceA11yEvents[_0x2464d0(0x262)],async()=>{return await AccessibilityHelper['browserStackExecuteDriver'](_0x6ade89,scripts['getResults']);})();}return logger[_0x2464d0(0x25d)](_0x888ade['tgyLA']),{};},_0x3fcc64['qXAJs'](patchSaveScreenshot,_0x6ade89);})()),CodeceptJS[_0x164bef(0x1a8)][_0x164bef(0x1ff)]['on'](CodeceptJS[_0x164bef(0x1a8)][_0x164bef(0x20e)][_0x164bef(0x203)],()=>{const _0xa7f80c=_0x164bef;PerformanceTester[_0xa7f80c(0x19f)](PerformanceEvents['SDK_PRE_TEST']);try{_0x3069ee['start'](),testOpsHelper[_0xa7f80c(0x29e)](),PerformanceTester['end'](PerformanceEvents[_0xa7f80c(0x213)]);}catch(_0x469ed6){PerformanceTester['captureError'](_0x469ed6),PerformanceTester['end'](PerformanceEvents[_0xa7f80c(0x213)],![],_0x469ed6);}}),CodeceptJS[_0x164bef(0x1a8)][_0x164bef(0x1ff)]['on'](CodeceptJS[_0x164bef(0x1a8)][_0x164bef(0x20e)][_0x164bef(0x209)],async()=>{const _0x2bd3d5=_0x164bef;PerformanceTester['start'](PerformanceEvents['SDK_POST_TEST']);try{requestSpy[_0x2bd3d5(0x238)](),await _0x3069ee['stop'](),PerformanceTester['end'](PerformanceEvents[_0x2bd3d5(0x21c)]);}catch(_0x3e3901){PerformanceTester[_0x2bd3d5(0x20c)](_0x3e3901),PerformanceTester['end'](PerformanceEvents[_0x2bd3d5(0x21c)],![],_0x3e3901);}finally{PerformanceTester[_0x2bd3d5(0x26a)]();}}),CodeceptJS[_0x164bef(0x1a8)][_0x164bef(0x1ff)]['on'](CodeceptJS['event'][_0x164bef(0x297)][_0x164bef(0x1c7)],_0x57b6f2=>{const _0x5abcfe=_0x164bef;PerformanceTester[_0x5abcfe(0x19f)](PerformanceEvents[_0x5abcfe(0x235)]);try{const _0x332c67=_0x57b6f2[_0x5abcfe(0x1b0)]['test'],_0x172d24=_0x3069ee[_0x5abcfe(0x24a)](TEST_EVENTS[_0x5abcfe(0x1f4)],_0x332c67);CodeceptRecorder['add'](()=>_0x3069ee[_0x5abcfe(0x27d)](TEST_EVENTS[_0x5abcfe(0x1f4)],_0x172d24));const _0x7defa6={};_0x7defa6['hookType']=_0x3fcc64['yYYIB'],PerformanceTester[_0x5abcfe(0x21f)](PerformanceEvents[_0x5abcfe(0x235)],!![],null,_0x7defa6);}catch(_0x4365db){const _0x46bdf0={};_0x46bdf0['hookType']=_0x3fcc64[_0x5abcfe(0x295)],PerformanceTester[_0x5abcfe(0x21f)](PerformanceEvents[_0x5abcfe(0x235)],![],_0x4365db,_0x46bdf0),PerformanceTester[_0x5abcfe(0x20c)](_0x4365db);}}),CodeceptJS['event'][_0x164bef(0x1ff)]['on'](CodeceptJS[_0x164bef(0x1a8)]['hook'][_0x164bef(0x27b)],_0x5e257d=>{const _0x575da6=_0x164bef,_0x232c2e={};_0x232c2e[_0x575da6(0x1b9)]=_0x3fcc64[_0x575da6(0x21b)],PerformanceTester[_0x575da6(0x19f)](PerformanceHookEvents[_0x575da6(0x235)],!![],null,_0x232c2e);try{const _0x39111d=_0x5e257d[_0x575da6(0x1b0)]['test'],_0x50ba64=_0x3069ee[_0x575da6(0x24a)](TEST_EVENTS['HOOK_RUN_FINISHED'],_0x39111d);CodeceptRecorder['add'](()=>_0x3069ee[_0x575da6(0x27d)](TEST_EVENTS[_0x575da6(0x1e2)],_0x50ba64));const _0x2403ec={};_0x2403ec[_0x575da6(0x1b9)]=_0x3fcc64[_0x575da6(0x21b)],PerformanceTester[_0x575da6(0x21f)](PerformanceHookEvents[_0x575da6(0x235)],!![],null,_0x2403ec);}catch(_0x444f0b){PerformanceTester[_0x575da6(0x20c)](_0x444f0b);const _0x27b3ab={};_0x27b3ab[_0x575da6(0x1b9)]=_0x3fcc64[_0x575da6(0x21b)],PerformanceTester['end'](PerformanceHookEvents[_0x575da6(0x235)],![],_0x444f0b,_0x27b3ab);}}),CodeceptJS[_0x164bef(0x1a8)][_0x164bef(0x1ff)]['on'](CodeceptJS[_0x164bef(0x1a8)][_0x164bef(0x297)][_0x164bef(0x1a4)],async(_0x505ac4,_0x1fac0b)=>{const _0x5c701c=_0x164bef;PerformanceTester[_0x5c701c(0x19f)](PerformanceHookEvents[_0x5c701c(0x235)]);try{const _0x3898a9=_0x505ac4[_0x5c701c(0x1b0)][_0x5c701c(0x1ca)],_0x1552b2=_0x3069ee[_0x5c701c(0x24a)](TEST_EVENTS[_0x5c701c(0x1e2)],_0x3898a9,_0x1fac0b);CodeceptRecorder[_0x5c701c(0x1ae)](()=>_0x3069ee[_0x5c701c(0x27d)](TEST_EVENTS[_0x5c701c(0x1e2)],_0x1552b2));const _0x454f2b={};_0x454f2b[_0x5c701c(0x1b9)]=_0x3fcc64[_0x5c701c(0x24f)],PerformanceTester['start'](PerformanceHookEvents[_0x5c701c(0x235)],!![],null,_0x454f2b);}catch(_0x132368){PerformanceTester[_0x5c701c(0x20c)](_0x132368);const _0x22732d={};_0x22732d[_0x5c701c(0x1b9)]=_0x3fcc64[_0x5c701c(0x24f)],PerformanceTester[_0x5c701c(0x21f)](PerformanceHookEvents[_0x5c701c(0x235)],![],_0x132368,_0x22732d);}const _0x515871={};_0x515871[_0x5c701c(0x1b9)]=_0x3fcc64[_0x5c701c(0x24f)],PerformanceTester['end'](PerformanceHookEvents[_0x5c701c(0x235)],!![],null,_0x515871);}),CodeceptJS['event'][_0x164bef(0x1ff)]['on'](CodeceptJS[_0x164bef(0x1a8)][_0x164bef(0x1ca)][_0x164bef(0x203)],_0xf3c636=>{const _0x4a7e7e=_0x164bef;PerformanceTester[_0x4a7e7e(0x19f)](PerformanceHookEvents[_0x4a7e7e(0x235)]);try{globals[_0x4a7e7e(0x1a0)](_0x3fcc64['HKqyZ'],_0xf3c636[_0x4a7e7e(0x1d2)]);_0x3fcc64[_0x4a7e7e(0x20d)](isBrowserstackInfra)&&(_0x429149&&(global[_0x4a7e7e(0x27c)]={'currentTest':{'name':_0xf3c636['title'],'testInfo':{'titlePath':_0xf3c636[_0x4a7e7e(0x23f)]()}}}));const _0x1f916f={};_0x1f916f[_0x4a7e7e(0x1b9)]=_0x3fcc64[_0x4a7e7e(0x1e0)],PerformanceTester[_0x4a7e7e(0x21f)](PerformanceHookEvents[_0x4a7e7e(0x235)],!![],null,_0x1f916f);}catch(_0x2e4874){PerformanceTester[_0x4a7e7e(0x20c)](_0x2e4874);const _0x14f9f8={};_0x14f9f8[_0x4a7e7e(0x1b9)]=_0x3fcc64[_0x4a7e7e(0x1e0)],PerformanceTester[_0x4a7e7e(0x21f)](PerformanceHookEvents[_0x4a7e7e(0x235)],![],_0x2e4874,_0x14f9f8);}}),CodeceptJS['event'][_0x164bef(0x1ff)]['on'](CodeceptJS[_0x164bef(0x1a8)][_0x164bef(0x1ca)]['started'],_0x596b47=>{const _0x4a4450=_0x164bef;PerformanceTester[_0x4a4450(0x19f)](PerformanceHookEvents[_0x4a4450(0x235)]);try{globals[_0x4a4450(0x1a0)](_0x3fcc64[_0x4a4450(0x1f3)],_0x596b47[_0x4a4450(0x1d2)]);const _0x3bfcef=_0x3069ee['captureEvent'](TEST_EVENTS['TEST_RUN_STARTED'],_0x596b47);CodeceptRecorder[_0x4a4450(0x1ae)](()=>_0x3069ee[_0x4a4450(0x27d)](TEST_EVENTS[_0x4a4450(0x1be)],_0x3bfcef)),CodeceptRecorder[_0x4a4450(0x1ae)](async()=>{const _0x230576=_0x4a4450;_0x3fcc64[_0x230576(0x20d)](isBrowserstackInfra)&&(!_0x3fcc64[_0x230576(0x265)](isTrue,_0xe5d94c['skipSessionName'])&&await _0x3fcc64[_0x230576(0x1f1)](markSessionName,_0x6ade89,_0x596b47['title']),_0x3069ee['enabled']&&await _0x3fcc64[_0x230576(0x1bd)](o11ySync,_0x6ade89));});}catch(_0x2a311a){const _0x551579={};_0x551579[_0x4a4450(0x1b9)]=_0x3fcc64[_0x4a4450(0x1f0)],PerformanceTester[_0x4a4450(0x21f)](PerformanceHookEvents['SDK_HOOK'],![],_0x2a311a,_0x551579),PerformanceTester[_0x4a4450(0x20c)](_0x2a311a);}const _0x105f78={};_0x105f78[_0x4a4450(0x1b9)]=_0x3fcc64[_0x4a4450(0x1f0)],PerformanceTester[_0x4a4450(0x21f)](PerformanceHookEvents[_0x4a4450(0x235)],!![],null,_0x105f78);}),CodeceptJS[_0x164bef(0x1a8)][_0x164bef(0x1ff)]['on'](CodeceptJS[_0x164bef(0x1a8)][_0x164bef(0x1ca)][_0x164bef(0x27b)],_0x3f5be2=>{const _0x5eb58e=_0x164bef,_0x557ffa={'YEbmU':function(_0x354a7f,_0x28e407,_0x5d0ab3){const _0x47c5fa=a1_0x5d61;return _0x3fcc64[_0x47c5fa(0x1f1)](_0x354a7f,_0x28e407,_0x5d0ab3);},'yQblM':function(_0x151de0){const _0x466080=a1_0x5d61;return _0x3fcc64[_0x466080(0x279)](_0x151de0);}};PerformanceTester['start'](PerformanceHookEvents['SDK_HOOK']);try{const _0x3854e9=_0x3069ee[_0x5eb58e(0x24a)](TEST_EVENTS[_0x5eb58e(0x263)],_0x3f5be2);CodeceptRecorder[_0x5eb58e(0x1ae)](()=>_0x3069ee[_0x5eb58e(0x27d)](TEST_EVENTS[_0x5eb58e(0x263)],_0x3854e9)),CodeceptRecorder[_0x5eb58e(0x1ae)](async()=>{const _0x50d5b4=_0x5eb58e,_0x19e7b2={'ThhgB':function(_0x426d77,_0x2bb96f,_0x34db25){const _0x50bed1=a1_0x5d61;return _0x557ffa[_0x50bed1(0x201)](_0x426d77,_0x2bb96f,_0x34db25);}};_0x557ffa[_0x50d5b4(0x1ba)](isBrowserstackInfra)&&await PerformanceTester[_0x50d5b4(0x20a)](PerformanceAutEvents['SESSION_STATUS'],async()=>{const _0xb643b7=_0x50d5b4;_0x429149?await _0x19e7b2['ThhgB'](playwrightMarkSessionStatus,_0x6ade89,STATE_PASSED):await _0x19e7b2[_0xb643b7(0x1fd)](markSessionStatus,_0x6ade89,STATE_PASSED);})();}),PerformanceTester[_0x5eb58e(0x21f)](PerformanceEvents[_0x5eb58e(0x1cb)]);}catch(_0x145aeb){PerformanceTester['captureError'](_0x145aeb);const _0x26bf70={};_0x26bf70[_0x5eb58e(0x1b9)]=_0x3fcc64[_0x5eb58e(0x1d0)],PerformanceTester[_0x5eb58e(0x21f)](PerformanceHookEvents[_0x5eb58e(0x235)],![],_0x145aeb,_0x26bf70),PerformanceTester[_0x5eb58e(0x21f)](PerformanceEvents[_0x5eb58e(0x1cb)],![],_0x145aeb);}const _0x21de1b={};_0x21de1b['hookType']=_0x3fcc64[_0x5eb58e(0x1d0)],PerformanceTester['end'](PerformanceHookEvents[_0x5eb58e(0x235)],!![],null,_0x21de1b);}),CodeceptJS[_0x164bef(0x1a8)][_0x164bef(0x1ff)]['on'](CodeceptJS[_0x164bef(0x1a8)][_0x164bef(0x1ca)][_0x164bef(0x1a4)],(_0x452f42,_0x2cf0c6)=>{const _0x49458f=_0x164bef;PerformanceTester['start'](PerformanceHookEvents[_0x49458f(0x235)]);try{if(_0x3fcc64['USAFL'](_0x452f42[_0x49458f(0x25c)][_0x49458f(0x283)],_0x3fcc64[_0x49458f(0x1c6)])){const _0x426496=_0x3069ee[_0x49458f(0x24a)](TEST_EVENTS[_0x49458f(0x1fc)],_0x452f42[_0x49458f(0x1b0)][_0x49458f(0x282)]);CodeceptRecorder[_0x49458f(0x1ae)](()=>_0x3069ee[_0x49458f(0x27d)](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x426496));}else{const _0x45a87a=_0x3069ee['captureEvent'](TEST_EVENTS[_0x49458f(0x263)],_0x452f42,_0x2cf0c6);CodeceptRecorder[_0x49458f(0x1ae)](()=>{const _0x5bd183=_0x49458f;try{_0x3069ee[_0x5bd183(0x27d)](TEST_EVENTS[_0x5bd183(0x263)],_0x45a87a);}catch(_0x5b3943){logger[_0x5bd183(0x206)](_0x5bd183(0x1f8)+util[_0x5bd183(0x29d)](_0x5b3943)),PerformanceTester[_0x5bd183(0x21f)](PerformanceEvents['SDK_TEST'],![],_0x5b3943);}}),CodeceptRecorder[_0x49458f(0x1ae)](async()=>{const _0x30703d=_0x49458f;try{_0x3fcc64[_0x30703d(0x1c0)](isBrowserstackInfra)&&(_0x429149?await _0x3fcc64['TAdON'](playwrightMarkSessionStatus,_0x6ade89,STATE_FAILED,_0x2cf0c6):await _0x3fcc64['LwDEA'](markSessionStatus,_0x6ade89,STATE_FAILED,_0x2cf0c6));}catch(_0x18c32b){logger[_0x30703d(0x206)](_0x30703d(0x223)+util[_0x30703d(0x29d)](_0x18c32b)),PerformanceTester[_0x30703d(0x21f)](PerformanceEvents['SDK_TEST'],![],_0x18c32b);}});}PerformanceTester[_0x49458f(0x21f)](PerformanceEvents[_0x49458f(0x1cb)]);}catch(_0x1bcc1b){PerformanceTester[_0x49458f(0x20c)](_0x1bcc1b);const _0x498b36={};_0x498b36[_0x49458f(0x1b9)]=_0x3fcc64[_0x49458f(0x1bb)],PerformanceTester[_0x49458f(0x21f)](PerformanceHookEvents[_0x49458f(0x235)],![],_0x1bcc1b,_0x498b36),PerformanceTester['end'](PerformanceEvents[_0x49458f(0x1cb)],![],_0x1bcc1b);}const _0x57cab2={};_0x57cab2[_0x49458f(0x1b9)]=_0x3fcc64[_0x49458f(0x1bb)],PerformanceTester['end'](PerformanceHookEvents[_0x49458f(0x235)],!![],null,_0x57cab2);}),CodeceptJS[_0x164bef(0x1a8)]['dispatcher']['on'](CodeceptJS[_0x164bef(0x1a8)]['test'][_0x164bef(0x23d)],_0x4ce501=>{const _0x53129e=_0x164bef;PerformanceTester['start'](PerformanceHookEvents['SDK_HOOK']);try{const _0x15c1fe=_0x3069ee[_0x53129e(0x24a)](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x4ce501);CodeceptRecorder[_0x53129e(0x1ae)](()=>_0x3069ee[_0x53129e(0x27d)](TEST_EVENTS[_0x53129e(0x1fc)],_0x15c1fe)),PerformanceTester[_0x53129e(0x21f)](PerformanceEvents[_0x53129e(0x1cb)]);}catch(_0x47dfaf){PerformanceTester['captureError'](_0x47dfaf),PerformanceTester[_0x53129e(0x21f)](PerformanceEvents[_0x53129e(0x1cb)],![],_0x47dfaf);const _0x5857bc={};_0x5857bc[_0x53129e(0x1b9)]=_0x3fcc64[_0x53129e(0x19e)],PerformanceTester[_0x53129e(0x21f)](PerformanceHookEvents[_0x53129e(0x235)],![],_0x47dfaf,_0x5857bc);}const _0x4e0497={};_0x4e0497[_0x53129e(0x1b9)]=_0x3fcc64[_0x53129e(0x19e)],PerformanceTester[_0x53129e(0x21f)](PerformanceHookEvents[_0x53129e(0x235)],!![],null,_0x4e0497);}),CodeceptJS[_0x164bef(0x1a8)][_0x164bef(0x1ff)]['on'](CodeceptJS[_0x164bef(0x1a8)][_0x164bef(0x1ca)][_0x164bef(0x209)],async(_0x2c91ae,_0x2e1e47)=>{const _0x12c0cb=_0x164bef,_0x50365c={};_0x50365c['BrCnt']=_0x3fcc64['DmKVy'];const _0x561676=_0x50365c;try{PerformanceTester[_0x12c0cb(0x19f)](PerformanceHookEvents['SDK_HOOK']);const _0x4a8a0b=_0x3fcc64[_0x12c0cb(0x286)](shouldScanTestForAccessibility,_0x2c91ae[_0x12c0cb(0x23f)](),!![]);if(_0x3fcc64[_0x12c0cb(0x252)](isAccessibilityAutomationSession)&&global[_0x12c0cb(0x200)]&&_0x4a8a0b){const _0x521684={};_0x521684['thTestRunUuid']=_0x2c91ae[_0x12c0cb(0x222)],_0x521684['thBuildUuid']=process['env'][testHubConstants[_0x12c0cb(0x1c9)][_0x12c0cb(0x1a9)]],_0x521684[_0x12c0cb(0x269)]=process[_0x12c0cb(0x264)][testHubConstants['ENV_VAR']['BROWSERSTACK_TESTHUB_JWT']];const _0x1c4e23=_0x521684;logger['debug'](_0x12c0cb(0x1eb)+JSON[_0x12c0cb(0x290)](_0x1c4e23)),CodeceptRecorder[_0x12c0cb(0x1ae)](async()=>{const _0x5294c6=_0x12c0cb,_0x3ac466={};_0x3ac466[_0x5294c6(0x1c1)]=_0x561676['BrCnt'],await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x5294c6(0x1d8)],async()=>{const _0x11e4d3=_0x5294c6;await AccessibilityHelper[_0x11e4d3(0x1d1)](_0x6ade89,scripts[_0x11e4d3(0x215)]);},_0x3ac466)(),await PerformanceTester[_0x5294c6(0x20a)](PerformanceA11yEvents[_0x5294c6(0x275)],async()=>{await AccessibilityHelper['browserStackExecuteDriver'](_0x6ade89,scripts['saveTestResults'],_0x1c4e23);})();}),logger[_0x12c0cb(0x270)](_0x3fcc64[_0x12c0cb(0x1e8)]);}const _0x94157e={};_0x94157e[_0x12c0cb(0x1b9)]=_0x3fcc64[_0x12c0cb(0x1d7)],PerformanceTester[_0x12c0cb(0x21f)](PerformanceHookEvents[_0x12c0cb(0x235)],!![],null,_0x94157e);}catch(_0x3a9659){PerformanceTester[_0x12c0cb(0x20c)](_0x3a9659);const _0x502334={};_0x502334['hookType']=_0x3fcc64[_0x12c0cb(0x1d7)],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],![],_0x3a9659,_0x502334);}}),CodeceptJS[_0x164bef(0x1a8)][_0x164bef(0x1ff)]['on'](CodeceptJS[_0x164bef(0x1a8)][_0x164bef(0x227)][_0x164bef(0x1df)],_0x9e28b5=>{const _0x4d7d07=_0x164bef;PerformanceTester[_0x4d7d07(0x19f)](PerformanceHookEvents[_0x4d7d07(0x235)]);try{process[_0x4d7d07(0x1f6)](_0x4d7d07(0x2a0)+process['pid'],{'timestamp':new Date()[_0x4d7d07(0x232)](),'level':_0x3fcc64[_0x4d7d07(0x1fb)],'message':_0x9e28b5,'kind':_0x3fcc64[_0x4d7d07(0x22e)],'http_response':{}});}catch(_0x4276fb){PerformanceTester['captureError'](_0x4276fb);const _0x45ef82={};_0x45ef82[_0x4d7d07(0x1b9)]=_0x3fcc64['Xkxwo'],PerformanceTester[_0x4d7d07(0x21f)](PerformanceHookEvents[_0x4d7d07(0x235)],![],_0x4276fb,_0x45ef82);}const _0x3c09e4={};_0x3c09e4[_0x4d7d07(0x1b9)]=_0x3fcc64[_0x4d7d07(0x29a)],PerformanceTester[_0x4d7d07(0x21f)](PerformanceHookEvents[_0x4d7d07(0x235)],!![],null,_0x3c09e4);}),CodeceptJS[_0x164bef(0x1a8)][_0x164bef(0x1ff)]['on'](CodeceptJS['event']['bddStep']['before'],_0x1f038c=>{const _0x406d89=_0x164bef,_0x20cef0={};_0x20cef0[_0x406d89(0x1b9)]=_0x3fcc64[_0x406d89(0x1f7)],PerformanceTester[_0x406d89(0x20a)](PerformanceHookEvents[_0x406d89(0x235)],()=>{const _0x5a4c35=_0x406d89;_0x3069ee[_0x5a4c35(0x1b2)](_0x1f038c);},_0x20cef0)();}),CodeceptJS[_0x164bef(0x1a8)][_0x164bef(0x1ff)]['on'](CodeceptJS['event']['bddStep']['after'],_0x443db7=>{const _0x1a6477=_0x164bef,_0x183cc3={};_0x183cc3[_0x1a6477(0x1b9)]=_0x3fcc64['bfKST'],PerformanceTester[_0x1a6477(0x20a)](PerformanceHookEvents[_0x1a6477(0x235)],()=>{const _0xfe021d=_0x1a6477;_0x3069ee[_0xfe021d(0x294)](_0x443db7);},_0x183cc3)();});};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
'use strict';const a2_0x217893=a2_0x5455;(function(_0x2e000f,_0x1a079e){const _0x168e37=a2_0x5455,_0x56f667=_0x2e000f();while(!![]){try{const _0x2a0163=-parseInt(_0x168e37(0x1aa))/0x1*(parseInt(_0x168e37(0x1ab))/0x2)+-parseInt(_0x168e37(0x21e))/0x3*(-parseInt(_0x168e37(0x1ad))/0x4)+parseInt(_0x168e37(0x208))/0x5*(parseInt(_0x168e37(0x1a1))/0x6)+-parseInt(_0x168e37(0x1e9))/0x7+parseInt(_0x168e37(0x1de))/0x8+-parseInt(_0x168e37(0x1ed))/0x9+parseInt(_0x168e37(0x198))/0xa*(parseInt(_0x168e37(0x18c))/0xb);if(_0x2a0163===_0x1a079e)break;else _0x56f667['push'](_0x56f667['shift']());}catch(_0x1e1baa){_0x56f667['push'](_0x56f667['shift']());}}}(a2_0x27c6,0xa7343));function a2_0x27c6(){const _0xb19d27=['BROWSERSTACK_TEST_OBSERVABILITY_YML','winstonLogger','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','Started\x20:\x20','5978976zKppeB','push','WzarY','../../helpers/performance/constants','all','../../bin/playwright/accessibility-helper','Failed\x20:\x20','enabled','debug','process','lfieo','8316182UWssqE','CODECEPT','../utils/constants','isUndefined','4492044zfRxKe','skipSessionName','codeceptjs/lib/index.js','slice','../../helpers/helper','PxPjy','getUserWorkerCount','testContextOptions','trim','../utils/clientTroubleshootingService','profile','config','forEach','run','helpers','skipSessionStatus','WebDriver','format','prepareCapabilities','now','FRAMEWORKS','browser','event','Getting\x20your\x20codeceptjs\x20configs\x20from\x20','testObservability','Playwright','FjGej','3187630qoXmrp','findIndex','fkEVw','playwright-chromium','addOptions','parallelsPerPlatform','USER_CONFIG_DETAILS_PATH','gherkin','playwright-firefox','spawn','title','Workers','handleApp','err','length','codeceptjs','path','kKngE','sriDY','exports','accessibilityOptions','log','186GLMhkA','jyPDv','EThAT','setAdditionalCapabilities','Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20','bootstrapAll','--config','assign','errorMessage','IdiOY','SDK_SETUP','chdir','desiredCapabilities','codecept.json','user','6626642gzMmPx','BrowserStackPlugin.js','../../helpers/BrowserStackSetup','SDK_CLEANUP','JucpX','key','testConfig','browserName','start','result','hubUrl','BrowserStackPlugin','20tLUxoA','niFUi','cwd','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','accessKey','../../helpers/test-observability/utils','playwright-webkit','firefox','map','6FtvRSV','EVENTS','toLowerCase','root','../../helpers/accessibility-automation/helper','userName','NXnfY','HYefC','finalExecution','257007wxSZwe','6mctVeh','5|3|2|1|0|4','35696wuXWcs','Passed\x20:\x20','browserWSEndpoint','NFvdr','platforms','yvrpk','zKUph','BROWSERSTACK_RERUN','plugins','CODECEPT_CUCUMBER','isTrue','env','existsSync','stringify','GCMtR','replace','join','validPlatformsPresent','end','addConfig','util','mergeDeep','passed','chromium','test','host','../../helpers/performance/performance-tester','QcZOp','TZDMp','initialize','KFEOb','info','before','../../helpers/logger','failed','teardownAll','isEmpty','accessibility','IVLSz','getPlatformName','dirname','../../helpers/test-observability/constants','split','codecept.conf.js','useW3C'];a2_0x27c6=function(){return _0xb19d27;};return a2_0x27c6();}const fs=require('fs'),path=require('path'),util=require(a2_0x217893(0x1c1)),process=require(a2_0x217893(0x1e7)),logger=require(a2_0x217893(0x1ce))[a2_0x217893(0x1db)],{default:BrowserStackSetup}=require(a2_0x217893(0x18e)),helper=require(a2_0x217893(0x1f1)),utilities=require('../../helpers/utilities'),{checkAccessibilityPlatformConfig}=require(a2_0x217893(0x1a5)),{setAccessibilityCapabilities}=require(a2_0x217893(0x1e3)),{requireModule,nestedKeyValue,isBrowserstackInfra}=require(a2_0x217893(0x1f1)),CodeceptJS=requireModule(a2_0x217893(0x1ef),a2_0x217893(0x217)),testOpsHelper=require(a2_0x217893(0x19d)),TestHubHandler=require('../../helpers/testhub/testhubHandler'),constants=require(a2_0x217893(0x1eb)),PerformanceTester=require(a2_0x217893(0x1c7)),{FRAMEWORKS}=require(a2_0x217893(0x1d6)),PerformanceEvents=require(a2_0x217893(0x1e1))[a2_0x217893(0x1a2)],ClientTroubleShootingService=require(a2_0x217893(0x1f6)),_testErrorData=[],getUserCodeceptJSConfigs=(_0x4ec207,_0x25a4bf)=>{const _0x3d7ba9=a2_0x217893,_0x48b2c0={};_0x48b2c0['JucpX']=function(_0x258aa2,_0xf9131){return _0x258aa2===_0xf9131;},_0x48b2c0[_0x3d7ba9(0x1c9)]=_0x3d7ba9(0x1d8),_0x48b2c0[_0x3d7ba9(0x1a7)]=_0x3d7ba9(0x18a);const _0x2a8ff9=_0x48b2c0;let _0x5b1527=null;const _0x2d59fb={};let _0x283b30=_0x25a4bf[_0x3d7ba9(0x209)](_0x15ff7d=>_0x15ff7d===_0x3d7ba9(0x183));_0x2a8ff9[_0x3d7ba9(0x190)](_0x283b30,-0x1)&&(_0x283b30=_0x25a4bf['findIndex'](_0x16cfe7=>_0x16cfe7==='-c'));if(!helper[_0x3d7ba9(0x1ec)](_0x4ec207[_0x3d7ba9(0x1f8)])&&fs[_0x3d7ba9(0x1b9)](path[_0x3d7ba9(0x1bd)](process[_0x3d7ba9(0x19a)](),_0x4ec207[_0x3d7ba9(0x1f8)])))_0x5b1527=path[_0x3d7ba9(0x1bd)](process['cwd'](),_0x4ec207[_0x3d7ba9(0x1f8)]),_0x25a4bf[_0x3d7ba9(0x1f0)](_0x283b30,0x2);else{if(!helper[_0x3d7ba9(0x1ec)](_0x4ec207['c'])&&fs[_0x3d7ba9(0x1b9)](path[_0x3d7ba9(0x1bd)](process[_0x3d7ba9(0x19a)](),_0x4ec207['c'])))_0x5b1527=path[_0x3d7ba9(0x1bd)](process[_0x3d7ba9(0x19a)](),_0x4ec207['c']),_0x25a4bf[_0x3d7ba9(0x1f0)](_0x283b30,0x2);else{if(fs['existsSync'](path[_0x3d7ba9(0x1bd)](process[_0x3d7ba9(0x19a)](),_0x2a8ff9[_0x3d7ba9(0x1c9)])))_0x5b1527=path[_0x3d7ba9(0x1bd)](process[_0x3d7ba9(0x19a)](),_0x2a8ff9[_0x3d7ba9(0x1c9)]);else fs[_0x3d7ba9(0x1b9)](path['join'](process[_0x3d7ba9(0x19a)](),_0x2a8ff9['NXnfY']))&&(_0x5b1527=path[_0x3d7ba9(0x1bd)](process[_0x3d7ba9(0x19a)](),_0x2a8ff9['NXnfY']));}}return process[_0x3d7ba9(0x1b8)][_0x3d7ba9(0x20e)]=_0x5b1527,_0x5b1527;},getO11yRerunPattern=()=>{const _0x11756d=a2_0x217893,_0x4d6773=helper[_0x11756d(0x1b7)](process[_0x11756d(0x1b8)][_0x11756d(0x1b4)]);if(_0x4d6773){const _0x503592=process[_0x11756d(0x1b8)]['BROWSERSTACK_RERUN_TESTS'],_0x55cb3c=[];if(helper['validateRerunTestList'](_0x503592)&&!helper['isUndefined'](_0x503592)){_0x503592['split'](',')[_0x11756d(0x1a0)](_0x16f3d6=>{const _0x386958=_0x11756d;_0x55cb3c[_0x386958(0x1df)]('('+_0x16f3d6[_0x386958(0x1f5)]()+')');});const _0x447e2d='^'+_0x55cb3c['join']('|')+'$';return _0x447e2d;}}return null;},a2_0x44528f={};function a2_0x5455(_0xdd16eb,_0x40f2af){const _0x27c6ac=a2_0x27c6();return a2_0x5455=function(_0x545536,_0x5b124e){_0x545536=_0x545536-0x182;let _0x1055e3=_0x27c6ac[_0x545536];return _0x1055e3;},a2_0x5455(_0xdd16eb,_0x40f2af);}a2_0x44528f['chrome']=a2_0x217893(0x1c4),a2_0x44528f[a2_0x217893(0x20b)]=a2_0x217893(0x1c4),a2_0x44528f[a2_0x217893(0x210)]=a2_0x217893(0x19f),a2_0x44528f[a2_0x217893(0x19e)]='webkit';const pwToCodeceptBrowser=a2_0x44528f;async function run(_0x183da8,_0x3b830a,_0xa2b4e1){const _0x56652d=a2_0x217893,_0x43a427={'oluSz':function(_0x3eef86,_0x3edc32){return _0x3eef86+_0x3edc32;},'HYefC':function(_0x2a3ef8,_0x42d96d){return _0x2a3ef8(_0x42d96d);},'ygzhF':function(_0x44b9ba,_0x4e1695){return _0x44b9ba+_0x4e1695;},'sriDY':function(_0x5f2fa9,_0x54f65d,_0x5daa41){return _0x5f2fa9(_0x54f65d,_0x5daa41);},'zKUph':_0x56652d(0x1fb),'fkEVw':function(_0x5bc894){return _0x5bc894();},'PxPjy':'/wd/hub','EThAT':_0x56652d(0x1e4),'niFUi':_0x56652d(0x1ae),'IVLSz':_0x56652d(0x1dd),'GCMtR':_0x56652d(0x1ac),'lfieo':_0x56652d(0x19b),'WzarY':_0x56652d(0x206),'IdiOY':_0x56652d(0x1fd),'jyPDv':function(_0x5fe6e1,_0x25a3d3){return _0x5fe6e1!=_0x25a3d3;},'FjGej':function(_0x43907b,_0x310f0e){return _0x43907b===_0x310f0e;},'KFEOb':function(_0xef3682,_0x576442,_0x941387){return _0xef3682(_0x576442,_0x941387);},'NFvdr':_0x56652d(0x20f),'yGSZp':function(_0x16f031,_0x12dcb9){return _0x16f031(_0x12dcb9);},'nqBCk':function(_0x13d67b,_0x267521){return _0x13d67b*_0x267521;},'HAQcx':_0x56652d(0x202),'QcZOp':'desiredCapabilities','yvrpk':_0x56652d(0x1a4),'mgmru':_0x56652d(0x18d),'kKngE':'browserStackCwd'};await _0xa2b4e1[_0x56652d(0x1ca)](_0x183da8),await helper[_0x56652d(0x214)](_0xa2b4e1[_0x56652d(0x1f8)]);if(!_0xa2b4e1['config'])return;process[_0x56652d(0x1f7)]=_0x183da8[_0x56652d(0x1f7)];_0x183da8[_0x56652d(0x1f7)]&&(process['env'][_0x56652d(0x1f7)]=_0x183da8['profile']);const _0x34b9cc=_0x43a427[_0x56652d(0x21a)](getUserCodeceptJSConfigs,_0x183da8,_0x3b830a);let _0x10e859={};_0x34b9cc?(logger[_0x56652d(0x1cc)](_0x56652d(0x204)+_0x34b9cc),_0x10e859=CodeceptJS[_0x56652d(0x1f8)]['load'](_0x34b9cc)):logger['info'](_0x43a427[_0x56652d(0x1e8)]);let _0x52b8e8=![];_0x43a427['sriDY'](nestedKeyValue,_0x10e859,[_0x43a427[_0x56652d(0x1b3)],_0x43a427[_0x56652d(0x1e0)]])&&(_0x52b8e8=!![]);const _0x2d7218=_0x52b8e8?_0x43a427[_0x56652d(0x1e0)]:_0x43a427[_0x56652d(0x186)];let _0x1ba752=!_0x52b8e8?helper[_0x56652d(0x1d9)](_0xa2b4e1[_0x56652d(0x1f8)]):![];!helper[_0x56652d(0x1ec)](_0xa2b4e1[_0x56652d(0x1f8)][_0x56652d(0x21c)])&&(process['env'][_0x56652d(0x1dc)]=JSON['stringify'](_0xa2b4e1[_0x56652d(0x1f8)][_0x56652d(0x21c)]));let _0x4e4026=_0xa2b4e1[_0x56652d(0x1f8)][_0x56652d(0x1d2)];_0x4e4026=_0x4e4026||_0x43a427[_0x56652d(0x1a8)](checkAccessibilityPlatformConfig,_0xa2b4e1[_0x56652d(0x1f8)]),process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x4e4026;_0x4e4026&&(_0x1ba752=!_0x4e4026);_0x43a427[_0x56652d(0x21f)](_0xa2b4e1[_0x56652d(0x1f8)]['testObservability'],null)?process[_0x56652d(0x1b8)][_0x56652d(0x1da)]=_0xa2b4e1[_0x56652d(0x1f8)][_0x56652d(0x205)]:process[_0x56652d(0x1b8)]['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0x43a427[_0x56652d(0x207)](_0x2d7218,_0x43a427['WzarY']);const _0x32df6b=_0x43a427[_0x56652d(0x1cb)](nestedKeyValue,_0x10e859,[_0x43a427[_0x56652d(0x1b0)]]),_0x96c75=_0x32df6b&&!helper[_0x56652d(0x1d1)](_0x32df6b)?FRAMEWORKS[_0x56652d(0x1b6)]:FRAMEWORKS['CODECEPT'],_0x6f7316=await TestHubHandler['launchBuild'](_0x96c75,_0xa2b4e1);_0x4e4026&&_0x43a427['yGSZp'](setAccessibilityCapabilities,_0xa2b4e1['config']);const _0x14d0bc={},_0x198dda=[],_0x2bba92=_0xa2b4e1['config'][_0x56652d(0x20d)]||helper[_0x56652d(0x1f3)](_0x183da8,_0x3b830a,_0xa2b4e1['config'],constants[_0x56652d(0x201)][_0x56652d(0x1ea)])||0x1;let _0x124395=0x1;if(_0x43a427[_0x56652d(0x20a)](isBrowserstackInfra)){const _0x4c908e=helper[_0x56652d(0x1ff)](_0xa2b4e1[_0x56652d(0x1f8)],_0x1ba752,constants[_0x56652d(0x201)]['CODECEPT']);_0x4c908e[_0x56652d(0x1f9)](_0x1ddfc2=>{const _0x41425c=_0x56652d;helper[_0x41425c(0x221)](_0x1ddfc2);}),helper[_0x56652d(0x1be)](_0xa2b4e1['config'])?_0x124395=_0x43a427['nqBCk'](_0x2bba92,_0xa2b4e1[_0x56652d(0x1f8)][_0x56652d(0x1b1)][_0x56652d(0x216)]):_0x124395=_0x2bba92,_0x4c908e[_0x56652d(0x1f9)](_0x5d7580=>{const _0x7ca42c=_0x56652d,_0x42e858=_0x43a427['ygzhF'](helper[_0x7ca42c(0x1d4)](_0x5d7580,'_'),'_'+Date[_0x7ca42c(0x200)]()),_0x538259=((()=>{const _0x6122d1=_0x7ca42c;if(_0x52b8e8){const _0xbfa084=pwToCodeceptBrowser[_0x5d7580[_0x6122d1(0x193)]]||_0x5d7580[_0x6122d1(0x193)];return{'browser':_0xbfa084,[_0xbfa084]:{'browserWSEndpoint':_0x43a427['oluSz'](helper['getPlaywrightUrl'](_0xa2b4e1['config']),_0x43a427[_0x6122d1(0x1a8)](encodeURIComponent,JSON[_0x6122d1(0x1ba)](_0x5d7580)))}};}const _0xe1557b={};return _0xe1557b[_0x6122d1(0x189)]=_0x5d7580,_0xe1557b[_0x6122d1(0x18b)]=_0xa2b4e1[_0x6122d1(0x1f8)][_0x6122d1(0x1a6)],_0xe1557b[_0x6122d1(0x191)]=_0xa2b4e1['config'][_0x6122d1(0x19c)],_0xe1557b;})()),_0x1223db=_0x43a427[_0x7ca42c(0x21a)](nestedKeyValue,_0x10e859,[_0x43a427['zKUph'],_0x2d7218]);_0x14d0bc[_0x42e858]=_0x1223db?helper['mergeDeep'](_0x538259,_0x1223db):_0x538259;if(!_0x52b8e8){_0x14d0bc[_0x42e858][_0x7ca42c(0x202)]=_0x5d7580['browserName']||_0x538259[_0x7ca42c(0x202)];if(_0x43a427[_0x7ca42c(0x20a)](isBrowserstackInfra)){_0x14d0bc[_0x42e858][_0x7ca42c(0x1c6)]=constants[_0x7ca42c(0x196)][_0x7ca42c(0x1bc)](_0x43a427[_0x7ca42c(0x1f2)],'')[_0x7ca42c(0x1bc)](/https?:\/\//,'');;_0x14d0bc[_0x42e858][_0x7ca42c(0x218)]=_0x43a427[_0x7ca42c(0x1f2)];}}_0x198dda[_0x7ca42c(0x1df)](_0x42e858);});}else{_0x124395=0x1;if(_0x52b8e8){const _0x260d79=_0x43a427[_0x56652d(0x1cb)](nestedKeyValue,_0x10e859,[_0x43a427[_0x56652d(0x1b3)],_0x2d7218,_0x43a427['HAQcx']]),_0x2fcd97=_0x43a427[_0x56652d(0x1cb)](nestedKeyValue,_0x10e859,[_0x43a427[_0x56652d(0x1b3)],_0x2d7218,_0x260d79]);if(_0x2fcd97&&_0x2fcd97[_0x56652d(0x1af)]){const _0x4f2b8f={};_0x4f2b8f[_0x56652d(0x1b1)]=[],_0x2fcd97[_0x56652d(0x1af)]=helper[_0x56652d(0x1ff)](Object['assign']({},_0xa2b4e1[_0x56652d(0x1f8)],_0x4f2b8f),null,_0x96c75[_0x56652d(0x1a3)](),null,null,_0x2fcd97[_0x56652d(0x1af)]);}}else{const _0x4e311b={};_0x4e311b['platforms']=[],_0x10e859[_0x43a427[_0x56652d(0x1b3)]][_0x2d7218][_0x43a427['QcZOp']]=helper[_0x56652d(0x1ff)](Object['assign']({},_0xa2b4e1[_0x56652d(0x1f8)],_0x4e311b),null,_0x96c75[_0x56652d(0x1a3)](),_0x43a427[_0x56652d(0x21a)](nestedKeyValue,_0x10e859,[_0x43a427[_0x56652d(0x1b3)],_0x2d7218,_0x43a427[_0x56652d(0x1c8)]])||{},null,null);}_0x14d0bc[_0x43a427['yvrpk']]=_0x10e859,_0x198dda[_0x56652d(0x1df)](_0x43a427[_0x56652d(0x1b2)]);}const _0x34b0e0={};_0x34b0e0[_0x56652d(0x192)]=_0x34b9cc;const _0x2885e5=_0x34b0e0,_0x37d191=path[_0x56652d(0x1bd)](__dirname,_0x43a427['mgmru']),_0x3eec92=process['cwd']();process[_0x56652d(0x1b8)][_0x43a427[_0x56652d(0x219)]]=_0x3eec92,process[_0x56652d(0x188)](path[_0x56652d(0x1d5)](_0x34b9cc));const _0x330d22=new CodeceptJS[(_0x56652d(0x213))](null,_0x2885e5),_0x260af8=_0x330d22['createGroupsOfSuites'](_0x124395),_0x5baea1=testOpsHelper['isTestObservabilitySession'](),_0x37ff4b=_0x198dda[_0x56652d(0x1a0)](_0x54e460=>{const _0x5bf151=_0x56652d,_0x1d2482={};_0x1d2482[_0x5bf151(0x206)]=_0x14d0bc[_0x54e460];const _0x30fcdf={};_0x30fcdf[_0x5bf151(0x1fd)]=_0x14d0bc[_0x54e460];const _0x28f108=_0x52b8e8?_0x1d2482:_0x30fcdf,_0x526ea0=_0x43a427['fkEVw'](getO11yRerunPattern),_0x2cf59b={};_0x2cf59b[_0x5bf151(0x1fb)]=_0x28f108;const _0x4dd1d6={};_0x4dd1d6['require']=_0x37d191,_0x4dd1d6[_0x5bf151(0x1e5)]=!![],_0x4dd1d6[_0x5bf151(0x1ee)]=_0xa2b4e1[_0x5bf151(0x1f8)][_0x5bf151(0x1f4)][_0x5bf151(0x1ee)],_0x4dd1d6[_0x5bf151(0x1fc)]=_0xa2b4e1[_0x5bf151(0x1f8)][_0x5bf151(0x1f4)][_0x5bf151(0x1fc)],_0x4dd1d6[_0x5bf151(0x205)]=_0x5baea1,_0x4dd1d6['frameworkName']=_0x96c75;const _0x2cca0e={};_0x2cca0e[_0x5bf151(0x197)]=_0x4dd1d6;const _0x381f5e={};return _0x381f5e[_0x5bf151(0x1b5)]=_0x2cca0e,helper[_0x5bf151(0x1c2)]({},_0x10e859,_0x43a427[_0x5bf151(0x20a)](isBrowserstackInfra)?_0x2cf59b:{},_0x526ea0?{'grep':_0x526ea0}:{},_0x381f5e);});for(const _0x3f3690 of _0x37ff4b){for(const _0x503caf of _0x260af8){const _0x2e1433=_0x330d22[_0x56652d(0x211)]();_0x2e1433['addTests'](_0x503caf),_0x2e1433[_0x56652d(0x1c0)](_0x3f3690);const _0x39c2f3={};_0x39c2f3[_0x56652d(0x1f8)]=_0x34b9cc,_0x2e1433[_0x56652d(0x20c)](Object[_0x56652d(0x184)](_0x39c2f3,_0x183da8));}}_0x330d22['on'](CodeceptJS[_0x56652d(0x203)][_0x56652d(0x1c5)][_0x56652d(0x1cf)],(_0x4c43ec,_0x2900c5)=>{const _0x20a315=_0x56652d;console[_0x20a315(0x21d)](_0x43a427[_0x20a315(0x220)],_0x4c43ec['title']);const _0x539dfb={[_0x4c43ec[_0x20a315(0x212)]]:_0x4c43ec[_0x20a315(0x215)]['stack']};_testErrorData[_0x20a315(0x1df)](_0x539dfb);}),_0x330d22['on'](CodeceptJS[_0x56652d(0x203)][_0x56652d(0x1c5)][_0x56652d(0x1c3)],async _0x319d4d=>{const _0x54226d=_0x56652d;console[_0x54226d(0x21d)](_0x43a427[_0x54226d(0x199)],_0x319d4d[_0x54226d(0x212)]);}),_0x330d22['on'](CodeceptJS[_0x56652d(0x203)]['test'][_0x56652d(0x1cd)],async _0x38edb0=>{const _0x5326d2=_0x56652d;console['log'](_0x43a427[_0x5326d2(0x1d3)],_0x38edb0[_0x5326d2(0x212)]);}),_0x330d22['on'](CodeceptJS[_0x56652d(0x203)][_0x56652d(0x1e2)][_0x56652d(0x195)],async()=>{const _0x1da1b5=_0x56652d,_0x2c9f59=_0x43a427[_0x1da1b5(0x1bb)][_0x1da1b5(0x1d7)]('|');let _0x46cb50=0x0;while(!![]){switch(_0x2c9f59[_0x46cb50++]){case'0':try{await TestHubHandler['stop']();}catch(_0xe360c6){logger[_0x1da1b5(0x1e6)](_0x1da1b5(0x222)+util[_0x1da1b5(0x1fe)](_0xe360c6));}continue;case'1':utilities[_0x1da1b5(0x1a9)](_0xa2b4e1);continue;case'2':testOpsHelper['printBuildLink']();continue;case'3':_0xa2b4e1[_0x1da1b5(0x185)]=_testErrorData;continue;case'4':_0x330d22['printResults']();continue;case'5':PerformanceTester[_0x1da1b5(0x194)](PerformanceEvents[_0x1da1b5(0x18f)]);continue;}break;}});async function _0x29a6ee(){const _0x4cb721=_0x56652d;try{await _0x330d22[_0x4cb721(0x182)](),await _0x330d22[_0x4cb721(0x1fa)]();}finally{process[_0x4cb721(0x188)](_0x3eec92),await _0x330d22[_0x4cb721(0x1d0)]();}}PerformanceTester[_0x56652d(0x1bf)](PerformanceEvents[_0x56652d(0x187)]),_0x43a427[_0x56652d(0x20a)](_0x29a6ee);}module[a2_0x217893(0x21b)]=run;
|
|
2
|
+
'use strict';const a2_0x2b64b5=a2_0x41be;(function(_0x40395c,_0x329365){const _0x44de15=a2_0x41be,_0x5ca8ac=_0x40395c();while(!![]){try{const _0x56ad69=parseInt(_0x44de15(0xef))/0x1+parseInt(_0x44de15(0x7a))/0x2+parseInt(_0x44de15(0xe8))/0x3*(-parseInt(_0x44de15(0xbc))/0x4)+parseInt(_0x44de15(0xed))/0x5*(-parseInt(_0x44de15(0x66))/0x6)+parseInt(_0x44de15(0xcb))/0x7+-parseInt(_0x44de15(0x91))/0x8*(parseInt(_0x44de15(0xe3))/0x9)+-parseInt(_0x44de15(0x104))/0xa;if(_0x56ad69===_0x329365)break;else _0x5ca8ac['push'](_0x5ca8ac['shift']());}catch(_0x5a1909){_0x5ca8ac['push'](_0x5ca8ac['shift']());}}}(a2_0x4de1,0xf1e98));const fs=require('fs'),path=require('path'),util=require('util'),process=require(a2_0x2b64b5(0xa3)),logger=require(a2_0x2b64b5(0xb2))[a2_0x2b64b5(0xec)],{default:BrowserStackSetup}=require(a2_0x2b64b5(0xf2)),helper=require(a2_0x2b64b5(0x89)),utilities=require('../../helpers/utilities'),{checkAccessibilityPlatformConfig}=require(a2_0x2b64b5(0x102)),{setAccessibilityCapabilities}=require(a2_0x2b64b5(0xfe)),{requireModule,nestedKeyValue,isBrowserstackInfra}=require(a2_0x2b64b5(0x89)),CodeceptJS=requireModule(a2_0x2b64b5(0x81),a2_0x2b64b5(0x8a)),testOpsHelper=require(a2_0x2b64b5(0x107)),TestHubHandler=require(a2_0x2b64b5(0xba)),constants=require(a2_0x2b64b5(0x8e)),PerformanceTester=require(a2_0x2b64b5(0x75)),{FRAMEWORKS}=require(a2_0x2b64b5(0x95)),PerformanceEvents=require(a2_0x2b64b5(0xc2))[a2_0x2b64b5(0x88)],ClientTroubleShootingService=require('../utils/clientTroubleshootingService'),_testErrorData=[],getUserCodeceptJSConfigs=(_0x37498d,_0x5bb7d3)=>{const _0x5db94b=a2_0x2b64b5,_0x220bfd={};_0x220bfd[_0x5db94b(0x6c)]=function(_0x152531,_0x849f0b){return _0x152531===_0x849f0b;},_0x220bfd[_0x5db94b(0xf0)]='codecept.conf.js',_0x220bfd[_0x5db94b(0xdb)]=_0x5db94b(0xee);const _0x3012a0=_0x220bfd;let _0xe83091=null;const _0x3a3c01={};let _0x1ca211=_0x5bb7d3[_0x5db94b(0x83)](_0x33e6a5=>_0x33e6a5==='--config');_0x3012a0[_0x5db94b(0x6c)](_0x1ca211,-0x1)&&(_0x1ca211=_0x5bb7d3['findIndex'](_0x8b281c=>_0x8b281c==='-c'));if(!helper[_0x5db94b(0xcf)](_0x37498d[_0x5db94b(0xf9)])&&fs[_0x5db94b(0xd4)](path[_0x5db94b(0xd5)](process[_0x5db94b(0x76)](),_0x37498d['config'])))_0xe83091=path[_0x5db94b(0xd5)](process['cwd'](),_0x37498d[_0x5db94b(0xf9)]),_0x5bb7d3['slice'](_0x1ca211,0x2);else{if(!helper[_0x5db94b(0xcf)](_0x37498d['c'])&&fs[_0x5db94b(0xd4)](path[_0x5db94b(0xd5)](process[_0x5db94b(0x76)](),_0x37498d['c'])))_0xe83091=path['join'](process[_0x5db94b(0x76)](),_0x37498d['c']),_0x5bb7d3[_0x5db94b(0x6e)](_0x1ca211,0x2);else{if(fs[_0x5db94b(0xd4)](path[_0x5db94b(0xd5)](process[_0x5db94b(0x76)](),_0x3012a0[_0x5db94b(0xf0)])))_0xe83091=path[_0x5db94b(0xd5)](process[_0x5db94b(0x76)](),_0x3012a0['VHFrb']);else fs[_0x5db94b(0xd4)](path[_0x5db94b(0xd5)](process[_0x5db94b(0x76)](),_0x3012a0[_0x5db94b(0xdb)]))&&(_0xe83091=path[_0x5db94b(0xd5)](process[_0x5db94b(0x76)](),_0x3012a0['UyfYv']));}}return process[_0x5db94b(0x92)][_0x5db94b(0x105)]=_0xe83091,_0xe83091;},getO11yRerunPattern=()=>{const _0x4a10f4=a2_0x2b64b5,_0x121cfc=helper[_0x4a10f4(0xc8)](process[_0x4a10f4(0x92)][_0x4a10f4(0x9f)]);if(_0x121cfc){const _0x187d92=process['env']['BROWSERSTACK_RERUN_TESTS'],_0x24d6db=[];if(helper[_0x4a10f4(0xd6)](_0x187d92)&&!helper[_0x4a10f4(0xcf)](_0x187d92)){_0x187d92['split'](',')['map'](_0x399789=>{const _0x40c62d=_0x4a10f4;_0x24d6db['push']('('+_0x399789[_0x40c62d(0x8b)]()+')');});const _0x1f06e0='^'+_0x24d6db['join']('|')+'$';return _0x1f06e0;}}return null;},a2_0x25195e={};a2_0x25195e[a2_0x2b64b5(0xe6)]='chromium',a2_0x25195e[a2_0x2b64b5(0xcd)]=a2_0x2b64b5(0x85),a2_0x25195e[a2_0x2b64b5(0x101)]=a2_0x2b64b5(0xad),a2_0x25195e['playwright-webkit']=a2_0x2b64b5(0x8c);const pwToCodeceptBrowser=a2_0x25195e;async function run(_0x2ce74c,_0x3dc721,_0x4cef3d){const _0x53c36d=a2_0x2b64b5,_0x5ee805={'URfUQ':function(_0x46f6ac,_0x4576a1){return _0x46f6ac+_0x4576a1;},'sOCCy':function(_0x5e2b44,_0x43fb2c){return _0x5e2b44(_0x43fb2c);},'hLIFT':function(_0xe99f26,_0x4dc4f0,_0x4683e0){return _0xe99f26(_0x4dc4f0,_0x4683e0);},'bEyUA':_0x53c36d(0xaa),'IXDDP':function(_0x3c81cc){return _0x3c81cc();},'HuDHp':_0x53c36d(0x106),'OmsBI':function(_0x75726a){return _0x75726a();},'GIELV':_0x53c36d(0xd9),'WhtoU':_0x53c36d(0x7f),'fgxFQ':_0x53c36d(0xb7),'fjylz':_0x53c36d(0xc4),'qoeXn':_0x53c36d(0x72),'NjksG':function(_0x1af95a,_0x3195b7,_0x1d20bc){return _0x1af95a(_0x3195b7,_0x1d20bc);},'QgCvO':_0x53c36d(0x100),'KPWth':'WebDriver','BVxwm':function(_0x200aa8,_0x30881a){return _0x200aa8!=_0x30881a;},'yddOD':function(_0x12426d,_0x3ddf27){return _0x12426d===_0x3ddf27;},'LARff':_0x53c36d(0x9e),'XfmFt':function(_0x55e1e9,_0x120139){return _0x55e1e9*_0x120139;},'UGPtC':_0x53c36d(0x87),'JwAML':_0x53c36d(0x74),'DWFHj':function(_0x36af64,_0x3638a5,_0x111f0e){return _0x36af64(_0x3638a5,_0x111f0e);},'Pmiof':_0x53c36d(0xbb),'Jtlqk':_0x53c36d(0xd2),'KpFMM':_0x53c36d(0xca)};await _0x4cef3d[_0x53c36d(0xa8)](_0x2ce74c),await helper[_0x53c36d(0xe2)](_0x4cef3d[_0x53c36d(0xf9)]);if(!_0x4cef3d[_0x53c36d(0xf9)])return;process[_0x53c36d(0x7c)]=_0x2ce74c[_0x53c36d(0x7c)];_0x2ce74c['profile']&&(process[_0x53c36d(0x92)]['profile']=_0x2ce74c[_0x53c36d(0x7c)]);const _0x9ce138=_0x5ee805[_0x53c36d(0xf5)](getUserCodeceptJSConfigs,_0x2ce74c,_0x3dc721);let _0x3156a4={};_0x9ce138?(logger[_0x53c36d(0xbf)]('Getting\x20your\x20codeceptjs\x20configs\x20from\x20'+_0x9ce138),_0x3156a4=CodeceptJS[_0x53c36d(0xf9)][_0x53c36d(0x79)](_0x9ce138)):logger[_0x53c36d(0xbf)](_0x5ee805['qoeXn']);let _0xa0669d=![];_0x5ee805[_0x53c36d(0x8d)](nestedKeyValue,_0x3156a4,[_0x5ee805[_0x53c36d(0xa1)],_0x5ee805['QgCvO']])&&(_0xa0669d=!![]);const _0x318926=_0xa0669d?_0x5ee805[_0x53c36d(0xa5)]:_0x5ee805['KPWth'];let _0x3f7be3=!_0xa0669d?helper[_0x53c36d(0x86)](_0x4cef3d[_0x53c36d(0xf9)]):![];!helper['isUndefined'](_0x4cef3d[_0x53c36d(0xf9)][_0x53c36d(0x6b)])&&(process['env'][_0x53c36d(0x70)]=JSON[_0x53c36d(0x9a)](_0x4cef3d[_0x53c36d(0xf9)]['accessibilityOptions']));let _0x6de820=_0x4cef3d[_0x53c36d(0xf9)][_0x53c36d(0xf6)];_0x6de820=_0x6de820||_0x5ee805['sOCCy'](checkAccessibilityPlatformConfig,_0x4cef3d[_0x53c36d(0xf9)]),process[_0x53c36d(0x92)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x6de820;_0x6de820&&(_0x3f7be3=!_0x6de820);_0x5ee805['BVxwm'](_0x4cef3d[_0x53c36d(0xf9)][_0x53c36d(0x82)],null)?process[_0x53c36d(0x92)][_0x53c36d(0x7e)]=_0x4cef3d[_0x53c36d(0xf9)]['testObservability']:process['env'][_0x53c36d(0x7e)]=_0x5ee805[_0x53c36d(0x93)](_0x318926,_0x5ee805[_0x53c36d(0xa5)]);const _0x1b89ab=_0x5ee805[_0x53c36d(0xf5)](nestedKeyValue,_0x3156a4,[_0x5ee805[_0x53c36d(0xfc)]]),_0x171b91=_0x1b89ab&&!helper[_0x53c36d(0xd0)](_0x1b89ab)?FRAMEWORKS['CODECEPT_CUCUMBER']:FRAMEWORKS[_0x53c36d(0x73)],_0x1a8035=await TestHubHandler[_0x53c36d(0xa4)](_0x171b91,_0x4cef3d);_0x6de820&&_0x5ee805[_0x53c36d(0xdf)](setAccessibilityCapabilities,_0x4cef3d[_0x53c36d(0xf9)]);const _0x5eb18b={},_0x37e935=[],_0x32f0d4=_0x4cef3d[_0x53c36d(0xf9)][_0x53c36d(0xc0)]||helper[_0x53c36d(0xa9)](_0x2ce74c,_0x3dc721,_0x4cef3d['config'],constants[_0x53c36d(0xb5)][_0x53c36d(0x73)])||0x1;let _0x50e221=0x1;if(_0x5ee805[_0x53c36d(0xb1)](isBrowserstackInfra)){const _0x2a2959=helper[_0x53c36d(0xc3)](_0x4cef3d[_0x53c36d(0xf9)],_0x3f7be3,constants[_0x53c36d(0xb5)][_0x53c36d(0x73)]);_0x2a2959[_0x53c36d(0xa7)](_0x48ff23=>{const _0xe0f16d=_0x53c36d;helper[_0xe0f16d(0xa6)](_0x48ff23);}),helper[_0x53c36d(0xaf)](_0x4cef3d['config'])?_0x50e221=_0x5ee805[_0x53c36d(0x108)](_0x32f0d4,_0x4cef3d[_0x53c36d(0xf9)][_0x53c36d(0xea)][_0x53c36d(0xb0)]):_0x50e221=_0x32f0d4,_0x2a2959[_0x53c36d(0xa7)](_0x2636f7=>{const _0x1c88d0=_0x53c36d,_0x5a1e6a={'csbgC':function(_0x4c9587,_0xe88314){const _0x40f31c=a2_0x41be;return _0x5ee805[_0x40f31c(0xff)](_0x4c9587,_0xe88314);},'mzDPT':function(_0xf20e02,_0x26b515){const _0x317eb3=a2_0x41be;return _0x5ee805[_0x317eb3(0xdf)](_0xf20e02,_0x26b515);}},_0x401c9f=_0x5ee805[_0x1c88d0(0xff)](helper['getPlatformName'](_0x2636f7,'_'),'_'+Date[_0x1c88d0(0xcc)]()),_0x53cebd=((()=>{const _0x4d5d7b=_0x1c88d0;if(_0xa0669d){const _0x27d41e=pwToCodeceptBrowser[_0x2636f7[_0x4d5d7b(0xb8)]]||_0x2636f7[_0x4d5d7b(0xb8)];return{'browser':_0x27d41e,[_0x27d41e]:{'browserWSEndpoint':_0x5a1e6a[_0x4d5d7b(0x84)](helper[_0x4d5d7b(0x71)](_0x4cef3d['config']),_0x5a1e6a[_0x4d5d7b(0xe4)](encodeURIComponent,JSON[_0x4d5d7b(0x9a)](_0x2636f7)))}};}const _0x345f80={};return _0x345f80[_0x4d5d7b(0x74)]=_0x2636f7,_0x345f80['user']=_0x4cef3d['config']['userName'],_0x345f80['key']=_0x4cef3d[_0x4d5d7b(0xf9)][_0x4d5d7b(0x78)],_0x345f80;})()),_0x3b189e=_0x5ee805[_0x1c88d0(0xf5)](nestedKeyValue,_0x3156a4,[_0x5ee805[_0x1c88d0(0xa1)],_0x318926]);_0x5eb18b[_0x401c9f]=_0x3b189e?helper[_0x1c88d0(0xb3)](_0x53cebd,_0x3b189e):_0x53cebd;if(!_0xa0669d){_0x5eb18b[_0x401c9f][_0x1c88d0(0x87)]=_0x2636f7[_0x1c88d0(0xb8)]||_0x53cebd[_0x1c88d0(0x87)];if(_0x5ee805['IXDDP'](isBrowserstackInfra)){_0x5eb18b[_0x401c9f][_0x1c88d0(0x68)]=constants['hubUrl'][_0x1c88d0(0xbe)](_0x5ee805[_0x1c88d0(0x9b)],'')[_0x1c88d0(0xbe)](/https?:\/\//,'');;_0x5eb18b[_0x401c9f][_0x1c88d0(0xc6)]=_0x5ee805[_0x1c88d0(0x9b)];}}_0x37e935[_0x1c88d0(0xeb)](_0x401c9f);});}else{_0x50e221=0x1;if(_0xa0669d){const _0x3b0fe8=_0x5ee805[_0x53c36d(0x8d)](nestedKeyValue,_0x3156a4,[_0x5ee805[_0x53c36d(0xa1)],_0x318926,_0x5ee805[_0x53c36d(0x8f)]]),_0x4d4951=_0x5ee805[_0x53c36d(0xf5)](nestedKeyValue,_0x3156a4,[_0x5ee805[_0x53c36d(0xa1)],_0x318926,_0x3b0fe8]);if(_0x4d4951&&_0x4d4951[_0x53c36d(0xae)]){const _0x6827b2={};_0x6827b2['platforms']=[],_0x4d4951[_0x53c36d(0xae)]=helper[_0x53c36d(0xc3)](Object[_0x53c36d(0xe5)]({},_0x4cef3d[_0x53c36d(0xf9)],_0x6827b2),null,_0x171b91[_0x53c36d(0xe0)](),null,null,_0x4d4951[_0x53c36d(0xae)]);}}else{const _0x3637f4={};_0x3637f4[_0x53c36d(0xea)]=[],_0x3156a4[_0x5ee805[_0x53c36d(0xa1)]][_0x318926][_0x5ee805[_0x53c36d(0xf1)]]=helper['prepareCapabilities'](Object[_0x53c36d(0xe5)]({},_0x4cef3d[_0x53c36d(0xf9)],_0x3637f4),null,_0x171b91[_0x53c36d(0xe0)](),_0x5ee805[_0x53c36d(0x99)](nestedKeyValue,_0x3156a4,[_0x5ee805[_0x53c36d(0xa1)],_0x318926,_0x5ee805['JwAML']])||{},null,null);}_0x5eb18b[_0x5ee805[_0x53c36d(0xe7)]]=_0x3156a4,_0x37e935[_0x53c36d(0xeb)](_0x5ee805[_0x53c36d(0xe7)]);}const _0x26793e={};_0x26793e['testConfig']=_0x9ce138;const _0x5976fd=_0x26793e,_0x103d83=path[_0x53c36d(0xd5)](__dirname,_0x5ee805[_0x53c36d(0x94)]),_0xfe2e5a=process[_0x53c36d(0x76)]();process['env'][_0x5ee805['KpFMM']]=_0xfe2e5a,process[_0x53c36d(0xdd)](path[_0x53c36d(0x97)](_0x9ce138));const _0x4cd1ec=new CodeceptJS[(_0x53c36d(0x90))](null,_0x5976fd),_0x11c4f8=_0x4cd1ec[_0x53c36d(0x77)](_0x50e221),_0x58db01=testOpsHelper[_0x53c36d(0xce)](),_0x5ef19f=_0x37e935['map'](_0x7b2d74=>{const _0x3c0c14=_0x53c36d,_0x311e8b={};_0x311e8b[_0x3c0c14(0x100)]=_0x5eb18b[_0x7b2d74];const _0x59bb83={};_0x59bb83[_0x3c0c14(0xf3)]=_0x5eb18b[_0x7b2d74];const _0x66af07=_0xa0669d?_0x311e8b:_0x59bb83,_0x5b4962=_0x5ee805[_0x3c0c14(0x7b)](getO11yRerunPattern),_0x4207c5={};_0x4207c5[_0x3c0c14(0xaa)]=_0x66af07;const _0x95e541={};_0x95e541[_0x3c0c14(0x98)]=_0x103d83,_0x95e541[_0x3c0c14(0xde)]=!![],_0x95e541[_0x3c0c14(0xd3)]=_0x4cef3d['config'][_0x3c0c14(0xc9)]['skipSessionName'],_0x95e541[_0x3c0c14(0xa2)]=_0x4cef3d[_0x3c0c14(0xf9)]['testContextOptions']['skipSessionStatus'],_0x95e541[_0x3c0c14(0x82)]=_0x58db01,_0x95e541[_0x3c0c14(0xb6)]=_0x171b91;const _0x3db18b={};_0x3db18b[_0x3c0c14(0x9d)]=_0x95e541;const _0x1198d8={};return _0x1198d8[_0x3c0c14(0xd8)]=_0x3db18b,helper[_0x3c0c14(0xb3)]({},_0x3156a4,_0x5ee805[_0x3c0c14(0x7b)](isBrowserstackInfra)?_0x4207c5:{},_0x5b4962?{'grep':_0x5b4962}:{},_0x1198d8);});for(const _0x25afd2 of _0x5ef19f){for(const _0xdd9589 of _0x11c4f8){const _0x3a3817=_0x4cd1ec[_0x53c36d(0xdc)]();_0x3a3817['addTests'](_0xdd9589),_0x3a3817[_0x53c36d(0x69)](_0x25afd2);const _0x1e5579={};_0x1e5579['config']=_0x9ce138,_0x3a3817[_0x53c36d(0xac)](Object[_0x53c36d(0xe5)](_0x1e5579,_0x2ce74c));}}_0x4cd1ec['on'](CodeceptJS[_0x53c36d(0x103)]['test'][_0x53c36d(0x9c)],(_0x535089,_0x539b09)=>{const _0x4aae0b=_0x53c36d;console[_0x4aae0b(0xb9)](_0x5ee805[_0x4aae0b(0x6d)],_0x535089['title']);const _0x40b00e={[_0x535089[_0x4aae0b(0xc7)]]:_0x535089['err'][_0x4aae0b(0xd1)]};_testErrorData[_0x4aae0b(0xeb)](_0x40b00e);}),_0x4cd1ec['on'](CodeceptJS[_0x53c36d(0x103)][_0x53c36d(0xfb)][_0x53c36d(0xbd)],async _0x561fc2=>{const _0x54f696=_0x53c36d;console[_0x54f696(0xb9)](_0x5ee805[_0x54f696(0xf8)],_0x561fc2[_0x54f696(0xc7)]);}),_0x4cd1ec['on'](CodeceptJS[_0x53c36d(0x103)][_0x53c36d(0xfb)][_0x53c36d(0xe9)],async _0x1a853e=>{const _0x1dc200=_0x53c36d;console[_0x1dc200(0xb9)](_0x5ee805[_0x1dc200(0x6a)],_0x1a853e[_0x1dc200(0xc7)]);}),_0x4cd1ec['on'](CodeceptJS[_0x53c36d(0x103)][_0x53c36d(0xfa)][_0x53c36d(0xa0)],async()=>{const _0x3101f3=_0x53c36d,_0x22dfca=_0x5ee805['fjylz'][_0x3101f3(0xab)]('|');let _0x3d7847=0x0;while(!![]){switch(_0x22dfca[_0x3d7847++]){case'0':testOpsHelper[_0x3101f3(0x67)]();continue;case'1':PerformanceTester[_0x3101f3(0xb4)](PerformanceEvents[_0x3101f3(0x6f)]);continue;case'2':_0x4cd1ec[_0x3101f3(0xe1)]();continue;case'3':_0x4cef3d[_0x3101f3(0xf4)]=_testErrorData;continue;case'4':utilities['finalExecution'](_0x4cef3d);continue;case'5':try{await TestHubHandler[_0x3101f3(0xda)]();}catch(_0x4f6de2){logger['debug'](_0x3101f3(0xfd)+util[_0x3101f3(0x7d)](_0x4f6de2));}continue;}break;}});async function _0x1ca207(){const _0x2ffc93=_0x53c36d;try{await _0x4cd1ec[_0x2ffc93(0xd7)](),await _0x4cd1ec[_0x2ffc93(0x80)]();}finally{process['chdir'](_0xfe2e5a),await _0x4cd1ec[_0x2ffc93(0xf7)]();}}PerformanceTester[_0x53c36d(0xc1)](PerformanceEvents[_0x53c36d(0xc5)]),_0x5ee805[_0x53c36d(0x7b)](_0x1ca207);}function a2_0x4de1(){const _0x225ea1=['yddOD','Jtlqk','../../helpers/test-observability/constants','exports','dirname','require','DWFHj','stringify','HuDHp','failed','BrowserStackPlugin','gherkin','BROWSERSTACK_RERUN','result','bEyUA','skipSessionStatus','process','launchBuild','QgCvO','setAdditionalCapabilities','forEach','initialize','getUserWorkerCount','helpers','split','addOptions','firefox','browserWSEndpoint','validPlatformsPresent','length','IXDDP','../../helpers/logger','mergeDeep','start','FRAMEWORKS','frameworkName','Started\x20:\x20','browserName','log','../../helpers/testhub/testhubHandler','root','9640lDlFMF','passed','replace','info','parallelsPerPlatform','end','../../helpers/performance/constants','prepareCapabilities','1|3|0|4|5|2','SDK_SETUP','path','title','isTrue','testContextOptions','browserStackCwd','786695dAAGlZ','now','playwright-chromium','isTestObservabilitySession','isUndefined','isEmpty','stack','BrowserStackPlugin.js','skipSessionName','existsSync','join','validateRerunTestList','bootstrapAll','plugins','Failed\x20:\x20','stop','UyfYv','spawn','chdir','enabled','sOCCy','toLowerCase','printResults','handleApp','351FRuMZI','mzDPT','assign','chrome','Pmiof','2391LeUPEj','before','platforms','push','winstonLogger','561435CCCjGc','codecept.json','1747368vcYLRr','VHFrb','JwAML','../../helpers/BrowserStackSetup','WebDriver','errorMessage','hLIFT','accessibility','teardownAll','WhtoU','config','all','test','LARff','Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20','../../bin/playwright/accessibility-helper','URfUQ','Playwright','playwright-firefox','../../helpers/accessibility-automation/helper','event','168470aDlBTb','USER_CONFIG_DETAILS_PATH','/wd/hub','../../helpers/test-observability/utils','XfmFt','12xEgCWS','printBuildLink','host','addConfig','fgxFQ','accessibilityOptions','RtXZL','GIELV','slice','SDK_CLEANUP','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','getPlaywrightUrl','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','CODECEPT','desiredCapabilities','../../helpers/performance/performance-tester','cwd','createGroupsOfSuites','accessKey','load','2715866ddHlYf','OmsBI','profile','format','BROWSERSTACK_TEST_OBSERVABILITY_YML','Passed\x20:\x20','run','codeceptjs/lib/index.js','testObservability','findIndex','csbgC','chromium','useW3C','browser','EVENTS','../../helpers/helper','codeceptjs','trim','webkit','NjksG','../utils/constants','UGPtC','Workers','13256yCDUrr','env'];a2_0x4de1=function(){return _0x225ea1;};return a2_0x4de1();}function a2_0x41be(_0x3a473f,_0x28c89a){const _0x4de1ea=a2_0x4de1();return a2_0x41be=function(_0x41be4b,_0x13977a){_0x41be4b=_0x41be4b-0x66;let _0x48f67e=_0x4de1ea[_0x41be4b];return _0x48f67e;},a2_0x41be(_0x3a473f,_0x28c89a);}module[a2_0x2b64b5(0x96)]=run;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a3_0x4aa3(){const _0x4a73b6=['Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','2272810SySRxf','../../bin/playwright/sessionDetails','VsCzw','getDetails','3184FsXnnH','capabilities','qLlSD','cxznu','WebDriver','ixXXR','browserstack_accessibility_automation_script','6464lCGpHk','winstonLogger','OckyS','get','bsSessionId','bhndw','ZqOwJ','MHYPg','parse','5inWxjE','fztqk','warn','__cloud_provider___','browserName','platformVersion','processWebDriverConfig','Playwright','constructor','aNFvM','hpLkj','dSmNk','name','shouldPatchExecuteScript','1680552AmxeUR','uVaZN','latest','cloudProvider','gKQgS','sessionId','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','platformName','PTkBl','chrome','Qzhgy','../../helpers/logger','browserWSEndpoint','iaRlQ','browser','browserVersion','browser_version','lCwFL','rQBJo','hwyPu','../../helpers/helper','JSKOy','gCBKH','caps','../../helpers/accessibility-automation/helper','CiyHd','iWfkE','ndgMO','os_version','448601TjQNak','accessibilityPlatform','XYHhA','22sDmtAl','516ekbrHP','273MMraAs','string','PORQY','platform_version','SxTGV','platform','3187989mbGWCR','osVersion','playwright-chromium','41044rzHwOE','config','DfXMB','bstack:options','ptmsG'];a3_0x4aa3=function(){return _0x4a73b6;};return a3_0x4aa3();}const a3_0x37db93=a3_0xd2f7;function a3_0xd2f7(_0x357bbf,_0x2f508b){const _0x4aa315=a3_0x4aa3();return a3_0xd2f7=function(_0xd2f749,_0x3ca8b0){_0xd2f749=_0xd2f749-0x145;let _0x1068e0=_0x4aa315[_0xd2f749];return _0x1068e0;},a3_0xd2f7(_0x357bbf,_0x2f508b);}(function(_0x469b4e,_0x1eaffe){const _0x5e217f=a3_0xd2f7,_0xde6e32=_0x469b4e();while(!![]){try{const _0x18637e=-parseInt(_0x5e217f(0x186))/0x1+-parseInt(_0x5e217f(0x14b))/0x2*(-parseInt(_0x5e217f(0x18a))/0x3)+-parseInt(_0x5e217f(0x194))/0x4*(parseInt(_0x5e217f(0x15b))/0x5)+parseInt(_0x5e217f(0x169))/0x6+parseInt(_0x5e217f(0x18b))/0x7*(parseInt(_0x5e217f(0x152))/0x8)+-parseInt(_0x5e217f(0x191))/0x9+parseInt(_0x5e217f(0x147))/0xa*(parseInt(_0x5e217f(0x189))/0xb);if(_0x18637e===_0x1eaffe)break;else _0xde6e32['push'](_0xde6e32['shift']());}catch(_0x2d5d9e){_0xde6e32['push'](_0xde6e32['shift']());}}}(a3_0x4aa3,0x3765b));const {isUndefined,nestedKeyValue}=require(a3_0x37db93(0x17d)),logger=require(a3_0x37db93(0x174))[a3_0x37db93(0x153)],PlaywrightSessionDetails=require(a3_0x37db93(0x148)),{isAccessibilityAutomationSession}=require(a3_0x37db93(0x181)),{getObservabilityLinkedProductName}=require('../../helpers/test-observability/utils'),getOSVersionFromCaps=_0x53ff39=>{const _0x2fc384=a3_0x37db93,_0x316ca2={};_0x316ca2['JSKOy']=_0x2fc384(0x197),_0x316ca2[_0x2fc384(0x182)]='platformVersion',_0x316ca2['rQBJo']=_0x2fc384(0x18e),_0x316ca2['PTkBl']=_0x2fc384(0x192),_0x316ca2[_0x2fc384(0x17a)]=_0x2fc384(0x185);const _0x56384d=_0x316ca2;if(!_0x53ff39)return null;const _0x253060=_0x53ff39[_0x56384d[_0x2fc384(0x17e)]],_0x4b576a=[_0x56384d[_0x2fc384(0x182)],_0x56384d[_0x2fc384(0x17b)],_0x56384d[_0x2fc384(0x171)],_0x56384d['lCwFL']];for(const _0x4bda41 of _0x4b576a){if(_0x253060&&_0x253060[_0x4bda41])return _0x253060[_0x4bda41];else{if(_0x53ff39[_0x4bda41])return _0x53ff39[_0x4bda41];}}return null;};exports['fetchPlatformDetails']=_0x3f13c3=>{const _0x253a3a=a3_0x37db93,_0x5f2ba7={'aNFvM':'unknown_grid','gdPNT':function(_0x3352f0,_0x2ba9f2){return _0x3352f0===_0x2ba9f2;},'hwyPu':_0x253a3a(0x14f),'hpLkj':function(_0x4cecd1,_0x337f58){return _0x4cecd1(_0x337f58);},'bhndw':function(_0x1312fe,_0x2e1952,_0x2bab4c){return _0x1312fe(_0x2e1952,_0x2bab4c);},'cxznu':_0x253a3a(0x195),'VsCzw':'desiredCapabilities','ZqOwJ':function(_0x360cf5,_0x1ee9f6){return _0x360cf5(_0x1ee9f6);},'Qzhgy':function(_0x19334f,_0x679b87){return _0x19334f===_0x679b87;},'ylWCa':_0x253a3a(0x162),'DfXMB':function(_0x7ac82c,_0x3344dc,_0x13d09d){return _0x7ac82c(_0x3344dc,_0x13d09d);},'PORQY':'browser','blFda':_0x253a3a(0x175),'SxTGV':_0x253a3a(0x180),'iWfkE':function(_0x371cbd,_0xffe88e){return _0x371cbd(_0xffe88e);}};if(!_0x3f13c3)return null;let _0x4544c6=global[_0x253a3a(0x15e)]||_0x5f2ba7[_0x253a3a(0x164)];if(_0x5f2ba7['gdPNT'](_0x3f13c3['constructor']['name'],_0x5f2ba7[_0x253a3a(0x17c)])){const _0x269541=_0x3f13c3[_0x253a3a(0x177)];if(!_0x269541)return null;const _0x45bdd9=_0x269541[_0x253a3a(0x14c)],_0x34e306=_0x5f2ba7[_0x253a3a(0x165)](getOSVersionFromCaps,_0x5f2ba7[_0x253a3a(0x157)](nestedKeyValue,_0x3f13c3,[_0x5f2ba7[_0x253a3a(0x14e)],_0x5f2ba7[_0x253a3a(0x149)]]));return{[_0x4544c6]:{'browser':_0x45bdd9[_0x253a3a(0x15f)],'browser_version':_0x45bdd9[_0x253a3a(0x178)],'capabilities':_0x45bdd9,'platform':_0x45bdd9[_0x253a3a(0x170)],'platform_version':_0x45bdd9[_0x253a3a(0x160)]||_0x34e306,'product':_0x5f2ba7[_0x253a3a(0x158)](getObservabilityLinkedProductName,_0x45bdd9),'session_id':_0x269541[_0x253a3a(0x16e)]}};}else{if(_0x5f2ba7[_0x253a3a(0x173)](_0x3f13c3[_0x253a3a(0x163)][_0x253a3a(0x167)],_0x5f2ba7['ylWCa'])){const _0x1777bc=PlaywrightSessionDetails[_0x253a3a(0x14a)]();_0x4544c6=_0x1777bc[_0x253a3a(0x16c)]||_0x4544c6;const _0x1eb2ad=_0x5f2ba7[_0x253a3a(0x196)](nestedKeyValue,_0x3f13c3,[_0x5f2ba7[_0x253a3a(0x14e)],_0x5f2ba7[_0x253a3a(0x18d)],_0x5f2ba7['blFda']]),_0x425e34=_0x1eb2ad?JSON[_0x253a3a(0x15a)](new URL(_0x1eb2ad)['searchParams'][_0x253a3a(0x155)](_0x5f2ba7[_0x253a3a(0x18f)])):{};return{[_0x4544c6]:{'browser':_0x1777bc[_0x253a3a(0x177)]||_0x425e34[_0x253a3a(0x15f)],'browser_version':_0x1777bc[_0x253a3a(0x179)]||_0x425e34[_0x253a3a(0x179)],'capabilities':_0x425e34,'platform':_0x1777bc[_0x253a3a(0x190)],'platform_version':_0x1777bc[_0x253a3a(0x18e)],'product':_0x5f2ba7[_0x253a3a(0x183)](getObservabilityLinkedProductName,_0x425e34),'session_id':_0x1777bc[_0x253a3a(0x156)]}};}}},exports[a3_0x37db93(0x161)]=_0x2576bc=>{const _0xfe88a3=a3_0x37db93,_0x4b4339={'vDsjg':function(_0xb20f69){return _0xb20f69();},'fztqk':function(_0x3c72d3,_0x4d9181){return _0x3c72d3===_0x4d9181;},'ixXXR':_0xfe88a3(0x16b),'qLlSD':function(_0x1df182,_0x28365d){return _0x1df182>_0x28365d;},'dSmNk':function(_0x125d6d,_0x445671){return _0x125d6d(_0x445671);},'XYHhA':_0xfe88a3(0x16f),'OckyS':_0xfe88a3(0x172),'MHYPg':function(_0x643c5e,_0x27c86c){return _0x643c5e===_0x27c86c;},'iaRlQ':_0xfe88a3(0x193),'ptmsG':_0xfe88a3(0x146),'KdifB':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.'};if(_0x4b4339['vDsjg'](isAccessibilityAutomationSession)){const _0x1c8e70=_0x2576bc[_0xfe88a3(0x177)],_0x57ddad=_0x1c8e70['capabilities'];global['accessibilityPlatform']=!![],!(_0x4b4339[_0xfe88a3(0x15c)](_0x57ddad[_0xfe88a3(0x178)],_0x4b4339[_0xfe88a3(0x150)])||_0x4b4339[_0xfe88a3(0x14d)](_0x4b4339['dSmNk'](parseInt,_0x57ddad[_0xfe88a3(0x178)]),0x5e))&&(logger[_0xfe88a3(0x15d)](_0x4b4339[_0xfe88a3(0x188)]),global['accessibilityPlatform']=![]),!(_0x4b4339[_0xfe88a3(0x15c)](_0x57ddad['browserName'],_0x4b4339[_0xfe88a3(0x154)])||_0x4b4339[_0xfe88a3(0x159)](_0x57ddad[_0xfe88a3(0x15f)],_0x4b4339[_0xfe88a3(0x176)]))&&(logger[_0xfe88a3(0x15d)](_0x4b4339[_0xfe88a3(0x145)]),global['accessibilityPlatform']=![]),!_0x4b4339[_0xfe88a3(0x166)](isUndefined,_0x57ddad['deviceName'])&&(logger['warn'](_0x4b4339['KdifB']),global[_0xfe88a3(0x187)]=![]);}},exports[a3_0x37db93(0x168)]=_0x584bd4=>{const _0x58c4c3=a3_0x37db93,_0x1f8081={};_0x1f8081[_0x58c4c3(0x184)]=function(_0x79383c,_0x9281b5){return _0x79383c!==_0x9281b5;},_0x1f8081[_0x58c4c3(0x17f)]=_0x58c4c3(0x18c),_0x1f8081[_0x58c4c3(0x16a)]='browserstack_executor',_0x1f8081['gKQgS']=_0x58c4c3(0x151);const _0x45480=_0x1f8081;if(!_0x584bd4)return![];else{if(_0x45480[_0x58c4c3(0x184)](typeof _0x584bd4,_0x45480[_0x58c4c3(0x17f)]))return!![];}return!_0x584bd4['includes'](_0x45480[_0x58c4c3(0x16a)])&&!_0x584bd4['includes'](_0x45480[_0x58c4c3(0x16d)]);};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a4_0x3478f4=a4_0x2142;(function(_0x4f5233,_0x2be528){const _0x14af97=a4_0x2142,_0x424ae3=_0x4f5233();while(!![]){try{const _0x20809c=parseInt(_0x14af97(0x194))/0x1+parseInt(_0x14af97(0x1ed))/0x2+-parseInt(_0x14af97(0x187))/0x3+parseInt(_0x14af97(0x157))/0x4+parseInt(_0x14af97(0x196))/0x5+-parseInt(_0x14af97(0x15a))/0x6*(-parseInt(_0x14af97(0x15b))/0x7)+-parseInt(_0x14af97(0x1bb))/0x8;if(_0x20809c===_0x2be528)break;else _0x424ae3['push'](_0x424ae3['shift']());}catch(_0x502efd){_0x424ae3['push'](_0x424ae3['shift']());}}}(a4_0x136f,0x2e85b));const path=require(a4_0x3478f4(0x18f)),fs=require('fs'),{v4:uuidv4}=require('uuid'),{importFileFromPWCore,nestedKeyValue,parseWSEndpoint,isUndefined}=require('../../helpers/helper'),testOpsHelper=require(a4_0x3478f4(0x1d7)),{getTestEnv}=require('../mocha/test-observability/mochaUtils'),{FRAMEWORKS}=require(a4_0x3478f4(0x13b)),logger=require('../../helpers/logger')[a4_0x3478f4(0x164)],SessionHandler=require(a4_0x3478f4(0x1c6)),RequestQueueHandler=require('../../helpers/test-observability/requestQueueHandler'),PlaywrightSessionDetails=require(a4_0x3478f4(0x151)),debug=testOpsHelper[a4_0x3478f4(0x178)],{processAccessibilityCaps}=require(a4_0x3478f4(0x183)),Constants=require('../utils/constants'),{fetchPlatformDetails}=require(a4_0x3478f4(0x1f3)),{shouldProcessEventForTesthub,appendTesthubParams}=require(a4_0x3478f4(0x113)),constants=require('../utils/constants'),STATE_PASSED=a4_0x3478f4(0x1bc),STATE_FAILED=a4_0x3478f4(0x153),a4_0x2f4978={};function a4_0x2142(_0x4659db,_0x481201){const _0x136f7f=a4_0x136f();return a4_0x2142=function(_0x2142b3,_0x1c2fc1){_0x2142b3=_0x2142b3-0xfd;let _0x47cd92=_0x136f7f[_0x2142b3];return _0x47cd92;},a4_0x2142(_0x4659db,_0x481201);}a4_0x2f4978[a4_0x3478f4(0x105)]=a4_0x3478f4(0x106),a4_0x2f4978['TEST_RUN_FINISHED']=a4_0x3478f4(0x101),a4_0x2f4978[a4_0x3478f4(0x1de)]=a4_0x3478f4(0x12c),a4_0x2f4978[a4_0x3478f4(0x173)]='HookRunStarted',a4_0x2f4978[a4_0x3478f4(0x17a)]='HookRunFinished';function a4_0x136f(){const _0x484a74=['shutdown','SwxPa','parent','HOOK_RUN_STARTED','result','launch','\x20with\x20error\x20:\x20','toISOString','debug','LogCreated','HOOK_RUN_FINISHED','getInstance','.git','then','fullTitle','skipped','CODECEPT','NrHzA','HTnht','../playwright/accessibility-helper','bs:addLog:','toLowerCase','markedStatus','239535nUCZAZ','now','title','status','split','PDoUX','enabled','TEST_EVENTS','path','pid','removeAllListeners','gHWPG','BScTA','247317YaaOAk','integrations','1890035KhBHyk','rnRLn','forEach','WCApu','hybAc','brKOy','ctx','start','__platformCaps','meta','nGwZB','uliEX','obsBrowserTypeMockApplied','UOLTR','test_run','QpnBZ','uaoMF','find','PathHelper','appendTestItemLog','finished','cwd','Ihjjd','bLucF','failure','asYwk','MUEIJ','DxgcG','tags','_testEnv','browserstack','hKpzH','dAzCf','match','TISuc','getCBTInfo','join','5863304XycYOB','passed','rifik','stepAnalyticsId','XFAXc','XwFxD','File\x20path\x20could\x20not\x20be\x20found','feature','message','lnPPv','sep','../../helpers/test-observability/sessionHandler','type','MIozk','findGitConfig','length','client','groups','apply','bddSteps','hook','_afterAll','wsEndpoint','uCFFf','uPlPx','TEST_REPORTING_ANALYTICS','errorsDetailed','browserType.js','../../helpers/test-observability/utils','Yugjp','xfVCK','lnxoV','YKkkj','getTime','ENPMX','TEST_RUN_SKIPPED','JBqBq','statSync','testAnalyticsId','QYSgx','getFailureType','MpWnY','PnAIU','DruOX','Exception\x20in\x20sending\x20test\x20data\x20for\x20event\x20','Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20','getHookType','logs','finished_at','backtrace','190336uMgmHj','BROWSERSTACK','NDJGE','string','getRootParentFile','UKsPM','./helper.js','_paths','_beforeAll','connect','imkhm','lib','concat','NxJMK','TestRunFinished','push','currentHook','jntof','TEST_RUN_STARTED','TestRunStarted','DWxET','KamTe','suites','wXQxW','file_name','retryOf','codeceptjs','bddStepStart','_beforeEach','test','includes','setupBrowserDetails','../../helpers/testhub/utils.js','cfSvk','captureEvent','name','hook_run','uuid','PCZsA','BlBRq','EgBWy','TEST_RUN_FINISHED','getHooksForTest','initializeBddStep','POgVq','oRYHP','failureData','O11yHelper','uploadEventData','lWIjA','driver','hooks','event_type','toString','currentTest','location_prefix','wKivH','TestRunSkipped','frameworkName','_afterEach','VkePO','resetSkipTestHooks','AkZiF','5|1|2|4|3|0','inspect','fireEvent','PORsI','bCVZU','Playwright','startedAt','Not\x20able\x20to\x20import\x20Browser','qcvAu','../../helpers/test-observability/constants','lsafm','defineProperty','stop','BoWIl','STATE_FAILED','failed\x20to\x20get\x20root\x20parent\x20file\x20','DVSEG','YoGIa','pending','relative','Odsex','CBTSessionCreated','SOvBt','BSwdI','started','hook_run_uuid','JdFaE','err','jZoRO','hookAnalyticsId','FgvEy','../playwright/sessionDetails','__cloud_provider___','failed','comment','MMErZ','body','88796EWaTJe','prefixTestPath','tDfFl','1563732wBTNcW','7toUZwh','AwzyG','iRsoM','replace','wuUFb','failure_reason_expanded','duration','getHierarchy','file','winstonLogger','NwqYg','keyword','hSfOo','bddStepFinish','dirname','ymDBF','stringify','SKvSc','JtIYv','hook_type','test_run_uuid'];a4_0x136f=function(){return _0x484a74;};return a4_0x136f();}const TEST_EVENTS=a4_0x2f4978,parseEvent=_0x444c36=>{const _0x2b2d6c=a4_0x3478f4,_0x53306d={};_0x53306d[_0x2b2d6c(0x13c)]=function(_0x3322cc,_0x3b2363){return _0x3322cc<_0x3b2363;},_0x53306d[_0x2b2d6c(0x19b)]=function(_0x4d51a1,_0xebb6d7){return _0x4d51a1===_0xebb6d7;},_0x53306d['HTnht']='test',_0x53306d['hSfOo']=function(_0x52a35e,_0x1b79e1){return _0x52a35e===_0x1b79e1;},_0x53306d[_0x2b2d6c(0x199)]='hook',_0x53306d[_0x2b2d6c(0x10a)]=_0x2b2d6c(0x17f),_0x53306d[_0x2b2d6c(0x1e2)]=function(_0x5f8dc9,_0x28a275){return _0x5f8dc9===_0x28a275;},_0x53306d[_0x2b2d6c(0x1f2)]='started',_0x53306d[_0x2b2d6c(0x193)]=function(_0x5542f1,_0x4f264c){return _0x5542f1===_0x4f264c;},_0x53306d[_0x2b2d6c(0x1da)]='finished';const _0x33e510=_0x53306d,_0x556769=_0x444c36['match'](/^(.*)Run(.*)$/);if(!_0x556769)return null;if(_0x33e510[_0x2b2d6c(0x13c)](_0x556769[_0x2b2d6c(0x1ca)],0x3))return null;const _0x52f8fa=_0x556769[0x1]['toLowerCase'](),_0x154390=_0x556769[0x2][_0x2b2d6c(0x185)]();return{'test':_0x33e510[_0x2b2d6c(0x19b)](_0x52f8fa,_0x33e510[_0x2b2d6c(0x182)]),'hook':_0x33e510[_0x2b2d6c(0x167)](_0x52f8fa,_0x33e510[_0x2b2d6c(0x199)]),'skipped':_0x33e510[_0x2b2d6c(0x19b)](_0x154390,_0x33e510[_0x2b2d6c(0x10a)]),'started':_0x33e510[_0x2b2d6c(0x1e2)](_0x154390,_0x33e510[_0x2b2d6c(0x1f2)]),'finished':_0x33e510[_0x2b2d6c(0x193)](_0x154390,_0x33e510[_0x2b2d6c(0x1da)])};},mockPWBrowserType=_0x1cd8c9=>{const _0x3d0c1c=a4_0x3478f4,_0x20e7c7={'cfSvk':function(_0x42871d,_0x560e38){return _0x42871d===_0x560e38;},'hybAc':_0x3d0c1c(0x1f0),'dAzCf':function(_0x528649,_0x2c0dc3,_0x460967){return _0x528649(_0x2c0dc3,_0x460967);},'TZrCy':_0x3d0c1c(0x1d1),'MpWnY':function(_0x13e7af,_0x5b779b){return _0x13e7af(_0x5b779b);},'BTthC':_0x3d0c1c(0x1b4),'qwIHO':function(_0x39ad13,_0x2933f8,_0x8badfa){return _0x39ad13(_0x2933f8,_0x8badfa);},'Ihjjd':_0x3d0c1c(0xfe),'imkhm':_0x3d0c1c(0x1cb),'yCtPX':_0x3d0c1c(0x1d6),'bCVZU':_0x3d0c1c(0x139),'BFfjp':_0x3d0c1c(0x1f6),'MMErZ':_0x3d0c1c(0x175)},_0x39611d=path[_0x3d0c1c(0x1ba)](_0x20e7c7[_0x3d0c1c(0x1ac)],_0x20e7c7[_0x3d0c1c(0xfd)],_0x20e7c7['yCtPX']),_0x1df82b=_0x20e7c7[_0x3d0c1c(0x1e4)](importFileFromPWCore,_0x39611d);if(!_0x1df82b){_0x20e7c7[_0x3d0c1c(0x1e4)](debug,_0x20e7c7[_0x3d0c1c(0x136)]);return;}const _0x43f9d6=_0x1df82b['BrowserType'],_0x2fd7d8=_0x43f9d6['prototype'];if(_0x2fd7d8[_0x3d0c1c(0x1a2)])return;const _0x5a05df=_0x2fd7d8[_0x3d0c1c(0x1f6)];Object[_0x3d0c1c(0x13d)](_0x2fd7d8,_0x20e7c7['BFfjp'],{'get':function(){const _0x4a05d0=_0x3d0c1c,_0x22db96={'SKvSc':function(_0x456c67,_0x455131){const _0x4447e5=a4_0x2142;return _0x20e7c7[_0x4447e5(0x114)](_0x456c67,_0x455131);},'NwqYg':_0x20e7c7[_0x4a05d0(0x19a)],'BSwdI':function(_0x3423d6,_0x3e8b49,_0x511334){const _0x5a524a=_0x4a05d0;return _0x20e7c7[_0x5a524a(0x1b6)](_0x3423d6,_0x3e8b49,_0x511334);},'Odsex':_0x20e7c7['TZrCy'],'BlBRq':function(_0x629337,_0x44665a){return _0x20e7c7['MpWnY'](_0x629337,_0x44665a);},'sUyZN':_0x20e7c7['BTthC'],'xfVCK':function(_0x21beca,_0x42a4d8,_0x45b92e){return _0x20e7c7['qwIHO'](_0x21beca,_0x42a4d8,_0x45b92e);},'XFAXc':function(_0x471ab5,_0x22ef43){const _0x43e8f0=_0x4a05d0;return _0x20e7c7[_0x43e8f0(0x1e4)](_0x471ab5,_0x22ef43);}};return async function _0x23dcdf(_0x14991a,_0x56feff){const _0x1877f9=_0x4a05d0,_0x50a433={'DGJNx':function(_0x3000a0,_0x141620){const _0x315dc7=a4_0x2142;return _0x22db96[_0x315dc7(0x16c)](_0x3000a0,_0x141620);},'nMloG':_0x22db96[_0x1877f9(0x165)]},_0x4829ca=_0x22db96[_0x1877f9(0x149)](nestedKeyValue,_0x14991a,[_0x22db96[_0x1877f9(0x146)]])||_0x14991a;let _0x3733c3=null,_0x530e0b=null;try{[_0x530e0b,_0x3733c3]=_0x4829ca?_0x22db96[_0x1877f9(0x11a)](parseWSEndpoint,_0x4829ca):[null,null],global[_0x1877f9(0x19e)]=_0x3733c3,logger[_0x1877f9(0x178)]('Checking\x20for\x20accessibility\x20automation\x20session\x20with\x20'+_0x530e0b),_0x530e0b['includes'](Constants[_0x1877f9(0x1ee)])&&(global[_0x1877f9(0x152)]=_0x22db96['sUyZN']);}catch(_0x313ef8){logger[_0x1877f9(0x178)]('Failed\x20to\x20parse\x20wsendpoint\x20'+_0x4829ca+'\x20'+_0x313ef8);}_0x22db96[_0x1877f9(0x1d9)](processAccessibilityCaps,_0x3733c3,_0x530e0b);if(global['accessibilityPlatform']){const _0x48ce42=await _0x2fd7d8['connectOverCDP'][_0x1877f9(0x1cd)](this,[''+Constants['PLAYWRIGHT_HUB_URL']+_0x22db96[_0x1877f9(0x1bf)](encodeURIComponent,JSON[_0x1877f9(0x16b)](_0x3733c3))]);return PlaywrightSessionDetails[_0x1877f9(0x112)](_0x48ce42,_0x1cd8c9,_0x4829ca),_0x48ce42;}return _0x5a05df[_0x1877f9(0x1cd)](this,arguments)['then'](_0xdb21b4=>{const _0x1f0a66=_0x1877f9;let _0x20815d=_0x14991a[_0x1f0a66(0x1d1)];return _0x50a433['DGJNx'](typeof _0x14991a,_0x50a433['nMloG'])&&(_0x20815d=_0x14991a),PlaywrightSessionDetails[_0x1f0a66(0x112)](_0xdb21b4,_0x1cd8c9,_0x20815d),_0xdb21b4;});};}});const _0xcedd=_0x2fd7d8['launch'];Object[_0x3d0c1c(0x13d)](_0x2fd7d8,_0x20e7c7[_0x3d0c1c(0x155)],{'get':function(){return async function _0x4a106f(){const _0x1225d3=a4_0x2142;return _0xcedd['apply'](this,arguments)[_0x1225d3(0x17d)](_0x355aea=>{const _0x32e6ff=_0x1225d3;return PlaywrightSessionDetails[_0x32e6ff(0x112)](_0x355aea,null),_0x355aea;});};}});};class O11yHelper{[a4_0x3478f4(0x129)]=null;[a4_0x3478f4(0x103)]=null;[a4_0x3478f4(0x18d)]=![];[a4_0x3478f4(0x12d)]=![];constructor(_0x3f5d93,_0x1aefa9){const _0x279092=a4_0x3478f4,_0x2a0dbc={'rnRLn':_0x279092(0x132),'TISuc':function(_0x2b2f7c,_0x25e43d){return _0x2b2f7c===_0x25e43d;},'Yugjp':_0x279092(0x137),'EgBWy':function(_0x273613,_0x3cf3a8){return _0x273613(_0x3cf3a8);},'qcvAu':function(_0x4e80eb){return _0x4e80eb();},'POgVq':function(_0x449661){return _0x449661();}},_0x6965aa=_0x2a0dbc[_0x279092(0x197)][_0x279092(0x18b)]('|');let _0xeaa4b4=0x0;while(!![]){switch(_0x6965aa[_0xeaa4b4++]){case'0':this['driver']&&_0x2a0dbc[_0x279092(0x1b8)](this[_0x279092(0x125)]['constructor']['name'],_0x2a0dbc[_0x279092(0x1d8)])&&_0x2a0dbc[_0x279092(0x11b)](mockPWBrowserType,null);continue;case'1':this[_0x279092(0x12d)]=_0x1aefa9['frameworkName'];continue;case'2':this[_0x279092(0x125)]=_0x3f5d93;continue;case'3':this[_0x279092(0x1f4)]=new testOpsHelper[(_0x279092(0x1a8))]({'cwd':process[_0x279092(0x1ab)]()},this[_0x279092(0x1b3)][_0x279092(0x12a)]);continue;case'4':this[_0x279092(0x1b3)]=_0x2a0dbc[_0x279092(0x13a)](getTestEnv);continue;case'5':this[_0x279092(0x18d)]=_0x2a0dbc[_0x279092(0x11f)](shouldProcessEventForTesthub);continue;}break;}}[a4_0x3478f4(0x19d)](){const _0x1cccad=a4_0x3478f4;if(!this[_0x1cccad(0x18d)])return;testOpsHelper['patchConsoleLogger'](),process[_0x1cccad(0x191)](_0x1cccad(0x184)+process['pid']),process['on']('bs:addLog:'+process[_0x1cccad(0x190)],this[_0x1cccad(0x1a9)]['bind'](this));}async[a4_0x3478f4(0x13e)](){const _0x1d4f79=a4_0x3478f4;await RequestQueueHandler[_0x1d4f79(0x17b)]()[_0x1d4f79(0x170)]();}async['appendTestItemLog'](_0x297fe9){const _0x556d75=a4_0x3478f4,_0x54d034={'QpnBZ':_0x556d75(0x179),'nOIyc':function(_0x1fc9f4,_0x3216cc){return _0x1fc9f4(_0x3216cc);}};try{this[_0x556d75(0x103)]&&!this[_0x556d75(0x103)]['markedStatus']&&(_0x297fe9[_0x556d75(0x14b)]=this[_0x556d75(0x103)][_0x556d75(0x14f)]);!_0x297fe9[_0x556d75(0x14b)]&&this[_0x556d75(0x129)]&&!this[_0x556d75(0x129)][_0x556d75(0x186)]&&(_0x297fe9[_0x556d75(0x16f)]=this[_0x556d75(0x129)]['testAnalyticsId']);if(_0x297fe9[_0x556d75(0x14b)]||_0x297fe9[_0x556d75(0x16f)]){const _0x248548={};_0x248548['event_type']=_0x54d034[_0x556d75(0x1a5)],_0x248548[_0x556d75(0x1ea)]=[_0x297fe9],await SessionHandler[_0x556d75(0x123)](_0x248548);}}catch(_0x311637){_0x54d034['nOIyc'](debug,'Exception\x20in\x20uploading\x20log\x20data\x20to\x20'+constants[_0x556d75(0x1d4)]+_0x556d75(0x176)+_0x311637);}}async['sendCBTInfo'](_0x13783c){const _0x5d1cc9=a4_0x3478f4,_0x43cb1d={'VkePO':_0x5d1cc9(0x147),'PnAIU':function(_0x3faf36,_0x5caafe){return _0x3faf36(_0x5caafe);}};if(!this[_0x5d1cc9(0x18d)])return;const _0x3bc329=this['getCBTInfo'](this[_0x5d1cc9(0x125)]);try{const _0xfae899={};_0xfae899[_0x5d1cc9(0x118)]=_0x13783c,_0xfae899[_0x5d1cc9(0x195)]=_0x3bc329;const _0x21a54d=_0xfae899,_0x10d5d4={};_0x10d5d4[_0x5d1cc9(0x127)]=_0x43cb1d[_0x5d1cc9(0x12f)],_0x10d5d4[_0x5d1cc9(0x1a4)]=_0x21a54d,await SessionHandler[_0x5d1cc9(0x123)](_0x10d5d4);}catch(_0x3c4315){_0x43cb1d[_0x5d1cc9(0x1e5)](debug,'Exception\x20in\x20uploading\x20platform\x20details\x20to\x20'+constants[_0x5d1cc9(0x1d4)]+'\x20with\x20error\x20:\x20'+_0x3c4315);}}[a4_0x3478f4(0x1b9)](_0x23c877){const _0xc69609=a4_0x3478f4,_0x8618f3={'MIozk':function(_0xcf7b59,_0x2ee314){return _0xcf7b59(_0x2ee314);}};return _0x8618f3[_0xc69609(0x1c8)](fetchPlatformDetails,_0x23c877);}[a4_0x3478f4(0x130)]=_0x296a2a=>{const _0x1c0953=a4_0x3478f4,_0x377962={};_0x377962[_0x1c0953(0x1ef)]=_0x1c0953(0x10f),_0x377962['uliEX']=_0x1c0953(0x12e);const _0x4d7a14=_0x377962;if(!_0x296a2a||!_0x296a2a['parent'])return;[_0x4d7a14[_0x1c0953(0x1ef)],_0x4d7a14[_0x1c0953(0x1a1)]][_0x1c0953(0x198)](_0x407b96=>{const _0x482838=_0x1c0953,_0x3effb6=_0x296a2a[_0x482838(0x172)][_0x407b96];_0x3effb6[_0x482838(0x198)](_0x112c83=>{const _0x293b08=_0x482838;_0x112c83[_0x293b08(0x14f)]&&(_0x112c83[_0x293b08(0x14f)]=null);});});};['mapTestHooks'](_0x31b85d){const _0x39f56f=a4_0x3478f4,_0x341ac1={'lnPPv':_0x39f56f(0x10d),'YKkkj':function(_0x523345){return _0x523345();},'DxgcG':function(_0x18f40e,_0x47d275){return _0x18f40e===_0x47d275;},'FgvEy':'_afterEach','KDxZQ':function(_0x27a0ff){return _0x27a0ff();},'wKivH':'_beforeAll','PORsI':_0x39f56f(0x1d0),'PDoUX':_0x39f56f(0x10f)};if(!_0x31b85d||!_0x31b85d['parent'])return;[_0x341ac1[_0x39f56f(0x12b)],_0x341ac1[_0x39f56f(0x135)],_0x341ac1[_0x39f56f(0x18c)],_0x341ac1[_0x39f56f(0x150)]][_0x39f56f(0x198)](_0x1fdf9a=>{const _0x54c112=_0x39f56f,_0x5574f2=_0x31b85d[_0x54c112(0x172)][_0x1fdf9a]||[];_0x5574f2[_0x54c112(0x198)](_0x3e5c8a=>{const _0x4ea082=_0x54c112;if(_0x3e5c8a[_0x4ea082(0x189)]['includes'](_0x341ac1[_0x4ea082(0x1c4)]))return;if(!_0x3e5c8a[_0x4ea082(0x14f)])_0x3e5c8a[_0x4ea082(0x14f)]=_0x341ac1[_0x4ea082(0x1db)](uuidv4);else _0x3e5c8a[_0x4ea082(0x186)]&&_0x341ac1[_0x4ea082(0x1b1)](_0x1fdf9a,_0x341ac1['FgvEy'])&&(_0x3e5c8a['hookAnalyticsId']=_0x341ac1['KDxZQ'](uuidv4),delete _0x3e5c8a[_0x4ea082(0x186)]);});}),this['mapTestHooks'](_0x31b85d[_0x39f56f(0x172)]);}['getHooksForTest'](_0x76dd81){const _0x2b3423=a4_0x3478f4,_0x4803c5={};_0x4803c5[_0x2b3423(0x131)]=_0x2b3423(0x1f5),_0x4803c5['aqlTq']='_afterAll',_0x4803c5[_0x2b3423(0x104)]=_0x2b3423(0x10f),_0x4803c5[_0x2b3423(0x1dd)]=_0x2b3423(0x12e);const _0x5b28d7=_0x4803c5;if(!_0x76dd81||!_0x76dd81[_0x2b3423(0x172)])return[];const _0x1ba8f3=[];return[_0x5b28d7[_0x2b3423(0x131)],_0x5b28d7['aqlTq'],_0x5b28d7['jntof'],_0x5b28d7[_0x2b3423(0x1dd)]]['forEach'](_0x2187c1=>{const _0x120a27=_0x2b3423,_0x3368fe=_0x76dd81[_0x120a27(0x172)][_0x2187c1]||[];_0x3368fe[_0x120a27(0x198)](_0x5bf79b=>{const _0x54a8f4=_0x120a27;_0x5bf79b[_0x54a8f4(0x14f)]&&_0x1ba8f3[_0x54a8f4(0x102)](_0x5bf79b[_0x54a8f4(0x14f)]);});}),[][_0x2b3423(0xff)](_0x1ba8f3,this[_0x2b3423(0x11d)](_0x76dd81[_0x2b3423(0x172)]));}[a4_0x3478f4(0x1e9)](_0x5a23f4){const _0x2e4e23=a4_0x3478f4,_0x1be594=/^"(?<hook>.*)" hook:.*$/,_0x69e67d=_0x5a23f4[_0x2e4e23(0x189)],_0x122d21=_0x69e67d[_0x2e4e23(0x1b7)](_0x1be594);if(_0x122d21&&_0x122d21[_0x2e4e23(0x1cc)])return _0x122d21[_0x2e4e23(0x1cc)][_0x2e4e23(0x1cf)]['toUpperCase']()[_0x2e4e23(0x15e)]('\x20','_');return null;}[a4_0x3478f4(0x1c9)](_0x2ce2e1){const _0x1ceac5=a4_0x3478f4,_0x2fe580={};_0x2fe580[_0x1ceac5(0x1a3)]=function(_0x379652,_0x43cbba){return _0x379652===_0x43cbba;},_0x2fe580[_0x1ceac5(0x14e)]=function(_0x6df035,_0x35c54d){return _0x6df035===_0x35c54d;},_0x2fe580[_0x1ceac5(0x192)]=function(_0x2a5fd7,_0x38309f){return _0x2a5fd7===_0x38309f;},_0x2fe580[_0x1ceac5(0x13f)]=_0x1ceac5(0x17c),_0x2fe580['DruOX']='config';const _0x32caa8=_0x2fe580,_0x216464=path[_0x1ceac5(0x1c5)];if(_0x32caa8[_0x1ceac5(0x1a3)](_0x2ce2e1,null)||_0x32caa8['jZoRO'](_0x2ce2e1,'')||_0x32caa8[_0x1ceac5(0x14e)](_0x2ce2e1,_0x216464)||_0x32caa8[_0x1ceac5(0x192)](_0x2ce2e1,path[_0x1ceac5(0x169)](_0x2ce2e1)))return null;try{return fs[_0x1ceac5(0x1e0)](path[_0x1ceac5(0x1ba)](_0x2ce2e1,_0x32caa8[_0x1ceac5(0x13f)],_0x32caa8[_0x1ceac5(0x1e6)])),_0x2ce2e1;}catch(_0x4e8c92){const _0x269310=path['dirname'](_0x2ce2e1);return this['findGitConfig'](_0x269310);}}[a4_0x3478f4(0x1f1)](_0x37a8c7){const _0x31833d=a4_0x3478f4,_0xdfe9e6={};_0xdfe9e6[_0x31833d(0x120)]=function(_0x279d77,_0x334c4c){return _0x279d77>_0x334c4c;};const _0x42d8ba=_0xdfe9e6;if(_0x37a8c7['file'])return _0x37a8c7[_0x31833d(0x163)];if(_0x37a8c7[_0x31833d(0x19c)]){const _0x210efb=_0x37a8c7[_0x31833d(0x19c)][_0x31833d(0x129)]?this['getRootParentFile'](_0x37a8c7[_0x31833d(0x19c)]['currentTest']):null;if(_0x210efb)return _0x210efb;}if(_0x37a8c7[_0x31833d(0x172)]){const _0x4605a3=this['getRootParentFile'](_0x37a8c7[_0x31833d(0x172)])||(_0x37a8c7[_0x31833d(0x172)][_0x31833d(0x19c)]&&_0x37a8c7[_0x31833d(0x172)][_0x31833d(0x19c)][_0x31833d(0x129)]?this[_0x31833d(0x1f1)](_0x37a8c7[_0x31833d(0x172)][_0x31833d(0x19c)]['currentTest']):null);if(_0x4605a3)return _0x4605a3;_0x37a8c7[_0x31833d(0x172)][_0x31833d(0x109)]&&_0x42d8ba[_0x31833d(0x120)](_0x37a8c7['parent'][_0x31833d(0x109)]['length'],0x0)&&_0x37a8c7[_0x31833d(0x172)][_0x31833d(0x109)][_0x31833d(0x198)](_0x128c77=>{const _0x313427=_0x31833d,_0x5d2658=_0x128c77[_0x313427(0x19c)]?this[_0x313427(0x1f1)](_0x128c77['ctx']):null;if(_0x5d2658)return _0x5d2658;});}return null;}[a4_0x3478f4(0x162)](_0x3b66de){const _0x4aa90a=a4_0x3478f4,_0x212d32={};_0x212d32[_0x4aa90a(0x143)]=function(_0x2be956,_0x2eeab5){return _0x2be956!==_0x2eeab5;};const _0x417f74=_0x212d32,_0x2d9c38=[];if(_0x3b66de&&_0x3b66de[_0x4aa90a(0x172)]){let _0x5d6b4e=_0x3b66de[_0x4aa90a(0x172)];while(_0x5d6b4e&&_0x417f74[_0x4aa90a(0x143)](_0x5d6b4e[_0x4aa90a(0x189)],'')){_0x2d9c38[_0x4aa90a(0x102)](_0x5d6b4e[_0x4aa90a(0x189)]),_0x5d6b4e=_0x5d6b4e[_0x4aa90a(0x172)];}}return _0x2d9c38;}[a4_0x3478f4(0x115)](_0x1d72a0,_0x1c7b27,_0x2a8609=undefined){const _0x2d87d3=a4_0x3478f4,_0x2663f9={'XwFxD':function(_0x377bc8,_0x2969e7){return _0x377bc8(_0x2969e7);},'uPlPx':function(_0x1f64ea){return _0x1f64ea();},'iZBnr':function(_0xa1a565,_0x1be70f){return _0xa1a565(_0x1be70f);},'wuUFb':'util','PCZsA':_0x2d87d3(0x14d),'uCFFf':function(_0x451857,_0x148239){return _0x451857!==_0x148239;},'AwzyG':_0x2d87d3(0x1c1),'rifik':_0x2d87d3(0x144),'bLucF':_0x2d87d3(0x153),'JtIYv':_0x2d87d3(0x1bc),'iRsoM':_0x2d87d3(0x17f),'DVSEG':'javascript','nGwZB':function(_0x262403,_0x4e6f1e){return _0x262403-_0x4e6f1e;},'lWIjA':function(_0x45552e,_0x26de1e,_0x4e82d3,_0x199c13,_0x42a5f7){return _0x45552e(_0x26de1e,_0x4e82d3,_0x199c13,_0x42a5f7);},'asYwk':'integrations','NxJMK':_0x2d87d3(0x19f),'JBqBq':_0x2d87d3(0x1ae),'DWxET':'failure_backtrace','MUEIJ':_0x2d87d3(0x1ec),'RaHzS':_0x2d87d3(0x160),'hKpzH':'expanded','vGciy':function(_0x5e29cc,_0xd09c38){return _0x5e29cc===_0xd09c38;},'WyeZQ':_0x2d87d3(0x117),'ymDBF':_0x2d87d3(0x1a4)};if(!this[_0x2d87d3(0x18d)])return;try{if(_0x1c7b27['fn']&&_0x1c7b27['fn']['toString']()[_0x2d87d3(0x1b7)](/browserstack internal helper hook/))return;const _0x2d277e=_0x2663f9[_0x2d87d3(0x1c0)](parseEvent,_0x1d72a0);if(!_0x2d277e)return;if(_0x2d277e[_0x2d87d3(0x110)]){this[_0x2d87d3(0x129)]=_0x1c7b27,this[_0x2d87d3(0x103)]=null;if(_0x2d277e[_0x2d87d3(0x14a)]||_0x2d277e[_0x2d87d3(0x17f)]){_0x1c7b27['startedAt']=new Date(),_0x1c7b27[_0x2d87d3(0x186)]=![];if(!_0x1c7b27['testAnalyticsId'])_0x1c7b27[_0x2d87d3(0x1e1)]=_0x2663f9[_0x2d87d3(0x1d3)](uuidv4);else _0x1c7b27[_0x2d87d3(0x186)]&&(!_0x1c7b27['retryOf']&&(_0x1c7b27[_0x2d87d3(0x10c)]=_0x1c7b27[_0x2d87d3(0x1e1)]),_0x1c7b27[_0x2d87d3(0x1e1)]=_0x2663f9[_0x2d87d3(0x1d3)](uuidv4));}}else{if(_0x2d277e['hook']){this[_0x2d87d3(0x103)]=_0x1c7b27;if(_0x2d277e['started']){_0x1c7b27[_0x2d87d3(0x138)]=new Date(),_0x1c7b27[_0x2d87d3(0x186)]=![];if(!_0x1c7b27[_0x2d87d3(0x14f)])_0x1c7b27[_0x2d87d3(0x14f)]=_0x2663f9[_0x2d87d3(0x1d3)](uuidv4);else _0x1c7b27[_0x2d87d3(0x14f)]&&_0x1c7b27['markedStatus']&&(_0x1c7b27[_0x2d87d3(0x14f)]=_0x2663f9[_0x2d87d3(0x1d3)](uuidv4));}}}if(_0x2d277e['finished']&&_0x1c7b27['markedStatus'])return;let _0x348b53;try{_0x348b53=this[_0x2d87d3(0x1f1)](_0x1c7b27);}catch(_0x47c8b3){logger[_0x2d87d3(0x178)](_0x2d87d3(0x141)+_0x47c8b3),_0x348b53=null;}const _0x406370=_0x2663f9['iZBnr'](require,_0x2663f9[_0x2d87d3(0x15f)]);let _0x470aac=[];_0x2a8609&&(_0x470aac=[_0x2a8609,_0x2663f9[_0x2d87d3(0x119)]]);const _0x1b1c4a=_0x2663f9[_0x2d87d3(0x1d2)](_0x1c7b27[_0x2d87d3(0x1d5)],undefined)?_0x406370[_0x2d87d3(0x133)](_0x1c7b27[_0x2d87d3(0x1d5)][0x0]):_0x2663f9[_0x2d87d3(0x1d2)](_0x2a8609,undefined)?_0x2a8609[_0x2d87d3(0x128)]():undefined,_0x278b34=_0x348b53?this[_0x2d87d3(0x1c9)](_0x348b53):null,_0x5ed90b=_0x348b53?this[_0x2d87d3(0x1f4)][_0x2d87d3(0x158)](this[_0x2d87d3(0x1f1)](_0x1c7b27)):_0x2663f9[_0x2d87d3(0x15c)];let _0x3b150e=_0x2663f9[_0x2d87d3(0x1bd)];const _0x4751ed=!_0x2d277e[_0x2d87d3(0x14a)]?new Date()['toISOString']():null;if(_0x2d277e[_0x2d87d3(0x1aa)])_0x3b150e=_0x2a8609?_0x2663f9[_0x2d87d3(0x1ad)]:_0x2663f9[_0x2d87d3(0x16d)],_0x1c7b27[_0x2d87d3(0x186)]=!![];else _0x2d277e[_0x2d87d3(0x17f)]&&(_0x3b150e=_0x2663f9[_0x2d87d3(0x15d)],_0x1c7b27[_0x2d87d3(0x186)]=!![]);const _0x379c85={'framework':this['frameworkName'],'uuid':_0x1c7b27[_0x2d87d3(0x1e1)]||_0x1c7b27[_0x2d87d3(0x14f)],'name':_0x1c7b27[_0x2d87d3(0x189)],'body':{'lang':_0x2663f9[_0x2d87d3(0x142)],'code':_0x1c7b27[_0x2d87d3(0x156)][_0x2d87d3(0x128)]()},'type':_0x1c7b27[_0x2d87d3(0x1c7)],'scope':_0x1c7b27['fullTitle'](),'scopes':this[_0x2d87d3(0x162)](_0x1c7b27),'file_name':_0x5ed90b,'vc_filepath':_0x278b34?path[_0x2d87d3(0x145)](_0x278b34,_0x348b53):null,'location':_0x5ed90b,'result':_0x3b150e,'failure_reason':_0x1b1c4a,'duration_in_ms':_0x1c7b27[_0x2d87d3(0x161)]||(_0x2d277e[_0x2d87d3(0x1aa)]||_0x2d277e[_0x2d87d3(0x17f)])?_0x2663f9[_0x2d87d3(0x1a0)](Date[_0x2d87d3(0x188)](),new Date(_0x1c7b27[_0x2d87d3(0x138)])['getTime']()):null,'started_at':new Date(_0x1c7b27[_0x2d87d3(0x138)])[_0x2d87d3(0x177)](),'finished_at':_0x4751ed,'failure':testOpsHelper[_0x2d87d3(0x121)][_0x2d87d3(0x1cd)](null,_0x470aac),'failure_type':!_0x1b1c4a?null:testOpsHelper[_0x2d87d3(0x1e3)](_0x1b1c4a),'retry_of':_0x1c7b27[_0x2d87d3(0x10c)]||null,'tags':_0x1c7b27[_0x2d87d3(0x1b2)]||[],'customRerunParam':{'rerun_name':_0x1c7b27[_0x2d87d3(0x17e)]()}};_0x2663f9[_0x2d87d3(0x124)](appendTesthubParams,_0x379c85,_0x1d72a0,_0x1c7b27,FRAMEWORKS[_0x2d87d3(0x180)]);if(_0x2d277e[_0x2d87d3(0x1cf)])[_0x379c85[_0x2d87d3(0x16e)],_0x379c85['name']]=[this[_0x2d87d3(0x1e9)](_0x1c7b27),_0x1c7b27['ctx']['test'][_0x2d87d3(0x189)]],_0x2d277e[_0x2d87d3(0x1aa)]?_0x2663f9[_0x2d87d3(0x1d2)](_0x379c85[_0x2d87d3(0x174)],_0x2663f9[_0x2d87d3(0x1ad)])&&(_0x379c85[_0x2d87d3(0x174)]=_0x2663f9[_0x2d87d3(0x16d)]):_0x379c85['body']={};else _0x2d277e[_0x2d87d3(0x110)]&&(this['mapTestHooks'](_0x1c7b27),_0x2d277e['skipped']&&this[_0x2d87d3(0x130)](_0x1c7b27),(_0x2d277e[_0x2d87d3(0x1aa)]||_0x2d277e[_0x2d87d3(0x17f)])&&(_0x379c85[_0x2d87d3(0x126)]=this[_0x2d87d3(0x11d)](_0x1c7b27)));this[_0x2d87d3(0x125)]&&(_0x2d277e[_0x2d87d3(0x14a)]||_0x2d277e[_0x2d87d3(0x17f)])&&(_0x379c85[_0x2663f9[_0x2d87d3(0x1af)]]=this[_0x2d87d3(0x1b9)](this[_0x2d87d3(0x125)]));_0x2d277e[_0x2d87d3(0x110)]&&_0x2d277e[_0x2d87d3(0x1aa)]&&_0x1c7b27['bddSteps']&&(_0x379c85[_0x2663f9[_0x2d87d3(0x100)]]={'feature':{'name':_0x1c7b27[_0x2d87d3(0x172)][_0x2d87d3(0x1c2)][_0x2d87d3(0x116)],'path':_0x379c85[_0x2d87d3(0x10b)],'description':_0x1c7b27['parent'][_0x2d87d3(0x154)]},'scenario':{'name':_0x1c7b27[_0x2d87d3(0x189)]},'steps':_0x1c7b27['bddSteps']});const _0x4b8c7d=_0x379c85[_0x2663f9[_0x2d87d3(0x1df)]][0x0];_0x4b8c7d&&(_0x379c85[_0x2663f9[_0x2d87d3(0x107)]]=_0x4b8c7d[_0x2663f9[_0x2d87d3(0x1b0)]],_0x379c85[_0x2663f9['RaHzS']]=_0x4b8c7d[_0x2663f9[_0x2d87d3(0x1b5)]]);if(_0x1c7b27[_0x2d87d3(0x1ce)])for(const _0x974ec8 of _0x1c7b27['bddSteps']){!_0x974ec8[_0x2d87d3(0x1eb)]&&(_0x974ec8[_0x2d87d3(0x1eb)]=new Date()[_0x2d87d3(0x177)](),_0x2663f9['vGciy'](_0x974ec8['result'],_0x2663f9[_0x2d87d3(0x1bd)])&&(_0x4b8c7d?(_0x974ec8[_0x2d87d3(0x174)]=_0x2663f9[_0x2d87d3(0x1ad)],_0x974ec8['failure']=_0x4b8c7d[_0x2663f9[_0x2d87d3(0x1b0)]][0x0]):_0x974ec8[_0x2d87d3(0x174)]=_0x2663f9[_0x2d87d3(0x16d)]));}const _0x126784={};_0x126784[_0x2d87d3(0x127)]=_0x2d277e[_0x2d87d3(0x17f)]?TEST_EVENTS[_0x2d87d3(0x11c)]:_0x1d72a0;const _0x1d237a=_0x126784;return _0x2d277e[_0x2d87d3(0x1cf)]?_0x1d237a[_0x2663f9['WyeZQ']]=_0x379c85:_0x1d237a[_0x2663f9[_0x2d87d3(0x16a)]]=_0x379c85,_0x1d237a;}catch(_0x27a08a){logger[_0x2d87d3(0x178)](_0x2d87d3(0x1e8)+_0x1d72a0+_0x2d87d3(0x176)+_0x27a08a);}}async[a4_0x3478f4(0x134)](_0x4a6933,_0x3294d6){const _0x2c7197=a4_0x3478f4;if(!this['enabled']||!_0x3294d6||!_0x4a6933)return![];try{return await SessionHandler['uploadEventData'](_0x3294d6);}catch(_0x37de91){logger['debug'](_0x2c7197(0x1e7)+_0x4a6933+_0x2c7197(0x176)+_0x37de91);}}[a4_0x3478f4(0x11e)](_0x3ed771){const _0x19a915=a4_0x3478f4,_0x58e205={};_0x58e205[_0x19a915(0x181)]=_0x19a915(0x144);const _0x3d7231=_0x58e205;return{'id':_0x3ed771[_0x19a915(0x1be)],'text':_0x3ed771['text'],'keyword':_0x3ed771[_0x19a915(0x166)],'started_at':_0x3ed771[_0x19a915(0x138)]['toISOString'](),'result':_0x3d7231[_0x19a915(0x181)]};}[a4_0x3478f4(0x10e)](_0x1526f3){const _0x3672ce=a4_0x3478f4,_0x4ded9b={'KamTe':function(_0x4c86a7){return _0x4c86a7();}};!this['currentTest']['bddSteps']&&(this['currentTest'][_0x3672ce(0x1ce)]=[]),!_0x1526f3['stepAnalyticsId']&&(_0x1526f3[_0x3672ce(0x1be)]=_0x4ded9b[_0x3672ce(0x108)](uuidv4),_0x1526f3[_0x3672ce(0x138)]=new Date(),this[_0x3672ce(0x129)]['bddSteps']['push'](this[_0x3672ce(0x11e)](_0x1526f3)));}[a4_0x3478f4(0x168)](_0x408287){const _0xcdf9cd=a4_0x3478f4,_0x20715f={'uaoMF':function(_0x55667e,_0x47f7da){return _0x55667e(_0x47f7da);},'SOvBt':'success','tDfFl':_0xcdf9cd(0x144),'SwxPa':_0xcdf9cd(0x1bc),'JdFaE':function(_0x4945c2,_0x40f95b){return _0x4945c2-_0x40f95b;}};let _0x15ff59=this[_0xcdf9cd(0x129)][_0xcdf9cd(0x1ce)][_0xcdf9cd(0x1a7)](_0x555e9c=>_0x555e9c['id']===_0x408287[_0xcdf9cd(0x1be)]);_0x20715f[_0xcdf9cd(0x1a6)](isUndefined,_0x15ff59)&&(_0x15ff59=this[_0xcdf9cd(0x11e)](_0x408287)),_0x15ff59[_0xcdf9cd(0x174)]=[_0x20715f[_0xcdf9cd(0x148)],_0x20715f[_0xcdf9cd(0x159)]][_0xcdf9cd(0x111)](_0x408287[_0xcdf9cd(0x18a)])?_0x20715f[_0xcdf9cd(0x171)]:_0x408287[_0xcdf9cd(0x18a)],_0x15ff59['finished_at']=new Date()[_0xcdf9cd(0x177)](),_0x15ff59[_0xcdf9cd(0x161)]=_0x20715f[_0xcdf9cd(0x14c)](Date[_0xcdf9cd(0x188)](),_0x408287[_0xcdf9cd(0x138)][_0xcdf9cd(0x1dc)]()),_0x15ff59[_0xcdf9cd(0x1ae)]=_0x408287[_0xcdf9cd(0x14d)]?_0x408287['err'][_0xcdf9cd(0x1c3)]:null;}}const a4_0x3984ae={};a4_0x3984ae[a4_0x3478f4(0x122)]=O11yHelper,a4_0x3984ae['STATE_PASSED']=STATE_PASSED,a4_0x3984ae[a4_0x3478f4(0x140)]=STATE_FAILED,a4_0x3984ae[a4_0x3478f4(0x18e)]=TEST_EVENTS,module['exports']=a4_0x3984ae;
|
|
1
|
+
const a4_0x7c44f9=a4_0x5c4c;(function(_0x13bd33,_0x2dcd85){const _0x58697f=a4_0x5c4c,_0x384d80=_0x13bd33();while(!![]){try{const _0x213e34=-parseInt(_0x58697f(0x1ba))/0x1+parseInt(_0x58697f(0x1a5))/0x2*(-parseInt(_0x58697f(0x16a))/0x3)+-parseInt(_0x58697f(0x15c))/0x4+-parseInt(_0x58697f(0x1dd))/0x5+-parseInt(_0x58697f(0x1a0))/0x6+-parseInt(_0x58697f(0x19f))/0x7+-parseInt(_0x58697f(0x1fc))/0x8*(-parseInt(_0x58697f(0x1e0))/0x9);if(_0x213e34===_0x2dcd85)break;else _0x384d80['push'](_0x384d80['shift']());}catch(_0x51b8d6){_0x384d80['push'](_0x384d80['shift']());}}}(a4_0x360b,0xe1664));function a4_0x5c4c(_0x1b63ec,_0x1a717b){const _0x360be9=a4_0x360b();return a4_0x5c4c=function(_0x5c4c6a,_0x56400b){_0x5c4c6a=_0x5c4c6a-0x147;let _0xdb5e08=_0x360be9[_0x5c4c6a];return _0xdb5e08;},a4_0x5c4c(_0x1b63ec,_0x1a717b);}function a4_0x360b(){const _0x54f029=['bddStepStart','test','tags','getHookType','resetSkipTestHooks','frameworkName','hooks','joGIH','lQzYm','testAnalyticsId','driver','sUBjy','sep','Xsive','duration','DOaEk','GWaDl','location_prefix','Playwright','obsBrowserTypeMockApplied','JBkXc','errWE','Mzwjj','length','sdkUD','gMglA','aOtnP','success','shutdown','getHierarchy','TpDZy','client','launch','push','../../helpers/test-observability/utils','gHBmB','Lenfx','logs','wsEndpoint','getHooksForTest','removeAllListeners','ZiRJD','TEST_EVENTS','now','VvRRC','integrations','captureEvent','KXugo','cmTxj','HOOK_RUN_STARTED','backtrace','patchConsoleLogger','accessibilityPlatform','iMPaY','pid','\x20with\x20error\x20:\x20','hookAnalyticsId','debug','KohDG','_paths','includes','plRPY','3|5|0|4|1|2','defineProperty','yFVky','type','Fapkc','895232uyALUe','XMyRE','aSLWw','event_type','__platformCaps','failure_reason_expanded','uploadEventData','passed','WgQay','pWTOY','dirname','groups','yojRZ','toString','33CbTIDy','markedStatus','yaHHu','ZDLtr','_testEnv','startedAt','RKHTP','emeiK','eDXAa','DfyBB','currentHook','wFtdi','../../helpers/test-observability/constants','message','_afterAll','prototype','_beforeEach','suites','PbiPG','ECERc','PsRyH','TEST_RUN_STARTED','findGitConfig','connectOverCDP','ukvsR','err','test_run','Exception\x20in\x20uploading\x20platform\x20details\x20to\x20','nMPGH','../../helpers/test-observability/requestQueueHandler','getCBTInfo','TEST_REPORTING_ANALYTICS','VLWvE','qeTmi','_afterEach','forEach','imKch','text','efCWG','title','bddSteps','winstonLogger','result','started','currentTest','O11yHelper','ClZhK','../mocha/test-observability/mochaUtils','browserType.js','TEST_RUN_SKIPPED','Exception\x20in\x20sending\x20test\x20data\x20for\x20event\x20','path','finished','31416MaJPXO','1104816MmUmrE','status','parent','TEST_RUN_FINISHED','test_run_uuid','152346TAXuGJ','TestRunStarted','stringify','IzWaJ','PmnqU','replace','name','Bwiym','Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20','cwd','getRootParentFile','../../helpers/logger','bs:addLog:','toLowerCase','skipped','failureData','vouYj','browserstack','toUpperCase','TestRunFinished','apply','666392cHXjKV','enabled','CBTSessionCreated','initializeBddStep','pending','connect','yrtUu','STATE_FAILED','body','MoZgE','vzWbQ','CODECEPT','BROWSERSTACK','meta','VKHOU','file','fullTitle','../utils/constants','uuid','enZlY','getInstance','mIpnr','../../helpers/testhub/utils.js','ctx','comment','sendCBTInfo','tFoiz','JKfBL','getTime','match','eFvTS','QISkV','finished_at','failure_backtrace','kpUZX','4715845METltd','../playwright/accessibility-helper','join','243DtgLoe','File\x20path\x20could\x20not\x20be\x20found','xHJQI','failure','setupBrowserDetails','appendTestItemLog','gPWXw','failed','aDgRh','NZfgB','LogCreated','STATE_PASSED','BTxFc','string','Exception\x20in\x20uploading\x20log\x20data\x20to\x20','vybRw','hook_run_uuid','hook','statSync','pRasT','prefixTestPath','vQMRy','retryOf','errorsDetailed','inspect','__cloud_provider___','bddStepFinish','hook_type','1120928EmODLO','mapTestHooks','toISOString','concat','eKmbS','exports','../playwright/sessionDetails','keyword','file_name','PathHelper'];a4_0x360b=function(){return _0x54f029;};return a4_0x360b();}const path=require(a4_0x7c44f9(0x19d)),fs=require('fs'),{v4:uuidv4}=require(a4_0x7c44f9(0x1cc)),{importFileFromPWCore,nestedKeyValue,parseWSEndpoint,isUndefined}=require('../../helpers/helper'),testOpsHelper=require(a4_0x7c44f9(0x228)),{getTestEnv}=require(a4_0x7c44f9(0x199)),{FRAMEWORKS}=require(a4_0x7c44f9(0x176)),logger=require(a4_0x7c44f9(0x1b0))[a4_0x7c44f9(0x193)],SessionHandler=require('../../helpers/test-observability/sessionHandler'),RequestQueueHandler=require(a4_0x7c44f9(0x187)),PlaywrightSessionDetails=require(a4_0x7c44f9(0x202)),debug=testOpsHelper[a4_0x7c44f9(0x152)],{processAccessibilityCaps}=require(a4_0x7c44f9(0x1de)),Constants=require(a4_0x7c44f9(0x1cb)),{fetchPlatformDetails}=require('./helper.js'),{shouldProcessEventForTesthub,appendTesthubParams}=require(a4_0x7c44f9(0x1d0)),constants=require(a4_0x7c44f9(0x1cb)),STATE_PASSED=a4_0x7c44f9(0x163),STATE_FAILED=a4_0x7c44f9(0x1e7),a4_0x24502b={};a4_0x24502b[a4_0x7c44f9(0x17f)]=a4_0x7c44f9(0x1a6),a4_0x24502b['TEST_RUN_FINISHED']=a4_0x7c44f9(0x1b8),a4_0x24502b[a4_0x7c44f9(0x19b)]='TestRunSkipped',a4_0x24502b[a4_0x7c44f9(0x14a)]='HookRunStarted',a4_0x24502b['HOOK_RUN_FINISHED']='HookRunFinished';const TEST_EVENTS=a4_0x24502b,parseEvent=_0x55d308=>{const _0x6ecc73=a4_0x7c44f9,_0x3c1890={};_0x3c1890[_0x6ecc73(0x232)]=function(_0xd75876,_0xf2794){return _0xd75876<_0xf2794;},_0x3c1890[_0x6ecc73(0x20e)]=function(_0x328605,_0x25dc66){return _0x328605===_0x25dc66;},_0x3c1890[_0x6ecc73(0x1cf)]=_0x6ecc73(0x207),_0x3c1890[_0x6ecc73(0x1ec)]=function(_0x26196d,_0x2deb13){return _0x26196d===_0x2deb13;},_0x3c1890['DOaEk']='hook',_0x3c1890['vybRw']=_0x6ecc73(0x1b3),_0x3c1890['PbiPG']=function(_0x1e0816,_0x3fd6b4){return _0x1e0816===_0x3fd6b4;},_0x3c1890[_0x6ecc73(0x1d8)]=_0x6ecc73(0x195),_0x3c1890[_0x6ecc73(0x22f)]=function(_0x5c0965,_0x5f1ad1){return _0x5c0965===_0x5f1ad1;},_0x3c1890[_0x6ecc73(0x148)]=_0x6ecc73(0x19e);const _0x3790fd=_0x3c1890,_0x5e5f22=_0x55d308[_0x6ecc73(0x1d7)](/^(.*)Run(.*)$/);if(!_0x5e5f22)return null;if(_0x3790fd[_0x6ecc73(0x232)](_0x5e5f22[_0x6ecc73(0x21d)],0x3))return null;const _0x374486=_0x5e5f22[0x1][_0x6ecc73(0x1b2)](),_0xcaaff1=_0x5e5f22[0x2][_0x6ecc73(0x1b2)]();return{'test':_0x3790fd[_0x6ecc73(0x20e)](_0x374486,_0x3790fd[_0x6ecc73(0x1cf)]),'hook':_0x3790fd[_0x6ecc73(0x1ec)](_0x374486,_0x3790fd[_0x6ecc73(0x215)]),'skipped':_0x3790fd[_0x6ecc73(0x20e)](_0xcaaff1,_0x3790fd[_0x6ecc73(0x1ef)]),'started':_0x3790fd[_0x6ecc73(0x17c)](_0xcaaff1,_0x3790fd[_0x6ecc73(0x1d8)]),'finished':_0x3790fd[_0x6ecc73(0x22f)](_0xcaaff1,_0x3790fd[_0x6ecc73(0x148)])};},mockPWBrowserType=_0x14f0ed=>{const _0x5cbb49=a4_0x7c44f9,_0x468b81={'gMglA':function(_0x9f0e84,_0xe20a72,_0x334ecb){return _0x9f0e84(_0xe20a72,_0x334ecb);},'JBkXc':_0x5cbb49(0x22c),'DfyBB':function(_0x321712,_0xa007e9){return _0x321712(_0xa007e9);},'xmHaP':_0x5cbb49(0x1b6),'sUBjy':function(_0x5c1de4,_0x1414cd){return _0x5c1de4(_0x1414cd);},'WrVlO':function(_0x366051,_0x36aff5){return _0x366051===_0x36aff5;},'yFVky':_0x5cbb49(0x1ed),'HoeYt':'lib','yArEq':_0x5cbb49(0x225),'VLWvE':_0x5cbb49(0x19a),'aSLWw':'Not\x20able\x20to\x20import\x20Browser','enZlY':_0x5cbb49(0x1bf),'ZDLtr':_0x5cbb49(0x226)},_0x1577a0=path['join'](_0x468b81['HoeYt'],_0x468b81['yArEq'],_0x468b81[_0x5cbb49(0x18a)]),_0x163fd0=_0x468b81[_0x5cbb49(0x211)](importFileFromPWCore,_0x1577a0);if(!_0x163fd0){_0x468b81[_0x5cbb49(0x211)](debug,_0x468b81[_0x5cbb49(0x15e)]);return;}const _0x2747e8=_0x163fd0['BrowserType'],_0x60d7c2=_0x2747e8[_0x5cbb49(0x179)];if(_0x60d7c2[_0x5cbb49(0x219)])return;const _0x57ea7c=_0x60d7c2[_0x5cbb49(0x1bf)];Object[_0x5cbb49(0x158)](_0x60d7c2,_0x468b81[_0x5cbb49(0x1cd)],{'get':function(){const _0x50178e=_0x5cbb49,_0x4ef81e={'yrtUu':function(_0x3371a3,_0x77899f){return _0x468b81['WrVlO'](_0x3371a3,_0x77899f);},'BNouQ':_0x468b81[_0x50178e(0x159)]};return async function _0x44a374(_0x9120f1,_0x124641){const _0x263895=_0x50178e,_0x3871e6=_0x468b81[_0x263895(0x21f)](nestedKeyValue,_0x9120f1,[_0x468b81[_0x263895(0x21a)]])||_0x9120f1;let _0x2f52b8=null,_0x2fcda2=null;try{[_0x2fcda2,_0x2f52b8]=_0x3871e6?_0x468b81[_0x263895(0x173)](parseWSEndpoint,_0x3871e6):[null,null],global[_0x263895(0x160)]=_0x2f52b8,logger[_0x263895(0x152)]('Checking\x20for\x20accessibility\x20automation\x20session\x20with\x20'+_0x2fcda2),_0x2fcda2[_0x263895(0x155)](Constants[_0x263895(0x1c6)])&&(global[_0x263895(0x1f9)]=_0x468b81['xmHaP']);}catch(_0xd81df6){logger[_0x263895(0x152)]('Failed\x20to\x20parse\x20wsendpoint\x20'+_0x3871e6+'\x20'+_0xd81df6);}_0x468b81[_0x263895(0x21f)](processAccessibilityCaps,_0x2f52b8,_0x2fcda2);if(global[_0x263895(0x14d)]){const _0x95bb76=await _0x60d7c2[_0x263895(0x181)][_0x263895(0x1b9)](this,[''+Constants['PLAYWRIGHT_HUB_URL']+_0x468b81[_0x263895(0x211)](encodeURIComponent,JSON[_0x263895(0x1a7)](_0x2f52b8))]);return PlaywrightSessionDetails[_0x263895(0x1e4)](_0x95bb76,_0x14f0ed,_0x3871e6),_0x95bb76;}return _0x57ea7c[_0x263895(0x1b9)](this,arguments)['then'](_0x34e4ea=>{const _0x257808=_0x263895;let _0x567e55=_0x9120f1[_0x257808(0x22c)];return _0x4ef81e[_0x257808(0x1c0)](typeof _0x9120f1,_0x4ef81e['BNouQ'])&&(_0x567e55=_0x9120f1),PlaywrightSessionDetails['setupBrowserDetails'](_0x34e4ea,_0x14f0ed,_0x567e55),_0x34e4ea;});};}});const _0x873484=_0x60d7c2[_0x5cbb49(0x226)];Object['defineProperty'](_0x60d7c2,_0x468b81[_0x5cbb49(0x16d)],{'get':function(){return async function _0xb49298(){const _0x5ac5ba=a4_0x5c4c;return _0x873484[_0x5ac5ba(0x1b9)](this,arguments)['then'](_0xb98eba=>{const _0x1140f0=_0x5ac5ba;return PlaywrightSessionDetails[_0x1140f0(0x1e4)](_0xb98eba,null),_0xb98eba;});};}});};class O11yHelper{[a4_0x7c44f9(0x196)]=null;['currentHook']=null;[a4_0x7c44f9(0x1bb)]=![];[a4_0x7c44f9(0x20b)]=![];constructor(_0x497bd0,_0x2ed4d7){const _0x20d96b=a4_0x7c44f9,_0x278e08={'emeiK':_0x20d96b(0x157),'RFcom':function(_0x4ceef6,_0xc874ae){return _0x4ceef6===_0xc874ae;},'yaHHu':_0x20d96b(0x218),'vouYj':function(_0x4d2523,_0x1e76ab){return _0x4d2523(_0x1e76ab);},'kASyg':function(_0x4545b4){return _0x4545b4();}},_0x5e9819=_0x278e08[_0x20d96b(0x171)]['split']('|');let _0x23cf50=0x0;while(!![]){switch(_0x5e9819[_0x23cf50++]){case'0':this['driver']=_0x497bd0;continue;case'1':this[_0x20d96b(0x154)]=new testOpsHelper[(_0x20d96b(0x205))]({'cwd':process[_0x20d96b(0x1ae)]()},this['_testEnv'][_0x20d96b(0x217)]);continue;case'2':this[_0x20d96b(0x210)]&&_0x278e08['RFcom'](this[_0x20d96b(0x210)]['constructor']['name'],_0x278e08[_0x20d96b(0x16c)])&&_0x278e08[_0x20d96b(0x1b5)](mockPWBrowserType,null);continue;case'3':this[_0x20d96b(0x1bb)]=_0x278e08['kASyg'](shouldProcessEventForTesthub);continue;case'4':this[_0x20d96b(0x16e)]=_0x278e08['kASyg'](getTestEnv);continue;case'5':this['frameworkName']=_0x2ed4d7['frameworkName'];continue;}break;}}['start'](){const _0x523f3b=a4_0x7c44f9;if(!this['enabled'])return;testOpsHelper[_0x523f3b(0x14c)](),process[_0x523f3b(0x22e)](_0x523f3b(0x1b1)+process[_0x523f3b(0x14f)]),process['on'](_0x523f3b(0x1b1)+process[_0x523f3b(0x14f)],this[_0x523f3b(0x1e5)]['bind'](this));}async['stop'](){const _0x4c0f10=a4_0x7c44f9;await RequestQueueHandler[_0x4c0f10(0x1ce)]()[_0x4c0f10(0x222)]();}async[a4_0x7c44f9(0x1e5)](_0x1d77f6){const _0x3658c5=a4_0x7c44f9,_0x32f9da={'qeTmi':_0x3658c5(0x1ea),'NZfgB':function(_0x2cbfdc,_0x5067cb){return _0x2cbfdc(_0x5067cb);}};try{this[_0x3658c5(0x174)]&&!this['currentHook']['markedStatus']&&(_0x1d77f6[_0x3658c5(0x1f0)]=this['currentHook']['hookAnalyticsId']);!_0x1d77f6[_0x3658c5(0x1f0)]&&this[_0x3658c5(0x196)]&&!this[_0x3658c5(0x196)][_0x3658c5(0x16b)]&&(_0x1d77f6[_0x3658c5(0x1a4)]=this[_0x3658c5(0x196)]['testAnalyticsId']);if(_0x1d77f6[_0x3658c5(0x1f0)]||_0x1d77f6[_0x3658c5(0x1a4)]){const _0x23f1bf={};_0x23f1bf[_0x3658c5(0x15f)]=_0x32f9da[_0x3658c5(0x18b)],_0x23f1bf[_0x3658c5(0x22b)]=[_0x1d77f6],await SessionHandler[_0x3658c5(0x162)](_0x23f1bf);}}catch(_0x1143e5){_0x32f9da[_0x3658c5(0x1e9)](debug,_0x3658c5(0x1ee)+constants[_0x3658c5(0x189)]+'\x20with\x20error\x20:\x20'+_0x1143e5);}}async[a4_0x7c44f9(0x1d3)](_0x456f3e){const _0x2dde8d=a4_0x7c44f9,_0x3e4be1={'BAcCL':_0x2dde8d(0x1bc),'efCWG':function(_0x54e367,_0x5f07d7){return _0x54e367(_0x5f07d7);}};if(!this[_0x2dde8d(0x1bb)])return;const _0x30b2ae=this[_0x2dde8d(0x188)](this['driver']);try{const _0x1b46cc={};_0x1b46cc[_0x2dde8d(0x1cc)]=_0x456f3e,_0x1b46cc['integrations']=_0x30b2ae;const _0x26adf8=_0x1b46cc,_0x27a9a={};_0x27a9a[_0x2dde8d(0x15f)]=_0x3e4be1['BAcCL'],_0x27a9a['test_run']=_0x26adf8,await SessionHandler[_0x2dde8d(0x162)](_0x27a9a);}catch(_0x44361a){_0x3e4be1[_0x2dde8d(0x190)](debug,_0x2dde8d(0x185)+constants[_0x2dde8d(0x189)]+_0x2dde8d(0x150)+_0x44361a);}}[a4_0x7c44f9(0x188)](_0x521d6f){const _0xfa3ce8=a4_0x7c44f9,_0xb29676={'PsRyH':function(_0x47d162,_0x74fec2){return _0x47d162(_0x74fec2);}};return _0xb29676[_0xfa3ce8(0x17e)](fetchPlatformDetails,_0x521d6f);}[a4_0x7c44f9(0x20a)]=_0x3b4b06=>{const _0x19b4e0=a4_0x7c44f9,_0x3f7202={};_0x3f7202[_0x19b4e0(0x14e)]='_beforeEach',_0x3f7202[_0x19b4e0(0x1ac)]=_0x19b4e0(0x18c);const _0x457167=_0x3f7202;if(!_0x3b4b06||!_0x3b4b06[_0x19b4e0(0x1a2)])return;[_0x457167[_0x19b4e0(0x14e)],_0x457167[_0x19b4e0(0x1ac)]][_0x19b4e0(0x18d)](_0x284da8=>{const _0x26b6fc=_0x19b4e0,_0x2a3c3a=_0x3b4b06[_0x26b6fc(0x1a2)][_0x284da8];_0x2a3c3a[_0x26b6fc(0x18d)](_0x5b319b=>{const _0x2471db=_0x26b6fc;_0x5b319b[_0x2471db(0x151)]&&(_0x5b319b[_0x2471db(0x151)]=null);});});};['mapTestHooks'](_0x5c8776){const _0x1b6dbb=a4_0x7c44f9,_0xc20163={'Xsive':'codeceptjs','joGIH':function(_0xf01192){return _0xf01192();},'Lenfx':function(_0xf73da3,_0x11fd6e){return _0xf73da3===_0x11fd6e;},'nMPGH':_0x1b6dbb(0x18c),'FTeJl':function(_0x1dc993){return _0x1dc993();},'wFtdi':'_beforeAll','ClZhK':'_afterAll','ltFkp':_0x1b6dbb(0x17a)};if(!_0x5c8776||!_0x5c8776[_0x1b6dbb(0x1a2)])return;[_0xc20163[_0x1b6dbb(0x175)],_0xc20163[_0x1b6dbb(0x198)],_0xc20163['ltFkp'],_0xc20163[_0x1b6dbb(0x186)]][_0x1b6dbb(0x18d)](_0xaf7969=>{const _0x4a0512=_0x1b6dbb,_0x20320e=_0x5c8776[_0x4a0512(0x1a2)][_0xaf7969]||[];_0x20320e[_0x4a0512(0x18d)](_0x255fa7=>{const _0xfbbeec=_0x4a0512;if(_0x255fa7[_0xfbbeec(0x191)][_0xfbbeec(0x155)](_0xc20163[_0xfbbeec(0x213)]))return;if(!_0x255fa7[_0xfbbeec(0x151)])_0x255fa7[_0xfbbeec(0x151)]=_0xc20163[_0xfbbeec(0x20d)](uuidv4);else _0x255fa7[_0xfbbeec(0x16b)]&&_0xc20163[_0xfbbeec(0x22a)](_0xaf7969,_0xc20163['nMPGH'])&&(_0x255fa7[_0xfbbeec(0x151)]=_0xc20163['FTeJl'](uuidv4),delete _0x255fa7[_0xfbbeec(0x16b)]);});}),this['mapTestHooks'](_0x5c8776['parent']);}['getHooksForTest'](_0x53e844){const _0x558722=a4_0x7c44f9,_0x25446f={};_0x25446f['TpDZy']='_beforeAll',_0x25446f[_0x558722(0x1c3)]=_0x558722(0x178),_0x25446f[_0x558722(0x164)]='_beforeEach',_0x25446f[_0x558722(0x17d)]='_afterEach';const _0x51c667=_0x25446f;if(!_0x53e844||!_0x53e844[_0x558722(0x1a2)])return[];const _0x3e1078=[];return[_0x51c667[_0x558722(0x224)],_0x51c667[_0x558722(0x1c3)],_0x51c667['WgQay'],_0x51c667[_0x558722(0x17d)]][_0x558722(0x18d)](_0x3af5cf=>{const _0x139e7f=_0x558722,_0x19df22=_0x53e844[_0x139e7f(0x1a2)][_0x3af5cf]||[];_0x19df22[_0x139e7f(0x18d)](_0x4da562=>{const _0x193e37=_0x139e7f;_0x4da562['hookAnalyticsId']&&_0x3e1078[_0x193e37(0x227)](_0x4da562[_0x193e37(0x151)]);});}),[][_0x558722(0x1ff)](_0x3e1078,this[_0x558722(0x22d)](_0x53e844[_0x558722(0x1a2)]));}[a4_0x7c44f9(0x209)](_0x78a418){const _0x96bacd=a4_0x7c44f9,_0x2c8a47=/^"(?<hook>.*)" hook:.*$/,_0x10e3bf=_0x78a418[_0x96bacd(0x191)],_0x4f8a5e=_0x10e3bf[_0x96bacd(0x1d7)](_0x2c8a47);if(_0x4f8a5e&&_0x4f8a5e[_0x96bacd(0x167)])return _0x4f8a5e[_0x96bacd(0x167)][_0x96bacd(0x1f1)][_0x96bacd(0x1b7)]()[_0x96bacd(0x1aa)]('\x20','_');return null;}[a4_0x7c44f9(0x180)](_0x5c3f7a){const _0x41c4ce=a4_0x7c44f9,_0x128ee3={};_0x128ee3[_0x41c4ce(0x1a9)]=function(_0x4b3d24,_0x56090e){return _0x4b3d24===_0x56090e;},_0x128ee3[_0x41c4ce(0x15b)]=function(_0x44fdfa,_0x2317f8){return _0x44fdfa===_0x2317f8;},_0x128ee3[_0x41c4ce(0x149)]=function(_0x5ec369,_0x2c75ed){return _0x5ec369===_0x2c75ed;},_0x128ee3[_0x41c4ce(0x1d5)]=function(_0xe72911,_0x4f0bc3){return _0xe72911===_0x4f0bc3;},_0x128ee3[_0x41c4ce(0x220)]='.git',_0x128ee3[_0x41c4ce(0x1f5)]='config';const _0x1a04de=_0x128ee3,_0x41704f=path[_0x41c4ce(0x212)];if(_0x1a04de[_0x41c4ce(0x1a9)](_0x5c3f7a,null)||_0x1a04de[_0x41c4ce(0x15b)](_0x5c3f7a,'')||_0x1a04de[_0x41c4ce(0x149)](_0x5c3f7a,_0x41704f)||_0x1a04de[_0x41c4ce(0x1d5)](_0x5c3f7a,path[_0x41c4ce(0x166)](_0x5c3f7a)))return null;try{return fs[_0x41c4ce(0x1f2)](path[_0x41c4ce(0x1df)](_0x5c3f7a,_0x1a04de['aOtnP'],_0x1a04de[_0x41c4ce(0x1f5)])),_0x5c3f7a;}catch(_0x5be7b4){const _0x23dfc5=path[_0x41c4ce(0x166)](_0x5c3f7a);return this[_0x41c4ce(0x180)](_0x23dfc5);}}[a4_0x7c44f9(0x1af)](_0x565dd9){const _0x181673=a4_0x7c44f9,_0x579f82={};_0x579f82[_0x181673(0x1e6)]=function(_0x2d8212,_0x47a9d0){return _0x2d8212>_0x47a9d0;};const _0x5e89c5=_0x579f82;if(_0x565dd9[_0x181673(0x1c9)])return _0x565dd9[_0x181673(0x1c9)];if(_0x565dd9[_0x181673(0x1d1)]){const _0x3aaa4d=_0x565dd9[_0x181673(0x1d1)]['currentTest']?this[_0x181673(0x1af)](_0x565dd9[_0x181673(0x1d1)]['currentTest']):null;if(_0x3aaa4d)return _0x3aaa4d;}if(_0x565dd9['parent']){const _0x5bd2ae=this[_0x181673(0x1af)](_0x565dd9[_0x181673(0x1a2)])||(_0x565dd9[_0x181673(0x1a2)]['ctx']&&_0x565dd9[_0x181673(0x1a2)][_0x181673(0x1d1)][_0x181673(0x196)]?this[_0x181673(0x1af)](_0x565dd9[_0x181673(0x1a2)][_0x181673(0x1d1)]['currentTest']):null);if(_0x5bd2ae)return _0x5bd2ae;_0x565dd9['parent'][_0x181673(0x17b)]&&_0x5e89c5[_0x181673(0x1e6)](_0x565dd9[_0x181673(0x1a2)]['suites'][_0x181673(0x21d)],0x0)&&_0x565dd9['parent'][_0x181673(0x17b)][_0x181673(0x18d)](_0x1a439e=>{const _0x5b424d=_0x181673,_0x52c9a9=_0x1a439e['ctx']?this[_0x5b424d(0x1af)](_0x1a439e['ctx']):null;if(_0x52c9a9)return _0x52c9a9;});}return null;}['getHierarchy'](_0xd20751){const _0x5e3658=a4_0x7c44f9,_0x356057={};_0x356057[_0x5e3658(0x170)]=function(_0xa8dd94,_0x14cdf2){return _0xa8dd94!==_0x14cdf2;};const _0x5a13fe=_0x356057,_0x305a52=[];if(_0xd20751&&_0xd20751[_0x5e3658(0x1a2)]){let _0x3ecaee=_0xd20751[_0x5e3658(0x1a2)];while(_0x3ecaee&&_0x5a13fe[_0x5e3658(0x170)](_0x3ecaee[_0x5e3658(0x191)],'')){_0x305a52[_0x5e3658(0x227)](_0x3ecaee[_0x5e3658(0x191)]),_0x3ecaee=_0x3ecaee[_0x5e3658(0x1a2)];}}return _0x305a52;}[a4_0x7c44f9(0x147)](_0xf6427,_0x5ef3f7,_0x55e817=undefined){const _0x3fd7ef=a4_0x7c44f9,_0x32ac41={'twGee':function(_0x5d526e,_0xccff66){return _0x5d526e(_0xccff66);},'pWTOY':function(_0x24d827){return _0x24d827();},'xHJQI':function(_0x1a39d9){return _0x1a39d9();},'errWE':function(_0xbee6c2,_0x17885a){return _0xbee6c2(_0x17885a);},'GWaDl':'util','IeVPt':'err','XMyRE':function(_0x292353,_0x55e5a5){return _0x292353!==_0x55e5a5;},'imKch':_0x3fd7ef(0x1e1),'pRasT':_0x3fd7ef(0x1be),'ukvsR':_0x3fd7ef(0x1e7),'vzWbQ':_0x3fd7ef(0x163),'VmOGo':'skipped','yojRZ':'javascript','sdkUD':function(_0x5daa61,_0x38b52a){return _0x5daa61-_0x38b52a;},'Mzwjj':function(_0x498e68,_0x3e43a0,_0x4b2014,_0x251f20,_0x2f34e1){return _0x498e68(_0x3e43a0,_0x4b2014,_0x251f20,_0x2f34e1);},'GzUNw':function(_0x50b066,_0x2e0464){return _0x50b066!==_0x2e0464;},'onHVX':_0x3fd7ef(0x233),'aDgRh':_0x3fd7ef(0x1c7),'wUmbj':_0x3fd7ef(0x1e3),'VKHOU':_0x3fd7ef(0x1db),'eDXAa':_0x3fd7ef(0x14b),'kpUZX':_0x3fd7ef(0x161),'NbRpt':'expanded','gHBmB':function(_0x4fffbe,_0x5bdaaf){return _0x4fffbe===_0x5bdaaf;},'NMPPl':'hook_run','plRPY':_0x3fd7ef(0x184)};if(!this[_0x3fd7ef(0x1bb)])return;try{if(_0x5ef3f7['fn']&&_0x5ef3f7['fn'][_0x3fd7ef(0x169)]()[_0x3fd7ef(0x1d7)](/browserstack internal helper hook/))return;const _0xa45690=_0x32ac41['twGee'](parseEvent,_0xf6427);if(!_0xa45690)return;if(_0xa45690[_0x3fd7ef(0x207)]){this['currentTest']=_0x5ef3f7,this['currentHook']=null;if(_0xa45690['started']||_0xa45690[_0x3fd7ef(0x1b3)]){_0x5ef3f7['startedAt']=new Date(),_0x5ef3f7[_0x3fd7ef(0x16b)]=![];if(!_0x5ef3f7[_0x3fd7ef(0x20f)])_0x5ef3f7[_0x3fd7ef(0x20f)]=_0x32ac41[_0x3fd7ef(0x165)](uuidv4);else _0x5ef3f7['markedStatus']&&(!_0x5ef3f7['retryOf']&&(_0x5ef3f7['retryOf']=_0x5ef3f7[_0x3fd7ef(0x20f)]),_0x5ef3f7[_0x3fd7ef(0x20f)]=_0x32ac41['pWTOY'](uuidv4));}}else{if(_0xa45690['hook']){this['currentHook']=_0x5ef3f7;if(_0xa45690['started']){_0x5ef3f7[_0x3fd7ef(0x16f)]=new Date(),_0x5ef3f7[_0x3fd7ef(0x16b)]=![];if(!_0x5ef3f7['hookAnalyticsId'])_0x5ef3f7[_0x3fd7ef(0x151)]=_0x32ac41['pWTOY'](uuidv4);else _0x5ef3f7['hookAnalyticsId']&&_0x5ef3f7[_0x3fd7ef(0x16b)]&&(_0x5ef3f7['hookAnalyticsId']=_0x32ac41[_0x3fd7ef(0x1e2)](uuidv4));}}}if(_0xa45690[_0x3fd7ef(0x19e)]&&_0x5ef3f7['markedStatus'])return;let _0x393fcd;try{_0x393fcd=this[_0x3fd7ef(0x1af)](_0x5ef3f7);}catch(_0x4532f2){logger[_0x3fd7ef(0x152)]('failed\x20to\x20get\x20root\x20parent\x20file\x20'+_0x4532f2),_0x393fcd=null;}const _0x565bd0=_0x32ac41[_0x3fd7ef(0x21b)](require,_0x32ac41[_0x3fd7ef(0x216)]);let _0x4670bf=[];_0x55e817&&(_0x4670bf=[_0x55e817,_0x32ac41['IeVPt']]);const _0x4cf351=_0x32ac41[_0x3fd7ef(0x15d)](_0x5ef3f7['errorsDetailed'],undefined)?_0x565bd0[_0x3fd7ef(0x1f8)](_0x5ef3f7[_0x3fd7ef(0x1f7)][0x0]):_0x32ac41[_0x3fd7ef(0x15d)](_0x55e817,undefined)?_0x55e817['toString']():undefined,_0x15031f=_0x393fcd?this[_0x3fd7ef(0x180)](_0x393fcd):null,_0x4b0e3e=_0x393fcd?this['_paths'][_0x3fd7ef(0x1f4)](this[_0x3fd7ef(0x1af)](_0x5ef3f7)):_0x32ac41[_0x3fd7ef(0x18e)];let _0x21b757=_0x32ac41['pRasT'];const _0x30296b=!_0xa45690['started']?new Date()['toISOString']():null;if(_0xa45690[_0x3fd7ef(0x19e)])_0x21b757=_0x55e817?_0x32ac41[_0x3fd7ef(0x182)]:_0x32ac41[_0x3fd7ef(0x1c4)],_0x5ef3f7['markedStatus']=!![];else _0xa45690[_0x3fd7ef(0x1b3)]&&(_0x21b757=_0x32ac41['VmOGo'],_0x5ef3f7[_0x3fd7ef(0x16b)]=!![]);const _0x500c26={'framework':this['frameworkName'],'uuid':_0x5ef3f7[_0x3fd7ef(0x20f)]||_0x5ef3f7[_0x3fd7ef(0x151)],'name':_0x5ef3f7[_0x3fd7ef(0x191)],'body':{'lang':_0x32ac41[_0x3fd7ef(0x168)],'code':_0x5ef3f7[_0x3fd7ef(0x1c2)][_0x3fd7ef(0x169)]()},'type':_0x5ef3f7[_0x3fd7ef(0x15a)],'scope':_0x5ef3f7[_0x3fd7ef(0x1ca)](),'scopes':this[_0x3fd7ef(0x223)](_0x5ef3f7),'file_name':_0x4b0e3e,'vc_filepath':_0x15031f?path['relative'](_0x15031f,_0x393fcd):null,'location':_0x4b0e3e,'result':_0x21b757,'failure_reason':_0x4cf351,'duration_in_ms':_0x5ef3f7[_0x3fd7ef(0x214)]||(_0xa45690[_0x3fd7ef(0x19e)]||_0xa45690['skipped'])?_0x32ac41[_0x3fd7ef(0x21e)](Date[_0x3fd7ef(0x231)](),new Date(_0x5ef3f7['startedAt'])[_0x3fd7ef(0x1d6)]()):null,'started_at':new Date(_0x5ef3f7['startedAt'])[_0x3fd7ef(0x1fe)](),'finished_at':_0x30296b,'failure':testOpsHelper[_0x3fd7ef(0x1b4)][_0x3fd7ef(0x1b9)](null,_0x4670bf),'failure_type':!_0x4cf351?null:testOpsHelper['getFailureType'](_0x4cf351),'retry_of':_0x5ef3f7[_0x3fd7ef(0x1f6)]||null,'tags':_0x5ef3f7[_0x3fd7ef(0x208)]||[],'customRerunParam':{'rerun_name':_0x5ef3f7[_0x3fd7ef(0x1ca)]()}};_0x32ac41[_0x3fd7ef(0x21c)](appendTesthubParams,_0x500c26,_0xf6427,_0x5ef3f7,FRAMEWORKS[_0x3fd7ef(0x1c5)]);if(_0xa45690[_0x3fd7ef(0x1f1)])[_0x500c26[_0x3fd7ef(0x1fb)],_0x500c26[_0x3fd7ef(0x1ab)]]=[this['getHookType'](_0x5ef3f7),_0x5ef3f7['ctx'][_0x3fd7ef(0x207)]['title']],_0xa45690[_0x3fd7ef(0x19e)]?_0x32ac41['GzUNw'](_0x500c26['result'],_0x32ac41[_0x3fd7ef(0x182)])&&(_0x500c26[_0x3fd7ef(0x194)]=_0x32ac41[_0x3fd7ef(0x1c4)]):_0x500c26[_0x3fd7ef(0x1c2)]={};else _0xa45690[_0x3fd7ef(0x207)]&&(this[_0x3fd7ef(0x1fd)](_0x5ef3f7),_0xa45690[_0x3fd7ef(0x1b3)]&&this[_0x3fd7ef(0x20a)](_0x5ef3f7),(_0xa45690[_0x3fd7ef(0x19e)]||_0xa45690['skipped'])&&(_0x500c26[_0x3fd7ef(0x20c)]=this[_0x3fd7ef(0x22d)](_0x5ef3f7)));this[_0x3fd7ef(0x210)]&&(_0xa45690[_0x3fd7ef(0x195)]||_0xa45690['skipped'])&&(_0x500c26[_0x32ac41['onHVX']]=this['getCBTInfo'](this[_0x3fd7ef(0x210)]));_0xa45690['test']&&_0xa45690[_0x3fd7ef(0x19e)]&&_0x5ef3f7[_0x3fd7ef(0x192)]&&(_0x500c26[_0x32ac41[_0x3fd7ef(0x1e8)]]={'feature':{'name':_0x5ef3f7[_0x3fd7ef(0x1a2)]['feature']['name'],'path':_0x500c26[_0x3fd7ef(0x204)],'description':_0x5ef3f7[_0x3fd7ef(0x1a2)][_0x3fd7ef(0x1d2)]},'scenario':{'name':_0x5ef3f7[_0x3fd7ef(0x191)]},'steps':_0x5ef3f7[_0x3fd7ef(0x192)]});const _0x5536ab=_0x500c26[_0x32ac41['wUmbj']][0x0];_0x5536ab&&(_0x500c26[_0x32ac41[_0x3fd7ef(0x1c8)]]=_0x5536ab[_0x32ac41[_0x3fd7ef(0x172)]],_0x500c26[_0x32ac41[_0x3fd7ef(0x1dc)]]=_0x5536ab[_0x32ac41['NbRpt']]);if(_0x5ef3f7[_0x3fd7ef(0x192)])for(const _0xaafdc8 of _0x5ef3f7['bddSteps']){!_0xaafdc8[_0x3fd7ef(0x1da)]&&(_0xaafdc8[_0x3fd7ef(0x1da)]=new Date()[_0x3fd7ef(0x1fe)](),_0x32ac41[_0x3fd7ef(0x229)](_0xaafdc8[_0x3fd7ef(0x194)],_0x32ac41[_0x3fd7ef(0x1f3)])&&(_0x5536ab?(_0xaafdc8['result']=_0x32ac41[_0x3fd7ef(0x182)],_0xaafdc8[_0x3fd7ef(0x1e3)]=_0x5536ab[_0x32ac41[_0x3fd7ef(0x172)]][0x0]):_0xaafdc8[_0x3fd7ef(0x194)]=_0x32ac41[_0x3fd7ef(0x1c4)]));}const _0x2fec67={};_0x2fec67['event_type']=_0xa45690[_0x3fd7ef(0x1b3)]?TEST_EVENTS[_0x3fd7ef(0x1a3)]:_0xf6427;const _0x35b5b3=_0x2fec67;return _0xa45690[_0x3fd7ef(0x1f1)]?_0x35b5b3[_0x32ac41['NMPPl']]=_0x500c26:_0x35b5b3[_0x32ac41[_0x3fd7ef(0x156)]]=_0x500c26,_0x35b5b3;}catch(_0x477cb9){logger[_0x3fd7ef(0x152)](_0x3fd7ef(0x1ad)+_0xf6427+_0x3fd7ef(0x150)+_0x477cb9);}}async['fireEvent'](_0x5d4f13,_0x1d9d3f){const _0x5c7337=a4_0x7c44f9;if(!this['enabled']||!_0x1d9d3f||!_0x5d4f13)return![];try{return await SessionHandler[_0x5c7337(0x162)](_0x1d9d3f);}catch(_0x144013){logger['debug'](_0x5c7337(0x19c)+_0x5d4f13+_0x5c7337(0x150)+_0x144013);}}[a4_0x7c44f9(0x1bd)](_0x1fcecc){const _0x228016=a4_0x7c44f9,_0x4bce51={};_0x4bce51[_0x228016(0x1d4)]='pending';const _0x4848f5=_0x4bce51;return{'id':_0x1fcecc['stepAnalyticsId'],'text':_0x1fcecc[_0x228016(0x18f)],'keyword':_0x1fcecc[_0x228016(0x203)],'started_at':_0x1fcecc[_0x228016(0x16f)][_0x228016(0x1fe)](),'result':_0x4848f5[_0x228016(0x1d4)]};}[a4_0x7c44f9(0x206)](_0x3241dc){const _0x358f65=a4_0x7c44f9,_0x3c97ce={'urEuo':function(_0x10044a){return _0x10044a();}};!this[_0x358f65(0x196)]['bddSteps']&&(this[_0x358f65(0x196)][_0x358f65(0x192)]=[]),!_0x3241dc['stepAnalyticsId']&&(_0x3241dc['stepAnalyticsId']=_0x3c97ce['urEuo'](uuidv4),_0x3241dc[_0x358f65(0x16f)]=new Date(),this['currentTest'][_0x358f65(0x192)][_0x358f65(0x227)](this[_0x358f65(0x1bd)](_0x3241dc)));}[a4_0x7c44f9(0x1fa)](_0x12c79b){const _0x334ebc=a4_0x7c44f9,_0x2664bf={'QISkV':function(_0x33babc,_0x1c4d52){return _0x33babc(_0x1c4d52);},'IzWaJ':_0x334ebc(0x221),'eKmbS':_0x334ebc(0x1be),'KohDG':'passed','lPuPM':function(_0x252eab,_0x14f944){return _0x252eab-_0x14f944;}};let _0x92c85a=this[_0x334ebc(0x196)][_0x334ebc(0x192)]['find'](_0x1ba2d5=>_0x1ba2d5['id']===_0x12c79b['stepAnalyticsId']);_0x2664bf[_0x334ebc(0x1d9)](isUndefined,_0x92c85a)&&(_0x92c85a=this[_0x334ebc(0x1bd)](_0x12c79b)),_0x92c85a[_0x334ebc(0x194)]=[_0x2664bf[_0x334ebc(0x1a8)],_0x2664bf[_0x334ebc(0x200)]][_0x334ebc(0x155)](_0x12c79b[_0x334ebc(0x1a1)])?_0x2664bf[_0x334ebc(0x153)]:_0x12c79b[_0x334ebc(0x1a1)],_0x92c85a['finished_at']=new Date()[_0x334ebc(0x1fe)](),_0x92c85a[_0x334ebc(0x214)]=_0x2664bf['lPuPM'](Date[_0x334ebc(0x231)](),_0x12c79b[_0x334ebc(0x16f)][_0x334ebc(0x1d6)]()),_0x92c85a[_0x334ebc(0x1e3)]=_0x12c79b['err']?_0x12c79b[_0x334ebc(0x183)][_0x334ebc(0x177)]:null;}}const a4_0x3ebaed={};a4_0x3ebaed[a4_0x7c44f9(0x197)]=O11yHelper,a4_0x3ebaed[a4_0x7c44f9(0x1eb)]=STATE_PASSED,a4_0x3ebaed[a4_0x7c44f9(0x1c1)]=STATE_FAILED,a4_0x3ebaed[a4_0x7c44f9(0x230)]=TEST_EVENTS,module[a4_0x7c44f9(0x201)]=a4_0x3ebaed;
|