browserstack-node-sdk 1.50.5 → 1.50.7
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 +2 -2
- package/src/ai-sdk-node/bundle.js +1 -1
- package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
- package/src/bin/codeceptjs/command.js +1 -1
- package/src/bin/codeceptjs/helper.js +1 -1
- package/src/bin/codeceptjs/o11yHelper.js +1 -1
- package/src/bin/cucumber-js/command.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
- package/src/bin/cucumber-js/test-observability.js +1 -1
- package/src/bin/cucumber-js/test.setup.js +1 -1
- package/src/bin/cucumber-js/test_old.setup.js +1 -1
- package/src/bin/cucumber-js/timeout.setup.js +1 -1
- package/src/bin/integrations/command.js +1 -1
- package/src/bin/integrations/constants.js +1 -1
- package/src/bin/jest/command.js +1 -1
- package/src/bin/jest/customImplements/customCircus.js +1 -1
- package/src/bin/jest/customImplements/customEnvironment.js +1 -1
- package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
- package/src/bin/jest/customImplements/customSequencer.js +1 -1
- package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
- package/src/bin/jest/jest.setup.js +1 -1
- package/src/bin/jest/test-observability/data-hooks.js +1 -1
- package/src/bin/jest/test-observability/helper.js +1 -1
- package/src/bin/jest/test-observability/obsReporter.js +1 -1
- package/src/bin/jest/test-observability/test-details.js +1 -1
- package/src/bin/jest/test.setup.js +1 -1
- package/src/bin/jest/test_before.setup.js +1 -1
- package/src/bin/launcher/launcher.js +1 -1
- package/src/bin/load/index.js +1 -1
- package/src/bin/load/loadUtils.js +1 -1
- package/src/bin/mocha/accessibility-automation/helper.js +1 -1
- package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
- package/src/bin/mocha/command.js +1 -1
- package/src/bin/mocha/test-observability/builderPatch.js +1 -1
- package/src/bin/mocha/test-observability/data-hooks.js +1 -1
- package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
- package/src/bin/mocha/test.setup.js +1 -1
- package/src/bin/nightwatch/command.js +1 -1
- package/src/bin/playwright/accessibility-helper.js +1 -1
- package/src/bin/playwright/command.js +1 -1
- package/src/bin/playwright/globalSetup.js +1 -1
- package/src/bin/playwright/mock-process.js +1 -1
- package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
- package/src/bin/playwright/patches.js +1 -1
- package/src/bin/playwright/reporter/pwUtils.js +1 -1
- package/src/bin/playwright/reporter/reporter.js +1 -1
- package/src/bin/playwright/reporter/test-details.js +1 -1
- package/src/bin/playwright/sessionDetails.js +1 -1
- package/src/bin/runner.js +1 -1
- package/src/bin/setup.js +1 -1
- package/src/bin/test-runner/index.js +1 -1
- package/src/bin/test-runner/runTest.js +1 -1
- package/src/bin/test-runner/testWorker.js +1 -1
- package/src/bin/utils/apiUtilityMethods.js +1 -1
- package/src/bin/utils/clientTroubleshootingService.js +1 -1
- package/src/bin/utils/constants.js +1 -1
- package/src/bin/utils/log4jsAppender.js +1 -1
- package/src/bin/utils/logPatcher.js +1 -1
- package/src/bin/utils/logReportingAPI.js +1 -1
- package/src/bin/utils/playwright-patcher.js +1 -1
- package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
- package/src/bin/utils/sharedUtils.js +1 -1
- package/src/bin/v2/TestInfo.js +1 -1
- package/src/bin/v2/browserstackCLI.js +1 -1
- package/src/bin/v2/cliUtils.js +1 -1
- package/src/bin/v2/customTagManager.js +1 -1
- package/src/bin/v2/eventDispatcher.js +1 -1
- package/src/bin/v2/framework/automationFramework.js +1 -1
- package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
- package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
- package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
- package/src/bin/v2/framework/jestTestFramework.js +1 -1
- package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
- package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
- package/src/bin/v2/framework/testFramework.js +1 -1
- package/src/bin/v2/grpcClient.js +1 -1
- package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
- package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
- package/src/bin/v2/instances/trackedContext.js +1 -1
- package/src/bin/v2/instances/trackedInstance.js +1 -1
- package/src/bin/v2/modules/accessibilityModule.js +1 -1
- package/src/bin/v2/modules/baseModule.js +1 -1
- package/src/bin/v2/modules/loadTestModule.js +1 -1
- package/src/bin/v2/modules/observabilityModule.js +1 -1
- package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
- package/src/bin/v2/modules/testhubModule.js +1 -1
- package/src/bin/v2/state/automationFrameworkState.js +1 -1
- package/src/bin/v2/state/hookState.js +1 -1
- package/src/bin/v2/state/testFrameworkState.js +1 -1
- package/src/bin/v2/uploadAttachmentsManager.js +1 -1
- package/src/bin/v2/utils/cucumber-utils.js +1 -1
- package/src/bin/v2/utils/jest-utils.js +1 -1
- package/src/bin/vanilla-js/command.js +1 -1
- package/src/browserStackSdk.js +1 -1
- package/src/helpers/BrowserStackSetup.js +1 -1
- package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
- package/src/helpers/accessibility-automation/constants.js +1 -1
- package/src/helpers/accessibility-automation/helper.js +1 -1
- package/src/helpers/accessibility-automation/scripts.js +1 -1
- package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
- package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
- package/src/helpers/ats/constants.js +1 -1
- package/src/helpers/ats/helper.js +1 -1
- package/src/helpers/capsMapping.js +1 -1
- package/src/helpers/central-scanner/constants.js +1 -1
- package/src/helpers/central-scanner/helpers.js +1 -1
- package/src/helpers/classLogger.js +1 -1
- package/src/helpers/globals.js +1 -1
- package/src/helpers/helper.js +1 -1
- package/src/helpers/logger.js +1 -1
- package/src/helpers/metadata.js +1 -1
- package/src/helpers/patchHelper.js +1 -1
- package/src/helpers/patchHelpers.js +1 -1
- package/src/helpers/percy/Percy.js +1 -1
- package/src/helpers/percy/PercyBinary.js +1 -1
- package/src/helpers/percy/PercyCaptureMap.js +1 -1
- package/src/helpers/percy/PercyCaptureModes.js +1 -1
- package/src/helpers/percy/PercySDK.js +1 -1
- package/src/helpers/percy/index.js +1 -1
- package/src/helpers/percy/utils.js +1 -1
- package/src/helpers/performance/constants.js +1 -1
- package/src/helpers/performance/performance-tester.js +1 -1
- package/src/helpers/playwright-helper.js +1 -1
- package/src/helpers/processHelper.js +1 -1
- package/src/helpers/request-spy.js +1 -1
- package/src/helpers/setKeepAlive.js +1 -1
- package/src/helpers/test-observability/constants.js +1 -1
- package/src/helpers/test-observability/error-handler.js +1 -1
- package/src/helpers/test-observability/requestQueueHandler.js +1 -1
- package/src/helpers/test-observability/sessionHandler.js +1 -1
- package/src/helpers/test-observability/utils.js +1 -1
- package/src/helpers/test-orchestration/constants.js +1 -1
- package/src/helpers/test-orchestration/failfastManager.js +1 -1
- package/src/helpers/test-orchestration/fileHelper.js +1 -1
- package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
- package/src/helpers/test-orchestration/requestUtils.js +1 -1
- package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
- package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
- package/src/helpers/testhub/constants.js +1 -1
- package/src/helpers/testhub/testhubHandler.js +1 -1
- package/src/helpers/testhub/utils.js +1 -1
- package/src/helpers/timeoutPromise.js +1 -1
- package/src/helpers/utilities.js +1 -1
- package/src/helpers/w3cMapping.js +1 -1
- package/src/hubAllocationMethods.js +1 -1
- package/src/index.js +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
const a1_0xa90e84=a1_0x4020;(function(_0x2b17d1,_0x4e614d){const _0x2a8a7d=a1_0x4020,_0x5e4b33=_0x2b17d1();while(!![]){try{const _0x3ccee=parseInt(_0x2a8a7d(0x101))/0x1+-parseInt(_0x2a8a7d(0xd6))/0x2+parseInt(_0x2a8a7d(0x107))/0x3+-parseInt(_0x2a8a7d(0x116))/0x4*(-parseInt(_0x2a8a7d(0x138))/0x5)+-parseInt(_0x2a8a7d(0xef))/0x6+parseInt(_0x2a8a7d(0x13c))/0x7*(-parseInt(_0x2a8a7d(0xcf))/0x8)+parseInt(_0x2a8a7d(0x11d))/0x9*(parseInt(_0x2a8a7d(0xfd))/0xa);if(_0x3ccee===_0x4e614d)break;else _0x5e4b33['push'](_0x5e4b33['shift']());}catch(_0x189087){_0x5e4b33['push'](_0x5e4b33['shift']());}}}(a1_0x3e42,0xf41f6));function a1_0x4020(_0x2fdc2d,_0x496055){const _0x3e4237=a1_0x3e42();return a1_0x4020=function(_0x402098,_0xcb8b3b){_0x402098=_0x402098-0x7e;let _0x2ddc78=_0x3e4237[_0x402098];return _0x2ddc78;},a1_0x4020(_0x2fdc2d,_0x496055);}const fs=require('fs'),util=require(a1_0xa90e84(0xac)),{requireModule,markSessionStatus,isUndefined,isTrue,isBrowserstackInfra}=require('../../helpers/helper'),logger=require(a1_0xa90e84(0x186))[a1_0xa90e84(0xa7)],testOpsHelper=require(a1_0xa90e84(0x98)),requestSpy=require(a1_0xa90e84(0x9b)),PlaywrightSessionDetails=require('../../bin/playwright/sessionDetails'),{O11yHelper,TEST_EVENTS,STATE_PASSED,STATE_FAILED}=require('./o11yHelper'),{shouldScanTestForAccessibility,isAccessibilityAutomationSession}=require(a1_0xa90e84(0x165)),AccessibilityHelper=require(a1_0xa90e84(0x131)),scripts=require(a1_0xa90e84(0x128)),PerformanceTester=require('../../helpers/performance/performance-tester'),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceHookEvents}=require(a1_0xa90e84(0xfb)),{processWebDriverConfig,shouldPatchExecuteScript}=require(a1_0xa90e84(0x178)),testHubConstants=require(a1_0xa90e84(0xfe)),globals=require(a1_0xa90e84(0x16f)),CodeceptJS=requireModule(a1_0xa90e84(0xc6),a1_0xa90e84(0x109)),CodeceptUtils=requireModule('codeceptjs/lib/utils.js',a1_0xa90e84(0x109)),CodeceptWebDriver=requireModule(a1_0xa90e84(0x8a),a1_0xa90e84(0x109)),CodeceptRecorder=requireModule('codeceptjs/lib/recorder.js','codeceptjs'),CodeceptPlaywright=requireModule('codeceptjs/lib/helper/Playwright.js',a1_0xa90e84(0x109)),playwrightMarkSessionStatus=(_0x282238,_0x1b8dbc,_0x2f627c)=>{const _0x17096d=a1_0xa90e84,_0xbc4058={'iyVYM':_0x17096d(0x163),'GbGVL':function(_0x36bebe,_0x1f823a){return _0x36bebe(_0x1f823a);}},_0x1cfb23={};_0x1cfb23['status']=_0x1b8dbc;const _0x31c993={};_0x31c993['action']=_0xbc4058[_0x17096d(0x146)],_0x31c993[_0x17096d(0x11b)]=_0x1cfb23;const _0x47c9ec=_0x31c993;return!_0xbc4058[_0x17096d(0xdf)](isUndefined,_0x2f627c)&&(_0x47c9ec[_0x17096d(0x11b)][_0x17096d(0x17c)]=JSON[_0x17096d(0xd3)](_0x2f627c)),_0x282238[_0x17096d(0x17d)](()=>{},_0x17096d(0x10c)+JSON[_0x17096d(0xd3)](_0x47c9ec));},o11ySync=PerformanceTester[a1_0xa90e84(0xa6)](PerformanceO11yEvents[a1_0xa90e84(0x87)],async _0x2830c1=>{const _0x29c7b6=a1_0xa90e84,_0x40cac1={};_0x40cac1[_0x29c7b6(0xde)]=function(_0x27b353,_0x173ec9){return _0x27b353===_0x173ec9;},_0x40cac1[_0x29c7b6(0xdc)]=_0x29c7b6(0x113);const _0x5a34f6=_0x40cac1;_0x5a34f6['KUMZm'](_0x2830c1['constructor'][_0x29c7b6(0xe8)],_0x5a34f6[_0x29c7b6(0xdc)])?await _0x2830c1[_0x29c7b6(0x17d)](_0x197e35=>{},testOpsHelper['getSyncScript']()):await _0x2830c1[_0x29c7b6(0x17d)](testOpsHelper[_0x29c7b6(0xfc)]());}),markSessionName=PerformanceTester[a1_0xa90e84(0xa6)](PerformanceAutEvents[a1_0xa90e84(0x105)],async(_0x1a9585,_0x481b1e)=>{const _0x39c229=a1_0xa90e84,_0x2ef056={};_0x2ef056[_0x39c229(0x99)]=_0x39c229(0x96),_0x2ef056[_0x39c229(0xf9)]=function(_0x559e07,_0x60a19d){return _0x559e07===_0x60a19d;},_0x2ef056[_0x39c229(0xc5)]=_0x39c229(0x113);const _0x426948=_0x2ef056,_0x4c1b40={};_0x4c1b40[_0x39c229(0xe8)]=_0x481b1e;const _0xd9e6d6={};_0xd9e6d6[_0x39c229(0xd5)]=_0x426948['nZsfE'],_0xd9e6d6[_0x39c229(0x11b)]=_0x4c1b40;const _0x2c243a=_0xd9e6d6;_0x426948[_0x39c229(0xf9)](_0x1a9585[_0x39c229(0xab)][_0x39c229(0xe8)],_0x426948[_0x39c229(0xc5)])?await _0x1a9585[_0x39c229(0x17d)](()=>{},_0x39c229(0x10c)+JSON[_0x39c229(0xd3)](_0x2c243a)):await _0x1a9585[_0x39c229(0x17d)](_0x39c229(0x10c)+JSON[_0x39c229(0xd3)](_0x2c243a));}),patchSaveScreenshot=_0xd4c601=>{const _0x116b75=a1_0xa90e84,_0x14f8a4={'jwNpA':_0x116b75(0xea),'AKUpJ':'TEST_SCREENSHOT','ZLgwI':function(_0x27dc52){return _0x27dc52();},'fFtUb':function(_0x26741b,_0x1dffae){return _0x26741b(_0x1dffae);},'sYURS':_0x116b75(0x12d)};_0x14f8a4[_0x116b75(0x8f)](isTrue,process[_0x116b75(0x9d)]['BS_TESTOPS_ALLOW_SCREENSHOTS'])&&!_0xd4c601[_0x116b75(0x7f)]&&(_0xd4c601[_0x116b75(0x7f)]=!![],_0xd4c601[_0x116b75(0xd9)]=_0xd4c601[_0x116b75(0x124)],_0xd4c601[_0x116b75(0x124)]=(_0x428898,_0x1da837=![])=>{const _0x4b7d46=_0x116b75,_0x17a71c={'xmMaZ':_0x14f8a4[_0x4b7d46(0x16c)],'eLZjT':_0x14f8a4['AKUpJ'],'wuGMb':function(_0x448a33){const _0x56cdb4=_0x4b7d46;return _0x14f8a4[_0x56cdb4(0x148)](_0x448a33);},'UhBYI':function(_0x222ca8,_0x124c48){const _0x238da3=_0x4b7d46;return _0x14f8a4[_0x238da3(0x8f)](_0x222ca8,_0x124c48);},'YdtLA':_0x14f8a4['sYURS']};return new Promise(function(_0x51543d,_0x334477){const _0x5518fb=_0x4b7d46,_0x300174={'Iefnv':_0x17a71c[_0x5518fb(0xf3)],'xrcrE':_0x17a71c[_0x5518fb(0x13e)],'YyEqM':function(_0x569076){const _0x41ca03=_0x5518fb;return _0x17a71c[_0x41ca03(0x8c)](_0x569076);},'VOfPy':function(_0x12dab0,_0x1d9b65){const _0x4ef64f=_0x5518fb;return _0x17a71c[_0x4ef64f(0xd0)](_0x12dab0,_0x1d9b65);},'hvYOO':_0x17a71c['YdtLA']};_0xd4c601[_0x5518fb(0xd9)](_0x428898,_0x1da837)[_0x5518fb(0x114)](()=>{const _0xc030bf=_0x5518fb,_0x3fa251=CodeceptUtils[_0xc030bf(0x86)](_0x428898);if(_0x3fa251){const _0x2eaf7b=fs[_0xc030bf(0x16b)](_0x3fa251);process['emit'](_0xc030bf(0x183)+process[_0xc030bf(0x171)],{'timestamp':new Date()[_0xc030bf(0xaf)](),'message':_0x2eaf7b[_0xc030bf(0x9e)](_0x300174['Iefnv']),'kind':_0x300174[_0xc030bf(0xb7)]}),_0x300174['YyEqM'](_0x51543d);}_0x300174[_0xc030bf(0x168)](_0x334477,new Error(_0x300174[_0xc030bf(0xe5)]));})[_0x5518fb(0x122)](()=>null);});});},patchWebDriverBefore=_0x5661c2=>{const _0x11828e=a1_0xa90e84,_0x59fdda={'svDGM':function(_0x110a23){return _0x110a23();},'HpobM':function(_0x47ea10,_0x4a4b26){return _0x47ea10(_0x4a4b26);},'ukSnR':function(_0x3eaced,_0x2adb40){return _0x3eaced===_0x2adb40;},'weyov':_0x11828e(0xd7),'XHiFl':function(_0x71d06e,_0xb0baf7){return _0x71d06e===_0xb0baf7;},'OcpKX':_0x11828e(0x108),'phOnF':_0x11828e(0x159),'tNLjV':function(_0x4a9344,_0x18a797){return _0x4a9344(_0x18a797);}},_0x190a6d=async function(_0x5698c6,_0x35fb1b){const _0x26081a=_0x11828e;_0x59fdda[_0x26081a(0x118)](isAccessibilityAutomationSession)&&!global[_0x26081a(0x156)]&&global[_0x26081a(0x91)]&&scripts[_0x26081a(0x9a)](_0x5698c6[_0x26081a(0xe8)])&&_0x59fdda['HpobM'](shouldPatchExecuteScript,arguments[0x2])&&(global['bstackAllyScanning']=!![],await PerformanceTester[_0x26081a(0xa6)](PerformanceA11yEvents[_0x26081a(0x84)],async()=>{const _0x17d04e=_0x26081a;logger[_0x17d04e(0x8b)](_0x17d04e(0xda)+_0x5698c6['class']+'\x20'+_0x5698c6['name']),await AccessibilityHelper['browserStackExecuteDriver'](_0x5661c2,scripts['performScan']);},{'command':_0x5698c6[_0x26081a(0xe8)]})());global[_0x26081a(0x156)]=![];const _0xa14415=JSON[_0x26081a(0x13f)](process[_0x26081a(0x9d)][_0x26081a(0x119)]||'{}');if(_0x59fdda[_0x26081a(0xeb)](_0xa14415?.[_0x26081a(0x13d)]?.['name'],_0x59fdda['weyov'])&&_0x59fdda['XHiFl'](typeof _0xa14415?.[_0x26081a(0x13d)]?.[_0x26081a(0x8e)],_0x59fdda['OcpKX'])&&_0xa14415?.[_0x26081a(0x13d)]?.[_0x26081a(0x8e)][_0x26081a(0xb0)]('7'))return _0x35fb1b[_0x26081a(0x181)](null,Array[_0x26081a(0xa3)][_0x26081a(0x175)][_0x26081a(0x14f)](arguments,0x2));return _0x35fb1b['apply'](this,Array[_0x26081a(0xa3)]['slice']['call'](arguments,0x2));},_0x2c92a6=CodeceptWebDriver[_0x11828e(0xa3)][_0x11828e(0xd1)];CodeceptWebDriver['prototype']['_before']=async function(){const _0x1c7cbf=_0x11828e,_0x3f758a={'mTtjl':function(_0x5e11aa,_0x4f0e2a){const _0x4cd90f=a1_0x4020;return _0x59fdda[_0x4cd90f(0x157)](_0x5e11aa,_0x4f0e2a);},'vEtpL':_0x59fdda[_0x1c7cbf(0xf4)]};try{await _0x2c92a6[_0x1c7cbf(0x181)](this,arguments);}catch(_0x47d4a0){logger['debug'](_0x1c7cbf(0x132)+util[_0x1c7cbf(0xdb)](_0x47d4a0));}scripts[_0x1c7cbf(0x127)][_0x1c7cbf(0xfa)](_0x5dd92b=>_0x5dd92b[_0x1c7cbf(0xe8)]&&_0x5dd92b[_0x1c7cbf(0x172)])[_0x1c7cbf(0xc9)](_0x23b86f=>{const _0x5de535=_0x1c7cbf;this[_0x5de535(0x85)][_0x5de535(0xe9)](_0x23b86f[_0x5de535(0xe8)],_0x190a6d[_0x5de535(0xb2)](this,_0x23b86f),_0x3f758a['mTtjl'](_0x23b86f[_0x5de535(0x172)],_0x3f758a[_0x5de535(0xd2)]));}),_0x59fdda[_0x1c7cbf(0x12e)](processWebDriverConfig,_0x5661c2);};};function parseJwt(_0x1abdbd){const _0x42926d=a1_0xa90e84,_0x47e376={};_0x47e376['TUCys']=_0x42926d(0xea);const _0x5b98bd=_0x47e376;if(!_0x1abdbd)return null;return JSON[_0x42926d(0x13f)](Buffer[_0x42926d(0x149)](_0x1abdbd[_0x42926d(0x9f)]('.')[0x1],_0x5b98bd['TUCys'])[_0x42926d(0x9e)]());}const patchPlaywrightBefore=()=>{const _0x3c9c17=a1_0xa90e84,_0x8a95c7={'lAOOP':function(_0x10ebac){return _0x10ebac();},'KZadE':'devtools://','ACveO':_0x3c9c17(0xf6),'ZlZBD':function(_0x29c7e1){return _0x29c7e1();},'smxJt':function(_0x1ce546,_0x374917){return _0x1ce546(_0x374917);},'EOYXC':function(_0x4eea48,_0x265bdb){return _0x4eea48+_0x265bdb;},'bLpOJ':_0x3c9c17(0xa8),'ZQjfT':function(_0x2aff8c){return _0x2aff8c();},'oOmpV':function(_0x58ffa4){return _0x58ffa4();},'GBhEd':function(_0x5330a9){return _0x5330a9();}};PlaywrightSessionDetails[_0x3c9c17(0x14c)]();const _0x5b80de=CodeceptPlaywright[_0x3c9c17(0xa3)][_0x3c9c17(0xd1)];CodeceptPlaywright[_0x3c9c17(0xa3)]['_before']=async function(){const _0x2a9ca6=_0x3c9c17,_0x47e636={'jzohG':function(_0x408521){return _0x8a95c7['lAOOP'](_0x408521);},'DpEIf':_0x8a95c7[_0x2a9ca6(0x17a)],'Oorho':_0x8a95c7['ACveO'],'uyrjy':function(_0x568351){const _0x24606c=_0x2a9ca6;return _0x8a95c7[_0x24606c(0xe4)](_0x568351);},'hsJng':function(_0x42ca61,_0x690d9c){const _0xbc473c=_0x2a9ca6;return _0x8a95c7[_0xbc473c(0x129)](_0x42ca61,_0x690d9c);},'AEvgB':function(_0x22fb4e){const _0x3ec577=_0x2a9ca6;return _0x8a95c7[_0x3ec577(0xe4)](_0x22fb4e);},'DJPpf':function(_0x1ec28a,_0x43d1f1){return _0x8a95c7['EOYXC'](_0x1ec28a,_0x43d1f1);},'CQsnA':_0x8a95c7['bLpOJ']};this['browserContext']=await this[_0x2a9ca6(0x85)][_0x2a9ca6(0x81)]()[0x0];const _0x2f8df9=async()=>{const _0x2212b0=_0x2a9ca6,_0x52dfaa=this['config']&&this['config']['chromium']&&this[_0x2212b0(0x16e)][_0x2212b0(0x14d)]['args']&&Array[_0x2212b0(0xca)](this['config']['chromium']['args'])&&this['config'][_0x2212b0(0x14d)][_0x2212b0(0x13b)][_0x2212b0(0xae)](_0x47e636[_0x2212b0(0x15d)]);if(_0x47e636[_0x2212b0(0xf0)](isAccessibilityAutomationSession)&&!_0x52dfaa)try{const _0x1e7244=_0x47e636['hsJng'](parseJwt,process['env']['BS_A11Y_JWT']);if(_0x1e7244&&_0x1e7244['a11y_core_config']&&_0x1e7244[_0x2212b0(0xc7)]['domForge']){const _0xe5ed90=this['browserContext'][_0x2212b0(0x10e)][_0x2212b0(0xb2)](this['browserContext']);this[_0x2212b0(0x15a)]['pages']=async function(){const _0x22983b=_0x2212b0,_0x23b9d4=await _0x47e636[_0x22983b(0xbc)](_0xe5ed90),_0x3c7a4b=[];for(const _0x2b6703 of _0x23b9d4){try{const _0x4fbfe4=await _0x2b6703[_0x22983b(0x189)]();!_0x4fbfe4['startsWith'](_0x47e636[_0x22983b(0xf8)])&&_0x3c7a4b[_0x22983b(0x136)](_0x2b6703);}catch(_0x563fc2){_0x3c7a4b['push'](_0x2b6703);}}return _0x3c7a4b;};}if(!_0x47e636[_0x2212b0(0x137)](isBrowserstackInfra)){const _0xbebc7c=await this['page']['url']();if(_0xbebc7c[_0x2212b0(0xb0)](_0x47e636[_0x2212b0(0xf8)])){const _0x211656=await this[_0x2212b0(0x15a)][_0x2212b0(0x10e)]();this[_0x2212b0(0x162)](_0x211656[0x0]);}}}catch(_0x2c3911){logger[_0x2212b0(0x8b)](_0x2212b0(0xd4)+_0x2c3911[_0x2212b0(0x121)]+(_0x2c3911[_0x2212b0(0x17f)]?_0x47e636[_0x2212b0(0x106)](_0x47e636[_0x2212b0(0x12c)],_0x2c3911['stack']):''));}};_0x8a95c7[_0x2a9ca6(0xb5)](isBrowserstackInfra)&&await _0x8a95c7[_0x2a9ca6(0xf7)](_0x2f8df9),await _0x5b80de['apply'](this,arguments),!_0x8a95c7[_0x2a9ca6(0xe4)](isBrowserstackInfra)&&await _0x8a95c7[_0x2a9ca6(0x12b)](_0x2f8df9);};},getCodeceptDriver=()=>{const _0x1766da=a1_0xa90e84,_0x3648e0={};_0x3648e0[_0x1766da(0xa2)]=_0x1766da(0x169),_0x3648e0[_0x1766da(0xc4)]=_0x1766da(0x113),_0x3648e0['jXXPg']=_0x1766da(0x150),_0x3648e0[_0x1766da(0xc2)]=_0x1766da(0xec);const _0x456056=_0x3648e0,_0x2d4b64=[_0x456056['BUXQX'],_0x456056['rrtXN'],_0x456056[_0x1766da(0x152)],_0x456056[_0x1766da(0xc2)]],_0x464ee5=_0x2d4b64[_0x1766da(0x94)](_0x2806e8=>!!CodeceptJS[_0x1766da(0x10f)][_0x1766da(0x117)](_0x2806e8));if(!_0x464ee5)return null;return CodeceptJS['container']['helpers'](_0x464ee5);};function a1_0x3e42(){const _0x40d977=['UhBYI','_before','vEtpL','stringify','Failed\x20to\x20patch\x20pages\x20method\x20in\x20browserContext\x20for\x20a11y\x20domForge:\x20','action','1239536NVrDdh','webdriverio','warn','initSaveScreenshot','Performing\x20scan\x20for\x20','format','Qwdfm','ibMnM','KUMZm','GbGVL','sMdtc','hookType','SGMwn','TEST_RUN_SKIPPED','ZlZBD','hvYOO','__driver','passed','name','overwriteCommand','base64','ukSnR','TestCafe','YDjmS','setGlobal','11317566CAlUWL','uyrjy','uPbLE','dKckR','xmMaZ','phOnF','captureEvent','--auto-open-devtools-for-tabs','oOmpV','DpEIf','tDbhb','filter','../../helpers/performance/constants','getSyncScript','10bmUaiO','../../helpers/testhub/constants.js','step-comment','ctx','1404151LtGepW','event','emit','stop','SESSION_NAME','DJPpf','5368350jLWDtO','string','codeceptjs','end','skipped','browserstack_executor:\x20','aHpQu','pages','container','JrQNf','dttxV','JYoRA','Playwright','then','TEST_RUN_STARTED','2424028kiiSpy','helpers','svDGM','FRAMEWORK_DETAILS','SDK_HOOK','arguments','ENV_VAR','7961679qOgWjH','INFO','IHbWs','test','message','catch','TEST_RUN_FINISHED','saveScreenshot','SAVE_RESULTS','saveTestResults','commandsToWrap','../../helpers/accessibility-automation/scripts','smxJt','performScan','GBhEd','CQsnA','Screenshot\x20path\x20not\x20found','tNLjV','titlePath','getAccessibilityResultsSummary','../../bin/playwright/accessibility-helper','Failed\x20to\x20execute\x20_before:\x20','Nyiub','title','browserStackExecuteDriver','push','AEvgB','5uJqRqR','zlUff','test-passed','args','1498CeOCZT','testFramework','eLZjT','parse','captureError','dispatcher','hook-started','SDK_POST_INITIALIZE','WOCQc','UjQsR','iyVYM','zPXxa','ZLgwI','from','thTestRunUuid','Failed\x20in\x20marking\x20session\x20status\x20of\x20test:\x20','patch','chromium','test-after','call','Puppeteer','yrZGH','jXXPg','bddStepStart','wwEdZ','hook','bstackAllyScanning','XHiFl','testAnalyticsId','Element','browserContext','ySZkq','HdauZ','Oorho','before','eLncg','hook-passed','iXtfz','_setPage','setSessionStatus','test-failed','../../helpers/accessibility-automation/helper','EtHGC','SDK_POST_TEST','VOfPy','WebDriver','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','readFileSync','jwNpA','CEGGn','config','../../helpers/globals.js','enabled','pid','class','skipSessionStatus','eJELA','slice','qKLuO','restore','./helper.js','SDK_PRE_TEST','KZadE','HOOK_RUN_FINISHED','reason','executeScript','afterTest','stack','BhEHW','apply','all','bs:addLog:','Suite','getResultsSummary','../../helpers/logger','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20summary.','LrAmI','url','getAccessibilityResults','addRequestSpy','patchSaveScreenshot','HOOK_RUN_STARTED','contexts','started','QZRHY','PERFORM_SCAN','browser','screenshotOutputFolder','SYNC','__workerDetails','dtIsn','codeceptjs/lib/helper/WebDriver.js','debug','wuGMb','yuIpY','version','fFtUb','failed','accessibilityPlatform','start','test-started','find','step','setSessionName','info','../../helpers/test-observability/utils','nZsfE','shouldWrapCommand','../../helpers/request-spy','browserstackTestName','env','toString','split','itiqO','startMonitoring','BUXQX','prototype','yADQo','bddStep','measureWrapper','winstonLogger','\x0aStack:\x20','BROWSERSTACK_TESTHUB_JWT','PPAcW','constructor','util','bddStepFinish','includes','toISOString','startsWith','kHRbq','bind','add','test-skipped','ZQjfT','jyIfK','xrcrE','aQfGH','TEST_LOG','skipSessionName','fireEvent','jzohG','HyYGo','znbMC','XpvPX','hook-failed','after','nqMjA','command','rrtXN','mtQxt','codeceptjs/lib/index.js','a11y_core_config','BROWSERSTACK_TESTHUB_UUID','forEach','isArray','SDK_TEST','exports','Failed\x20in\x20sending\x20TestRunFinish\x20event:\x20','wOfTY','44048rFguhi'];a1_0x3e42=function(){return _0x40d977;};return a1_0x3e42();}module[a1_0xa90e84(0xcc)]=function(_0x2ee786){const _0x368231=a1_0xa90e84,_0x4fe310={'zbaYP':function(_0x1ca8d1){return _0x1ca8d1();},'yrZGH':function(_0x2d6d9f,_0x4001d8){return _0x2d6d9f(_0x4001d8);},'IHbWs':_0x368231(0x130),'itiqO':_0x368231(0x187),'qKLuO':_0x368231(0x18a),'NlHqQ':_0x368231(0x16a),'dKckR':_0x368231(0x142),'EtHGC':_0x368231(0x160),'YDjmS':_0x368231(0xc0),'dttxV':_0x368231(0x9c),'fZQjR':function(_0x3f05d9){return _0x3f05d9();},'eLncg':'test-before','ibMnM':function(_0x66a8da){return _0x66a8da();},'aHpQu':function(_0xdaf35e,_0x46c0a5,_0x537d16){return _0xdaf35e(_0x46c0a5,_0x537d16);},'yuIpY':_0x368231(0x93),'wwEdZ':_0x368231(0x13a),'kHRbq':function(_0x14bc00){return _0x14bc00();},'HdauZ':function(_0xae0fb0,_0x3001db,_0x18c90d,_0x4089ed){return _0xae0fb0(_0x3001db,_0x18c90d,_0x4089ed);},'XpvPX':function(_0x3400e4,_0x3ccaaa,_0x5b305a,_0x1cc0ee){return _0x3400e4(_0x3ccaaa,_0x5b305a,_0x1cc0ee);},'HyYGo':function(_0x18a4d4,_0x1d4766){return _0x18a4d4===_0x1d4766;},'dtIsn':_0x368231(0x184),'aQfGH':_0x368231(0x164),'uPbLE':_0x368231(0xb4),'PPAcW':_0x368231(0x17e),'UjQsR':function(_0x5aaac3){return _0x5aaac3();},'zPXxa':'Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','wOfTY':_0x368231(0x14e),'QZRHY':_0x368231(0x11e),'WOCQc':_0x368231(0xb9),'SGMwn':_0x368231(0xff),'jyIfK':'bddStep-before','ySZkq':'bddStep-after','LrAmI':_0x368231(0x113)};_0x2ee786[_0x368231(0x173)]&&(global['__skipSessionStatus']=_0x2ee786['skipSessionStatus']);PerformanceTester[_0x368231(0xa1)]();const _0x2ceebc=_0x4fe310[_0x368231(0xdd)](getCodeceptDriver),_0xff42ac=new O11yHelper(_0x2ceebc,_0x2ee786),_0x46c8a8=!!CodeceptJS['container'][_0x368231(0x117)](_0x4fe310[_0x368231(0x188)]);global[_0x368231(0xe6)]=_0x2ceebc,_0x2ceebc&&(PerformanceTester[_0x368231(0xa6)](PerformanceEvents['SDK_PRE_INITIALIZE'],()=>{const _0x46d7e4=_0x368231;_0x46c8a8?_0x4fe310['zbaYP'](patchPlaywrightBefore):_0x4fe310[_0x46d7e4(0x151)](patchWebDriverBefore,_0x2ceebc);})(),PerformanceTester['measureWrapper'](PerformanceEvents[_0x368231(0x143)],()=>{const _0x5cf2da=_0x368231,_0x2f6ca2={};_0x2f6ca2[_0x5cf2da(0x174)]=_0x4fe310[_0x5cf2da(0x11f)],_0x2f6ca2[_0x5cf2da(0x161)]=_0x4fe310[_0x5cf2da(0xa0)],_0x2f6ca2[_0x5cf2da(0x180)]=_0x4fe310[_0x5cf2da(0x176)],_0x2f6ca2['znbMC']=_0x4fe310['NlHqQ'];const _0x3a83ff=_0x2f6ca2;_0x2ceebc[_0x5cf2da(0x130)]=async()=>{const _0x5c9750=_0x5cf2da;if(global['accessibilityPlatform']){const _0x25d054={};return _0x25d054['command']=_0x3a83ff[_0x5c9750(0x174)],await PerformanceTester[_0x5c9750(0xa6)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x377011=_0x5c9750;return await AccessibilityHelper[_0x377011(0x135)](_0x2ceebc,scripts['performScan']);},_0x25d054)(),await PerformanceTester[_0x5c9750(0xa6)](PerformanceA11yEvents['GET_RESULTS_SUMMARY'],async()=>{const _0x46e0b3=_0x5c9750;return await AccessibilityHelper[_0x46e0b3(0x135)](_0x2ceebc,scripts[_0x46e0b3(0x185)]);})();}return logger[_0x5c9750(0xd8)](_0x3a83ff[_0x5c9750(0x161)]),{};},_0x2ceebc[_0x5cf2da(0x18a)]=async()=>{const _0xaaffcc=_0x5cf2da;if(global[_0xaaffcc(0x91)]){const _0x1df987={};return _0x1df987['command']=_0x3a83ff[_0xaaffcc(0x180)],await PerformanceTester[_0xaaffcc(0xa6)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x2ffce2=_0xaaffcc;return await AccessibilityHelper[_0x2ffce2(0x135)](_0x2ceebc,scripts[_0x2ffce2(0x12a)]);},_0x1df987)(),await PerformanceTester[_0xaaffcc(0xa6)](PerformanceA11yEvents['GET_RESULTS'],async()=>{const _0x25ad5f=_0xaaffcc;return await AccessibilityHelper[_0x25ad5f(0x135)](_0x2ceebc,scripts['getResults']);})();}return logger['warn'](_0x3a83ff[_0xaaffcc(0xbe)]),{};},_0x4fe310[_0x5cf2da(0x151)](patchSaveScreenshot,_0x2ceebc);})()),CodeceptJS[_0x368231(0x102)][_0x368231(0x141)]['on'](CodeceptJS['event'][_0x368231(0x182)]['before'],()=>{const _0x271720=_0x368231;PerformanceTester[_0x271720(0x92)](PerformanceEvents[_0x271720(0x179)]);try{_0xff42ac['start'](),testOpsHelper[_0x271720(0x7e)](),PerformanceTester['end'](PerformanceEvents[_0x271720(0x179)]);}catch(_0x3189a4){PerformanceTester[_0x271720(0x140)](_0x3189a4),PerformanceTester[_0x271720(0x10a)](PerformanceEvents['SDK_PRE_TEST'],![],_0x3189a4);}}),CodeceptJS[_0x368231(0x102)][_0x368231(0x141)]['on'](CodeceptJS[_0x368231(0x102)][_0x368231(0x182)][_0x368231(0xc1)],async()=>{const _0x1fa96e=_0x368231;PerformanceTester[_0x1fa96e(0x92)](PerformanceEvents[_0x1fa96e(0x167)]);try{requestSpy[_0x1fa96e(0x177)](),await _0xff42ac[_0x1fa96e(0x104)](),PerformanceTester['end'](PerformanceEvents[_0x1fa96e(0x167)]);}catch(_0x107d49){PerformanceTester[_0x1fa96e(0x140)](_0x107d49),PerformanceTester[_0x1fa96e(0x10a)](PerformanceEvents[_0x1fa96e(0x167)],![],_0x107d49);}finally{PerformanceTester['stopMonitoring']();}}),CodeceptJS[_0x368231(0x102)][_0x368231(0x141)]['on'](CodeceptJS[_0x368231(0x102)][_0x368231(0x155)][_0x368231(0x82)],_0x533cf2=>{const _0x19da71=_0x368231;PerformanceTester[_0x19da71(0x92)](PerformanceEvents['SDK_HOOK']);try{const _0x54a035=_0x533cf2[_0x19da71(0x100)]['test'],_0xa75a5a=_0xff42ac[_0x19da71(0xf5)](TEST_EVENTS[_0x19da71(0x80)],_0x54a035);CodeceptRecorder[_0x19da71(0xb3)](()=>_0xff42ac[_0x19da71(0xbb)](TEST_EVENTS[_0x19da71(0x80)],_0xa75a5a));const _0x107aaa={};_0x107aaa[_0x19da71(0xe1)]=_0x4fe310[_0x19da71(0xf2)],PerformanceTester[_0x19da71(0x10a)](PerformanceEvents[_0x19da71(0x11a)],!![],null,_0x107aaa);}catch(_0x3663ee){const _0x516403={};_0x516403[_0x19da71(0xe1)]=_0x4fe310[_0x19da71(0xf2)],PerformanceTester['end'](PerformanceEvents['SDK_HOOK'],![],_0x3663ee,_0x516403),PerformanceTester['captureError'](_0x3663ee);}}),CodeceptJS['event']['dispatcher']['on'](CodeceptJS['event'][_0x368231(0x155)][_0x368231(0xe7)],_0x529e06=>{const _0x53ef28=_0x368231,_0x6853f0={};_0x6853f0[_0x53ef28(0xe1)]=_0x4fe310[_0x53ef28(0x166)],PerformanceTester[_0x53ef28(0x92)](PerformanceHookEvents[_0x53ef28(0x11a)],!![],null,_0x6853f0);try{const _0x21d64b=_0x529e06[_0x53ef28(0x100)]['test'],_0x2368b0=_0xff42ac[_0x53ef28(0xf5)](TEST_EVENTS[_0x53ef28(0x17b)],_0x21d64b);CodeceptRecorder[_0x53ef28(0xb3)](()=>_0xff42ac['fireEvent'](TEST_EVENTS['HOOK_RUN_FINISHED'],_0x2368b0));const _0x22f2a9={};_0x22f2a9[_0x53ef28(0xe1)]=_0x4fe310[_0x53ef28(0x166)],PerformanceTester['end'](PerformanceHookEvents[_0x53ef28(0x11a)],!![],null,_0x22f2a9);}catch(_0x5aafe4){PerformanceTester['captureError'](_0x5aafe4);const _0x40c3f6={};_0x40c3f6[_0x53ef28(0xe1)]=_0x4fe310['EtHGC'],PerformanceTester[_0x53ef28(0x10a)](PerformanceHookEvents[_0x53ef28(0x11a)],![],_0x5aafe4,_0x40c3f6);}}),CodeceptJS[_0x368231(0x102)]['dispatcher']['on'](CodeceptJS['event'][_0x368231(0x155)][_0x368231(0x90)],async(_0x572fbd,_0x23593d)=>{const _0x5f41d2=_0x368231;PerformanceTester['start'](PerformanceHookEvents[_0x5f41d2(0x11a)]);try{const _0x4a37a8=_0x572fbd[_0x5f41d2(0x100)][_0x5f41d2(0x120)],_0x3ade3b=_0xff42ac[_0x5f41d2(0xf5)](TEST_EVENTS[_0x5f41d2(0x17b)],_0x4a37a8,_0x23593d);CodeceptRecorder[_0x5f41d2(0xb3)](()=>_0xff42ac[_0x5f41d2(0xbb)](TEST_EVENTS[_0x5f41d2(0x17b)],_0x3ade3b));const _0x2d5a9b={};_0x2d5a9b[_0x5f41d2(0xe1)]=_0x4fe310[_0x5f41d2(0xed)],PerformanceTester[_0x5f41d2(0x92)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x2d5a9b);}catch(_0xa6ff97){PerformanceTester[_0x5f41d2(0x140)](_0xa6ff97);const _0x37c716={};_0x37c716[_0x5f41d2(0xe1)]=_0x4fe310[_0x5f41d2(0xed)],PerformanceTester[_0x5f41d2(0x10a)](PerformanceHookEvents[_0x5f41d2(0x11a)],![],_0xa6ff97,_0x37c716);}const _0x355c14={};_0x355c14[_0x5f41d2(0xe1)]=_0x4fe310['YDjmS'],PerformanceTester[_0x5f41d2(0x10a)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x355c14);}),CodeceptJS['event'][_0x368231(0x141)]['on'](CodeceptJS['event'][_0x368231(0x120)][_0x368231(0x15e)],_0x40b363=>{const _0x5a120b=_0x368231;PerformanceTester[_0x5a120b(0x92)](PerformanceHookEvents[_0x5a120b(0x11a)]);try{globals[_0x5a120b(0xee)](_0x4fe310[_0x5a120b(0x111)],_0x40b363[_0x5a120b(0x134)]);_0x4fe310['fZQjR'](isBrowserstackInfra)&&(_0x46c8a8&&(global[_0x5a120b(0x88)]={'currentTest':{'name':_0x40b363['title'],'testInfo':{'titlePath':_0x40b363[_0x5a120b(0x12f)]()}}}));const _0x3dfdba={};_0x3dfdba['hookType']=_0x4fe310[_0x5a120b(0x15f)],PerformanceTester[_0x5a120b(0x10a)](PerformanceHookEvents[_0x5a120b(0x11a)],!![],null,_0x3dfdba);}catch(_0x4f2006){PerformanceTester['captureError'](_0x4f2006);const _0x3a9db4={};_0x3a9db4[_0x5a120b(0xe1)]=_0x4fe310['eLncg'],PerformanceTester['end'](PerformanceHookEvents[_0x5a120b(0x11a)],![],_0x4f2006,_0x3a9db4);}}),CodeceptJS['event'][_0x368231(0x141)]['on'](CodeceptJS[_0x368231(0x102)]['test']['started'],_0x2541c5=>{const _0x2fb3e6=_0x368231,_0x436a9a={'Nyiub':function(_0xcb0002){const _0x185f3b=a1_0x4020;return _0x4fe310[_0x185f3b(0xdd)](_0xcb0002);},'yADQo':function(_0x54ddae,_0xbc7b21){const _0xb688d7=a1_0x4020;return _0x4fe310[_0xb688d7(0x151)](_0x54ddae,_0xbc7b21);},'JrQNf':function(_0x14f5f3,_0x263a0d,_0x33a769){return _0x4fe310['aHpQu'](_0x14f5f3,_0x263a0d,_0x33a769);}};PerformanceTester[_0x2fb3e6(0x92)](PerformanceHookEvents['SDK_HOOK']);try{globals[_0x2fb3e6(0xee)](_0x4fe310[_0x2fb3e6(0x111)],_0x2541c5[_0x2fb3e6(0x134)]);const _0x318ee7=_0xff42ac[_0x2fb3e6(0xf5)](TEST_EVENTS[_0x2fb3e6(0x115)],_0x2541c5);CodeceptRecorder['add'](()=>_0xff42ac[_0x2fb3e6(0xbb)](TEST_EVENTS['TEST_RUN_STARTED'],_0x318ee7)),CodeceptRecorder['add'](async()=>{const _0x433973=_0x2fb3e6;_0x436a9a[_0x433973(0x133)](isBrowserstackInfra)&&(!_0x436a9a[_0x433973(0xa4)](isTrue,_0x2ee786[_0x433973(0xba)])&&await _0x436a9a[_0x433973(0x110)](markSessionName,_0x2ceebc,_0x2541c5[_0x433973(0x134)]),_0xff42ac[_0x433973(0x170)]&&await _0x436a9a[_0x433973(0xa4)](o11ySync,_0x2ceebc));});}catch(_0x3676ac){const _0x13487f={};_0x13487f[_0x2fb3e6(0xe1)]=_0x4fe310['yuIpY'],PerformanceTester[_0x2fb3e6(0x10a)](PerformanceHookEvents[_0x2fb3e6(0x11a)],![],_0x3676ac,_0x13487f),PerformanceTester['captureError'](_0x3676ac);}const _0x227e80={};_0x227e80['hookType']=_0x4fe310[_0x2fb3e6(0x8d)],PerformanceTester['end'](PerformanceHookEvents[_0x2fb3e6(0x11a)],!![],null,_0x227e80);}),CodeceptJS[_0x368231(0x102)][_0x368231(0x141)]['on'](CodeceptJS[_0x368231(0x102)][_0x368231(0x120)][_0x368231(0xe7)],_0x11c68f=>{const _0x26e942=_0x368231,_0x329e19={'JYoRA':function(_0x2f4b9c,_0x379c03,_0x336a56){const _0x129b57=a1_0x4020;return _0x4fe310[_0x129b57(0x10d)](_0x2f4b9c,_0x379c03,_0x336a56);},'sMdtc':function(_0x316a1c){return _0x4fe310['zbaYP'](_0x316a1c);}};PerformanceTester[_0x26e942(0x92)](PerformanceHookEvents[_0x26e942(0x11a)]);try{const _0x5ed115=_0xff42ac[_0x26e942(0xf5)](TEST_EVENTS[_0x26e942(0x123)],_0x11c68f);CodeceptRecorder[_0x26e942(0xb3)](()=>_0xff42ac[_0x26e942(0xbb)](TEST_EVENTS[_0x26e942(0x123)],_0x5ed115)),CodeceptRecorder[_0x26e942(0xb3)](async()=>{const _0x58b483=_0x26e942,_0x337b6a={'zlUff':function(_0x4c663d,_0x2e2d72,_0x2c6d09){const _0x176366=a1_0x4020;return _0x329e19[_0x176366(0x112)](_0x4c663d,_0x2e2d72,_0x2c6d09);}};_0x329e19[_0x58b483(0xe0)](isBrowserstackInfra)&&await PerformanceTester[_0x58b483(0xa6)](PerformanceAutEvents['SESSION_STATUS'],async()=>{const _0x330693=_0x58b483;_0x46c8a8?await _0x337b6a[_0x330693(0x139)](playwrightMarkSessionStatus,_0x2ceebc,STATE_PASSED):await _0x337b6a[_0x330693(0x139)](markSessionStatus,_0x2ceebc,STATE_PASSED);})();}),PerformanceTester[_0x26e942(0x10a)](PerformanceEvents[_0x26e942(0xcb)]);}catch(_0x1423dd){PerformanceTester[_0x26e942(0x140)](_0x1423dd);const _0x400bdf={};_0x400bdf['hookType']=_0x4fe310[_0x26e942(0x154)],PerformanceTester[_0x26e942(0x10a)](PerformanceHookEvents['SDK_HOOK'],![],_0x1423dd,_0x400bdf),PerformanceTester['end'](PerformanceEvents['SDK_TEST'],![],_0x1423dd);}const _0x146180={};_0x146180[_0x26e942(0xe1)]=_0x4fe310[_0x26e942(0x154)],PerformanceTester[_0x26e942(0x10a)](PerformanceHookEvents[_0x26e942(0x11a)],!![],null,_0x146180);}),CodeceptJS[_0x368231(0x102)][_0x368231(0x141)]['on'](CodeceptJS[_0x368231(0x102)][_0x368231(0x120)]['failed'],(_0x348b99,_0xb7a37b)=>{const _0x8e1e69=_0x368231;PerformanceTester[_0x8e1e69(0x92)](PerformanceHookEvents[_0x8e1e69(0x11a)]);try{if(_0x4fe310[_0x8e1e69(0xbd)](_0x348b99[_0x8e1e69(0xab)][_0x8e1e69(0xe8)],_0x4fe310[_0x8e1e69(0x89)])){const _0x26b81e=_0xff42ac[_0x8e1e69(0xf5)](TEST_EVENTS[_0x8e1e69(0xe3)],_0x348b99[_0x8e1e69(0x100)]['currentTest']);CodeceptRecorder[_0x8e1e69(0xb3)](()=>_0xff42ac[_0x8e1e69(0xbb)](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x26b81e));}else{const _0x2cb41c=_0xff42ac['captureEvent'](TEST_EVENTS[_0x8e1e69(0x123)],_0x348b99,_0xb7a37b);CodeceptRecorder[_0x8e1e69(0xb3)](()=>{const _0x23a908=_0x8e1e69;try{_0xff42ac[_0x23a908(0xbb)](TEST_EVENTS[_0x23a908(0x123)],_0x2cb41c);}catch(_0x561c79){logger['debug'](_0x23a908(0xcd)+util[_0x23a908(0xdb)](_0x561c79)),PerformanceTester['end'](PerformanceEvents['SDK_TEST'],![],_0x561c79);}}),CodeceptRecorder[_0x8e1e69(0xb3)](async()=>{const _0x34dc03=_0x8e1e69;try{_0x4fe310[_0x34dc03(0xb1)](isBrowserstackInfra)&&(_0x46c8a8?await _0x4fe310[_0x34dc03(0x15c)](playwrightMarkSessionStatus,_0x2ceebc,STATE_FAILED,_0xb7a37b):await _0x4fe310[_0x34dc03(0xbf)](markSessionStatus,_0x2ceebc,STATE_FAILED,_0xb7a37b));}catch(_0x2ab84a){logger['debug'](_0x34dc03(0x14b)+util['format'](_0x2ab84a)),PerformanceTester['end'](PerformanceEvents[_0x34dc03(0xcb)],![],_0x2ab84a);}});}PerformanceTester[_0x8e1e69(0x10a)](PerformanceEvents[_0x8e1e69(0xcb)]);}catch(_0x18112b){PerformanceTester[_0x8e1e69(0x140)](_0x18112b);const _0x48ab3d={};_0x48ab3d[_0x8e1e69(0xe1)]=_0x4fe310[_0x8e1e69(0xb8)],PerformanceTester['end'](PerformanceHookEvents[_0x8e1e69(0x11a)],![],_0x18112b,_0x48ab3d),PerformanceTester[_0x8e1e69(0x10a)](PerformanceEvents['SDK_TEST'],![],_0x18112b);}const _0x3865c5={};_0x3865c5[_0x8e1e69(0xe1)]=_0x4fe310[_0x8e1e69(0xb8)],PerformanceTester['end'](PerformanceHookEvents[_0x8e1e69(0x11a)],!![],null,_0x3865c5);}),CodeceptJS[_0x368231(0x102)][_0x368231(0x141)]['on'](CodeceptJS[_0x368231(0x102)][_0x368231(0x120)][_0x368231(0x10b)],_0x3c59d6=>{const _0x3e15d6=_0x368231;PerformanceTester[_0x3e15d6(0x92)](PerformanceHookEvents[_0x3e15d6(0x11a)]);try{const _0x1aab32=_0xff42ac[_0x3e15d6(0xf5)](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x3c59d6);CodeceptRecorder[_0x3e15d6(0xb3)](()=>_0xff42ac[_0x3e15d6(0xbb)](TEST_EVENTS[_0x3e15d6(0xe3)],_0x1aab32)),PerformanceTester['end'](PerformanceEvents[_0x3e15d6(0xcb)]);}catch(_0x454d80){PerformanceTester[_0x3e15d6(0x140)](_0x454d80),PerformanceTester[_0x3e15d6(0x10a)](PerformanceEvents[_0x3e15d6(0xcb)],![],_0x454d80);const _0x16bbab={};_0x16bbab['hookType']=_0x4fe310[_0x3e15d6(0xf1)],PerformanceTester[_0x3e15d6(0x10a)](PerformanceHookEvents['SDK_HOOK'],![],_0x454d80,_0x16bbab);}const _0x32bb7e={};_0x32bb7e['hookType']=_0x4fe310[_0x3e15d6(0xf1)],PerformanceTester[_0x3e15d6(0x10a)](PerformanceHookEvents[_0x3e15d6(0x11a)],!![],null,_0x32bb7e);}),CodeceptJS[_0x368231(0x102)][_0x368231(0x141)]['on'](CodeceptJS[_0x368231(0x102)][_0x368231(0x120)][_0x368231(0xc1)],async(_0x388dee,_0x403d10)=>{const _0x27c040=_0x368231,_0x23feed={};_0x23feed[_0x27c040(0x16d)]=_0x4fe310[_0x27c040(0xaa)];const _0x374ff7=_0x23feed;try{PerformanceTester['start'](PerformanceHookEvents['SDK_HOOK']);const _0x50164f=_0x4fe310[_0x27c040(0x10d)](shouldScanTestForAccessibility,_0x388dee[_0x27c040(0x12f)](),!![]);if(_0x4fe310[_0x27c040(0x145)](isAccessibilityAutomationSession)&&global[_0x27c040(0x91)]&&_0x50164f){const _0x2c3072={};_0x2c3072[_0x27c040(0x14a)]=_0x388dee[_0x27c040(0x158)],_0x2c3072['thBuildUuid']=process[_0x27c040(0x9d)][testHubConstants[_0x27c040(0x11c)][_0x27c040(0xc8)]],_0x2c3072['thJwtToken']=process[_0x27c040(0x9d)][testHubConstants['ENV_VAR'][_0x27c040(0xa9)]];const _0x55f9bf=_0x2c3072;logger[_0x27c040(0x8b)]('Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20'+JSON['stringify'](_0x55f9bf)),CodeceptRecorder[_0x27c040(0xb3)](async()=>{const _0x223f0b=_0x27c040,_0x3e9d59={};_0x3e9d59[_0x223f0b(0xc3)]=_0x374ff7[_0x223f0b(0x16d)],await PerformanceTester[_0x223f0b(0xa6)](PerformanceA11yEvents[_0x223f0b(0x84)],async()=>{const _0x43af23=_0x223f0b;await AccessibilityHelper['browserStackExecuteDriver'](_0x2ceebc,scripts[_0x43af23(0x12a)]);},_0x3e9d59)(),await PerformanceTester[_0x223f0b(0xa6)](PerformanceA11yEvents[_0x223f0b(0x125)],async()=>{const _0x242385=_0x223f0b;await AccessibilityHelper[_0x242385(0x135)](_0x2ceebc,scripts[_0x242385(0x126)],_0x55f9bf);})();}),logger[_0x27c040(0x97)](_0x4fe310[_0x27c040(0x147)]);}const _0x26ed06={};_0x26ed06[_0x27c040(0xe1)]=_0x4fe310[_0x27c040(0xce)],PerformanceTester[_0x27c040(0x10a)](PerformanceHookEvents[_0x27c040(0x11a)],!![],null,_0x26ed06);}catch(_0x570c51){PerformanceTester[_0x27c040(0x140)](_0x570c51);const _0x5e5fce={};_0x5e5fce[_0x27c040(0xe1)]=_0x4fe310[_0x27c040(0xce)],PerformanceTester[_0x27c040(0x10a)](PerformanceHookEvents[_0x27c040(0x11a)],![],_0x570c51,_0x5e5fce);}}),CodeceptJS[_0x368231(0x102)][_0x368231(0x141)]['on'](CodeceptJS[_0x368231(0x102)][_0x368231(0x95)]['comment'],_0x5c7f59=>{const _0x1e1a00=_0x368231;PerformanceTester['start'](PerformanceHookEvents['SDK_HOOK']);try{process[_0x1e1a00(0x103)](_0x1e1a00(0x183)+process['pid'],{'timestamp':new Date()['toISOString'](),'level':_0x4fe310[_0x1e1a00(0x83)],'message':_0x5c7f59,'kind':_0x4fe310[_0x1e1a00(0x144)],'http_response':{}});}catch(_0x10b77a){PerformanceTester[_0x1e1a00(0x140)](_0x10b77a);const _0x490c85={};_0x490c85[_0x1e1a00(0xe1)]=_0x4fe310[_0x1e1a00(0xe2)],PerformanceTester[_0x1e1a00(0x10a)](PerformanceHookEvents[_0x1e1a00(0x11a)],![],_0x10b77a,_0x490c85);}const _0x22d3bc={};_0x22d3bc[_0x1e1a00(0xe1)]=_0x4fe310[_0x1e1a00(0xe2)],PerformanceTester[_0x1e1a00(0x10a)](PerformanceHookEvents[_0x1e1a00(0x11a)],!![],null,_0x22d3bc);}),CodeceptJS['event'][_0x368231(0x141)]['on'](CodeceptJS[_0x368231(0x102)][_0x368231(0xa5)][_0x368231(0x15e)],_0x2fb530=>{const _0x1e74ea=_0x368231,_0x4cf1e8={};_0x4cf1e8[_0x1e74ea(0xe1)]=_0x4fe310[_0x1e74ea(0xb6)],PerformanceTester[_0x1e74ea(0xa6)](PerformanceHookEvents[_0x1e74ea(0x11a)],()=>{const _0x3083a0=_0x1e74ea;_0xff42ac[_0x3083a0(0x153)](_0x2fb530);},_0x4cf1e8)();}),CodeceptJS[_0x368231(0x102)][_0x368231(0x141)]['on'](CodeceptJS['event'][_0x368231(0xa5)][_0x368231(0xc1)],_0x59e803=>{const _0x430711=_0x368231,_0x509914={};_0x509914[_0x430711(0xe1)]=_0x4fe310[_0x430711(0x15b)],PerformanceTester[_0x430711(0xa6)](PerformanceHookEvents[_0x430711(0x11a)],()=>{const _0x26a2a8=_0x430711;_0xff42ac[_0x26a2a8(0xad)](_0x59e803);},_0x509914)();});};
|
|
1
|
+
const a1_0x25d614=a1_0x5092;function a1_0x5092(_0x2f3899,_0x172f0c){const _0x1c88d4=a1_0x1c88();return a1_0x5092=function(_0x509254,_0xbc613c){_0x509254=_0x509254-0xc3;let _0x286006=_0x1c88d4[_0x509254];return _0x286006;},a1_0x5092(_0x2f3899,_0x172f0c);}(function(_0x4105d2,_0x11aff2){const _0x35f9c8=a1_0x5092,_0x10d353=_0x4105d2();while(!![]){try{const _0x31c246=parseInt(_0x35f9c8(0x18d))/0x1+-parseInt(_0x35f9c8(0x14e))/0x2*(-parseInt(_0x35f9c8(0x169))/0x3)+parseInt(_0x35f9c8(0x16d))/0x4+-parseInt(_0x35f9c8(0x141))/0x5*(parseInt(_0x35f9c8(0x1cb))/0x6)+-parseInt(_0x35f9c8(0xec))/0x7+parseInt(_0x35f9c8(0x181))/0x8+-parseInt(_0x35f9c8(0x1b3))/0x9;if(_0x31c246===_0x11aff2)break;else _0x10d353['push'](_0x10d353['shift']());}catch(_0x4da5a7){_0x10d353['push'](_0x10d353['shift']());}}}(a1_0x1c88,0xb5e15));const fs=require('fs'),util=require(a1_0x25d614(0xef)),{requireModule,markSessionStatus,isUndefined,isTrue,isBrowserstackInfra}=require(a1_0x25d614(0x192)),logger=require(a1_0x25d614(0x113))[a1_0x25d614(0x140)],testOpsHelper=require(a1_0x25d614(0x1a0)),requestSpy=require(a1_0x25d614(0x1b7)),PlaywrightSessionDetails=require(a1_0x25d614(0xdc)),{O11yHelper,TEST_EVENTS,STATE_PASSED,STATE_FAILED}=require(a1_0x25d614(0x157)),{shouldScanTestForAccessibility,isAccessibilityAutomationSession}=require(a1_0x25d614(0xda)),AccessibilityHelper=require(a1_0x25d614(0xe0)),scripts=require('../../helpers/accessibility-automation/scripts'),PerformanceTester=require(a1_0x25d614(0x13a)),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceHookEvents}=require(a1_0x25d614(0x17c)),{processWebDriverConfig,shouldPatchExecuteScript}=require(a1_0x25d614(0xf1)),testHubConstants=require('../../helpers/testhub/constants.js'),globals=require(a1_0x25d614(0x1c3)),CodeceptJS=requireModule(a1_0x25d614(0x190),'codeceptjs'),CodeceptUtils=requireModule(a1_0x25d614(0x10a),a1_0x25d614(0x117)),CodeceptWebDriver=requireModule(a1_0x25d614(0x12d),a1_0x25d614(0x117)),CodeceptRecorder=requireModule(a1_0x25d614(0xfc),a1_0x25d614(0x117)),CodeceptPlaywright=requireModule(a1_0x25d614(0x1b0),a1_0x25d614(0x117)),playwrightMarkSessionStatus=(_0x5ee10e,_0x35f8c7,_0x4f1e7a)=>{const _0xd6f50b=a1_0x25d614,_0x10491d={'HAmcO':_0xd6f50b(0xf9),'dXhFO':function(_0x2c7cf7,_0x53bfcb){return _0x2c7cf7(_0x53bfcb);}},_0x1776e4={};_0x1776e4['status']=_0x35f8c7;const _0xeeaa27={};_0xeeaa27['action']=_0x10491d[_0xd6f50b(0x18c)],_0xeeaa27[_0xd6f50b(0x1b8)]=_0x1776e4;const _0x2ac527=_0xeeaa27;return!_0x10491d['dXhFO'](isUndefined,_0x4f1e7a)&&(_0x2ac527[_0xd6f50b(0x1b8)][_0xd6f50b(0x129)]=JSON[_0xd6f50b(0x1b9)](_0x4f1e7a)),_0x5ee10e[_0xd6f50b(0xcf)](()=>{},_0xd6f50b(0x11f)+JSON[_0xd6f50b(0x1b9)](_0x2ac527));},o11ySync=PerformanceTester[a1_0x25d614(0x1ca)](PerformanceO11yEvents[a1_0x25d614(0x164)],async _0x15fa9a=>{const _0x3a174f=a1_0x25d614,_0x3b6744={};_0x3b6744[_0x3a174f(0xfa)]=function(_0x4704f7,_0x46efdf){return _0x4704f7===_0x46efdf;},_0x3b6744[_0x3a174f(0x153)]='Playwright';const _0x5f26d6=_0x3b6744;_0x5f26d6['Pfwrv'](_0x15fa9a[_0x3a174f(0x16b)]['name'],_0x5f26d6[_0x3a174f(0x153)])?await _0x15fa9a[_0x3a174f(0xcf)](_0x44acc7=>{},testOpsHelper[_0x3a174f(0x1a9)]()):await _0x15fa9a[_0x3a174f(0xcf)](testOpsHelper[_0x3a174f(0x1a9)]());}),markSessionName=PerformanceTester[a1_0x25d614(0x1ca)](PerformanceAutEvents[a1_0x25d614(0x1c7)],async(_0xdbd191,_0x5e50e9)=>{const _0xa17236=a1_0x25d614,_0x59eab5={};_0x59eab5[_0xa17236(0x18a)]=_0xa17236(0xc9),_0x59eab5['Nafms']=function(_0xde5e5a,_0x86ae4c){return _0xde5e5a===_0x86ae4c;},_0x59eab5[_0xa17236(0xc7)]=_0xa17236(0x1c5);const _0x1d6936=_0x59eab5,_0x2f6474={};_0x2f6474[_0xa17236(0x1a2)]=_0x5e50e9;const _0x3c4164={};_0x3c4164['action']=_0x1d6936['VSWiE'],_0x3c4164[_0xa17236(0x1b8)]=_0x2f6474;const _0x243e01=_0x3c4164;_0x1d6936[_0xa17236(0xf7)](_0xdbd191[_0xa17236(0x16b)][_0xa17236(0x1a2)],_0x1d6936[_0xa17236(0xc7)])?await _0xdbd191[_0xa17236(0xcf)](()=>{},_0xa17236(0x11f)+JSON[_0xa17236(0x1b9)](_0x243e01)):await _0xdbd191[_0xa17236(0xcf)](_0xa17236(0x11f)+JSON[_0xa17236(0x1b9)](_0x243e01));}),patchSaveScreenshot=_0x1ce2a0=>{const _0x34ff1f=a1_0x25d614,_0x28a8c0={'CtwqQ':_0x34ff1f(0x147),'ZpUFZ':_0x34ff1f(0xc4),'gVuQq':function(_0x249512){return _0x249512();},'yrkTU':function(_0x3b6e2d,_0x158066){return _0x3b6e2d(_0x158066);},'qMIuz':'Screenshot\x20path\x20not\x20found','EcXWB':function(_0x1131fb,_0x212067){return _0x1131fb(_0x212067);}};_0x28a8c0[_0x34ff1f(0x17e)](isTrue,process[_0x34ff1f(0x161)][_0x34ff1f(0xff)])&&!_0x1ce2a0[_0x34ff1f(0x102)]&&(_0x1ce2a0[_0x34ff1f(0x102)]=!![],_0x1ce2a0[_0x34ff1f(0x18b)]=_0x1ce2a0[_0x34ff1f(0xf5)],_0x1ce2a0[_0x34ff1f(0xf5)]=(_0x23b7c4,_0x2c7062=![])=>{const _0x300b81=_0x34ff1f,_0x4f5c7d={'fHjDt':_0x28a8c0['CtwqQ'],'TLmrd':_0x28a8c0[_0x300b81(0x15d)],'eQVUJ':function(_0x3c3040){const _0x47ec56=_0x300b81;return _0x28a8c0[_0x47ec56(0x15b)](_0x3c3040);},'vtWxy':function(_0x2a8a89,_0x562fbc){const _0x1d4734=_0x300b81;return _0x28a8c0[_0x1d4734(0x148)](_0x2a8a89,_0x562fbc);},'qVbUV':_0x28a8c0[_0x300b81(0x182)]};return new Promise(function(_0x4faffd,_0x580d55){const _0x131133=_0x300b81,_0x5a0e65={'QRTFc':_0x4f5c7d[_0x131133(0x11b)],'sVkuN':_0x4f5c7d[_0x131133(0x133)],'kWNjo':function(_0x20f914){const _0x178afc=_0x131133;return _0x4f5c7d[_0x178afc(0x103)](_0x20f914);},'pElgV':function(_0x9f09e4,_0x4b10ec){const _0x417ed3=_0x131133;return _0x4f5c7d[_0x417ed3(0x186)](_0x9f09e4,_0x4b10ec);},'iuFMX':_0x4f5c7d[_0x131133(0x19f)]};_0x1ce2a0[_0x131133(0x18b)](_0x23b7c4,_0x2c7062)[_0x131133(0x131)](()=>{const _0x5816bb=_0x131133,_0x5d8001=CodeceptUtils['screenshotOutputFolder'](_0x23b7c4);if(_0x5d8001){const _0x194cd7=fs[_0x5816bb(0x14d)](_0x5d8001);process['emit'](_0x5816bb(0x110)+process[_0x5816bb(0x1b1)],{'timestamp':new Date()[_0x5816bb(0x173)](),'message':_0x194cd7[_0x5816bb(0xe9)](_0x5a0e65[_0x5816bb(0xc6)]),'kind':_0x5a0e65['sVkuN']}),_0x5a0e65[_0x5816bb(0x11e)](_0x4faffd);}_0x5a0e65['pElgV'](_0x580d55,new Error(_0x5a0e65[_0x5816bb(0x12b)]));})[_0x131133(0x12c)](()=>null);});});},patchWebDriverBefore=_0x12c42a=>{const _0x3445f4=a1_0x25d614,_0x26ddad={'OziYR':function(_0x39e15d){return _0x39e15d();},'jiLGT':function(_0x167ac5,_0x52cdfc){return _0x167ac5(_0x52cdfc);},'PdUQO':function(_0x596290,_0xaf7b05){return _0x596290===_0xaf7b05;},'CpNIr':_0x3445f4(0xce),'iogvs':function(_0x45169c,_0x358105){return _0x45169c===_0x358105;},'wWrUV':'string','nxska':function(_0x335204,_0x3e3874){return _0x335204===_0x3e3874;},'LWOPa':_0x3445f4(0x105)},_0x3879b1=async function(_0x3f6468,_0x36f4e8){const _0x123665=_0x3445f4;_0x26ddad[_0x123665(0x120)](isAccessibilityAutomationSession)&&!global[_0x123665(0x167)]&&global[_0x123665(0x17f)]&&scripts['shouldWrapCommand'](_0x3f6468[_0x123665(0x1a2)])&&_0x26ddad[_0x123665(0x1c2)](shouldPatchExecuteScript,arguments[0x2])&&(global[_0x123665(0x167)]=!![],await PerformanceTester[_0x123665(0x1ca)](PerformanceA11yEvents[_0x123665(0x11a)],async()=>{const _0x1a2f6e=_0x123665;logger[_0x1a2f6e(0x165)](_0x1a2f6e(0x1ad)+_0x3f6468[_0x1a2f6e(0x191)]+'\x20'+_0x3f6468[_0x1a2f6e(0x1a2)]),await AccessibilityHelper[_0x1a2f6e(0x1a4)](_0x12c42a,scripts['performScan']);},{'command':_0x3f6468[_0x123665(0x1a2)]})());global[_0x123665(0x167)]=![];const _0x28e529=JSON[_0x123665(0xcb)](process[_0x123665(0x161)]['FRAMEWORK_DETAILS']||'{}');if(_0x26ddad[_0x123665(0x14b)](_0x28e529?.['testFramework']?.[_0x123665(0x1a2)],_0x26ddad[_0x123665(0x134)])&&_0x26ddad[_0x123665(0x1bd)](typeof _0x28e529?.[_0x123665(0xd4)]?.[_0x123665(0x115)],_0x26ddad[_0x123665(0x160)])&&_0x28e529?.[_0x123665(0xd4)]?.[_0x123665(0x115)][_0x123665(0x14f)]('7'))return _0x36f4e8[_0x123665(0x16a)](null,Array[_0x123665(0x168)][_0x123665(0xfe)][_0x123665(0x1c6)](arguments,0x2));return _0x36f4e8[_0x123665(0x16a)](this,Array[_0x123665(0x168)][_0x123665(0xfe)][_0x123665(0x1c6)](arguments,0x2));},_0x103454=CodeceptWebDriver[_0x3445f4(0x168)][_0x3445f4(0x1b6)];CodeceptWebDriver[_0x3445f4(0x168)][_0x3445f4(0x1b6)]=async function(){const _0x478059=_0x3445f4;try{await _0x103454['apply'](this,arguments);}catch(_0x2a072d){logger[_0x478059(0x165)](_0x478059(0x174)+util[_0x478059(0x10f)](_0x2a072d));}scripts[_0x478059(0xc8)][_0x478059(0x122)](_0x1a7ef9=>_0x1a7ef9[_0x478059(0x1a2)]&&_0x1a7ef9['class'])[_0x478059(0x16c)](_0x3943f6=>{const _0x5a9419=_0x478059;this['browser'][_0x5a9419(0xf6)](_0x3943f6['name'],_0x3879b1['bind'](this,_0x3943f6),_0x26ddad[_0x5a9419(0x119)](_0x3943f6[_0x5a9419(0x191)],_0x26ddad[_0x5a9419(0x1a7)]));}),_0x26ddad['jiLGT'](processWebDriverConfig,_0x12c42a);};};function parseJwt(_0xaf88be){const _0x2e0470=a1_0x25d614,_0x334461={};_0x334461[_0x2e0470(0x19a)]='base64';const _0x519794=_0x334461;if(!_0xaf88be)return null;return JSON[_0x2e0470(0xcb)](Buffer['from'](_0xaf88be['split']('.')[0x1],_0x519794[_0x2e0470(0x19a)])[_0x2e0470(0xe9)]());}function a1_0x1c88(){const _0x4e6eb0=['browser','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','before','SDFkC','SDK_PRE_INITIALIZE','base64','yrkTU','TEST_RUN_FINISHED','hook-started','PdUQO','vvOwj','readFileSync','920626mbwsSx','startsWith','push','end','started','ePVMU','thTestRunUuid','zvpPV','EOPED','./o11yHelper','Suite','thJwtToken','NcMIY','gVuQq','zpWdh','ZpUFZ','TEST_RUN_SKIPPED','SAVE_RESULTS','wWrUV','env','getResults','domForge','SYNC','debug','restore','bstackAllyScanning','prototype','9wcFyuJ','apply','constructor','forEach','1227556FYWJVB','afterTest','bddStep-after','browserstackTestName','skipped','hook','toISOString','Failed\x20to\x20execute\x20_before:\x20','all','skipSessionStatus','PyhrP','test-passed','page','bddStep-before','xSTEW','../../helpers/performance/constants','pJeWX','EcXWB','accessibilityPlatform','chromium','9734472FnlUAz','qMIuz','qCAMu','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','VtzUv','vtWxy','Failed\x20in\x20sending\x20TestRunFinish\x20event:\x20','exports','Xonec','VSWiE','initSaveScreenshot','HAmcO','1240445fmLqkM','args','getAccessibilityResultsSummary','codeceptjs/lib/index.js','class','../../helpers/helper','bbXZi','a11y_core_config','test-after','Puppeteer','saveTestResults','stack','step-comment','FajFr','message','sbasI','kxdkh','title','qVbUV','../../helpers/test-observability/utils','startMonitoring','name','failed','browserStackExecuteDriver','bddStepStart','find','LWOPa','HMoom','getSyncScript','pejYr','fITuQ','container','Performing\x20scan\x20for\x20','\x0aStack:\x20','skipSessionName','codeceptjs/lib/helper/Playwright.js','pid','XNaBr','12592908bkmxOJ','wjsem','config','_before','../../helpers/request-spy','arguments','stringify','fireEvent','passed','EkwBZ','iogvs','GzPJh','__driver','thBuildUuid','INFO','jiLGT','../../helpers/globals.js','SuMAE','Playwright','call','SESSION_NAME','BS_A11Y_JWT','WSYkz','measureWrapper','738qWAysC','CQKSs','step','TEST_SCREENSHOT','event','QRTFc','tRjXx','commandsToWrap','setSessionName','YSCxm','parse','dispatcher','hook-failed','webdriverio','executeScript','start','captureEvent','TEST_LOG','bddStepFinish','testFramework','GET_RESULTS_SUMMARY','includes','raugX','gHREP','QNKlV','../../helpers/accessibility-automation/helper','EeyFg','../../bin/playwright/sessionDetails','SDK_HOOK','ZjHzQ','titlePath','../../bin/playwright/accessibility-helper','__skipSessionStatus','comment','rbEFj','fKmaB','TEST_RUN_STARTED','DVdXA','isArray','info','toString','performScan','getResultsSummary','5059572bZgSMK','setGlobal','BROWSERSTACK_TESTHUB_UUID','util','ymsDS','./helper.js','captureError','warn','SDK_TEST','saveScreenshot','overwriteCommand','Nafms','FYsEs','setSessionStatus','Pfwrv','UKAuO','codeceptjs/lib/recorder.js','bind','slice','BS_TESTOPS_ALLOW_SCREENSHOTS','DXkEm','NfsDE','patchSaveScreenshot','eQVUJ','uXohi','Element','SDK_PRE_TEST','PNoQO','qxEtj','dleSV','codeceptjs/lib/utils.js','ctx','currentTest','test-skipped','contexts','format','bs:addLog:','_setPage','HOOK_RUN_FINISHED','../../helpers/logger','FMYcB','version','SDK_POST_TEST','codeceptjs','IiNEG','nxska','PERFORM_SCAN','fHjDt','browserContext','hook-passed','kWNjo','browserstack_executor:\x20','OziYR','hookType','filter','jxWdc','stopMonitoring','jtNvs','testAnalyticsId','FTGSU','klzqH','reason','HOOK_RUN_STARTED','iuFMX','catch','codeceptjs/lib/helper/WebDriver.js','test','patch','BROWSERSTACK_TESTHUB_JWT','then','add','TLmrd','CpNIr','enabled','bddStep','url','pages','test-started','../../helpers/performance/performance-tester','fZUuM','SDK_POST_INITIALIZE','command','getAccessibilityResults','helpers','winstonLogger','51955eNTsSd'];a1_0x1c88=function(){return _0x4e6eb0;};return a1_0x1c88();}const patchPlaywrightBefore=()=>{const _0x4d6194=a1_0x25d614,_0x31ffea={'PyhrP':'--auto-open-devtools-for-tabs','rbEFj':function(_0x3d5368){return _0x3d5368();},'Xonec':function(_0x36eff9,_0x17efd8){return _0x36eff9(_0x17efd8);},'dleSV':'devtools://','HfakD':function(_0x22f440,_0x38e5be){return _0x22f440+_0x38e5be;},'zpWdh':_0x4d6194(0x1ae),'GzPJh':function(_0x4d9fdc){return _0x4d9fdc();},'SuMAE':function(_0x5850cf){return _0x5850cf();}};PlaywrightSessionDetails[_0x4d6194(0x12f)]();const _0x23b46d=CodeceptPlaywright[_0x4d6194(0x168)][_0x4d6194(0x1b6)];CodeceptPlaywright[_0x4d6194(0x168)][_0x4d6194(0x1b6)]=async function(){const _0x1050d2=_0x4d6194,_0x270a42={'EeyFg':function(_0x394de9){const _0x163fe5=a1_0x5092;return _0x31ffea[_0x163fe5(0x1be)](_0x394de9);},'VtzUv':_0x31ffea[_0x1050d2(0x109)]};this['browserContext']=await this[_0x1050d2(0x142)][_0x1050d2(0x10e)]()[0x0];const _0x1e69f1=async()=>{const _0x20c186=_0x1050d2,_0xe825eb=this[_0x20c186(0x1b5)]&&this[_0x20c186(0x1b5)]['chromium']&&this[_0x20c186(0x1b5)][_0x20c186(0x180)][_0x20c186(0x18e)]&&Array[_0x20c186(0xe7)](this[_0x20c186(0x1b5)][_0x20c186(0x180)][_0x20c186(0x18e)])&&this[_0x20c186(0x1b5)][_0x20c186(0x180)][_0x20c186(0x18e)][_0x20c186(0xd6)](_0x31ffea[_0x20c186(0x177)]);if(_0x31ffea[_0x20c186(0xe3)](isAccessibilityAutomationSession)&&!_0xe825eb)try{const _0x5c55bf=_0x31ffea[_0x20c186(0x189)](parseJwt,process[_0x20c186(0x161)][_0x20c186(0x1c8)]);if(_0x5c55bf&&_0x5c55bf[_0x20c186(0x194)]&&_0x5c55bf['a11y_core_config'][_0x20c186(0x163)]){const _0x188386=this[_0x20c186(0x11c)]['pages'][_0x20c186(0xfd)](this[_0x20c186(0x11c)]);this[_0x20c186(0x11c)][_0x20c186(0x138)]=async function(){const _0x3919eb=_0x20c186,_0x25835c=await _0x270a42[_0x3919eb(0xdb)](_0x188386),_0x1aaf7e=[];for(const _0x5daacb of _0x25835c){try{const _0x388f82=await _0x5daacb[_0x3919eb(0x137)]();!_0x388f82['startsWith'](_0x270a42[_0x3919eb(0x185)])&&_0x1aaf7e['push'](_0x5daacb);}catch(_0x57162b){_0x1aaf7e[_0x3919eb(0x150)](_0x5daacb);}}return _0x1aaf7e;};}if(!_0x31ffea[_0x20c186(0xe3)](isBrowserstackInfra)){const _0x594fa6=await this[_0x20c186(0x179)][_0x20c186(0x137)]();if(_0x594fa6['startsWith'](_0x31ffea[_0x20c186(0x109)])){const _0x35db07=await this[_0x20c186(0x11c)][_0x20c186(0x138)]();this[_0x20c186(0x111)](_0x35db07[0x0]);}}}catch(_0x19e922){logger[_0x20c186(0x165)]('Failed\x20to\x20patch\x20pages\x20method\x20in\x20browserContext\x20for\x20a11y\x20domForge:\x20'+_0x19e922[_0x20c186(0x19b)]+(_0x19e922[_0x20c186(0x198)]?_0x31ffea['HfakD'](_0x31ffea[_0x20c186(0x15c)],_0x19e922['stack']):''));}};_0x31ffea[_0x1050d2(0x1be)](isBrowserstackInfra)&&await _0x31ffea['rbEFj'](_0x1e69f1),await _0x23b46d[_0x1050d2(0x16a)](this,arguments),!_0x31ffea['GzPJh'](isBrowserstackInfra)&&await _0x31ffea[_0x1050d2(0x1c4)](_0x1e69f1);};},getCodeceptDriver=()=>{const _0x27b8bb=a1_0x25d614,_0x73b8b5={};_0x73b8b5['gHREP']='WebDriver',_0x73b8b5[_0x27b8bb(0xd9)]=_0x27b8bb(0x1c5),_0x73b8b5[_0x27b8bb(0xde)]=_0x27b8bb(0x196),_0x73b8b5[_0x27b8bb(0x14c)]='TestCafe';const _0x4945d8=_0x73b8b5,_0x1c826f=[_0x4945d8[_0x27b8bb(0xd8)],_0x4945d8[_0x27b8bb(0xd9)],_0x4945d8[_0x27b8bb(0xde)],_0x4945d8[_0x27b8bb(0x14c)]],_0x2a376f=_0x1c826f[_0x27b8bb(0x1a6)](_0x3a5538=>!!CodeceptJS[_0x27b8bb(0x1ac)][_0x27b8bb(0x13f)](_0x3a5538));if(!_0x2a376f)return null;return CodeceptJS[_0x27b8bb(0x1ac)][_0x27b8bb(0x13f)](_0x2a376f);};module[a1_0x25d614(0x188)]=function(_0x5b9a34){const _0x3ea702=a1_0x25d614,_0x337237={'pejYr':function(_0x4aa6a1){return _0x4aa6a1();},'tSDGZ':function(_0x2bab53,_0xef1e){return _0x2bab53(_0xef1e);},'wjsem':_0x3ea702(0x18f),'yrEsz':'Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20summary.','klzqH':_0x3ea702(0x13e),'ojxJN':_0x3ea702(0x184),'fITuQ':function(_0x8db5aa,_0x1e99b4){return _0x8db5aa(_0x1e99b4);},'FTGSU':_0x3ea702(0x14a),'fKmaB':_0x3ea702(0x11d),'raugX':_0x3ea702(0xcd),'WSYkz':_0x3ea702(0x170),'DXkEm':function(_0x401402){return _0x401402();},'sbasI':'test-before','uMcBp':function(_0x366223,_0x13bf34,_0x1faf04){return _0x366223(_0x13bf34,_0x1faf04);},'qCAMu':_0x3ea702(0x139),'uXohi':function(_0x6fc923,_0x4aeff9,_0x45fec7){return _0x6fc923(_0x4aeff9,_0x45fec7);},'zvpPV':function(_0x2e49ba,_0x5e3b1a,_0x201d38){return _0x2e49ba(_0x5e3b1a,_0x201d38);},'fZUuM':_0x3ea702(0x178),'OIuLy':function(_0x34d195){return _0x34d195();},'kxdkh':function(_0x2d3b5c,_0x3bf1a4,_0x1235fb,_0xf65c7d){return _0x2d3b5c(_0x3bf1a4,_0x1235fb,_0xf65c7d);},'XNaBr':function(_0x4fc23e,_0x163110){return _0x4fc23e===_0x163110;},'FYsEs':_0x3ea702(0x158),'CQKSs':'test-failed','bbXZi':_0x3ea702(0x10d),'NfsDE':_0x3ea702(0x16e),'pJeWX':function(_0x50f1ed,_0x3e81bc,_0x14f6ad){return _0x50f1ed(_0x3e81bc,_0x14f6ad);},'qxEtj':function(_0x4f41f2){return _0x4f41f2();},'PNoQO':_0x3ea702(0x143),'ymsDS':_0x3ea702(0x195),'EkwBZ':_0x3ea702(0x1c1),'IiNEG':_0x3ea702(0xd2),'UKAuO':_0x3ea702(0x199),'xSTEW':_0x3ea702(0x17a),'NcMIY':_0x3ea702(0x16f),'YSCxm':function(_0x569a12){return _0x569a12();},'SDFkC':'Playwright'};_0x5b9a34[_0x3ea702(0x176)]&&(global[_0x3ea702(0xe1)]=_0x5b9a34['skipSessionStatus']);PerformanceTester[_0x3ea702(0x1a1)]();const _0x3f7433=_0x337237[_0x3ea702(0xca)](getCodeceptDriver),_0x2886d5=new O11yHelper(_0x3f7433,_0x5b9a34),_0x2cd6b7=!!CodeceptJS[_0x3ea702(0x1ac)][_0x3ea702(0x13f)](_0x337237[_0x3ea702(0x145)]);global[_0x3ea702(0x1bf)]=_0x3f7433,_0x3f7433&&(PerformanceTester[_0x3ea702(0x1ca)](PerformanceEvents[_0x3ea702(0x146)],()=>{const _0x33c061=_0x3ea702;_0x2cd6b7?_0x337237[_0x33c061(0x1aa)](patchPlaywrightBefore):_0x337237['tSDGZ'](patchWebDriverBefore,_0x3f7433);})(),PerformanceTester['measureWrapper'](PerformanceEvents[_0x3ea702(0x13c)],()=>{const _0x2a82b3=_0x3ea702;_0x3f7433[_0x2a82b3(0x18f)]=async()=>{const _0x5090f6=_0x2a82b3;if(global['accessibilityPlatform']){const _0x431a17={};return _0x431a17[_0x5090f6(0x13d)]=_0x337237[_0x5090f6(0x1b4)],await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x5090f6(0x11a)],async()=>{const _0x49730a=_0x5090f6;return await AccessibilityHelper[_0x49730a(0x1a4)](_0x3f7433,scripts['performScan']);},_0x431a17)(),await PerformanceTester[_0x5090f6(0x1ca)](PerformanceA11yEvents[_0x5090f6(0xd5)],async()=>{const _0x3e95ad=_0x5090f6;return await AccessibilityHelper['browserStackExecuteDriver'](_0x3f7433,scripts[_0x3e95ad(0xeb)]);})();}return logger['warn'](_0x337237['yrEsz']),{};},_0x3f7433[_0x2a82b3(0x13e)]=async()=>{const _0x3eadd8=_0x2a82b3;if(global[_0x3eadd8(0x17f)]){const _0x3cd98a={};return _0x3cd98a['command']=_0x337237[_0x3eadd8(0x128)],await PerformanceTester['measureWrapper'](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{return await AccessibilityHelper['browserStackExecuteDriver'](_0x3f7433,scripts['performScan']);},_0x3cd98a)(),await PerformanceTester['measureWrapper'](PerformanceA11yEvents['GET_RESULTS'],async()=>{const _0x30cec4=_0x3eadd8;return await AccessibilityHelper[_0x30cec4(0x1a4)](_0x3f7433,scripts[_0x30cec4(0x162)]);})();}return logger[_0x3eadd8(0xf3)](_0x337237['ojxJN']),{};},_0x337237[_0x2a82b3(0x1ab)](patchSaveScreenshot,_0x3f7433);})()),CodeceptJS[_0x3ea702(0xc5)]['dispatcher']['on'](CodeceptJS[_0x3ea702(0xc5)]['all'][_0x3ea702(0x144)],()=>{const _0x1e4598=_0x3ea702;PerformanceTester[_0x1e4598(0xd0)](PerformanceEvents['SDK_PRE_TEST']);try{_0x2886d5[_0x1e4598(0xd0)](),testOpsHelper['addRequestSpy'](),PerformanceTester['end'](PerformanceEvents['SDK_PRE_TEST']);}catch(_0xa4c101){PerformanceTester[_0x1e4598(0xf2)](_0xa4c101),PerformanceTester[_0x1e4598(0x151)](PerformanceEvents[_0x1e4598(0x106)],![],_0xa4c101);}}),CodeceptJS['event']['dispatcher']['on'](CodeceptJS['event'][_0x3ea702(0x175)]['after'],async()=>{const _0x329627=_0x3ea702;PerformanceTester[_0x329627(0xd0)](PerformanceEvents['SDK_POST_TEST']);try{requestSpy[_0x329627(0x166)](),await _0x2886d5['stop'](),PerformanceTester[_0x329627(0x151)](PerformanceEvents['SDK_POST_TEST']);}catch(_0x39015b){PerformanceTester[_0x329627(0xf2)](_0x39015b),PerformanceTester[_0x329627(0x151)](PerformanceEvents[_0x329627(0x116)],![],_0x39015b);}finally{PerformanceTester[_0x329627(0x124)]();}}),CodeceptJS[_0x3ea702(0xc5)][_0x3ea702(0xcc)]['on'](CodeceptJS[_0x3ea702(0xc5)][_0x3ea702(0x172)]['started'],_0x4b6649=>{const _0x224acd=_0x3ea702;PerformanceTester[_0x224acd(0xd0)](PerformanceEvents[_0x224acd(0xdd)]);try{const _0x3e95f3=_0x4b6649[_0x224acd(0x10b)][_0x224acd(0x12e)],_0x4bb8e4=_0x2886d5['captureEvent'](TEST_EVENTS[_0x224acd(0x12a)],_0x3e95f3);CodeceptRecorder[_0x224acd(0x132)](()=>_0x2886d5[_0x224acd(0x1ba)](TEST_EVENTS[_0x224acd(0x12a)],_0x4bb8e4));const _0x6d1496={};_0x6d1496[_0x224acd(0x121)]=_0x337237[_0x224acd(0x127)],PerformanceTester['end'](PerformanceEvents['SDK_HOOK'],!![],null,_0x6d1496);}catch(_0x1999e0){const _0x5d9c70={};_0x5d9c70['hookType']=_0x337237[_0x224acd(0x127)],PerformanceTester['end'](PerformanceEvents[_0x224acd(0xdd)],![],_0x1999e0,_0x5d9c70),PerformanceTester['captureError'](_0x1999e0);}}),CodeceptJS['event'][_0x3ea702(0xcc)]['on'](CodeceptJS[_0x3ea702(0xc5)][_0x3ea702(0x172)][_0x3ea702(0x1bb)],_0x1e233d=>{const _0x3d0f45=_0x3ea702,_0x5aa202={};_0x5aa202[_0x3d0f45(0x121)]=_0x337237[_0x3d0f45(0xe4)],PerformanceTester['start'](PerformanceHookEvents[_0x3d0f45(0xdd)],!![],null,_0x5aa202);try{const _0x48b8bd=_0x1e233d[_0x3d0f45(0x10b)]['test'],_0x18b55f=_0x2886d5[_0x3d0f45(0xd1)](TEST_EVENTS[_0x3d0f45(0x112)],_0x48b8bd);CodeceptRecorder[_0x3d0f45(0x132)](()=>_0x2886d5[_0x3d0f45(0x1ba)](TEST_EVENTS['HOOK_RUN_FINISHED'],_0x18b55f));const _0x486aba={};_0x486aba[_0x3d0f45(0x121)]=_0x337237[_0x3d0f45(0xe4)],PerformanceTester[_0x3d0f45(0x151)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x486aba);}catch(_0x1c6a8e){PerformanceTester[_0x3d0f45(0xf2)](_0x1c6a8e);const _0xed05e6={};_0xed05e6[_0x3d0f45(0x121)]=_0x337237[_0x3d0f45(0xe4)],PerformanceTester['end'](PerformanceHookEvents[_0x3d0f45(0xdd)],![],_0x1c6a8e,_0xed05e6);}}),CodeceptJS['event'][_0x3ea702(0xcc)]['on'](CodeceptJS[_0x3ea702(0xc5)][_0x3ea702(0x172)]['failed'],async(_0x2daccf,_0x422cef)=>{const _0x493b73=_0x3ea702;PerformanceTester[_0x493b73(0xd0)](PerformanceHookEvents['SDK_HOOK']);try{const _0x27f16e=_0x2daccf[_0x493b73(0x10b)][_0x493b73(0x12e)],_0x51d49d=_0x2886d5[_0x493b73(0xd1)](TEST_EVENTS[_0x493b73(0x112)],_0x27f16e,_0x422cef);CodeceptRecorder['add'](()=>_0x2886d5[_0x493b73(0x1ba)](TEST_EVENTS[_0x493b73(0x112)],_0x51d49d));const _0x26ea67={};_0x26ea67[_0x493b73(0x121)]=_0x337237[_0x493b73(0xd7)],PerformanceTester[_0x493b73(0xd0)](PerformanceHookEvents[_0x493b73(0xdd)],!![],null,_0x26ea67);}catch(_0x574acb){PerformanceTester[_0x493b73(0xf2)](_0x574acb);const _0x55bf34={};_0x55bf34[_0x493b73(0x121)]=_0x337237[_0x493b73(0xd7)],PerformanceTester[_0x493b73(0x151)](PerformanceHookEvents[_0x493b73(0xdd)],![],_0x574acb,_0x55bf34);}const _0xcda7b1={};_0xcda7b1[_0x493b73(0x121)]=_0x337237[_0x493b73(0xd7)],PerformanceTester[_0x493b73(0x151)](PerformanceHookEvents[_0x493b73(0xdd)],!![],null,_0xcda7b1);}),CodeceptJS[_0x3ea702(0xc5)][_0x3ea702(0xcc)]['on'](CodeceptJS[_0x3ea702(0xc5)][_0x3ea702(0x12e)][_0x3ea702(0x144)],_0x3e8b44=>{const _0x419281=_0x3ea702;PerformanceTester[_0x419281(0xd0)](PerformanceHookEvents['SDK_HOOK']);try{globals[_0x419281(0xed)](_0x337237[_0x419281(0x1c9)],_0x3e8b44['title']);_0x337237['DXkEm'](isBrowserstackInfra)&&(_0x2cd6b7&&(global['__workerDetails']={'currentTest':{'name':_0x3e8b44[_0x419281(0x19e)],'testInfo':{'titlePath':_0x3e8b44[_0x419281(0xdf)]()}}}));const _0x40b151={};_0x40b151['hookType']=_0x337237[_0x419281(0x19c)],PerformanceTester[_0x419281(0x151)](PerformanceHookEvents[_0x419281(0xdd)],!![],null,_0x40b151);}catch(_0x36da95){PerformanceTester[_0x419281(0xf2)](_0x36da95);const _0xa2f7c8={};_0xa2f7c8[_0x419281(0x121)]=_0x337237[_0x419281(0x19c)],PerformanceTester[_0x419281(0x151)](PerformanceHookEvents[_0x419281(0xdd)],![],_0x36da95,_0xa2f7c8);}}),CodeceptJS[_0x3ea702(0xc5)]['dispatcher']['on'](CodeceptJS[_0x3ea702(0xc5)]['test'][_0x3ea702(0x152)],_0xab5e01=>{const _0x10159d=_0x3ea702;PerformanceTester[_0x10159d(0xd0)](PerformanceHookEvents[_0x10159d(0xdd)]);try{globals['setGlobal'](_0x337237['WSYkz'],_0xab5e01[_0x10159d(0x19e)]);const _0x145bc0=_0x2886d5[_0x10159d(0xd1)](TEST_EVENTS[_0x10159d(0xe5)],_0xab5e01);CodeceptRecorder['add'](()=>_0x2886d5['fireEvent'](TEST_EVENTS[_0x10159d(0xe5)],_0x145bc0)),CodeceptRecorder[_0x10159d(0x132)](async()=>{const _0x3fe280=_0x10159d;_0x337237[_0x3fe280(0x100)](isBrowserstackInfra)&&(!_0x337237[_0x3fe280(0x1ab)](isTrue,_0x5b9a34[_0x3fe280(0x1af)])&&await _0x337237['uMcBp'](markSessionName,_0x3f7433,_0xab5e01[_0x3fe280(0x19e)]),_0x2886d5[_0x3fe280(0x135)]&&await _0x337237[_0x3fe280(0x1ab)](o11ySync,_0x3f7433));});}catch(_0x1e941b){const _0x260f40={};_0x260f40[_0x10159d(0x121)]=_0x337237[_0x10159d(0x183)],PerformanceTester[_0x10159d(0x151)](PerformanceHookEvents[_0x10159d(0xdd)],![],_0x1e941b,_0x260f40),PerformanceTester[_0x10159d(0xf2)](_0x1e941b);}const _0x408aa0={};_0x408aa0[_0x10159d(0x121)]=_0x337237[_0x10159d(0x183)],PerformanceTester[_0x10159d(0x151)](PerformanceHookEvents[_0x10159d(0xdd)],!![],null,_0x408aa0);}),CodeceptJS[_0x3ea702(0xc5)][_0x3ea702(0xcc)]['on'](CodeceptJS[_0x3ea702(0xc5)][_0x3ea702(0x12e)]['passed'],_0xf7db5f=>{const _0xae432a=_0x3ea702,_0x14379d={'jtNvs':function(_0x48b642,_0x256b2f,_0x4834ec){const _0x138977=a1_0x5092;return _0x337237[_0x138977(0x104)](_0x48b642,_0x256b2f,_0x4834ec);},'DVdXA':function(_0x23d28b,_0xbed629,_0x450742){const _0x100870=a1_0x5092;return _0x337237[_0x100870(0x155)](_0x23d28b,_0xbed629,_0x450742);},'HMoom':function(_0x10c483){const _0x3431f4=a1_0x5092;return _0x337237[_0x3431f4(0x1aa)](_0x10c483);}};PerformanceTester[_0xae432a(0xd0)](PerformanceHookEvents[_0xae432a(0xdd)]);try{const _0xb5ec1e=_0x2886d5[_0xae432a(0xd1)](TEST_EVENTS[_0xae432a(0x149)],_0xf7db5f);CodeceptRecorder[_0xae432a(0x132)](()=>_0x2886d5[_0xae432a(0x1ba)](TEST_EVENTS['TEST_RUN_FINISHED'],_0xb5ec1e)),CodeceptRecorder['add'](async()=>{const _0x3fe956=_0xae432a;_0x14379d[_0x3fe956(0x1a8)](isBrowserstackInfra)&&await PerformanceTester[_0x3fe956(0x1ca)](PerformanceAutEvents['SESSION_STATUS'],async()=>{const _0x39b079=_0x3fe956;_0x2cd6b7?await _0x14379d[_0x39b079(0x125)](playwrightMarkSessionStatus,_0x3f7433,STATE_PASSED):await _0x14379d[_0x39b079(0xe6)](markSessionStatus,_0x3f7433,STATE_PASSED);})();}),PerformanceTester[_0xae432a(0x151)](PerformanceEvents[_0xae432a(0xf4)]);}catch(_0x5a2dc4){PerformanceTester[_0xae432a(0xf2)](_0x5a2dc4);const _0x511864={};_0x511864['hookType']=_0x337237['fZUuM'],PerformanceTester[_0xae432a(0x151)](PerformanceHookEvents[_0xae432a(0xdd)],![],_0x5a2dc4,_0x511864),PerformanceTester[_0xae432a(0x151)](PerformanceEvents[_0xae432a(0xf4)],![],_0x5a2dc4);}const _0x48c49d={};_0x48c49d[_0xae432a(0x121)]=_0x337237[_0xae432a(0x13b)],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x48c49d);}),CodeceptJS[_0x3ea702(0xc5)][_0x3ea702(0xcc)]['on'](CodeceptJS[_0x3ea702(0xc5)][_0x3ea702(0x12e)][_0x3ea702(0x1a3)],(_0x51f0d3,_0x8a79b1)=>{const _0x45608e=_0x3ea702,_0x48f0d7={'jxWdc':function(_0x526961){return _0x337237['OIuLy'](_0x526961);},'EOPED':function(_0x1d64ad,_0x3f8d15,_0x3fa955,_0x5ee846){const _0x3d1944=a1_0x5092;return _0x337237[_0x3d1944(0x19d)](_0x1d64ad,_0x3f8d15,_0x3fa955,_0x5ee846);},'FMYcB':function(_0x4e7837,_0x16b5ad,_0x2f6efc,_0xe0a462){const _0x34d4ac=a1_0x5092;return _0x337237[_0x34d4ac(0x19d)](_0x4e7837,_0x16b5ad,_0x2f6efc,_0xe0a462);}};PerformanceTester[_0x45608e(0xd0)](PerformanceHookEvents['SDK_HOOK']);try{if(_0x337237[_0x45608e(0x1b2)](_0x51f0d3[_0x45608e(0x16b)][_0x45608e(0x1a2)],_0x337237[_0x45608e(0xf8)])){const _0x1ae170=_0x2886d5[_0x45608e(0xd1)](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x51f0d3[_0x45608e(0x10b)][_0x45608e(0x10c)]);CodeceptRecorder[_0x45608e(0x132)](()=>_0x2886d5[_0x45608e(0x1ba)](TEST_EVENTS[_0x45608e(0x15e)],_0x1ae170));}else{const _0x1fbe53=_0x2886d5['captureEvent'](TEST_EVENTS[_0x45608e(0x149)],_0x51f0d3,_0x8a79b1);CodeceptRecorder[_0x45608e(0x132)](()=>{const _0x3b0008=_0x45608e;try{_0x2886d5[_0x3b0008(0x1ba)](TEST_EVENTS[_0x3b0008(0x149)],_0x1fbe53);}catch(_0x465e5e){logger[_0x3b0008(0x165)](_0x3b0008(0x187)+util[_0x3b0008(0x10f)](_0x465e5e)),PerformanceTester[_0x3b0008(0x151)](PerformanceEvents[_0x3b0008(0xf4)],![],_0x465e5e);}}),CodeceptRecorder[_0x45608e(0x132)](async()=>{const _0x1c70a9=_0x45608e;try{_0x48f0d7[_0x1c70a9(0x123)](isBrowserstackInfra)&&(_0x2cd6b7?await _0x48f0d7[_0x1c70a9(0x156)](playwrightMarkSessionStatus,_0x3f7433,STATE_FAILED,_0x8a79b1):await _0x48f0d7[_0x1c70a9(0x114)](markSessionStatus,_0x3f7433,STATE_FAILED,_0x8a79b1));}catch(_0x146ecb){logger[_0x1c70a9(0x165)]('Failed\x20in\x20marking\x20session\x20status\x20of\x20test:\x20'+util['format'](_0x146ecb)),PerformanceTester[_0x1c70a9(0x151)](PerformanceEvents[_0x1c70a9(0xf4)],![],_0x146ecb);}});}PerformanceTester[_0x45608e(0x151)](PerformanceEvents[_0x45608e(0xf4)]);}catch(_0x4ae080){PerformanceTester[_0x45608e(0xf2)](_0x4ae080);const _0x3d8fef={};_0x3d8fef[_0x45608e(0x121)]=_0x337237[_0x45608e(0x1cc)],PerformanceTester[_0x45608e(0x151)](PerformanceHookEvents[_0x45608e(0xdd)],![],_0x4ae080,_0x3d8fef),PerformanceTester[_0x45608e(0x151)](PerformanceEvents[_0x45608e(0xf4)],![],_0x4ae080);}const _0x95d29e={};_0x95d29e['hookType']=_0x337237[_0x45608e(0x1cc)],PerformanceTester[_0x45608e(0x151)](PerformanceHookEvents[_0x45608e(0xdd)],!![],null,_0x95d29e);}),CodeceptJS[_0x3ea702(0xc5)][_0x3ea702(0xcc)]['on'](CodeceptJS[_0x3ea702(0xc5)][_0x3ea702(0x12e)][_0x3ea702(0x171)],_0x2d8917=>{const _0x355326=_0x3ea702;PerformanceTester[_0x355326(0xd0)](PerformanceHookEvents[_0x355326(0xdd)]);try{const _0x54e6af=_0x2886d5[_0x355326(0xd1)](TEST_EVENTS[_0x355326(0x15e)],_0x2d8917);CodeceptRecorder[_0x355326(0x132)](()=>_0x2886d5[_0x355326(0x1ba)](TEST_EVENTS[_0x355326(0x15e)],_0x54e6af)),PerformanceTester[_0x355326(0x151)](PerformanceEvents[_0x355326(0xf4)]);}catch(_0x54a526){PerformanceTester[_0x355326(0xf2)](_0x54a526),PerformanceTester[_0x355326(0x151)](PerformanceEvents['SDK_TEST'],![],_0x54a526);const _0x393350={};_0x393350['hookType']=_0x337237['bbXZi'],PerformanceTester[_0x355326(0x151)](PerformanceHookEvents['SDK_HOOK'],![],_0x54a526,_0x393350);}const _0x137b20={};_0x137b20[_0x355326(0x121)]=_0x337237[_0x355326(0x193)],PerformanceTester[_0x355326(0x151)](PerformanceHookEvents[_0x355326(0xdd)],!![],null,_0x137b20);}),CodeceptJS[_0x3ea702(0xc5)][_0x3ea702(0xcc)]['on'](CodeceptJS[_0x3ea702(0xc5)][_0x3ea702(0x12e)]['after'],async(_0x5c94ce,_0x502ac3)=>{const _0x3f2050=_0x3ea702;try{PerformanceTester[_0x3f2050(0xd0)](PerformanceHookEvents[_0x3f2050(0xdd)]);const _0xd2ecdb=_0x337237[_0x3f2050(0x17d)](shouldScanTestForAccessibility,_0x5c94ce['titlePath'](),!![]);if(_0x337237[_0x3f2050(0x108)](isAccessibilityAutomationSession)&&global[_0x3f2050(0x17f)]&&_0xd2ecdb){const _0x206e09={};_0x206e09[_0x3f2050(0x154)]=_0x5c94ce[_0x3f2050(0x126)],_0x206e09[_0x3f2050(0x1c0)]=process[_0x3f2050(0x161)][testHubConstants['ENV_VAR'][_0x3f2050(0xee)]],_0x206e09[_0x3f2050(0x159)]=process[_0x3f2050(0x161)][testHubConstants['ENV_VAR'][_0x3f2050(0x130)]];const _0x2f9580=_0x206e09;logger[_0x3f2050(0x165)]('Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20'+JSON[_0x3f2050(0x1b9)](_0x2f9580)),CodeceptRecorder[_0x3f2050(0x132)](async()=>{const _0x4d9507=_0x3f2050,_0x19c69a={};_0x19c69a['command']=_0x337237[_0x4d9507(0x101)],await PerformanceTester[_0x4d9507(0x1ca)](PerformanceA11yEvents[_0x4d9507(0x11a)],async()=>{const _0x19ec82=_0x4d9507;await AccessibilityHelper[_0x19ec82(0x1a4)](_0x3f7433,scripts[_0x19ec82(0xea)]);},_0x19c69a)(),await PerformanceTester[_0x4d9507(0x1ca)](PerformanceA11yEvents[_0x4d9507(0x15f)],async()=>{const _0x4f85e5=_0x4d9507;await AccessibilityHelper[_0x4f85e5(0x1a4)](_0x3f7433,scripts[_0x4f85e5(0x197)],_0x2f9580);})();}),logger[_0x3f2050(0xe8)](_0x337237[_0x3f2050(0x107)]);}const _0x254a0b={};_0x254a0b['hookType']=_0x337237[_0x3f2050(0xf0)],PerformanceTester['end'](PerformanceHookEvents[_0x3f2050(0xdd)],!![],null,_0x254a0b);}catch(_0x38b735){PerformanceTester[_0x3f2050(0xf2)](_0x38b735);const _0x4ab936={};_0x4ab936[_0x3f2050(0x121)]=_0x337237[_0x3f2050(0xf0)],PerformanceTester[_0x3f2050(0x151)](PerformanceHookEvents['SDK_HOOK'],![],_0x38b735,_0x4ab936);}}),CodeceptJS[_0x3ea702(0xc5)][_0x3ea702(0xcc)]['on'](CodeceptJS[_0x3ea702(0xc5)][_0x3ea702(0xc3)][_0x3ea702(0xe2)],_0x3da859=>{const _0x118ded=_0x3ea702;PerformanceTester['start'](PerformanceHookEvents[_0x118ded(0xdd)]);try{process['emit'](_0x118ded(0x110)+process[_0x118ded(0x1b1)],{'timestamp':new Date()['toISOString'](),'level':_0x337237[_0x118ded(0x1bc)],'message':_0x3da859,'kind':_0x337237[_0x118ded(0x118)],'http_response':{}});}catch(_0x1b27d5){PerformanceTester[_0x118ded(0xf2)](_0x1b27d5);const _0x100088={};_0x100088['hookType']=_0x337237[_0x118ded(0xfb)],PerformanceTester[_0x118ded(0x151)](PerformanceHookEvents[_0x118ded(0xdd)],![],_0x1b27d5,_0x100088);}const _0x479c8b={};_0x479c8b[_0x118ded(0x121)]=_0x337237[_0x118ded(0xfb)],PerformanceTester[_0x118ded(0x151)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x479c8b);}),CodeceptJS[_0x3ea702(0xc5)][_0x3ea702(0xcc)]['on'](CodeceptJS[_0x3ea702(0xc5)][_0x3ea702(0x136)][_0x3ea702(0x144)],_0x538bb5=>{const _0x143166=_0x3ea702,_0x19fa66={};_0x19fa66['hookType']=_0x337237[_0x143166(0x17b)],PerformanceTester[_0x143166(0x1ca)](PerformanceHookEvents['SDK_HOOK'],()=>{const _0x388fa2=_0x143166;_0x2886d5[_0x388fa2(0x1a5)](_0x538bb5);},_0x19fa66)();}),CodeceptJS['event'][_0x3ea702(0xcc)]['on'](CodeceptJS[_0x3ea702(0xc5)][_0x3ea702(0x136)]['after'],_0x7b6cb9=>{const _0x51f769=_0x3ea702,_0x320b14={};_0x320b14[_0x51f769(0x121)]=_0x337237[_0x51f769(0x15a)],PerformanceTester[_0x51f769(0x1ca)](PerformanceHookEvents[_0x51f769(0xdd)],()=>{const _0x2e2412=_0x51f769;_0x2886d5[_0x2e2412(0xd3)](_0x7b6cb9);},_0x320b14)();});};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
'use strict';const a2_0x432050=a2_0x9ecd;(function(_0x18cb01,_0x58e218){const _0x515e2d=a2_0x9ecd,_0x58c991=_0x18cb01();while(!![]){try{const _0x5dff69=parseInt(_0x515e2d(0x170))/0x1+parseInt(_0x515e2d(0x181))/0x2*(-parseInt(_0x515e2d(0x152))/0x3)+-parseInt(_0x515e2d(0x19e))/0x4*(-parseInt(_0x515e2d(0x127))/0x5)+-parseInt(_0x515e2d(0x192))/0x6+-parseInt(_0x515e2d(0x132))/0x7*(-parseInt(_0x515e2d(0x133))/0x8)+-parseInt(_0x515e2d(0x193))/0x9+parseInt(_0x515e2d(0x19a))/0xa;if(_0x5dff69===_0x58e218)break;else _0x58c991['push'](_0x58c991['shift']());}catch(_0xe09f){_0x58c991['push'](_0x58c991['shift']());}}}(a2_0x5d9e,0xcf20a));function a2_0x5d9e(){const _0x4f469b=['BrowserStackPlugin','../../bin/playwright/accessibility-helper','856yNGFvN','KEzhz','BrowserStackPlugin.js','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','now','bootstrapAll','../utils/clientTroubleshootingService','CODECEPT_CUCUMBER','forEach','trim','Started\x20:\x20','chromium','config','../../helpers/utilities','toLowerCase','require','testObservability','8570076IbBQUT','4918140MPXwtK','run','start','CODECEPT','testContextOptions','addOptions','desiredCapabilities','2070400AhcYHa','codeceptjs/lib/index.js','info','GqfEr','4HCjofN','length','platforms','BROWSERSTACK_RERUN','spawn','getPlatformName','../../helpers/helper','frameworkName','split','title','codeceptjs','BTnNy','printBuildLink','key','accessibilityOptions','cDYbL','stringify','thUbA','event','LlVUn','process','map','skipSessionStatus','codecept.json','chrome','winstonLogger','finalExecution','XbgXo','playwright-firefox','BROWSERSTACK_TEST_ACCESSIBILITY_YML','BHsuU','browser','push','1412570LKQNnJ','browserWSEndpoint','errorMessage','../../helpers/performance/constants','chAGG','ToXpy','accessKey','userName','BspOR','USER_CONFIG_DETAILS_PATH','vjclg','622244hjpQDW','128SiupIO','IrYZh','err','root','testConfig','path','chdir','eJzUj','isUndefined','bLxOp','existsSync','BROWSERSTACK_TEST_OBSERVABILITY_YML','StcxO','GVmsa','load','printResults','LjSQX','helpers','test','teardownAll','assign','SDK_CLEANUP','skipSessionName','Playwright','EVENTS','firefox','slice','stack','hubUrl','playwright-chromium','accessibility','798PgFZkl','host','xKWgT','all','FRAMEWORKS','gQWQM','hbNKc','getUserWorkerCount','WebDriver','webkit','PdPFb','validPlatformsPresent','validateRerunTestList','SnjBC','aWjkM','launchBuild','setAdditionalCapabilities','browserName','env','dirname','isTestObservabilitySession','../../helpers/accessibility-automation/helper','5|3|2|4|0|1','end','NIYKA','BROWSERSTACK_RERUN_TESTS','Passed\x20:\x20','../utils/constants','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','join','1025222EpLtiv','initialize','browserStackCwd','addTests','profile','/wd/hub','prepareCapabilities','codecept.conf.js','findIndex','../../helpers/logger','cwd','replace','before','YqNwI','mergeDeep'];a2_0x5d9e=function(){return _0x4f469b;};return a2_0x5d9e();}function a2_0x9ecd(_0x559c20,_0xc70d91){const _0x5d9e0e=a2_0x5d9e();return a2_0x9ecd=function(_0x9ecda5,_0x7de9c4){_0x9ecda5=_0x9ecda5-0x10a;let _0x3cf96a=_0x5d9e0e[_0x9ecda5];return _0x3cf96a;},a2_0x9ecd(_0x559c20,_0xc70d91);}const fs=require('fs'),path=require(a2_0x432050(0x138)),util=require('util'),process=require(a2_0x432050(0x11a)),logger=require(a2_0x432050(0x179))[a2_0x432050(0x11f)],{default:BrowserStackSetup}=require('../../helpers/BrowserStackSetup'),helper=require(a2_0x432050(0x10c)),utilities=require(a2_0x432050(0x18e)),{checkAccessibilityPlatformConfig}=require(a2_0x432050(0x167)),{setAccessibilityCapabilities,processAccessibilityCaps}=require(a2_0x432050(0x180)),{requireModule,nestedKeyValue,isBrowserstackInfra}=require('../../helpers/helper'),CodeceptJS=requireModule(a2_0x432050(0x19b),a2_0x432050(0x110)),testOpsHelper=require('../../helpers/test-observability/utils'),TestHubHandler=require('../../helpers/testhub/testhubHandler'),constants=require(a2_0x432050(0x16d)),PerformanceTester=require('../../helpers/performance/performance-tester'),{FRAMEWORKS}=require('../../helpers/test-observability/constants'),PerformanceEvents=require(a2_0x432050(0x12a))[a2_0x432050(0x14b)],ClientTroubleShootingService=require(a2_0x432050(0x187)),_testErrorData=[],getUserCodeceptJSConfigs=(_0x1b0daa,_0x316918)=>{const _0x45e3c8=a2_0x432050,_0x55c638={};_0x55c638[_0x45e3c8(0x15f)]=function(_0x2e4d6b,_0x2e909b){return _0x2e4d6b===_0x2e909b;},_0x55c638[_0x45e3c8(0x13f)]=_0x45e3c8(0x177),_0x55c638[_0x45e3c8(0x124)]=_0x45e3c8(0x11d);const _0x4156ca=_0x55c638;let _0xaa10b=null;const _0x4dffad={};let _0x495192=_0x316918[_0x45e3c8(0x178)](_0x4a36b8=>_0x4a36b8==='--config');_0x4156ca[_0x45e3c8(0x15f)](_0x495192,-0x1)&&(_0x495192=_0x316918[_0x45e3c8(0x178)](_0x594bba=>_0x594bba==='-c'));if(!helper[_0x45e3c8(0x13b)](_0x1b0daa[_0x45e3c8(0x18d)])&&fs['existsSync'](path['join'](process['cwd'](),_0x1b0daa[_0x45e3c8(0x18d)])))_0xaa10b=path[_0x45e3c8(0x16f)](process[_0x45e3c8(0x17a)](),_0x1b0daa['config']),_0x316918['slice'](_0x495192,0x2);else{if(!helper[_0x45e3c8(0x13b)](_0x1b0daa['c'])&&fs[_0x45e3c8(0x13d)](path[_0x45e3c8(0x16f)](process[_0x45e3c8(0x17a)](),_0x1b0daa['c'])))_0xaa10b=path[_0x45e3c8(0x16f)](process['cwd'](),_0x1b0daa['c']),_0x316918[_0x45e3c8(0x14d)](_0x495192,0x2);else{if(fs[_0x45e3c8(0x13d)](path[_0x45e3c8(0x16f)](process[_0x45e3c8(0x17a)](),_0x4156ca[_0x45e3c8(0x13f)])))_0xaa10b=path[_0x45e3c8(0x16f)](process[_0x45e3c8(0x17a)](),_0x4156ca[_0x45e3c8(0x13f)]);else fs[_0x45e3c8(0x13d)](path['join'](process[_0x45e3c8(0x17a)](),_0x4156ca['BHsuU']))&&(_0xaa10b=path['join'](process['cwd'](),_0x4156ca[_0x45e3c8(0x124)]));}}return process[_0x45e3c8(0x164)][_0x45e3c8(0x130)]=_0xaa10b,_0xaa10b;},getO11yRerunPattern=()=>{const _0x12c427=a2_0x432050,_0x3b07b2=helper['isTrue'](process[_0x12c427(0x164)][_0x12c427(0x1a1)]);if(_0x3b07b2){const _0x470f26=process[_0x12c427(0x164)][_0x12c427(0x16b)],_0xee64f4=[];if(helper[_0x12c427(0x15e)](_0x470f26)&&!helper[_0x12c427(0x13b)](_0x470f26)){_0x470f26['split'](',')[_0x12c427(0x11b)](_0x5e435a=>{const _0x154c5f=_0x12c427;_0xee64f4['push']('('+_0x5e435a[_0x154c5f(0x18a)]()+')');});const _0x434d05='^'+_0xee64f4[_0x12c427(0x16f)]('|')+'$';return _0x434d05;}}return null;},a2_0x2dbb2a={};a2_0x2dbb2a[a2_0x432050(0x11e)]='chromium',a2_0x2dbb2a[a2_0x432050(0x150)]=a2_0x432050(0x18c),a2_0x2dbb2a[a2_0x432050(0x122)]=a2_0x432050(0x14c),a2_0x2dbb2a['playwright-webkit']=a2_0x432050(0x15b);const pwToCodeceptBrowser=a2_0x2dbb2a;async function run(_0x3fdbab,_0xadab47,_0x54e677){const _0x4ab26e=a2_0x432050,_0x564541={'chAGG':function(_0x5e6c43,_0x10aa70,_0xa04af,_0x13496b){return _0x5e6c43(_0x10aa70,_0xa04af,_0x13496b);},'vjclg':function(_0x56d0e9,_0xa4b4f4){return _0x56d0e9+_0xa4b4f4;},'LlVUn':function(_0x51d4ff,_0x1f9b87){return _0x51d4ff(_0x1f9b87);},'adEWx':function(_0x24e1ce,_0x36baa5){return _0x24e1ce+_0x36baa5;},'GVmsa':function(_0x428bd6,_0x16fce6,_0x34d0ad){return _0x428bd6(_0x16fce6,_0x34d0ad);},'GqfEr':_0x4ab26e(0x144),'iGwgO':function(_0x372159){return _0x372159();},'KEzhz':_0x4ab26e(0x175),'LjSQX':function(_0x5a95eb){return _0x5a95eb();},'xKWgT':function(_0x12cf83){return _0x12cf83();},'bLxOp':'Failed\x20:\x20','hbNKc':_0x4ab26e(0x16c),'thUbA':_0x4ab26e(0x18b),'NIYKA':_0x4ab26e(0x168),'YqNwI':_0x4ab26e(0x16e),'aWjkM':function(_0x5baf74,_0x14987d,_0x287608){return _0x5baf74(_0x14987d,_0x287608);},'cDYbL':_0x4ab26e(0x14a),'BTnNy':'WebDriver','CCvLO':function(_0x211530,_0x114714){return _0x211530!=_0x114714;},'BspOR':function(_0x1fe2a8,_0x20c293){return _0x1fe2a8===_0x20c293;},'Mcjig':'gherkin','uyWmo':function(_0xa65cb9,_0x13c4e5){return _0xa65cb9*_0x13c4e5;},'xAurv':_0x4ab26e(0x125),'eJzUj':_0x4ab26e(0x199),'XbgXo':function(_0x432032,_0x714bf3,_0x298704){return _0x432032(_0x714bf3,_0x298704);},'ToXpy':_0x4ab26e(0x136),'PdPFb':_0x4ab26e(0x183),'gQWQM':_0x4ab26e(0x172),'fyLSA':function(_0x159927){return _0x159927();}};await _0x54e677[_0x4ab26e(0x171)](_0x3fdbab),await helper['handleApp'](_0x54e677[_0x4ab26e(0x18d)]);if(!_0x54e677[_0x4ab26e(0x18d)])return;process[_0x4ab26e(0x174)]=_0x3fdbab['profile'];_0x3fdbab[_0x4ab26e(0x174)]&&(process[_0x4ab26e(0x164)][_0x4ab26e(0x174)]=_0x3fdbab[_0x4ab26e(0x174)]);const _0x1e463d=_0x564541[_0x4ab26e(0x140)](getUserCodeceptJSConfigs,_0x3fdbab,_0xadab47);let _0x3158a4={};_0x1e463d?(logger[_0x4ab26e(0x19c)]('Getting\x20your\x20codeceptjs\x20configs\x20from\x20'+_0x1e463d),_0x3158a4=CodeceptJS[_0x4ab26e(0x18d)][_0x4ab26e(0x141)](_0x1e463d)):logger[_0x4ab26e(0x19c)](_0x564541[_0x4ab26e(0x17d)]);let _0x208d0a=![];_0x564541[_0x4ab26e(0x160)](nestedKeyValue,_0x3158a4,[_0x564541[_0x4ab26e(0x19d)],_0x564541['cDYbL']])&&(_0x208d0a=!![]);const _0xb08a73=_0x208d0a?_0x564541[_0x4ab26e(0x115)]:_0x564541[_0x4ab26e(0x111)];let _0x5306f6=!_0x208d0a?helper['useW3C'](_0x54e677[_0x4ab26e(0x18d)]):![];!helper[_0x4ab26e(0x13b)](_0x54e677[_0x4ab26e(0x18d)][_0x4ab26e(0x114)])&&(process[_0x4ab26e(0x164)][_0x4ab26e(0x184)]=JSON['stringify'](_0x54e677[_0x4ab26e(0x18d)][_0x4ab26e(0x114)]));let _0x574e91=_0x54e677[_0x4ab26e(0x18d)][_0x4ab26e(0x151)];_0x574e91=_0x574e91||_0x564541[_0x4ab26e(0x119)](checkAccessibilityPlatformConfig,_0x54e677[_0x4ab26e(0x18d)]),process[_0x4ab26e(0x164)][_0x4ab26e(0x123)]=_0x574e91;_0x574e91&&(_0x5306f6=!_0x574e91);_0x564541['CCvLO'](_0x54e677['config']['testObservability'],null)?process[_0x4ab26e(0x164)][_0x4ab26e(0x13e)]=_0x54e677[_0x4ab26e(0x18d)][_0x4ab26e(0x191)]:process['env']['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0x564541[_0x4ab26e(0x12f)](_0xb08a73,_0x564541['cDYbL']);const _0xc2ca50=_0x564541['GVmsa'](nestedKeyValue,_0x3158a4,[_0x564541['Mcjig']]),_0x218a3a=_0xc2ca50&&!helper['isEmpty'](_0xc2ca50)?FRAMEWORKS[_0x4ab26e(0x188)]:FRAMEWORKS[_0x4ab26e(0x196)],_0x11a265=await TestHubHandler[_0x4ab26e(0x161)](_0x218a3a,_0x54e677);_0x574e91&&_0x564541[_0x4ab26e(0x119)](setAccessibilityCapabilities,_0x54e677[_0x4ab26e(0x18d)]);const _0x1200f7={},_0x245643=[],_0x1782d4=_0x54e677[_0x4ab26e(0x18d)]['parallelsPerPlatform']||helper[_0x4ab26e(0x159)](_0x3fdbab,_0xadab47,_0x54e677[_0x4ab26e(0x18d)],constants[_0x4ab26e(0x156)][_0x4ab26e(0x196)])||0x1;let _0x4e24e6=0x1;if(_0x564541[_0x4ab26e(0x154)](isBrowserstackInfra)){const _0x21a6a7=helper[_0x4ab26e(0x176)](_0x54e677[_0x4ab26e(0x18d)],_0x5306f6,constants[_0x4ab26e(0x156)][_0x4ab26e(0x196)]);_0x21a6a7['forEach'](_0x32d18d=>{const _0x46a8a8=_0x4ab26e;helper[_0x46a8a8(0x162)](_0x32d18d);}),helper[_0x4ab26e(0x15d)](_0x54e677[_0x4ab26e(0x18d)])?_0x4e24e6=_0x564541['uyWmo'](_0x1782d4,_0x54e677[_0x4ab26e(0x18d)][_0x4ab26e(0x1a0)][_0x4ab26e(0x19f)]):_0x4e24e6=_0x1782d4,_0x21a6a7[_0x4ab26e(0x189)](_0x2685df=>{const _0x416c8c=_0x4ab26e,_0x34aff7={'IrYZh':function(_0x171731,_0x3080ac,_0x4fa4b0,_0x340222){const _0x465013=a2_0x9ecd;return _0x564541[_0x465013(0x12b)](_0x171731,_0x3080ac,_0x4fa4b0,_0x340222);},'hagHL':function(_0x5655d1,_0x4312f7){const _0x261301=a2_0x9ecd;return _0x564541[_0x261301(0x131)](_0x5655d1,_0x4312f7);},'NTsxs':function(_0x16b71b,_0x207fb0){const _0xafad69=a2_0x9ecd;return _0x564541[_0xafad69(0x119)](_0x16b71b,_0x207fb0);}},_0x1aaded=_0x564541['adEWx'](helper[_0x416c8c(0x10b)](_0x2685df,'_'),'_'+Date[_0x416c8c(0x185)]()),_0xec06da=((()=>{const _0x191742=_0x416c8c;if(_0x208d0a){const _0x4a3674=pwToCodeceptBrowser[_0x2685df[_0x191742(0x163)]]||_0x2685df[_0x191742(0x163)],_0x894c68=helper['getPlaywrightUrl'](_0x54e677[_0x191742(0x18d)]),_0x4cbece=Object[_0x191742(0x147)]({},_0x2685df);return _0x34aff7[_0x191742(0x134)](processAccessibilityCaps,_0x4cbece,_0x894c68,null),{'browser':_0x4a3674,[_0x4a3674]:{'browserWSEndpoint':_0x34aff7['hagHL'](_0x894c68,_0x34aff7['NTsxs'](encodeURIComponent,JSON[_0x191742(0x116)](_0x4cbece)))}};}const _0x2225e5={};return _0x2225e5[_0x191742(0x199)]=_0x2685df,_0x2225e5['user']=_0x54e677[_0x191742(0x18d)][_0x191742(0x12e)],_0x2225e5[_0x191742(0x113)]=_0x54e677['config'][_0x191742(0x12d)],_0x2225e5;})()),_0x3a2486=_0x564541[_0x416c8c(0x140)](nestedKeyValue,_0x3158a4,[_0x564541['GqfEr'],_0xb08a73]);_0x1200f7[_0x1aaded]=_0x3a2486?helper['mergeDeep'](_0xec06da,_0x3a2486):_0xec06da;if(_0x208d0a)_0x1200f7[_0x1aaded][_0x416c8c(0x125)]=pwToCodeceptBrowser[_0x2685df[_0x416c8c(0x163)]]||_0x2685df[_0x416c8c(0x163)];else{_0x1200f7[_0x1aaded][_0x416c8c(0x125)]=_0x2685df[_0x416c8c(0x163)]||_0xec06da[_0x416c8c(0x125)];if(_0x564541['iGwgO'](isBrowserstackInfra)){_0x1200f7[_0x1aaded][_0x416c8c(0x153)]=constants[_0x416c8c(0x14f)]['replace'](_0x564541[_0x416c8c(0x182)],'')[_0x416c8c(0x17b)](/https?:\/\//,'');;_0x1200f7[_0x1aaded]['path']=_0x564541[_0x416c8c(0x182)];}}_0x245643[_0x416c8c(0x126)](_0x1aaded);});}else{_0x4e24e6=0x1;if(_0x208d0a){const _0x35a8df=_0x564541[_0x4ab26e(0x160)](nestedKeyValue,_0x3158a4,[_0x564541[_0x4ab26e(0x19d)],_0xb08a73,_0x564541['xAurv']]),_0x39176a=_0x564541['GVmsa'](nestedKeyValue,_0x3158a4,[_0x564541[_0x4ab26e(0x19d)],_0xb08a73,_0x35a8df]);if(_0x39176a&&_0x39176a[_0x4ab26e(0x128)]){const _0x39715f={};_0x39715f[_0x4ab26e(0x1a0)]=[],_0x39176a[_0x4ab26e(0x128)]=helper['prepareCapabilities'](Object[_0x4ab26e(0x147)]({},_0x54e677['config'],_0x39715f),null,_0x218a3a[_0x4ab26e(0x18f)](),null,null,_0x39176a[_0x4ab26e(0x128)]);}}else{const _0x3edab2={};_0x3edab2[_0x4ab26e(0x1a0)]=[],_0x3158a4[_0x564541[_0x4ab26e(0x19d)]][_0xb08a73][_0x564541[_0x4ab26e(0x13a)]]=helper[_0x4ab26e(0x176)](Object[_0x4ab26e(0x147)]({},_0x54e677[_0x4ab26e(0x18d)],_0x3edab2),null,_0x218a3a[_0x4ab26e(0x18f)](),_0x564541[_0x4ab26e(0x121)](nestedKeyValue,_0x3158a4,[_0x564541[_0x4ab26e(0x19d)],_0xb08a73,_0x564541['eJzUj']])||{},null,null);}_0x1200f7[_0x564541['ToXpy']]=_0x3158a4,_0x245643[_0x4ab26e(0x126)](_0x564541[_0x4ab26e(0x12c)]);}const _0x4b946d={};_0x4b946d[_0x4ab26e(0x137)]=_0x1e463d;const _0x382673=_0x4b946d,_0x3a6c9e=path['join'](__dirname,_0x564541[_0x4ab26e(0x15c)]),_0x122295=process[_0x4ab26e(0x17a)]();process[_0x4ab26e(0x164)][_0x564541[_0x4ab26e(0x157)]]=_0x122295,process['chdir'](path[_0x4ab26e(0x165)](_0x1e463d));const _0xc11209=new CodeceptJS['Workers'](null,_0x382673),_0x29d710=_0xc11209['createGroupsOfSuites'](_0x4e24e6),_0xad6efd=testOpsHelper[_0x4ab26e(0x166)](),_0x2a6e34=_0x245643[_0x4ab26e(0x11b)](_0x1edce4=>{const _0xad5920=_0x4ab26e,_0x457b60={};_0x457b60[_0xad5920(0x14a)]=_0x1200f7[_0x1edce4];const _0x25337c={};_0x25337c[_0xad5920(0x15a)]=_0x1200f7[_0x1edce4];const _0x1f5652=_0x208d0a?_0x457b60:_0x25337c,_0x1fe84a=_0x564541[_0xad5920(0x143)](getO11yRerunPattern),_0x26d6b4={};_0x26d6b4[_0xad5920(0x144)]=_0x1f5652;const _0x443053={};_0x443053[_0xad5920(0x190)]=_0x3a6c9e,_0x443053['enabled']=!![],_0x443053['skipSessionName']=_0x54e677[_0xad5920(0x18d)][_0xad5920(0x197)][_0xad5920(0x149)],_0x443053[_0xad5920(0x11c)]=_0x54e677[_0xad5920(0x18d)][_0xad5920(0x197)]['skipSessionStatus'],_0x443053[_0xad5920(0x191)]=_0xad6efd,_0x443053[_0xad5920(0x10d)]=_0x218a3a;const _0x64c51={};_0x64c51[_0xad5920(0x17f)]=_0x443053;const _0x5194a1={};return _0x5194a1['plugins']=_0x64c51,helper[_0xad5920(0x17e)]({},_0x3158a4,_0x564541[_0xad5920(0x154)](isBrowserstackInfra)?_0x26d6b4:{},_0x1fe84a?{'grep':_0x1fe84a}:{},_0x5194a1);});for(const _0x5bd4b6 of _0x2a6e34){for(const _0x15edc2 of _0x29d710){const _0x643c60=_0xc11209[_0x4ab26e(0x10a)]();_0x643c60[_0x4ab26e(0x173)](_0x15edc2),_0x643c60['addConfig'](_0x5bd4b6);const _0x472ad9={};_0x472ad9[_0x4ab26e(0x18d)]=_0x1e463d,_0x643c60[_0x4ab26e(0x198)](Object[_0x4ab26e(0x147)](_0x472ad9,_0x3fdbab));}}_0xc11209['on'](CodeceptJS[_0x4ab26e(0x118)][_0x4ab26e(0x145)]['failed'],(_0xba708a,_0x48c563)=>{const _0x740d86=_0x4ab26e;console['log'](_0x564541[_0x740d86(0x13c)],_0xba708a[_0x740d86(0x10f)]);const _0x4f1344={[_0xba708a[_0x740d86(0x10f)]]:_0xba708a[_0x740d86(0x135)][_0x740d86(0x14e)]};_testErrorData[_0x740d86(0x126)](_0x4f1344);}),_0xc11209['on'](CodeceptJS[_0x4ab26e(0x118)][_0x4ab26e(0x145)]['passed'],async _0x1e797e=>{const _0x492d78=_0x4ab26e;console['log'](_0x564541[_0x492d78(0x158)],_0x1e797e[_0x492d78(0x10f)]);}),_0xc11209['on'](CodeceptJS['event'][_0x4ab26e(0x145)][_0x4ab26e(0x17c)],async _0x54cd27=>{const _0x2e696c=_0x4ab26e;console['log'](_0x564541[_0x2e696c(0x117)],_0x54cd27['title']);}),_0xc11209['on'](CodeceptJS['event'][_0x4ab26e(0x155)]['result'],async()=>{const _0x4a54f6=_0x4ab26e,_0xb126af=_0x564541[_0x4a54f6(0x16a)][_0x4a54f6(0x10e)]('|');let _0x27f5ed=0x0;while(!![]){switch(_0xb126af[_0x27f5ed++]){case'0':try{await TestHubHandler['stop']();}catch(_0x1d56c9){logger['debug']('Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20'+util['format'](_0x1d56c9));}continue;case'1':_0xc11209[_0x4a54f6(0x142)]();continue;case'2':testOpsHelper[_0x4a54f6(0x112)]();continue;case'3':_0x54e677[_0x4a54f6(0x129)]=_testErrorData;continue;case'4':utilities[_0x4a54f6(0x120)](_0x54e677);continue;case'5':PerformanceTester[_0x4a54f6(0x195)](PerformanceEvents[_0x4a54f6(0x148)]);continue;}break;}});async function _0x591d63(){const _0x26b03d=_0x4ab26e;try{await _0xc11209[_0x26b03d(0x186)](),await _0xc11209[_0x26b03d(0x194)]();}finally{process[_0x26b03d(0x139)](_0x122295),await _0xc11209[_0x26b03d(0x146)]();}}PerformanceTester[_0x4ab26e(0x169)](PerformanceEvents['SDK_SETUP']),_0x564541['fyLSA'](_0x591d63);}module['exports']=run;
|
|
2
|
+
'use strict';const a2_0x329245=a2_0x531c;(function(_0x18ccbb,_0x305aef){const _0x42a2bb=a2_0x531c,_0x681d9b=_0x18ccbb();while(!![]){try{const _0x1f3482=parseInt(_0x42a2bb(0x152))/0x1*(-parseInt(_0x42a2bb(0x1f0))/0x2)+parseInt(_0x42a2bb(0x1e3))/0x3*(parseInt(_0x42a2bb(0x1e6))/0x4)+-parseInt(_0x42a2bb(0x1b5))/0x5*(-parseInt(_0x42a2bb(0x1c1))/0x6)+-parseInt(_0x42a2bb(0x17c))/0x7*(-parseInt(_0x42a2bb(0x19a))/0x8)+parseInt(_0x42a2bb(0x175))/0x9*(parseInt(_0x42a2bb(0x1c5))/0xa)+parseInt(_0x42a2bb(0x16b))/0xb+-parseInt(_0x42a2bb(0x15e))/0xc;if(_0x1f3482===_0x305aef)break;else _0x681d9b['push'](_0x681d9b['shift']());}catch(_0x4aae1c){_0x681d9b['push'](_0x681d9b['shift']());}}}(a2_0x3fc7,0x86c9c));function a2_0x531c(_0x15d258,_0x4378af){const _0x3fc7d6=a2_0x3fc7();return a2_0x531c=function(_0x531c32,_0x3d91a5){_0x531c32=_0x531c32-0x14e;let _0x183554=_0x3fc7d6[_0x531c32];return _0x183554;},a2_0x531c(_0x15d258,_0x4378af);}function a2_0x3fc7(){const _0x3e255e=['userName','3311kpLEEN','gHKEl','host','test','map','validateRerunTestList','playwright-chromium','winstonLogger','assign','codecept.conf.js','printBuildLink','exports','0|5|4|2|1|3','teardownAll','../../helpers/testhub/testhubHandler','process','Passed\x20:\x20','skipSessionStatus','../utils/constants','TAbtR','platforms','BrowserStackPlugin','gherkin','join','Rpjbl','browserName','replace','XPcob','BROWSERSTACK_TEST_OBSERVABILITY_YML','spawn','17456snQOWV','SDK_CLEANUP','forEach','initialize','BROWSERSTACK_TEST_ACCESSIBILITY_YML','addTests','chromium','start','profile','event','info','bgTtp','ZtpZW','title','useW3C','accessibilityOptions','env','WebDriver','fIbPG','KVtGX','codecept.json','PecCv','toLowerCase','deBSZ','Workers','stop','isTestObservabilitySession','5lElgBc','CAidd','FmISN','addConfig','codeceptjs','user','addOptions','browserWSEndpoint','all','Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20','SVssU','browser','6459204GnBsJu','testConfig','../../bin/playwright/accessibility-helper','XlTqG','10DmjYYx','../../helpers/test-observability/constants','CODECEPT_CUCUMBER','testContextOptions','accessKey','vfXXM','load','jIzwb','firefox','passed','chdir','failed','validPlatformsPresent','cwd','DqeGf','Failed\x20:\x20','path','hubUrl','testObservability','helpers','trim','slice','util','gYVTn','CODECEPT','require','/wd/hub','chrome','getPlaywrightUrl','LvEtA','3kiKSbK','codeceptjs/lib/index.js','SDK_SETUP','2629964zXENUo','push','isTrue','tDahW','tgFkS','../../helpers/accessibility-automation/helper','scTtH','dirname','../../helpers/helper','ZMwgC','107654GXDgUl','log','prepareCapabilities','before','stringify','desiredCapabilities','FRAMEWORKS','playwright-webkit','length','getUserWorkerCount','cCVml','6HkYqHO','errorMessage','Playwright','BROWSERSTACK_RERUN_TESTS','split','zPzrJ','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','result','EVENTS','config','webkit','getPlatformName','31420608BHECeS','root','launchBuild','../../helpers/BrowserStackSetup','key','enabled','Started\x20:\x20','now','bootstrapAll','finalExecution','../../helpers/performance/constants','DgxYr','isEmpty','2035726SJHEJH','Getting\x20your\x20codeceptjs\x20configs\x20from\x20','mergeDeep','existsSync','eZXjW','createGroupsOfSuites','iUrbD','../utils/clientTroubleshootingService','../../helpers/logger','stack','4880349wtypdv','run','findIndex','isUndefined','setAdditionalCapabilities','err'];a2_0x3fc7=function(){return _0x3e255e;};return a2_0x3fc7();}const fs=require('fs'),path=require('path'),util=require(a2_0x329245(0x1db)),process=require(a2_0x329245(0x18b)),logger=require(a2_0x329245(0x173))[a2_0x329245(0x183)],{default:BrowserStackSetup}=require(a2_0x329245(0x161)),helper=require(a2_0x329245(0x1ee)),utilities=require('../../helpers/utilities'),{checkAccessibilityPlatformConfig}=require(a2_0x329245(0x1eb)),{setAccessibilityCapabilities,processAccessibilityCaps}=require(a2_0x329245(0x1c3)),{requireModule,nestedKeyValue,isBrowserstackInfra}=require(a2_0x329245(0x1ee)),CodeceptJS=requireModule(a2_0x329245(0x1e4),a2_0x329245(0x1b9)),testOpsHelper=require('../../helpers/test-observability/utils'),TestHubHandler=require(a2_0x329245(0x18a)),constants=require(a2_0x329245(0x18e)),PerformanceTester=require('../../helpers/performance/performance-tester'),{FRAMEWORKS}=require(a2_0x329245(0x1c6)),PerformanceEvents=require(a2_0x329245(0x168))[a2_0x329245(0x15a)],ClientTroubleShootingService=require(a2_0x329245(0x172)),_testErrorData=[],getUserCodeceptJSConfigs=(_0xc89066,_0x43968c)=>{const _0x164b9b=a2_0x329245,_0x516771={};_0x516771['LvEtA']=function(_0x2c5eeb,_0x216722){return _0x2c5eeb===_0x216722;},_0x516771[_0x164b9b(0x1e9)]=_0x164b9b(0x185),_0x516771[_0x164b9b(0x17d)]=_0x164b9b(0x1ae);const _0x53ad2a=_0x516771;let _0x3bc5a6=null;const _0x36188b={};let _0x5a62b9=_0x43968c[_0x164b9b(0x177)](_0x16b7a4=>_0x16b7a4==='--config');_0x53ad2a[_0x164b9b(0x1e2)](_0x5a62b9,-0x1)&&(_0x5a62b9=_0x43968c['findIndex'](_0x3a1c5a=>_0x3a1c5a==='-c'));if(!helper[_0x164b9b(0x178)](_0xc89066[_0x164b9b(0x15b)])&&fs['existsSync'](path['join'](process['cwd'](),_0xc89066[_0x164b9b(0x15b)])))_0x3bc5a6=path[_0x164b9b(0x193)](process[_0x164b9b(0x1d2)](),_0xc89066[_0x164b9b(0x15b)]),_0x43968c[_0x164b9b(0x1da)](_0x5a62b9,0x2);else{if(!helper['isUndefined'](_0xc89066['c'])&&fs['existsSync'](path[_0x164b9b(0x193)](process[_0x164b9b(0x1d2)](),_0xc89066['c'])))_0x3bc5a6=path[_0x164b9b(0x193)](process['cwd'](),_0xc89066['c']),_0x43968c['slice'](_0x5a62b9,0x2);else{if(fs[_0x164b9b(0x16e)](path['join'](process[_0x164b9b(0x1d2)](),_0x53ad2a[_0x164b9b(0x1e9)])))_0x3bc5a6=path['join'](process[_0x164b9b(0x1d2)](),_0x53ad2a[_0x164b9b(0x1e9)]);else fs['existsSync'](path[_0x164b9b(0x193)](process['cwd'](),_0x53ad2a[_0x164b9b(0x17d)]))&&(_0x3bc5a6=path[_0x164b9b(0x193)](process['cwd'](),_0x53ad2a[_0x164b9b(0x17d)]));}}return process['env']['USER_CONFIG_DETAILS_PATH']=_0x3bc5a6,_0x3bc5a6;},getO11yRerunPattern=()=>{const _0x4206c3=a2_0x329245,_0x2b452f=helper[_0x4206c3(0x1e8)](process[_0x4206c3(0x1aa)]['BROWSERSTACK_RERUN']);if(_0x2b452f){const _0x1e78e2=process[_0x4206c3(0x1aa)][_0x4206c3(0x155)],_0x10d4c8=[];if(helper[_0x4206c3(0x181)](_0x1e78e2)&&!helper[_0x4206c3(0x178)](_0x1e78e2)){_0x1e78e2[_0x4206c3(0x156)](',')[_0x4206c3(0x180)](_0x419c48=>{const _0x16e264=_0x4206c3;_0x10d4c8['push']('('+_0x419c48[_0x16e264(0x1d9)]()+')');});const _0x317bc4='^'+_0x10d4c8['join']('|')+'$';return _0x317bc4;}}return null;},a2_0x1177af={};a2_0x1177af[a2_0x329245(0x1e0)]=a2_0x329245(0x1a0),a2_0x1177af[a2_0x329245(0x182)]=a2_0x329245(0x1a0),a2_0x1177af['playwright-firefox']=a2_0x329245(0x1cd),a2_0x1177af[a2_0x329245(0x14e)]=a2_0x329245(0x15c);const pwToCodeceptBrowser=a2_0x1177af;async function run(_0x2a703a,_0x154abe,_0x495f25){const _0x1eb23b=a2_0x329245,_0x42b08e={'scTtH':function(_0x2d179a,_0x17f190,_0x370f79,_0x4d4822){return _0x2d179a(_0x17f190,_0x370f79,_0x4d4822);},'vfXXM':function(_0x5908f6,_0x1358b3){return _0x5908f6+_0x1358b3;},'SVssU':function(_0x5d7638,_0x47319a){return _0x5d7638(_0x47319a);},'KVtGX':function(_0x55495c,_0x5af57f,_0x3d32ca){return _0x55495c(_0x5af57f,_0x3d32ca);},'XPcob':_0x1eb23b(0x1d8),'GiPDM':function(_0x105fd7){return _0x105fd7();},'Rpjbl':_0x1eb23b(0x1df),'eZXjW':function(_0x3082d7){return _0x3082d7();},'CIQfS':_0x1eb23b(0x1d4),'Aqjfn':_0x1eb23b(0x18c),'fIbPG':_0x1eb23b(0x164),'iUrbD':_0x1eb23b(0x188),'deBSZ':function(_0x58c243,_0x50c377,_0x3b19aa){return _0x58c243(_0x50c377,_0x3b19aa);},'tGNRj':'Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','bgTtp':function(_0x69df9,_0x2829b6,_0x539dc1){return _0x69df9(_0x2829b6,_0x539dc1);},'ZMwgC':'Playwright','tgFkS':_0x1eb23b(0x1ab),'FmISN':function(_0x4379d2,_0x23e565){return _0x4379d2(_0x23e565);},'cbbHM':function(_0x17af13,_0xb52e96){return _0x17af13!=_0xb52e96;},'TAbtR':function(_0x2231e4,_0x33faae){return _0x2231e4===_0x33faae;},'cCVml':_0x1eb23b(0x192),'PecCv':function(_0x4f85e0,_0x59cc6e){return _0x4f85e0(_0x59cc6e);},'CAidd':function(_0x4e4560,_0x3b2a2d){return _0x4e4560*_0x3b2a2d;},'DqeGf':function(_0x4b7d27,_0x4e1ed9,_0x5896be){return _0x4b7d27(_0x4e1ed9,_0x5896be);},'gYVTn':_0x1eb23b(0x1c0),'DgxYr':_0x1eb23b(0x1f5),'DcIYM':function(_0x339062,_0x1c997e,_0x91aa6b){return _0x339062(_0x1c997e,_0x91aa6b);},'jIzwb':_0x1eb23b(0x15f),'zPzrJ':'BrowserStackPlugin.js','XlTqG':'browserStackCwd','ZtpZW':function(_0x503e3e){return _0x503e3e();}};await _0x495f25[_0x1eb23b(0x19d)](_0x2a703a),await helper['handleApp'](_0x495f25[_0x1eb23b(0x15b)]);if(!_0x495f25[_0x1eb23b(0x15b)])return;process[_0x1eb23b(0x1a2)]=_0x2a703a[_0x1eb23b(0x1a2)];_0x2a703a['profile']&&(process[_0x1eb23b(0x1aa)][_0x1eb23b(0x1a2)]=_0x2a703a[_0x1eb23b(0x1a2)]);const _0x1f724f=_0x42b08e[_0x1eb23b(0x1b1)](getUserCodeceptJSConfigs,_0x2a703a,_0x154abe);let _0x460e51={};_0x1f724f?(logger[_0x1eb23b(0x1a4)](_0x1eb23b(0x16c)+_0x1f724f),_0x460e51=CodeceptJS[_0x1eb23b(0x15b)][_0x1eb23b(0x1cb)](_0x1f724f)):logger[_0x1eb23b(0x1a4)](_0x42b08e['tGNRj']);let _0x39d49b=![];_0x42b08e[_0x1eb23b(0x1a5)](nestedKeyValue,_0x460e51,[_0x42b08e[_0x1eb23b(0x197)],_0x42b08e[_0x1eb23b(0x1ef)]])&&(_0x39d49b=!![]);const _0x27c942=_0x39d49b?_0x42b08e['ZMwgC']:_0x42b08e[_0x1eb23b(0x1ea)];let _0x49c23a=!_0x39d49b?helper[_0x1eb23b(0x1a8)](_0x495f25[_0x1eb23b(0x15b)]):![];!helper[_0x1eb23b(0x178)](_0x495f25['config']['accessibilityOptions'])&&(process['env'][_0x1eb23b(0x158)]=JSON[_0x1eb23b(0x1f4)](_0x495f25[_0x1eb23b(0x15b)][_0x1eb23b(0x1a9)]));let _0x57d9a0=_0x495f25['config']['accessibility'];_0x57d9a0=_0x57d9a0||_0x42b08e[_0x1eb23b(0x1b7)](checkAccessibilityPlatformConfig,_0x495f25[_0x1eb23b(0x15b)]),process[_0x1eb23b(0x1aa)][_0x1eb23b(0x19e)]=_0x57d9a0;_0x57d9a0&&(_0x49c23a=!_0x57d9a0);_0x42b08e['cbbHM'](_0x495f25[_0x1eb23b(0x15b)][_0x1eb23b(0x1d7)],null)?process['env'][_0x1eb23b(0x198)]=_0x495f25[_0x1eb23b(0x15b)][_0x1eb23b(0x1d7)]:process[_0x1eb23b(0x1aa)][_0x1eb23b(0x198)]=_0x42b08e[_0x1eb23b(0x18f)](_0x27c942,_0x42b08e[_0x1eb23b(0x1ef)]);const _0x5db1c2=_0x42b08e[_0x1eb23b(0x1ad)](nestedKeyValue,_0x460e51,[_0x42b08e[_0x1eb23b(0x151)]]),_0x211dba=_0x5db1c2&&!helper[_0x1eb23b(0x16a)](_0x5db1c2)?FRAMEWORKS[_0x1eb23b(0x1c7)]:FRAMEWORKS[_0x1eb23b(0x1dd)],_0x5ace24=await TestHubHandler[_0x1eb23b(0x160)](_0x211dba,_0x495f25);_0x57d9a0&&_0x42b08e[_0x1eb23b(0x1af)](setAccessibilityCapabilities,_0x495f25[_0x1eb23b(0x15b)]);const _0x5bbfab={},_0x3da48d=[],_0xbbe304=_0x495f25[_0x1eb23b(0x15b)]['parallelsPerPlatform']||helper[_0x1eb23b(0x150)](_0x2a703a,_0x154abe,_0x495f25[_0x1eb23b(0x15b)],constants['FRAMEWORKS'][_0x1eb23b(0x1dd)])||0x1;let _0x316db2=0x1;if(_0x42b08e[_0x1eb23b(0x16f)](isBrowserstackInfra)){const _0x441385=helper[_0x1eb23b(0x1f2)](_0x495f25[_0x1eb23b(0x15b)],_0x49c23a,constants[_0x1eb23b(0x1f6)][_0x1eb23b(0x1dd)]);_0x441385[_0x1eb23b(0x19c)](_0x5947b5=>{const _0x20b1bb=_0x1eb23b;helper[_0x20b1bb(0x179)](_0x5947b5);}),helper[_0x1eb23b(0x1d1)](_0x495f25[_0x1eb23b(0x15b)])?_0x316db2=_0x42b08e[_0x1eb23b(0x1b6)](_0xbbe304,_0x495f25[_0x1eb23b(0x15b)][_0x1eb23b(0x190)][_0x1eb23b(0x14f)]):_0x316db2=_0xbbe304,_0x441385[_0x1eb23b(0x19c)](_0x31e92b=>{const _0x2055f1=_0x1eb23b,_0x22b8d4=_0x42b08e[_0x2055f1(0x1ca)](helper[_0x2055f1(0x15d)](_0x31e92b,'_'),'_'+Date[_0x2055f1(0x165)]()),_0x3779a9=((()=>{const _0x37596d=_0x2055f1;if(_0x39d49b){const _0xa8f64a=pwToCodeceptBrowser[_0x31e92b['browserName']]||_0x31e92b['browserName'],_0xb752a0=helper[_0x37596d(0x1e1)](_0x495f25[_0x37596d(0x15b)]),_0x21aeb5=Object['assign']({},_0x31e92b);return _0x42b08e[_0x37596d(0x1ec)](processAccessibilityCaps,_0x21aeb5,_0xb752a0,null),{'browser':_0xa8f64a,[_0xa8f64a]:{'browserWSEndpoint':_0x42b08e[_0x37596d(0x1ca)](_0xb752a0,_0x42b08e[_0x37596d(0x1bf)](encodeURIComponent,JSON[_0x37596d(0x1f4)](_0x21aeb5)))}};}const _0x133a08={};return _0x133a08['desiredCapabilities']=_0x31e92b,_0x133a08[_0x37596d(0x1ba)]=_0x495f25[_0x37596d(0x15b)][_0x37596d(0x17b)],_0x133a08[_0x37596d(0x162)]=_0x495f25['config'][_0x37596d(0x1c9)],_0x133a08;})()),_0x2f2802=_0x42b08e[_0x2055f1(0x1ad)](nestedKeyValue,_0x460e51,[_0x42b08e[_0x2055f1(0x197)],_0x27c942]);_0x5bbfab[_0x22b8d4]=_0x2f2802?helper[_0x2055f1(0x16d)](_0x3779a9,_0x2f2802):_0x3779a9;if(_0x39d49b)_0x5bbfab[_0x22b8d4][_0x2055f1(0x1c0)]=pwToCodeceptBrowser[_0x31e92b[_0x2055f1(0x195)]]||_0x31e92b['browserName'];else{_0x5bbfab[_0x22b8d4][_0x2055f1(0x1c0)]=_0x31e92b[_0x2055f1(0x195)]||_0x3779a9[_0x2055f1(0x1c0)];if(_0x42b08e['GiPDM'](isBrowserstackInfra)){_0x5bbfab[_0x22b8d4][_0x2055f1(0x17e)]=constants[_0x2055f1(0x1d6)][_0x2055f1(0x196)](_0x42b08e[_0x2055f1(0x194)],'')[_0x2055f1(0x196)](/https?:\/\//,'');;_0x5bbfab[_0x22b8d4][_0x2055f1(0x1d5)]=_0x42b08e['Rpjbl'];}}_0x3da48d['push'](_0x22b8d4);});}else{_0x316db2=0x1;if(_0x39d49b){const _0x2310d2=_0x42b08e[_0x1eb23b(0x1d3)](nestedKeyValue,_0x460e51,[_0x42b08e['XPcob'],_0x27c942,_0x42b08e[_0x1eb23b(0x1dc)]]),_0xeb936a=_0x42b08e['DqeGf'](nestedKeyValue,_0x460e51,[_0x42b08e[_0x1eb23b(0x197)],_0x27c942,_0x2310d2]);if(_0xeb936a&&_0xeb936a['browserWSEndpoint']){const _0x11cb7a={};_0x11cb7a[_0x1eb23b(0x190)]=[],_0xeb936a[_0x1eb23b(0x1bc)]=helper['prepareCapabilities'](Object[_0x1eb23b(0x184)]({},_0x495f25[_0x1eb23b(0x15b)],_0x11cb7a),null,_0x211dba[_0x1eb23b(0x1b0)](),null,null,_0xeb936a[_0x1eb23b(0x1bc)]);}}else{const _0x2e856f={};_0x2e856f[_0x1eb23b(0x190)]=[],_0x460e51[_0x42b08e['XPcob']][_0x27c942][_0x42b08e['DgxYr']]=helper['prepareCapabilities'](Object[_0x1eb23b(0x184)]({},_0x495f25['config'],_0x2e856f),null,_0x211dba[_0x1eb23b(0x1b0)](),_0x42b08e['DcIYM'](nestedKeyValue,_0x460e51,[_0x42b08e[_0x1eb23b(0x197)],_0x27c942,_0x42b08e[_0x1eb23b(0x169)]])||{},null,null);}_0x5bbfab[_0x42b08e[_0x1eb23b(0x1cc)]]=_0x460e51,_0x3da48d[_0x1eb23b(0x1e7)](_0x42b08e[_0x1eb23b(0x1cc)]);}const _0x59c946={};_0x59c946[_0x1eb23b(0x1c2)]=_0x1f724f;const _0x4255c7=_0x59c946,_0x5191f4=path[_0x1eb23b(0x193)](__dirname,_0x42b08e[_0x1eb23b(0x157)]),_0x286670=process['cwd']();process['env'][_0x42b08e[_0x1eb23b(0x1c4)]]=_0x286670,process[_0x1eb23b(0x1cf)](path[_0x1eb23b(0x1ed)](_0x1f724f));const _0x5a2b8d=new CodeceptJS[(_0x1eb23b(0x1b2))](null,_0x4255c7),_0x14e76a=_0x5a2b8d[_0x1eb23b(0x170)](_0x316db2),_0x4ee290=testOpsHelper[_0x1eb23b(0x1b4)](),_0x1d7dd1=_0x3da48d[_0x1eb23b(0x180)](_0x29d653=>{const _0x37dbde=_0x1eb23b,_0x5e435b={};_0x5e435b[_0x37dbde(0x154)]=_0x5bbfab[_0x29d653];const _0x250aa9={};_0x250aa9[_0x37dbde(0x1ab)]=_0x5bbfab[_0x29d653];const _0x2b5999=_0x39d49b?_0x5e435b:_0x250aa9,_0x346f42=_0x42b08e['GiPDM'](getO11yRerunPattern),_0x2209e7={};_0x2209e7[_0x37dbde(0x1d8)]=_0x2b5999;const _0x3860cc={};_0x3860cc[_0x37dbde(0x1de)]=_0x5191f4,_0x3860cc[_0x37dbde(0x163)]=!![],_0x3860cc['skipSessionName']=_0x495f25['config'][_0x37dbde(0x1c8)]['skipSessionName'],_0x3860cc[_0x37dbde(0x18d)]=_0x495f25[_0x37dbde(0x15b)]['testContextOptions'][_0x37dbde(0x18d)],_0x3860cc['testObservability']=_0x4ee290,_0x3860cc['frameworkName']=_0x211dba;const _0x23228e={};_0x23228e[_0x37dbde(0x191)]=_0x3860cc;const _0x3a0596={};return _0x3a0596['plugins']=_0x23228e,helper['mergeDeep']({},_0x460e51,_0x42b08e[_0x37dbde(0x16f)](isBrowserstackInfra)?_0x2209e7:{},_0x346f42?{'grep':_0x346f42}:{},_0x3a0596);});for(const _0x5de499 of _0x1d7dd1){for(const _0x5bc313 of _0x14e76a){const _0x581537=_0x5a2b8d[_0x1eb23b(0x199)]();_0x581537[_0x1eb23b(0x19f)](_0x5bc313),_0x581537[_0x1eb23b(0x1b8)](_0x5de499);const _0x27e618={};_0x27e618[_0x1eb23b(0x15b)]=_0x1f724f,_0x581537[_0x1eb23b(0x1bb)](Object[_0x1eb23b(0x184)](_0x27e618,_0x2a703a));}}_0x5a2b8d['on'](CodeceptJS[_0x1eb23b(0x1a3)][_0x1eb23b(0x17f)][_0x1eb23b(0x1d0)],(_0x5761fd,_0x39b38f)=>{const _0x45af26=_0x1eb23b;console[_0x45af26(0x1f1)](_0x42b08e['CIQfS'],_0x5761fd['title']);const _0x4b5c12={[_0x5761fd[_0x45af26(0x1a7)]]:_0x5761fd[_0x45af26(0x17a)][_0x45af26(0x174)]};_testErrorData[_0x45af26(0x1e7)](_0x4b5c12);}),_0x5a2b8d['on'](CodeceptJS[_0x1eb23b(0x1a3)][_0x1eb23b(0x17f)][_0x1eb23b(0x1ce)],async _0x3dd1ec=>{const _0x522feb=_0x1eb23b;console['log'](_0x42b08e['Aqjfn'],_0x3dd1ec[_0x522feb(0x1a7)]);}),_0x5a2b8d['on'](CodeceptJS[_0x1eb23b(0x1a3)][_0x1eb23b(0x17f)][_0x1eb23b(0x1f3)],async _0x53d05c=>{const _0x31cfc2=_0x1eb23b;console['log'](_0x42b08e[_0x31cfc2(0x1ac)],_0x53d05c['title']);}),_0x5a2b8d['on'](CodeceptJS[_0x1eb23b(0x1a3)][_0x1eb23b(0x1bd)][_0x1eb23b(0x159)],async()=>{const _0x582bba=_0x1eb23b,_0xf7d31a=_0x42b08e[_0x582bba(0x171)][_0x582bba(0x156)]('|');let _0xdd3ceb=0x0;while(!![]){switch(_0xf7d31a[_0xdd3ceb++]){case'0':PerformanceTester[_0x582bba(0x1a1)](PerformanceEvents[_0x582bba(0x19b)]);continue;case'1':try{await TestHubHandler[_0x582bba(0x1b3)]();}catch(_0x56102b){logger['debug'](_0x582bba(0x1be)+util['format'](_0x56102b));}continue;case'2':utilities[_0x582bba(0x167)](_0x495f25);continue;case'3':_0x5a2b8d['printResults']();continue;case'4':testOpsHelper[_0x582bba(0x186)]();continue;case'5':_0x495f25[_0x582bba(0x153)]=_testErrorData;continue;}break;}});async function _0x2fbe5d(){const _0x70d76e=_0x1eb23b;try{await _0x5a2b8d[_0x70d76e(0x166)](),await _0x5a2b8d[_0x70d76e(0x176)]();}finally{process[_0x70d76e(0x1cf)](_0x286670),await _0x5a2b8d[_0x70d76e(0x189)]();}}PerformanceTester['end'](PerformanceEvents[_0x1eb23b(0x1e5)]),_0x42b08e[_0x1eb23b(0x1a6)](_0x2fbe5d);}module[a2_0x329245(0x187)]=run;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a3_0x2636dd=a3_0x5cb9;(function(_0x5559b7,_0x59e277){const _0x3c7942=a3_0x5cb9,_0x48c31a=_0x5559b7();while(!![]){try{const _0x404bc7=parseInt(_0x3c7942(0x171))/0x1+-parseInt(_0x3c7942(0x15c))/0x2+parseInt(_0x3c7942(0x14c))/0x3+parseInt(_0x3c7942(0x185))/0x4+parseInt(_0x3c7942(0x145))/0x5+parseInt(_0x3c7942(0x147))/0x6*(parseInt(_0x3c7942(0x169))/0x7)+-parseInt(_0x3c7942(0x143))/0x8*(parseInt(_0x3c7942(0x164))/0x9);if(_0x404bc7===_0x59e277)break;else _0x48c31a['push'](_0x48c31a['shift']());}catch(_0x318c58){_0x48c31a['push'](_0x48c31a['shift']());}}}(a3_0xf952,0xa4903));const {isUndefined,nestedKeyValue}=require(a3_0x2636dd(0x188)),logger=require(a3_0x2636dd(0x146))[a3_0x2636dd(0x15e)],PlaywrightSessionDetails=require(a3_0x2636dd(0x177)),{isAccessibilityAutomationSession}=require(a3_0x2636dd(0x141)),{getObservabilityLinkedProductName}=require(a3_0x2636dd(0x18a)),getOSVersionFromCaps=_0x49f3b7=>{const _0x59b3e6=a3_0x2636dd,_0x48e537={};_0x48e537[_0x59b3e6(0x163)]='bstack:options',_0x48e537['JxDrz']=_0x59b3e6(0x166),_0x48e537[_0x59b3e6(0x182)]='platform_version',_0x48e537[_0x59b3e6(0x16d)]=_0x59b3e6(0x162),_0x48e537[_0x59b3e6(0x15a)]=_0x59b3e6(0x150);const _0x22c252=_0x48e537;if(!_0x49f3b7)return null;const _0x2223f8=_0x49f3b7[_0x22c252[_0x59b3e6(0x163)]],_0x4520c5=[_0x22c252[_0x59b3e6(0x15d)],_0x22c252['vnhRS'],_0x22c252[_0x59b3e6(0x16d)],_0x22c252[_0x59b3e6(0x15a)]];for(const _0x54146a of _0x4520c5){if(_0x2223f8&&_0x2223f8[_0x54146a])return _0x2223f8[_0x54146a];else{if(_0x49f3b7[_0x54146a])return _0x49f3b7[_0x54146a];}}return null;};exports[a3_0x2636dd(0x180)]=_0x122b7d=>{const _0x170f36=a3_0x2636dd,_0x301d73={'KHOtR':_0x170f36(0x14f),'Fcvgh':function(_0x3ac819,_0x3069d4){return _0x3ac819===_0x3069d4;},'VtcTM':'WebDriver','cfYKo':function(_0x3624a4,_0x204f37){return _0x3624a4(_0x204f37);},'JNmsA':function(_0x313f3b,_0x39fb74,_0x5b7a55){return _0x313f3b(_0x39fb74,_0x5b7a55);},'vtWsT':_0x170f36(0x154),'uVmxd':_0x170f36(0x144),'xFrxc':function(_0x436769,_0x35e18e){return _0x436769(_0x35e18e);},'dlzof':_0x170f36(0x140),'YXzxY':_0x170f36(0x16b),'tQOVB':_0x170f36(0x13f),'FamZM':_0x170f36(0x174),'JSDQN':function(_0x479ab9,_0x2dceeb){return _0x479ab9(_0x2dceeb);}};if(!_0x122b7d)return null;let _0x29f69f=global['__cloud_provider___']||_0x301d73[_0x170f36(0x152)];if(_0x301d73['Fcvgh'](_0x122b7d[_0x170f36(0x170)][_0x170f36(0x155)],_0x301d73[_0x170f36(0x13c)])){const _0x4862dd=_0x122b7d['browser'];if(!_0x4862dd)return null;const _0x290abd=_0x4862dd[_0x170f36(0x172)],_0x2f824b=_0x301d73['cfYKo'](getOSVersionFromCaps,_0x301d73[_0x170f36(0x18b)](nestedKeyValue,_0x122b7d,[_0x301d73['vtWsT'],_0x301d73[_0x170f36(0x186)]]));return{[_0x29f69f]:{'browser':_0x290abd['browserName'],'browser_version':_0x290abd[_0x170f36(0x189)],'capabilities':_0x290abd,'platform':_0x290abd[_0x170f36(0x15f)],'platform_version':_0x290abd['platformVersion']||_0x2f824b,'product':_0x301d73[_0x170f36(0x13b)](getObservabilityLinkedProductName,_0x290abd),'session_id':_0x4862dd[_0x170f36(0x165)]}};}else{if(_0x301d73[_0x170f36(0x157)](_0x122b7d[_0x170f36(0x170)][_0x170f36(0x155)],_0x301d73[_0x170f36(0x176)])){const _0x124673=PlaywrightSessionDetails[_0x170f36(0x184)]();_0x29f69f=_0x124673[_0x170f36(0x13e)]||_0x29f69f;const _0x2c9da9=_0x301d73['JNmsA'](nestedKeyValue,_0x122b7d,[_0x301d73[_0x170f36(0x179)],_0x301d73[_0x170f36(0x17e)],_0x301d73[_0x170f36(0x16f)]]),_0x4db732=_0x2c9da9?JSON['parse'](new URL(_0x2c9da9)[_0x170f36(0x175)]['get'](_0x301d73['FamZM'])):{};return{[_0x29f69f]:{'browser':_0x124673['browser']||_0x4db732['browserName'],'browser_version':_0x124673[_0x170f36(0x17b)]||_0x4db732['browser_version'],'capabilities':_0x4db732,'platform':_0x124673[_0x170f36(0x160)],'platform_version':_0x124673[_0x170f36(0x149)],'product':_0x301d73[_0x170f36(0x14e)](getObservabilityLinkedProductName,_0x4db732),'session_id':_0x124673[_0x170f36(0x17f)]}};}}},exports[a3_0x2636dd(0x161)]=_0xe5a7e3=>{const _0x241d50=a3_0x2636dd,_0x4c8a78={'DRkvv':function(_0x2446ae){return _0x2446ae();},'SsLGB':function(_0x2bc716,_0x2647a2){return _0x2bc716===_0x2647a2;},'WCQWe':_0x241d50(0x14a),'fGKaQ':function(_0x5b28dd,_0xfab9cd){return _0x5b28dd>_0xfab9cd;},'tGHJj':function(_0x2d70e8,_0x46ee4e){return _0x2d70e8(_0x46ee4e);},'LMNWm':_0x241d50(0x187),'jCIrA':function(_0x3c9a66,_0x39ad2d){return _0x3c9a66===_0x39ad2d;},'sFRos':_0x241d50(0x15b),'rNDUu':function(_0x4c53e2,_0x4b5cf8){return _0x4c53e2===_0x4b5cf8;},'XgKgK':_0x241d50(0x14d),'makke':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','EkKcU':_0x241d50(0x178)};if(_0x4c8a78[_0x241d50(0x183)](isAccessibilityAutomationSession)){const _0x18ddf5=_0xe5a7e3[_0x241d50(0x16b)],_0xa6a180=_0x18ddf5[_0x241d50(0x172)];global[_0x241d50(0x156)]=!![],!(_0x4c8a78['SsLGB'](_0xa6a180['browserVersion'],_0x4c8a78[_0x241d50(0x13d)])||_0x4c8a78[_0x241d50(0x16c)](_0x4c8a78[_0x241d50(0x13a)](parseInt,_0xa6a180[_0x241d50(0x189)]),0x5e))&&(logger['warn'](_0x4c8a78['LMNWm']),global[_0x241d50(0x156)]=![]),!(_0x4c8a78[_0x241d50(0x173)](_0xa6a180[_0x241d50(0x16e)],_0x4c8a78[_0x241d50(0x17c)])||_0x4c8a78['rNDUu'](_0xa6a180[_0x241d50(0x16e)],_0x4c8a78[_0x241d50(0x151)]))&&(logger['warn'](_0x4c8a78[_0x241d50(0x142)]),global['accessibilityPlatform']=![]),!_0x4c8a78[_0x241d50(0x13a)](isUndefined,_0xa6a180[_0x241d50(0x148)])&&(logger[_0x241d50(0x181)](_0x4c8a78[_0x241d50(0x16a)]),global[_0x241d50(0x156)]=![]);}},exports[a3_0x2636dd(0x14b)]=_0x50e1df=>{const _0x3e2def=a3_0x2636dd,_0x422c7c={};_0x422c7c['NWuyS']=function(_0x42d93b,_0x10bdac){return _0x42d93b!==_0x10bdac;},_0x422c7c[_0x3e2def(0x159)]=_0x3e2def(0x17d),_0x422c7c[_0x3e2def(0x158)]='browserstack_executor',_0x422c7c[_0x3e2def(0x17a)]=_0x3e2def(0x153);const _0x32fd41=_0x422c7c;if(!_0x50e1df)return![];else{if(_0x32fd41[_0x3e2def(0x168)](typeof _0x50e1df,_0x32fd41[_0x3e2def(0x159)]))return!![];}return!_0x50e1df['includes'](_0x32fd41['UAGYz'])&&!_0x50e1df[_0x3e2def(0x167)](_0x32fd41['AOHuI']);};function a3_0x5cb9(_0xb2de55,_0x2a5ce1){const _0xf9521c=a3_0xf952();return a3_0x5cb9=function(_0x5cb90e,_0x29a4a3){_0x5cb90e=_0x5cb90e-0x13a;let _0x1827f3=_0xf9521c[_0x5cb90e];return _0x1827f3;},a3_0x5cb9(_0xb2de55,_0x2a5ce1);}function a3_0xf952(){const _0x1597f7=['11226008AgqQoe','desiredCapabilities','899620vyJeyH','../../helpers/logger','36DfdWWu','deviceName','platform_version','latest','shouldPatchExecuteScript','339120pqojdm','playwright-chromium','JSDQN','unknown_grid','os_version','XgKgK','KHOtR','browserstack_accessibility_automation_script','config','name','accessibilityPlatform','Fcvgh','UAGYz','blMEE','CaUFY','chrome','1961794kOOsmK','JxDrz','winstonLogger','platformName','platform','processWebDriverConfig','osVersion','aucIL','9bJelWl','sessionId','platformVersion','includes','NWuyS','372211VHGBpr','EkKcU','browser','fGKaQ','Hfnag','browserName','tQOVB','constructor','1344884dtovvp','capabilities','jCIrA','caps','searchParams','dlzof','../../bin/playwright/sessionDetails','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','vtWsT','AOHuI','browser_version','sFRos','string','YXzxY','bsSessionId','fetchPlatformDetails','warn','vnhRS','DRkvv','getDetails','4405252uYDuyt','uVmxd','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','../../helpers/helper','browserVersion','../../helpers/test-observability/utils','JNmsA','tGHJj','xFrxc','VtcTM','WCQWe','cloudProvider','browserWSEndpoint','Playwright','../../helpers/accessibility-automation/helper','makke'];a3_0xf952=function(){return _0x1597f7;};return a3_0xf952();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a4_0x74b268=a4_0x5186;(function(_0x5e19f2,_0x56ca41){const _0x312923=a4_0x5186,_0x47f6bc=_0x5e19f2();while(!![]){try{const _0x320089=parseInt(_0x312923(0x136))/0x1*(-parseInt(_0x312923(0x140))/0x2)+parseInt(_0x312923(0x16c))/0x3*(parseInt(_0x312923(0x1bb))/0x4)+-parseInt(_0x312923(0x1e5))/0x5*(parseInt(_0x312923(0x1d5))/0x6)+-parseInt(_0x312923(0x1c2))/0x7*(parseInt(_0x312923(0x217))/0x8)+parseInt(_0x312923(0x206))/0x9*(-parseInt(_0x312923(0x1b7))/0xa)+parseInt(_0x312923(0x212))/0xb+parseInt(_0x312923(0x1cc))/0xc;if(_0x320089===_0x56ca41)break;else _0x47f6bc['push'](_0x47f6bc['shift']());}catch(_0x3059f6){_0x47f6bc['push'](_0x47f6bc['shift']());}}}(a4_0x2d3a,0xddc2f));const path=require(a4_0x74b268(0x219)),fs=require('fs'),{v4:uuidv4}=require('uuid'),{importFileFromPWCore,nestedKeyValue,parseWSEndpoint,isUndefined}=require(a4_0x74b268(0x1f4)),testOpsHelper=require(a4_0x74b268(0x1ac)),{getTestEnv}=require(a4_0x74b268(0x1fc)),{FRAMEWORKS}=require(a4_0x74b268(0x134)),logger=require(a4_0x74b268(0x14d))['winstonLogger'],SessionHandler=require(a4_0x74b268(0x17c)),RequestQueueHandler=require('../../helpers/test-observability/requestQueueHandler'),PlaywrightSessionDetails=require(a4_0x74b268(0x1b8)),debug=testOpsHelper[a4_0x74b268(0x204)],{processAccessibilityCaps}=require(a4_0x74b268(0x158)),Constants=require(a4_0x74b268(0x207)),{fetchPlatformDetails}=require(a4_0x74b268(0x17a)),{shouldProcessEventForTesthub,appendTesthubParams}=require(a4_0x74b268(0x150)),constants=require(a4_0x74b268(0x207)),STATE_PASSED=a4_0x74b268(0x1f3),STATE_FAILED=a4_0x74b268(0x1a5),a4_0x159920={};a4_0x159920['TEST_RUN_STARTED']=a4_0x74b268(0x141),a4_0x159920[a4_0x74b268(0x1a8)]=a4_0x74b268(0x1bf),a4_0x159920[a4_0x74b268(0x171)]='TestRunSkipped',a4_0x159920[a4_0x74b268(0x180)]=a4_0x74b268(0x187),a4_0x159920[a4_0x74b268(0x1f5)]=a4_0x74b268(0x19e);const TEST_EVENTS=a4_0x159920,parseEvent=_0x20f959=>{const _0x4d03b7=a4_0x74b268,_0x5071a5={};_0x5071a5[_0x4d03b7(0x127)]=function(_0x3f2a51,_0x2de88a){return _0x3f2a51<_0x2de88a;},_0x5071a5[_0x4d03b7(0x143)]=function(_0x23e679,_0x5391cf){return _0x23e679===_0x5391cf;},_0x5071a5['FFsgy']=_0x4d03b7(0x1e6),_0x5071a5[_0x4d03b7(0x131)]=_0x4d03b7(0x1a2),_0x5071a5['jOxce']=_0x4d03b7(0x128),_0x5071a5[_0x4d03b7(0x1f0)]=_0x4d03b7(0x15a),_0x5071a5['DmcYs']=_0x4d03b7(0x15b);const _0x910f7c=_0x5071a5,_0x5bc96f=_0x20f959[_0x4d03b7(0x125)](/^(.*)Run(.*)$/);if(!_0x5bc96f)return null;if(_0x910f7c[_0x4d03b7(0x127)](_0x5bc96f[_0x4d03b7(0x16e)],0x3))return null;const _0x309536=_0x5bc96f[0x1]['toLowerCase'](),_0x445eac=_0x5bc96f[0x2][_0x4d03b7(0x149)]();return{'test':_0x910f7c['lvtoa'](_0x309536,_0x910f7c['FFsgy']),'hook':_0x910f7c[_0x4d03b7(0x143)](_0x309536,_0x910f7c[_0x4d03b7(0x131)]),'skipped':_0x910f7c[_0x4d03b7(0x143)](_0x445eac,_0x910f7c[_0x4d03b7(0x181)]),'started':_0x910f7c[_0x4d03b7(0x143)](_0x445eac,_0x910f7c['TMELf']),'finished':_0x910f7c[_0x4d03b7(0x143)](_0x445eac,_0x910f7c[_0x4d03b7(0x1fd)])};},mockPWBrowserType=_0x14080f=>{const _0x4df9b4=a4_0x74b268,_0x3e6336={'HSjYE':function(_0x3a1740,_0x393670){return _0x3a1740===_0x393670;},'HDRpy':_0x4df9b4(0x18c),'qMJEU':function(_0x5d7dcb,_0x4e180d,_0x414f0b){return _0x5d7dcb(_0x4e180d,_0x414f0b);},'mFkDf':'wsEndpoint','mrFLM':function(_0x8e4285,_0x8fdb61){return _0x8e4285(_0x8fdb61);},'MVDsn':_0x4df9b4(0x164),'DUnrX':function(_0x3d1c29,_0x486ea9,_0x1a4010){return _0x3d1c29(_0x486ea9,_0x1a4010);},'ZlFNP':function(_0x235668,_0xda6ea3){return _0x235668(_0xda6ea3);},'bmMkW':_0x4df9b4(0x1f7),'eBiSQ':'client','wCqwF':'browserType.js','UQcrA':function(_0x2c1d1c,_0x8e746f){return _0x2c1d1c(_0x8e746f);},'wbioh':'Not\x20able\x20to\x20import\x20Browser','PUqdJ':_0x4df9b4(0x15c),'fRKwY':_0x4df9b4(0x1d0)},_0x40d368=path['join'](_0x3e6336[_0x4df9b4(0x20c)],_0x3e6336['eBiSQ'],_0x3e6336[_0x4df9b4(0x1b9)]),_0x102e57=_0x3e6336['ZlFNP'](importFileFromPWCore,_0x40d368);if(!_0x102e57){_0x3e6336[_0x4df9b4(0x1e8)](debug,_0x3e6336[_0x4df9b4(0x179)]);return;}const _0x27e037=_0x102e57[_0x4df9b4(0x167)],_0x624c05=_0x27e037[_0x4df9b4(0x1c9)];if(_0x624c05['obsBrowserTypeMockApplied'])return;const _0xdaf725=_0x624c05[_0x4df9b4(0x15c)];Object['defineProperty'](_0x624c05,_0x3e6336[_0x4df9b4(0x12e)],{'get':function(){const _0x2cb59e=_0x4df9b4,_0x394275={'lAPpv':function(_0xb2411b,_0x277c26){return _0x3e6336['HSjYE'](_0xb2411b,_0x277c26);},'fhAuE':_0x3e6336[_0x2cb59e(0x161)],'Msrse':function(_0x2b9a95,_0x501428,_0x1cb1c1){const _0x1e266c=_0x2cb59e;return _0x3e6336[_0x1e266c(0x1d3)](_0x2b9a95,_0x501428,_0x1cb1c1);},'WggKi':_0x3e6336[_0x2cb59e(0x142)],'qofgQ':function(_0x4053ca,_0x3b939e){const _0x27fc17=_0x2cb59e;return _0x3e6336[_0x27fc17(0x185)](_0x4053ca,_0x3b939e);},'iDELy':_0x3e6336[_0x2cb59e(0x1c1)],'znLWi':function(_0x413dc0,_0x1dcff8,_0x1617c1){const _0x2be37e=_0x2cb59e;return _0x3e6336[_0x2be37e(0x176)](_0x413dc0,_0x1dcff8,_0x1617c1);},'NLXiB':function(_0x403acd,_0x179eab){const _0x129b3e=_0x2cb59e;return _0x3e6336[_0x129b3e(0x1d9)](_0x403acd,_0x179eab);}};return async function _0x25bd0c(_0x54fe12,_0x29fde7){const _0x380c82=_0x2cb59e,_0x36e0f3=_0x394275[_0x380c82(0x13d)](nestedKeyValue,_0x54fe12,[_0x394275[_0x380c82(0x1ec)]])||_0x54fe12;let _0x45fe60=null,_0x3a9614=null;try{[_0x3a9614,_0x45fe60]=_0x36e0f3?_0x394275[_0x380c82(0x17e)](parseWSEndpoint,_0x36e0f3):[null,null],global[_0x380c82(0x20b)]=_0x45fe60,logger[_0x380c82(0x204)]('Checking\x20for\x20accessibility\x20automation\x20session\x20with\x20'+_0x3a9614),_0x3a9614[_0x380c82(0x1d2)](Constants[_0x380c82(0x1e2)])&&(global[_0x380c82(0x1c6)]=_0x394275[_0x380c82(0x146)]);}catch(_0x24ee3d){logger['debug']('Failed\x20to\x20parse\x20wsendpoint\x20'+_0x36e0f3+'\x20'+_0x24ee3d);}_0x394275[_0x380c82(0x17f)](processAccessibilityCaps,_0x45fe60,_0x3a9614);if(global[_0x380c82(0x1ea)]){const _0x4e377e=await _0x624c05['connectOverCDP'][_0x380c82(0x198)](this,[''+Constants['PLAYWRIGHT_HUB_URL']+_0x394275[_0x380c82(0x133)](encodeURIComponent,JSON['stringify'](_0x45fe60))]);return PlaywrightSessionDetails['setupBrowserDetails'](_0x4e377e,_0x14080f,_0x36e0f3),_0x4e377e;}return _0xdaf725['apply'](this,arguments)[_0x380c82(0x190)](_0x121d13=>{const _0x4fb04e=_0x380c82;let _0x245254=_0x54fe12['wsEndpoint'];return _0x394275[_0x4fb04e(0x1be)](typeof _0x54fe12,_0x394275[_0x4fb04e(0x1e0)])&&(_0x245254=_0x54fe12),PlaywrightSessionDetails['setupBrowserDetails'](_0x121d13,_0x14080f,_0x245254),_0x121d13;});};}});const _0x179f11=_0x624c05[_0x4df9b4(0x1d0)];Object[_0x4df9b4(0x1a3)](_0x624c05,_0x3e6336[_0x4df9b4(0x15e)],{'get':function(){return async function _0xbc2b7a(){const _0x4a7b9c=a4_0x5186;return _0x179f11[_0x4a7b9c(0x198)](this,arguments)[_0x4a7b9c(0x190)](_0x18ac2e=>{const _0xba6f2e=_0x4a7b9c;return PlaywrightSessionDetails[_0xba6f2e(0x16d)](_0x18ac2e,null),_0x18ac2e;});};}});};class O11yHelper{['currentTest']=null;[a4_0x74b268(0x1c8)]=null;['enabled']=![];[a4_0x74b268(0x1af)]=![];constructor(_0x1789ae,_0x22bc77){const _0x2b7670=a4_0x74b268,_0x10f750={'FlccH':'4|0|5|3|2|1','Gwiro':function(_0x15a503,_0x85f158){return _0x15a503===_0x85f158;},'SZSnv':_0x2b7670(0x153),'HTCMf':function(_0x1d6032,_0x581604){return _0x1d6032(_0x581604);},'lLaTr':function(_0x3c505e){return _0x3c505e();},'PXNKE':function(_0x4cd86e){return _0x4cd86e();}},_0x255bc9=_0x10f750['FlccH'][_0x2b7670(0x21d)]('|');let _0x10b779=0x0;while(!![]){switch(_0x255bc9[_0x10b779++]){case'0':this[_0x2b7670(0x1af)]=_0x22bc77[_0x2b7670(0x1af)];continue;case'1':this[_0x2b7670(0x162)]&&_0x10f750[_0x2b7670(0x1cf)](this[_0x2b7670(0x162)][_0x2b7670(0x1f1)][_0x2b7670(0x209)],_0x10f750[_0x2b7670(0x195)])&&_0x10f750['HTCMf'](mockPWBrowserType,null);continue;case'2':this[_0x2b7670(0x1b1)]=new testOpsHelper[(_0x2b7670(0x178))]({'cwd':process[_0x2b7670(0x1ce)]()},this[_0x2b7670(0x1b0)][_0x2b7670(0x1d6)]);continue;case'3':this[_0x2b7670(0x1b0)]=_0x10f750[_0x2b7670(0x197)](getTestEnv);continue;case'4':this[_0x2b7670(0x1ef)]=_0x10f750[_0x2b7670(0x14e)](shouldProcessEventForTesthub);continue;case'5':this[_0x2b7670(0x162)]=_0x1789ae;continue;}break;}}[a4_0x74b268(0x1ee)](){const _0x4ce59b=a4_0x74b268;if(!this[_0x4ce59b(0x1ef)])return;testOpsHelper[_0x4ce59b(0x208)](),process['removeAllListeners']('bs:addLog:'+process['pid']),process['on'](_0x4ce59b(0x1e1)+process['pid'],this[_0x4ce59b(0x1c5)][_0x4ce59b(0x13b)](this));}async[a4_0x74b268(0x14a)](){const _0x57f158=a4_0x74b268;await RequestQueueHandler[_0x57f158(0x18b)]()[_0x57f158(0x192)]();}async[a4_0x74b268(0x1c5)](_0x5d5ced){const _0x1fe032=a4_0x74b268,_0xbe9b02={'vKVhw':_0x1fe032(0x17b),'zFcyO':function(_0xfa227a,_0x4d98f4){return _0xfa227a(_0x4d98f4);}};try{this['currentHook']&&!this[_0x1fe032(0x1c8)][_0x1fe032(0x152)]&&(_0x5d5ced[_0x1fe032(0x12c)]=this[_0x1fe032(0x1c8)]['hookAnalyticsId']);!_0x5d5ced[_0x1fe032(0x12c)]&&this[_0x1fe032(0x203)]&&!this[_0x1fe032(0x203)]['markedStatus']&&(_0x5d5ced[_0x1fe032(0x144)]=this['currentTest'][_0x1fe032(0x170)]);if(_0x5d5ced[_0x1fe032(0x12c)]||_0x5d5ced[_0x1fe032(0x144)]){const _0x4097b2={};_0x4097b2['event_type']=_0xbe9b02[_0x1fe032(0x1b4)],_0x4097b2[_0x1fe032(0x21a)]=[_0x5d5ced],await SessionHandler[_0x1fe032(0x151)](_0x4097b2);}}catch(_0x31d260){_0xbe9b02[_0x1fe032(0x1bc)](debug,_0x1fe032(0x1fa)+constants[_0x1fe032(0x137)]+_0x1fe032(0x1b2)+_0x31d260);}}async[a4_0x74b268(0x19c)](_0x5e7b8c){const _0x5b271c=a4_0x74b268,_0x46f215={'fmJqc':'CBTSessionCreated','gzbFR':function(_0x5eda66,_0x2fe7f4){return _0x5eda66(_0x2fe7f4);}};if(!this[_0x5b271c(0x1ef)])return;const _0x2bf539=this[_0x5b271c(0x1ed)](this[_0x5b271c(0x162)]);try{const _0x35d62c={};_0x35d62c[_0x5b271c(0x1a6)]=_0x5e7b8c,_0x35d62c[_0x5b271c(0x126)]=_0x2bf539;const _0x46a1b3=_0x35d62c,_0x416d10={};_0x416d10[_0x5b271c(0x12d)]=_0x46f215[_0x5b271c(0x19b)],_0x416d10[_0x5b271c(0x1a9)]=_0x46a1b3,await SessionHandler[_0x5b271c(0x151)](_0x416d10);}catch(_0x39af44){_0x46f215[_0x5b271c(0x218)](debug,'Exception\x20in\x20uploading\x20platform\x20details\x20to\x20'+constants[_0x5b271c(0x137)]+_0x5b271c(0x1b2)+_0x39af44);}}[a4_0x74b268(0x1ed)](_0x5575e4){const _0x47734e=a4_0x74b268,_0x160574={'swtiP':function(_0x2d805f,_0x468995){return _0x2d805f(_0x468995);}};return _0x160574[_0x47734e(0x193)](fetchPlatformDetails,_0x5575e4);}[a4_0x74b268(0x148)]=_0x21efaa=>{const _0x5eeff0=a4_0x74b268,_0x33c9c6={};_0x33c9c6['Jhgpo']=_0x5eeff0(0x165),_0x33c9c6[_0x5eeff0(0x1a4)]='_afterEach';const _0x2297d4=_0x33c9c6;if(!_0x21efaa||!_0x21efaa['parent'])return;[_0x2297d4[_0x5eeff0(0x14b)],_0x2297d4[_0x5eeff0(0x1a4)]][_0x5eeff0(0x14c)](_0x360c38=>{const _0x5c442a=_0x5eeff0,_0xbbf43b=_0x21efaa[_0x5c442a(0x12a)][_0x360c38];_0xbbf43b[_0x5c442a(0x14c)](_0x3b5f6c=>{const _0x3dbfb3=_0x5c442a;_0x3b5f6c[_0x3dbfb3(0x18f)]&&(_0x3b5f6c[_0x3dbfb3(0x18f)]=null);});});};[a4_0x74b268(0x182)](_0x14ebd3){const _0x47dcdf=a4_0x74b268,_0x28ef33={'bNDYB':_0x47dcdf(0x1f9),'VInUm':function(_0xd12356){return _0xd12356();},'yaCMt':function(_0x5394e2,_0x34d946){return _0x5394e2===_0x34d946;},'RGjak':_0x47dcdf(0x13f),'PIrfu':function(_0x2346c6){return _0x2346c6();},'RAfMb':_0x47dcdf(0x16f),'vKPRS':'_afterAll','UaBAz':_0x47dcdf(0x165)};if(!_0x14ebd3||!_0x14ebd3['parent'])return;[_0x28ef33[_0x47dcdf(0x173)],_0x28ef33[_0x47dcdf(0x138)],_0x28ef33[_0x47dcdf(0x16a)],_0x28ef33[_0x47dcdf(0x1a1)]][_0x47dcdf(0x14c)](_0xf20e21=>{const _0x4d7570=_0x47dcdf,_0x1fe0ef=_0x14ebd3[_0x4d7570(0x12a)][_0xf20e21]||[];_0x1fe0ef[_0x4d7570(0x14c)](_0x1f75bd=>{const _0x861f8d=_0x4d7570;if(_0x1f75bd[_0x861f8d(0x1b6)][_0x861f8d(0x1d2)](_0x28ef33[_0x861f8d(0x18d)]))return;if(!_0x1f75bd[_0x861f8d(0x18f)])_0x1f75bd[_0x861f8d(0x18f)]=_0x28ef33[_0x861f8d(0x168)](uuidv4);else _0x1f75bd['markedStatus']&&_0x28ef33['yaCMt'](_0xf20e21,_0x28ef33[_0x861f8d(0x1a1)])&&(_0x1f75bd['hookAnalyticsId']=_0x28ef33[_0x861f8d(0x1db)](uuidv4),delete _0x1f75bd['markedStatus']);});}),this[_0x47dcdf(0x182)](_0x14ebd3[_0x47dcdf(0x12a)]);}[a4_0x74b268(0x1fe)](_0x508895){const _0x523e66=a4_0x74b268,_0x3a9c25={};_0x3a9c25['XSWII']=_0x523e66(0x16f),_0x3a9c25[_0x523e66(0x166)]=_0x523e66(0x129),_0x3a9c25[_0x523e66(0x135)]='_beforeEach',_0x3a9c25['EBOUf']=_0x523e66(0x13f);const _0xfcf2a5=_0x3a9c25;if(!_0x508895||!_0x508895[_0x523e66(0x12a)])return[];const _0x3deb9c=[];return[_0xfcf2a5[_0x523e66(0x154)],_0xfcf2a5['OnWwq'],_0xfcf2a5[_0x523e66(0x135)],_0xfcf2a5['EBOUf']]['forEach'](_0x239b1d=>{const _0x185040=_0x523e66,_0x19fb09=_0x508895[_0x185040(0x12a)][_0x239b1d]||[];_0x19fb09['forEach'](_0x5ed6f7=>{const _0x22fa61=_0x185040;_0x5ed6f7[_0x22fa61(0x18f)]&&_0x3deb9c['push'](_0x5ed6f7[_0x22fa61(0x18f)]);});}),[]['concat'](_0x3deb9c,this[_0x523e66(0x1fe)](_0x508895[_0x523e66(0x12a)]));}[a4_0x74b268(0x13c)](_0x2efe6f){const _0x1534fb=a4_0x74b268,_0x7421b4=/^"(?<hook>.*)" hook:.*$/,_0x390bbc=_0x2efe6f[_0x1534fb(0x1b6)],_0x1ca214=_0x390bbc['match'](_0x7421b4);if(_0x1ca214&&_0x1ca214[_0x1534fb(0x163)])return _0x1ca214[_0x1534fb(0x163)]['hook'][_0x1534fb(0x132)]()['replace']('\x20','_');return null;}[a4_0x74b268(0x13e)](_0x16ee74){const _0x30c144=a4_0x74b268,_0x486636={};_0x486636[_0x30c144(0x1f8)]=function(_0x1fb3e0,_0x9c5d33){return _0x1fb3e0===_0x9c5d33;},_0x486636['VFswJ']=_0x30c144(0x1d8),_0x486636[_0x30c144(0x18a)]=_0x30c144(0x1df);const _0x477d05=_0x486636,_0x16a0bb=path[_0x30c144(0x20e)];if(_0x477d05[_0x30c144(0x1f8)](_0x16ee74,null)||_0x477d05[_0x30c144(0x1f8)](_0x16ee74,'')||_0x477d05['fxJMu'](_0x16ee74,_0x16a0bb)||_0x477d05[_0x30c144(0x1f8)](_0x16ee74,path[_0x30c144(0x1d1)](_0x16ee74)))return null;try{return fs[_0x30c144(0x213)](path['join'](_0x16ee74,_0x477d05[_0x30c144(0x169)],_0x477d05['IHftU'])),_0x16ee74;}catch(_0x3a691f){const _0x4474d1=path[_0x30c144(0x1d1)](_0x16ee74);return this['findGitConfig'](_0x4474d1);}}['getRootParentFile'](_0x4e8d91){const _0x17011c=a4_0x74b268,_0xbe35e9={};_0xbe35e9[_0x17011c(0x177)]=function(_0x327c8c,_0x14ec47){return _0x327c8c>_0x14ec47;};const _0x191238=_0xbe35e9;if(_0x4e8d91[_0x17011c(0x1c7)])return _0x4e8d91[_0x17011c(0x1c7)];if(_0x4e8d91[_0x17011c(0x1c4)]){const _0x2140ec=_0x4e8d91[_0x17011c(0x1c4)][_0x17011c(0x203)]?this[_0x17011c(0x191)](_0x4e8d91['ctx']['currentTest']):null;if(_0x2140ec)return _0x2140ec;}if(_0x4e8d91['parent']){const _0x47625b=this[_0x17011c(0x191)](_0x4e8d91[_0x17011c(0x12a)])||(_0x4e8d91['parent'][_0x17011c(0x1c4)]&&_0x4e8d91[_0x17011c(0x12a)][_0x17011c(0x1c4)][_0x17011c(0x203)]?this['getRootParentFile'](_0x4e8d91['parent'][_0x17011c(0x1c4)][_0x17011c(0x203)]):null);if(_0x47625b)return _0x47625b;_0x4e8d91['parent'][_0x17011c(0x175)]&&_0x191238[_0x17011c(0x177)](_0x4e8d91[_0x17011c(0x12a)][_0x17011c(0x175)][_0x17011c(0x16e)],0x0)&&_0x4e8d91['parent'][_0x17011c(0x175)]['forEach'](_0x2616d3=>{const _0x17a097=_0x17011c,_0x33e8fa=_0x2616d3[_0x17a097(0x1c4)]?this[_0x17a097(0x191)](_0x2616d3[_0x17a097(0x1c4)]):null;if(_0x33e8fa)return _0x33e8fa;});}return null;}[a4_0x74b268(0x160)](_0xf45daf){const _0x1479bd=a4_0x74b268,_0x56b52a={};_0x56b52a['PbezZ']=function(_0x427220,_0x2dded7){return _0x427220!==_0x2dded7;};const _0x2695bc=_0x56b52a,_0x435f2b=[];if(_0xf45daf&&_0xf45daf['parent']){let _0x1e671b=_0xf45daf[_0x1479bd(0x12a)];while(_0x1e671b&&_0x2695bc['PbezZ'](_0x1e671b['title'],'')){_0x435f2b[_0x1479bd(0x21c)](_0x1e671b[_0x1479bd(0x1b6)]),_0x1e671b=_0x1e671b[_0x1479bd(0x12a)];}}return _0x435f2b;}[a4_0x74b268(0x202)](_0x34ba09,_0x173947,_0x3abfaa=undefined){const _0x49365f=a4_0x74b268,_0x17b15b={'cPKUC':function(_0x3565a1,_0x4f7e10){return _0x3565a1(_0x4f7e10);},'YtTAi':function(_0x522b03){return _0x522b03();},'LDert':function(_0x355752){return _0x355752();},'FljpD':'util','DjhQa':_0x49365f(0x19d),'EBxga':function(_0x2738ab,_0x242818){return _0x2738ab!==_0x242818;},'bCeHW':function(_0x2da191,_0x54e0ed){return _0x2da191!==_0x54e0ed;},'nbPUH':_0x49365f(0x15f),'ZeerT':_0x49365f(0x156),'BFKoJ':_0x49365f(0x1a5),'iaBtx':_0x49365f(0x1f3),'jMjhy':_0x49365f(0x128),'CjeFt':'javascript','udbvP':function(_0x18d893,_0x446e78){return _0x18d893-_0x446e78;},'XULaF':function(_0x23f882,_0x4641ec,_0x6fdd27,_0x139380,_0x4d5541){return _0x23f882(_0x4641ec,_0x6fdd27,_0x139380,_0x4d5541);},'GQnzI':function(_0x5b77cc,_0x2f568d){return _0x5b77cc!==_0x2f568d;},'vUTWZ':_0x49365f(0x126),'RMKtf':_0x49365f(0x1e3),'dgQjt':_0x49365f(0x174),'rMJAU':_0x49365f(0x14f),'QhGqT':_0x49365f(0x139),'DBnmk':_0x49365f(0x199),'xJSfM':_0x49365f(0x1de),'Kknhc':function(_0x4c766b,_0x30eeef){return _0x4c766b===_0x30eeef;},'zuEqo':_0x49365f(0x145),'nghuL':_0x49365f(0x1a9)};if(!this[_0x49365f(0x1ef)])return;try{if(_0x173947['fn']&&_0x173947['fn'][_0x49365f(0x189)]()[_0x49365f(0x125)](/browserstack internal helper hook/))return;const _0x22a997=_0x17b15b[_0x49365f(0x1da)](parseEvent,_0x34ba09);if(!_0x22a997)return;if(_0x22a997[_0x49365f(0x1e6)]){this[_0x49365f(0x203)]=_0x173947,this['currentHook']=null;if(_0x22a997[_0x49365f(0x15a)]||_0x22a997['skipped']){_0x173947[_0x49365f(0x183)]=new Date(),_0x173947[_0x49365f(0x152)]=![];if(!_0x173947[_0x49365f(0x170)])_0x173947[_0x49365f(0x170)]=_0x17b15b[_0x49365f(0x157)](uuidv4);else _0x173947[_0x49365f(0x152)]&&(!_0x173947[_0x49365f(0x216)]&&(_0x173947['retryOf']=_0x173947[_0x49365f(0x170)]),_0x173947[_0x49365f(0x170)]=_0x17b15b[_0x49365f(0x157)](uuidv4));}}else{if(_0x22a997[_0x49365f(0x1a2)]){this[_0x49365f(0x1c8)]=_0x173947;if(_0x22a997[_0x49365f(0x15a)]){_0x173947[_0x49365f(0x183)]=new Date(),_0x173947[_0x49365f(0x152)]=![];if(!_0x173947['hookAnalyticsId'])_0x173947['hookAnalyticsId']=_0x17b15b[_0x49365f(0x210)](uuidv4);else _0x173947['hookAnalyticsId']&&_0x173947[_0x49365f(0x152)]&&(_0x173947[_0x49365f(0x18f)]=_0x17b15b[_0x49365f(0x157)](uuidv4));}}}if(_0x22a997[_0x49365f(0x15b)]&&_0x173947[_0x49365f(0x152)])return;let _0xb910cb;try{_0xb910cb=this['getRootParentFile'](_0x173947);}catch(_0x1c05ec){logger[_0x49365f(0x204)](_0x49365f(0x19a)+_0x1c05ec),_0xb910cb=null;}const _0x5ae7e2=_0x17b15b['cPKUC'](require,_0x17b15b[_0x49365f(0x147)]);let _0x196cef=[];_0x3abfaa&&(_0x196cef=[_0x3abfaa,_0x17b15b[_0x49365f(0x1d7)]]);const _0x6e4b15=_0x17b15b['EBxga'](_0x173947['errorsDetailed'],undefined)?_0x5ae7e2[_0x49365f(0x1a7)](_0x173947[_0x49365f(0x196)][0x0]):_0x17b15b[_0x49365f(0x1aa)](_0x3abfaa,undefined)?_0x3abfaa['toString']():undefined,_0x303aea=_0xb910cb?this[_0x49365f(0x13e)](_0xb910cb):null,_0x462513=_0xb910cb?this[_0x49365f(0x1b1)][_0x49365f(0x12b)](this[_0x49365f(0x191)](_0x173947)):_0x17b15b['nbPUH'];let _0x1fd01c=_0x17b15b[_0x49365f(0x201)];const _0x3c3186=!_0x22a997[_0x49365f(0x15a)]?new Date()[_0x49365f(0x200)]():null;if(_0x22a997[_0x49365f(0x15b)])_0x1fd01c=_0x3abfaa?_0x17b15b[_0x49365f(0x214)]:_0x17b15b[_0x49365f(0x1d4)],_0x173947[_0x49365f(0x152)]=!![];else _0x22a997[_0x49365f(0x128)]&&(_0x1fd01c=_0x17b15b[_0x49365f(0x1e9)],_0x173947[_0x49365f(0x152)]=!![]);const _0x3d0aa6={'framework':this['frameworkName'],'uuid':_0x173947[_0x49365f(0x170)]||_0x173947[_0x49365f(0x18f)],'name':_0x173947[_0x49365f(0x1b6)],'body':{'lang':_0x17b15b['CjeFt'],'code':_0x173947[_0x49365f(0x1ab)]['toString']()},'type':_0x173947[_0x49365f(0x20d)],'scope':_0x173947[_0x49365f(0x194)](),'scopes':this[_0x49365f(0x160)](_0x173947),'file_name':_0x462513,'vc_filepath':_0x303aea?path[_0x49365f(0x16b)](_0x303aea,_0xb910cb):null,'location':_0x462513,'result':_0x1fd01c,'failure_reason':_0x6e4b15,'duration_in_ms':_0x173947[_0x49365f(0x1cb)]||(_0x22a997[_0x49365f(0x15b)]||_0x22a997[_0x49365f(0x128)])?_0x17b15b['udbvP'](Date[_0x49365f(0x1e4)](),new Date(_0x173947[_0x49365f(0x183)])[_0x49365f(0x1c0)]()):null,'started_at':new Date(_0x173947[_0x49365f(0x183)])[_0x49365f(0x200)](),'finished_at':_0x3c3186,'failure':testOpsHelper[_0x49365f(0x1e7)][_0x49365f(0x198)](null,_0x196cef),'failure_type':!_0x6e4b15?null:testOpsHelper[_0x49365f(0x188)](_0x6e4b15),'retry_of':_0x173947[_0x49365f(0x216)]||null,'tags':_0x173947[_0x49365f(0x155)]||[],'customRerunParam':{'rerun_name':_0x173947[_0x49365f(0x194)]()}};_0x17b15b[_0x49365f(0x186)](appendTesthubParams,_0x3d0aa6,_0x34ba09,_0x173947,FRAMEWORKS[_0x49365f(0x20a)]);if(_0x22a997[_0x49365f(0x1a2)])[_0x3d0aa6[_0x49365f(0x21b)],_0x3d0aa6[_0x49365f(0x209)]]=[this[_0x49365f(0x13c)](_0x173947),_0x173947['ctx']['test'][_0x49365f(0x1b6)]],_0x22a997[_0x49365f(0x15b)]?_0x17b15b['GQnzI'](_0x3d0aa6['result'],_0x17b15b[_0x49365f(0x214)])&&(_0x3d0aa6['result']=_0x17b15b[_0x49365f(0x1d4)]):_0x3d0aa6[_0x49365f(0x1ab)]={};else _0x22a997['test']&&(this[_0x49365f(0x182)](_0x173947),_0x22a997[_0x49365f(0x128)]&&this[_0x49365f(0x148)](_0x173947),(_0x22a997[_0x49365f(0x15b)]||_0x22a997[_0x49365f(0x128)])&&(_0x3d0aa6['hooks']=this['getHooksForTest'](_0x173947)));this[_0x49365f(0x162)]&&(_0x22a997['started']||_0x22a997[_0x49365f(0x128)])&&(_0x3d0aa6[_0x17b15b['vUTWZ']]=this[_0x49365f(0x1ed)](this[_0x49365f(0x162)]));_0x22a997[_0x49365f(0x1e6)]&&_0x22a997[_0x49365f(0x15b)]&&_0x173947['bddSteps']&&(_0x3d0aa6[_0x17b15b[_0x49365f(0x1f6)]]={'feature':{'name':_0x173947[_0x49365f(0x12a)]['feature'][_0x49365f(0x209)],'path':_0x3d0aa6[_0x49365f(0x1ad)],'description':_0x173947[_0x49365f(0x12a)][_0x49365f(0x18e)]},'scenario':{'name':_0x173947[_0x49365f(0x1b6)]},'steps':_0x173947['bddSteps']});const _0x81ccf5=_0x3d0aa6[_0x17b15b['dgQjt']][0x0];_0x81ccf5&&(_0x3d0aa6[_0x17b15b[_0x49365f(0x215)]]=_0x81ccf5[_0x17b15b[_0x49365f(0x205)]],_0x3d0aa6[_0x17b15b[_0x49365f(0x1dc)]]=_0x81ccf5[_0x17b15b['xJSfM']]);if(_0x173947[_0x49365f(0x13a)])for(const _0xba10cb of _0x173947['bddSteps']){!_0xba10cb['finished_at']&&(_0xba10cb['finished_at']=new Date()['toISOString'](),_0x17b15b[_0x49365f(0x20f)](_0xba10cb['result'],_0x17b15b['ZeerT'])&&(_0x81ccf5?(_0xba10cb[_0x49365f(0x1cd)]=_0x17b15b[_0x49365f(0x214)],_0xba10cb[_0x49365f(0x174)]=_0x81ccf5[_0x17b15b['QhGqT']][0x0]):_0xba10cb[_0x49365f(0x1cd)]=_0x17b15b[_0x49365f(0x1d4)]));}const _0x2eb640={};_0x2eb640[_0x49365f(0x12d)]=_0x22a997['skipped']?TEST_EVENTS[_0x49365f(0x1a8)]:_0x34ba09;const _0x579a36=_0x2eb640;return _0x22a997['hook']?_0x579a36[_0x17b15b['zuEqo']]=_0x3d0aa6:_0x579a36[_0x17b15b[_0x49365f(0x1c3)]]=_0x3d0aa6,_0x579a36;}catch(_0x39cf11){logger[_0x49365f(0x204)](_0x49365f(0x1fb)+_0x34ba09+_0x49365f(0x1b2)+_0x39cf11);}}async['fireEvent'](_0x5ce31e,_0x179719){const _0x4167d6=a4_0x74b268;if(!this['enabled']||!_0x179719||!_0x5ce31e)return![];try{return await SessionHandler['uploadEventData'](_0x179719);}catch(_0x7c56fa){logger[_0x4167d6(0x204)](_0x4167d6(0x15d)+_0x5ce31e+_0x4167d6(0x1b2)+_0x7c56fa);}}[a4_0x74b268(0x19f)](_0x2434a5){const _0x1c115f=a4_0x74b268,_0x5cb688={};_0x5cb688[_0x1c115f(0x1ba)]=_0x1c115f(0x156);const _0x117428=_0x5cb688;return{'id':_0x2434a5[_0x1c115f(0x1f2)],'text':_0x2434a5[_0x1c115f(0x1b3)],'keyword':_0x2434a5[_0x1c115f(0x184)],'started_at':_0x2434a5['startedAt']['toISOString'](),'result':_0x117428[_0x1c115f(0x1ba)]};}['bddStepStart'](_0x459ec9){const _0x24ff6f=a4_0x74b268,_0x4f9830={'RvIRF':function(_0x2c80c6){return _0x2c80c6();}};!this[_0x24ff6f(0x203)][_0x24ff6f(0x13a)]&&(this[_0x24ff6f(0x203)][_0x24ff6f(0x13a)]=[]),!_0x459ec9[_0x24ff6f(0x1f2)]&&(_0x459ec9[_0x24ff6f(0x1f2)]=_0x4f9830[_0x24ff6f(0x1ca)](uuidv4),_0x459ec9[_0x24ff6f(0x183)]=new Date(),this[_0x24ff6f(0x203)][_0x24ff6f(0x13a)][_0x24ff6f(0x21c)](this[_0x24ff6f(0x19f)](_0x459ec9)));}[a4_0x74b268(0x1a0)](_0x4b279a){const _0x51aeb6=a4_0x74b268,_0x209a79={'vFjZQ':function(_0x7ef7ba,_0x1cc10e){return _0x7ef7ba(_0x1cc10e);},'RSplR':'success','wjfLb':_0x51aeb6(0x156),'cDdGH':'passed','NbkYW':function(_0x38d521,_0x56487d){return _0x38d521-_0x56487d;}};let _0xcd59cc=this[_0x51aeb6(0x203)][_0x51aeb6(0x13a)][_0x51aeb6(0x1ff)](_0x19836a=>_0x19836a['id']===_0x4b279a[_0x51aeb6(0x1f2)]);_0x209a79[_0x51aeb6(0x159)](isUndefined,_0xcd59cc)&&(_0xcd59cc=this[_0x51aeb6(0x19f)](_0x4b279a)),_0xcd59cc['result']=[_0x209a79[_0x51aeb6(0x17d)],_0x209a79[_0x51aeb6(0x1ae)]][_0x51aeb6(0x1d2)](_0x4b279a[_0x51aeb6(0x1dd)])?_0x209a79[_0x51aeb6(0x1bd)]:_0x4b279a['status'],_0xcd59cc[_0x51aeb6(0x1b5)]=new Date()[_0x51aeb6(0x200)](),_0xcd59cc[_0x51aeb6(0x1cb)]=_0x209a79[_0x51aeb6(0x172)](Date[_0x51aeb6(0x1e4)](),_0x4b279a[_0x51aeb6(0x183)]['getTime']()),_0xcd59cc[_0x51aeb6(0x174)]=_0x4b279a[_0x51aeb6(0x19d)]?_0x4b279a[_0x51aeb6(0x19d)][_0x51aeb6(0x211)]:null;}}const a4_0x36897e={};function a4_0x5186(_0xa27bf0,_0x15ffa1){const _0x2d3a7a=a4_0x2d3a();return a4_0x5186=function(_0x5186c8,_0x4f15d5){_0x5186c8=_0x5186c8-0x125;let _0x1fc8c8=_0x2d3a7a[_0x5186c8];return _0x1fc8c8;},a4_0x5186(_0xa27bf0,_0x15ffa1);}function a4_0x2d3a(){const _0x5526db=['suites','DUnrX','ideDA','PathHelper','wbioh','./helper.js','LogCreated','../../helpers/test-observability/sessionHandler','RSplR','qofgQ','znLWi','HOOK_RUN_STARTED','jOxce','mapTestHooks','startedAt','keyword','mrFLM','XULaF','HookRunStarted','getFailureType','toString','IHftU','getInstance','string','bNDYB','comment','hookAnalyticsId','then','getRootParentFile','shutdown','swtiP','fullTitle','SZSnv','errorsDetailed','lLaTr','apply','failure_reason_expanded','failed\x20to\x20get\x20root\x20parent\x20file\x20','fmJqc','sendCBTInfo','err','HookRunFinished','initializeBddStep','bddStepFinish','RGjak','hook','defineProperty','ghZkR','failed','uuid','inspect','TEST_RUN_FINISHED','test_run','bCeHW','body','../../helpers/test-observability/utils','file_name','wjfLb','frameworkName','_testEnv','_paths','\x20with\x20error\x20:\x20','text','vKVhw','finished_at','title','260KsaJcI','../playwright/sessionDetails','wCqwF','RFpBH','3560gmAJaq','zFcyO','cDdGH','lAPpv','TestRunFinished','getTime','MVDsn','247583dZKzvd','nghuL','ctx','appendTestItemLog','__cloud_provider___','file','currentHook','prototype','RvIRF','duration','26492484ViEKHf','result','cwd','Gwiro','launch','dirname','includes','qMJEU','iaBtx','6RmysQM','location_prefix','DjhQa','.git','ZlFNP','cPKUC','PIrfu','DBnmk','status','expanded','config','fhAuE','bs:addLog:','BROWSERSTACK','meta','now','1953470QDyNuA','test','failureData','UQcrA','jMjhy','accessibilityPlatform','STATE_PASSED','WggKi','getCBTInfo','start','enabled','TMELf','constructor','stepAnalyticsId','passed','../../helpers/helper','HOOK_RUN_FINISHED','RMKtf','lib','fxJMu','codeceptjs','Exception\x20in\x20uploading\x20log\x20data\x20to\x20','Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20','../mocha/test-observability/mochaUtils','DmcYs','getHooksForTest','find','toISOString','ZeerT','captureEvent','currentTest','debug','QhGqT','98379aAvHJn','../utils/constants','patchConsoleLogger','name','CODECEPT','__platformCaps','bmMkW','type','sep','Kknhc','LDert','message','8173110qDiENJ','statSync','BFKoJ','rMJAU','retryOf','184PnMQCJ','gzbFR','path','logs','hook_type','push','split','match','integrations','Scrtb','skipped','_afterAll','parent','prefixTestPath','hook_run_uuid','event_type','PUqdJ','exports','TEST_EVENTS','dwBlE','toUpperCase','NLXiB','../../helpers/test-observability/constants','IWixu','1HLCRdY','TEST_REPORTING_ANALYTICS','vKPRS','backtrace','bddSteps','bind','getHookType','Msrse','findGitConfig','_afterEach','2492830SHXSBR','TestRunStarted','mFkDf','lvtoa','test_run_uuid','hook_run','iDELy','FljpD','resetSkipTestHooks','toLowerCase','stop','Jhgpo','forEach','../../helpers/logger','PXNKE','failure_backtrace','../../helpers/testhub/utils.js','uploadEventData','markedStatus','Playwright','XSWII','tags','pending','YtTAi','../playwright/accessibility-helper','vFjZQ','started','finished','connect','Exception\x20in\x20sending\x20test\x20data\x20for\x20event\x20','fRKwY','File\x20path\x20could\x20not\x20be\x20found','getHierarchy','HDRpy','driver','groups','browserstack','_beforeEach','OnWwq','BrowserType','VInUm','VFswJ','UaBAz','relative','2334PggVSk','setupBrowserDetails','length','_beforeAll','testAnalyticsId','TEST_RUN_SKIPPED','NbkYW','RAfMb','failure'];a4_0x2d3a=function(){return _0x5526db;};return a4_0x2d3a();}a4_0x36897e['O11yHelper']=O11yHelper,a4_0x36897e[a4_0x74b268(0x1eb)]=STATE_PASSED,a4_0x36897e['STATE_FAILED']=STATE_FAILED,a4_0x36897e[a4_0x74b268(0x130)]=TEST_EVENTS,module[a4_0x74b268(0x12f)]=a4_0x36897e;
|
|
1
|
+
function a4_0x37e4(_0x4e5bcc,_0xaf7fe3){const _0x41eae4=a4_0x41ea();return a4_0x37e4=function(_0x37e4cc,_0x2449a9){_0x37e4cc=_0x37e4cc-0x177;let _0x238206=_0x41eae4[_0x37e4cc];return _0x238206;},a4_0x37e4(_0x4e5bcc,_0xaf7fe3);}const a4_0x249053=a4_0x37e4;(function(_0x9028f,_0x3fa568){const _0x59ede1=a4_0x37e4,_0x1e52ff=_0x9028f();while(!![]){try{const _0xeea404=parseInt(_0x59ede1(0x268))/0x1*(parseInt(_0x59ede1(0x217))/0x2)+-parseInt(_0x59ede1(0x1cb))/0x3*(-parseInt(_0x59ede1(0x235))/0x4)+-parseInt(_0x59ede1(0x19e))/0x5+-parseInt(_0x59ede1(0x204))/0x6+-parseInt(_0x59ede1(0x254))/0x7+parseInt(_0x59ede1(0x245))/0x8*(parseInt(_0x59ede1(0x1ce))/0x9)+-parseInt(_0x59ede1(0x23b))/0xa*(-parseInt(_0x59ede1(0x1a6))/0xb);if(_0xeea404===_0x3fa568)break;else _0x1e52ff['push'](_0x1e52ff['shift']());}catch(_0xf3c4b1){_0x1e52ff['push'](_0x1e52ff['shift']());}}}(a4_0x41ea,0x802ad));const path=require(a4_0x249053(0x20f)),fs=require('fs'),{v4:uuidv4}=require('uuid'),{importFileFromPWCore,nestedKeyValue,parseWSEndpoint,isUndefined}=require(a4_0x249053(0x1ee)),testOpsHelper=require(a4_0x249053(0x1c3)),{getTestEnv}=require('../mocha/test-observability/mochaUtils'),{FRAMEWORKS}=require(a4_0x249053(0x18b)),logger=require(a4_0x249053(0x190))[a4_0x249053(0x22c)],SessionHandler=require(a4_0x249053(0x1de)),RequestQueueHandler=require(a4_0x249053(0x19c)),PlaywrightSessionDetails=require(a4_0x249053(0x250)),debug=testOpsHelper[a4_0x249053(0x1b0)],{processAccessibilityCaps}=require('../playwright/accessibility-helper'),Constants=require(a4_0x249053(0x1f5)),{fetchPlatformDetails}=require(a4_0x249053(0x25d)),{shouldProcessEventForTesthub,appendTesthubParams}=require('../../helpers/testhub/utils.js'),constants=require(a4_0x249053(0x1f5)),STATE_PASSED=a4_0x249053(0x186),STATE_FAILED='failed',a4_0x284ee0={};a4_0x284ee0[a4_0x249053(0x1f4)]='TestRunStarted',a4_0x284ee0[a4_0x249053(0x200)]=a4_0x249053(0x249),a4_0x284ee0[a4_0x249053(0x201)]=a4_0x249053(0x246),a4_0x284ee0['HOOK_RUN_STARTED']=a4_0x249053(0x187),a4_0x284ee0[a4_0x249053(0x248)]=a4_0x249053(0x25a);const TEST_EVENTS=a4_0x284ee0,parseEvent=_0x3beed9=>{const _0x2f2a3f=a4_0x249053,_0x5343d9={};_0x5343d9['VQfCH']=function(_0x412e41,_0x110a36){return _0x412e41<_0x110a36;},_0x5343d9[_0x2f2a3f(0x178)]=function(_0x18d0da,_0x296ec7){return _0x18d0da===_0x296ec7;},_0x5343d9['xZxAO']=_0x2f2a3f(0x241),_0x5343d9[_0x2f2a3f(0x1c9)]=_0x2f2a3f(0x182),_0x5343d9[_0x2f2a3f(0x260)]=_0x2f2a3f(0x1d0),_0x5343d9['IKILs']=_0x2f2a3f(0x257),_0x5343d9[_0x2f2a3f(0x270)]=function(_0x11eaae,_0x2f4c76){return _0x11eaae===_0x2f4c76;},_0x5343d9[_0x2f2a3f(0x1e6)]='finished';const _0xb6d7c8=_0x5343d9,_0x13ae97=_0x3beed9['match'](/^(.*)Run(.*)$/);if(!_0x13ae97)return null;if(_0xb6d7c8[_0x2f2a3f(0x1f9)](_0x13ae97['length'],0x3))return null;const _0x1b738e=_0x13ae97[0x1][_0x2f2a3f(0x267)](),_0x3249e4=_0x13ae97[0x2][_0x2f2a3f(0x267)]();return{'test':_0xb6d7c8['cIFzi'](_0x1b738e,_0xb6d7c8[_0x2f2a3f(0x272)]),'hook':_0xb6d7c8[_0x2f2a3f(0x178)](_0x1b738e,_0xb6d7c8[_0x2f2a3f(0x1c9)]),'skipped':_0xb6d7c8[_0x2f2a3f(0x178)](_0x3249e4,_0xb6d7c8[_0x2f2a3f(0x260)]),'started':_0xb6d7c8[_0x2f2a3f(0x178)](_0x3249e4,_0xb6d7c8[_0x2f2a3f(0x21f)]),'finished':_0xb6d7c8[_0x2f2a3f(0x270)](_0x3249e4,_0xb6d7c8['fGMdt'])};},mockPWBrowserType=_0x1f3869=>{const _0x5c122f=a4_0x249053,_0x1fc30e={'oilqH':function(_0x19a67b,_0x36b669){return _0x19a67b===_0x36b669;},'hGdla':_0x5c122f(0x26b),'gBSsZ':function(_0x312e79,_0x3186ee,_0x4dcd70){return _0x312e79(_0x3186ee,_0x4dcd70);},'KpgBq':'wsEndpoint','gODvU':function(_0x5205a6,_0x208062){return _0x5205a6(_0x208062);},'ukcby':_0x5c122f(0x26d),'mqhfm':function(_0x181898,_0x37cf0c,_0x37374b){return _0x181898(_0x37cf0c,_0x37374b);},'MgTyZ':function(_0x3c6756,_0x318f7f){return _0x3c6756(_0x318f7f);},'ryRBw':_0x5c122f(0x1a5),'WscmT':_0x5c122f(0x209),'ryhJI':'browserType.js','xfKAi':function(_0x271ecb,_0x272d79){return _0x271ecb(_0x272d79);},'YCopd':function(_0x32f032,_0x3976a0){return _0x32f032(_0x3976a0);},'sXpzu':_0x5c122f(0x1ea),'xQuUe':_0x5c122f(0x17b),'Voiev':_0x5c122f(0x1d5)},_0x2429ec=path['join'](_0x1fc30e[_0x5c122f(0x1eb)],_0x1fc30e[_0x5c122f(0x17f)],_0x1fc30e['ryhJI']),_0x15488=_0x1fc30e[_0x5c122f(0x1a4)](importFileFromPWCore,_0x2429ec);if(!_0x15488){_0x1fc30e[_0x5c122f(0x1d3)](debug,_0x1fc30e[_0x5c122f(0x199)]);return;}const _0x5c0cf7=_0x15488['BrowserType'],_0x235497=_0x5c0cf7[_0x5c122f(0x1ad)];if(_0x235497[_0x5c122f(0x25e)])return;const _0x51c65f=_0x235497['connect'];Object[_0x5c122f(0x1a1)](_0x235497,_0x1fc30e[_0x5c122f(0x240)],{'get':function(){return async function _0x102f8e(_0x4afdba,_0x35c258){const _0x2299d6=a4_0x37e4,_0x5d656e={'GKDug':function(_0x568adf,_0x4871b5){const _0x31e0f=a4_0x37e4;return _0x1fc30e[_0x31e0f(0x253)](_0x568adf,_0x4871b5);},'QZRno':_0x1fc30e[_0x2299d6(0x23e)]},_0x2a3c85=_0x1fc30e[_0x2299d6(0x19a)](nestedKeyValue,_0x4afdba,[_0x1fc30e[_0x2299d6(0x218)]])||_0x4afdba;let _0x1087ea=null,_0x2737ee=null;try{[_0x2737ee,_0x1087ea]=_0x2a3c85?_0x1fc30e[_0x2299d6(0x1f1)](parseWSEndpoint,_0x2a3c85):[null,null],global['__platformCaps']=_0x1087ea,logger[_0x2299d6(0x1b0)](_0x2299d6(0x1fa)+_0x2737ee),_0x2737ee[_0x2299d6(0x230)](Constants[_0x2299d6(0x1ec)])&&(global[_0x2299d6(0x1e4)]=_0x1fc30e['ukcby']);}catch(_0x18ecea){logger[_0x2299d6(0x1b0)](_0x2299d6(0x1f3)+_0x2a3c85+'\x20'+_0x18ecea);}_0x1fc30e[_0x2299d6(0x239)](processAccessibilityCaps,_0x1087ea,_0x2737ee);if(global['accessibilityPlatform']){const _0x2cc23a=await _0x235497[_0x2299d6(0x255)][_0x2299d6(0x1c6)](this,[''+Constants[_0x2299d6(0x1b1)]+_0x1fc30e['MgTyZ'](encodeURIComponent,JSON[_0x2299d6(0x21e)](_0x1087ea))]);return PlaywrightSessionDetails[_0x2299d6(0x263)](_0x2cc23a,_0x1f3869,_0x2a3c85),_0x2cc23a;}return _0x51c65f['apply'](this,arguments)[_0x2299d6(0x24a)](_0x36e9c9=>{const _0x51239a=_0x2299d6;let _0xe35965=_0x4afdba[_0x51239a(0x222)];return _0x5d656e[_0x51239a(0x23d)](typeof _0x4afdba,_0x5d656e[_0x51239a(0x224)])&&(_0xe35965=_0x4afdba),PlaywrightSessionDetails[_0x51239a(0x263)](_0x36e9c9,_0x1f3869,_0xe35965),_0x36e9c9;});};}});const _0x15eda4=_0x235497[_0x5c122f(0x1d5)];Object['defineProperty'](_0x235497,_0x1fc30e[_0x5c122f(0x24d)],{'get':function(){return async function _0x2af41e(){const _0x5e6472=a4_0x37e4;return _0x15eda4[_0x5e6472(0x1c6)](this,arguments)[_0x5e6472(0x24a)](_0x33840c=>{return PlaywrightSessionDetails['setupBrowserDetails'](_0x33840c,null),_0x33840c;});};}});};function a4_0x41ea(){const _0x4c8e56=['launch','getCBTInfo','backtrace','cWOiD','bs:addLog:','currentHook','hook_run_uuid','file_name','fullTitle','../../helpers/test-observability/sessionHandler','rooea','uuid','getFailureType','ShEZL','oYVwb','__cloud_provider___','DXQtK','fGMdt','getRootParentFile','stepAnalyticsId','success','Not\x20able\x20to\x20import\x20Browser','ryRBw','BROWSERSTACK','bind','../../helpers/helper','fireEvent','COVru','gODvU','find','Failed\x20to\x20parse\x20wsendpoint\x20','TEST_RUN_STARTED','../utils/constants','wldBF','_beforeAll','toString','VQfCH','Checking\x20for\x20accessibility\x20automation\x20session\x20with\x20','duration','patchConsoleLogger','STATE_PASSED','EEYEW','codeceptjs','TEST_RUN_FINISHED','TEST_RUN_SKIPPED','failure_backtrace','Exception\x20in\x20uploading\x20log\x20data\x20to\x20','5085870ARRMnk','iEAaY','GoupP','_paths','hook_type','client','vyYHV','errorsDetailed','getHooksForTest','retryOf','dVCji','path','bddStepStart','File\x20path\x20could\x20not\x20be\x20found','text','failed','getHierarchy','match','shutdown','23998gbwjGf','KpgBq','_beforeEach','Nrjni','bFMJZ','Playwright','meta','stringify','IKILs','TewWv','elZZf','wsEndpoint','parent','QZRno','getInstance','test_run_uuid','pending','logs','toUpperCase','comment','javascript','winstonLogger','relative','_afterEach','pstAr','includes','now','qKWAC','PathHelper','eAWJh','3952008cwtDOk','lqceT','IyfBG','failureData','mqhfm','status','109030DkbLWQ','findGitConfig','GKDug','hGdla','HXyNc','xQuUe','test','event_type','.git','start','36488CasnsI','TestRunSkipped','body','HOOK_RUN_FINISHED','TestRunFinished','then','JVkrR','currentTest','Voiev','O11yHelper','YRHCr','../playwright/sessionDetails','HVLvt','file','oilqH','5886580IuZOsM','connectOverCDP','pZBag','started','initializeBddStep','suites','HookRunFinished','CODECEPT','ctx','./helper.js','obsBrowserTypeMockApplied','WiazQ','mpcJv','appendTestItemLog','forEach','setupBrowserDetails','bddSteps','inspect','failure','toLowerCase','58RlXiZr','sep','uInEk','string','dirname','browserstack','stop','IGcGt','gGnUW','captureEvent','xZxAO','markedStatus','ldDtF','gnPbO','cIFzi','eAxJl','driver','connect','err','KPTGz','jYEuh','WscmT','Uugfl','toISOString','hook','test_run','length','mapTestHooks','passed','HookRunStarted','SgazO','dcTRu','type','../../helpers/test-observability/constants','Avopu','result','GwvyP','resetSkipTestHooks','../../helpers/logger','rRykS','testAnalyticsId','enabled','startedAt','fTZVt','message','cwd','push','sXpzu','gBSsZ','exports','../../helpers/test-observability/requestQueueHandler','failed\x20to\x20get\x20root\x20parent\x20file\x20','142185vxpCnU','constructor','TEST_REPORTING_ANALYTICS','defineProperty','ZWpqp','\x20with\x20error\x20:\x20','xfKAi','lib','517ICqswX','hookAnalyticsId','rcugL','gujgW','finished','tags','lnoll','prototype','getHookType','_afterAll','debug','PLAYWRIGHT_HUB_URL','CBTSessionCreated','keyword','split','EdtuC','_testEnv','JkOXQ','BCbPK','mIfQO','pid','qrwrz','name','removeAllListeners','hALGf','integrations','failure_reason_expanded','VRixV','concat','../../helpers/test-observability/utils','LogCreated','iuaXv','apply','getTime','uploadEventData','NVrlw','isMdQ','3DGftMU','finished_at','title','90GNZiih','frameworkName','skipped','AHxmC','xlltp','YCopd','ohOqa'];a4_0x41ea=function(){return _0x4c8e56;};return a4_0x41ea();}class O11yHelper{['currentTest']=null;['currentHook']=null;[a4_0x249053(0x193)]=![];[a4_0x249053(0x1cf)]=![];constructor(_0x2d4278,_0x11b03f){const _0x486357=a4_0x249053,_0x303614={'pZBag':'2|3|4|0|5|1','fTZVt':function(_0x285dfd){return _0x285dfd();},'HVLvt':function(_0x425278,_0x56e395){return _0x425278===_0x56e395;},'TewWv':_0x486357(0x21c),'qKWAC':function(_0x1737aa,_0x17e4e2){return _0x1737aa(_0x17e4e2);},'IyfBG':function(_0x5de527){return _0x5de527();}},_0x25cd8c=_0x303614[_0x486357(0x256)][_0x486357(0x1b4)]('|');let _0x26b024=0x0;while(!![]){switch(_0x25cd8c[_0x26b024++]){case'0':this[_0x486357(0x1b6)]=_0x303614[_0x486357(0x195)](getTestEnv);continue;case'1':this['driver']&&_0x303614[_0x486357(0x251)](this[_0x486357(0x17a)][_0x486357(0x19f)][_0x486357(0x1bc)],_0x303614[_0x486357(0x220)])&&_0x303614[_0x486357(0x232)](mockPWBrowserType,null);continue;case'2':this[_0x486357(0x193)]=_0x303614[_0x486357(0x237)](shouldProcessEventForTesthub);continue;case'3':this[_0x486357(0x1cf)]=_0x11b03f[_0x486357(0x1cf)];continue;case'4':this['driver']=_0x2d4278;continue;case'5':this[_0x486357(0x207)]=new testOpsHelper[(_0x486357(0x233))]({'cwd':process[_0x486357(0x197)]()},this['_testEnv']['location_prefix']);continue;}break;}}[a4_0x249053(0x244)](){const _0x3d0417=a4_0x249053;if(!this['enabled'])return;testOpsHelper[_0x3d0417(0x1fc)](),process[_0x3d0417(0x1bd)](_0x3d0417(0x1d9)+process[_0x3d0417(0x1ba)]),process['on'](_0x3d0417(0x1d9)+process[_0x3d0417(0x1ba)],this[_0x3d0417(0x261)][_0x3d0417(0x1ed)](this));}async[a4_0x249053(0x26e)](){const _0x470e50=a4_0x249053;await RequestQueueHandler[_0x470e50(0x225)]()[_0x470e50(0x216)]();}async[a4_0x249053(0x261)](_0xa7cb86){const _0xe33c84=a4_0x249053,_0x269ee0={'hALGf':_0xe33c84(0x1c4),'lleMt':function(_0x3b1496,_0x295c20){return _0x3b1496(_0x295c20);}};try{this[_0xe33c84(0x1da)]&&!this[_0xe33c84(0x1da)][_0xe33c84(0x273)]&&(_0xa7cb86['hook_run_uuid']=this[_0xe33c84(0x1da)][_0xe33c84(0x1a7)]);!_0xa7cb86['hook_run_uuid']&&this['currentTest']&&!this[_0xe33c84(0x24c)][_0xe33c84(0x273)]&&(_0xa7cb86[_0xe33c84(0x226)]=this['currentTest']['testAnalyticsId']);if(_0xa7cb86[_0xe33c84(0x1db)]||_0xa7cb86[_0xe33c84(0x226)]){const _0x10f747={};_0x10f747['event_type']=_0x269ee0[_0xe33c84(0x1be)],_0x10f747[_0xe33c84(0x228)]=[_0xa7cb86],await SessionHandler[_0xe33c84(0x1c8)](_0x10f747);}}catch(_0xa779ef){_0x269ee0['lleMt'](debug,_0xe33c84(0x203)+constants[_0xe33c84(0x1a0)]+_0xe33c84(0x1a3)+_0xa779ef);}}async['sendCBTInfo'](_0x54c83e){const _0x3af5d3=a4_0x249053,_0x3901b8={'dVCji':_0x3af5d3(0x1b2),'AHxmC':function(_0x5bf768,_0x2a68c0){return _0x5bf768(_0x2a68c0);}};if(!this['enabled'])return;const _0x4140c8=this[_0x3af5d3(0x1d6)](this[_0x3af5d3(0x17a)]);try{const _0x4767d7={};_0x4767d7[_0x3af5d3(0x1e0)]=_0x54c83e,_0x4767d7[_0x3af5d3(0x1bf)]=_0x4140c8;const _0x494f90=_0x4767d7,_0x18d685={};_0x18d685[_0x3af5d3(0x242)]=_0x3901b8[_0x3af5d3(0x20e)],_0x18d685['test_run']=_0x494f90,await SessionHandler[_0x3af5d3(0x1c8)](_0x18d685);}catch(_0x5e643a){_0x3901b8[_0x3af5d3(0x1d1)](debug,'Exception\x20in\x20uploading\x20platform\x20details\x20to\x20'+constants[_0x3af5d3(0x1a0)]+'\x20with\x20error\x20:\x20'+_0x5e643a);}}[a4_0x249053(0x1d6)](_0x32a542){const _0xfd6a6c=a4_0x249053,_0x201ef1={'isMdQ':function(_0x44409f,_0x131e4d){return _0x44409f(_0x131e4d);}};return _0x201ef1[_0xfd6a6c(0x1ca)](fetchPlatformDetails,_0x32a542);}[a4_0x249053(0x18f)]=_0x4e08bf=>{const _0x322b64=a4_0x249053,_0x40c17b={};_0x40c17b[_0x322b64(0x26f)]=_0x322b64(0x219),_0x40c17b['qrwrz']=_0x322b64(0x22e);const _0x4c8d6c=_0x40c17b;if(!_0x4e08bf||!_0x4e08bf[_0x322b64(0x223)])return;[_0x4c8d6c[_0x322b64(0x26f)],_0x4c8d6c[_0x322b64(0x1bb)]][_0x322b64(0x262)](_0x4a962d=>{const _0x2e7d35=_0x322b64,_0x3e0510=_0x4e08bf[_0x2e7d35(0x223)][_0x4a962d];_0x3e0510[_0x2e7d35(0x262)](_0x2aaa66=>{const _0x4c8de3=_0x2e7d35;_0x2aaa66[_0x4c8de3(0x1a7)]&&(_0x2aaa66[_0x4c8de3(0x1a7)]=null);});});};[a4_0x249053(0x185)](_0x328358){const _0x4d64d7=a4_0x249053,_0x1934c1={'ShEZL':_0x4d64d7(0x1ff),'cWOiD':function(_0x29f11d){return _0x29f11d();},'mIfQO':function(_0x1f76dc,_0x450159){return _0x1f76dc===_0x450159;},'gnPbO':_0x4d64d7(0x22e),'HXyNc':function(_0x4c416a){return _0x4c416a();},'EEYEW':_0x4d64d7(0x1f7),'vyYHV':'_afterAll','ldDtF':_0x4d64d7(0x219)};if(!_0x328358||!_0x328358[_0x4d64d7(0x223)])return;[_0x1934c1[_0x4d64d7(0x1fe)],_0x1934c1[_0x4d64d7(0x20a)],_0x1934c1[_0x4d64d7(0x274)],_0x1934c1['gnPbO']]['forEach'](_0x255f4a=>{const _0x4b5443=_0x4d64d7,_0x558a26=_0x328358[_0x4b5443(0x223)][_0x255f4a]||[];_0x558a26[_0x4b5443(0x262)](_0x1c1616=>{const _0x5d02fb=_0x4b5443;if(_0x1c1616[_0x5d02fb(0x1cd)][_0x5d02fb(0x230)](_0x1934c1[_0x5d02fb(0x1e2)]))return;if(!_0x1c1616['hookAnalyticsId'])_0x1c1616['hookAnalyticsId']=_0x1934c1[_0x5d02fb(0x1d8)](uuidv4);else _0x1c1616['markedStatus']&&_0x1934c1[_0x5d02fb(0x1b9)](_0x255f4a,_0x1934c1[_0x5d02fb(0x177)])&&(_0x1c1616['hookAnalyticsId']=_0x1934c1[_0x5d02fb(0x23f)](uuidv4),delete _0x1c1616[_0x5d02fb(0x273)]);});}),this[_0x4d64d7(0x185)](_0x328358[_0x4d64d7(0x223)]);}[a4_0x249053(0x20c)](_0x1739aa){const _0x57c262=a4_0x249053,_0x897915={};_0x897915[_0x57c262(0x221)]=_0x57c262(0x1f7),_0x897915[_0x57c262(0x1c1)]=_0x57c262(0x1af),_0x897915[_0x57c262(0x22f)]=_0x57c262(0x219),_0x897915['rRykS']=_0x57c262(0x22e);const _0xae7aae=_0x897915;if(!_0x1739aa||!_0x1739aa[_0x57c262(0x223)])return[];const _0x169edf=[];return[_0xae7aae['elZZf'],_0xae7aae[_0x57c262(0x1c1)],_0xae7aae[_0x57c262(0x22f)],_0xae7aae[_0x57c262(0x191)]][_0x57c262(0x262)](_0x254019=>{const _0x52ee9a=_0x1739aa['parent'][_0x254019]||[];_0x52ee9a['forEach'](_0x5cfdb7=>{const _0xc46f94=a4_0x37e4;_0x5cfdb7[_0xc46f94(0x1a7)]&&_0x169edf[_0xc46f94(0x198)](_0x5cfdb7[_0xc46f94(0x1a7)]);});}),[][_0x57c262(0x1c2)](_0x169edf,this[_0x57c262(0x20c)](_0x1739aa[_0x57c262(0x223)]));}['getHookType'](_0x1bd068){const _0x685c4f=a4_0x249053,_0x3a2d54=/^"(?<hook>.*)" hook:.*$/,_0x23762f=_0x1bd068[_0x685c4f(0x1cd)],_0x607506=_0x23762f[_0x685c4f(0x215)](_0x3a2d54);if(_0x607506&&_0x607506['groups'])return _0x607506['groups'][_0x685c4f(0x182)][_0x685c4f(0x229)]()['replace']('\x20','_');return null;}['findGitConfig'](_0xdfa90c){const _0x557517=a4_0x249053,_0x10098e={};_0x10098e['COVru']=function(_0x383e4b,_0x1304f9){return _0x383e4b===_0x1304f9;},_0x10098e[_0x557517(0x179)]=_0x557517(0x243),_0x10098e[_0x557517(0x21a)]='config';const _0x591452=_0x10098e,_0x46ce81=path[_0x557517(0x269)];if(_0x591452[_0x557517(0x1f0)](_0xdfa90c,null)||_0x591452[_0x557517(0x1f0)](_0xdfa90c,'')||_0x591452[_0x557517(0x1f0)](_0xdfa90c,_0x46ce81)||_0x591452['COVru'](_0xdfa90c,path[_0x557517(0x26c)](_0xdfa90c)))return null;try{return fs['statSync'](path['join'](_0xdfa90c,_0x591452['eAxJl'],_0x591452['Nrjni'])),_0xdfa90c;}catch(_0x46bf27){const _0x43ba16=path['dirname'](_0xdfa90c);return this['findGitConfig'](_0x43ba16);}}[a4_0x249053(0x1e7)](_0x3023b8){const _0x3f11e8=a4_0x249053,_0x5547f1={};_0x5547f1[_0x3f11e8(0x25f)]=function(_0x582a0d,_0x47e3b8){return _0x582a0d>_0x47e3b8;};const _0x3e854c=_0x5547f1;if(_0x3023b8[_0x3f11e8(0x252)])return _0x3023b8[_0x3f11e8(0x252)];if(_0x3023b8[_0x3f11e8(0x25c)]){const _0x39f1ee=_0x3023b8[_0x3f11e8(0x25c)]['currentTest']?this[_0x3f11e8(0x1e7)](_0x3023b8[_0x3f11e8(0x25c)][_0x3f11e8(0x24c)]):null;if(_0x39f1ee)return _0x39f1ee;}if(_0x3023b8[_0x3f11e8(0x223)]){const _0x256919=this[_0x3f11e8(0x1e7)](_0x3023b8[_0x3f11e8(0x223)])||(_0x3023b8[_0x3f11e8(0x223)]['ctx']&&_0x3023b8[_0x3f11e8(0x223)][_0x3f11e8(0x25c)][_0x3f11e8(0x24c)]?this['getRootParentFile'](_0x3023b8[_0x3f11e8(0x223)][_0x3f11e8(0x25c)]['currentTest']):null);if(_0x256919)return _0x256919;_0x3023b8['parent'][_0x3f11e8(0x259)]&&_0x3e854c[_0x3f11e8(0x25f)](_0x3023b8[_0x3f11e8(0x223)]['suites'][_0x3f11e8(0x184)],0x0)&&_0x3023b8[_0x3f11e8(0x223)][_0x3f11e8(0x259)]['forEach'](_0x2ba33d=>{const _0xa540a0=_0x3f11e8,_0x5cac0c=_0x2ba33d['ctx']?this[_0xa540a0(0x1e7)](_0x2ba33d[_0xa540a0(0x25c)]):null;if(_0x5cac0c)return _0x5cac0c;});}return null;}[a4_0x249053(0x214)](_0x5e06f5){const _0x370486=a4_0x249053,_0x3c7604={};_0x3c7604[_0x370486(0x1a2)]=function(_0x4a364f,_0x18e0d0){return _0x4a364f!==_0x18e0d0;};const _0xa24f91=_0x3c7604,_0x326190=[];if(_0x5e06f5&&_0x5e06f5[_0x370486(0x223)]){let _0x4d83f8=_0x5e06f5[_0x370486(0x223)];while(_0x4d83f8&&_0xa24f91[_0x370486(0x1a2)](_0x4d83f8[_0x370486(0x1cd)],'')){_0x326190[_0x370486(0x198)](_0x4d83f8[_0x370486(0x1cd)]),_0x4d83f8=_0x4d83f8[_0x370486(0x223)];}}return _0x326190;}[a4_0x249053(0x271)](_0x5b4c97,_0x51c4b0,_0x4e5815=undefined){const _0x1ccf36=a4_0x249053,_0x63f10a={'aOMaC':function(_0x95d3dc,_0x1b9faf){return _0x95d3dc(_0x1b9faf);},'uInEk':function(_0xe05d6){return _0xe05d6();},'JkOXQ':function(_0xef5101){return _0xef5101();},'iuaXv':function(_0x166e12){return _0x166e12();},'rooea':function(_0x52c851,_0x3eaaa9){return _0x52c851(_0x3eaaa9);},'YRHCr':'util','DXQtK':_0x1ccf36(0x17c),'GwvyP':function(_0x347cb4,_0x1f6fbf){return _0x347cb4!==_0x1f6fbf;},'ohOqa':function(_0x1230b6,_0x345bd8){return _0x1230b6!==_0x345bd8;},'iEAaY':_0x1ccf36(0x211),'JVkrR':'pending','Avopu':_0x1ccf36(0x213),'SgazO':_0x1ccf36(0x186),'wldBF':_0x1ccf36(0x1d0),'BCbPK':_0x1ccf36(0x22b),'rcugL':function(_0xf3a603,_0x2c3078){return _0xf3a603-_0x2c3078;},'gujgW':function(_0x3db01e,_0x441fd2,_0x1603fe,_0x121db9,_0x2f9c81){return _0x3db01e(_0x441fd2,_0x1603fe,_0x121db9,_0x2f9c81);},'pOwqY':function(_0x2ae94c,_0x19c762){return _0x2ae94c!==_0x19c762;},'eAWJh':_0x1ccf36(0x1bf),'GoupP':_0x1ccf36(0x21d),'QkENk':_0x1ccf36(0x266),'KPTGz':_0x1ccf36(0x202),'xlltp':_0x1ccf36(0x1d7),'wflYp':_0x1ccf36(0x1c0),'RmAMh':'expanded','TFjBW':function(_0x7d9594,_0x579a31){return _0x7d9594===_0x579a31;},'dcTRu':'hook_run','lnoll':_0x1ccf36(0x183)};if(!this['enabled'])return;try{if(_0x51c4b0['fn']&&_0x51c4b0['fn'][_0x1ccf36(0x1f8)]()[_0x1ccf36(0x215)](/browserstack internal helper hook/))return;const _0x45e63a=_0x63f10a['aOMaC'](parseEvent,_0x5b4c97);if(!_0x45e63a)return;if(_0x45e63a[_0x1ccf36(0x241)]){this['currentTest']=_0x51c4b0,this[_0x1ccf36(0x1da)]=null;if(_0x45e63a[_0x1ccf36(0x257)]||_0x45e63a[_0x1ccf36(0x1d0)]){_0x51c4b0[_0x1ccf36(0x194)]=new Date(),_0x51c4b0[_0x1ccf36(0x273)]=![];if(!_0x51c4b0['testAnalyticsId'])_0x51c4b0['testAnalyticsId']=_0x63f10a[_0x1ccf36(0x26a)](uuidv4);else _0x51c4b0[_0x1ccf36(0x273)]&&(!_0x51c4b0[_0x1ccf36(0x20d)]&&(_0x51c4b0[_0x1ccf36(0x20d)]=_0x51c4b0['testAnalyticsId']),_0x51c4b0[_0x1ccf36(0x192)]=_0x63f10a[_0x1ccf36(0x26a)](uuidv4));}}else{if(_0x45e63a[_0x1ccf36(0x182)]){this[_0x1ccf36(0x1da)]=_0x51c4b0;if(_0x45e63a['started']){_0x51c4b0[_0x1ccf36(0x194)]=new Date(),_0x51c4b0['markedStatus']=![];if(!_0x51c4b0[_0x1ccf36(0x1a7)])_0x51c4b0['hookAnalyticsId']=_0x63f10a[_0x1ccf36(0x1b7)](uuidv4);else _0x51c4b0[_0x1ccf36(0x1a7)]&&_0x51c4b0[_0x1ccf36(0x273)]&&(_0x51c4b0[_0x1ccf36(0x1a7)]=_0x63f10a[_0x1ccf36(0x1c5)](uuidv4));}}}if(_0x45e63a['finished']&&_0x51c4b0[_0x1ccf36(0x273)])return;let _0x45c0b4;try{_0x45c0b4=this[_0x1ccf36(0x1e7)](_0x51c4b0);}catch(_0x20fdd3){logger[_0x1ccf36(0x1b0)](_0x1ccf36(0x19d)+_0x20fdd3),_0x45c0b4=null;}const _0x5a4f20=_0x63f10a[_0x1ccf36(0x1df)](require,_0x63f10a[_0x1ccf36(0x24f)]);let _0x582e4c=[];_0x4e5815&&(_0x582e4c=[_0x4e5815,_0x63f10a[_0x1ccf36(0x1e5)]]);const _0x480871=_0x63f10a[_0x1ccf36(0x18e)](_0x51c4b0[_0x1ccf36(0x20b)],undefined)?_0x5a4f20[_0x1ccf36(0x265)](_0x51c4b0[_0x1ccf36(0x20b)][0x0]):_0x63f10a[_0x1ccf36(0x1d4)](_0x4e5815,undefined)?_0x4e5815[_0x1ccf36(0x1f8)]():undefined,_0x114f2f=_0x45c0b4?this[_0x1ccf36(0x23c)](_0x45c0b4):null,_0xfda04a=_0x45c0b4?this['_paths']['prefixTestPath'](this['getRootParentFile'](_0x51c4b0)):_0x63f10a[_0x1ccf36(0x205)];let _0x46142c=_0x63f10a['JVkrR'];const _0x381398=!_0x45e63a[_0x1ccf36(0x257)]?new Date()[_0x1ccf36(0x181)]():null;if(_0x45e63a['finished'])_0x46142c=_0x4e5815?_0x63f10a[_0x1ccf36(0x18c)]:_0x63f10a[_0x1ccf36(0x188)],_0x51c4b0[_0x1ccf36(0x273)]=!![];else _0x45e63a['skipped']&&(_0x46142c=_0x63f10a[_0x1ccf36(0x1f6)],_0x51c4b0['markedStatus']=!![]);const _0x284caa={'framework':this[_0x1ccf36(0x1cf)],'uuid':_0x51c4b0[_0x1ccf36(0x192)]||_0x51c4b0['hookAnalyticsId'],'name':_0x51c4b0['title'],'body':{'lang':_0x63f10a[_0x1ccf36(0x1b8)],'code':_0x51c4b0[_0x1ccf36(0x247)][_0x1ccf36(0x1f8)]()},'type':_0x51c4b0[_0x1ccf36(0x18a)],'scope':_0x51c4b0['fullTitle'](),'scopes':this['getHierarchy'](_0x51c4b0),'file_name':_0xfda04a,'vc_filepath':_0x114f2f?path[_0x1ccf36(0x22d)](_0x114f2f,_0x45c0b4):null,'location':_0xfda04a,'result':_0x46142c,'failure_reason':_0x480871,'duration_in_ms':_0x51c4b0['duration']||(_0x45e63a[_0x1ccf36(0x1aa)]||_0x45e63a['skipped'])?_0x63f10a[_0x1ccf36(0x1a8)](Date[_0x1ccf36(0x231)](),new Date(_0x51c4b0['startedAt'])['getTime']()):null,'started_at':new Date(_0x51c4b0[_0x1ccf36(0x194)])[_0x1ccf36(0x181)](),'finished_at':_0x381398,'failure':testOpsHelper[_0x1ccf36(0x238)][_0x1ccf36(0x1c6)](null,_0x582e4c),'failure_type':!_0x480871?null:testOpsHelper[_0x1ccf36(0x1e1)](_0x480871),'retry_of':_0x51c4b0[_0x1ccf36(0x20d)]||null,'tags':_0x51c4b0[_0x1ccf36(0x1ab)]||[],'customRerunParam':{'rerun_name':_0x51c4b0[_0x1ccf36(0x1dd)]()}};_0x63f10a[_0x1ccf36(0x1a9)](appendTesthubParams,_0x284caa,_0x5b4c97,_0x51c4b0,FRAMEWORKS[_0x1ccf36(0x25b)]);if(_0x45e63a[_0x1ccf36(0x182)])[_0x284caa[_0x1ccf36(0x208)],_0x284caa[_0x1ccf36(0x1bc)]]=[this[_0x1ccf36(0x1ae)](_0x51c4b0),_0x51c4b0[_0x1ccf36(0x25c)][_0x1ccf36(0x241)][_0x1ccf36(0x1cd)]],_0x45e63a[_0x1ccf36(0x1aa)]?_0x63f10a['pOwqY'](_0x284caa[_0x1ccf36(0x18d)],_0x63f10a[_0x1ccf36(0x18c)])&&(_0x284caa[_0x1ccf36(0x18d)]=_0x63f10a[_0x1ccf36(0x188)]):_0x284caa[_0x1ccf36(0x247)]={};else _0x45e63a[_0x1ccf36(0x241)]&&(this[_0x1ccf36(0x185)](_0x51c4b0),_0x45e63a[_0x1ccf36(0x1d0)]&&this[_0x1ccf36(0x18f)](_0x51c4b0),(_0x45e63a[_0x1ccf36(0x1aa)]||_0x45e63a['skipped'])&&(_0x284caa['hooks']=this['getHooksForTest'](_0x51c4b0)));this[_0x1ccf36(0x17a)]&&(_0x45e63a['started']||_0x45e63a[_0x1ccf36(0x1d0)])&&(_0x284caa[_0x63f10a[_0x1ccf36(0x234)]]=this[_0x1ccf36(0x1d6)](this['driver']));_0x45e63a[_0x1ccf36(0x241)]&&_0x45e63a[_0x1ccf36(0x1aa)]&&_0x51c4b0[_0x1ccf36(0x264)]&&(_0x284caa[_0x63f10a[_0x1ccf36(0x206)]]={'feature':{'name':_0x51c4b0[_0x1ccf36(0x223)]['feature'][_0x1ccf36(0x1bc)],'path':_0x284caa[_0x1ccf36(0x1dc)],'description':_0x51c4b0[_0x1ccf36(0x223)][_0x1ccf36(0x22a)]},'scenario':{'name':_0x51c4b0['title']},'steps':_0x51c4b0[_0x1ccf36(0x264)]});const _0x41dd34=_0x284caa[_0x63f10a['QkENk']][0x0];_0x41dd34&&(_0x284caa[_0x63f10a[_0x1ccf36(0x17d)]]=_0x41dd34[_0x63f10a[_0x1ccf36(0x1d2)]],_0x284caa[_0x63f10a['wflYp']]=_0x41dd34[_0x63f10a['RmAMh']]);if(_0x51c4b0[_0x1ccf36(0x264)])for(const _0x20790e of _0x51c4b0[_0x1ccf36(0x264)]){!_0x20790e['finished_at']&&(_0x20790e[_0x1ccf36(0x1cc)]=new Date()[_0x1ccf36(0x181)](),_0x63f10a['TFjBW'](_0x20790e[_0x1ccf36(0x18d)],_0x63f10a[_0x1ccf36(0x24b)])&&(_0x41dd34?(_0x20790e[_0x1ccf36(0x18d)]=_0x63f10a[_0x1ccf36(0x18c)],_0x20790e['failure']=_0x41dd34[_0x63f10a['xlltp']][0x0]):_0x20790e['result']=_0x63f10a['SgazO']));}const _0x3aff9e={};_0x3aff9e[_0x1ccf36(0x242)]=_0x45e63a[_0x1ccf36(0x1d0)]?TEST_EVENTS['TEST_RUN_FINISHED']:_0x5b4c97;const _0x5a6d55=_0x3aff9e;return _0x45e63a['hook']?_0x5a6d55[_0x63f10a[_0x1ccf36(0x189)]]=_0x284caa:_0x5a6d55[_0x63f10a[_0x1ccf36(0x1ac)]]=_0x284caa,_0x5a6d55;}catch(_0x1e04c1){logger[_0x1ccf36(0x1b0)]('Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20'+_0x5b4c97+_0x1ccf36(0x1a3)+_0x1e04c1);}}async[a4_0x249053(0x1ef)](_0x426ae4,_0x5e1cc2){const _0x21c882=a4_0x249053;if(!this[_0x21c882(0x193)]||!_0x5e1cc2||!_0x426ae4)return![];try{return await SessionHandler[_0x21c882(0x1c8)](_0x5e1cc2);}catch(_0x41b957){logger[_0x21c882(0x1b0)]('Exception\x20in\x20sending\x20test\x20data\x20for\x20event\x20'+_0x426ae4+_0x21c882(0x1a3)+_0x41b957);}}[a4_0x249053(0x258)](_0x366e18){const _0x51c800=a4_0x249053,_0x4459e2={};_0x4459e2[_0x51c800(0x180)]=_0x51c800(0x227);const _0x4a86c8=_0x4459e2;return{'id':_0x366e18[_0x51c800(0x1e8)],'text':_0x366e18[_0x51c800(0x212)],'keyword':_0x366e18[_0x51c800(0x1b3)],'started_at':_0x366e18[_0x51c800(0x194)][_0x51c800(0x181)](),'result':_0x4a86c8[_0x51c800(0x180)]};}[a4_0x249053(0x210)](_0x54c091){const _0x653270=a4_0x249053,_0x36e0d5={'EdtuC':function(_0x4c611c){return _0x4c611c();}};!this['currentTest'][_0x653270(0x264)]&&(this[_0x653270(0x24c)][_0x653270(0x264)]=[]),!_0x54c091[_0x653270(0x1e8)]&&(_0x54c091[_0x653270(0x1e8)]=_0x36e0d5[_0x653270(0x1b5)](uuidv4),_0x54c091[_0x653270(0x194)]=new Date(),this[_0x653270(0x24c)][_0x653270(0x264)]['push'](this[_0x653270(0x258)](_0x54c091)));}['bddStepFinish'](_0x113d7e){const _0x3355f6=a4_0x249053,_0x487b74={'bFMJZ':function(_0x456af4,_0x51df15){return _0x456af4(_0x51df15);},'oYVwb':_0x3355f6(0x1e9),'ALVvU':_0x3355f6(0x227),'jYEuh':_0x3355f6(0x186),'lqceT':function(_0x3e9015,_0x3f4384){return _0x3e9015-_0x3f4384;}};let _0x6791f4=this[_0x3355f6(0x24c)][_0x3355f6(0x264)][_0x3355f6(0x1f2)](_0xf70ad=>_0xf70ad['id']===_0x113d7e[_0x3355f6(0x1e8)]);_0x487b74[_0x3355f6(0x21b)](isUndefined,_0x6791f4)&&(_0x6791f4=this[_0x3355f6(0x258)](_0x113d7e)),_0x6791f4[_0x3355f6(0x18d)]=[_0x487b74[_0x3355f6(0x1e3)],_0x487b74['ALVvU']]['includes'](_0x113d7e[_0x3355f6(0x23a)])?_0x487b74[_0x3355f6(0x17e)]:_0x113d7e['status'],_0x6791f4[_0x3355f6(0x1cc)]=new Date()[_0x3355f6(0x181)](),_0x6791f4[_0x3355f6(0x1fb)]=_0x487b74[_0x3355f6(0x236)](Date[_0x3355f6(0x231)](),_0x113d7e['startedAt'][_0x3355f6(0x1c7)]()),_0x6791f4['failure']=_0x113d7e[_0x3355f6(0x17c)]?_0x113d7e[_0x3355f6(0x17c)][_0x3355f6(0x196)]:null;}}const a4_0x7f72a5={};a4_0x7f72a5[a4_0x249053(0x24e)]=O11yHelper,a4_0x7f72a5[a4_0x249053(0x1fd)]=STATE_PASSED,a4_0x7f72a5['STATE_FAILED']=STATE_FAILED,a4_0x7f72a5['TEST_EVENTS']=TEST_EVENTS,module[a4_0x249053(0x19b)]=a4_0x7f72a5;
|