browserstack-node-sdk 1.52.1 → 1.52.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ats/src/cloudproviders/AWS.js +1 -1
- package/ats/src/cloudproviders/Azure.js +1 -1
- package/ats/src/cloudproviders/CloudProvider.js +1 -1
- package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
- package/ats/src/cloudproviders/utils.js +1 -1
- package/ats/src/commands/configure.js +1 -1
- package/ats/src/commands/connect.js +1 -1
- package/ats/src/commands/connect_commands/grid.js +1 -1
- package/ats/src/commands/create.js +1 -1
- package/ats/src/commands/create_commands/grid.js +1 -1
- package/ats/src/commands/delete.js +1 -1
- package/ats/src/commands/delete_commands/grid.js +1 -1
- package/ats/src/commands/init.js +1 -1
- package/ats/src/commands/list.js +1 -1
- package/ats/src/commands/list_commands/grid_profiles.js +1 -1
- package/ats/src/commands/list_commands/grids.js +1 -1
- package/ats/src/commands/precheck.js +1 -1
- package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
- package/ats/src/commands/start.js +1 -1
- package/ats/src/commands/start_commands/grid.js +1 -1
- package/ats/src/commands/stop.js +1 -1
- package/ats/src/commands/stop_commands/grid.js +1 -1
- package/ats/src/config/constants.js +1 -1
- package/ats/src/config/logger.js +1 -1
- package/ats/src/index.js +1 -1
- package/ats/src/utils/AWSUtils.js +1 -1
- package/ats/src/utils/createAutoscalerStack.js +1 -1
- package/ats/src/utils/createClusterStack.js +1 -1
- package/ats/src/utils/createHubHaStack.js +1 -1
- package/ats/src/utils/createk8sClient.js +1 -1
- package/ats/src/utils/deleteEFSMountTargets.js +1 -1
- package/ats/src/utils/deleteStack.js +1 -1
- package/ats/src/utils/describeStack.js +1 -1
- package/ats/src/utils/gridComponents.js +1 -1
- package/ats/src/utils/hstUtils.js +1 -1
- package/ats/src/utils/instrumentationUtils.js +1 -1
- package/ats/src/utils/userInput.js +1 -1
- package/ats/src/utils/utilityMethods.js +1 -1
- package/ats/src/utils/webSocketUtils.js +1 -1
- package/package.json +5 -5
- 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/puppeteer/patches.js +1 -1
- package/src/bin/puppeteer/sessionDetails.js +1 -1
- package/src/bin/puppeteer/test.setup.js +1 -1
- package/src/bin/runner.js +1 -1
- package/src/bin/setup.js +1 -1
- package/src/bin/test-runner/index.js +1 -1
- package/src/bin/test-runner/runTest.js +1 -1
- package/src/bin/test-runner/testWorker.js +1 -1
- package/src/bin/utils/apiUtilityMethods.js +1 -1
- package/src/bin/utils/clientTroubleshootingService.js +1 -1
- package/src/bin/utils/constants.js +1 -1
- package/src/bin/utils/log4jsAppender.js +1 -1
- package/src/bin/utils/logPatcher.js +1 -1
- package/src/bin/utils/logReportingAPI.js +1 -1
- package/src/bin/utils/playwright-patcher.js +1 -1
- package/src/bin/utils/puppeteer-patcher.js +1 -1
- package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
- package/src/bin/utils/sharedUtils.js +1 -1
- package/src/bin/v2/TestInfo.js +1 -1
- package/src/bin/v2/browserstackCLI.js +1 -1
- package/src/bin/v2/cliUtils.js +1 -1
- package/src/bin/v2/customTagManager.js +1 -1
- package/src/bin/v2/eventDispatcher.js +1 -1
- package/src/bin/v2/framework/automationFramework.js +1 -1
- package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
- package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
- package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
- package/src/bin/v2/framework/jestTestFramework.js +1 -1
- package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
- package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
- package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
- package/src/bin/v2/framework/testFramework.js +1 -1
- package/src/bin/v2/grpcClient.js +1 -1
- package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
- package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
- package/src/bin/v2/instances/trackedContext.js +1 -1
- package/src/bin/v2/instances/trackedInstance.js +1 -1
- package/src/bin/v2/modules/accessibilityModule.js +1 -1
- package/src/bin/v2/modules/baseModule.js +1 -1
- package/src/bin/v2/modules/loadTestModule.js +1 -1
- package/src/bin/v2/modules/observabilityModule.js +1 -1
- package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
- package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
- package/src/bin/v2/modules/testhubModule.js +1 -1
- package/src/bin/v2/state/automationFrameworkState.js +1 -1
- package/src/bin/v2/state/hookState.js +1 -1
- package/src/bin/v2/state/testFrameworkState.js +1 -1
- package/src/bin/v2/uploadAttachmentsManager.js +1 -1
- package/src/bin/v2/utils/cucumber-utils.js +1 -1
- package/src/bin/v2/utils/jest-utils.js +1 -1
- package/src/bin/vanilla-js/command.js +1 -1
- package/src/browserStackSdk.js +1 -1
- package/src/helpers/BrowserStackSetup.js +1 -1
- package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
- package/src/helpers/accessibility-automation/constants.js +1 -1
- package/src/helpers/accessibility-automation/helper.js +1 -1
- package/src/helpers/accessibility-automation/scripts.js +1 -1
- package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
- package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
- package/src/helpers/ats/constants.js +1 -1
- package/src/helpers/ats/helper.js +1 -1
- package/src/helpers/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/puppeteer-helper.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_0x27c022=a1_0xaf8a;(function(_0x411ee6,_0x43e62a){const _0x2dffb0=a1_0xaf8a,_0x309aa3=_0x411ee6();while(!![]){try{const _0xcaa0a1=parseInt(_0x2dffb0(0xcc))/0x1*(parseInt(_0x2dffb0(0x153))/0x2)+parseInt(_0x2dffb0(0xe4))/0x3*(parseInt(_0x2dffb0(0x8b))/0x4)+-parseInt(_0x2dffb0(0x13a))/0x5+parseInt(_0x2dffb0(0xa9))/0x6*(parseInt(_0x2dffb0(0x6f))/0x7)+parseInt(_0x2dffb0(0x95))/0x8+parseInt(_0x2dffb0(0x84))/0x9+-parseInt(_0x2dffb0(0xec))/0xa;if(_0xcaa0a1===_0x43e62a)break;else _0x309aa3['push'](_0x309aa3['shift']());}catch(_0x476994){_0x309aa3['push'](_0x309aa3['shift']());}}}(a1_0x49ed,0x8df41));const fs=require('fs'),util=require(a1_0x27c022(0x127)),{requireModule,markSessionStatus,isUndefined,isTrue,isBrowserstackInfra}=require(a1_0x27c022(0x10d)),logger=require(a1_0x27c022(0xb6))[a1_0x27c022(0xe9)],testOpsHelper=require(a1_0x27c022(0x13f)),requestSpy=require('../../helpers/request-spy'),PlaywrightSessionDetails=require(a1_0x27c022(0x15f)),{O11yHelper,TEST_EVENTS,STATE_PASSED,STATE_FAILED}=require(a1_0x27c022(0x131)),{shouldScanTestForAccessibility,isAccessibilityAutomationSession}=require(a1_0x27c022(0x115)),AccessibilityHelper=require(a1_0x27c022(0x77)),scripts=require(a1_0x27c022(0x86)),PerformanceTester=require(a1_0x27c022(0xa7)),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceHookEvents}=require('../../helpers/performance/constants'),{processWebDriverConfig,shouldPatchExecuteScript}=require(a1_0x27c022(0x150)),testHubConstants=require('../../helpers/testhub/constants.js'),globals=require(a1_0x27c022(0xc4)),CodeceptJS=requireModule('codeceptjs/lib/index.js','codeceptjs'),CodeceptUtils=requireModule(a1_0x27c022(0x13e),a1_0x27c022(0x114)),CodeceptWebDriver=requireModule(a1_0x27c022(0xb3),a1_0x27c022(0x114)),CodeceptRecorder=requireModule('codeceptjs/lib/recorder.js',a1_0x27c022(0x114)),CodeceptPlaywright=requireModule(a1_0x27c022(0xfc),a1_0x27c022(0x114)),playwrightMarkSessionStatus=(_0x208097,_0x16d0e5,_0x49f15f)=>{const _0x581365=a1_0x27c022,_0x27d317={'edRSy':_0x581365(0x72),'tOrAv':function(_0x25ac8e,_0x153106){return _0x25ac8e(_0x153106);}},_0x1e6e73={};_0x1e6e73[_0x581365(0xfe)]=_0x16d0e5;const _0xc8cd39={};_0xc8cd39[_0x581365(0x158)]=_0x27d317['edRSy'],_0xc8cd39['arguments']=_0x1e6e73;const _0x356d5c=_0xc8cd39;return!_0x27d317[_0x581365(0x13d)](isUndefined,_0x49f15f)&&(_0x356d5c[_0x581365(0xf2)]['reason']=JSON[_0x581365(0x104)](_0x49f15f)),_0x208097[_0x581365(0x92)](()=>{},'browserstack_executor:\x20'+JSON[_0x581365(0x104)](_0x356d5c));},o11ySync=PerformanceTester[a1_0x27c022(0xba)](PerformanceO11yEvents['SYNC'],async _0x1ae832=>{const _0x2b9bdd=a1_0x27c022,_0x4b9b18={};_0x4b9b18[_0x2b9bdd(0x12e)]=function(_0x35a18c,_0x2c806a){return _0x35a18c===_0x2c806a;},_0x4b9b18['nfCic']='Playwright';const _0x331be5=_0x4b9b18;_0x331be5['IJWAi'](_0x1ae832[_0x2b9bdd(0x9e)][_0x2b9bdd(0xd9)],_0x331be5['nfCic'])?await _0x1ae832[_0x2b9bdd(0x92)](_0xab51af=>{},testOpsHelper[_0x2b9bdd(0x160)]()):await _0x1ae832[_0x2b9bdd(0x92)](testOpsHelper[_0x2b9bdd(0x160)]());}),markSessionName=PerformanceTester['measureWrapper'](PerformanceAutEvents[a1_0x27c022(0xbd)],async(_0x48259a,_0x3dac64)=>{const _0x3c1a31=a1_0x27c022,_0x62f253={};_0x62f253['oUdNc']=_0x3c1a31(0xe7),_0x62f253[_0x3c1a31(0x8e)]=function(_0x2d6335,_0x2a6e8b){return _0x2d6335===_0x2a6e8b;},_0x62f253[_0x3c1a31(0x123)]=_0x3c1a31(0xc5);const _0x3fc51a=_0x62f253,_0x1a08cc={};_0x1a08cc[_0x3c1a31(0xd9)]=_0x3dac64;const _0x1a8796={};_0x1a8796[_0x3c1a31(0x158)]=_0x3fc51a[_0x3c1a31(0x14e)],_0x1a8796[_0x3c1a31(0xf2)]=_0x1a08cc;const _0x519e39=_0x1a8796;_0x3fc51a[_0x3c1a31(0x8e)](_0x48259a[_0x3c1a31(0x9e)][_0x3c1a31(0xd9)],_0x3fc51a[_0x3c1a31(0x123)])?await _0x48259a[_0x3c1a31(0x92)](()=>{},_0x3c1a31(0xad)+JSON[_0x3c1a31(0x104)](_0x519e39)):await _0x48259a['executeScript']('browserstack_executor:\x20'+JSON[_0x3c1a31(0x104)](_0x519e39));}),patchSaveScreenshot=_0x3a92e8=>{const _0x376545=a1_0x27c022,_0x1485d7={'SocuU':_0x376545(0xdc),'FuwJK':'TEST_SCREENSHOT','MRsXu':function(_0x51346e){return _0x51346e();},'Omuhv':function(_0x2f37c8,_0x17b940){return _0x2f37c8(_0x17b940);},'RxVOQ':_0x376545(0x89)};_0x1485d7['Omuhv'](isTrue,process['env']['BS_TESTOPS_ALLOW_SCREENSHOTS'])&&!_0x3a92e8['patchSaveScreenshot']&&(_0x3a92e8[_0x376545(0x113)]=!![],_0x3a92e8[_0x376545(0xd4)]=_0x3a92e8[_0x376545(0x143)],_0x3a92e8['saveScreenshot']=(_0x1f71d8,_0x21c998=![])=>{return new Promise(function(_0x18238e,_0x33acb5){const _0x1b7a2f=a1_0xaf8a,_0x206fe0={'DSPfJ':_0x1485d7['SocuU'],'bOxTs':_0x1485d7['FuwJK'],'rwpOY':function(_0x41849a){return _0x1485d7['MRsXu'](_0x41849a);},'sIRjc':function(_0x37b925,_0x3d2e35){return _0x1485d7['Omuhv'](_0x37b925,_0x3d2e35);},'GLaWT':_0x1485d7[_0x1b7a2f(0xc1)]};_0x3a92e8[_0x1b7a2f(0xd4)](_0x1f71d8,_0x21c998)[_0x1b7a2f(0x14b)](()=>{const _0x3a52d1=_0x1b7a2f,_0x15b3ea=CodeceptUtils[_0x3a52d1(0x168)](_0x1f71d8);if(_0x15b3ea){const _0x25e3af=fs[_0x3a52d1(0xd5)](_0x15b3ea);process[_0x3a52d1(0xf5)](_0x3a52d1(0x12d)+process[_0x3a52d1(0x128)],{'timestamp':new Date()['toISOString'](),'message':_0x25e3af[_0x3a52d1(0xd7)](_0x206fe0[_0x3a52d1(0x12a)]),'kind':_0x206fe0[_0x3a52d1(0x99)]}),_0x206fe0[_0x3a52d1(0x163)](_0x18238e);}_0x206fe0['sIRjc'](_0x33acb5,new Error(_0x206fe0[_0x3a52d1(0x169)]));})[_0x1b7a2f(0x12f)](()=>null);});});},patchWebDriverBefore=_0x6ab675=>{const _0xacdad6=a1_0x27c022,_0x5e7617={'HHDeo':function(_0x10e3f2){return _0x10e3f2();},'IqEEk':function(_0xb97ead,_0x56aab5){return _0xb97ead(_0x56aab5);},'uYXTZ':function(_0x1b2a2f,_0x3607ac){return _0x1b2a2f===_0x3607ac;},'EMMcA':_0xacdad6(0x71),'PjFgV':function(_0x27887a,_0x106609){return _0x27887a===_0x106609;},'QSbrB':_0xacdad6(0x13c),'SQdmU':_0xacdad6(0x101),'hUiRW':function(_0x998839,_0x121131){return _0x998839(_0x121131);}},_0x4d0b27=async function(_0x43759d,_0x35fd97){const _0x349fe7=_0xacdad6;_0x5e7617[_0x349fe7(0xdd)](isAccessibilityAutomationSession)&&!global[_0x349fe7(0x15c)]&&global[_0x349fe7(0x141)]&&scripts[_0x349fe7(0xb1)](_0x43759d['name'])&&_0x5e7617[_0x349fe7(0x8f)](shouldPatchExecuteScript,arguments[0x2])&&(global[_0x349fe7(0x15c)]=!![],await PerformanceTester[_0x349fe7(0xba)](PerformanceA11yEvents[_0x349fe7(0x137)],async()=>{const _0x4b8f2e=_0x349fe7;logger['debug'](_0x4b8f2e(0x122)+_0x43759d[_0x4b8f2e(0x11e)]+'\x20'+_0x43759d[_0x4b8f2e(0xd9)]),await AccessibilityHelper[_0x4b8f2e(0x118)](_0x6ab675,scripts[_0x4b8f2e(0x157)]);},{'command':_0x43759d['name']})());global[_0x349fe7(0x15c)]=![];const _0x37870e=JSON[_0x349fe7(0xd2)](process['env'][_0x349fe7(0xbe)]||'{}');if(_0x5e7617['uYXTZ'](_0x37870e?.[_0x349fe7(0x9f)]?.[_0x349fe7(0xd9)],_0x5e7617[_0x349fe7(0x151)])&&_0x5e7617[_0x349fe7(0xda)](typeof _0x37870e?.['testFramework']?.[_0x349fe7(0x11c)],_0x5e7617['QSbrB'])&&_0x37870e?.[_0x349fe7(0x9f)]?.['version'][_0x349fe7(0xa1)]('7'))return _0x35fd97[_0x349fe7(0xb9)](null,Array['prototype']['slice']['call'](arguments,0x2));return _0x35fd97[_0x349fe7(0xb9)](this,Array[_0x349fe7(0xc6)][_0x349fe7(0xa5)][_0x349fe7(0xfb)](arguments,0x2));},_0x3456f4=CodeceptWebDriver[_0xacdad6(0xc6)][_0xacdad6(0x90)];CodeceptWebDriver[_0xacdad6(0xc6)][_0xacdad6(0x90)]=async function(){const _0x45b871=_0xacdad6;try{await _0x3456f4['apply'](this,arguments);}catch(_0x21e437){logger['debug'](_0x45b871(0xa8)+util[_0x45b871(0xc8)](_0x21e437));}scripts[_0x45b871(0xed)][_0x45b871(0x7f)](_0x52edba=>_0x52edba[_0x45b871(0xd9)]&&_0x52edba[_0x45b871(0x11e)])[_0x45b871(0xac)](_0x30a55c=>{const _0x5f40b2=_0x45b871;this[_0x5f40b2(0xeb)][_0x5f40b2(0x98)](_0x30a55c['name'],_0x4d0b27[_0x5f40b2(0x12c)](this,_0x30a55c),_0x5e7617[_0x5f40b2(0xda)](_0x30a55c[_0x5f40b2(0x11e)],_0x5e7617[_0x5f40b2(0x94)]));}),_0x5e7617[_0x45b871(0x11a)](processWebDriverConfig,_0x6ab675);};};function parseJwt(_0x588e29){const _0x573a0e=a1_0x27c022,_0x23482d={};_0x23482d['qguGc']=_0x573a0e(0xdc);const _0x392e8a=_0x23482d;if(!_0x588e29)return null;return JSON['parse'](Buffer[_0x573a0e(0xdf)](_0x588e29[_0x573a0e(0x161)]('.')[0x1],_0x392e8a[_0x573a0e(0x7b)])['toString']());}function a1_0x49ed(){const _0x1eb030=['Screenshot\x20path\x20not\x20found','qQLTF','12weNVyc','test-skipped','__skipSessionStatus','QfhmX','IqEEk','_before','HUGxJ','executeScript','GdfKq','SQdmU','1177704AmfKjR','jmzXo','patch','overwriteCommand','bOxTs','SDK_PRE_TEST','debug','captureEvent','stop','constructor','testFramework','ujIuG','startsWith','stack','ZAwgh','SDK_HOOK','slice','dkbsE','../../helpers/performance/performance-tester','Failed\x20to\x20execute\x20_before:\x20','12xGOpYI','end','afterTest','forEach','browserstack_executor:\x20','ENV_VAR','kcWsm','test-failed','shouldWrapCommand','started','codeceptjs/lib/helper/WebDriver.js','dzPHr','getAccessibilityResultsSummary','../../helpers/logger','bddStep-before','before','apply','measureWrapper','helpers','push','SESSION_NAME','FRAMEWORK_DETAILS','SDK_POST_INITIALIZE','browserContext','RxVOQ','pages','TEST_RUN_FINISHED','../../helpers/globals.js','Playwright','prototype','url','format','INFO','JIPaU','args','3385PbRKDz','WebDriver','sTqSN','fYHTs','dispatcher','title','parse','bTMno','initSaveScreenshot','readFileSync','YnsDz','toString','SDK_TEST','name','PjFgV','testAnalyticsId','base64','HHDeo','UvOij','from','ZyHmJ','piEPW','vPovF','__workerDetails','394065kQGQZi','slFsw','test','setSessionName','BS_A11Y_JWT','winstonLogger','TGbSz','browser','1946100xDXgeR','commandsToWrap','hook-passed','CiIzO','faoqN','hook','arguments','message','vrClN','emit','Puppeteer','SDK_POST_TEST','toISOString','RsGaU','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','call','codeceptjs/lib/helper/Playwright.js','container','status','devtools://','AhrjE','Element','enabled','fkfDB','stringify','bddStep-after','WpZyI','tRSVk','vOwIw','stHPx','HOOK_RUN_STARTED','startMonitoring','TEST_RUN_STARTED','../../helpers/helper','BROWSERSTACK_TESTHUB_UUID','domForge','BROWSERSTACK_TESTHUB_JWT','thJwtToken','warn','patchSaveScreenshot','codeceptjs','../../helpers/accessibility-automation/helper','thTestRunUuid','isArray','browserStackExecuteDriver','rxYsj','hUiRW','exports','version','fireEvent','class','add','kOLXc','DIvvn','Performing\x20scan\x20for\x20','jPenN','hookType','passed','SDK_PRE_INITIALIZE','util','pid','thBuildUuid','DSPfJ','after','bind','bs:addLog:','IJWAi','catch','event','./o11yHelper','--auto-open-devtools-for-tabs','env','RuuGY','restore','a11y_core_config','PERFORM_SCAN','failed','qobzw','3922135hhFioS','VNHjg','string','tOrAv','codeceptjs/lib/utils.js','../../helpers/test-observability/utils','HOOK_RUN_FINISHED','accessibilityPlatform','QcfqI','saveScreenshot','addRequestSpy','skipSessionStatus','ZRQpl','step','captureError','chromium','includes','then','bddStepFinish','command','oUdNc','test-passed','./helper.js','EMMcA','saveTestResults','522CslEau','pjOkY','hook-started','XMmZz','performScan','action','ctx','comment','test-after','bstackAllyScanning','getResults','contexts','../../bin/playwright/sessionDetails','getSyncScript','split','test-started','rwpOY','qHQZU','nzaZq','test-before','DErCX','screenshotOutputFolder','GLaWT','SSCex','skipSessionName','37709toMmye','setGlobal','webdriverio','setSessionStatus','titlePath','getAccessibilityResults','SESSION_STATUS','TEST_RUN_SKIPPED','../../bin/playwright/accessibility-helper','find','start','bddStep','qguGc','SCrFF','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','GET_RESULTS','filter','all','HDRxT','TEST_LOG','GMsnz','1124469Xwhbve','GET_RESULTS_SUMMARY','../../helpers/accessibility-automation/scripts','config','stopMonitoring'];a1_0x49ed=function(){return _0x1eb030;};return a1_0x49ed();}const patchPlaywrightBefore=()=>{const _0x430ef9=a1_0x27c022,_0x4e219c={'SCrFF':function(_0x1e8f9e){return _0x1e8f9e();},'BdYKt':_0x430ef9(0xff),'GMsnz':_0x430ef9(0x132),'tRSVk':function(_0x1738e7,_0xa9142d){return _0x1738e7(_0xa9142d);},'kOLXc':function(_0x58790c,_0x39ccf2){return _0x58790c+_0x39ccf2;},'pbdTz':'\x0aStack:\x20','vOwIw':function(_0x1c907c){return _0x1c907c();}};PlaywrightSessionDetails[_0x430ef9(0x97)]();const _0x3ab83e=CodeceptPlaywright['prototype'][_0x430ef9(0x90)];CodeceptPlaywright[_0x430ef9(0xc6)]['_before']=async function(){const _0x19146c=_0x430ef9,_0x56877e={'bESxl':function(_0xd26b68){const _0x9142c4=a1_0xaf8a;return _0x4e219c[_0x9142c4(0x7c)](_0xd26b68);},'DIvvn':_0x4e219c['BdYKt'],'bTMno':_0x4e219c[_0x19146c(0x83)],'WpZyI':function(_0x26871b){return _0x4e219c['SCrFF'](_0x26871b);},'CpHGd':function(_0x486e07,_0x4d9a4a){const _0x1e96e5=_0x19146c;return _0x4e219c[_0x1e96e5(0x107)](_0x486e07,_0x4d9a4a);},'RsGaU':function(_0x44f95c,_0xa0c840){const _0x2b13b6=_0x19146c;return _0x4e219c[_0x2b13b6(0x120)](_0x44f95c,_0xa0c840);},'vrClN':_0x4e219c['pbdTz']};this['browserContext']=await this[_0x19146c(0xeb)][_0x19146c(0x15e)]()[0x0];const _0x14d1f7=async()=>{const _0x5ad95b=_0x19146c,_0x51ec18={'SSCex':function(_0x25ceb4){return _0x56877e['bESxl'](_0x25ceb4);},'vPovF':_0x56877e[_0x5ad95b(0x121)]},_0xd33306=this[_0x5ad95b(0x87)]&&this[_0x5ad95b(0x87)][_0x5ad95b(0x149)]&&this[_0x5ad95b(0x87)]['chromium'][_0x5ad95b(0xcb)]&&Array[_0x5ad95b(0x117)](this['config']['chromium'][_0x5ad95b(0xcb)])&&this['config'][_0x5ad95b(0x149)][_0x5ad95b(0xcb)][_0x5ad95b(0x14a)](_0x56877e[_0x5ad95b(0xd3)]);if(_0x56877e[_0x5ad95b(0x106)](isAccessibilityAutomationSession)&&!_0xd33306)try{const _0x45904b=_0x56877e['CpHGd'](parseJwt,process[_0x5ad95b(0x133)][_0x5ad95b(0xe8)]);if(_0x45904b&&_0x45904b[_0x5ad95b(0x136)]&&_0x45904b[_0x5ad95b(0x136)][_0x5ad95b(0x10f)]){const _0x383b9c=this[_0x5ad95b(0xc0)][_0x5ad95b(0xc2)][_0x5ad95b(0x12c)](this[_0x5ad95b(0xc0)]);this[_0x5ad95b(0xc0)][_0x5ad95b(0xc2)]=async function(){const _0x1ebf54=_0x5ad95b,_0x296667=await _0x51ec18[_0x1ebf54(0x16a)](_0x383b9c),_0x3c026b=[];for(const _0x48b93d of _0x296667){try{const _0x9a995e=await _0x48b93d[_0x1ebf54(0xc7)]();!_0x9a995e['startsWith'](_0x51ec18[_0x1ebf54(0xe2)])&&_0x3c026b[_0x1ebf54(0xbc)](_0x48b93d);}catch(_0xd9b622){_0x3c026b['push'](_0x48b93d);}}return _0x3c026b;};}if(!_0x56877e[_0x5ad95b(0x106)](isBrowserstackInfra)){const _0x435482=await this['page'][_0x5ad95b(0xc7)]();if(_0x435482[_0x5ad95b(0xa1)](_0x56877e[_0x5ad95b(0x121)])){const _0x128689=await this[_0x5ad95b(0xc0)][_0x5ad95b(0xc2)]();this['_setPage'](_0x128689[0x0]);}}}catch(_0xcaa58a){logger[_0x5ad95b(0x9b)]('Failed\x20to\x20patch\x20pages\x20method\x20in\x20browserContext\x20for\x20a11y\x20domForge:\x20'+_0xcaa58a[_0x5ad95b(0xf3)]+(_0xcaa58a[_0x5ad95b(0xa2)]?_0x56877e[_0x5ad95b(0xf9)](_0x56877e[_0x5ad95b(0xf4)],_0xcaa58a[_0x5ad95b(0xa2)]):''));}};_0x4e219c[_0x19146c(0x108)](isBrowserstackInfra)&&await _0x4e219c[_0x19146c(0x7c)](_0x14d1f7),await _0x3ab83e[_0x19146c(0xb9)](this,arguments),!_0x4e219c['vOwIw'](isBrowserstackInfra)&&await _0x4e219c[_0x19146c(0x7c)](_0x14d1f7);};},getCodeceptDriver=()=>{const _0x4ebf1e=a1_0x27c022,_0x55410f={};_0x55410f['ZRQpl']=_0x4ebf1e(0xcd),_0x55410f[_0x4ebf1e(0x100)]=_0x4ebf1e(0xc5),_0x55410f[_0x4ebf1e(0x164)]=_0x4ebf1e(0xf6),_0x55410f[_0x4ebf1e(0x93)]='TestCafe';const _0x5badce=_0x55410f,_0x116001=[_0x5badce[_0x4ebf1e(0x146)],_0x5badce[_0x4ebf1e(0x100)],_0x5badce[_0x4ebf1e(0x164)],_0x5badce[_0x4ebf1e(0x93)]],_0x2930e2=_0x116001[_0x4ebf1e(0x78)](_0x1cecd7=>!!CodeceptJS[_0x4ebf1e(0xfd)][_0x4ebf1e(0xbb)](_0x1cecd7));if(!_0x2930e2)return null;return CodeceptJS['container']['helpers'](_0x2930e2);};function a1_0xaf8a(_0xda626f,_0x57b603){const _0x49ed23=a1_0x49ed();return a1_0xaf8a=function(_0xaf8a57,_0x414785){_0xaf8a57=_0xaf8a57-0x6f;let _0x5910dd=_0x49ed23[_0xaf8a57];return _0x5910dd;},a1_0xaf8a(_0xda626f,_0x57b603);}module[a1_0x27c022(0x11b)]=function(_0x2d49a2){const _0x8a1096=a1_0x27c022,_0x3499da={'QcfqI':function(_0x19dd08){return _0x19dd08();},'fkfDB':function(_0x52400d,_0x4ea7d7){return _0x52400d(_0x4ea7d7);},'qQLTF':_0x8a1096(0xb5),'fYHTs':'Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20summary.','TGbSz':_0x8a1096(0x74),'kLDqd':_0x8a1096(0xfa),'RuuGY':_0x8a1096(0x155),'ujIuG':_0x8a1096(0xee),'XMmZz':'hook-failed','HUGxJ':'browserstackTestName','pjOkY':function(_0x1642b6){return _0x1642b6();},'ZyHmJ':_0x8a1096(0x166),'slFsw':function(_0x42b850,_0x3fdbd3,_0x532651){return _0x42b850(_0x3fdbd3,_0x532651);},'stHPx':_0x8a1096(0x162),'baafK':_0x8a1096(0x14f),'EoDVk':function(_0x5a19b8){return _0x5a19b8();},'kcWsm':function(_0x41e28a,_0x3e3a76,_0x1f98cf,_0x1c75ad){return _0x41e28a(_0x3e3a76,_0x1f98cf,_0x1c75ad);},'UvOij':function(_0x5e6006,_0x305bde){return _0x5e6006===_0x305bde;},'piEPW':'Suite','JIPaU':_0x8a1096(0xb0),'nzaZq':_0x8a1096(0x8c),'ZAwgh':_0x8a1096(0xab),'KtKrq':function(_0x33ea60,_0x18930c,_0x2ad468){return _0x33ea60(_0x18930c,_0x2ad468);},'VNHjg':'Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','sTqSN':_0x8a1096(0x15b),'aVPvr':_0x8a1096(0xc9),'HDRxT':_0x8a1096(0x82),'DErCX':'step-comment','faoqN':_0x8a1096(0xb7),'dkbsE':_0x8a1096(0x105),'jmzXo':function(_0x12b55f){return _0x12b55f();},'CiIzO':_0x8a1096(0xc5)};_0x2d49a2[_0x8a1096(0x145)]&&(global[_0x8a1096(0x8d)]=_0x2d49a2[_0x8a1096(0x145)]);PerformanceTester[_0x8a1096(0x10b)]();const _0x588b40=_0x3499da[_0x8a1096(0x96)](getCodeceptDriver),_0x5ee1d4=new O11yHelper(_0x588b40,_0x2d49a2),_0x3c7738=!!CodeceptJS[_0x8a1096(0xfd)][_0x8a1096(0xbb)](_0x3499da[_0x8a1096(0xef)]);global['__driver']=_0x588b40,_0x588b40&&(PerformanceTester[_0x8a1096(0xba)](PerformanceEvents[_0x8a1096(0x126)],()=>{const _0x31fca6=_0x8a1096;_0x3c7738?_0x3499da[_0x31fca6(0x142)](patchPlaywrightBefore):_0x3499da[_0x31fca6(0x103)](patchWebDriverBefore,_0x588b40);})(),PerformanceTester[_0x8a1096(0xba)](PerformanceEvents[_0x8a1096(0xbf)],()=>{const _0x24e074=_0x8a1096;_0x588b40[_0x24e074(0xb5)]=async()=>{const _0x2033ff=_0x24e074;if(global[_0x2033ff(0x141)]){const _0x1201ef={};return _0x1201ef[_0x2033ff(0x14d)]=_0x3499da[_0x2033ff(0x8a)],await PerformanceTester[_0x2033ff(0xba)](PerformanceA11yEvents[_0x2033ff(0x137)],async()=>{const _0x1ec3f9=_0x2033ff;return await AccessibilityHelper[_0x1ec3f9(0x118)](_0x588b40,scripts[_0x1ec3f9(0x157)]);},_0x1201ef)(),await PerformanceTester[_0x2033ff(0xba)](PerformanceA11yEvents[_0x2033ff(0x85)],async()=>{const _0x1fe265=_0x2033ff;return await AccessibilityHelper[_0x1fe265(0x118)](_0x588b40,scripts['getResultsSummary']);})();}return logger[_0x2033ff(0x112)](_0x3499da[_0x2033ff(0xcf)]),{};},_0x588b40['getAccessibilityResults']=async()=>{const _0x52778f=_0x24e074;if(global[_0x52778f(0x141)]){const _0x187de8={};return _0x187de8['command']=_0x3499da[_0x52778f(0xea)],await PerformanceTester[_0x52778f(0xba)](PerformanceA11yEvents[_0x52778f(0x137)],async()=>{const _0x1da19e=_0x52778f;return await AccessibilityHelper[_0x1da19e(0x118)](_0x588b40,scripts[_0x1da19e(0x157)]);},_0x187de8)(),await PerformanceTester[_0x52778f(0xba)](PerformanceA11yEvents[_0x52778f(0x7e)],async()=>{const _0x5af28e=_0x52778f;return await AccessibilityHelper[_0x5af28e(0x118)](_0x588b40,scripts[_0x5af28e(0x15d)]);})();}return logger['warn'](_0x3499da['kLDqd']),{};},_0x3499da[_0x24e074(0x103)](patchSaveScreenshot,_0x588b40);})()),CodeceptJS[_0x8a1096(0x130)][_0x8a1096(0xd0)]['on'](CodeceptJS[_0x8a1096(0x130)][_0x8a1096(0x80)][_0x8a1096(0xb8)],()=>{const _0x21d88f=_0x8a1096;PerformanceTester[_0x21d88f(0x79)](PerformanceEvents[_0x21d88f(0x9a)]);try{_0x5ee1d4[_0x21d88f(0x79)](),testOpsHelper[_0x21d88f(0x144)](),PerformanceTester[_0x21d88f(0xaa)](PerformanceEvents[_0x21d88f(0x9a)]);}catch(_0xdad495){PerformanceTester[_0x21d88f(0x148)](_0xdad495),PerformanceTester[_0x21d88f(0xaa)](PerformanceEvents[_0x21d88f(0x9a)],![],_0xdad495);}}),CodeceptJS[_0x8a1096(0x130)]['dispatcher']['on'](CodeceptJS[_0x8a1096(0x130)][_0x8a1096(0x80)][_0x8a1096(0x12b)],async()=>{const _0x75d203=_0x8a1096;PerformanceTester['start'](PerformanceEvents[_0x75d203(0xf7)]);try{requestSpy[_0x75d203(0x135)](),await _0x5ee1d4[_0x75d203(0x9d)](),PerformanceTester['end'](PerformanceEvents['SDK_POST_TEST']);}catch(_0x54cf9e){PerformanceTester['captureError'](_0x54cf9e),PerformanceTester['end'](PerformanceEvents[_0x75d203(0xf7)],![],_0x54cf9e);}finally{PerformanceTester[_0x75d203(0x88)]();}}),CodeceptJS['event']['dispatcher']['on'](CodeceptJS[_0x8a1096(0x130)][_0x8a1096(0xf1)][_0x8a1096(0xb2)],_0x4ebb02=>{const _0x1a56f9=_0x8a1096;PerformanceTester[_0x1a56f9(0x79)](PerformanceEvents[_0x1a56f9(0xa4)]);try{const _0x526bd8=_0x4ebb02[_0x1a56f9(0x159)][_0x1a56f9(0xe6)],_0x55e363=_0x5ee1d4[_0x1a56f9(0x9c)](TEST_EVENTS[_0x1a56f9(0x10a)],_0x526bd8);CodeceptRecorder['add'](()=>_0x5ee1d4[_0x1a56f9(0x11d)](TEST_EVENTS[_0x1a56f9(0x10a)],_0x55e363));const _0x2ee8d4={};_0x2ee8d4[_0x1a56f9(0x124)]=_0x3499da[_0x1a56f9(0x134)],PerformanceTester[_0x1a56f9(0xaa)](PerformanceEvents[_0x1a56f9(0xa4)],!![],null,_0x2ee8d4);}catch(_0x422996){const _0x41d7c3={};_0x41d7c3[_0x1a56f9(0x124)]=_0x3499da[_0x1a56f9(0x134)],PerformanceTester['end'](PerformanceEvents[_0x1a56f9(0xa4)],![],_0x422996,_0x41d7c3),PerformanceTester[_0x1a56f9(0x148)](_0x422996);}}),CodeceptJS[_0x8a1096(0x130)][_0x8a1096(0xd0)]['on'](CodeceptJS[_0x8a1096(0x130)]['hook']['passed'],_0xfc2c1a=>{const _0x4d101a=_0x8a1096,_0x498ec8={};_0x498ec8[_0x4d101a(0x124)]=_0x3499da['ujIuG'],PerformanceTester[_0x4d101a(0x79)](PerformanceHookEvents[_0x4d101a(0xa4)],!![],null,_0x498ec8);try{const _0x522871=_0xfc2c1a[_0x4d101a(0x159)]['test'],_0x2ee503=_0x5ee1d4[_0x4d101a(0x9c)](TEST_EVENTS['HOOK_RUN_FINISHED'],_0x522871);CodeceptRecorder[_0x4d101a(0x11f)](()=>_0x5ee1d4[_0x4d101a(0x11d)](TEST_EVENTS[_0x4d101a(0x140)],_0x2ee503));const _0x30418d={};_0x30418d[_0x4d101a(0x124)]=_0x3499da[_0x4d101a(0xa0)],PerformanceTester[_0x4d101a(0xaa)](PerformanceHookEvents[_0x4d101a(0xa4)],!![],null,_0x30418d);}catch(_0xda254){PerformanceTester['captureError'](_0xda254);const _0x4b3c12={};_0x4b3c12['hookType']=_0x3499da[_0x4d101a(0xa0)],PerformanceTester['end'](PerformanceHookEvents[_0x4d101a(0xa4)],![],_0xda254,_0x4b3c12);}}),CodeceptJS['event'][_0x8a1096(0xd0)]['on'](CodeceptJS[_0x8a1096(0x130)][_0x8a1096(0xf1)][_0x8a1096(0x138)],async(_0x2bd826,_0x2d5bed)=>{const _0x8546c=_0x8a1096;PerformanceTester[_0x8546c(0x79)](PerformanceHookEvents[_0x8546c(0xa4)]);try{const _0x59c56f=_0x2bd826[_0x8546c(0x159)][_0x8546c(0xe6)],_0x5b377d=_0x5ee1d4[_0x8546c(0x9c)](TEST_EVENTS['HOOK_RUN_FINISHED'],_0x59c56f,_0x2d5bed);CodeceptRecorder[_0x8546c(0x11f)](()=>_0x5ee1d4[_0x8546c(0x11d)](TEST_EVENTS[_0x8546c(0x140)],_0x5b377d));const _0x1c6d0b={};_0x1c6d0b[_0x8546c(0x124)]=_0x3499da[_0x8546c(0x156)],PerformanceTester[_0x8546c(0x79)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x1c6d0b);}catch(_0x46ea3a){PerformanceTester[_0x8546c(0x148)](_0x46ea3a);const _0x384639={};_0x384639[_0x8546c(0x124)]=_0x3499da[_0x8546c(0x156)],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],![],_0x46ea3a,_0x384639);}const _0x226356={};_0x226356[_0x8546c(0x124)]=_0x3499da[_0x8546c(0x156)],PerformanceTester['end'](PerformanceHookEvents[_0x8546c(0xa4)],!![],null,_0x226356);}),CodeceptJS[_0x8a1096(0x130)]['dispatcher']['on'](CodeceptJS[_0x8a1096(0x130)][_0x8a1096(0xe6)]['before'],_0x4da735=>{const _0x3c7563=_0x8a1096;PerformanceTester[_0x3c7563(0x79)](PerformanceHookEvents[_0x3c7563(0xa4)]);try{globals[_0x3c7563(0x70)](_0x3499da[_0x3c7563(0x91)],_0x4da735[_0x3c7563(0xd1)]);_0x3499da[_0x3c7563(0x154)](isBrowserstackInfra)&&(_0x3c7738&&(global[_0x3c7563(0xe3)]={'currentTest':{'name':_0x4da735[_0x3c7563(0xd1)],'testInfo':{'titlePath':_0x4da735[_0x3c7563(0x73)]()}}}));const _0x163058={};_0x163058[_0x3c7563(0x124)]=_0x3499da[_0x3c7563(0xe0)],PerformanceTester[_0x3c7563(0xaa)](PerformanceHookEvents[_0x3c7563(0xa4)],!![],null,_0x163058);}catch(_0x5e1bb8){PerformanceTester['captureError'](_0x5e1bb8);const _0xb10b39={};_0xb10b39['hookType']=_0x3499da[_0x3c7563(0xe0)],PerformanceTester[_0x3c7563(0xaa)](PerformanceHookEvents['SDK_HOOK'],![],_0x5e1bb8,_0xb10b39);}}),CodeceptJS[_0x8a1096(0x130)]['dispatcher']['on'](CodeceptJS['event'][_0x8a1096(0xe6)][_0x8a1096(0xb2)],_0x1fe867=>{const _0x123bbb=_0x8a1096,_0x2fe416={'qobzw':function(_0x39adfe){return _0x3499da['QcfqI'](_0x39adfe);},'YnsDz':function(_0x573d1e,_0x4aa890){const _0x2fa6a9=a1_0xaf8a;return _0x3499da[_0x2fa6a9(0x103)](_0x573d1e,_0x4aa890);},'dzPHr':function(_0x1a6066,_0xc2a370,_0x474549){const _0x56ea45=a1_0xaf8a;return _0x3499da[_0x56ea45(0xe5)](_0x1a6066,_0xc2a370,_0x474549);}};PerformanceTester['start'](PerformanceHookEvents[_0x123bbb(0xa4)]);try{globals[_0x123bbb(0x70)](_0x3499da[_0x123bbb(0x91)],_0x1fe867[_0x123bbb(0xd1)]);const _0x51e274=_0x5ee1d4[_0x123bbb(0x9c)](TEST_EVENTS['TEST_RUN_STARTED'],_0x1fe867);CodeceptRecorder['add'](()=>_0x5ee1d4[_0x123bbb(0x11d)](TEST_EVENTS[_0x123bbb(0x10c)],_0x51e274)),CodeceptRecorder[_0x123bbb(0x11f)](async()=>{const _0x146bac=_0x123bbb;_0x2fe416[_0x146bac(0x139)](isBrowserstackInfra)&&(!_0x2fe416[_0x146bac(0xd6)](isTrue,_0x2d49a2[_0x146bac(0x16b)])&&await _0x2fe416[_0x146bac(0xb4)](markSessionName,_0x588b40,_0x1fe867[_0x146bac(0xd1)]),_0x5ee1d4[_0x146bac(0x102)]&&await _0x2fe416[_0x146bac(0xd6)](o11ySync,_0x588b40));});}catch(_0x5182c5){const _0x1c61b2={};_0x1c61b2[_0x123bbb(0x124)]=_0x3499da[_0x123bbb(0x109)],PerformanceTester[_0x123bbb(0xaa)](PerformanceHookEvents[_0x123bbb(0xa4)],![],_0x5182c5,_0x1c61b2),PerformanceTester[_0x123bbb(0x148)](_0x5182c5);}const _0x286b10={};_0x286b10['hookType']=_0x3499da[_0x123bbb(0x109)],PerformanceTester[_0x123bbb(0xaa)](PerformanceHookEvents[_0x123bbb(0xa4)],!![],null,_0x286b10);}),CodeceptJS['event']['dispatcher']['on'](CodeceptJS['event'][_0x8a1096(0xe6)][_0x8a1096(0x125)],_0x19c76c=>{const _0xfa9808=_0x8a1096,_0x34bf72={'rxYsj':function(_0xdb0b21,_0x7c5ffe,_0x42f2b8){const _0x4e8ce2=a1_0xaf8a;return _0x3499da[_0x4e8ce2(0xe5)](_0xdb0b21,_0x7c5ffe,_0x42f2b8);},'wcnwo':function(_0x3bbe32){return _0x3499da['pjOkY'](_0x3bbe32);}};PerformanceTester[_0xfa9808(0x79)](PerformanceHookEvents[_0xfa9808(0xa4)]);try{const _0x41da74=_0x5ee1d4[_0xfa9808(0x9c)](TEST_EVENTS['TEST_RUN_FINISHED'],_0x19c76c);CodeceptRecorder[_0xfa9808(0x11f)](()=>_0x5ee1d4[_0xfa9808(0x11d)](TEST_EVENTS['TEST_RUN_FINISHED'],_0x41da74)),CodeceptRecorder[_0xfa9808(0x11f)](async()=>{const _0x3b29cf=_0xfa9808,_0x2f24fb={'Dthua':function(_0x1e2da1,_0x3a8959,_0xfdd25e){const _0x3779e7=a1_0xaf8a;return _0x34bf72[_0x3779e7(0x119)](_0x1e2da1,_0x3a8959,_0xfdd25e);}};_0x34bf72['wcnwo'](isBrowserstackInfra)&&await PerformanceTester[_0x3b29cf(0xba)](PerformanceAutEvents[_0x3b29cf(0x75)],async()=>{_0x3c7738?await _0x2f24fb['Dthua'](playwrightMarkSessionStatus,_0x588b40,STATE_PASSED):await _0x2f24fb['Dthua'](markSessionStatus,_0x588b40,STATE_PASSED);})();}),PerformanceTester[_0xfa9808(0xaa)](PerformanceEvents['SDK_TEST']);}catch(_0x349643){PerformanceTester[_0xfa9808(0x148)](_0x349643);const _0x4112f0={};_0x4112f0['hookType']=_0x3499da['baafK'],PerformanceTester[_0xfa9808(0xaa)](PerformanceHookEvents[_0xfa9808(0xa4)],![],_0x349643,_0x4112f0),PerformanceTester[_0xfa9808(0xaa)](PerformanceEvents[_0xfa9808(0xd8)],![],_0x349643);}const _0x1dc942={};_0x1dc942['hookType']=_0x3499da['baafK'],PerformanceTester[_0xfa9808(0xaa)](PerformanceHookEvents[_0xfa9808(0xa4)],!![],null,_0x1dc942);}),CodeceptJS[_0x8a1096(0x130)]['dispatcher']['on'](CodeceptJS[_0x8a1096(0x130)][_0x8a1096(0xe6)]['failed'],(_0x2c80eb,_0x4447a5)=>{const _0x119afd=_0x8a1096;PerformanceTester[_0x119afd(0x79)](PerformanceHookEvents['SDK_HOOK']);try{if(_0x3499da[_0x119afd(0xde)](_0x2c80eb[_0x119afd(0x9e)][_0x119afd(0xd9)],_0x3499da[_0x119afd(0xe1)])){const _0x4a910d=_0x5ee1d4[_0x119afd(0x9c)](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x2c80eb[_0x119afd(0x159)]['currentTest']);CodeceptRecorder['add'](()=>_0x5ee1d4[_0x119afd(0x11d)](TEST_EVENTS[_0x119afd(0x76)],_0x4a910d));}else{const _0x25e329=_0x5ee1d4[_0x119afd(0x9c)](TEST_EVENTS['TEST_RUN_FINISHED'],_0x2c80eb,_0x4447a5);CodeceptRecorder['add'](()=>{const _0x24f334=_0x119afd;try{_0x5ee1d4['fireEvent'](TEST_EVENTS[_0x24f334(0xc3)],_0x25e329);}catch(_0xc3857a){logger['debug']('Failed\x20in\x20sending\x20TestRunFinish\x20event:\x20'+util['format'](_0xc3857a)),PerformanceTester[_0x24f334(0xaa)](PerformanceEvents[_0x24f334(0xd8)],![],_0xc3857a);}}),CodeceptRecorder[_0x119afd(0x11f)](async()=>{const _0x42c947=_0x119afd;try{_0x3499da['EoDVk'](isBrowserstackInfra)&&(_0x3c7738?await _0x3499da[_0x42c947(0xaf)](playwrightMarkSessionStatus,_0x588b40,STATE_FAILED,_0x4447a5):await _0x3499da[_0x42c947(0xaf)](markSessionStatus,_0x588b40,STATE_FAILED,_0x4447a5));}catch(_0x3e355c){logger['debug']('Failed\x20in\x20marking\x20session\x20status\x20of\x20test:\x20'+util[_0x42c947(0xc8)](_0x3e355c)),PerformanceTester['end'](PerformanceEvents[_0x42c947(0xd8)],![],_0x3e355c);}});}PerformanceTester['end'](PerformanceEvents[_0x119afd(0xd8)]);}catch(_0x470740){PerformanceTester[_0x119afd(0x148)](_0x470740);const _0x306c33={};_0x306c33[_0x119afd(0x124)]=_0x3499da['JIPaU'],PerformanceTester[_0x119afd(0xaa)](PerformanceHookEvents['SDK_HOOK'],![],_0x470740,_0x306c33),PerformanceTester['end'](PerformanceEvents['SDK_TEST'],![],_0x470740);}const _0x5e3592={};_0x5e3592['hookType']=_0x3499da[_0x119afd(0xca)],PerformanceTester[_0x119afd(0xaa)](PerformanceHookEvents[_0x119afd(0xa4)],!![],null,_0x5e3592);}),CodeceptJS[_0x8a1096(0x130)][_0x8a1096(0xd0)]['on'](CodeceptJS[_0x8a1096(0x130)][_0x8a1096(0xe6)]['skipped'],_0x2a9d71=>{const _0x3fd750=_0x8a1096;PerformanceTester[_0x3fd750(0x79)](PerformanceHookEvents[_0x3fd750(0xa4)]);try{const _0x4ee361=_0x5ee1d4['captureEvent'](TEST_EVENTS[_0x3fd750(0x76)],_0x2a9d71);CodeceptRecorder[_0x3fd750(0x11f)](()=>_0x5ee1d4[_0x3fd750(0x11d)](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x4ee361)),PerformanceTester[_0x3fd750(0xaa)](PerformanceEvents[_0x3fd750(0xd8)]);}catch(_0x44ddbf){PerformanceTester[_0x3fd750(0x148)](_0x44ddbf),PerformanceTester[_0x3fd750(0xaa)](PerformanceEvents['SDK_TEST'],![],_0x44ddbf);const _0x59c3ee={};_0x59c3ee[_0x3fd750(0x124)]=_0x3499da[_0x3fd750(0x165)],PerformanceTester[_0x3fd750(0xaa)](PerformanceHookEvents['SDK_HOOK'],![],_0x44ddbf,_0x59c3ee);}const _0x1a2bd3={};_0x1a2bd3[_0x3fd750(0x124)]=_0x3499da[_0x3fd750(0x165)],PerformanceTester[_0x3fd750(0xaa)](PerformanceHookEvents[_0x3fd750(0xa4)],!![],null,_0x1a2bd3);}),CodeceptJS[_0x8a1096(0x130)][_0x8a1096(0xd0)]['on'](CodeceptJS[_0x8a1096(0x130)][_0x8a1096(0xe6)]['after'],async(_0x2ea550,_0x1e4d2a)=>{const _0x554e52=_0x8a1096,_0x3cbc6d={};_0x3cbc6d['UjNWU']=_0x3499da[_0x554e52(0xa3)];const _0x3fdd61=_0x3cbc6d;try{PerformanceTester[_0x554e52(0x79)](PerformanceHookEvents[_0x554e52(0xa4)]);const _0x3ab2f5=_0x3499da['KtKrq'](shouldScanTestForAccessibility,_0x2ea550['titlePath'](),!![]);if(_0x3499da['QcfqI'](isAccessibilityAutomationSession)&&global[_0x554e52(0x141)]&&_0x3ab2f5){const _0x107a48={};_0x107a48[_0x554e52(0x116)]=_0x2ea550[_0x554e52(0xdb)],_0x107a48[_0x554e52(0x129)]=process['env'][testHubConstants[_0x554e52(0xae)][_0x554e52(0x10e)]],_0x107a48[_0x554e52(0x111)]=process[_0x554e52(0x133)][testHubConstants[_0x554e52(0xae)][_0x554e52(0x110)]];const _0x2a613a=_0x107a48;logger[_0x554e52(0x9b)](_0x554e52(0x7d)+JSON['stringify'](_0x2a613a)),CodeceptRecorder[_0x554e52(0x11f)](async()=>{const _0x26c877=_0x554e52,_0x4fa166={};_0x4fa166['command']=_0x3fdd61['UjNWU'],await PerformanceTester['measureWrapper'](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x52475f=a1_0xaf8a;await AccessibilityHelper[_0x52475f(0x118)](_0x588b40,scripts[_0x52475f(0x157)]);},_0x4fa166)(),await PerformanceTester[_0x26c877(0xba)](PerformanceA11yEvents['SAVE_RESULTS'],async()=>{const _0x1c0052=_0x26c877;await AccessibilityHelper['browserStackExecuteDriver'](_0x588b40,scripts[_0x1c0052(0x152)],_0x2a613a);})();}),logger['info'](_0x3499da[_0x554e52(0x13b)]);}const _0x2e5211={};_0x2e5211[_0x554e52(0x124)]=_0x3499da[_0x554e52(0xce)],PerformanceTester['end'](PerformanceHookEvents[_0x554e52(0xa4)],!![],null,_0x2e5211);}catch(_0x2e2e1a){PerformanceTester['captureError'](_0x2e2e1a);const _0x450f92={};_0x450f92[_0x554e52(0x124)]=_0x3499da[_0x554e52(0xce)],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],![],_0x2e2e1a,_0x450f92);}}),CodeceptJS['event'][_0x8a1096(0xd0)]['on'](CodeceptJS[_0x8a1096(0x130)][_0x8a1096(0x147)][_0x8a1096(0x15a)],_0x1b502c=>{const _0x3b0d44=_0x8a1096;PerformanceTester[_0x3b0d44(0x79)](PerformanceHookEvents[_0x3b0d44(0xa4)]);try{process[_0x3b0d44(0xf5)](_0x3b0d44(0x12d)+process[_0x3b0d44(0x128)],{'timestamp':new Date()[_0x3b0d44(0xf8)](),'level':_0x3499da['aVPvr'],'message':_0x1b502c,'kind':_0x3499da[_0x3b0d44(0x81)],'http_response':{}});}catch(_0x267809){PerformanceTester['captureError'](_0x267809);const _0x4858ee={};_0x4858ee[_0x3b0d44(0x124)]=_0x3499da[_0x3b0d44(0x167)],PerformanceTester[_0x3b0d44(0xaa)](PerformanceHookEvents[_0x3b0d44(0xa4)],![],_0x267809,_0x4858ee);}const _0x5436c8={};_0x5436c8['hookType']=_0x3499da[_0x3b0d44(0x167)],PerformanceTester['end'](PerformanceHookEvents[_0x3b0d44(0xa4)],!![],null,_0x5436c8);}),CodeceptJS['event'][_0x8a1096(0xd0)]['on'](CodeceptJS[_0x8a1096(0x130)][_0x8a1096(0x7a)]['before'],_0x38caca=>{const _0x4b27fc=_0x8a1096,_0x32adaf={};_0x32adaf[_0x4b27fc(0x124)]=_0x3499da[_0x4b27fc(0xf0)],PerformanceTester['measureWrapper'](PerformanceHookEvents[_0x4b27fc(0xa4)],()=>{_0x5ee1d4['bddStepStart'](_0x38caca);},_0x32adaf)();}),CodeceptJS[_0x8a1096(0x130)][_0x8a1096(0xd0)]['on'](CodeceptJS['event']['bddStep'][_0x8a1096(0x12b)],_0x534b5c=>{const _0x3fd61c=_0x8a1096,_0x1cea1f={};_0x1cea1f[_0x3fd61c(0x124)]=_0x3499da[_0x3fd61c(0xa6)],PerformanceTester['measureWrapper'](PerformanceHookEvents[_0x3fd61c(0xa4)],()=>{const _0x313fb3=_0x3fd61c;_0x5ee1d4[_0x313fb3(0x14c)](_0x534b5c);},_0x1cea1f)();});};
|
|
1
|
+
const a1_0x1879ab=a1_0x2395;(function(_0x24f4df,_0x1454b4){const _0x425965=a1_0x2395,_0x4c9cd4=_0x24f4df();while(!![]){try{const _0x39200a=-parseInt(_0x425965(0x212))/0x1*(parseInt(_0x425965(0x23e))/0x2)+parseInt(_0x425965(0x236))/0x3*(-parseInt(_0x425965(0x2bf))/0x4)+-parseInt(_0x425965(0x1f7))/0x5*(-parseInt(_0x425965(0x2b7))/0x6)+parseInt(_0x425965(0x249))/0x7*(-parseInt(_0x425965(0x228))/0x8)+parseInt(_0x425965(0x28a))/0x9+-parseInt(_0x425965(0x204))/0xa*(-parseInt(_0x425965(0x239))/0xb)+parseInt(_0x425965(0x201))/0xc;if(_0x39200a===_0x1454b4)break;else _0x4c9cd4['push'](_0x4c9cd4['shift']());}catch(_0x4a0c46){_0x4c9cd4['push'](_0x4c9cd4['shift']());}}}(a1_0x3876,0x3557e));function a1_0x3876(){const _0x1621dc=['__workerDetails','BROWSERSTACK_TESTHUB_JWT','catch','zuNpX','arguments','pid','DRVxf','TestCafe','DPUyA','setSessionName','startMonitoring','oBKgD','currentTest','getResultsSummary','Screenshot\x20path\x20not\x20found','base64','contexts','codeceptjs','qvxqc','then','Performing\x20scan\x20for\x20','pgfbd','SDK_POST_INITIALIZE','__skipSessionStatus','browserStackExecuteDriver','SDK_PRE_TEST','jbKRq','gaKvY','warn','measureWrapper','stringify','LUaLi','version','test-passed','bind','hookType','HOOK_RUN_FINISHED','\x0aStack:\x20','PZKcH','716770kQtdly','helpers','bddStepStart','skipped','test-after','PSShN','GAUjt','class','started','OdQrQ','1858608IwobNz','page','SDK_HOOK','82630GNjDRE','format','title','getAccessibilityResultsSummary','zjNYm','captureError','performScan','titlePath','cxBZq','status','GET_RESULTS_SUMMARY','../../helpers/accessibility-automation/scripts','SDK_PRE_INITIALIZE','BAWBg','435079iYlqvT','comment','Element','addRequestSpy','Playwright','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20summary.','container','chAzL','FCquz','JYEFa','SDK_POST_TEST','gXAaZ','codeceptjs/lib/helper/WebDriver.js','HOOK_RUN_STARTED','toString','aApjH','ySKRd','saveScreenshot','codeceptjs/lib/recorder.js','passed','chromium','qZtJQ','104HHaGGy','browserstackTestName','end','util','TEST_RUN_SKIPPED','readFileSync','BXJvX','browserstack_executor:\x20','rBwWK','../../helpers/performance/performance-tester','accessibilityPlatform','webdriverio','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','XJIaj','3qwpHCF','./o11yHelper','testAnalyticsId','572UDVSuv','test','getAccessibilityResults','Puppeteer','test-started','2EKWVfH','../../helpers/accessibility-automation/helper','sHFQp','fXRKf','IuuXj','FevkZ','EQtgS','./helper.js','fofvS','VrcfJ','vXRyT','102473iMvyxT','QvonC','call','BzXjZ','step','FRAMEWORK_DETAILS','push','bs:addLog:','gGCFr','MQFBb','reason','filter','apply','cHxxG','hojCZ','captureEvent','add','bLVYR','browser','after','tOURZ','NKqnt','url','slice','bstackAllyScanning','TEST_LOG','skipSessionStatus','fireEvent','getSyncScript','TEST_SCREENSHOT','lEWXL','NcPYX','yXCtK','NAjCM','QGRPo','SAVE_RESULTS','startsWith','BS_TESTOPS_ALLOW_SCREENSHOTS','thJwtToken','Failed\x20in\x20sending\x20TestRunFinish\x20event:\x20','toISOString','eQFtN','initSaveScreenshot','WlcJP','bddStep','DBGdz','failed','XIHlK','Failed\x20in\x20marking\x20session\x20status\x20of\x20test:\x20','gVxmj','action','isArray','hook-failed','SESSION_NAME','enabled','PkWMJ','executeScript','rsFMI','name','saveTestResults','start','command','message','config','BS_A11Y_JWT','3310164jdOmKp','niCPv','skipSessionName','uiJDP','patchSaveScreenshot','lznzi','PGxSY','nwOwj','all','HZjwn','step-comment','TxLOy','GET_RESULTS','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','bddStepFinish','TEST_RUN_FINISHED','uFYlc','_setPage','nKVlt','BmjUZ','ENV_VAR','SYNC','../../helpers/request-spy','codeceptjs/lib/helper/Playwright.js','gJYWa','Adrab','a11y_core_config','screenshotOutputFolder','LZTXw','from','hook-passed','rCHiu','IEzrn','getResults','afterTest','__driver','stack','stop','../../helpers/testhub/constants.js','Failed\x20to\x20execute\x20_before:\x20','pages','test-failed','hook-started','commandsToWrap','shouldWrapCommand','6LQcNaO','gPoZD','ctx','wRoDJ','patch','uEWSk','PERFORM_SCAN','find','1007320zLSlky','event','WRhJJ','tpWWL','emit','args','../../helpers/globals.js','constructor','parse','WOoig','_before','../../helpers/performance/constants','ielkA','debug','browserContext','before','SDK_TEST','env','thTestRunUuid','kdpqd','TEST_RUN_STARTED','hook','../../helpers/logger','codeceptjs/lib/index.js','TmKTg','prototype','dispatcher'];a1_0x3876=function(){return _0x1621dc;};return a1_0x3876();}const fs=require('fs'),util=require(a1_0x1879ab(0x22b)),{requireModule,markSessionStatus,isUndefined,isTrue,isBrowserstackInfra}=require('../../helpers/helper'),logger=require(a1_0x1879ab(0x1cb))['winstonLogger'],testOpsHelper=require('../../helpers/test-observability/utils'),requestSpy=require(a1_0x1879ab(0x2a0)),PlaywrightSessionDetails=require('../../bin/playwright/sessionDetails'),{O11yHelper,TEST_EVENTS,STATE_PASSED,STATE_FAILED}=require(a1_0x1879ab(0x237)),{shouldScanTestForAccessibility,isAccessibilityAutomationSession}=require(a1_0x1879ab(0x23f)),AccessibilityHelper=require('../../bin/playwright/accessibility-helper'),scripts=require(a1_0x1879ab(0x20f)),PerformanceTester=require(a1_0x1879ab(0x231)),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceHookEvents}=require(a1_0x1879ab(0x1c0)),{processWebDriverConfig,shouldPatchExecuteScript}=require(a1_0x1879ab(0x245)),testHubConstants=require(a1_0x1879ab(0x2b0)),globals=require(a1_0x1879ab(0x1bb)),CodeceptJS=requireModule(a1_0x1879ab(0x1cc),a1_0x1879ab(0x1e1)),CodeceptUtils=requireModule('codeceptjs/lib/utils.js',a1_0x1879ab(0x1e1)),CodeceptWebDriver=requireModule(a1_0x1879ab(0x21e),a1_0x1879ab(0x1e1)),CodeceptRecorder=requireModule(a1_0x1879ab(0x224),'codeceptjs'),CodeceptPlaywright=requireModule(a1_0x1879ab(0x2a1),'codeceptjs'),playwrightMarkSessionStatus=(_0x23336d,_0x304ec7,_0x28a689)=>{const _0x4870ce=a1_0x1879ab,_0x5cc9ed={'kiMcO':'setSessionStatus','rCHiu':function(_0x57434d,_0x50aace){return _0x57434d(_0x50aace);}},_0xaaab41={};_0xaaab41[_0x4870ce(0x20d)]=_0x304ec7;const _0x3284ec={};_0x3284ec[_0x4870ce(0x27b)]=_0x5cc9ed['kiMcO'],_0x3284ec[_0x4870ce(0x1d4)]=_0xaaab41;const _0x5b6539=_0x3284ec;return!_0x5cc9ed[_0x4870ce(0x2a9)](isUndefined,_0x28a689)&&(_0x5b6539['arguments'][_0x4870ce(0x253)]=JSON['stringify'](_0x28a689)),_0x23336d[_0x4870ce(0x281)](()=>{},_0x4870ce(0x22f)+JSON[_0x4870ce(0x1ee)](_0x5b6539));},o11ySync=PerformanceTester[a1_0x1879ab(0x1ed)](PerformanceO11yEvents[a1_0x1879ab(0x29f)],async _0x2a719e=>{const _0x5a9ce1=a1_0x1879ab,_0x390b56={};_0x390b56[_0x5a9ce1(0x248)]=function(_0x4eaf4e,_0x1b4fca){return _0x4eaf4e===_0x1b4fca;},_0x390b56[_0x5a9ce1(0x221)]=_0x5a9ce1(0x216);const _0x55e009=_0x390b56;_0x55e009[_0x5a9ce1(0x248)](_0x2a719e[_0x5a9ce1(0x1bc)][_0x5a9ce1(0x283)],_0x55e009['aApjH'])?await _0x2a719e[_0x5a9ce1(0x281)](_0xd5b6b6=>{},testOpsHelper[_0x5a9ce1(0x265)]()):await _0x2a719e[_0x5a9ce1(0x281)](testOpsHelper[_0x5a9ce1(0x265)]());}),markSessionName=PerformanceTester[a1_0x1879ab(0x1ed)](PerformanceAutEvents[a1_0x1879ab(0x27e)],async(_0x34ef6e,_0x14bffd)=>{const _0x44d95d=a1_0x1879ab,_0x46ae78={};_0x46ae78[_0x44d95d(0x272)]=_0x44d95d(0x1d9),_0x46ae78[_0x44d95d(0x256)]=function(_0x453809,_0x4ecab4){return _0x453809===_0x4ecab4;},_0x46ae78[_0x44d95d(0x235)]=_0x44d95d(0x216);const _0x186d1e=_0x46ae78,_0x6aaeb3={};_0x6aaeb3['name']=_0x14bffd;const _0xa6cbbf={};_0xa6cbbf['action']=_0x186d1e[_0x44d95d(0x272)],_0xa6cbbf[_0x44d95d(0x1d4)]=_0x6aaeb3;const _0x3e5114=_0xa6cbbf;_0x186d1e[_0x44d95d(0x256)](_0x34ef6e[_0x44d95d(0x1bc)][_0x44d95d(0x283)],_0x186d1e[_0x44d95d(0x235)])?await _0x34ef6e[_0x44d95d(0x281)](()=>{},_0x44d95d(0x22f)+JSON[_0x44d95d(0x1ee)](_0x3e5114)):await _0x34ef6e['executeScript'](_0x44d95d(0x22f)+JSON['stringify'](_0x3e5114));}),patchSaveScreenshot=_0x2c83f5=>{const _0x4c217d=a1_0x1879ab,_0x67a967={'LUaLi':_0x4c217d(0x1df),'ielkA':_0x4c217d(0x266),'ITmEA':function(_0x318814){return _0x318814();},'gGCFr':function(_0x50fa81,_0x4384dd){return _0x50fa81(_0x4384dd);},'yXCtK':_0x4c217d(0x1de)};_0x67a967[_0x4c217d(0x251)](isTrue,process[_0x4c217d(0x1c6)][_0x4c217d(0x26e)])&&!_0x2c83f5['patchSaveScreenshot']&&(_0x2c83f5[_0x4c217d(0x28e)]=!![],_0x2c83f5['initSaveScreenshot']=_0x2c83f5[_0x4c217d(0x223)],_0x2c83f5[_0x4c217d(0x223)]=(_0x3fecd3,_0x5d48b1=![])=>{const _0x2aefd4=_0x4c217d,_0x3817bb={'SrEEJ':_0x67a967[_0x2aefd4(0x1ef)],'gVxmj':_0x67a967[_0x2aefd4(0x1c1)],'chAzL':function(_0x3d3580){return _0x67a967['ITmEA'](_0x3d3580);},'fwSBP':function(_0x1870ec,_0x53fffa){const _0x292af0=_0x2aefd4;return _0x67a967[_0x292af0(0x251)](_0x1870ec,_0x53fffa);},'IEzrn':_0x67a967[_0x2aefd4(0x269)]};return new Promise(function(_0x4765dc,_0x13f026){const _0x46a2e7=_0x2aefd4,_0x162eae={'rAVLc':_0x3817bb['SrEEJ'],'qvxqc':_0x3817bb[_0x46a2e7(0x27a)],'hojCZ':function(_0x1ec20e){const _0x311646=_0x46a2e7;return _0x3817bb[_0x311646(0x219)](_0x1ec20e);},'BzXjZ':function(_0x499c1a,_0x15653f){return _0x3817bb['fwSBP'](_0x499c1a,_0x15653f);},'oBKgD':_0x3817bb[_0x46a2e7(0x2aa)]};_0x2c83f5[_0x46a2e7(0x273)](_0x3fecd3,_0x5d48b1)[_0x46a2e7(0x1e3)](()=>{const _0x300495=_0x46a2e7,_0x40b689=CodeceptUtils[_0x300495(0x2a5)](_0x3fecd3);if(_0x40b689){const _0x30586a=fs[_0x300495(0x22d)](_0x40b689);process[_0x300495(0x1b9)](_0x300495(0x250)+process[_0x300495(0x1d5)],{'timestamp':new Date()[_0x300495(0x271)](),'message':_0x30586a[_0x300495(0x220)](_0x162eae['rAVLc']),'kind':_0x162eae[_0x300495(0x1e2)]}),_0x162eae[_0x300495(0x257)](_0x4765dc);}_0x162eae[_0x300495(0x24c)](_0x13f026,new Error(_0x162eae[_0x300495(0x1db)]));})[_0x46a2e7(0x1d2)](()=>null);});});},patchWebDriverBefore=_0xb9e716=>{const _0x434510=a1_0x1879ab,_0x554e4a={'VCxBW':function(_0x5c69a0){return _0x5c69a0();},'ySKRd':function(_0x5542cf,_0x23dbfe){return _0x5542cf(_0x23dbfe);},'QGRPo':function(_0x52c03e,_0x2a03da){return _0x52c03e===_0x2a03da;},'niCPv':_0x434510(0x233),'uiJDP':'string','HZjwn':_0x434510(0x214)},_0x2754fd=async function(_0x50c948,_0x5a0d88){const _0x517aa3=_0x434510;_0x554e4a['VCxBW'](isAccessibilityAutomationSession)&&!global[_0x517aa3(0x261)]&&global[_0x517aa3(0x232)]&&scripts[_0x517aa3(0x2b6)](_0x50c948[_0x517aa3(0x283)])&&_0x554e4a[_0x517aa3(0x222)](shouldPatchExecuteScript,arguments[0x2])&&(global['bstackAllyScanning']=!![],await PerformanceTester[_0x517aa3(0x1ed)](PerformanceA11yEvents[_0x517aa3(0x2bd)],async()=>{const _0x24c03f=_0x517aa3;logger[_0x24c03f(0x1c2)](_0x24c03f(0x1e4)+_0x50c948[_0x24c03f(0x1fe)]+'\x20'+_0x50c948[_0x24c03f(0x283)]),await AccessibilityHelper[_0x24c03f(0x1e8)](_0xb9e716,scripts['performScan']);},{'command':_0x50c948[_0x517aa3(0x283)]})());global[_0x517aa3(0x261)]=![];const _0x2a893f=JSON['parse'](process[_0x517aa3(0x1c6)][_0x517aa3(0x24e)]||'{}');if(_0x554e4a[_0x517aa3(0x26b)](_0x2a893f?.['testFramework']?.[_0x517aa3(0x283)],_0x554e4a[_0x517aa3(0x28b)])&&_0x554e4a[_0x517aa3(0x26b)](typeof _0x2a893f?.['testFramework']?.[_0x517aa3(0x1f0)],_0x554e4a[_0x517aa3(0x28d)])&&_0x2a893f?.['testFramework']?.[_0x517aa3(0x1f0)][_0x517aa3(0x26d)]('7'))return _0x5a0d88[_0x517aa3(0x255)](null,Array[_0x517aa3(0x1ce)][_0x517aa3(0x260)][_0x517aa3(0x24b)](arguments,0x2));return _0x5a0d88[_0x517aa3(0x255)](this,Array[_0x517aa3(0x1ce)]['slice'][_0x517aa3(0x24b)](arguments,0x2));},_0x13d305=CodeceptWebDriver[_0x434510(0x1ce)][_0x434510(0x1bf)];CodeceptWebDriver[_0x434510(0x1ce)][_0x434510(0x1bf)]=async function(){const _0x1ef3c4=_0x434510,_0x11628b={'lznzi':function(_0x3fadc9,_0x186d6e){return _0x554e4a['QGRPo'](_0x3fadc9,_0x186d6e);},'EQtgS':_0x554e4a[_0x1ef3c4(0x293)]};try{await _0x13d305['apply'](this,arguments);}catch(_0x1dd3b0){logger['debug'](_0x1ef3c4(0x2b1)+util[_0x1ef3c4(0x205)](_0x1dd3b0));}scripts[_0x1ef3c4(0x2b5)][_0x1ef3c4(0x254)](_0x486adf=>_0x486adf[_0x1ef3c4(0x283)]&&_0x486adf['class'])['forEach'](_0x4ca8b8=>{const _0x2a77e8=_0x1ef3c4;this[_0x2a77e8(0x25b)]['overwriteCommand'](_0x4ca8b8['name'],_0x2754fd[_0x2a77e8(0x1f2)](this,_0x4ca8b8),_0x11628b[_0x2a77e8(0x28f)](_0x4ca8b8['class'],_0x11628b[_0x2a77e8(0x244)]));}),_0x554e4a['ySKRd'](processWebDriverConfig,_0xb9e716);};};function a1_0x2395(_0x5d7725,_0x708c6d){const _0x38763f=a1_0x3876();return a1_0x2395=function(_0x2395dc,_0x5e86d0){_0x2395dc=_0x2395dc-0x1b7;let _0x4762f2=_0x38763f[_0x2395dc];return _0x4762f2;},a1_0x2395(_0x5d7725,_0x708c6d);}function parseJwt(_0xc2c2d6){const _0x383a82=a1_0x1879ab,_0x1f308b={};_0x1f308b['QvonC']=_0x383a82(0x1df);const _0x1f7f6a=_0x1f308b;if(!_0xc2c2d6)return null;return JSON[_0x383a82(0x1bd)](Buffer[_0x383a82(0x2a7)](_0xc2c2d6['split']('.')[0x1],_0x1f7f6a[_0x383a82(0x24a)])[_0x383a82(0x220)]());}const patchPlaywrightBefore=()=>{const _0x3ff14d=a1_0x1879ab,_0x115a8d={'gXAaZ':'--auto-open-devtools-for-tabs','DPUyA':function(_0x357b41){return _0x357b41();},'mbkhM':function(_0x37812e,_0x37e08d){return _0x37812e(_0x37e08d);},'uEWSk':'devtools://','VrcfJ':function(_0x406f94,_0x39076e){return _0x406f94+_0x39076e;},'Adrab':_0x3ff14d(0x1f5),'BmjUZ':function(_0x5b492a){return _0x5b492a();},'kdpqd':function(_0x406586){return _0x406586();},'pPTFO':function(_0x3a9c8e){return _0x3a9c8e();}};PlaywrightSessionDetails[_0x3ff14d(0x2bb)]();const _0x4b459e=CodeceptPlaywright[_0x3ff14d(0x1ce)][_0x3ff14d(0x1bf)];CodeceptPlaywright[_0x3ff14d(0x1ce)][_0x3ff14d(0x1bf)]=async function(){const _0xee4286=_0x3ff14d,_0xc32085={'rBwWK':function(_0x173110){const _0x4f0959=a1_0x2395;return _0x115a8d[_0x4f0959(0x29d)](_0x173110);},'TmKTg':_0x115a8d['uEWSk']};this['browserContext']=await this[_0xee4286(0x25b)][_0xee4286(0x1e0)]()[0x0];const _0x584bb6=async()=>{const _0x4a4f53=_0xee4286,_0x1c889c=this[_0x4a4f53(0x288)]&&this[_0x4a4f53(0x288)][_0x4a4f53(0x226)]&&this[_0x4a4f53(0x288)]['chromium'][_0x4a4f53(0x1ba)]&&Array[_0x4a4f53(0x27c)](this['config'][_0x4a4f53(0x226)]['args'])&&this[_0x4a4f53(0x288)][_0x4a4f53(0x226)][_0x4a4f53(0x1ba)]['includes'](_0x115a8d[_0x4a4f53(0x21d)]);if(_0x115a8d['DPUyA'](isAccessibilityAutomationSession)&&!_0x1c889c)try{const _0x957322=_0x115a8d['mbkhM'](parseJwt,process['env'][_0x4a4f53(0x289)]);if(_0x957322&&_0x957322[_0x4a4f53(0x2a4)]&&_0x957322['a11y_core_config']['domForge']){const _0x4d614f=this[_0x4a4f53(0x1c3)][_0x4a4f53(0x2b2)][_0x4a4f53(0x1f2)](this[_0x4a4f53(0x1c3)]);this['browserContext'][_0x4a4f53(0x2b2)]=async function(){const _0x5d4b92=_0x4a4f53,_0x5001ea=await _0xc32085[_0x5d4b92(0x230)](_0x4d614f),_0x3e462c=[];for(const _0x58392b of _0x5001ea){try{const _0x269592=await _0x58392b[_0x5d4b92(0x25f)]();!_0x269592[_0x5d4b92(0x26d)](_0xc32085[_0x5d4b92(0x1cd)])&&_0x3e462c[_0x5d4b92(0x24f)](_0x58392b);}catch(_0x14f6b0){_0x3e462c[_0x5d4b92(0x24f)](_0x58392b);}}return _0x3e462c;};}if(!_0x115a8d[_0x4a4f53(0x1d8)](isBrowserstackInfra)){const _0xac8bd5=await this[_0x4a4f53(0x202)][_0x4a4f53(0x25f)]();if(_0xac8bd5[_0x4a4f53(0x26d)](_0x115a8d[_0x4a4f53(0x2bc)])){const _0x2285a8=await this[_0x4a4f53(0x1c3)][_0x4a4f53(0x2b2)]();this[_0x4a4f53(0x29b)](_0x2285a8[0x0]);}}}catch(_0x25ace1){logger[_0x4a4f53(0x1c2)]('Failed\x20to\x20patch\x20pages\x20method\x20in\x20browserContext\x20for\x20a11y\x20domForge:\x20'+_0x25ace1[_0x4a4f53(0x287)]+(_0x25ace1[_0x4a4f53(0x2ae)]?_0x115a8d[_0x4a4f53(0x247)](_0x115a8d[_0x4a4f53(0x2a3)],_0x25ace1['stack']):''));}};_0x115a8d[_0xee4286(0x1d8)](isBrowserstackInfra)&&await _0x115a8d[_0xee4286(0x1c8)](_0x584bb6),await _0x4b459e[_0xee4286(0x255)](this,arguments),!_0x115a8d['pPTFO'](isBrowserstackInfra)&&await _0x115a8d[_0xee4286(0x1d8)](_0x584bb6);};},getCodeceptDriver=()=>{const _0x160254=a1_0x1879ab,_0x561687={};_0x561687[_0x160254(0x227)]='WebDriver',_0x561687['cxBZq']='Playwright',_0x561687[_0x160254(0x21b)]=_0x160254(0x23c),_0x561687[_0x160254(0x1f6)]=_0x160254(0x1d7);const _0x30ca5b=_0x561687,_0x3c8e80=[_0x30ca5b[_0x160254(0x227)],_0x30ca5b[_0x160254(0x20c)],_0x30ca5b['JYEFa'],_0x30ca5b[_0x160254(0x1f6)]],_0x1465b1=_0x3c8e80[_0x160254(0x2be)](_0x5841b8=>!!CodeceptJS[_0x160254(0x218)][_0x160254(0x1f8)](_0x5841b8));if(!_0x1465b1)return null;return CodeceptJS['container']['helpers'](_0x1465b1);};module['exports']=function(_0x58ff9f){const _0x4939a1=a1_0x1879ab,_0x13f02a={'FCquz':function(_0x38fc36){return _0x38fc36();},'NcPYX':function(_0x1bef0f,_0x5a48e6){return _0x1bef0f(_0x5a48e6);},'fofvS':_0x4939a1(0x23b),'aFnjE':_0x4939a1(0x234),'sHFQp':_0x4939a1(0x207),'FevkZ':_0x4939a1(0x217),'TxLOy':function(_0x4901a0,_0x2cc766){return _0x4901a0(_0x2cc766);},'nKVlt':_0x4939a1(0x2b4),'zjNYm':_0x4939a1(0x2a8),'tOURZ':_0x4939a1(0x27d),'wRoDJ':_0x4939a1(0x229),'gJYWa':function(_0x239186){return _0x239186();},'DBGdz':'test-before','nwOwj':function(_0xe426eb,_0x4da4b3){return _0xe426eb(_0x4da4b3);},'PkWMJ':function(_0x5fdc91,_0x4b3d70,_0x2af802){return _0x5fdc91(_0x4b3d70,_0x2af802);},'MQFBb':_0x4939a1(0x23d),'WRhJJ':function(_0x4cfa60){return _0x4cfa60();},'WOoig':_0x4939a1(0x1f1),'OdQrQ':function(_0x219bac,_0x19051d,_0x275c5d,_0x13bec9){return _0x219bac(_0x19051d,_0x275c5d,_0x13bec9);},'PGxSY':function(_0x12a1ea,_0x4ed939){return _0x12a1ea===_0x4ed939;},'fXRKf':'Suite','IuuXj':_0x4939a1(0x2b3),'jbKRq':'test-skipped','uFYlc':_0x4939a1(0x2ac),'BXJvX':function(_0x355400,_0x57a6a2,_0x524f07){return _0x355400(_0x57a6a2,_0x524f07);},'PSShN':_0x4939a1(0x297),'NKqnt':_0x4939a1(0x1fb),'NAjCM':'INFO','BAWBg':_0x4939a1(0x262),'XIHlK':_0x4939a1(0x294),'zuNpX':'bddStep-before','bLVYR':'bddStep-after','gPoZD':'Playwright'};_0x58ff9f[_0x4939a1(0x263)]&&(global[_0x4939a1(0x1e7)]=_0x58ff9f['skipSessionStatus']);PerformanceTester[_0x4939a1(0x1da)]();const _0x4f1aa3=_0x13f02a[_0x4939a1(0x2a2)](getCodeceptDriver),_0x4c4cbc=new O11yHelper(_0x4f1aa3,_0x58ff9f),_0x268ba1=!!CodeceptJS[_0x4939a1(0x218)][_0x4939a1(0x1f8)](_0x13f02a[_0x4939a1(0x2b8)]);global[_0x4939a1(0x2ad)]=_0x4f1aa3,_0x4f1aa3&&(PerformanceTester[_0x4939a1(0x1ed)](PerformanceEvents[_0x4939a1(0x210)],()=>{const _0x6dafa5=_0x4939a1;_0x268ba1?_0x13f02a[_0x6dafa5(0x21a)](patchPlaywrightBefore):_0x13f02a[_0x6dafa5(0x268)](patchWebDriverBefore,_0x4f1aa3);})(),PerformanceTester[_0x4939a1(0x1ed)](PerformanceEvents[_0x4939a1(0x1e6)],()=>{const _0x527942=_0x4939a1,_0x22c454={};_0x22c454[_0x527942(0x2a6)]=_0x13f02a[_0x527942(0x240)],_0x22c454[_0x527942(0x267)]=_0x13f02a[_0x527942(0x243)];const _0x21f2ba=_0x22c454;_0x4f1aa3[_0x527942(0x207)]=async()=>{const _0x1dea24=_0x527942;if(global[_0x1dea24(0x232)]){const _0x1ccc81={};return _0x1ccc81['command']=_0x21f2ba[_0x1dea24(0x2a6)],await PerformanceTester[_0x1dea24(0x1ed)](PerformanceA11yEvents[_0x1dea24(0x2bd)],async()=>{const _0x3157bb=_0x1dea24;return await AccessibilityHelper[_0x3157bb(0x1e8)](_0x4f1aa3,scripts[_0x3157bb(0x20a)]);},_0x1ccc81)(),await PerformanceTester[_0x1dea24(0x1ed)](PerformanceA11yEvents[_0x1dea24(0x20e)],async()=>{const _0x59861c=_0x1dea24;return await AccessibilityHelper['browserStackExecuteDriver'](_0x4f1aa3,scripts[_0x59861c(0x1dd)]);})();}return logger['warn'](_0x21f2ba['lEWXL']),{};},_0x4f1aa3['getAccessibilityResults']=async()=>{const _0x327d42=_0x527942;if(global[_0x327d42(0x232)]){const _0x2c2834={};return _0x2c2834[_0x327d42(0x286)]=_0x13f02a[_0x327d42(0x246)],await PerformanceTester[_0x327d42(0x1ed)](PerformanceA11yEvents[_0x327d42(0x2bd)],async()=>{const _0xd85430=_0x327d42;return await AccessibilityHelper[_0xd85430(0x1e8)](_0x4f1aa3,scripts[_0xd85430(0x20a)]);},_0x2c2834)(),await PerformanceTester[_0x327d42(0x1ed)](PerformanceA11yEvents[_0x327d42(0x296)],async()=>{const _0x5ddbcc=_0x327d42;return await AccessibilityHelper['browserStackExecuteDriver'](_0x4f1aa3,scripts[_0x5ddbcc(0x2ab)]);})();}return logger[_0x327d42(0x1ec)](_0x13f02a['aFnjE']),{};},_0x13f02a[_0x527942(0x295)](patchSaveScreenshot,_0x4f1aa3);})()),CodeceptJS[_0x4939a1(0x2c0)][_0x4939a1(0x1cf)]['on'](CodeceptJS['event'][_0x4939a1(0x292)][_0x4939a1(0x1c4)],()=>{const _0x57d479=_0x4939a1;PerformanceTester[_0x57d479(0x285)](PerformanceEvents[_0x57d479(0x1e9)]);try{_0x4c4cbc[_0x57d479(0x285)](),testOpsHelper[_0x57d479(0x215)](),PerformanceTester['end'](PerformanceEvents[_0x57d479(0x1e9)]);}catch(_0x417016){PerformanceTester['captureError'](_0x417016),PerformanceTester[_0x57d479(0x22a)](PerformanceEvents[_0x57d479(0x1e9)],![],_0x417016);}}),CodeceptJS[_0x4939a1(0x2c0)]['dispatcher']['on'](CodeceptJS[_0x4939a1(0x2c0)][_0x4939a1(0x292)]['after'],async()=>{const _0x2b9d9e=_0x4939a1;PerformanceTester[_0x2b9d9e(0x285)](PerformanceEvents[_0x2b9d9e(0x21c)]);try{requestSpy['restore'](),await _0x4c4cbc[_0x2b9d9e(0x2af)](),PerformanceTester['end'](PerformanceEvents[_0x2b9d9e(0x21c)]);}catch(_0x2b6d77){PerformanceTester[_0x2b9d9e(0x209)](_0x2b6d77),PerformanceTester[_0x2b9d9e(0x22a)](PerformanceEvents[_0x2b9d9e(0x21c)],![],_0x2b6d77);}finally{PerformanceTester['stopMonitoring']();}}),CodeceptJS[_0x4939a1(0x2c0)]['dispatcher']['on'](CodeceptJS[_0x4939a1(0x2c0)][_0x4939a1(0x1ca)][_0x4939a1(0x1ff)],_0x5392c3=>{const _0x3140b7=_0x4939a1;PerformanceTester[_0x3140b7(0x285)](PerformanceEvents[_0x3140b7(0x203)]);try{const _0x452557=_0x5392c3[_0x3140b7(0x2b9)][_0x3140b7(0x23a)],_0x4d4026=_0x4c4cbc[_0x3140b7(0x258)](TEST_EVENTS[_0x3140b7(0x21f)],_0x452557);CodeceptRecorder['add'](()=>_0x4c4cbc[_0x3140b7(0x264)](TEST_EVENTS[_0x3140b7(0x21f)],_0x4d4026));const _0x432239={};_0x432239[_0x3140b7(0x1f3)]=_0x13f02a[_0x3140b7(0x29c)],PerformanceTester[_0x3140b7(0x22a)](PerformanceEvents[_0x3140b7(0x203)],!![],null,_0x432239);}catch(_0x4d94cd){const _0x488bf1={};_0x488bf1[_0x3140b7(0x1f3)]=_0x13f02a['nKVlt'],PerformanceTester['end'](PerformanceEvents[_0x3140b7(0x203)],![],_0x4d94cd,_0x488bf1),PerformanceTester['captureError'](_0x4d94cd);}}),CodeceptJS[_0x4939a1(0x2c0)][_0x4939a1(0x1cf)]['on'](CodeceptJS['event'][_0x4939a1(0x1ca)][_0x4939a1(0x225)],_0x59d266=>{const _0x323922=_0x4939a1,_0x3d9612={};_0x3d9612[_0x323922(0x1f3)]=_0x13f02a[_0x323922(0x208)],PerformanceTester[_0x323922(0x285)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x3d9612);try{const _0x24a691=_0x59d266[_0x323922(0x2b9)][_0x323922(0x23a)],_0x49a3aa=_0x4c4cbc['captureEvent'](TEST_EVENTS[_0x323922(0x1f4)],_0x24a691);CodeceptRecorder[_0x323922(0x259)](()=>_0x4c4cbc[_0x323922(0x264)](TEST_EVENTS[_0x323922(0x1f4)],_0x49a3aa));const _0x3ba6d1={};_0x3ba6d1[_0x323922(0x1f3)]=_0x13f02a[_0x323922(0x208)],PerformanceTester[_0x323922(0x22a)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x3ba6d1);}catch(_0x38593b){PerformanceTester[_0x323922(0x209)](_0x38593b);const _0x4eb3c0={};_0x4eb3c0[_0x323922(0x1f3)]=_0x13f02a[_0x323922(0x208)],PerformanceTester[_0x323922(0x22a)](PerformanceHookEvents['SDK_HOOK'],![],_0x38593b,_0x4eb3c0);}}),CodeceptJS[_0x4939a1(0x2c0)]['dispatcher']['on'](CodeceptJS[_0x4939a1(0x2c0)]['hook'][_0x4939a1(0x277)],async(_0x1ab263,_0x821c2d)=>{const _0x4c255c=_0x4939a1;PerformanceTester[_0x4c255c(0x285)](PerformanceHookEvents[_0x4c255c(0x203)]);try{const _0x16dc24=_0x1ab263[_0x4c255c(0x2b9)]['test'],_0x69f2ae=_0x4c4cbc['captureEvent'](TEST_EVENTS[_0x4c255c(0x1f4)],_0x16dc24,_0x821c2d);CodeceptRecorder[_0x4c255c(0x259)](()=>_0x4c4cbc['fireEvent'](TEST_EVENTS['HOOK_RUN_FINISHED'],_0x69f2ae));const _0x5ddb40={};_0x5ddb40[_0x4c255c(0x1f3)]=_0x13f02a['tOURZ'],PerformanceTester[_0x4c255c(0x285)](PerformanceHookEvents[_0x4c255c(0x203)],!![],null,_0x5ddb40);}catch(_0x227b86){PerformanceTester[_0x4c255c(0x209)](_0x227b86);const _0x6d3f42={};_0x6d3f42[_0x4c255c(0x1f3)]=_0x13f02a[_0x4c255c(0x25d)],PerformanceTester['end'](PerformanceHookEvents[_0x4c255c(0x203)],![],_0x227b86,_0x6d3f42);}const _0x3c358b={};_0x3c358b['hookType']=_0x13f02a[_0x4c255c(0x25d)],PerformanceTester['end'](PerformanceHookEvents[_0x4c255c(0x203)],!![],null,_0x3c358b);}),CodeceptJS[_0x4939a1(0x2c0)][_0x4939a1(0x1cf)]['on'](CodeceptJS[_0x4939a1(0x2c0)]['test'][_0x4939a1(0x1c4)],_0x5f233a=>{const _0x42718e=_0x4939a1;PerformanceTester['start'](PerformanceHookEvents[_0x42718e(0x203)]);try{globals['setGlobal'](_0x13f02a[_0x42718e(0x2ba)],_0x5f233a[_0x42718e(0x206)]);_0x13f02a['gJYWa'](isBrowserstackInfra)&&(_0x268ba1&&(global[_0x42718e(0x1d0)]={'currentTest':{'name':_0x5f233a['title'],'testInfo':{'titlePath':_0x5f233a[_0x42718e(0x20b)]()}}}));const _0x1d8b25={};_0x1d8b25[_0x42718e(0x1f3)]=_0x13f02a[_0x42718e(0x276)],PerformanceTester[_0x42718e(0x22a)](PerformanceHookEvents[_0x42718e(0x203)],!![],null,_0x1d8b25);}catch(_0x20de86){PerformanceTester[_0x42718e(0x209)](_0x20de86);const _0x5ae38e={};_0x5ae38e[_0x42718e(0x1f3)]=_0x13f02a[_0x42718e(0x276)],PerformanceTester[_0x42718e(0x22a)](PerformanceHookEvents[_0x42718e(0x203)],![],_0x20de86,_0x5ae38e);}}),CodeceptJS[_0x4939a1(0x2c0)]['dispatcher']['on'](CodeceptJS[_0x4939a1(0x2c0)]['test']['started'],_0x3e702a=>{const _0x59e1f0=_0x4939a1,_0x331dba={'gaKvY':function(_0x2255d6){const _0x3e05cc=a1_0x2395;return _0x13f02a[_0x3e05cc(0x2a2)](_0x2255d6);},'FHiTZ':function(_0x150840,_0x11843d){const _0x292911=a1_0x2395;return _0x13f02a[_0x292911(0x291)](_0x150840,_0x11843d);},'rsFMI':function(_0x5310d3,_0x182bc9,_0x2fd941){const _0x47a48e=a1_0x2395;return _0x13f02a[_0x47a48e(0x280)](_0x5310d3,_0x182bc9,_0x2fd941);},'GAUjt':function(_0x50bdbe,_0x4d2c04){const _0x3324b3=a1_0x2395;return _0x13f02a[_0x3324b3(0x291)](_0x50bdbe,_0x4d2c04);}};PerformanceTester[_0x59e1f0(0x285)](PerformanceHookEvents[_0x59e1f0(0x203)]);try{globals['setGlobal'](_0x13f02a['wRoDJ'],_0x3e702a[_0x59e1f0(0x206)]);const _0x5386c7=_0x4c4cbc[_0x59e1f0(0x258)](TEST_EVENTS[_0x59e1f0(0x1c9)],_0x3e702a);CodeceptRecorder[_0x59e1f0(0x259)](()=>_0x4c4cbc[_0x59e1f0(0x264)](TEST_EVENTS[_0x59e1f0(0x1c9)],_0x5386c7)),CodeceptRecorder[_0x59e1f0(0x259)](async()=>{const _0x1d4688=_0x59e1f0;_0x331dba[_0x1d4688(0x1eb)](isBrowserstackInfra)&&(!_0x331dba['FHiTZ'](isTrue,_0x58ff9f[_0x1d4688(0x28c)])&&await _0x331dba[_0x1d4688(0x282)](markSessionName,_0x4f1aa3,_0x3e702a[_0x1d4688(0x206)]),_0x4c4cbc[_0x1d4688(0x27f)]&&await _0x331dba[_0x1d4688(0x1fd)](o11ySync,_0x4f1aa3));});}catch(_0x21f59c){const _0x78802c={};_0x78802c[_0x59e1f0(0x1f3)]=_0x13f02a[_0x59e1f0(0x252)],PerformanceTester[_0x59e1f0(0x22a)](PerformanceHookEvents[_0x59e1f0(0x203)],![],_0x21f59c,_0x78802c),PerformanceTester[_0x59e1f0(0x209)](_0x21f59c);}const _0x5b6c4f={};_0x5b6c4f[_0x59e1f0(0x1f3)]=_0x13f02a[_0x59e1f0(0x252)],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x5b6c4f);}),CodeceptJS[_0x4939a1(0x2c0)][_0x4939a1(0x1cf)]['on'](CodeceptJS[_0x4939a1(0x2c0)]['test']['passed'],_0x81479d=>{const _0x4b306c=_0x4939a1,_0x4f31aa={'DwVvH':function(_0x18c62e,_0x22633c,_0x12a773){const _0x1c619b=a1_0x2395;return _0x13f02a[_0x1c619b(0x280)](_0x18c62e,_0x22633c,_0x12a773);},'tpWWL':function(_0x228cc7,_0x51275b,_0x28c056){const _0x34d6b5=a1_0x2395;return _0x13f02a[_0x34d6b5(0x280)](_0x228cc7,_0x51275b,_0x28c056);}};PerformanceTester[_0x4b306c(0x285)](PerformanceHookEvents[_0x4b306c(0x203)]);try{const _0x308672=_0x4c4cbc[_0x4b306c(0x258)](TEST_EVENTS[_0x4b306c(0x299)],_0x81479d);CodeceptRecorder['add'](()=>_0x4c4cbc[_0x4b306c(0x264)](TEST_EVENTS[_0x4b306c(0x299)],_0x308672)),CodeceptRecorder[_0x4b306c(0x259)](async()=>{const _0x4226f9=_0x4b306c;_0x13f02a[_0x4226f9(0x1b7)](isBrowserstackInfra)&&await PerformanceTester['measureWrapper'](PerformanceAutEvents['SESSION_STATUS'],async()=>{const _0x46fe5a=_0x4226f9;_0x268ba1?await _0x4f31aa['DwVvH'](playwrightMarkSessionStatus,_0x4f1aa3,STATE_PASSED):await _0x4f31aa[_0x46fe5a(0x1b8)](markSessionStatus,_0x4f1aa3,STATE_PASSED);})();}),PerformanceTester[_0x4b306c(0x22a)](PerformanceEvents['SDK_TEST']);}catch(_0x57205c){PerformanceTester[_0x4b306c(0x209)](_0x57205c);const _0x367da2={};_0x367da2[_0x4b306c(0x1f3)]=_0x13f02a['WOoig'],PerformanceTester[_0x4b306c(0x22a)](PerformanceHookEvents['SDK_HOOK'],![],_0x57205c,_0x367da2),PerformanceTester[_0x4b306c(0x22a)](PerformanceEvents[_0x4b306c(0x1c5)],![],_0x57205c);}const _0x4b5a77={};_0x4b5a77[_0x4b306c(0x1f3)]=_0x13f02a[_0x4b306c(0x1be)],PerformanceTester[_0x4b306c(0x22a)](PerformanceHookEvents[_0x4b306c(0x203)],!![],null,_0x4b5a77);}),CodeceptJS[_0x4939a1(0x2c0)][_0x4939a1(0x1cf)]['on'](CodeceptJS[_0x4939a1(0x2c0)][_0x4939a1(0x23a)][_0x4939a1(0x277)],(_0xdb1293,_0x2d8ea8)=>{const _0x337f12=_0x4939a1,_0x4ce8e6={'DwqWM':function(_0x5a4fa3){const _0x220914=a1_0x2395;return _0x13f02a[_0x220914(0x1b7)](_0x5a4fa3);},'DRVxf':function(_0x548de4,_0x12a73b,_0x5290cf,_0x192fb0){const _0x31ee20=a1_0x2395;return _0x13f02a[_0x31ee20(0x200)](_0x548de4,_0x12a73b,_0x5290cf,_0x192fb0);},'WlcJP':function(_0x634a28,_0x47ea0c,_0x5a0eef,_0x9fa2a4){return _0x13f02a['OdQrQ'](_0x634a28,_0x47ea0c,_0x5a0eef,_0x9fa2a4);}};PerformanceTester[_0x337f12(0x285)](PerformanceHookEvents[_0x337f12(0x203)]);try{if(_0x13f02a[_0x337f12(0x290)](_0xdb1293['constructor'][_0x337f12(0x283)],_0x13f02a[_0x337f12(0x241)])){const _0xa65b1=_0x4c4cbc['captureEvent'](TEST_EVENTS['TEST_RUN_SKIPPED'],_0xdb1293[_0x337f12(0x2b9)][_0x337f12(0x1dc)]);CodeceptRecorder[_0x337f12(0x259)](()=>_0x4c4cbc[_0x337f12(0x264)](TEST_EVENTS[_0x337f12(0x22c)],_0xa65b1));}else{const _0x15fe54=_0x4c4cbc['captureEvent'](TEST_EVENTS['TEST_RUN_FINISHED'],_0xdb1293,_0x2d8ea8);CodeceptRecorder['add'](()=>{const _0x5c6b6c=_0x337f12;try{_0x4c4cbc[_0x5c6b6c(0x264)](TEST_EVENTS['TEST_RUN_FINISHED'],_0x15fe54);}catch(_0x1fb1b8){logger[_0x5c6b6c(0x1c2)](_0x5c6b6c(0x270)+util[_0x5c6b6c(0x205)](_0x1fb1b8)),PerformanceTester[_0x5c6b6c(0x22a)](PerformanceEvents[_0x5c6b6c(0x1c5)],![],_0x1fb1b8);}}),CodeceptRecorder[_0x337f12(0x259)](async()=>{const _0x27801d=_0x337f12;try{_0x4ce8e6['DwqWM'](isBrowserstackInfra)&&(_0x268ba1?await _0x4ce8e6[_0x27801d(0x1d6)](playwrightMarkSessionStatus,_0x4f1aa3,STATE_FAILED,_0x2d8ea8):await _0x4ce8e6[_0x27801d(0x274)](markSessionStatus,_0x4f1aa3,STATE_FAILED,_0x2d8ea8));}catch(_0x910a58){logger[_0x27801d(0x1c2)](_0x27801d(0x279)+util[_0x27801d(0x205)](_0x910a58)),PerformanceTester[_0x27801d(0x22a)](PerformanceEvents[_0x27801d(0x1c5)],![],_0x910a58);}});}PerformanceTester[_0x337f12(0x22a)](PerformanceEvents[_0x337f12(0x1c5)]);}catch(_0x2ed181){PerformanceTester[_0x337f12(0x209)](_0x2ed181);const _0x1c6c0a={};_0x1c6c0a[_0x337f12(0x1f3)]=_0x13f02a['IuuXj'],PerformanceTester[_0x337f12(0x22a)](PerformanceHookEvents[_0x337f12(0x203)],![],_0x2ed181,_0x1c6c0a),PerformanceTester[_0x337f12(0x22a)](PerformanceEvents[_0x337f12(0x1c5)],![],_0x2ed181);}const _0x1f7676={};_0x1f7676[_0x337f12(0x1f3)]=_0x13f02a[_0x337f12(0x242)],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x1f7676);}),CodeceptJS[_0x4939a1(0x2c0)][_0x4939a1(0x1cf)]['on'](CodeceptJS['event'][_0x4939a1(0x23a)][_0x4939a1(0x1fa)],_0x15d29f=>{const _0x15f2d1=_0x4939a1;PerformanceTester[_0x15f2d1(0x285)](PerformanceHookEvents[_0x15f2d1(0x203)]);try{const _0x2cd0cf=_0x4c4cbc[_0x15f2d1(0x258)](TEST_EVENTS[_0x15f2d1(0x22c)],_0x15d29f);CodeceptRecorder[_0x15f2d1(0x259)](()=>_0x4c4cbc[_0x15f2d1(0x264)](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x2cd0cf)),PerformanceTester[_0x15f2d1(0x22a)](PerformanceEvents['SDK_TEST']);}catch(_0x56b997){PerformanceTester[_0x15f2d1(0x209)](_0x56b997),PerformanceTester['end'](PerformanceEvents['SDK_TEST'],![],_0x56b997);const _0x505535={};_0x505535[_0x15f2d1(0x1f3)]=_0x13f02a[_0x15f2d1(0x1ea)],PerformanceTester['end'](PerformanceHookEvents[_0x15f2d1(0x203)],![],_0x56b997,_0x505535);}const _0x32bd40={};_0x32bd40['hookType']=_0x13f02a['jbKRq'],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x32bd40);}),CodeceptJS[_0x4939a1(0x2c0)][_0x4939a1(0x1cf)]['on'](CodeceptJS['event']['test'][_0x4939a1(0x25c)],async(_0x2e5bdf,_0x2c949b)=>{const _0x40e3cb=_0x4939a1,_0x28102a={};_0x28102a['pgfbd']=_0x13f02a[_0x40e3cb(0x29a)];const _0x1bc960=_0x28102a;try{PerformanceTester[_0x40e3cb(0x285)](PerformanceHookEvents['SDK_HOOK']);const _0x2b0457=_0x13f02a[_0x40e3cb(0x22e)](shouldScanTestForAccessibility,_0x2e5bdf[_0x40e3cb(0x20b)](),!![]);if(_0x13f02a[_0x40e3cb(0x21a)](isAccessibilityAutomationSession)&&global[_0x40e3cb(0x232)]&&_0x2b0457){const _0x3bd202={};_0x3bd202[_0x40e3cb(0x1c7)]=_0x2e5bdf[_0x40e3cb(0x238)],_0x3bd202['thBuildUuid']=process['env'][testHubConstants[_0x40e3cb(0x29e)]['BROWSERSTACK_TESTHUB_UUID']],_0x3bd202[_0x40e3cb(0x26f)]=process[_0x40e3cb(0x1c6)][testHubConstants[_0x40e3cb(0x29e)][_0x40e3cb(0x1d1)]];const _0x546297=_0x3bd202;logger[_0x40e3cb(0x1c2)]('Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20'+JSON['stringify'](_0x546297)),CodeceptRecorder[_0x40e3cb(0x259)](async()=>{const _0x373b92=_0x40e3cb,_0x5cadeb={};_0x5cadeb[_0x373b92(0x286)]=_0x1bc960[_0x373b92(0x1e5)],await PerformanceTester[_0x373b92(0x1ed)](PerformanceA11yEvents[_0x373b92(0x2bd)],async()=>{const _0x308f2d=_0x373b92;await AccessibilityHelper[_0x308f2d(0x1e8)](_0x4f1aa3,scripts[_0x308f2d(0x20a)]);},_0x5cadeb)(),await PerformanceTester[_0x373b92(0x1ed)](PerformanceA11yEvents[_0x373b92(0x26c)],async()=>{const _0x1017a1=_0x373b92;await AccessibilityHelper[_0x1017a1(0x1e8)](_0x4f1aa3,scripts[_0x1017a1(0x284)],_0x546297);})();}),logger['info'](_0x13f02a[_0x40e3cb(0x1fc)]);}const _0x3e1413={};_0x3e1413['hookType']=_0x13f02a[_0x40e3cb(0x25e)],PerformanceTester[_0x40e3cb(0x22a)](PerformanceHookEvents[_0x40e3cb(0x203)],!![],null,_0x3e1413);}catch(_0x358997){PerformanceTester[_0x40e3cb(0x209)](_0x358997);const _0x57d74d={};_0x57d74d[_0x40e3cb(0x1f3)]=_0x13f02a[_0x40e3cb(0x25e)],PerformanceTester[_0x40e3cb(0x22a)](PerformanceHookEvents[_0x40e3cb(0x203)],![],_0x358997,_0x57d74d);}}),CodeceptJS['event'][_0x4939a1(0x1cf)]['on'](CodeceptJS['event'][_0x4939a1(0x24d)][_0x4939a1(0x213)],_0x4d4d60=>{const _0x313524=_0x4939a1;PerformanceTester[_0x313524(0x285)](PerformanceHookEvents['SDK_HOOK']);try{process['emit']('bs:addLog:'+process[_0x313524(0x1d5)],{'timestamp':new Date()[_0x313524(0x271)](),'level':_0x13f02a[_0x313524(0x26a)],'message':_0x4d4d60,'kind':_0x13f02a[_0x313524(0x211)],'http_response':{}});}catch(_0x543efb){PerformanceTester[_0x313524(0x209)](_0x543efb);const _0x13f37f={};_0x13f37f[_0x313524(0x1f3)]=_0x13f02a[_0x313524(0x278)],PerformanceTester['end'](PerformanceHookEvents[_0x313524(0x203)],![],_0x543efb,_0x13f37f);}const _0x1549af={};_0x1549af['hookType']=_0x13f02a[_0x313524(0x278)],PerformanceTester['end'](PerformanceHookEvents[_0x313524(0x203)],!![],null,_0x1549af);}),CodeceptJS[_0x4939a1(0x2c0)][_0x4939a1(0x1cf)]['on'](CodeceptJS['event'][_0x4939a1(0x275)][_0x4939a1(0x1c4)],_0x3ea413=>{const _0x3695b1=_0x4939a1,_0x35808f={};_0x35808f[_0x3695b1(0x1f3)]=_0x13f02a[_0x3695b1(0x1d3)],PerformanceTester[_0x3695b1(0x1ed)](PerformanceHookEvents['SDK_HOOK'],()=>{const _0x3b3c36=_0x3695b1;_0x4c4cbc[_0x3b3c36(0x1f9)](_0x3ea413);},_0x35808f)();}),CodeceptJS[_0x4939a1(0x2c0)][_0x4939a1(0x1cf)]['on'](CodeceptJS[_0x4939a1(0x2c0)][_0x4939a1(0x275)]['after'],_0x1b249d=>{const _0x27f64b=_0x4939a1,_0x41d55c={};_0x41d55c[_0x27f64b(0x1f3)]=_0x13f02a[_0x27f64b(0x25a)],PerformanceTester[_0x27f64b(0x1ed)](PerformanceHookEvents[_0x27f64b(0x203)],()=>{const _0x1ac75e=_0x27f64b;_0x4c4cbc[_0x1ac75e(0x298)](_0x1b249d);},_0x41d55c)();});};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
'use strict';const a2_0x22e31a=a2_0x573d;(function(_0x49e219,_0x52cc16){const _0x2a8c8f=a2_0x573d,_0x2fc1c9=_0x49e219();while(!![]){try{const _0x5e57c4=parseInt(_0x2a8c8f(0x193))/0x1+parseInt(_0x2a8c8f(0x168))/0x2+parseInt(_0x2a8c8f(0x1bd))/0x3*(parseInt(_0x2a8c8f(0x132))/0x4)+-parseInt(_0x2a8c8f(0x170))/0x5*(-parseInt(_0x2a8c8f(0x130))/0x6)+parseInt(_0x2a8c8f(0x19d))/0x7*(-parseInt(_0x2a8c8f(0x1b6))/0x8)+-parseInt(_0x2a8c8f(0x158))/0x9*(-parseInt(_0x2a8c8f(0x1c3))/0xa)+-parseInt(_0x2a8c8f(0x192))/0xb;if(_0x5e57c4===_0x52cc16)break;else _0x2fc1c9['push'](_0x2fc1c9['shift']());}catch(_0x16ceaa){_0x2fc1c9['push'](_0x2fc1c9['shift']());}}}(a2_0x52c8,0xd2035));function a2_0x52c8(){const _0x132e2d=['isTrue','validateRerunTestList','config','firefox','../../helpers/utilities','1138624KHGOcJ','BROWSERSTACK_RERUN','map','QEZtn','../../helpers/performance/constants','../../helpers/BrowserStackSetup','OQPPb','3SEZrRt','gZkhS','toLowerCase','gherkin','debug','log','27480WmQura','browser','../../helpers/test-observability/utils','isUndefined','process','NmrqS','profile','key','chromium','skipSessionName','ffCKC','stringify','before','637734GUaTnA','RzdJF','6299796tzaoGJ','Rourf','printBuildLink','../utils/constants','isEmpty','codecept.conf.js','winstonLogger','path','chrome','ICoeJ','mergeDeep','initialize','BROWSERSTACK_TEST_OBSERVABILITY_YML','CEfuy','nBZQP','WHfAq','printResults','prepareCapabilities','getPlatformName','split','browserWSEndpoint','susLE','title','playwright-webkit','Playwright','../../helpers/helper','EVENTS','BrowserStackPlugin.js','root','DQCne','all','info','plugins','accessibility','../../helpers/performance/performance-tester','util','testObservability','playwright-chromium','5472QaacyH','codeceptjs','bkkAd','assign','getPlaywrightUrl','Getting\x20your\x20codeceptjs\x20configs\x20from\x20','webkit','MllNF','require','event','SDK_SETUP','findIndex','Beymz','cZQiD','useW3C','platforms','1335290OrHjtZ','../../helpers/accessibility-automation/helper','kcasl','frameworkName','accessibilityOptions','test','trim','xqzWp','55kwCWdR','env','addConfig','WebDriver','../utils/clientTroubleshootingService','push','exports','--config','skipSessionStatus','spawn','WquJb','user','codeceptjs/lib/index.js','vcfuL','join','VljgN','BrowserStackPlugin','browserName','kMVMG','CODECEPT','../../bin/playwright/accessibility-helper','format','load','length','xaCzb','../../helpers/test-observability/constants','../../helpers/logger','cwd','testContextOptions','/wd/hub','stop','testConfig','playwright-firefox','run','30854043tZXpNF','5849wlzOQl','eOrMG','handleApp','BROWSERSTACK_RERUN_TESTS','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','FRAMEWORKS','existsSync','iiqcr','host','Started\x20:\x20','70CwcvuD','enabled','sWJVM','getUserWorkerCount','stack','forEach','launchBuild','Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20','passed','now','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','Passed\x20:\x20','desiredCapabilities','slice','teardownAll','errorMessage','MrWTx','xCRHt','SDK_CLEANUP','addTests'];a2_0x52c8=function(){return _0x132e2d;};return a2_0x52c8();}const fs=require('fs'),path=require(a2_0x22e31a(0x139)),util=require(a2_0x22e31a(0x155)),process=require(a2_0x22e31a(0x1c7)),logger=require(a2_0x22e31a(0x18a))[a2_0x22e31a(0x138)],{default:BrowserStackSetup}=require(a2_0x22e31a(0x1bb)),helper=require(a2_0x22e31a(0x14b)),utilities=require(a2_0x22e31a(0x1b5)),{checkAccessibilityPlatformConfig}=require(a2_0x22e31a(0x169)),{setAccessibilityCapabilities,processAccessibilityCaps}=require(a2_0x22e31a(0x184)),{requireModule,nestedKeyValue,isBrowserstackInfra}=require(a2_0x22e31a(0x14b)),CodeceptJS=requireModule(a2_0x22e31a(0x17c),a2_0x22e31a(0x159)),testOpsHelper=require(a2_0x22e31a(0x1c5)),TestHubHandler=require('../../helpers/testhub/testhubHandler'),constants=require(a2_0x22e31a(0x135)),PerformanceTester=require(a2_0x22e31a(0x154)),{FRAMEWORKS}=require(a2_0x22e31a(0x189)),PerformanceEvents=require(a2_0x22e31a(0x1ba))[a2_0x22e31a(0x14c)],ClientTroubleShootingService=require(a2_0x22e31a(0x174)),_testErrorData=[],getUserCodeceptJSConfigs=(_0x2558c3,_0x59c566)=>{const _0x56b8bc=a2_0x22e31a,_0x3d0153={};_0x3d0153['McMVO']=function(_0x3164e0,_0x35ce05){return _0x3164e0===_0x35ce05;},_0x3d0153[_0x56b8bc(0x14f)]=_0x56b8bc(0x137),_0x3d0153[_0x56b8bc(0x131)]='codecept.json';const _0x518453=_0x3d0153;let _0x308245=null;const _0x3cddd4={};let _0x597722=_0x59c566[_0x56b8bc(0x163)](_0x27a756=>_0x27a756===_0x56b8bc(0x177));_0x518453['McMVO'](_0x597722,-0x1)&&(_0x597722=_0x59c566['findIndex'](_0x197709=>_0x197709==='-c'));if(!helper['isUndefined'](_0x2558c3[_0x56b8bc(0x1b3)])&&fs[_0x56b8bc(0x199)](path[_0x56b8bc(0x17e)](process['cwd'](),_0x2558c3['config'])))_0x308245=path[_0x56b8bc(0x17e)](process[_0x56b8bc(0x18b)](),_0x2558c3[_0x56b8bc(0x1b3)]),_0x59c566['slice'](_0x597722,0x2);else{if(!helper['isUndefined'](_0x2558c3['c'])&&fs[_0x56b8bc(0x199)](path['join'](process[_0x56b8bc(0x18b)](),_0x2558c3['c'])))_0x308245=path[_0x56b8bc(0x17e)](process[_0x56b8bc(0x18b)](),_0x2558c3['c']),_0x59c566[_0x56b8bc(0x1aa)](_0x597722,0x2);else{if(fs['existsSync'](path[_0x56b8bc(0x17e)](process['cwd'](),_0x518453['DQCne'])))_0x308245=path['join'](process[_0x56b8bc(0x18b)](),_0x518453[_0x56b8bc(0x14f)]);else fs[_0x56b8bc(0x199)](path['join'](process['cwd'](),_0x518453[_0x56b8bc(0x131)]))&&(_0x308245=path[_0x56b8bc(0x17e)](process[_0x56b8bc(0x18b)](),_0x518453[_0x56b8bc(0x131)]));}}return process[_0x56b8bc(0x171)]['USER_CONFIG_DETAILS_PATH']=_0x308245,_0x308245;},getO11yRerunPattern=()=>{const _0x1d7416=a2_0x22e31a,_0x4c7e72=helper[_0x1d7416(0x1b1)](process[_0x1d7416(0x171)][_0x1d7416(0x1b7)]);if(_0x4c7e72){const _0x4830ca=process[_0x1d7416(0x171)][_0x1d7416(0x196)],_0x4fa8f0=[];if(helper[_0x1d7416(0x1b2)](_0x4830ca)&&!helper[_0x1d7416(0x1c6)](_0x4830ca)){_0x4830ca['split'](',')[_0x1d7416(0x1b8)](_0x54364f=>{const _0x309a4d=_0x1d7416;_0x4fa8f0[_0x309a4d(0x175)]('('+_0x54364f[_0x309a4d(0x16e)]()+')');});const _0x54132e='^'+_0x4fa8f0[_0x1d7416(0x17e)]('|')+'$';return _0x54132e;}}return null;},a2_0xcb56b9={};function a2_0x573d(_0x4089db,_0x413797){const _0x52c811=a2_0x52c8();return a2_0x573d=function(_0x573d78,_0xe22eca){_0x573d78=_0x573d78-0x12f;let _0x483599=_0x52c811[_0x573d78];return _0x483599;},a2_0x573d(_0x4089db,_0x413797);}a2_0xcb56b9[a2_0x22e31a(0x13a)]=a2_0x22e31a(0x1cb),a2_0xcb56b9[a2_0x22e31a(0x157)]=a2_0x22e31a(0x1cb),a2_0xcb56b9[a2_0x22e31a(0x190)]=a2_0x22e31a(0x1b4),a2_0xcb56b9[a2_0x22e31a(0x149)]=a2_0x22e31a(0x15e);const pwToCodeceptBrowser=a2_0xcb56b9;async function run(_0x2ec146,_0x111e23,_0x25aa96){const _0x1cde8f=a2_0x22e31a,_0x4eb764={'xCRHt':function(_0x17b5db,_0x28df41,_0x15ae5c,_0x7141fd){return _0x17b5db(_0x28df41,_0x15ae5c,_0x7141fd);},'HTMTn':function(_0x2cdc72,_0x18fc39){return _0x2cdc72+_0x18fc39;},'MrWTx':function(_0x3e0ac1,_0x509efe){return _0x3e0ac1(_0x509efe);},'WHfAq':function(_0x5cb4d5,_0x2b2bd1){return _0x5cb4d5+_0x2b2bd1;},'gZkhS':function(_0x539b99,_0x6718af,_0x7a5c4b){return _0x539b99(_0x6718af,_0x7a5c4b);},'vcfuL':'helpers','NmrqS':function(_0x91dea9){return _0x91dea9();},'iUUAk':_0x1cde8f(0x18d),'dsrTC':function(_0xdf8ff9){return _0xdf8ff9();},'xqzWp':'Failed\x20:\x20','CEfuy':_0x1cde8f(0x1a8),'QEZtn':_0x1cde8f(0x19c),'xaCzb':'4|5|3|0|2|1','MllNF':function(_0x3703b1,_0x3de8a9,_0x353871){return _0x3703b1(_0x3de8a9,_0x353871);},'ICoeJ':_0x1cde8f(0x1a7),'susLE':function(_0x1a83a4,_0x1c825b,_0x55728f){return _0x1a83a4(_0x1c825b,_0x55728f);},'Rourf':_0x1cde8f(0x14a),'rWsOS':_0x1cde8f(0x173),'bkkAd':function(_0xb4086c,_0x1c5a93){return _0xb4086c!=_0x1c5a93;},'WquJb':function(_0x40e097,_0x1bf6ba){return _0x40e097===_0x1bf6ba;},'Beymz':_0x1cde8f(0x1c0),'kMVMG':function(_0x49032a){return _0x49032a();},'RkHkx':function(_0x1becfc,_0x215d2d){return _0x1becfc*_0x215d2d;},'sWJVM':'browser','OQPPb':function(_0x2adb8b,_0xc6b311,_0x327f1a){return _0x2adb8b(_0xc6b311,_0x327f1a);},'eOrMG':_0x1cde8f(0x1a9),'cZQiD':_0x1cde8f(0x14e),'nBZQP':_0x1cde8f(0x14d),'ffCKC':'browserStackCwd','XHDsV':function(_0x466d1b){return _0x466d1b();}};await _0x25aa96[_0x1cde8f(0x13d)](_0x2ec146),await helper[_0x1cde8f(0x195)](_0x25aa96[_0x1cde8f(0x1b3)]);if(!_0x25aa96[_0x1cde8f(0x1b3)])return;process[_0x1cde8f(0x1c9)]=_0x2ec146[_0x1cde8f(0x1c9)];_0x2ec146[_0x1cde8f(0x1c9)]&&(process['env'][_0x1cde8f(0x1c9)]=_0x2ec146[_0x1cde8f(0x1c9)]);const _0x518198=_0x4eb764[_0x1cde8f(0x15f)](getUserCodeceptJSConfigs,_0x2ec146,_0x111e23);let _0x4de40d={};_0x518198?(logger['info'](_0x1cde8f(0x15d)+_0x518198),_0x4de40d=CodeceptJS[_0x1cde8f(0x1b3)][_0x1cde8f(0x186)](_0x518198)):logger[_0x1cde8f(0x151)](_0x4eb764[_0x1cde8f(0x13b)]);let _0x3cc906=![];_0x4eb764[_0x1cde8f(0x147)](nestedKeyValue,_0x4de40d,[_0x4eb764['vcfuL'],_0x4eb764[_0x1cde8f(0x133)]])&&(_0x3cc906=!![]);const _0x3f83ad=_0x3cc906?_0x4eb764[_0x1cde8f(0x133)]:_0x4eb764['rWsOS'];let _0x196d83=!_0x3cc906?helper[_0x1cde8f(0x166)](_0x25aa96[_0x1cde8f(0x1b3)]):![];!helper[_0x1cde8f(0x1c6)](_0x25aa96[_0x1cde8f(0x1b3)][_0x1cde8f(0x16c)])&&(process[_0x1cde8f(0x171)][_0x1cde8f(0x197)]=JSON[_0x1cde8f(0x1ce)](_0x25aa96[_0x1cde8f(0x1b3)][_0x1cde8f(0x16c)]));let _0x524e23=_0x25aa96[_0x1cde8f(0x1b3)][_0x1cde8f(0x153)];_0x524e23=_0x524e23||_0x4eb764['MrWTx'](checkAccessibilityPlatformConfig,_0x25aa96[_0x1cde8f(0x1b3)]),process[_0x1cde8f(0x171)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x524e23;_0x524e23&&(_0x196d83=!_0x524e23);_0x4eb764[_0x1cde8f(0x15a)](_0x25aa96[_0x1cde8f(0x1b3)]['testObservability'],null)?process[_0x1cde8f(0x171)][_0x1cde8f(0x13e)]=_0x25aa96[_0x1cde8f(0x1b3)][_0x1cde8f(0x156)]:process[_0x1cde8f(0x171)]['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0x4eb764[_0x1cde8f(0x17a)](_0x3f83ad,_0x4eb764[_0x1cde8f(0x133)]);const _0x2281a2=_0x4eb764[_0x1cde8f(0x1be)](nestedKeyValue,_0x4de40d,[_0x4eb764[_0x1cde8f(0x164)]]),_0x123ea2=_0x2281a2&&!helper[_0x1cde8f(0x136)](_0x2281a2)?FRAMEWORKS['CODECEPT_CUCUMBER']:FRAMEWORKS[_0x1cde8f(0x183)],_0x491c16=await TestHubHandler[_0x1cde8f(0x1a3)](_0x123ea2,_0x25aa96);_0x524e23&&_0x4eb764[_0x1cde8f(0x1ad)](setAccessibilityCapabilities,_0x25aa96[_0x1cde8f(0x1b3)]);const _0x2ab2c0={},_0xd0ec1a=[],_0x6d7de5=_0x25aa96[_0x1cde8f(0x1b3)]['parallelsPerPlatform']||helper[_0x1cde8f(0x1a0)](_0x2ec146,_0x111e23,_0x25aa96['config'],constants[_0x1cde8f(0x198)][_0x1cde8f(0x183)])||0x1;let _0xa5f157=0x1;if(_0x4eb764[_0x1cde8f(0x182)](isBrowserstackInfra)){const _0x54439d=helper[_0x1cde8f(0x143)](_0x25aa96[_0x1cde8f(0x1b3)],_0x196d83,constants[_0x1cde8f(0x198)][_0x1cde8f(0x183)]);_0x54439d[_0x1cde8f(0x1a2)](_0x5dcf44=>{helper['setAdditionalCapabilities'](_0x5dcf44);}),helper['validPlatformsPresent'](_0x25aa96['config'])?_0xa5f157=_0x4eb764['RkHkx'](_0x6d7de5,_0x25aa96['config'][_0x1cde8f(0x167)][_0x1cde8f(0x187)]):_0xa5f157=_0x6d7de5,_0x54439d[_0x1cde8f(0x1a2)](_0x28a101=>{const _0x3f362c=_0x1cde8f,_0x5452cf={'VljgN':function(_0x5f3607,_0xc001de,_0x2040e9,_0x42b3e6){const _0x28137c=a2_0x573d;return _0x4eb764[_0x28137c(0x1ae)](_0x5f3607,_0xc001de,_0x2040e9,_0x42b3e6);},'kcasl':function(_0x1a153c,_0xbcf6e4){return _0x4eb764['HTMTn'](_0x1a153c,_0xbcf6e4);},'iiqcr':function(_0x51ccfe,_0x36cfd7){const _0x3d62a6=a2_0x573d;return _0x4eb764[_0x3d62a6(0x1ad)](_0x51ccfe,_0x36cfd7);}},_0x13d9a1=_0x4eb764[_0x3f362c(0x141)](helper[_0x3f362c(0x144)](_0x28a101,'_'),'_'+Date[_0x3f362c(0x1a6)]()),_0x5e318c=((()=>{const _0x4f522c=_0x3f362c;if(_0x3cc906){const _0x125459=pwToCodeceptBrowser[_0x28a101[_0x4f522c(0x181)]]||_0x28a101[_0x4f522c(0x181)],_0x384bb7=helper[_0x4f522c(0x15c)](_0x25aa96[_0x4f522c(0x1b3)]),_0x493a7c=Object[_0x4f522c(0x15b)]({},_0x28a101);return _0x5452cf[_0x4f522c(0x17f)](processAccessibilityCaps,_0x493a7c,_0x384bb7,null),{'browser':_0x125459,[_0x125459]:{'browserWSEndpoint':_0x5452cf[_0x4f522c(0x16a)](_0x384bb7,_0x5452cf[_0x4f522c(0x19a)](encodeURIComponent,JSON[_0x4f522c(0x1ce)](_0x493a7c)))}};}const _0x18a1a2={};return _0x18a1a2[_0x4f522c(0x1a9)]=_0x28a101,_0x18a1a2[_0x4f522c(0x17b)]=_0x25aa96[_0x4f522c(0x1b3)]['userName'],_0x18a1a2[_0x4f522c(0x1ca)]=_0x25aa96['config']['accessKey'],_0x18a1a2;})()),_0x21fdc0=_0x4eb764[_0x3f362c(0x1be)](nestedKeyValue,_0x4de40d,[_0x4eb764['vcfuL'],_0x3f83ad]);_0x2ab2c0[_0x13d9a1]=_0x21fdc0?helper[_0x3f362c(0x13c)](_0x5e318c,_0x21fdc0):_0x5e318c;if(_0x3cc906)_0x2ab2c0[_0x13d9a1][_0x3f362c(0x1c4)]=pwToCodeceptBrowser[_0x28a101['browserName']]||_0x28a101['browserName'];else{_0x2ab2c0[_0x13d9a1][_0x3f362c(0x1c4)]=_0x28a101[_0x3f362c(0x181)]||_0x5e318c[_0x3f362c(0x1c4)];if(_0x4eb764['NmrqS'](isBrowserstackInfra)){_0x2ab2c0[_0x13d9a1][_0x3f362c(0x19b)]=constants['hubUrl']['replace'](_0x4eb764['iUUAk'],'')['replace'](/https?:\/\//,'');;_0x2ab2c0[_0x13d9a1][_0x3f362c(0x139)]=_0x4eb764['iUUAk'];}}_0xd0ec1a['push'](_0x13d9a1);});}else{_0xa5f157=0x1;if(_0x3cc906){const _0x150352=_0x4eb764[_0x1cde8f(0x15f)](nestedKeyValue,_0x4de40d,[_0x4eb764[_0x1cde8f(0x17d)],_0x3f83ad,_0x4eb764[_0x1cde8f(0x19f)]]),_0x35659c=_0x4eb764[_0x1cde8f(0x1bc)](nestedKeyValue,_0x4de40d,[_0x4eb764['vcfuL'],_0x3f83ad,_0x150352]);if(_0x35659c&&_0x35659c[_0x1cde8f(0x146)]){const _0x5f4d45={};_0x5f4d45['platforms']=[],_0x35659c[_0x1cde8f(0x146)]=helper[_0x1cde8f(0x143)](Object[_0x1cde8f(0x15b)]({},_0x25aa96[_0x1cde8f(0x1b3)],_0x5f4d45),null,_0x123ea2[_0x1cde8f(0x1bf)](),null,null,_0x35659c[_0x1cde8f(0x146)]);}}else{const _0xb6d500={};_0xb6d500[_0x1cde8f(0x167)]=[],_0x4de40d[_0x4eb764[_0x1cde8f(0x17d)]][_0x3f83ad][_0x4eb764[_0x1cde8f(0x194)]]=helper[_0x1cde8f(0x143)](Object['assign']({},_0x25aa96['config'],_0xb6d500),null,_0x123ea2[_0x1cde8f(0x1bf)](),_0x4eb764[_0x1cde8f(0x15f)](nestedKeyValue,_0x4de40d,[_0x4eb764[_0x1cde8f(0x17d)],_0x3f83ad,_0x4eb764[_0x1cde8f(0x194)]])||{},null,null);}_0x2ab2c0[_0x4eb764[_0x1cde8f(0x165)]]=_0x4de40d,_0xd0ec1a[_0x1cde8f(0x175)](_0x4eb764[_0x1cde8f(0x165)]);}const _0x3c48f4={};_0x3c48f4[_0x1cde8f(0x18f)]=_0x518198;const _0x4de2f4=_0x3c48f4,_0x3f6aec=path[_0x1cde8f(0x17e)](__dirname,_0x4eb764[_0x1cde8f(0x140)]),_0x501e30=process[_0x1cde8f(0x18b)]();process[_0x1cde8f(0x171)][_0x4eb764[_0x1cde8f(0x1cd)]]=_0x501e30,process['chdir'](path['dirname'](_0x518198));const _0x2025a9=new CodeceptJS['Workers'](null,_0x4de2f4),_0x357ef7=_0x2025a9['createGroupsOfSuites'](_0xa5f157),_0x54839b=testOpsHelper['isTestObservabilitySession'](),_0x3a1835=_0xd0ec1a['map'](_0x51a00c=>{const _0x25dc41=_0x1cde8f,_0x379074={};_0x379074['Playwright']=_0x2ab2c0[_0x51a00c];const _0x4fa1ad={};_0x4fa1ad[_0x25dc41(0x173)]=_0x2ab2c0[_0x51a00c];const _0x2b82c1=_0x3cc906?_0x379074:_0x4fa1ad,_0x44429b=_0x4eb764[_0x25dc41(0x1c8)](getO11yRerunPattern),_0x230524={};_0x230524['helpers']=_0x2b82c1;const _0x492911={};_0x492911[_0x25dc41(0x160)]=_0x3f6aec,_0x492911[_0x25dc41(0x19e)]=!![],_0x492911['skipSessionName']=_0x25aa96[_0x25dc41(0x1b3)][_0x25dc41(0x18c)][_0x25dc41(0x1cc)],_0x492911[_0x25dc41(0x178)]=_0x25aa96[_0x25dc41(0x1b3)][_0x25dc41(0x18c)][_0x25dc41(0x178)],_0x492911[_0x25dc41(0x156)]=_0x54839b,_0x492911[_0x25dc41(0x16b)]=_0x123ea2;const _0x9ace47={};_0x9ace47[_0x25dc41(0x180)]=_0x492911;const _0x1404ca={};return _0x1404ca[_0x25dc41(0x152)]=_0x9ace47,helper[_0x25dc41(0x13c)]({},_0x4de40d,_0x4eb764['dsrTC'](isBrowserstackInfra)?_0x230524:{},_0x44429b?{'grep':_0x44429b}:{},_0x1404ca);});for(const _0x177506 of _0x3a1835){for(const _0x220a3a of _0x357ef7){const _0x1345c0=_0x2025a9[_0x1cde8f(0x179)]();_0x1345c0[_0x1cde8f(0x1b0)](_0x220a3a),_0x1345c0[_0x1cde8f(0x172)](_0x177506);const _0xe5951a={};_0xe5951a[_0x1cde8f(0x1b3)]=_0x518198,_0x1345c0['addOptions'](Object['assign'](_0xe5951a,_0x2ec146));}}_0x2025a9['on'](CodeceptJS[_0x1cde8f(0x161)][_0x1cde8f(0x16d)]['failed'],(_0x2793a7,_0x4958eb)=>{const _0xc4bb0=_0x1cde8f;console[_0xc4bb0(0x1c2)](_0x4eb764[_0xc4bb0(0x16f)],_0x2793a7[_0xc4bb0(0x148)]);const _0x23dec9={[_0x2793a7[_0xc4bb0(0x148)]]:_0x2793a7['err'][_0xc4bb0(0x1a1)]};_testErrorData[_0xc4bb0(0x175)](_0x23dec9);}),_0x2025a9['on'](CodeceptJS[_0x1cde8f(0x161)][_0x1cde8f(0x16d)][_0x1cde8f(0x1a5)],async _0x3d3e86=>{const _0x4f1ae9=_0x1cde8f;console[_0x4f1ae9(0x1c2)](_0x4eb764[_0x4f1ae9(0x13f)],_0x3d3e86[_0x4f1ae9(0x148)]);}),_0x2025a9['on'](CodeceptJS[_0x1cde8f(0x161)][_0x1cde8f(0x16d)][_0x1cde8f(0x12f)],async _0x327aa4=>{const _0x301254=_0x1cde8f;console['log'](_0x4eb764[_0x301254(0x1b9)],_0x327aa4[_0x301254(0x148)]);}),_0x2025a9['on'](CodeceptJS[_0x1cde8f(0x161)][_0x1cde8f(0x150)]['result'],async()=>{const _0x38a75a=_0x1cde8f,_0x26c324=_0x4eb764[_0x38a75a(0x188)][_0x38a75a(0x145)]('|');let _0x2c98b4=0x0;while(!![]){switch(_0x26c324[_0x2c98b4++]){case'0':utilities['finalExecution'](_0x25aa96);continue;case'1':_0x2025a9[_0x38a75a(0x142)]();continue;case'2':try{await TestHubHandler[_0x38a75a(0x18e)]();}catch(_0x102add){logger[_0x38a75a(0x1c1)](_0x38a75a(0x1a4)+util[_0x38a75a(0x185)](_0x102add));}continue;case'3':testOpsHelper[_0x38a75a(0x134)]();continue;case'4':PerformanceTester['start'](PerformanceEvents[_0x38a75a(0x1af)]);continue;case'5':_0x25aa96[_0x38a75a(0x1ac)]=_testErrorData;continue;}break;}});async function _0x138cad(){const _0x29895e=_0x1cde8f;try{await _0x2025a9['bootstrapAll'](),await _0x2025a9[_0x29895e(0x191)]();}finally{process['chdir'](_0x501e30),await _0x2025a9[_0x29895e(0x1ab)]();}}PerformanceTester['end'](PerformanceEvents[_0x1cde8f(0x162)]),_0x4eb764['XHDsV'](_0x138cad);}module[a2_0x22e31a(0x176)]=run;
|
|
2
|
+
'use strict';function a2_0x8a23(){const _0x30ed6c=['NfaYM','MEDJg','yVJAn','SDK_CLEANUP','log','BrowserStackPlugin','userName','addOptions','KmQpz','setAdditionalCapabilities','isUndefined','assign','oZFyh','test','FRAMEWORKS','6502951icazZF','codeceptjs','gbMwM','16869cyigry','mergeDeep','UeAOd','Playwright','AfMYZ','failed','zGrrj','getPlatformName','accessKey','forEach','host','../../helpers/testhub/testhubHandler','exports','Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20','push','2IDNGcB','../../helpers/performance/performance-tester','6984fXrgeA','platforms','../utils/clientTroubleshootingService','frameworkName','sjIgM','launchBuild','useW3C','NDTdB','browserStackCwd','/wd/hub','printResults','addConfig','format','../../helpers/utilities','../../helpers/BrowserStackSetup','plugins','split','tGpCK','join','151065hBcCsa','stop','accessibility','xcngp','isTestObservabilitySession','helpers','EVENTS','BROWSERSTACK_TEST_OBSERVABILITY_YML','existsSync','../utils/constants','../../helpers/test-observability/constants','stringify','QMmSQ','dirname','run','chromium','skipSessionStatus','codeceptjs/lib/index.js','../../helpers/performance/constants','4drTKXb','findIndex','isEmpty','addTests','chdir','stack','validPlatformsPresent','accessibilityOptions','CODECEPT_CUCUMBER','4913256IABBsi','2637960wpoRFL','QQikN','debug','BROWSERSTACK_RERUN_TESTS','USER_CONFIG_DETAILS_PATH','BROWSERSTACK_TEST_ACCESSIBILITY_YML','playwright-chromium','skipSessionName','now','teardownAll','webkit','iebUn','testContextOptions','OVRSm','profile','key','Workers','result','prepareCapabilities','map','Failed\x20:\x20','browserName','printBuildLink','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','err','0|1|3|4|5|2','fCYub','--config','user','JFFpx','CODECEPT','chrome','replace','length','cwd','desiredCapabilities','createGroupsOfSuites','Started\x20:\x20','3879mtZfNn','getUserWorkerCount','browser','ppPHW','isTrue','wiMSv','slice','WebDriver','SDK_SETUP','codecept.json','gherkin','toLowerCase','errorMessage','../../helpers/helper','spawn','env','testObservability','UKPBF','../../bin/playwright/accessibility-helper','title','INqgX','ZBNAL','getPlaywrightUrl','xYWXY','before','9621670qTgNqX','event','info','Passed\x20:\x20','config','passed','hubUrl','validateRerunTestList','DKuZu','../../helpers/logger'];a2_0x8a23=function(){return _0x30ed6c;};return a2_0x8a23();}const a2_0x3e5521=a2_0x2a09;(function(_0x1b61df,_0x41f6d1){const _0x4f57e9=a2_0x2a09,_0x2cf6bf=_0x1b61df();while(!![]){try{const _0x3611b1=-parseInt(_0x4f57e9(0x191))/0x1+parseInt(_0x4f57e9(0x17c))/0x2*(-parseInt(_0x4f57e9(0x16d))/0x3)+-parseInt(_0x4f57e9(0x1a4))/0x4*(parseInt(_0x4f57e9(0x1ae))/0x5)+parseInt(_0x4f57e9(0x1ad))/0x6+parseInt(_0x4f57e9(0x16a))/0x7+parseInt(_0x4f57e9(0x17e))/0x8*(parseInt(_0x4f57e9(0x1d4))/0x9)+-parseInt(_0x4f57e9(0x151))/0xa;if(_0x3611b1===_0x41f6d1)break;else _0x2cf6bf['push'](_0x2cf6bf['shift']());}catch(_0x32cf0c){_0x2cf6bf['push'](_0x2cf6bf['shift']());}}}(a2_0x8a23,0x749f5));const fs=require('fs'),path=require('path'),util=require('util'),process=require('process'),logger=require(a2_0x3e5521(0x15a))['winstonLogger'],{default:BrowserStackSetup}=require(a2_0x3e5521(0x18c)),helper=require(a2_0x3e5521(0x1e1)),utilities=require(a2_0x3e5521(0x18b)),{checkAccessibilityPlatformConfig}=require('../../helpers/accessibility-automation/helper'),{setAccessibilityCapabilities,processAccessibilityCaps}=require(a2_0x3e5521(0x1e6)),{requireModule,nestedKeyValue,isBrowserstackInfra}=require('../../helpers/helper'),CodeceptJS=requireModule(a2_0x3e5521(0x1a2),a2_0x3e5521(0x16b)),testOpsHelper=require('../../helpers/test-observability/utils'),TestHubHandler=require(a2_0x3e5521(0x178)),constants=require(a2_0x3e5521(0x19a)),PerformanceTester=require(a2_0x3e5521(0x17d)),{FRAMEWORKS}=require(a2_0x3e5521(0x19b)),PerformanceEvents=require(a2_0x3e5521(0x1a3))[a2_0x3e5521(0x197)],ClientTroubleShootingService=require(a2_0x3e5521(0x180)),_testErrorData=[],getUserCodeceptJSConfigs=(_0x2c7255,_0x591f30)=>{const _0x272167=a2_0x3e5521,_0x2e40b3={};_0x2e40b3[_0x272167(0x15d)]=function(_0x2d5475,_0x3ee9d7){return _0x2d5475===_0x3ee9d7;},_0x2e40b3[_0x272167(0x182)]='codecept.conf.js',_0x2e40b3[_0x272167(0x167)]=_0x272167(0x1dd);const _0x5bb368=_0x2e40b3;let _0x3d6ce6=null;const _0x2f2c21={};let _0x1d43c0=_0x591f30[_0x272167(0x1a5)](_0x1cfa8b=>_0x1cfa8b===_0x272167(0x1c9));_0x5bb368[_0x272167(0x15d)](_0x1d43c0,-0x1)&&(_0x1d43c0=_0x591f30[_0x272167(0x1a5)](_0x104e8b=>_0x104e8b==='-c'));if(!helper[_0x272167(0x165)](_0x2c7255[_0x272167(0x155)])&&fs['existsSync'](path[_0x272167(0x190)](process[_0x272167(0x1d0)](),_0x2c7255['config'])))_0x3d6ce6=path[_0x272167(0x190)](process[_0x272167(0x1d0)](),_0x2c7255[_0x272167(0x155)]),_0x591f30[_0x272167(0x1da)](_0x1d43c0,0x2);else{if(!helper['isUndefined'](_0x2c7255['c'])&&fs[_0x272167(0x199)](path[_0x272167(0x190)](process[_0x272167(0x1d0)](),_0x2c7255['c'])))_0x3d6ce6=path[_0x272167(0x190)](process[_0x272167(0x1d0)](),_0x2c7255['c']),_0x591f30[_0x272167(0x1da)](_0x1d43c0,0x2);else{if(fs[_0x272167(0x199)](path[_0x272167(0x190)](process[_0x272167(0x1d0)](),_0x5bb368[_0x272167(0x182)])))_0x3d6ce6=path[_0x272167(0x190)](process[_0x272167(0x1d0)](),_0x5bb368[_0x272167(0x182)]);else fs[_0x272167(0x199)](path[_0x272167(0x190)](process[_0x272167(0x1d0)](),_0x5bb368[_0x272167(0x167)]))&&(_0x3d6ce6=path[_0x272167(0x190)](process[_0x272167(0x1d0)](),_0x5bb368[_0x272167(0x167)]));}}return process[_0x272167(0x1e3)][_0x272167(0x1b2)]=_0x3d6ce6,_0x3d6ce6;},getO11yRerunPattern=()=>{const _0x4a5778=a2_0x3e5521,_0xa13799=helper[_0x4a5778(0x1d8)](process[_0x4a5778(0x1e3)]['BROWSERSTACK_RERUN']);if(_0xa13799){const _0x24b26d=process[_0x4a5778(0x1e3)][_0x4a5778(0x1b1)],_0x5e0d07=[];if(helper[_0x4a5778(0x158)](_0x24b26d)&&!helper[_0x4a5778(0x165)](_0x24b26d)){_0x24b26d[_0x4a5778(0x18e)](',')['map'](_0x4e475f=>{const _0x10e35a=_0x4a5778;_0x5e0d07[_0x10e35a(0x17b)]('('+_0x4e475f['trim']()+')');});const _0x3831f5='^'+_0x5e0d07[_0x4a5778(0x190)]('|')+'$';return _0x3831f5;}}return null;},a2_0x5c9529={};a2_0x5c9529[a2_0x3e5521(0x1cd)]=a2_0x3e5521(0x1a0),a2_0x5c9529[a2_0x3e5521(0x1b4)]=a2_0x3e5521(0x1a0),a2_0x5c9529['playwright-firefox']='firefox',a2_0x5c9529['playwright-webkit']=a2_0x3e5521(0x1b8);function a2_0x2a09(_0x1b4489,_0x8dbb2c){const _0x8a2389=a2_0x8a23();return a2_0x2a09=function(_0x2a093a,_0x5d57ee){_0x2a093a=_0x2a093a-0x14f;let _0x445946=_0x8a2389[_0x2a093a];return _0x445946;},a2_0x2a09(_0x1b4489,_0x8dbb2c);}const pwToCodeceptBrowser=a2_0x5c9529;async function run(_0x397fa1,_0x3604ab,_0x29f760){const _0xad3359=a2_0x3e5521,_0x4d3ec7={'YhZfi':function(_0x1553b4,_0x2852c5,_0x542bc7,_0x16a52d){return _0x1553b4(_0x2852c5,_0x542bc7,_0x16a52d);},'CQJRw':function(_0x367b7c,_0x2ce007){return _0x367b7c+_0x2ce007;},'iebUn':function(_0x29e4f5,_0x2d118e){return _0x29e4f5(_0x2d118e);},'NDTdB':function(_0x3120e8,_0x2b9b50){return _0x3120e8+_0x2b9b50;},'MEDJg':function(_0x1811df,_0x42ec1a,_0x2547d9){return _0x1811df(_0x42ec1a,_0x2547d9);},'gbMwM':_0xad3359(0x196),'zGrrj':function(_0x4458cc){return _0x4458cc();},'wiMSv':_0xad3359(0x187),'QMmSQ':function(_0xa4d61d){return _0xa4d61d();},'DKuZu':_0xad3359(0x1c2),'JFFpx':_0xad3359(0x154),'ZBNAL':_0xad3359(0x1d3),'NfaYM':_0xad3359(0x1c7),'xcngp':function(_0x3a4865,_0xcc7a9f,_0x148299){return _0x3a4865(_0xcc7a9f,_0x148299);},'QQikN':_0xad3359(0x1c5),'UKPBF':function(_0xc2f038,_0x3bc703,_0x15bf67){return _0xc2f038(_0x3bc703,_0x15bf67);},'UeAOd':_0xad3359(0x170),'kpzxl':_0xad3359(0x1db),'OVRSm':function(_0x433e9b,_0x27a7e2){return _0x433e9b!=_0x27a7e2;},'xYWXY':function(_0x2913dd,_0x491e9f){return _0x2913dd===_0x491e9f;},'DIJuO':function(_0x20c122,_0x33e3b2,_0x118d03){return _0x20c122(_0x33e3b2,_0x118d03);},'zkNfb':_0xad3359(0x1de),'AfMYZ':function(_0xbd71ab,_0x555163){return _0xbd71ab*_0x555163;},'KmQpz':function(_0x5ae2f7,_0xd1c2b2,_0x13a7c6){return _0x5ae2f7(_0xd1c2b2,_0x13a7c6);},'tGpCK':'browser','INqgX':'desiredCapabilities','yacqy':'root','ppPHW':'BrowserStackPlugin.js','jixuk':_0xad3359(0x186)};await _0x29f760['initialize'](_0x397fa1),await helper['handleApp'](_0x29f760[_0xad3359(0x155)]);if(!_0x29f760[_0xad3359(0x155)])return;process[_0xad3359(0x1bc)]=_0x397fa1[_0xad3359(0x1bc)];_0x397fa1[_0xad3359(0x1bc)]&&(process[_0xad3359(0x1e3)]['profile']=_0x397fa1[_0xad3359(0x1bc)]);const _0x4ccd9d=_0x4d3ec7[_0xad3359(0x194)](getUserCodeceptJSConfigs,_0x397fa1,_0x3604ab);let _0x3e86ca={};_0x4ccd9d?(logger[_0xad3359(0x153)]('Getting\x20your\x20codeceptjs\x20configs\x20from\x20'+_0x4ccd9d),_0x3e86ca=CodeceptJS[_0xad3359(0x155)]['load'](_0x4ccd9d)):logger['info'](_0x4d3ec7[_0xad3359(0x1af)]);let _0x4b8117=![];_0x4d3ec7[_0xad3359(0x1e5)](nestedKeyValue,_0x3e86ca,[_0x4d3ec7[_0xad3359(0x16c)],_0x4d3ec7[_0xad3359(0x16f)]])&&(_0x4b8117=!![]);const _0x3f8fa1=_0x4b8117?_0x4d3ec7['UeAOd']:_0x4d3ec7['kpzxl'];let _0x378255=!_0x4b8117?helper[_0xad3359(0x184)](_0x29f760[_0xad3359(0x155)]):![];!helper[_0xad3359(0x165)](_0x29f760[_0xad3359(0x155)][_0xad3359(0x1ab)])&&(process[_0xad3359(0x1e3)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']=JSON['stringify'](_0x29f760[_0xad3359(0x155)]['accessibilityOptions']));let _0x27669a=_0x29f760[_0xad3359(0x155)][_0xad3359(0x193)];_0x27669a=_0x27669a||_0x4d3ec7[_0xad3359(0x1b9)](checkAccessibilityPlatformConfig,_0x29f760['config']),process[_0xad3359(0x1e3)][_0xad3359(0x1b3)]=_0x27669a;_0x27669a&&(_0x378255=!_0x27669a);_0x4d3ec7[_0xad3359(0x1bb)](_0x29f760[_0xad3359(0x155)]['testObservability'],null)?process[_0xad3359(0x1e3)][_0xad3359(0x198)]=_0x29f760[_0xad3359(0x155)]['testObservability']:process[_0xad3359(0x1e3)][_0xad3359(0x198)]=_0x4d3ec7[_0xad3359(0x14f)](_0x3f8fa1,_0x4d3ec7[_0xad3359(0x16f)]);const _0x36778a=_0x4d3ec7['DIJuO'](nestedKeyValue,_0x3e86ca,[_0x4d3ec7['zkNfb']]),_0x526473=_0x36778a&&!helper[_0xad3359(0x1a6)](_0x36778a)?FRAMEWORKS[_0xad3359(0x1ac)]:FRAMEWORKS[_0xad3359(0x1cc)],_0x4b97be=await TestHubHandler[_0xad3359(0x183)](_0x526473,_0x29f760);_0x27669a&&_0x4d3ec7['iebUn'](setAccessibilityCapabilities,_0x29f760['config']);const _0x3a3ee9={},_0x1bd029=[],_0x34cfc4=_0x29f760[_0xad3359(0x155)]['parallelsPerPlatform']||helper[_0xad3359(0x1d5)](_0x397fa1,_0x3604ab,_0x29f760[_0xad3359(0x155)],constants[_0xad3359(0x169)][_0xad3359(0x1cc)])||0x1;let _0x391680=0x1;if(_0x4d3ec7[_0xad3359(0x173)](isBrowserstackInfra)){const _0x3d11d8=helper[_0xad3359(0x1c0)](_0x29f760[_0xad3359(0x155)],_0x378255,constants['FRAMEWORKS'][_0xad3359(0x1cc)]);_0x3d11d8[_0xad3359(0x176)](_0x113732=>{const _0x4f5c91=_0xad3359;helper[_0x4f5c91(0x164)](_0x113732);}),helper[_0xad3359(0x1aa)](_0x29f760[_0xad3359(0x155)])?_0x391680=_0x4d3ec7[_0xad3359(0x171)](_0x34cfc4,_0x29f760[_0xad3359(0x155)][_0xad3359(0x17f)][_0xad3359(0x1cf)]):_0x391680=_0x34cfc4,_0x3d11d8[_0xad3359(0x176)](_0x48c334=>{const _0x1d33b8=_0xad3359,_0x5b928d={'lgVxO':function(_0x39310b,_0x21eb92,_0xcfbefa,_0x32f5e8){return _0x4d3ec7['YhZfi'](_0x39310b,_0x21eb92,_0xcfbefa,_0x32f5e8);},'fCYub':function(_0x38afec,_0x3e4f2d){return _0x4d3ec7['CQJRw'](_0x38afec,_0x3e4f2d);},'LYSbu':function(_0xc5d5a5,_0x4b9201){const _0x112eb6=a2_0x2a09;return _0x4d3ec7[_0x112eb6(0x1b9)](_0xc5d5a5,_0x4b9201);}},_0x49c7ca=_0x4d3ec7[_0x1d33b8(0x185)](helper[_0x1d33b8(0x174)](_0x48c334,'_'),'_'+Date[_0x1d33b8(0x1b6)]()),_0x2af242=((()=>{const _0x466726=_0x1d33b8;if(_0x4b8117){const _0x4f7eef=pwToCodeceptBrowser[_0x48c334[_0x466726(0x1c3)]]||_0x48c334[_0x466726(0x1c3)],_0x5aba6f=helper[_0x466726(0x1ea)](_0x29f760[_0x466726(0x155)]),_0x3dbdbc=Object[_0x466726(0x166)]({},_0x48c334);return _0x5b928d['lgVxO'](processAccessibilityCaps,_0x3dbdbc,_0x5aba6f,null),{'browser':_0x4f7eef,[_0x4f7eef]:{'browserWSEndpoint':_0x5b928d[_0x466726(0x1c8)](_0x5aba6f,_0x5b928d['LYSbu'](encodeURIComponent,JSON[_0x466726(0x19c)](_0x3dbdbc)))}};}const _0xb9e64b={};return _0xb9e64b[_0x466726(0x1d1)]=_0x48c334,_0xb9e64b[_0x466726(0x1ca)]=_0x29f760[_0x466726(0x155)][_0x466726(0x161)],_0xb9e64b[_0x466726(0x1bd)]=_0x29f760[_0x466726(0x155)][_0x466726(0x175)],_0xb9e64b;})()),_0x38b86a=_0x4d3ec7[_0x1d33b8(0x15c)](nestedKeyValue,_0x3e86ca,[_0x4d3ec7[_0x1d33b8(0x16c)],_0x3f8fa1]);_0x3a3ee9[_0x49c7ca]=_0x38b86a?helper['mergeDeep'](_0x2af242,_0x38b86a):_0x2af242;if(_0x4b8117)_0x3a3ee9[_0x49c7ca][_0x1d33b8(0x1d6)]=pwToCodeceptBrowser[_0x48c334['browserName']]||_0x48c334[_0x1d33b8(0x1c3)];else{_0x3a3ee9[_0x49c7ca][_0x1d33b8(0x1d6)]=_0x48c334[_0x1d33b8(0x1c3)]||_0x2af242[_0x1d33b8(0x1d6)];if(_0x4d3ec7[_0x1d33b8(0x173)](isBrowserstackInfra)){_0x3a3ee9[_0x49c7ca][_0x1d33b8(0x177)]=constants[_0x1d33b8(0x157)][_0x1d33b8(0x1ce)](_0x4d3ec7['wiMSv'],'')[_0x1d33b8(0x1ce)](/https?:\/\//,'');;_0x3a3ee9[_0x49c7ca]['path']=_0x4d3ec7[_0x1d33b8(0x1d9)];}}_0x1bd029[_0x1d33b8(0x17b)](_0x49c7ca);});}else{_0x391680=0x1;if(_0x4b8117){const _0x439ce3=_0x4d3ec7[_0xad3359(0x163)](nestedKeyValue,_0x3e86ca,[_0x4d3ec7[_0xad3359(0x16c)],_0x3f8fa1,_0x4d3ec7[_0xad3359(0x18f)]]),_0x5d7af8=_0x4d3ec7[_0xad3359(0x194)](nestedKeyValue,_0x3e86ca,[_0x4d3ec7[_0xad3359(0x16c)],_0x3f8fa1,_0x439ce3]);if(_0x5d7af8&&_0x5d7af8['browserWSEndpoint']){const _0x23c79d={};_0x23c79d[_0xad3359(0x17f)]=[],_0x5d7af8['browserWSEndpoint']=helper[_0xad3359(0x1c0)](Object[_0xad3359(0x166)]({},_0x29f760[_0xad3359(0x155)],_0x23c79d),null,_0x526473['toLowerCase'](),null,null,_0x5d7af8['browserWSEndpoint']);}}else{const _0x52ec00={};_0x52ec00[_0xad3359(0x17f)]=[],_0x3e86ca[_0x4d3ec7[_0xad3359(0x16c)]][_0x3f8fa1][_0x4d3ec7[_0xad3359(0x1e8)]]=helper[_0xad3359(0x1c0)](Object['assign']({},_0x29f760['config'],_0x52ec00),null,_0x526473[_0xad3359(0x1df)](),_0x4d3ec7[_0xad3359(0x15c)](nestedKeyValue,_0x3e86ca,[_0x4d3ec7[_0xad3359(0x16c)],_0x3f8fa1,_0x4d3ec7['INqgX']])||{},null,null);}_0x3a3ee9[_0x4d3ec7['yacqy']]=_0x3e86ca,_0x1bd029['push'](_0x4d3ec7['yacqy']);}const _0x1767af={};_0x1767af['testConfig']=_0x4ccd9d;const _0x4a435b=_0x1767af,_0x379998=path[_0xad3359(0x190)](__dirname,_0x4d3ec7[_0xad3359(0x1d7)]),_0x2233ab=process['cwd']();process[_0xad3359(0x1e3)][_0x4d3ec7['jixuk']]=_0x2233ab,process[_0xad3359(0x1a8)](path[_0xad3359(0x19e)](_0x4ccd9d));const _0x218884=new CodeceptJS[(_0xad3359(0x1be))](null,_0x4a435b),_0xc7e1da=_0x218884[_0xad3359(0x1d2)](_0x34cfc4),_0x12da7c=testOpsHelper[_0xad3359(0x195)](),_0x2be8c4=_0x1bd029[_0xad3359(0x1c1)](_0xfa4ebe=>{const _0x3ea27a=_0xad3359,_0x46c126={};_0x46c126[_0x3ea27a(0x170)]=_0x3a3ee9[_0xfa4ebe];const _0x3d198d={};_0x3d198d['WebDriver']=_0x3a3ee9[_0xfa4ebe];const _0x30e124=_0x4b8117?_0x46c126:_0x3d198d,_0x4238ca=_0x4d3ec7[_0x3ea27a(0x19d)](getO11yRerunPattern),_0x1410fd={};_0x1410fd[_0x3ea27a(0x196)]=_0x30e124;const _0x56fd9c={};_0x56fd9c['require']=_0x379998,_0x56fd9c['enabled']=!![],_0x56fd9c['skipSessionName']=_0x29f760[_0x3ea27a(0x155)][_0x3ea27a(0x1ba)][_0x3ea27a(0x1b5)],_0x56fd9c['skipSessionStatus']=_0x29f760[_0x3ea27a(0x155)][_0x3ea27a(0x1ba)][_0x3ea27a(0x1a1)],_0x56fd9c[_0x3ea27a(0x1e4)]=_0x12da7c,_0x56fd9c[_0x3ea27a(0x181)]=_0x526473;const _0xc33ae2={};_0xc33ae2[_0x3ea27a(0x160)]=_0x56fd9c;const _0x419229={};return _0x419229[_0x3ea27a(0x18d)]=_0xc33ae2,helper[_0x3ea27a(0x16e)]({},_0x3e86ca,_0x4d3ec7[_0x3ea27a(0x19d)](isBrowserstackInfra)?_0x1410fd:{},_0x4238ca?{'grep':_0x4238ca}:{},_0x419229);});for(const _0x3d427c of _0x2be8c4){for(const _0x477a55 of _0xc7e1da){const _0x40faad=_0x218884[_0xad3359(0x1e2)]();_0x40faad[_0xad3359(0x1a7)](_0x477a55),_0x40faad[_0xad3359(0x189)](_0x3d427c);const _0x3b5f25={};_0x3b5f25['config']=_0x4ccd9d,_0x40faad[_0xad3359(0x162)](Object[_0xad3359(0x166)](_0x3b5f25,_0x397fa1));}}_0x218884['on'](CodeceptJS['event'][_0xad3359(0x168)][_0xad3359(0x172)],(_0x4c20ef,_0x1f6e75)=>{const _0x1d8476=_0xad3359;console[_0x1d8476(0x15f)](_0x4d3ec7[_0x1d8476(0x159)],_0x4c20ef[_0x1d8476(0x1e7)]);const _0x355bff={[_0x4c20ef[_0x1d8476(0x1e7)]]:_0x4c20ef[_0x1d8476(0x1c6)][_0x1d8476(0x1a9)]};_testErrorData[_0x1d8476(0x17b)](_0x355bff);}),_0x218884['on'](CodeceptJS['event'][_0xad3359(0x168)][_0xad3359(0x156)],async _0x23e23a=>{const _0x56ac7a=_0xad3359;console[_0x56ac7a(0x15f)](_0x4d3ec7[_0x56ac7a(0x1cb)],_0x23e23a[_0x56ac7a(0x1e7)]);}),_0x218884['on'](CodeceptJS['event'][_0xad3359(0x168)][_0xad3359(0x150)],async _0x50dad7=>{const _0x33b5a3=_0xad3359;console[_0x33b5a3(0x15f)](_0x4d3ec7[_0x33b5a3(0x1e9)],_0x50dad7['title']);}),_0x218884['on'](CodeceptJS[_0xad3359(0x152)]['all'][_0xad3359(0x1bf)],async()=>{const _0x238fcd=_0xad3359,_0x29842f=_0x4d3ec7[_0x238fcd(0x15b)][_0x238fcd(0x18e)]('|');let _0x3bfcb5=0x0;while(!![]){switch(_0x29842f[_0x3bfcb5++]){case'0':PerformanceTester['start'](PerformanceEvents[_0x238fcd(0x15e)]);continue;case'1':_0x29f760[_0x238fcd(0x1e0)]=_testErrorData;continue;case'2':_0x218884[_0x238fcd(0x188)]();continue;case'3':testOpsHelper[_0x238fcd(0x1c4)]();continue;case'4':utilities['finalExecution'](_0x29f760);continue;case'5':try{await TestHubHandler[_0x238fcd(0x192)]();}catch(_0x3394f6){logger[_0x238fcd(0x1b0)](_0x238fcd(0x17a)+util[_0x238fcd(0x18a)](_0x3394f6));}continue;}break;}});async function _0x2de74a(){const _0xafa7e7=_0xad3359;try{await _0x218884['bootstrapAll'](),await _0x218884[_0xafa7e7(0x19f)]();}finally{process['chdir'](_0x2233ab),await _0x218884[_0xafa7e7(0x1b7)]();}}PerformanceTester['end'](PerformanceEvents[_0xad3359(0x1dc)]),await _0x4d3ec7['zGrrj'](_0x2de74a);}module[a2_0x3e5521(0x179)]=run;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a3_0x40ed75=a3_0x3387;(function(_0xa030ca,_0x4a5be4){const _0xef7857=a3_0x3387,_0xd3eca6=_0xa030ca();while(!![]){try{const _0xaf5235=parseInt(_0xef7857(0x208))/0x1*(-parseInt(_0xef7857(0x1de))/0x2)+parseInt(_0xef7857(0x1e4))/0x3+parseInt(_0xef7857(0x1e0))/0x4+parseInt(_0xef7857(0x223))/0x5+parseInt(_0xef7857(0x214))/0x6+-parseInt(_0xef7857(0x21f))/0x7*(-parseInt(_0xef7857(0x1f6))/0x8)+-parseInt(_0xef7857(0x226))/0x9;if(_0xaf5235===_0x4a5be4)break;else _0xd3eca6['push'](_0xd3eca6['shift']());}catch(_0x1e1c2b){_0xd3eca6['push'](_0xd3eca6['shift']());}}}(a3_0x5299,0x6878d));function a3_0x5299(){const _0x3ba3f7=['ZBrzM','../../helpers/logger','2247894BxyYxl','WebDriver','VVAdU','kuiee','getMinVersionForBrowser','deviceName','bstack:options','DyIEX','fvlNh','string','PsCUe','4817785NcFTef','zCjMM','EoZks','AvjLN','1813005ucJdZk','browserVersion','CGMmt','7721982Alfpcd','wSNin','parse','getDetails','dMxsk','get','searchParams','getBrowserDisplayName','../../helpers/accessibility-automation/helper','isBrowserSupportedForAccessibility','833590LtnKbD','name','501224PARIzP','browserstack_accessibility_automation_script','UueEq','desiredCapabilities','1706082klIfeh','yofZB','constructor','sqqfT','browser_version','../../helpers/helper','PFgOo','nIRuF','browserName','os_version','xbgmu','on\x20non-BrowserStack\x20infrastructure\x20','OJpGN','capabilities','platform_version','processWebDriverConfig','\x20or\x20higher\x20','fetchPlatformDetails','8cuKoxh','browser','winstonLogger','accessibilityPlatform','qFbdr','config','unknown_grid','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20or\x20ChromeForTesting\x20browsers.','YgGmG','browserstack_executor','\x20browser\x20version\x20','FeJaL','bsSessionId','LSXMu','bAwtb','rbOYW','platformName','cloudProvider','2ZwrdeZ','FUuTZ','yuUQr','sessionId','platformVersion','__cloud_provider___','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20','caps','includes','platform'];a3_0x5299=function(){return _0x3ba3f7;};return a3_0x5299();}function a3_0x3387(_0x2cff9f,_0x28691f){const _0x5299d4=a3_0x5299();return a3_0x3387=function(_0x338742,_0x529bea){_0x338742=_0x338742-0x1d7;let _0xea715a=_0x5299d4[_0x338742];return _0xea715a;},a3_0x3387(_0x2cff9f,_0x28691f);}const {isUndefined,nestedKeyValue}=require('../../helpers/helper'),logger=require(a3_0x40ed75(0x213))[a3_0x40ed75(0x1f8)],PlaywrightSessionDetails=require('../../bin/playwright/sessionDetails'),{isAccessibilityAutomationSession}=require(a3_0x40ed75(0x1dc)),{getObservabilityLinkedProductName}=require('../../helpers/test-observability/utils'),accessibilityHelper=require(a3_0x40ed75(0x1dc)),{isBrowserstackInfra}=require(a3_0x40ed75(0x1e9)),getOSVersionFromCaps=_0x4e16c2=>{const _0x18da5c=a3_0x40ed75,_0x1aa0d9={};_0x1aa0d9[_0x18da5c(0x212)]=_0x18da5c(0x21a),_0x1aa0d9[_0x18da5c(0x222)]='platformVersion',_0x1aa0d9[_0x18da5c(0x216)]=_0x18da5c(0x1f2),_0x1aa0d9[_0x18da5c(0x201)]='osVersion',_0x1aa0d9[_0x18da5c(0x204)]=_0x18da5c(0x1ed);const _0x30c9fa=_0x1aa0d9;if(!_0x4e16c2)return null;const _0x24ca58=_0x4e16c2[_0x30c9fa[_0x18da5c(0x212)]],_0x4292e9=[_0x30c9fa['AvjLN'],_0x30c9fa[_0x18da5c(0x216)],_0x30c9fa[_0x18da5c(0x201)],_0x30c9fa[_0x18da5c(0x204)]];for(const _0x17f9a4 of _0x4292e9){if(_0x24ca58&&_0x24ca58[_0x17f9a4])return _0x24ca58[_0x17f9a4];else{if(_0x4e16c2[_0x17f9a4])return _0x4e16c2[_0x17f9a4];}}return null;};exports[a3_0x40ed75(0x1f5)]=_0x532ed0=>{const _0x2ad6dc=a3_0x40ed75,_0x1c4b47={'qFbdr':_0x2ad6dc(0x1fc),'yofZB':function(_0x37ce08,_0x41f053){return _0x37ce08===_0x41f053;},'kuiee':_0x2ad6dc(0x215),'zCjMM':function(_0x103916,_0x4ed428){return _0x103916(_0x4ed428);},'WFfEn':function(_0x23fda5,_0x39867c,_0x5b73f5){return _0x23fda5(_0x39867c,_0x5b73f5);},'UueEq':_0x2ad6dc(0x1fb),'EoZks':_0x2ad6dc(0x1e3),'XQqFl':function(_0x5cecb3,_0x24ce37){return _0x5cecb3(_0x24ce37);},'LSXMu':function(_0x3649d5,_0x549268){return _0x3649d5===_0x549268;},'izMCX':'Playwright','nIRuF':function(_0x1ce824,_0xa8afab,_0x200807){return _0x1ce824(_0xa8afab,_0x200807);},'CRItL':_0x2ad6dc(0x1f7),'OJpGN':'browserWSEndpoint','YgGmG':_0x2ad6dc(0x20f),'wSNin':function(_0x2092bf,_0x24e93e){return _0x2092bf(_0x24e93e);}};if(!_0x532ed0)return null;let _0x29c6de=global[_0x2ad6dc(0x20d)]||_0x1c4b47[_0x2ad6dc(0x1fa)];if(_0x1c4b47[_0x2ad6dc(0x1e5)](_0x532ed0[_0x2ad6dc(0x1e6)][_0x2ad6dc(0x1df)],_0x1c4b47[_0x2ad6dc(0x217)])){const _0x3991c8=_0x532ed0['browser'];if(!_0x3991c8)return null;const _0x5acb0c=_0x3991c8[_0x2ad6dc(0x1f1)],_0x51a605=_0x1c4b47[_0x2ad6dc(0x220)](getOSVersionFromCaps,_0x1c4b47['WFfEn'](nestedKeyValue,_0x532ed0,[_0x1c4b47[_0x2ad6dc(0x1e2)],_0x1c4b47[_0x2ad6dc(0x221)]]));return{[_0x29c6de]:{'browser':_0x5acb0c[_0x2ad6dc(0x1ec)],'browser_version':_0x5acb0c[_0x2ad6dc(0x224)],'capabilities':_0x5acb0c,'platform':_0x5acb0c[_0x2ad6dc(0x206)],'platform_version':_0x5acb0c[_0x2ad6dc(0x20c)]||_0x51a605,'product':_0x1c4b47['XQqFl'](getObservabilityLinkedProductName,_0x5acb0c),'session_id':_0x3991c8[_0x2ad6dc(0x20b)]}};}else{if(_0x1c4b47[_0x2ad6dc(0x203)](_0x532ed0[_0x2ad6dc(0x1e6)][_0x2ad6dc(0x1df)],_0x1c4b47['izMCX'])){const _0x258482=PlaywrightSessionDetails[_0x2ad6dc(0x1d7)]();_0x29c6de=_0x258482[_0x2ad6dc(0x207)]||_0x29c6de;const _0x5e20d3=_0x1c4b47[_0x2ad6dc(0x1eb)](nestedKeyValue,_0x532ed0,[_0x1c4b47[_0x2ad6dc(0x1e2)],_0x1c4b47['CRItL'],_0x1c4b47[_0x2ad6dc(0x1f0)]]),_0x4d0881=_0x5e20d3?JSON[_0x2ad6dc(0x228)](new URL(_0x5e20d3)[_0x2ad6dc(0x1da)][_0x2ad6dc(0x1d9)](_0x1c4b47[_0x2ad6dc(0x1fe)])):{};return{[_0x29c6de]:{'browser':_0x258482[_0x2ad6dc(0x1f7)]||_0x4d0881[_0x2ad6dc(0x1ec)],'browser_version':_0x258482[_0x2ad6dc(0x1e8)]||_0x4d0881[_0x2ad6dc(0x1e8)],'capabilities':_0x4d0881,'platform':_0x258482[_0x2ad6dc(0x211)],'platform_version':_0x258482[_0x2ad6dc(0x1f2)],'product':_0x1c4b47[_0x2ad6dc(0x227)](getObservabilityLinkedProductName,_0x4d0881),'session_id':_0x258482[_0x2ad6dc(0x202)]}};}}},exports[a3_0x40ed75(0x1f3)]=_0x24aa11=>{const _0x59a48b=a3_0x40ed75,_0x1695b8={'zGOdk':function(_0x21240b){return _0x21240b();},'fvlNh':_0x59a48b(0x1fd),'PFgOo':function(_0x55cf7e,_0xcbfdc0){return _0x55cf7e!==_0xcbfdc0;},'dMxsk':'latest','sqqfT':function(_0x3b82cb){return _0x3b82cb();},'yuUQr':_0x59a48b(0x1ef),'xbgmu':function(_0x15c4cd,_0x1c8601){return _0x15c4cd(_0x1c8601);},'PsCUe':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.'};if(_0x1695b8['zGOdk'](isAccessibilityAutomationSession)){const _0x543888=_0x24aa11[_0x59a48b(0x1f7)],_0xa90aa0=_0x543888['capabilities'];global[_0x59a48b(0x1f9)]=!![];!accessibilityHelper[_0x59a48b(0x1dd)](_0xa90aa0['browserName'])&&(logger['warn'](_0x1695b8[_0x59a48b(0x21c)]),global[_0x59a48b(0x1f9)]=![]);if(_0x1695b8[_0x59a48b(0x1ea)](_0xa90aa0[_0x59a48b(0x224)],_0x1695b8[_0x59a48b(0x1d8)])){const _0x15e769=_0x1695b8[_0x59a48b(0x1e7)](isBrowserstackInfra),_0x45539c=accessibilityHelper[_0x59a48b(0x218)](_0xa90aa0[_0x59a48b(0x1ec)],_0x15e769),_0x543e3f=accessibilityHelper[_0x59a48b(0x1db)](_0xa90aa0[_0x59a48b(0x1ec)]);if(!accessibilityHelper['isVersionSupported'](_0xa90aa0['browserVersion'],_0x45539c)){const _0x32e8b6=_0x15e769?'':_0x1695b8[_0x59a48b(0x20a)];logger['warn'](_0x59a48b(0x20e)+_0x543e3f+_0x59a48b(0x200)+_0x45539c+_0x59a48b(0x1f4)+_0x32e8b6+'.'),global[_0x59a48b(0x1f9)]=![];}}!_0x1695b8[_0x59a48b(0x1ee)](isUndefined,_0xa90aa0[_0x59a48b(0x219)])&&(logger['warn'](_0x1695b8[_0x59a48b(0x21e)]),global[_0x59a48b(0x1f9)]=![]);}},exports['shouldPatchExecuteScript']=_0x55d921=>{const _0x919527=a3_0x40ed75,_0x20e397={};_0x20e397['DyIEX']=function(_0x493665,_0x18a0af){return _0x493665!==_0x18a0af;},_0x20e397[_0x919527(0x205)]=_0x919527(0x21d),_0x20e397[_0x919527(0x225)]=_0x919527(0x1ff),_0x20e397[_0x919527(0x209)]=_0x919527(0x1e1);const _0x375fba=_0x20e397;if(!_0x55d921)return![];else{if(_0x375fba[_0x919527(0x21b)](typeof _0x55d921,_0x375fba['rbOYW']))return!![];}return!_0x55d921[_0x919527(0x210)](_0x375fba[_0x919527(0x225)])&&!_0x55d921[_0x919527(0x210)](_0x375fba['FUuTZ']);};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function a4_0x254b(){const _0x45291d=['finished','removeAllListeners','hook_run_uuid','name','statSync','fGkqR','length','backtrace','../utils/constants','nMkcx','JQhWw','../../helpers/test-observability/requestQueueHandler','javascript','failureData','uuid','CBTSessionCreated','kZcHa','TestRunFinished','190641tXhIHk','_afterAll','kcIzV','yXZOH','jfyWF','parent','STATE_PASSED','2533835MgrmKV','../../helpers/testhub/utils.js','DIUWE','relative','cwd','findGitConfig','test','Playwright','success','WuvMt','./helper.js','luiAv','JXBrF','status','Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20','yFfkJ','bddSteps','meta','getHierarchy','3801552sBxJLa','oBPRw','uHUDf','pqTYR','FNJgK','sendCBTInfo','bugfk','ajsLE','failure','currentTest','../../helpers/logger','gaiLP','AFJgm','nOMeE','fejCR','BROWSERSTACK','shutdown','GBnbd','ctx','1300053wdYfAp','skipped','type','location_prefix','zWdgH','jjaoG','driver','Cjxbe','XOuQl','1512054tovsdZ','DOWCU','qWBbM','getCBTInfo','../../helpers/test-observability/constants','feature','getInstance','TestRunSkipped','PLAYWRIGHT_HUB_URL','VfDyV','connect','kyAGH','LqfNp','gpuVv','err','Exception\x20in\x20sending\x20test\x20data\x20for\x20event\x20','../mocha/test-observability/mochaUtils','finished_at','debug','includes','file','RnDdK','HookRunStarted','QfTSk','lonRA','SrMva','errorsDetailed','testAnalyticsId','PJXBX','hookAnalyticsId','util','ABboh','fullTitle','LogCreated','hKddK','bddStepStart','__platformCaps','failure_backtrace','DjDvQ','KgxmG','constructor','failed','hook','ZSkzv','MQLwS','hooks','now','CvoYL','HOOK_RUN_FINISHED','Failed\x20to\x20parse\x20wsendpoint\x20','UcuuH','\x20with\x20error\x20:\x20','client','tags','GTuBq','event_type','BrowserType','LDzdq','Exception\x20in\x20uploading\x20platform\x20details\x20to\x20','toISOString','test_run','getTime','sBlXZ','retryOf','AAfKm','appendTestItemLog','toString','text','YEiIO','pcEdk','find','TEST_REPORTING_ANALYTICS','suites','TDnka','message','fJpxf','stringify','TEST_EVENTS','logs','hook_run','pid','_afterEach','browserType.js','string','groups','3646832PqxsnN','title','TEST_RUN_STARTED','ubYZO','hIbZh','xxIAm','BUOhB','nMcDe','started','cJnoI','Nnjrc','enabled','start','stepAnalyticsId','then','getHooksForTest','currentHook','O11yHelper','keyword','TEST_RUN_FINISHED','connectOverCDP','3|0|5|1|2|4','XoGfb','eUXUh','XFMLr','bddStepFinish','OIvDO','dirname','replace','aGqwi','join','match','rToBO','DkMrg','Not\x20able\x20to\x20import\x20Browser','passed','frameworkName','push','RIhZs','file_name','../playwright/accessibility-helper','comment','duration','stop','initializeBddStep','result','oulYj','jyNRN','_beforeEach','362348ZQjFPS','PathHelper','_paths','inspect','VTayt','.git','browserstack','bs:addLog:','__cloud_provider___','Exception\x20in\x20uploading\x20log\x20data\x20to\x20','IBjel','STATE_FAILED','pmvRh','path','pending','failure_reason_expanded','File\x20path\x20could\x20not\x20be\x20found','uploadEventData','MWRzo','apply','accessibilityPlatform','cCdAs','markedStatus','toUpperCase','getRootParentFile','resetSkipTestHooks','lib','ZyRDv','HYJRA','TEST_RUN_SKIPPED','../../helpers/test-observability/utils','patchConsoleLogger','HookRunFinished','integrations','mapTestHooks','body','PanAe','defineProperty','wsEndpoint','forEach','toLowerCase','_testEnv','setupBrowserDetails','bFUSn','zuIwL','kYCpb','launch','SamFr','startedAt','ysYBF','2AdnACk','TestRunStarted','obsBrowserTypeMockApplied','../../helpers/test-observability/sessionHandler','TZzZV','wjIlA','getHookType','../../helpers/helper'];a4_0x254b=function(){return _0x45291d;};return a4_0x254b();}const a4_0x25bf23=a4_0x1d55;(function(_0x4b04e2,_0x6b96d3){const _0x7acd5d=a4_0x1d55,_0x221b2f=_0x4b04e2();while(!![]){try{const _0x2b6e92=-parseInt(_0x7acd5d(0x1cb))/0x1*(parseInt(_0x7acd5d(0x1b1))/0x2)+-parseInt(_0x7acd5d(0xf0))/0x3+parseInt(_0x7acd5d(0x14e))/0x4+-parseInt(_0x7acd5d(0x1d2))/0x5+parseInt(_0x7acd5d(0xf9))/0x6+-parseInt(_0x7acd5d(0x17f))/0x7+parseInt(_0x7acd5d(0xdd))/0x8;if(_0x2b6e92===_0x6b96d3)break;else _0x221b2f['push'](_0x221b2f['shift']());}catch(_0x58cb16){_0x221b2f['push'](_0x221b2f['shift']());}}}(a4_0x254b,0x6f6c4));const path=require(a4_0x25bf23(0x18c)),fs=require('fs'),{v4:uuidv4}=require('uuid'),{importFileFromPWCore,nestedKeyValue,parseWSEndpoint,isUndefined}=require(a4_0x25bf23(0x1b8)),testOpsHelper=require(a4_0x25bf23(0x19d)),{getTestEnv}=require(a4_0x25bf23(0x109)),{FRAMEWORKS}=require(a4_0x25bf23(0xfd)),logger=require(a4_0x25bf23(0xe7))['winstonLogger'],SessionHandler=require(a4_0x25bf23(0x1b4)),RequestQueueHandler=require(a4_0x25bf23(0x1c4)),PlaywrightSessionDetails=require('../playwright/sessionDetails'),debug=testOpsHelper[a4_0x25bf23(0x10b)],{processAccessibilityCaps}=require(a4_0x25bf23(0x176)),Constants=require(a4_0x25bf23(0x1c1)),{fetchPlatformDetails}=require(a4_0x25bf23(0xd4)),{shouldProcessEventForTesthub,appendTesthubParams}=require(a4_0x25bf23(0x1d3)),constants=require(a4_0x25bf23(0x1c1)),STATE_PASSED=a4_0x25bf23(0x171),STATE_FAILED=a4_0x25bf23(0x122),a4_0x2a801a={};a4_0x2a801a[a4_0x25bf23(0x150)]=a4_0x25bf23(0x1b2),a4_0x2a801a[a4_0x25bf23(0x161)]=a4_0x25bf23(0x1ca),a4_0x2a801a[a4_0x25bf23(0x19c)]=a4_0x25bf23(0x100),a4_0x2a801a['HOOK_RUN_STARTED']=a4_0x25bf23(0x10f),a4_0x2a801a[a4_0x25bf23(0x129)]=a4_0x25bf23(0x19f);const TEST_EVENTS=a4_0x2a801a,parseEvent=_0x1034ab=>{const _0x48f7e2=a4_0x25bf23,_0x21c77b={};_0x21c77b[_0x48f7e2(0xe9)]=function(_0x2b30fc,_0x54345e){return _0x2b30fc<_0x54345e;},_0x21c77b[_0x48f7e2(0xf5)]=function(_0xdb04c3,_0x5e545b){return _0xdb04c3===_0x5e545b;},_0x21c77b['luiAv']=_0x48f7e2(0x1d8),_0x21c77b[_0x48f7e2(0xea)]=_0x48f7e2(0x123),_0x21c77b[_0x48f7e2(0x189)]=_0x48f7e2(0xf1),_0x21c77b['HYJRA']=_0x48f7e2(0x156),_0x21c77b[_0x48f7e2(0xe0)]=_0x48f7e2(0x1b9);const _0x4a05c8=_0x21c77b,_0x3835c8=_0x1034ab[_0x48f7e2(0x16d)](/^(.*)Run(.*)$/);if(!_0x3835c8)return null;if(_0x4a05c8['AFJgm'](_0x3835c8[_0x48f7e2(0x1bf)],0x3))return null;const _0x58eaba=_0x3835c8[0x1][_0x48f7e2(0x1a7)](),_0x5ee875=_0x3835c8[0x2][_0x48f7e2(0x1a7)]();return{'test':_0x4a05c8['jjaoG'](_0x58eaba,_0x4a05c8[_0x48f7e2(0xd5)]),'hook':_0x4a05c8[_0x48f7e2(0xf5)](_0x58eaba,_0x4a05c8['nOMeE']),'skipped':_0x4a05c8[_0x48f7e2(0xf5)](_0x5ee875,_0x4a05c8[_0x48f7e2(0x189)]),'started':_0x4a05c8[_0x48f7e2(0xf5)](_0x5ee875,_0x4a05c8[_0x48f7e2(0x19b)]),'finished':_0x4a05c8[_0x48f7e2(0xf5)](_0x5ee875,_0x4a05c8[_0x48f7e2(0xe0)])};},mockPWBrowserType=_0x154ae8=>{const _0x269bd6=a4_0x25bf23,_0x3b5b56={'MQLwS':function(_0x5ed12d,_0xbe2fe2){return _0x5ed12d===_0xbe2fe2;},'DkMrg':_0x269bd6(0x14c),'Nnjrc':function(_0x2544dc,_0x107248,_0x358040){return _0x2544dc(_0x107248,_0x358040);},'zWdgH':_0x269bd6(0x1a5),'uHUDf':function(_0x5094b4,_0x3a7991){return _0x5094b4(_0x3a7991);},'yFfkJ':_0x269bd6(0x185),'rToBO':function(_0x37738f,_0x951bc1,_0x49615d){return _0x37738f(_0x951bc1,_0x49615d);},'DIUWE':function(_0x352bd8,_0x26be0f){return _0x352bd8(_0x26be0f);},'QfTSk':_0x269bd6(0x199),'WuvMt':_0x269bd6(0x12d),'pcEdk':_0x269bd6(0x14b),'pmvRh':function(_0x4a474b,_0x298f4e){return _0x4a474b(_0x298f4e);},'ZyRDv':function(_0xb136c8,_0x5a6b7e){return _0xb136c8(_0x5a6b7e);},'TZzZV':_0x269bd6(0x170),'KgxmG':'connect','HItNk':'launch'},_0x3b38b9=path[_0x269bd6(0x16c)](_0x3b5b56[_0x269bd6(0x110)],_0x3b5b56[_0x269bd6(0xd3)],_0x3b5b56[_0x269bd6(0x13e)]),_0x3f8dbf=_0x3b5b56[_0x269bd6(0x18b)](importFileFromPWCore,_0x3b38b9);if(!_0x3f8dbf){_0x3b5b56[_0x269bd6(0x19a)](debug,_0x3b5b56[_0x269bd6(0x1b5)]);return;}const _0x2cd265=_0x3f8dbf[_0x269bd6(0x131)],_0x2ebaee=_0x2cd265['prototype'];if(_0x2ebaee[_0x269bd6(0x1b3)])return;const _0x2d735e=_0x2ebaee[_0x269bd6(0x103)];Object[_0x269bd6(0x1a4)](_0x2ebaee,_0x3b5b56[_0x269bd6(0x120)],{'get':function(){const _0x54da22=_0x269bd6,_0x5de060={'wjIlA':function(_0x1387d6,_0x33ff7a){const _0x5136d3=a4_0x1d55;return _0x3b5b56[_0x5136d3(0x125)](_0x1387d6,_0x33ff7a);},'UcuuH':_0x3b5b56[_0x54da22(0x16f)],'RofhX':function(_0x19034a,_0x45b8e8,_0x14caf3){const _0x348be9=_0x54da22;return _0x3b5b56[_0x348be9(0x158)](_0x19034a,_0x45b8e8,_0x14caf3);},'yXZOH':_0x3b5b56[_0x54da22(0xf4)],'JXBrF':function(_0x66eed0,_0x5e5fc4){const _0x170484=_0x54da22;return _0x3b5b56[_0x170484(0xdf)](_0x66eed0,_0x5e5fc4);},'SamFr':_0x3b5b56[_0x54da22(0xd9)],'XoGfb':function(_0x4ebb66,_0x4db9a4,_0x525acb){const _0x490637=_0x54da22;return _0x3b5b56[_0x490637(0x16e)](_0x4ebb66,_0x4db9a4,_0x525acb);},'oulYj':function(_0x18ff17,_0x4015b5){const _0x118018=_0x54da22;return _0x3b5b56[_0x118018(0x1d4)](_0x18ff17,_0x4015b5);}};return async function _0x14e577(_0x509d0c,_0x520d8a){const _0x285004=_0x54da22,_0x53bbdb={'VTayt':function(_0x4d4dde,_0x46e8c6){const _0x5ca415=a4_0x1d55;return _0x5de060[_0x5ca415(0x1b6)](_0x4d4dde,_0x46e8c6);},'cCdAs':_0x5de060[_0x285004(0x12b)]},_0x2cf0bc=_0x5de060['RofhX'](nestedKeyValue,_0x509d0c,[_0x5de060[_0x285004(0x1ce)]])||_0x509d0c;let _0x564d5c=null,_0x11e3c3=null;try{[_0x11e3c3,_0x564d5c]=_0x2cf0bc?_0x5de060[_0x285004(0xd6)](parseWSEndpoint,_0x2cf0bc):[null,null],global[_0x285004(0x11d)]=_0x564d5c,logger['debug']('Checking\x20for\x20accessibility\x20automation\x20session\x20with\x20'+_0x11e3c3),_0x11e3c3[_0x285004(0x10c)](Constants[_0x285004(0xec)])&&(global[_0x285004(0x187)]=_0x5de060[_0x285004(0x1ae)]);}catch(_0x5e9296){logger[_0x285004(0x10b)](_0x285004(0x12a)+_0x2cf0bc+'\x20'+_0x5e9296);}_0x5de060[_0x285004(0x164)](processAccessibilityCaps,_0x564d5c,_0x11e3c3);if(global[_0x285004(0x193)]){const _0x119696=await _0x2ebaee[_0x285004(0x162)]['apply'](this,[''+Constants[_0x285004(0x101)]+_0x5de060[_0x285004(0x17c)](encodeURIComponent,JSON[_0x285004(0x145)](_0x564d5c))]);return PlaywrightSessionDetails['setupBrowserDetails'](_0x119696,_0x154ae8,_0x2cf0bc),_0x119696;}return _0x2d735e['apply'](this,arguments)['then'](_0x46a9d0=>{const _0x4ea340=_0x285004;let _0x150b91=_0x509d0c[_0x4ea340(0x1a5)];return _0x53bbdb[_0x4ea340(0x183)](typeof _0x509d0c,_0x53bbdb[_0x4ea340(0x194)])&&(_0x150b91=_0x509d0c),PlaywrightSessionDetails[_0x4ea340(0x1a9)](_0x46a9d0,_0x154ae8,_0x150b91),_0x46a9d0;});};}});const _0x3a5b6b=_0x2ebaee[_0x269bd6(0x1ad)];Object[_0x269bd6(0x1a4)](_0x2ebaee,_0x3b5b56['HItNk'],{'get':function(){return async function _0x119066(){const _0x41eab1=a4_0x1d55;return _0x3a5b6b['apply'](this,arguments)[_0x41eab1(0x15c)](_0x28fa4f=>{const _0x2cf953=_0x41eab1;return PlaywrightSessionDetails[_0x2cf953(0x1a9)](_0x28fa4f,null),_0x28fa4f;});};}});};class O11yHelper{[a4_0x25bf23(0xe6)]=null;[a4_0x25bf23(0x15e)]=null;['enabled']=![];[a4_0x25bf23(0x172)]=![];constructor(_0x3b2799,_0x57679d){const _0x3cc768=a4_0x25bf23,_0x37a837={'YhvUh':_0x3cc768(0x163),'GVndf':function(_0x2be3dd){return _0x2be3dd();},'jfyWF':function(_0x520906){return _0x520906();},'McxaT':function(_0xb30f47,_0x12a62c){return _0xb30f47===_0x12a62c;},'eUXUh':_0x3cc768(0x1d9),'PoFrZ':function(_0x24bf4b,_0xe0292f){return _0x24bf4b(_0xe0292f);}},_0x349d13=_0x37a837['YhvUh']['split']('|');let _0x1c67de=0x0;while(!![]){switch(_0x349d13[_0x1c67de++]){case'0':this[_0x3cc768(0x172)]=_0x57679d[_0x3cc768(0x172)];continue;case'1':this[_0x3cc768(0x1a8)]=_0x37a837['GVndf'](getTestEnv);continue;case'2':this[_0x3cc768(0x181)]=new testOpsHelper[(_0x3cc768(0x180))]({'cwd':process[_0x3cc768(0x1d6)]()},this[_0x3cc768(0x1a8)][_0x3cc768(0xf3)]);continue;case'3':this[_0x3cc768(0x159)]=_0x37a837[_0x3cc768(0x1cf)](shouldProcessEventForTesthub);continue;case'4':this['driver']&&_0x37a837['McxaT'](this['driver'][_0x3cc768(0x121)][_0x3cc768(0x1bc)],_0x37a837[_0x3cc768(0x165)])&&_0x37a837['PoFrZ'](mockPWBrowserType,null);continue;case'5':this[_0x3cc768(0xf6)]=_0x3b2799;continue;}break;}}[a4_0x25bf23(0x15a)](){const _0x38ec4d=a4_0x25bf23;if(!this[_0x38ec4d(0x159)])return;testOpsHelper[_0x38ec4d(0x19e)](),process[_0x38ec4d(0x1ba)](_0x38ec4d(0x186)+process[_0x38ec4d(0x149)]),process['on']('bs:addLog:'+process['pid'],this[_0x38ec4d(0x13a)]['bind'](this));}async[a4_0x25bf23(0x179)](){const _0x404678=a4_0x25bf23;await RequestQueueHandler[_0x404678(0xff)]()[_0x404678(0xed)]();}async[a4_0x25bf23(0x13a)](_0x1b8d9e){const _0x9edd00=a4_0x25bf23,_0x16f56e={'fJpxf':_0x9edd00(0x11a),'OIvDO':function(_0x4fed4b,_0x2f24d6){return _0x4fed4b(_0x2f24d6);}};try{this[_0x9edd00(0x15e)]&&!this[_0x9edd00(0x15e)][_0x9edd00(0x195)]&&(_0x1b8d9e[_0x9edd00(0x1bb)]=this[_0x9edd00(0x15e)][_0x9edd00(0x116)]);!_0x1b8d9e[_0x9edd00(0x1bb)]&&this[_0x9edd00(0xe6)]&&!this['currentTest']['markedStatus']&&(_0x1b8d9e['test_run_uuid']=this[_0x9edd00(0xe6)]['testAnalyticsId']);if(_0x1b8d9e[_0x9edd00(0x1bb)]||_0x1b8d9e['test_run_uuid']){const _0x4289f3={};_0x4289f3[_0x9edd00(0x130)]=_0x16f56e[_0x9edd00(0x144)],_0x4289f3[_0x9edd00(0x147)]=[_0x1b8d9e],await SessionHandler[_0x9edd00(0x190)](_0x4289f3);}}catch(_0xdfcb21){_0x16f56e[_0x9edd00(0x168)](debug,_0x9edd00(0x188)+constants['TEST_REPORTING_ANALYTICS']+_0x9edd00(0x12c)+_0xdfcb21);}}async[a4_0x25bf23(0xe2)](_0x2476b0){const _0x59558f=a4_0x25bf23,_0x570b23={'ZSkzv':_0x59558f(0x1c8),'XFMLr':function(_0x2669c0,_0x319a32){return _0x2669c0(_0x319a32);}};if(!this[_0x59558f(0x159)])return;const _0x490019=this[_0x59558f(0xfc)](this[_0x59558f(0xf6)]);try{const _0xf6c4a5={};_0xf6c4a5[_0x59558f(0x1c7)]=_0x2476b0,_0xf6c4a5[_0x59558f(0x1a0)]=_0x490019;const _0x8ce387=_0xf6c4a5,_0x252a8e={};_0x252a8e[_0x59558f(0x130)]=_0x570b23[_0x59558f(0x124)],_0x252a8e['test_run']=_0x8ce387,await SessionHandler[_0x59558f(0x190)](_0x252a8e);}catch(_0x3deb2b){_0x570b23[_0x59558f(0x166)](debug,_0x59558f(0x133)+constants[_0x59558f(0x140)]+_0x59558f(0x12c)+_0x3deb2b);}}[a4_0x25bf23(0xfc)](_0x5159ac){const _0x131940=a4_0x25bf23,_0x516057={'fejCR':function(_0x269be0,_0x1ecf2a){return _0x269be0(_0x1ecf2a);}};return _0x516057[_0x131940(0xeb)](fetchPlatformDetails,_0x5159ac);}[a4_0x25bf23(0x198)]=_0x3a7d87=>{const _0x9f2b5c=a4_0x25bf23,_0x483cb7={};_0x483cb7['sBlXZ']='_beforeEach',_0x483cb7['Cjxbe']='_afterEach';const _0x45e0a8=_0x483cb7;if(!_0x3a7d87||!_0x3a7d87[_0x9f2b5c(0x1d0)])return;[_0x45e0a8[_0x9f2b5c(0x137)],_0x45e0a8[_0x9f2b5c(0xf7)]][_0x9f2b5c(0x1a6)](_0x31fa63=>{const _0x3d3a64=_0x9f2b5c,_0x40e103=_0x3a7d87[_0x3d3a64(0x1d0)][_0x31fa63];_0x40e103[_0x3d3a64(0x1a6)](_0x286c6d=>{const _0x26d0fb=_0x3d3a64;_0x286c6d[_0x26d0fb(0x116)]&&(_0x286c6d[_0x26d0fb(0x116)]=null);});});};[a4_0x25bf23(0x1a1)](_0x3a6159){const _0x3bcee0=a4_0x25bf23,_0x299ace={'PJXBX':'codeceptjs','xxIAm':function(_0x5d1901){return _0x5d1901();},'xTxlA':function(_0x441d36,_0x1f10c0){return _0x441d36===_0x1f10c0;},'aGqwi':_0x3bcee0(0x14a),'FQUYx':function(_0x5daadc){return _0x5daadc();},'XOuQl':'_beforeAll','tLfhn':_0x3bcee0(0x1cc),'fGkqR':_0x3bcee0(0x17e)};if(!_0x3a6159||!_0x3a6159[_0x3bcee0(0x1d0)])return;[_0x299ace[_0x3bcee0(0xf8)],_0x299ace['tLfhn'],_0x299ace[_0x3bcee0(0x1be)],_0x299ace[_0x3bcee0(0x16b)]][_0x3bcee0(0x1a6)](_0xd00697=>{const _0x302353=_0x3bcee0,_0x6ccf5f=_0x3a6159[_0x302353(0x1d0)][_0xd00697]||[];_0x6ccf5f[_0x302353(0x1a6)](_0x12a4b2=>{const _0x297328=_0x302353;if(_0x12a4b2[_0x297328(0x14f)][_0x297328(0x10c)](_0x299ace[_0x297328(0x115)]))return;if(!_0x12a4b2[_0x297328(0x116)])_0x12a4b2[_0x297328(0x116)]=_0x299ace[_0x297328(0x153)](uuidv4);else _0x12a4b2[_0x297328(0x195)]&&_0x299ace['xTxlA'](_0xd00697,_0x299ace[_0x297328(0x16b)])&&(_0x12a4b2[_0x297328(0x116)]=_0x299ace['FQUYx'](uuidv4),delete _0x12a4b2[_0x297328(0x195)]);});}),this['mapTestHooks'](_0x3a6159['parent']);}[a4_0x25bf23(0x15d)](_0x3d8a4c){const _0x78f76=a4_0x25bf23,_0x580863={};_0x580863[_0x78f76(0x1b0)]='_beforeAll',_0x580863[_0x78f76(0x1aa)]=_0x78f76(0x1cc),_0x580863[_0x78f76(0x102)]=_0x78f76(0x17e),_0x580863[_0x78f76(0x13d)]=_0x78f76(0x14a);const _0x212113=_0x580863;if(!_0x3d8a4c||!_0x3d8a4c[_0x78f76(0x1d0)])return[];const _0x2cb1dc=[];return[_0x212113[_0x78f76(0x1b0)],_0x212113[_0x78f76(0x1aa)],_0x212113[_0x78f76(0x102)],_0x212113[_0x78f76(0x13d)]][_0x78f76(0x1a6)](_0x473065=>{const _0x42d260=_0x78f76,_0x5b535d=_0x3d8a4c[_0x42d260(0x1d0)][_0x473065]||[];_0x5b535d[_0x42d260(0x1a6)](_0x3e0bb5=>{const _0x4e0e62=_0x42d260;_0x3e0bb5[_0x4e0e62(0x116)]&&_0x2cb1dc[_0x4e0e62(0x173)](_0x3e0bb5[_0x4e0e62(0x116)]);});}),[]['concat'](_0x2cb1dc,this[_0x78f76(0x15d)](_0x3d8a4c[_0x78f76(0x1d0)]));}['getHookType'](_0x2e763b){const _0x5dbb9f=a4_0x25bf23,_0x26e920=/^"(?<hook>.*)" hook:.*$/,_0x53d815=_0x2e763b[_0x5dbb9f(0x14f)],_0x18d0ee=_0x53d815['match'](_0x26e920);if(_0x18d0ee&&_0x18d0ee['groups'])return _0x18d0ee[_0x5dbb9f(0x14d)][_0x5dbb9f(0x123)][_0x5dbb9f(0x196)]()[_0x5dbb9f(0x16a)]('\x20','_');return null;}[a4_0x25bf23(0x1d7)](_0x5b05b6){const _0x262165=a4_0x25bf23,_0x461117={};_0x461117[_0x262165(0xe1)]=function(_0x1d08b0,_0x2764db){return _0x1d08b0===_0x2764db;},_0x461117['nMcDe']=function(_0x24c1be,_0x50f495){return _0x24c1be===_0x50f495;},_0x461117[_0x262165(0x1c9)]=function(_0x7a8613,_0x27f681){return _0x7a8613===_0x27f681;},_0x461117[_0x262165(0x128)]=_0x262165(0x184),_0x461117[_0x262165(0x139)]='config';const _0x4407da=_0x461117,_0x4262d0=path['sep'];if(_0x4407da['FNJgK'](_0x5b05b6,null)||_0x4407da[_0x262165(0xe1)](_0x5b05b6,'')||_0x4407da[_0x262165(0x155)](_0x5b05b6,_0x4262d0)||_0x4407da[_0x262165(0x1c9)](_0x5b05b6,path[_0x262165(0x169)](_0x5b05b6)))return null;try{return fs[_0x262165(0x1bd)](path[_0x262165(0x16c)](_0x5b05b6,_0x4407da[_0x262165(0x128)],_0x4407da[_0x262165(0x139)])),_0x5b05b6;}catch(_0x50c640){const _0x1d7472=path[_0x262165(0x169)](_0x5b05b6);return this[_0x262165(0x1d7)](_0x1d7472);}}['getRootParentFile'](_0x4a8c91){const _0x430703=a4_0x25bf23,_0xfd3eb4={};_0xfd3eb4[_0x430703(0x1c3)]=function(_0x310588,_0x2bc8bf){return _0x310588>_0x2bc8bf;};const _0x704d3=_0xfd3eb4;if(_0x4a8c91[_0x430703(0x10d)])return _0x4a8c91[_0x430703(0x10d)];if(_0x4a8c91[_0x430703(0xef)]){const _0x6d4d56=_0x4a8c91[_0x430703(0xef)][_0x430703(0xe6)]?this[_0x430703(0x197)](_0x4a8c91[_0x430703(0xef)][_0x430703(0xe6)]):null;if(_0x6d4d56)return _0x6d4d56;}if(_0x4a8c91[_0x430703(0x1d0)]){const _0xdc2193=this['getRootParentFile'](_0x4a8c91['parent'])||(_0x4a8c91[_0x430703(0x1d0)][_0x430703(0xef)]&&_0x4a8c91[_0x430703(0x1d0)][_0x430703(0xef)][_0x430703(0xe6)]?this[_0x430703(0x197)](_0x4a8c91[_0x430703(0x1d0)][_0x430703(0xef)][_0x430703(0xe6)]):null);if(_0xdc2193)return _0xdc2193;_0x4a8c91[_0x430703(0x1d0)][_0x430703(0x141)]&&_0x704d3[_0x430703(0x1c3)](_0x4a8c91[_0x430703(0x1d0)][_0x430703(0x141)][_0x430703(0x1bf)],0x0)&&_0x4a8c91[_0x430703(0x1d0)][_0x430703(0x141)]['forEach'](_0x94808=>{const _0xdc13a1=_0x430703,_0x9fe90d=_0x94808[_0xdc13a1(0xef)]?this[_0xdc13a1(0x197)](_0x94808[_0xdc13a1(0xef)]):null;if(_0x9fe90d)return _0x9fe90d;});}return null;}[a4_0x25bf23(0xdc)](_0x4fb3d3){const _0x5e260b=a4_0x25bf23,_0x44dd8e={};_0x44dd8e[_0x5e260b(0xfa)]=function(_0x5ad1c5,_0x186184){return _0x5ad1c5!==_0x186184;};const _0x59b7bb=_0x44dd8e,_0x37a60a=[];if(_0x4fb3d3&&_0x4fb3d3[_0x5e260b(0x1d0)]){let _0x44e768=_0x4fb3d3['parent'];while(_0x44e768&&_0x59b7bb[_0x5e260b(0xfa)](_0x44e768[_0x5e260b(0x14f)],'')){_0x37a60a['push'](_0x44e768[_0x5e260b(0x14f)]),_0x44e768=_0x44e768[_0x5e260b(0x1d0)];}}return _0x37a60a;}['captureEvent'](_0x17fc35,_0x33fd0f,_0x10731a=undefined){const _0x1bb7db=a4_0x25bf23,_0x4b616b={'nPLiE':function(_0x3efdf3,_0x1c91e5){return _0x3efdf3(_0x1c91e5);},'cJnoI':function(_0x1b66bb){return _0x1b66bb();},'bugfk':function(_0x2fc9da){return _0x2fc9da();},'LDzdq':function(_0x2e61f4){return _0x2e61f4();},'HPhyE':_0x1bb7db(0x117),'RIhZs':_0x1bb7db(0x107),'gpuVv':function(_0x582c83,_0x45a5f9){return _0x582c83!==_0x45a5f9;},'MWRzo':function(_0x41d7b9,_0x2b646e){return _0x41d7b9!==_0x2b646e;},'kyAGH':_0x1bb7db(0x18f),'PanAe':_0x1bb7db(0x18d),'jyNRN':'failed','BUOhB':'passed','qWBbM':_0x1bb7db(0xf1),'ShfdK':_0x1bb7db(0x1c5),'lonRA':function(_0x494a64,_0x179a9c){return _0x494a64-_0x179a9c;},'hKddK':function(_0xfe89ca,_0x207d97,_0x35cf59,_0x44f6d7,_0x14636c){return _0xfe89ca(_0x207d97,_0x35cf59,_0x44f6d7,_0x14636c);},'zuIwL':function(_0x31e88f,_0x58a438){return _0x31e88f!==_0x58a438;},'kYCpb':_0x1bb7db(0x1a0),'RnDdK':_0x1bb7db(0xdb),'GBnbd':_0x1bb7db(0xe5),'kcIzV':_0x1bb7db(0x11e),'ABboh':_0x1bb7db(0x1c0),'oBPRw':_0x1bb7db(0x18e),'ajsLE':'expanded','nMkcx':function(_0x17425f,_0x22308d){return _0x17425f===_0x22308d;},'gaiLP':_0x1bb7db(0x148),'GTuBq':_0x1bb7db(0x135)};if(!this[_0x1bb7db(0x159)])return;try{if(_0x33fd0f['fn']&&_0x33fd0f['fn'][_0x1bb7db(0x13b)]()[_0x1bb7db(0x16d)](/browserstack internal helper hook/))return;const _0xf7db37=_0x4b616b['nPLiE'](parseEvent,_0x17fc35);if(!_0xf7db37)return;if(_0xf7db37['test']){this[_0x1bb7db(0xe6)]=_0x33fd0f,this[_0x1bb7db(0x15e)]=null;if(_0xf7db37[_0x1bb7db(0x156)]||_0xf7db37['skipped']){_0x33fd0f[_0x1bb7db(0x1af)]=new Date(),_0x33fd0f[_0x1bb7db(0x195)]=![];if(!_0x33fd0f[_0x1bb7db(0x114)])_0x33fd0f['testAnalyticsId']=_0x4b616b[_0x1bb7db(0x157)](uuidv4);else _0x33fd0f[_0x1bb7db(0x195)]&&(!_0x33fd0f[_0x1bb7db(0x138)]&&(_0x33fd0f[_0x1bb7db(0x138)]=_0x33fd0f[_0x1bb7db(0x114)]),_0x33fd0f[_0x1bb7db(0x114)]=_0x4b616b[_0x1bb7db(0x157)](uuidv4));}}else{if(_0xf7db37['hook']){this[_0x1bb7db(0x15e)]=_0x33fd0f;if(_0xf7db37[_0x1bb7db(0x156)]){_0x33fd0f[_0x1bb7db(0x1af)]=new Date(),_0x33fd0f[_0x1bb7db(0x195)]=![];if(!_0x33fd0f[_0x1bb7db(0x116)])_0x33fd0f[_0x1bb7db(0x116)]=_0x4b616b[_0x1bb7db(0xe3)](uuidv4);else _0x33fd0f[_0x1bb7db(0x116)]&&_0x33fd0f[_0x1bb7db(0x195)]&&(_0x33fd0f[_0x1bb7db(0x116)]=_0x4b616b[_0x1bb7db(0x132)](uuidv4));}}}if(_0xf7db37[_0x1bb7db(0x1b9)]&&_0x33fd0f[_0x1bb7db(0x195)])return;let _0x17faa0;try{_0x17faa0=this['getRootParentFile'](_0x33fd0f);}catch(_0x30c044){logger[_0x1bb7db(0x10b)]('failed\x20to\x20get\x20root\x20parent\x20file\x20'+_0x30c044),_0x17faa0=null;}const _0x5e60f9=_0x4b616b['nPLiE'](require,_0x4b616b['HPhyE']);let _0x436c77=[];_0x10731a&&(_0x436c77=[_0x10731a,_0x4b616b[_0x1bb7db(0x174)]]);const _0x53b7aa=_0x4b616b[_0x1bb7db(0x106)](_0x33fd0f[_0x1bb7db(0x113)],undefined)?_0x5e60f9[_0x1bb7db(0x182)](_0x33fd0f[_0x1bb7db(0x113)][0x0]):_0x4b616b[_0x1bb7db(0x191)](_0x10731a,undefined)?_0x10731a[_0x1bb7db(0x13b)]():undefined,_0x394e69=_0x17faa0?this[_0x1bb7db(0x1d7)](_0x17faa0):null,_0x5b2dcb=_0x17faa0?this[_0x1bb7db(0x181)]['prefixTestPath'](this[_0x1bb7db(0x197)](_0x33fd0f)):_0x4b616b[_0x1bb7db(0x104)];let _0x88d370=_0x4b616b[_0x1bb7db(0x1a3)];const _0x4dae08=!_0xf7db37[_0x1bb7db(0x156)]?new Date()[_0x1bb7db(0x134)]():null;if(_0xf7db37[_0x1bb7db(0x1b9)])_0x88d370=_0x10731a?_0x4b616b[_0x1bb7db(0x17d)]:_0x4b616b['BUOhB'],_0x33fd0f[_0x1bb7db(0x195)]=!![];else _0xf7db37['skipped']&&(_0x88d370=_0x4b616b[_0x1bb7db(0xfb)],_0x33fd0f['markedStatus']=!![]);const _0x2767b3={'framework':this['frameworkName'],'uuid':_0x33fd0f[_0x1bb7db(0x114)]||_0x33fd0f[_0x1bb7db(0x116)],'name':_0x33fd0f[_0x1bb7db(0x14f)],'body':{'lang':_0x4b616b['ShfdK'],'code':_0x33fd0f[_0x1bb7db(0x1a2)][_0x1bb7db(0x13b)]()},'type':_0x33fd0f[_0x1bb7db(0xf2)],'scope':_0x33fd0f[_0x1bb7db(0x119)](),'scopes':this[_0x1bb7db(0xdc)](_0x33fd0f),'file_name':_0x5b2dcb,'vc_filepath':_0x394e69?path[_0x1bb7db(0x1d5)](_0x394e69,_0x17faa0):null,'location':_0x5b2dcb,'result':_0x88d370,'failure_reason':_0x53b7aa,'duration_in_ms':_0x33fd0f[_0x1bb7db(0x178)]||(_0xf7db37[_0x1bb7db(0x1b9)]||_0xf7db37[_0x1bb7db(0xf1)])?_0x4b616b[_0x1bb7db(0x111)](Date[_0x1bb7db(0x127)](),new Date(_0x33fd0f['startedAt'])[_0x1bb7db(0x136)]()):null,'started_at':new Date(_0x33fd0f[_0x1bb7db(0x1af)])['toISOString'](),'finished_at':_0x4dae08,'failure':testOpsHelper[_0x1bb7db(0x1c6)][_0x1bb7db(0x192)](null,_0x436c77),'failure_type':!_0x53b7aa?null:testOpsHelper['getFailureType'](_0x53b7aa),'retry_of':_0x33fd0f[_0x1bb7db(0x138)]||null,'tags':_0x33fd0f[_0x1bb7db(0x12e)]||[],'customRerunParam':{'rerun_name':_0x33fd0f[_0x1bb7db(0x119)]()}};_0x4b616b[_0x1bb7db(0x11b)](appendTesthubParams,_0x2767b3,_0x17fc35,_0x33fd0f,FRAMEWORKS['CODECEPT']);if(_0xf7db37[_0x1bb7db(0x123)])[_0x2767b3['hook_type'],_0x2767b3['name']]=[this[_0x1bb7db(0x1b7)](_0x33fd0f),_0x33fd0f['ctx'][_0x1bb7db(0x1d8)][_0x1bb7db(0x14f)]],_0xf7db37[_0x1bb7db(0x1b9)]?_0x4b616b[_0x1bb7db(0x1ab)](_0x2767b3['result'],_0x4b616b[_0x1bb7db(0x17d)])&&(_0x2767b3['result']=_0x4b616b[_0x1bb7db(0x154)]):_0x2767b3['body']={};else _0xf7db37[_0x1bb7db(0x1d8)]&&(this['mapTestHooks'](_0x33fd0f),_0xf7db37[_0x1bb7db(0xf1)]&&this['resetSkipTestHooks'](_0x33fd0f),(_0xf7db37[_0x1bb7db(0x1b9)]||_0xf7db37[_0x1bb7db(0xf1)])&&(_0x2767b3[_0x1bb7db(0x126)]=this[_0x1bb7db(0x15d)](_0x33fd0f)));this[_0x1bb7db(0xf6)]&&(_0xf7db37[_0x1bb7db(0x156)]||_0xf7db37[_0x1bb7db(0xf1)])&&(_0x2767b3[_0x4b616b[_0x1bb7db(0x1ac)]]=this['getCBTInfo'](this[_0x1bb7db(0xf6)]));_0xf7db37[_0x1bb7db(0x1d8)]&&_0xf7db37[_0x1bb7db(0x1b9)]&&_0x33fd0f[_0x1bb7db(0xda)]&&(_0x2767b3[_0x4b616b[_0x1bb7db(0x10e)]]={'feature':{'name':_0x33fd0f[_0x1bb7db(0x1d0)][_0x1bb7db(0xfe)][_0x1bb7db(0x1bc)],'path':_0x2767b3[_0x1bb7db(0x175)],'description':_0x33fd0f[_0x1bb7db(0x1d0)][_0x1bb7db(0x177)]},'scenario':{'name':_0x33fd0f['title']},'steps':_0x33fd0f[_0x1bb7db(0xda)]});const _0x37e078=_0x2767b3[_0x4b616b[_0x1bb7db(0xee)]][0x0];_0x37e078&&(_0x2767b3[_0x4b616b[_0x1bb7db(0x1cd)]]=_0x37e078[_0x4b616b[_0x1bb7db(0x118)]],_0x2767b3[_0x4b616b[_0x1bb7db(0xde)]]=_0x37e078[_0x4b616b[_0x1bb7db(0xe4)]]);if(_0x33fd0f[_0x1bb7db(0xda)])for(const _0x44ab0a of _0x33fd0f[_0x1bb7db(0xda)]){!_0x44ab0a[_0x1bb7db(0x10a)]&&(_0x44ab0a[_0x1bb7db(0x10a)]=new Date()[_0x1bb7db(0x134)](),_0x4b616b[_0x1bb7db(0x1c2)](_0x44ab0a[_0x1bb7db(0x17b)],_0x4b616b[_0x1bb7db(0x1a3)])&&(_0x37e078?(_0x44ab0a[_0x1bb7db(0x17b)]=_0x4b616b['jyNRN'],_0x44ab0a['failure']=_0x37e078[_0x4b616b[_0x1bb7db(0x118)]][0x0]):_0x44ab0a['result']=_0x4b616b[_0x1bb7db(0x154)]));}const _0x21c25b={};_0x21c25b['event_type']=_0xf7db37[_0x1bb7db(0xf1)]?TEST_EVENTS['TEST_RUN_FINISHED']:_0x17fc35;const _0x32250f=_0x21c25b;return _0xf7db37[_0x1bb7db(0x123)]?_0x32250f[_0x4b616b[_0x1bb7db(0xe8)]]=_0x2767b3:_0x32250f[_0x4b616b[_0x1bb7db(0x12f)]]=_0x2767b3,_0x32250f;}catch(_0x806073){logger[_0x1bb7db(0x10b)](_0x1bb7db(0xd8)+_0x17fc35+_0x1bb7db(0x12c)+_0x806073);}}async['fireEvent'](_0x18d30c,_0x3803df){const _0x2b76f8=a4_0x25bf23;if(!this[_0x2b76f8(0x159)]||!_0x3803df||!_0x18d30c)return![];try{return await SessionHandler[_0x2b76f8(0x190)](_0x3803df);}catch(_0x3d2705){logger[_0x2b76f8(0x10b)](_0x2b76f8(0x108)+_0x18d30c+_0x2b76f8(0x12c)+_0x3d2705);}}[a4_0x25bf23(0x17a)](_0x49cd00){const _0x33ae68=a4_0x25bf23,_0x4ae8c4={};_0x4ae8c4['hIbZh']='pending';const _0x432991=_0x4ae8c4;return{'id':_0x49cd00[_0x33ae68(0x15b)],'text':_0x49cd00[_0x33ae68(0x13c)],'keyword':_0x49cd00[_0x33ae68(0x160)],'started_at':_0x49cd00[_0x33ae68(0x1af)]['toISOString'](),'result':_0x432991[_0x33ae68(0x152)]};}[a4_0x25bf23(0x11c)](_0x51d60b){const _0x117766=a4_0x25bf23,_0x1a79fc={'SrMva':function(_0x2b678d){return _0x2b678d();}};!this['currentTest'][_0x117766(0xda)]&&(this['currentTest'][_0x117766(0xda)]=[]),!_0x51d60b[_0x117766(0x15b)]&&(_0x51d60b[_0x117766(0x15b)]=_0x1a79fc[_0x117766(0x112)](uuidv4),_0x51d60b[_0x117766(0x1af)]=new Date(),this[_0x117766(0xe6)][_0x117766(0xda)][_0x117766(0x173)](this[_0x117766(0x17a)](_0x51d60b)));}[a4_0x25bf23(0x167)](_0x42d2f2){const _0x432502=a4_0x25bf23,_0x5280fc={'LqfNp':function(_0x16590d,_0x2b8c05){return _0x16590d(_0x2b8c05);},'DjDvQ':_0x432502(0xd2),'TDnka':_0x432502(0x18d),'ubYZO':_0x432502(0x171),'YCxsF':function(_0x4745a0,_0x537c88){return _0x4745a0-_0x537c88;}};let _0x912d6b=this[_0x432502(0xe6)]['bddSteps'][_0x432502(0x13f)](_0x18d32a=>_0x18d32a['id']===_0x42d2f2[_0x432502(0x15b)]);_0x5280fc[_0x432502(0x105)](isUndefined,_0x912d6b)&&(_0x912d6b=this[_0x432502(0x17a)](_0x42d2f2)),_0x912d6b['result']=[_0x5280fc[_0x432502(0x11f)],_0x5280fc[_0x432502(0x142)]][_0x432502(0x10c)](_0x42d2f2[_0x432502(0xd7)])?_0x5280fc[_0x432502(0x151)]:_0x42d2f2[_0x432502(0xd7)],_0x912d6b[_0x432502(0x10a)]=new Date()[_0x432502(0x134)](),_0x912d6b[_0x432502(0x178)]=_0x5280fc['YCxsF'](Date['now'](),_0x42d2f2[_0x432502(0x1af)][_0x432502(0x136)]()),_0x912d6b[_0x432502(0xe5)]=_0x42d2f2[_0x432502(0x107)]?_0x42d2f2[_0x432502(0x107)][_0x432502(0x143)]:null;}}const a4_0x2e2055={};function a4_0x1d55(_0x4a01f7,_0x2d04d2){const _0x254b76=a4_0x254b();return a4_0x1d55=function(_0x1d55ac,_0xc12b4c){_0x1d55ac=_0x1d55ac-0xd2;let _0x3e6bdc=_0x254b76[_0x1d55ac];return _0x3e6bdc;},a4_0x1d55(_0x4a01f7,_0x2d04d2);}a4_0x2e2055[a4_0x25bf23(0x15f)]=O11yHelper,a4_0x2e2055[a4_0x25bf23(0x1d1)]=STATE_PASSED,a4_0x2e2055[a4_0x25bf23(0x18a)]=STATE_FAILED,a4_0x2e2055[a4_0x25bf23(0x146)]=TEST_EVENTS,module['exports']=a4_0x2e2055;
|
|
1
|
+
function a4_0x1af5(){const _0x52fa66=['../../helpers/test-observability/utils','KxbPM','tags','QowbF','HOOK_RUN_FINISHED','captureEvent','getCBTInfo','CBTSessionCreated','xGZfT','RLMWY','fVSJP','Espxn','waVMM','InFtQ','File\x20path\x20could\x20not\x20be\x20found','forEach','PLAYWRIGHT_HUB_URL','failed','shutdown','ctx','saUSJ','driver','hook','appendTestItemLog','MSqhA','expanded','HOOK_RUN_STARTED','enabled','name','uuid','hook_run','6481740TSvFxz','_afterAll','logs','debug','LBlEO','bUtAX','_afterEach','failure','TestRunSkipped','OmrYI','path','WEbgs','prototype','javascript','pfbMO','wsEndpoint','status','WwjAX','success','failure_backtrace','oFuDc','NmCoM','errorsDetailed','_paths','../../helpers/test-observability/constants','deNIE','finished','CPlay','finished_at','Exception\x20in\x20uploading\x20platform\x20details\x20to\x20','4057164YtxoIM','mHEpU','bddStepFinish','toString','skipped','client','hooks','result','TEST_RUN_STARTED','launch','hgMLN','getHookType','connect','start','testAnalyticsId','Playwright','body','defineProperty','NfkOW','relative','constructor','TEST_REPORTING_ANALYTICS','O11yHelper','lvyTq','getTime','title','mHDSG','config','location_prefix','HookRunStarted','apply','byyYX','iMLoy','sBhzT','ZRyCr','join','bs:addLog:','initializeBddStep','dirname','DEgbM','OpavV','dUHoC','keyword','sSZrc','startedAt','__cloud_provider___','TestRunStarted','duration','../../helpers/helper','inspect','xPUhM','../../helpers/logger','suites','bddSteps','backtrace','uXTSS','Exception\x20in\x20sending\x20test\x20data\x20for\x20event\x20','match','setupBrowserDetails','hook_type','HookRunFinished','kzLHL','qQinJ','VfSfb','QEpKI','YAMUQ','mapTestHooks','accessibilityPlatform','156528QkRBcQ','toISOString','yFrcQ','6AllaHG','hnnfh','POfBK','Fwoty','pid','stepAnalyticsId','file','8358903iFzQAO','10cvCFHJ','_testEnv','browserstack','started','vYIDL','BROWSERSTACK','518DnxaPw','iHlMY','resetSkipTestHooks','includes','event_type','patchConsoleLogger','hook_run_uuid','LenrZ','../utils/constants','Checking\x20for\x20accessibility\x20automation\x20session\x20with\x20','test_run_uuid','replace','getHooksForTest','uploadEventData','stringify','stop','comment','QoqaA','markedStatus','UAWmC','CsRGK','../../helpers/testhub/utils.js','fullTitle','find','currentTest','nMCUO','BpVqe','push','DVVQS','yVBMc','util','JfZwe','passed','dmWJr','test','553816XzoQrC','currentHook','bVGpC','ukRMI','\x20with\x20error\x20:\x20','sep','lib','length','feature','ErIDf','tIMpj','then','kBKSX','Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20','groups','EnNcf','scNrG','__platformCaps','TEST_RUN_FINISHED','pending','bddStepStart','frameworkName','147NGmsBQ','cddlz','getHierarchy','sendCBTInfo','_beforeEach','../../helpers/test-observability/sessionHandler','findGitConfig','getRootParentFile','fDkBT','test_run','WGsXD','retryOf','BrowserType','STATE_FAILED','21078068SxFGPe','parent','message','pNlUQ','err','OSlcz','UPCPL','getInstance','BSThB','integrations','failureData','XJpqv','xDKtx','252inmDca','meta','wAcsh','mYwFV','DSxAs','hookAnalyticsId','text','sjfKY'];a4_0x1af5=function(){return _0x52fa66;};return a4_0x1af5();}function a4_0x2760(_0x32a4f1,_0x9a891d){const _0x1af545=a4_0x1af5();return a4_0x2760=function(_0x276075,_0x37485c){_0x276075=_0x276075-0xf7;let _0x5a8d56=_0x1af545[_0x276075];return _0x5a8d56;},a4_0x2760(_0x32a4f1,_0x9a891d);}const a4_0xf785a=a4_0x2760;(function(_0x187ada,_0xa241b5){const _0x210263=a4_0x2760,_0x26c125=_0x187ada();while(!![]){try{const _0x486532=parseInt(_0x210263(0x168))/0x1*(-parseInt(_0x210263(0x1bc))/0x2)+-parseInt(_0x210263(0x157))/0x3+parseInt(_0x210263(0x113))/0x4+parseInt(_0x210263(0x1e3))/0x5*(-parseInt(_0x210263(0x15a))/0x6)+-parseInt(_0x210263(0x1a1))/0x7*(parseInt(_0x210263(0x18b))/0x8)+parseInt(_0x210263(0x161))/0x9+parseInt(_0x210263(0x162))/0xa*(parseInt(_0x210263(0x1af))/0xb);if(_0x486532===_0xa241b5)break;else _0x26c125['push'](_0x26c125['shift']());}catch(_0x9fc5d2){_0x26c125['push'](_0x26c125['shift']());}}}(a4_0x1af5,0xf21c7));const path=require(a4_0xf785a(0xff)),fs=require('fs'),{v4:uuidv4}=require(a4_0xf785a(0x1e1)),{importFileFromPWCore,nestedKeyValue,parseWSEndpoint,isUndefined}=require(a4_0xf785a(0x143)),testOpsHelper=require(a4_0xf785a(0x1c4)),{getTestEnv}=require('../mocha/test-observability/mochaUtils'),{FRAMEWORKS}=require(a4_0xf785a(0x10d)),logger=require(a4_0xf785a(0x146))['winstonLogger'],SessionHandler=require(a4_0xf785a(0x1a6)),RequestQueueHandler=require('../../helpers/test-observability/requestQueueHandler'),PlaywrightSessionDetails=require('../playwright/sessionDetails'),debug=testOpsHelper[a4_0xf785a(0xf8)],{processAccessibilityCaps}=require('../playwright/accessibility-helper'),Constants=require('../utils/constants'),{fetchPlatformDetails}=require('./helper.js'),{shouldProcessEventForTesthub,appendTesthubParams}=require(a4_0xf785a(0x17d)),constants=require(a4_0xf785a(0x170)),STATE_PASSED='passed',STATE_FAILED=a4_0xf785a(0x1d5),a4_0x1eb34b={};a4_0x1eb34b[a4_0xf785a(0x11b)]=a4_0xf785a(0x141),a4_0x1eb34b[a4_0xf785a(0x19d)]='TestRunFinished',a4_0x1eb34b['TEST_RUN_SKIPPED']=a4_0xf785a(0xfd),a4_0x1eb34b[a4_0xf785a(0x1de)]=a4_0xf785a(0x130),a4_0x1eb34b[a4_0xf785a(0x1c8)]=a4_0xf785a(0x14f);const TEST_EVENTS=a4_0x1eb34b,parseEvent=_0x1f5460=>{const _0x1e74d3=a4_0xf785a,_0x2beccc={};_0x2beccc[_0x1e74d3(0xfa)]=function(_0x7d4777,_0x2d0171){return _0x7d4777<_0x2d0171;},_0x2beccc[_0x1e74d3(0x184)]=function(_0x16aacd,_0x15d6bd){return _0x16aacd===_0x15d6bd;},_0x2beccc[_0x1e74d3(0x16f)]=_0x1e74d3(0x18a),_0x2beccc[_0x1e74d3(0x182)]=_0x1e74d3(0x1da),_0x2beccc[_0x1e74d3(0x1d8)]=function(_0x1e60aa,_0x42917e){return _0x1e60aa===_0x42917e;},_0x2beccc[_0x1e74d3(0x12d)]=_0x1e74d3(0x117),_0x2beccc['qQinJ']=function(_0x3f07a4,_0x2b124a){return _0x3f07a4===_0x2b124a;},_0x2beccc[_0x1e74d3(0x109)]=_0x1e74d3(0x165),_0x2beccc[_0x1e74d3(0x10a)]=function(_0x912d6d,_0x9c3d6a){return _0x912d6d===_0x9c3d6a;},_0x2beccc[_0x1e74d3(0x1ab)]=_0x1e74d3(0x10f);const _0x4878fc=_0x2beccc,_0x36d059=_0x1f5460[_0x1e74d3(0x14c)](/^(.*)Run(.*)$/);if(!_0x36d059)return null;if(_0x4878fc['bUtAX'](_0x36d059['length'],0x3))return null;const _0x4a63e5=_0x36d059[0x1]['toLowerCase'](),_0x532e49=_0x36d059[0x2]['toLowerCase']();return{'test':_0x4878fc[_0x1e74d3(0x184)](_0x4a63e5,_0x4878fc[_0x1e74d3(0x16f)]),'hook':_0x4878fc[_0x1e74d3(0x184)](_0x4a63e5,_0x4878fc[_0x1e74d3(0x182)]),'skipped':_0x4878fc[_0x1e74d3(0x1d8)](_0x532e49,_0x4878fc[_0x1e74d3(0x12d)]),'started':_0x4878fc[_0x1e74d3(0x151)](_0x532e49,_0x4878fc[_0x1e74d3(0x109)]),'finished':_0x4878fc[_0x1e74d3(0x10a)](_0x532e49,_0x4878fc[_0x1e74d3(0x1ab)])};},mockPWBrowserType=_0x3052b9=>{const _0x228f95=a4_0xf785a,_0xaf03c6={'InFtQ':function(_0x4e0aa6,_0x355b71){return _0x4e0aa6===_0x355b71;},'LBlEO':'string','xPUhM':function(_0x38c4a6,_0xefa33f,_0x128819){return _0x38c4a6(_0xefa33f,_0x128819);},'yFrcQ':_0x228f95(0x104),'QEpKI':function(_0x44a87d,_0x29f13d){return _0x44a87d(_0x29f13d);},'BFGEz':_0x228f95(0x164),'xDKtx':_0x228f95(0x191),'ZniPU':_0x228f95(0x118),'uOQHL':'browserType.js','sBhzT':'Not\x20able\x20to\x20import\x20Browser','tjjFt':_0x228f95(0x11f),'deNIE':_0x228f95(0x11c)},_0x40512e=path[_0x228f95(0x136)](_0xaf03c6[_0x228f95(0x1bb)],_0xaf03c6['ZniPU'],_0xaf03c6['uOQHL']),_0x42445a=_0xaf03c6['QEpKI'](importFileFromPWCore,_0x40512e);if(!_0x42445a){_0xaf03c6['QEpKI'](debug,_0xaf03c6[_0x228f95(0x134)]);return;}const _0x307ea7=_0x42445a[_0x228f95(0x1ad)],_0x41b062=_0x307ea7[_0x228f95(0x101)];if(_0x41b062['obsBrowserTypeMockApplied'])return;const _0x48e387=_0x41b062[_0x228f95(0x11f)];Object['defineProperty'](_0x41b062,_0xaf03c6['tjjFt'],{'get':function(){const _0x38d998=_0x228f95,_0x56d4dc={'btHUN':function(_0x13b520,_0x5d221e){const _0x431441=a4_0x2760;return _0xaf03c6[_0x431441(0x1d1)](_0x13b520,_0x5d221e);},'RXBIP':_0xaf03c6[_0x38d998(0xf9)],'mHEpU':function(_0x1337a5,_0x486e83,_0x64ae66){const _0xa1eb9b=_0x38d998;return _0xaf03c6[_0xa1eb9b(0x145)](_0x1337a5,_0x486e83,_0x64ae66);},'MSqhA':_0xaf03c6[_0x38d998(0x159)],'JfZwe':function(_0x19df04,_0x3194b4){return _0xaf03c6['QEpKI'](_0x19df04,_0x3194b4);},'ymEUp':_0xaf03c6['BFGEz'],'bVGpC':function(_0x987163,_0x30f372){const _0x4cd422=_0x38d998;return _0xaf03c6[_0x4cd422(0x153)](_0x987163,_0x30f372);}};return async function _0x59a4ff(_0x5d379d,_0x26e237){const _0x5a2d6b=_0x38d998,_0x33199a={'jArgd':function(_0x1bb588,_0x4630a7){return _0x56d4dc['btHUN'](_0x1bb588,_0x4630a7);},'YAMUQ':_0x56d4dc['RXBIP']},_0x229744=_0x56d4dc[_0x5a2d6b(0x114)](nestedKeyValue,_0x5d379d,[_0x56d4dc[_0x5a2d6b(0x1dc)]])||_0x5d379d;let _0x31afaf=null,_0x20a4bc=null;try{[_0x20a4bc,_0x31afaf]=_0x229744?_0x56d4dc[_0x5a2d6b(0x187)](parseWSEndpoint,_0x229744):[null,null],global[_0x5a2d6b(0x19c)]=_0x31afaf,logger[_0x5a2d6b(0xf8)](_0x5a2d6b(0x171)+_0x20a4bc),_0x20a4bc['includes'](Constants[_0x5a2d6b(0x167)])&&(global[_0x5a2d6b(0x140)]=_0x56d4dc['ymEUp']);}catch(_0x39537d){logger[_0x5a2d6b(0xf8)]('Failed\x20to\x20parse\x20wsendpoint\x20'+_0x229744+'\x20'+_0x39537d);}_0x56d4dc['mHEpU'](processAccessibilityCaps,_0x31afaf,_0x20a4bc);if(global[_0x5a2d6b(0x156)]){const _0x1bcc7a=await _0x41b062['connectOverCDP'][_0x5a2d6b(0x131)](this,[''+Constants[_0x5a2d6b(0x1d4)]+_0x56d4dc[_0x5a2d6b(0x18d)](encodeURIComponent,JSON[_0x5a2d6b(0x176)](_0x31afaf))]);return PlaywrightSessionDetails[_0x5a2d6b(0x14d)](_0x1bcc7a,_0x3052b9,_0x229744),_0x1bcc7a;}return _0x48e387['apply'](this,arguments)[_0x5a2d6b(0x196)](_0x159ee1=>{const _0x57d499=_0x5a2d6b;let _0x222872=_0x5d379d['wsEndpoint'];return _0x33199a['jArgd'](typeof _0x5d379d,_0x33199a[_0x57d499(0x154)])&&(_0x222872=_0x5d379d),PlaywrightSessionDetails[_0x57d499(0x14d)](_0x159ee1,_0x3052b9,_0x222872),_0x159ee1;});};}});const _0x28a2e3=_0x41b062[_0x228f95(0x11c)];Object[_0x228f95(0x124)](_0x41b062,_0xaf03c6[_0x228f95(0x10e)],{'get':function(){return async function _0x342b07(){return _0x28a2e3['apply'](this,arguments)['then'](_0x2f6b29=>{const _0xf7e869=a4_0x2760;return PlaywrightSessionDetails[_0xf7e869(0x14d)](_0x2f6b29,null),_0x2f6b29;});};}});};class O11yHelper{[a4_0xf785a(0x180)]=null;[a4_0xf785a(0x18c)]=null;[a4_0xf785a(0x1df)]=![];[a4_0xf785a(0x1a0)]=![];constructor(_0x7cd56,_0x1f35ba){const _0x4755c7=a4_0xf785a,_0x367aa5={'scNrG':'5|3|4|2|1|0','MwlFf':function(_0x5037b2,_0x165977){return _0x5037b2===_0x165977;},'ErIDf':_0x4755c7(0x122),'tIMpj':function(_0x5e3b7b,_0x58af5d){return _0x5e3b7b(_0x58af5d);},'WwjAX':function(_0x1df26d){return _0x1df26d();}},_0x35dc74=_0x367aa5[_0x4755c7(0x19b)]['split']('|');let _0x320f39=0x0;while(!![]){switch(_0x35dc74[_0x320f39++]){case'0':this[_0x4755c7(0x1d9)]&&_0x367aa5['MwlFf'](this[_0x4755c7(0x1d9)][_0x4755c7(0x127)][_0x4755c7(0x1e0)],_0x367aa5[_0x4755c7(0x194)])&&_0x367aa5[_0x4755c7(0x195)](mockPWBrowserType,null);continue;case'1':this[_0x4755c7(0x10c)]=new testOpsHelper['PathHelper']({'cwd':process['cwd']()},this[_0x4755c7(0x163)][_0x4755c7(0x12f)]);continue;case'2':this[_0x4755c7(0x163)]=_0x367aa5[_0x4755c7(0x106)](getTestEnv);continue;case'3':this[_0x4755c7(0x1a0)]=_0x1f35ba['frameworkName'];continue;case'4':this[_0x4755c7(0x1d9)]=_0x7cd56;continue;case'5':this[_0x4755c7(0x1df)]=_0x367aa5['WwjAX'](shouldProcessEventForTesthub);continue;}break;}}[a4_0xf785a(0x120)](){const _0x11327d=a4_0xf785a;if(!this['enabled'])return;testOpsHelper[_0x11327d(0x16d)](),process['removeAllListeners'](_0x11327d(0x137)+process[_0x11327d(0x15e)]),process['on'](_0x11327d(0x137)+process[_0x11327d(0x15e)],this['appendTestItemLog']['bind'](this));}async[a4_0xf785a(0x177)](){const _0x34803c=a4_0xf785a;await RequestQueueHandler[_0x34803c(0x1b6)]()[_0x34803c(0x1d6)]();}async[a4_0xf785a(0x1db)](_0x4f1999){const _0x157559=a4_0xf785a,_0x337b44={'sSZrc':'LogCreated','fDkBT':function(_0xcb640b,_0x5ea09c){return _0xcb640b(_0x5ea09c);}};try{this[_0x157559(0x18c)]&&!this[_0x157559(0x18c)][_0x157559(0x17a)]&&(_0x4f1999['hook_run_uuid']=this[_0x157559(0x18c)][_0x157559(0x1c1)]);!_0x4f1999[_0x157559(0x16e)]&&this[_0x157559(0x180)]&&!this['currentTest']['markedStatus']&&(_0x4f1999[_0x157559(0x172)]=this[_0x157559(0x180)][_0x157559(0x121)]);if(_0x4f1999[_0x157559(0x16e)]||_0x4f1999[_0x157559(0x172)]){const _0x30870f={};_0x30870f[_0x157559(0x16c)]=_0x337b44[_0x157559(0x13e)],_0x30870f[_0x157559(0xf7)]=[_0x4f1999],await SessionHandler[_0x157559(0x175)](_0x30870f);}}catch(_0x3de099){_0x337b44[_0x157559(0x1a9)](debug,'Exception\x20in\x20uploading\x20log\x20data\x20to\x20'+constants[_0x157559(0x128)]+_0x157559(0x18f)+_0x3de099);}}async[a4_0xf785a(0x1a4)](_0x2d2747){const _0x5262c1=a4_0xf785a,_0x28728f={'RLMWY':_0x5262c1(0x1cb),'xGZfT':function(_0x3498a3,_0x44d965){return _0x3498a3(_0x44d965);}};if(!this[_0x5262c1(0x1df)])return;const _0x4366bc=this['getCBTInfo'](this[_0x5262c1(0x1d9)]);try{const _0x20478a={};_0x20478a['uuid']=_0x2d2747,_0x20478a[_0x5262c1(0x1b8)]=_0x4366bc;const _0x17b911=_0x20478a,_0x3aa26d={};_0x3aa26d[_0x5262c1(0x16c)]=_0x28728f[_0x5262c1(0x1cd)],_0x3aa26d[_0x5262c1(0x1aa)]=_0x17b911,await SessionHandler[_0x5262c1(0x175)](_0x3aa26d);}catch(_0x350e49){_0x28728f[_0x5262c1(0x1cc)](debug,_0x5262c1(0x112)+constants[_0x5262c1(0x128)]+_0x5262c1(0x18f)+_0x350e49);}}[a4_0xf785a(0x1ca)](_0x17cc7d){const _0x4627e9=a4_0xf785a,_0x3894f8={'VfSfb':function(_0x437b95,_0x307552){return _0x437b95(_0x307552);}};return _0x3894f8[_0x4627e9(0x152)](fetchPlatformDetails,_0x17cc7d);}[a4_0xf785a(0x16a)]=_0x47749c=>{const _0x493183=a4_0xf785a,_0xf3472c={};_0xf3472c[_0x493183(0x133)]=_0x493183(0x1a5),_0xf3472c[_0x493183(0x100)]=_0x493183(0xfb);const _0x305a9d=_0xf3472c;if(!_0x47749c||!_0x47749c[_0x493183(0x1b0)])return;[_0x305a9d[_0x493183(0x133)],_0x305a9d['WEbgs']]['forEach'](_0x16b14=>{const _0x466a00=_0x493183,_0x290805=_0x47749c[_0x466a00(0x1b0)][_0x16b14];_0x290805['forEach'](_0xd2fe6c=>{const _0x335832=_0x466a00;_0xd2fe6c['hookAnalyticsId']&&(_0xd2fe6c[_0x335832(0x1c1)]=null);});});};[a4_0xf785a(0x155)](_0x59e8f6){const _0x48d981=a4_0xf785a,_0x310c93={'FXUQM':'codeceptjs','OpavV':function(_0x2d2508){return _0x2d2508();},'hgMLN':function(_0x4980d1,_0x576ff2){return _0x4980d1===_0x576ff2;},'mYwFV':_0x48d981(0xfb),'lvyTq':'_beforeAll','hnnfh':_0x48d981(0x1e4),'KxbPM':_0x48d981(0x1a5)};if(!_0x59e8f6||!_0x59e8f6[_0x48d981(0x1b0)])return;[_0x310c93[_0x48d981(0x12a)],_0x310c93[_0x48d981(0x15b)],_0x310c93[_0x48d981(0x1c5)],_0x310c93[_0x48d981(0x1bf)]]['forEach'](_0x4931fc=>{const _0x17374d=_0x48d981,_0x43afcc={'dmWJr':_0x310c93['FXUQM'],'sjfKY':function(_0x3906fe){const _0x2b063a=a4_0x2760;return _0x310c93[_0x2b063a(0x13b)](_0x3906fe);},'bwmGo':function(_0x5f2741,_0x2b6877){const _0x5ca89a=a4_0x2760;return _0x310c93[_0x5ca89a(0x11d)](_0x5f2741,_0x2b6877);},'NfkOW':_0x310c93[_0x17374d(0x1bf)]},_0x237b1d=_0x59e8f6[_0x17374d(0x1b0)][_0x4931fc]||[];_0x237b1d['forEach'](_0x3a97e7=>{const _0x58dc99=_0x17374d;if(_0x3a97e7[_0x58dc99(0x12c)][_0x58dc99(0x16b)](_0x43afcc[_0x58dc99(0x189)]))return;if(!_0x3a97e7[_0x58dc99(0x1c1)])_0x3a97e7[_0x58dc99(0x1c1)]=_0x43afcc['sjfKY'](uuidv4);else _0x3a97e7[_0x58dc99(0x17a)]&&_0x43afcc['bwmGo'](_0x4931fc,_0x43afcc[_0x58dc99(0x125)])&&(_0x3a97e7[_0x58dc99(0x1c1)]=_0x43afcc[_0x58dc99(0x1c3)](uuidv4),delete _0x3a97e7[_0x58dc99(0x17a)]);});}),this['mapTestHooks'](_0x59e8f6[_0x48d981(0x1b0)]);}[a4_0xf785a(0x174)](_0x5201dc){const _0x1cd4a7=a4_0xf785a,_0x22d5e6={};_0x22d5e6[_0x1cd4a7(0x1b4)]='_beforeAll',_0x22d5e6['QowbF']=_0x1cd4a7(0x1e4),_0x22d5e6[_0x1cd4a7(0x1c0)]=_0x1cd4a7(0x1a5),_0x22d5e6['xtxQo']=_0x1cd4a7(0xfb);const _0x41fbab=_0x22d5e6;if(!_0x5201dc||!_0x5201dc['parent'])return[];const _0x33026e=[];return[_0x41fbab[_0x1cd4a7(0x1b4)],_0x41fbab[_0x1cd4a7(0x1c7)],_0x41fbab[_0x1cd4a7(0x1c0)],_0x41fbab['xtxQo']][_0x1cd4a7(0x1d3)](_0x424197=>{const _0x31e266=_0x1cd4a7,_0x10619a=_0x5201dc[_0x31e266(0x1b0)][_0x424197]||[];_0x10619a[_0x31e266(0x1d3)](_0x44ccaf=>{const _0x2587f6=_0x31e266;_0x44ccaf['hookAnalyticsId']&&_0x33026e[_0x2587f6(0x183)](_0x44ccaf[_0x2587f6(0x1c1)]);});}),[]['concat'](_0x33026e,this[_0x1cd4a7(0x174)](_0x5201dc[_0x1cd4a7(0x1b0)]));}[a4_0xf785a(0x11e)](_0x1380c2){const _0x22daeb=a4_0xf785a,_0x2c2994=/^"(?<hook>.*)" hook:.*$/,_0x4bd075=_0x1380c2['title'],_0x59e08b=_0x4bd075['match'](_0x2c2994);if(_0x59e08b&&_0x59e08b['groups'])return _0x59e08b[_0x22daeb(0x199)][_0x22daeb(0x1da)]['toUpperCase']()[_0x22daeb(0x173)]('\x20','_');return null;}['findGitConfig'](_0x2c9a86){const _0x479406=a4_0xf785a,_0x2938a1={};_0x2938a1['DEgbM']=function(_0x1533ed,_0x5a1ee3){return _0x1533ed===_0x5a1ee3;},_0x2938a1[_0x479406(0x14a)]=function(_0x30089d,_0x313707){return _0x30089d===_0x313707;},_0x2938a1[_0x479406(0x17b)]=function(_0x9a78d7,_0x595452){return _0x9a78d7===_0x595452;},_0x2938a1[_0x479406(0x150)]='.git',_0x2938a1['CsRGK']=_0x479406(0x12e);const _0x200d0f=_0x2938a1,_0x3429d1=path[_0x479406(0x190)];if(_0x200d0f[_0x479406(0x13a)](_0x2c9a86,null)||_0x200d0f['uXTSS'](_0x2c9a86,'')||_0x200d0f['DEgbM'](_0x2c9a86,_0x3429d1)||_0x200d0f[_0x479406(0x17b)](_0x2c9a86,path[_0x479406(0x139)](_0x2c9a86)))return null;try{return fs['statSync'](path[_0x479406(0x136)](_0x2c9a86,_0x200d0f[_0x479406(0x150)],_0x200d0f[_0x479406(0x17c)])),_0x2c9a86;}catch(_0x232633){const _0x10d0aa=path[_0x479406(0x139)](_0x2c9a86);return this[_0x479406(0x1a7)](_0x10d0aa);}}[a4_0xf785a(0x1a8)](_0x3cf93d){const _0x2094ef=a4_0xf785a,_0x430398={};_0x430398[_0x2094ef(0x169)]=function(_0x543baf,_0xef602){return _0x543baf>_0xef602;};const _0x26a4c3=_0x430398;if(_0x3cf93d[_0x2094ef(0x160)])return _0x3cf93d[_0x2094ef(0x160)];if(_0x3cf93d[_0x2094ef(0x1d7)]){const _0x13cfd8=_0x3cf93d[_0x2094ef(0x1d7)]['currentTest']?this['getRootParentFile'](_0x3cf93d[_0x2094ef(0x1d7)]['currentTest']):null;if(_0x13cfd8)return _0x13cfd8;}if(_0x3cf93d[_0x2094ef(0x1b0)]){const _0x2bee80=this[_0x2094ef(0x1a8)](_0x3cf93d[_0x2094ef(0x1b0)])||(_0x3cf93d[_0x2094ef(0x1b0)][_0x2094ef(0x1d7)]&&_0x3cf93d[_0x2094ef(0x1b0)][_0x2094ef(0x1d7)]['currentTest']?this[_0x2094ef(0x1a8)](_0x3cf93d[_0x2094ef(0x1b0)][_0x2094ef(0x1d7)]['currentTest']):null);if(_0x2bee80)return _0x2bee80;_0x3cf93d['parent'][_0x2094ef(0x147)]&&_0x26a4c3[_0x2094ef(0x169)](_0x3cf93d[_0x2094ef(0x1b0)][_0x2094ef(0x147)][_0x2094ef(0x192)],0x0)&&_0x3cf93d[_0x2094ef(0x1b0)][_0x2094ef(0x147)][_0x2094ef(0x1d3)](_0x1dd05e=>{const _0x59200a=_0x2094ef,_0x28127c=_0x1dd05e['ctx']?this[_0x59200a(0x1a8)](_0x1dd05e[_0x59200a(0x1d7)]):null;if(_0x28127c)return _0x28127c;});}return null;}['getHierarchy'](_0x19770e){const _0x233ca4=a4_0xf785a,_0x6d900={};_0x6d900[_0x233ca4(0x1cf)]=function(_0x3f4b11,_0x3d4ece){return _0x3f4b11!==_0x3d4ece;};const _0x311272=_0x6d900,_0x371e1a=[];if(_0x19770e&&_0x19770e['parent']){let _0x55b8ce=_0x19770e[_0x233ca4(0x1b0)];while(_0x55b8ce&&_0x311272[_0x233ca4(0x1cf)](_0x55b8ce[_0x233ca4(0x12c)],'')){_0x371e1a[_0x233ca4(0x183)](_0x55b8ce[_0x233ca4(0x12c)]),_0x55b8ce=_0x55b8ce[_0x233ca4(0x1b0)];}}return _0x371e1a;}[a4_0xf785a(0x1c9)](_0x3c05b8,_0x743d81,_0x255a18=undefined){const _0x58a6e6=a4_0xf785a,_0x31f6d4={'QoqaA':function(_0x162fef,_0x32c874){return _0x162fef(_0x32c874);},'BSThB':function(_0x249dd5){return _0x249dd5();},'QMdud':function(_0x1fe080,_0x55cc7d){return _0x1fe080(_0x55cc7d);},'vYIDL':_0x58a6e6(0x186),'imphT':_0x58a6e6(0x1b3),'XJpqv':function(_0x425416,_0x212d3e){return _0x425416!==_0x212d3e;},'yVBMc':_0x58a6e6(0x1d2),'kBKSX':'pending','wAcsh':_0x58a6e6(0x1d5),'ukRMI':'passed','Fwoty':_0x58a6e6(0x117),'UPCPL':_0x58a6e6(0x102),'POfBK':function(_0x43cdba,_0xc1e17b){return _0x43cdba-_0xc1e17b;},'dauHb':function(_0x193bb3,_0x2b31bb,_0x5ca08c,_0x43d019,_0xb0c8d4){return _0x193bb3(_0x2b31bb,_0x5ca08c,_0x43d019,_0xb0c8d4);},'OmrYI':_0x58a6e6(0x1b8),'pfbMO':_0x58a6e6(0x1bd),'fVSJP':_0x58a6e6(0xfc),'byyYX':_0x58a6e6(0x108),'CPlay':_0x58a6e6(0x149),'cAZxj':'failure_reason_expanded','EqfmP':_0x58a6e6(0x1dd),'pNlUQ':function(_0x206e37,_0x59e1cf){return _0x206e37===_0x59e1cf;},'aajRs':_0x58a6e6(0x1e2),'ZRyCr':_0x58a6e6(0x1aa)};if(!this['enabled'])return;try{if(_0x743d81['fn']&&_0x743d81['fn'][_0x58a6e6(0x116)]()['match'](/browserstack internal helper hook/))return;const _0x3360d6=_0x31f6d4[_0x58a6e6(0x179)](parseEvent,_0x3c05b8);if(!_0x3360d6)return;if(_0x3360d6[_0x58a6e6(0x18a)]){this['currentTest']=_0x743d81,this['currentHook']=null;if(_0x3360d6[_0x58a6e6(0x165)]||_0x3360d6[_0x58a6e6(0x117)]){_0x743d81[_0x58a6e6(0x13f)]=new Date(),_0x743d81[_0x58a6e6(0x17a)]=![];if(!_0x743d81[_0x58a6e6(0x121)])_0x743d81[_0x58a6e6(0x121)]=_0x31f6d4[_0x58a6e6(0x1b7)](uuidv4);else _0x743d81['markedStatus']&&(!_0x743d81[_0x58a6e6(0x1ac)]&&(_0x743d81[_0x58a6e6(0x1ac)]=_0x743d81['testAnalyticsId']),_0x743d81['testAnalyticsId']=_0x31f6d4[_0x58a6e6(0x1b7)](uuidv4));}}else{if(_0x3360d6[_0x58a6e6(0x1da)]){this[_0x58a6e6(0x18c)]=_0x743d81;if(_0x3360d6['started']){_0x743d81[_0x58a6e6(0x13f)]=new Date(),_0x743d81[_0x58a6e6(0x17a)]=![];if(!_0x743d81[_0x58a6e6(0x1c1)])_0x743d81[_0x58a6e6(0x1c1)]=_0x31f6d4[_0x58a6e6(0x1b7)](uuidv4);else _0x743d81[_0x58a6e6(0x1c1)]&&_0x743d81[_0x58a6e6(0x17a)]&&(_0x743d81[_0x58a6e6(0x1c1)]=_0x31f6d4[_0x58a6e6(0x1b7)](uuidv4));}}}if(_0x3360d6['finished']&&_0x743d81['markedStatus'])return;let _0x48c66f;try{_0x48c66f=this['getRootParentFile'](_0x743d81);}catch(_0x14430d){logger[_0x58a6e6(0xf8)]('failed\x20to\x20get\x20root\x20parent\x20file\x20'+_0x14430d),_0x48c66f=null;}const _0x9a1aa=_0x31f6d4['QMdud'](require,_0x31f6d4[_0x58a6e6(0x166)]);let _0x5a9323=[];_0x255a18&&(_0x5a9323=[_0x255a18,_0x31f6d4['imphT']]);const _0x483728=_0x31f6d4[_0x58a6e6(0x1ba)](_0x743d81[_0x58a6e6(0x10b)],undefined)?_0x9a1aa[_0x58a6e6(0x144)](_0x743d81[_0x58a6e6(0x10b)][0x0]):_0x31f6d4[_0x58a6e6(0x1ba)](_0x255a18,undefined)?_0x255a18[_0x58a6e6(0x116)]():undefined,_0x579fdf=_0x48c66f?this['findGitConfig'](_0x48c66f):null,_0x3815b4=_0x48c66f?this[_0x58a6e6(0x10c)]['prefixTestPath'](this['getRootParentFile'](_0x743d81)):_0x31f6d4[_0x58a6e6(0x185)];let _0x29399a=_0x31f6d4[_0x58a6e6(0x197)];const _0x31fe4b=!_0x3360d6['started']?new Date()[_0x58a6e6(0x158)]():null;if(_0x3360d6[_0x58a6e6(0x10f)])_0x29399a=_0x255a18?_0x31f6d4[_0x58a6e6(0x1be)]:_0x31f6d4[_0x58a6e6(0x18e)],_0x743d81[_0x58a6e6(0x17a)]=!![];else _0x3360d6[_0x58a6e6(0x117)]&&(_0x29399a=_0x31f6d4[_0x58a6e6(0x15d)],_0x743d81[_0x58a6e6(0x17a)]=!![]);const _0x53a7ad={'framework':this[_0x58a6e6(0x1a0)],'uuid':_0x743d81[_0x58a6e6(0x121)]||_0x743d81[_0x58a6e6(0x1c1)],'name':_0x743d81['title'],'body':{'lang':_0x31f6d4[_0x58a6e6(0x1b5)],'code':_0x743d81[_0x58a6e6(0x123)][_0x58a6e6(0x116)]()},'type':_0x743d81['type'],'scope':_0x743d81[_0x58a6e6(0x17e)](),'scopes':this[_0x58a6e6(0x1a3)](_0x743d81),'file_name':_0x3815b4,'vc_filepath':_0x579fdf?path[_0x58a6e6(0x126)](_0x579fdf,_0x48c66f):null,'location':_0x3815b4,'result':_0x29399a,'failure_reason':_0x483728,'duration_in_ms':_0x743d81[_0x58a6e6(0x142)]||(_0x3360d6[_0x58a6e6(0x10f)]||_0x3360d6[_0x58a6e6(0x117)])?_0x31f6d4[_0x58a6e6(0x15c)](Date['now'](),new Date(_0x743d81[_0x58a6e6(0x13f)])[_0x58a6e6(0x12b)]()):null,'started_at':new Date(_0x743d81[_0x58a6e6(0x13f)])[_0x58a6e6(0x158)](),'finished_at':_0x31fe4b,'failure':testOpsHelper[_0x58a6e6(0x1b9)]['apply'](null,_0x5a9323),'failure_type':!_0x483728?null:testOpsHelper['getFailureType'](_0x483728),'retry_of':_0x743d81['retryOf']||null,'tags':_0x743d81[_0x58a6e6(0x1c6)]||[],'customRerunParam':{'rerun_name':_0x743d81[_0x58a6e6(0x17e)]()}};_0x31f6d4['dauHb'](appendTesthubParams,_0x53a7ad,_0x3c05b8,_0x743d81,FRAMEWORKS['CODECEPT']);if(_0x3360d6['hook'])[_0x53a7ad[_0x58a6e6(0x14e)],_0x53a7ad[_0x58a6e6(0x1e0)]]=[this[_0x58a6e6(0x11e)](_0x743d81),_0x743d81[_0x58a6e6(0x1d7)]['test']['title']],_0x3360d6[_0x58a6e6(0x10f)]?_0x31f6d4[_0x58a6e6(0x1ba)](_0x53a7ad[_0x58a6e6(0x11a)],_0x31f6d4[_0x58a6e6(0x1be)])&&(_0x53a7ad['result']=_0x31f6d4[_0x58a6e6(0x18e)]):_0x53a7ad[_0x58a6e6(0x123)]={};else _0x3360d6['test']&&(this[_0x58a6e6(0x155)](_0x743d81),_0x3360d6[_0x58a6e6(0x117)]&&this['resetSkipTestHooks'](_0x743d81),(_0x3360d6['finished']||_0x3360d6[_0x58a6e6(0x117)])&&(_0x53a7ad[_0x58a6e6(0x119)]=this[_0x58a6e6(0x174)](_0x743d81)));this[_0x58a6e6(0x1d9)]&&(_0x3360d6[_0x58a6e6(0x165)]||_0x3360d6[_0x58a6e6(0x117)])&&(_0x53a7ad[_0x31f6d4[_0x58a6e6(0xfe)]]=this['getCBTInfo'](this['driver']));_0x3360d6[_0x58a6e6(0x18a)]&&_0x3360d6['finished']&&_0x743d81[_0x58a6e6(0x148)]&&(_0x53a7ad[_0x31f6d4[_0x58a6e6(0x103)]]={'feature':{'name':_0x743d81[_0x58a6e6(0x1b0)][_0x58a6e6(0x193)][_0x58a6e6(0x1e0)],'path':_0x53a7ad['file_name'],'description':_0x743d81[_0x58a6e6(0x1b0)][_0x58a6e6(0x178)]},'scenario':{'name':_0x743d81[_0x58a6e6(0x12c)]},'steps':_0x743d81[_0x58a6e6(0x148)]});const _0x2f4751=_0x53a7ad[_0x31f6d4[_0x58a6e6(0x1ce)]][0x0];_0x2f4751&&(_0x53a7ad[_0x31f6d4[_0x58a6e6(0x132)]]=_0x2f4751[_0x31f6d4[_0x58a6e6(0x110)]],_0x53a7ad[_0x31f6d4['cAZxj']]=_0x2f4751[_0x31f6d4['EqfmP']]);if(_0x743d81[_0x58a6e6(0x148)])for(const _0x36a5aa of _0x743d81['bddSteps']){!_0x36a5aa['finished_at']&&(_0x36a5aa[_0x58a6e6(0x111)]=new Date()['toISOString'](),_0x31f6d4[_0x58a6e6(0x1b2)](_0x36a5aa[_0x58a6e6(0x11a)],_0x31f6d4['kBKSX'])&&(_0x2f4751?(_0x36a5aa['result']=_0x31f6d4['wAcsh'],_0x36a5aa[_0x58a6e6(0xfc)]=_0x2f4751[_0x31f6d4[_0x58a6e6(0x110)]][0x0]):_0x36a5aa['result']=_0x31f6d4['ukRMI']));}const _0xc867b={};_0xc867b[_0x58a6e6(0x16c)]=_0x3360d6[_0x58a6e6(0x117)]?TEST_EVENTS['TEST_RUN_FINISHED']:_0x3c05b8;const _0x544e97=_0xc867b;return _0x3360d6[_0x58a6e6(0x1da)]?_0x544e97[_0x31f6d4['aajRs']]=_0x53a7ad:_0x544e97[_0x31f6d4[_0x58a6e6(0x135)]]=_0x53a7ad,_0x544e97;}catch(_0x338790){logger[_0x58a6e6(0xf8)](_0x58a6e6(0x198)+_0x3c05b8+_0x58a6e6(0x18f)+_0x338790);}}async['fireEvent'](_0x441119,_0x3dfa4c){const _0x319949=a4_0xf785a;if(!this[_0x319949(0x1df)]||!_0x3dfa4c||!_0x441119)return![];try{return await SessionHandler['uploadEventData'](_0x3dfa4c);}catch(_0x5ce791){logger[_0x319949(0xf8)](_0x319949(0x14b)+_0x441119+_0x319949(0x18f)+_0x5ce791);}}[a4_0xf785a(0x138)](_0x43449d){const _0x1d9368=a4_0xf785a,_0x4a765c={};_0x4a765c[_0x1d9368(0x181)]=_0x1d9368(0x19e);const _0x5ac110=_0x4a765c;return{'id':_0x43449d[_0x1d9368(0x15f)],'text':_0x43449d[_0x1d9368(0x1c2)],'keyword':_0x43449d[_0x1d9368(0x13d)],'started_at':_0x43449d[_0x1d9368(0x13f)][_0x1d9368(0x158)](),'result':_0x5ac110[_0x1d9368(0x181)]};}[a4_0xf785a(0x19f)](_0x450d4f){const _0x3c8f04=a4_0xf785a,_0x1dafee={'EnNcf':function(_0x385255){return _0x385255();}};!this['currentTest'][_0x3c8f04(0x148)]&&(this[_0x3c8f04(0x180)]['bddSteps']=[]),!_0x450d4f[_0x3c8f04(0x15f)]&&(_0x450d4f[_0x3c8f04(0x15f)]=_0x1dafee[_0x3c8f04(0x19a)](uuidv4),_0x450d4f[_0x3c8f04(0x13f)]=new Date(),this['currentTest'][_0x3c8f04(0x148)]['push'](this[_0x3c8f04(0x138)](_0x450d4f)));}[a4_0xf785a(0x115)](_0x4ac506){const _0x12eb8e=a4_0xf785a,_0x35796c={'waVMM':function(_0x26b28b,_0xab6fee){return _0x26b28b(_0xab6fee);},'dUHoC':_0x12eb8e(0x107),'zpkqC':'pending','cddlz':_0x12eb8e(0x188),'PonVd':function(_0xe55f45,_0x175ed5){return _0xe55f45-_0x175ed5;}};let _0x4bbe1b=this['currentTest'][_0x12eb8e(0x148)][_0x12eb8e(0x17f)](_0x10d845=>_0x10d845['id']===_0x4ac506[_0x12eb8e(0x15f)]);_0x35796c[_0x12eb8e(0x1d0)](isUndefined,_0x4bbe1b)&&(_0x4bbe1b=this[_0x12eb8e(0x138)](_0x4ac506)),_0x4bbe1b[_0x12eb8e(0x11a)]=[_0x35796c[_0x12eb8e(0x13c)],_0x35796c['zpkqC']][_0x12eb8e(0x16b)](_0x4ac506[_0x12eb8e(0x105)])?_0x35796c[_0x12eb8e(0x1a2)]:_0x4ac506[_0x12eb8e(0x105)],_0x4bbe1b[_0x12eb8e(0x111)]=new Date()[_0x12eb8e(0x158)](),_0x4bbe1b['duration']=_0x35796c['PonVd'](Date['now'](),_0x4ac506[_0x12eb8e(0x13f)]['getTime']()),_0x4bbe1b['failure']=_0x4ac506[_0x12eb8e(0x1b3)]?_0x4ac506[_0x12eb8e(0x1b3)][_0x12eb8e(0x1b1)]:null;}}const a4_0x29eca5={};a4_0x29eca5[a4_0xf785a(0x129)]=O11yHelper,a4_0x29eca5['STATE_PASSED']=STATE_PASSED,a4_0x29eca5[a4_0xf785a(0x1ae)]=STATE_FAILED,a4_0x29eca5['TEST_EVENTS']=TEST_EVENTS,module['exports']=a4_0x29eca5;
|