browserstack-node-sdk 1.54.1 → 1.55.0
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 +3 -3
- 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/newman/command.js +2 -0
- package/src/bin/newman/helper.js +1 -0
- package/src/bin/newman/reporter/index.js +1 -0
- package/src/bin/newman/scriptRunner.js +2 -0
- package/src/bin/nightwatch/command.js +1 -1
- package/src/bin/playwright/accessibility-helper.js +1 -1
- package/src/bin/playwright/command.js +1 -1
- package/src/bin/playwright/globalSetup.js +1 -1
- package/src/bin/playwright/mock-process.js +1 -1
- package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
- package/src/bin/playwright/patches.js +1 -1
- package/src/bin/playwright/reporter/pwUtils.js +1 -1
- package/src/bin/playwright/reporter/reporter.js +1 -1
- package/src/bin/playwright/reporter/test-details.js +1 -1
- package/src/bin/playwright/sessionDetails.js +1 -1
- package/src/bin/puppeteer/patches.js +1 -1
- package/src/bin/puppeteer/sessionDetails.js +1 -1
- package/src/bin/puppeteer/test.setup.js +1 -1
- package/src/bin/runner.js +1 -1
- package/src/bin/setup.js +1 -1
- package/src/bin/test-runner/index.js +1 -1
- package/src/bin/test-runner/runTest.js +1 -1
- package/src/bin/test-runner/testWorker.js +1 -1
- package/src/bin/utils/apiUtilityMethods.js +1 -1
- package/src/bin/utils/clientTroubleshootingService.js +1 -1
- package/src/bin/utils/constants.js +1 -1
- package/src/bin/utils/log4jsAppender.js +1 -1
- package/src/bin/utils/logPatcher.js +1 -1
- package/src/bin/utils/logReportingAPI.js +1 -1
- package/src/bin/utils/playwright-patcher.js +1 -1
- package/src/bin/utils/puppeteer-patcher.js +1 -1
- package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
- package/src/bin/utils/sharedUtils.js +1 -1
- package/src/bin/v2/TestInfo.js +1 -1
- package/src/bin/v2/browserstackCLI.js +1 -1
- package/src/bin/v2/cliUtils.js +1 -1
- package/src/bin/v2/customTagManager.js +1 -1
- package/src/bin/v2/eventDispatcher.js +1 -1
- package/src/bin/v2/framework/automationFramework.js +1 -1
- package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
- package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
- package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
- package/src/bin/v2/framework/jestTestFramework.js +1 -1
- package/src/bin/v2/framework/newmanTestFramework.js +1 -0
- package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
- package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
- package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
- package/src/bin/v2/framework/testFramework.js +1 -1
- package/src/bin/v2/grpcClient.js +1 -1
- package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
- package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
- package/src/bin/v2/instances/trackedContext.js +1 -1
- package/src/bin/v2/instances/trackedInstance.js +1 -1
- package/src/bin/v2/modules/accessibilityModule.js +1 -1
- package/src/bin/v2/modules/baseModule.js +1 -1
- package/src/bin/v2/modules/loadTestModule.js +1 -1
- package/src/bin/v2/modules/observabilityModule.js +1 -1
- package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
- package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
- package/src/bin/v2/modules/testhubModule.js +1 -1
- package/src/bin/v2/state/automationFrameworkState.js +1 -1
- package/src/bin/v2/state/hookState.js +1 -1
- package/src/bin/v2/state/testFrameworkState.js +1 -1
- package/src/bin/v2/uploadAttachmentsManager.js +1 -1
- package/src/bin/v2/utils/cucumber-utils.js +1 -1
- package/src/bin/v2/utils/jest-utils.js +1 -1
- package/src/bin/vanilla-js/command.js +1 -1
- package/src/browserStackSdk.js +1 -1
- package/src/helpers/BrowserStackSetup.js +1 -1
- package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
- package/src/helpers/accessibility-automation/constants.js +1 -1
- package/src/helpers/accessibility-automation/helper.js +1 -1
- package/src/helpers/accessibility-automation/scripts.js +1 -1
- package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
- package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
- package/src/helpers/ats/constants.js +1 -1
- package/src/helpers/ats/helper.js +1 -1
- package/src/helpers/capsMapping.js +1 -1
- package/src/helpers/central-scanner/constants.js +1 -1
- package/src/helpers/central-scanner/helpers.js +1 -1
- package/src/helpers/classLogger.js +1 -1
- package/src/helpers/globals.js +1 -1
- package/src/helpers/helper.js +1 -1
- package/src/helpers/logger.js +1 -1
- package/src/helpers/metadata.js +1 -1
- package/src/helpers/patchHelper.js +1 -1
- package/src/helpers/patchHelpers.js +1 -1
- package/src/helpers/percy/Percy.js +1 -1
- package/src/helpers/percy/PercyBinary.js +1 -1
- package/src/helpers/percy/PercyCaptureMap.js +1 -1
- package/src/helpers/percy/PercyCaptureModes.js +1 -1
- package/src/helpers/percy/PercySDK.js +1 -1
- package/src/helpers/percy/index.js +1 -1
- package/src/helpers/percy/utils.js +1 -1
- package/src/helpers/performance/constants.js +1 -1
- package/src/helpers/performance/performance-tester.js +1 -1
- package/src/helpers/playwright-helper.js +1 -1
- package/src/helpers/processHelper.js +1 -1
- package/src/helpers/puppeteer-helper.js +1 -1
- package/src/helpers/request-spy.js +1 -1
- package/src/helpers/setKeepAlive.js +1 -1
- package/src/helpers/test-observability/constants.js +1 -1
- package/src/helpers/test-observability/error-handler.js +1 -1
- package/src/helpers/test-observability/requestQueueHandler.js +1 -1
- package/src/helpers/test-observability/sessionHandler.js +1 -1
- package/src/helpers/test-observability/utils.js +1 -1
- package/src/helpers/test-orchestration/constants.js +1 -1
- package/src/helpers/test-orchestration/failfastManager.js +1 -1
- package/src/helpers/test-orchestration/fileHelper.js +1 -1
- package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
- package/src/helpers/test-orchestration/requestUtils.js +1 -1
- package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
- package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
- package/src/helpers/testhub/constants.js +1 -1
- package/src/helpers/testhub/testhubHandler.js +1 -1
- package/src/helpers/testhub/utils.js +1 -1
- package/src/helpers/timeoutPromise.js +1 -1
- package/src/helpers/utilities.js +1 -1
- package/src/helpers/w3cMapping.js +1 -1
- package/src/hubAllocationMethods.js +1 -1
- package/src/index.js +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
const a1_0x4715df=a1_0xd850;(function(_0x19c9b3,_0x54603a){const _0x26d5ed=a1_0xd850,_0x4c1ef5=_0x19c9b3();while(!![]){try{const _0x7b0676=-parseInt(_0x26d5ed(0x127))/0x1*(-parseInt(_0x26d5ed(0xf7))/0x2)+-parseInt(_0x26d5ed(0x19a))/0x3*(parseInt(_0x26d5ed(0x112))/0x4)+-parseInt(_0x26d5ed(0xe7))/0x5+parseInt(_0x26d5ed(0x16e))/0x6*(-parseInt(_0x26d5ed(0x11b))/0x7)+-parseInt(_0x26d5ed(0xfa))/0x8+parseInt(_0x26d5ed(0x1b6))/0x9+parseInt(_0x26d5ed(0x14c))/0xa*(parseInt(_0x26d5ed(0x15b))/0xb);if(_0x7b0676===_0x54603a)break;else _0x4c1ef5['push'](_0x4c1ef5['shift']());}catch(_0x5d1a58){_0x4c1ef5['push'](_0x4c1ef5['shift']());}}}(a1_0x1166,0x6af9d));const fs=require('fs'),util=require('util'),{requireModule,markSessionStatus,isUndefined,isTrue,isBrowserstackInfra}=require(a1_0x4715df(0xf0)),logger=require(a1_0x4715df(0xc1))[a1_0x4715df(0x134)],testOpsHelper=require(a1_0x4715df(0x198)),requestSpy=require('../../helpers/request-spy'),PlaywrightSessionDetails=require(a1_0x4715df(0xd0)),{O11yHelper,TEST_EVENTS,STATE_PASSED,STATE_FAILED}=require(a1_0x4715df(0x154)),{shouldScanTestForAccessibility,isAccessibilityAutomationSession}=require(a1_0x4715df(0x179)),AccessibilityHelper=require(a1_0x4715df(0xdf)),scripts=require('../../helpers/accessibility-automation/scripts'),PerformanceTester=require(a1_0x4715df(0x100)),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceHookEvents}=require(a1_0x4715df(0x13d)),{processWebDriverConfig,shouldPatchExecuteScript}=require(a1_0x4715df(0x1b8)),testHubConstants=require(a1_0x4715df(0x102)),globals=require(a1_0x4715df(0x117)),CodeceptJS=requireModule(a1_0x4715df(0x1a6),a1_0x4715df(0xd5)),CodeceptUtils=requireModule('codeceptjs/lib/utils.js',a1_0x4715df(0xd5)),CodeceptWebDriver=requireModule(a1_0x4715df(0xf1),'codeceptjs'),CodeceptRecorder=requireModule('codeceptjs/lib/recorder.js',a1_0x4715df(0xd5)),CodeceptPlaywright=requireModule(a1_0x4715df(0xce),a1_0x4715df(0xd5)),playwrightMarkSessionStatus=(_0xa724fb,_0x56f174,_0x4bab21)=>{const _0x2bed05=a1_0x4715df,_0x448f8e={'QnEBu':_0x2bed05(0xed),'bqAME':function(_0x2bc669,_0x348bf4){return _0x2bc669(_0x348bf4);}},_0x44fd34={};_0x44fd34[_0x2bed05(0xbc)]=_0x56f174;const _0x5e3e9b={};_0x5e3e9b[_0x2bed05(0x188)]=_0x448f8e[_0x2bed05(0x157)],_0x5e3e9b[_0x2bed05(0x122)]=_0x44fd34;const _0x2a284e=_0x5e3e9b;return!_0x448f8e[_0x2bed05(0x17b)](isUndefined,_0x4bab21)&&(_0x2a284e[_0x2bed05(0x122)][_0x2bed05(0x1a2)]=JSON[_0x2bed05(0x19f)](_0x4bab21)),_0xa724fb[_0x2bed05(0x12e)](()=>{},_0x2bed05(0x125)+JSON[_0x2bed05(0x19f)](_0x2a284e));},o11ySync=PerformanceTester[a1_0x4715df(0x185)](PerformanceO11yEvents[a1_0x4715df(0xc9)],async _0x2f1ea9=>{const _0x379a1d=a1_0x4715df,_0x1f82f6={};_0x1f82f6[_0x379a1d(0xbf)]=function(_0x10744d,_0x2b0631){return _0x10744d===_0x2b0631;},_0x1f82f6['TEZiO']=_0x379a1d(0xbe);const _0xca79a0=_0x1f82f6;_0xca79a0[_0x379a1d(0xbf)](_0x2f1ea9[_0x379a1d(0x180)][_0x379a1d(0x12c)],_0xca79a0[_0x379a1d(0x11e)])?await _0x2f1ea9[_0x379a1d(0x12e)](_0x540d79=>{},testOpsHelper[_0x379a1d(0x1b1)]()):await _0x2f1ea9[_0x379a1d(0x12e)](testOpsHelper[_0x379a1d(0x1b1)]());}),markSessionName=PerformanceTester[a1_0x4715df(0x185)](PerformanceAutEvents['SESSION_NAME'],async(_0x5d043b,_0x56b553)=>{const _0x4ffd8a=a1_0x4715df,_0x5b7d19={};_0x5b7d19[_0x4ffd8a(0xc0)]='setSessionName',_0x5b7d19[_0x4ffd8a(0xda)]=function(_0x5bd940,_0x5358a1){return _0x5bd940===_0x5358a1;},_0x5b7d19['XfYrN']=_0x4ffd8a(0xbe);const _0xa88d23=_0x5b7d19,_0xc796db={};_0xc796db[_0x4ffd8a(0x12c)]=_0x56b553;const _0x184879={};_0x184879[_0x4ffd8a(0x188)]=_0xa88d23[_0x4ffd8a(0xc0)],_0x184879[_0x4ffd8a(0x122)]=_0xc796db;const _0x366ca8=_0x184879;_0xa88d23['wjqps'](_0x5d043b['constructor'][_0x4ffd8a(0x12c)],_0xa88d23[_0x4ffd8a(0x149)])?await _0x5d043b[_0x4ffd8a(0x12e)](()=>{},_0x4ffd8a(0x125)+JSON[_0x4ffd8a(0x19f)](_0x366ca8)):await _0x5d043b[_0x4ffd8a(0x12e)]('browserstack_executor:\x20'+JSON[_0x4ffd8a(0x19f)](_0x366ca8));}),patchSaveScreenshot=_0x45285d=>{const _0x3a84f1=a1_0x4715df,_0x6488e0={'PEnRk':_0x3a84f1(0x12b),'FRQwA':'TEST_SCREENSHOT','XnZTM':function(_0x55f484){return _0x55f484();},'mOqRf':function(_0x5e5fb8,_0x4a43d8){return _0x5e5fb8(_0x4a43d8);},'oXtMc':'Screenshot\x20path\x20not\x20found'};_0x6488e0[_0x3a84f1(0x126)](isTrue,process[_0x3a84f1(0xf8)]['BS_TESTOPS_ALLOW_SCREENSHOTS'])&&!_0x45285d[_0x3a84f1(0xba)]&&(_0x45285d[_0x3a84f1(0xba)]=!![],_0x45285d[_0x3a84f1(0x14b)]=_0x45285d[_0x3a84f1(0xe5)],_0x45285d['saveScreenshot']=(_0x4ff6d3,_0x52c75a=![])=>{const _0x10fa7f=_0x3a84f1,_0x37641a={'pMNby':_0x6488e0[_0x10fa7f(0x116)],'bMRke':_0x6488e0[_0x10fa7f(0x1a3)],'lyHKD':function(_0x362a83){const _0x4f311f=_0x10fa7f;return _0x6488e0[_0x4f311f(0xdc)](_0x362a83);},'qHdmH':function(_0x22888e,_0x1f70f2){const _0x1f0d44=_0x10fa7f;return _0x6488e0[_0x1f0d44(0x126)](_0x22888e,_0x1f70f2);},'PUMNF':_0x6488e0['oXtMc']};return new Promise(function(_0xc00c4a,_0x257e6b){const _0x21d294=_0x10fa7f;_0x45285d[_0x21d294(0x14b)](_0x4ff6d3,_0x52c75a)[_0x21d294(0x167)](()=>{const _0x2a5730=_0x21d294,_0x54fb5b=CodeceptUtils[_0x2a5730(0x110)](_0x4ff6d3);if(_0x54fb5b){const _0x9cd00a=fs[_0x2a5730(0x158)](_0x54fb5b);process[_0x2a5730(0x17f)](_0x2a5730(0x148)+process['pid'],{'timestamp':new Date()[_0x2a5730(0x13a)](),'message':_0x9cd00a[_0x2a5730(0x17a)](_0x37641a['pMNby']),'kind':_0x37641a[_0x2a5730(0x107)]}),_0x37641a['lyHKD'](_0xc00c4a);}_0x37641a['qHdmH'](_0x257e6b,new Error(_0x37641a[_0x2a5730(0x16d)]));})[_0x21d294(0xc8)](()=>null);});});},patchWebDriverBefore=_0x417677=>{const _0x5b31da=a1_0x4715df,_0x3c225f={'mCxsa':function(_0x39e134){return _0x39e134();},'rnXed':function(_0x3eb8d4,_0x3e800a){return _0x3eb8d4(_0x3e800a);},'RSHsY':function(_0x2142a3,_0x389fc6){return _0x2142a3===_0x389fc6;},'IKRzP':_0x5b31da(0x15c),'fiKLD':_0x5b31da(0x173),'fyOhT':'Element'},_0x36cf03=async function(_0x137994,_0x3ae379){const _0x29162e=_0x5b31da;_0x3c225f[_0x29162e(0x196)](isAccessibilityAutomationSession)&&!global['bstackAllyScanning']&&global['accessibilityPlatform']&&scripts['shouldWrapCommand'](_0x137994[_0x29162e(0x12c)])&&_0x3c225f[_0x29162e(0x18e)](shouldPatchExecuteScript,arguments[0x2])&&(global['bstackAllyScanning']=!![],await PerformanceTester[_0x29162e(0x185)](PerformanceA11yEvents[_0x29162e(0x195)],async()=>{const _0x47b944=_0x29162e;logger[_0x47b944(0xfb)]('Performing\x20scan\x20for\x20'+_0x137994[_0x47b944(0x193)]+'\x20'+_0x137994[_0x47b944(0x12c)]),await AccessibilityHelper[_0x47b944(0x120)](_0x417677,scripts['performScan']);},{'command':_0x137994[_0x29162e(0x12c)]})());global[_0x29162e(0x17e)]=![];const _0x3644f6=JSON[_0x29162e(0x15f)](process['env']['FRAMEWORK_DETAILS']||'{}');if(_0x3c225f[_0x29162e(0x16a)](_0x3644f6?.[_0x29162e(0x18a)]?.['name'],_0x3c225f[_0x29162e(0x10c)])&&_0x3c225f['RSHsY'](typeof _0x3644f6?.[_0x29162e(0x18a)]?.[_0x29162e(0xcd)],_0x3c225f['fiKLD'])&&_0x3644f6?.[_0x29162e(0x18a)]?.[_0x29162e(0xcd)][_0x29162e(0x10d)]('7'))return _0x3ae379[_0x29162e(0x187)](null,Array['prototype']['slice']['call'](arguments,0x2));return _0x3ae379[_0x29162e(0x187)](this,Array[_0x29162e(0x1a4)]['slice']['call'](arguments,0x2));},_0x24f7bf=CodeceptWebDriver[_0x5b31da(0x1a4)][_0x5b31da(0x137)];CodeceptWebDriver['prototype'][_0x5b31da(0x137)]=async function(){const _0x1abcb1=_0x5b31da,_0x346d1a={'iEZDF':function(_0x390135,_0x2b3eea){const _0x5bef40=a1_0xd850;return _0x3c225f[_0x5bef40(0x16a)](_0x390135,_0x2b3eea);},'xYMgb':_0x3c225f[_0x1abcb1(0xd2)]};try{await _0x24f7bf[_0x1abcb1(0x187)](this,arguments);}catch(_0x39cb2a){logger['debug']('Failed\x20to\x20execute\x20_before:\x20'+util[_0x1abcb1(0x170)](_0x39cb2a));}scripts['commandsToWrap'][_0x1abcb1(0x194)](_0x36cbd1=>_0x36cbd1[_0x1abcb1(0x12c)]&&_0x36cbd1[_0x1abcb1(0x193)])['forEach'](_0x2e648f=>{const _0x4bb80c=_0x1abcb1;this[_0x4bb80c(0xc7)][_0x4bb80c(0x14d)](_0x2e648f[_0x4bb80c(0x12c)],_0x36cf03['bind'](this,_0x2e648f),_0x346d1a[_0x4bb80c(0xd3)](_0x2e648f[_0x4bb80c(0x193)],_0x346d1a[_0x4bb80c(0x128)]));}),_0x3c225f[_0x1abcb1(0x18e)](processWebDriverConfig,_0x417677);};};function a1_0xd850(_0x3ca5d2,_0x37426a){const _0x1166ed=a1_0x1166();return a1_0xd850=function(_0xd850c9,_0x4167ed){_0xd850c9=_0xd850c9-0xb7;let _0x2fcaeb=_0x1166ed[_0xd850c9];return _0x2fcaeb;},a1_0xd850(_0x3ca5d2,_0x37426a);}function a1_0x1166(){const _0x2d9eaa=['bddStepStart','browserstack_executor:\x20','mOqRf','50xaGjkw','xYMgb','vFhsb','end','base64','name','getResultsSummary','executeScript','DmUoj','args','getGlobal','add','step','winstonLogger','push','chromium','_before','pages','all','toISOString','KSXXm','HOOK_RUN_FINISHED','../../helpers/performance/constants','test-failed','bddStep-before','captureError','\x0aStack:\x20','uBWDo','from','is_mobile_session','EHsag','FqALV','__driver','bs:addLog:','XfYrN','stop','initSaveScreenshot','73090sKwfmW','overwriteCommand','Failed\x20in\x20marking\x20session\x20status\x20of\x20test:\x20','saveTestResults','nICCZ','config','test','stopMonitoring','./o11yHelper','bddStep','cxdjM','QnEBu','readFileSync','iCKnB','accessibilityPlatform','2233liAtXW','webdriverio','YKLMU','info','parse','Failed\x20to\x20patch\x20pages\x20method\x20in\x20browserContext\x20for\x20a11y\x20domForge:\x20','sfXwa','ngMTI','HOOK_RUN_STARTED','restore','Failed\x20in\x20sending\x20TestRunFinish\x20event:\x20','split','then','_setPage','BlEUB','RSHsY','meEFn','quMox','PUMNF','647526uuxmbU','title','format','UoPYV','ROZiv','string','browserstackTestName','CzSDm','SDK_HOOK','hook','OzAuA','../../helpers/accessibility-automation/helper','toString','bqAME','yVZYE','EyiGL','bstackAllyScanning','emit','constructor','helpers','KhMJe','SDK_PRE_INITIALIZE','devtools://','measureWrapper','BROWSERSTACK_TESTHUB_JWT','apply','action','LAzZt','testFramework','QVPMc','hphPB','TEST_LOG','rnXed','url','test-started','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','saQom','class','filter','PERFORM_SCAN','mCxsa','message','../../helpers/test-observability/utils','command','6DYFMHX','yRFmJ','ENV_VAR','hook-failed','pqDKy','stringify','jgsbc','VWsqk','reason','FRQwA','prototype','test-passed','codeceptjs/lib/index.js','TEST_RUN_STARTED','BROWSERSTACK_TESTHUB_UUID','TEST_RUN_SKIPPED','thTestRunUuid','peyQV','CFHZv','currentTest','thBuildUuid','test-before','WPdir','getSyncScript','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','TestCafe','GET_RESULTS','HWcig','6888501EtjBfA','YCLNV','./helper.js','Suite','hookType','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','patchSaveScreenshot','hook-passed','status','iPAwl','Playwright','mLmUQ','VpQzH','../../helpers/logger','oUcaw','DpSFU','passed','__skipSessionStatus','yQprO','browser','catch','SYNC','isMobilePlatform','aDDWb','__workerDetails','version','codeceptjs/lib/helper/Playwright.js','QMjVZ','../../bin/playwright/sessionDetails','skipSessionStatus','fyOhT','iEZDF','ihlYO','codeceptjs','before','Puppeteer','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20summary.','getAccessibilityResults','wjqps','getAccessibilityResultsSummary','XnZTM','stack','GET_RESULTS_SUMMARY','../../bin/playwright/accessibility-helper','a11y_core_config','performScan','after','aKKhr','yyVaO','saveScreenshot','NGywX','1721630jSudew','SDK_PRE_TEST','CFUXD','vYGrq','pqsAz','startMonitoring','setSessionStatus','container','EXmOj','../../helpers/helper','codeceptjs/lib/helper/WebDriver.js','failed','warn','LCFha','SDK_TEST','page','22294dHPxiF','env','NioiM','6119720DCFSmR','debug','Lfmmz','skipped','SDK_POST_TEST','XXGWe','../../helpers/performance/performance-tester','BDBfk','../../helpers/testhub/constants.js','Nrslc','bddStep-after','fireEvent','started','bMRke','TEST_RUN_FINISHED','hook-started','event','dispatcher','IKRzP','startsWith','ctx','includes','screenshotOutputFolder','addRequestSpy','1654636SZLkqa','browserContext','start','titlePath','PEnRk','../../helpers/globals.js','exports','hezos','SAVE_RESULTS','28zCiPeC','setGlobal','captureEvent','TEZiO','enabled','browserStackExecuteDriver','afterTest','arguments','isArray'];a1_0x1166=function(){return _0x2d9eaa;};return a1_0x1166();}function parseJwt(_0x219923){const _0x629b8d=a1_0x4715df,_0xb6ab83={};_0xb6ab83[_0x629b8d(0xe6)]=_0x629b8d(0x12b);const _0x3d493d=_0xb6ab83;if(!_0x219923)return null;return JSON['parse'](Buffer[_0x629b8d(0x143)](_0x219923[_0x629b8d(0x166)]('.')[0x1],_0x3d493d['NGywX'])['toString']());}const patchPlaywrightBefore=()=>{const _0x1e5ecc=a1_0x4715df,_0x17d1f8={'yRFmJ':'--auto-open-devtools-for-tabs','ltHpa':function(_0x2db0af){return _0x2db0af();},'gpkTe':function(_0x1282e0,_0x15d86e){return _0x1282e0(_0x15d86e);},'sfXwa':function(_0x1ca28c){return _0x1ca28c();},'meEFn':_0x1e5ecc(0x184),'CFHZv':function(_0x4d8658,_0x5bef43){return _0x4d8658+_0x5bef43;},'UgVsv':_0x1e5ecc(0x141),'KhMJe':function(_0x1afd81){return _0x1afd81();},'nICCZ':function(_0x3ba0b1){return _0x3ba0b1();},'yyVaO':function(_0x29ed0c){return _0x29ed0c();},'BDBfk':function(_0x43ac92){return _0x43ac92();}};PlaywrightSessionDetails['patch']();const _0x19a6ab=CodeceptPlaywright[_0x1e5ecc(0x1a4)]['_before'];CodeceptPlaywright[_0x1e5ecc(0x1a4)][_0x1e5ecc(0x137)]=async function(){const _0x560f1c=_0x1e5ecc,_0x55e67f={'DpSFU':function(_0x22e2c5){const _0x502152=a1_0xd850;return _0x17d1f8[_0x502152(0x182)](_0x22e2c5);},'cxdjM':_0x17d1f8[_0x560f1c(0x16b)]};this['browserContext']=await this['browser']['contexts']()[0x0];const _0x58ccd2=async()=>{const _0x240d40=_0x560f1c,_0x21e711=this[_0x240d40(0x151)]&&this[_0x240d40(0x151)][_0x240d40(0x136)]&&this[_0x240d40(0x151)][_0x240d40(0x136)][_0x240d40(0x130)]&&Array[_0x240d40(0x123)](this[_0x240d40(0x151)]['chromium']['args'])&&this['config'][_0x240d40(0x136)][_0x240d40(0x130)][_0x240d40(0x10f)](_0x17d1f8[_0x240d40(0x19b)]);if(_0x17d1f8['ltHpa'](isAccessibilityAutomationSession)&&!_0x21e711)try{const _0x14c3d3=_0x17d1f8['gpkTe'](parseJwt,process['env']['BS_A11Y_JWT']);if(_0x14c3d3&&_0x14c3d3['a11y_core_config']&&_0x14c3d3[_0x240d40(0xe0)]['domForge']){const _0x2b5a77=this[_0x240d40(0x113)][_0x240d40(0x138)]['bind'](this[_0x240d40(0x113)]);this[_0x240d40(0x113)][_0x240d40(0x138)]=async function(){const _0x58019d=_0x240d40,_0x5335c3=await _0x55e67f[_0x58019d(0xc3)](_0x2b5a77),_0x563e6a=[];for(const _0x17c7b9 of _0x5335c3){try{const _0x453f2a=await _0x17c7b9[_0x58019d(0x18f)]();!_0x453f2a[_0x58019d(0x10d)](_0x55e67f[_0x58019d(0x156)])&&_0x563e6a['push'](_0x17c7b9);}catch(_0x35262a){_0x563e6a[_0x58019d(0x135)](_0x17c7b9);}}return _0x563e6a;};}if(!_0x17d1f8[_0x240d40(0x161)](isBrowserstackInfra)){const _0x1f1f86=await this[_0x240d40(0xf6)][_0x240d40(0x18f)]();if(_0x1f1f86[_0x240d40(0x10d)](_0x17d1f8['meEFn'])){const _0x2066e9=await this['browserContext'][_0x240d40(0x138)]();this[_0x240d40(0x168)](_0x2066e9[0x0]);}}}catch(_0x17fe3a){logger[_0x240d40(0xfb)](_0x240d40(0x160)+_0x17fe3a[_0x240d40(0x197)]+(_0x17fe3a['stack']?_0x17d1f8[_0x240d40(0x1ac)](_0x17d1f8['UgVsv'],_0x17fe3a[_0x240d40(0xdd)]):''));}};_0x17d1f8['sfXwa'](isBrowserstackInfra)&&await _0x17d1f8[_0x560f1c(0x150)](_0x58ccd2),await _0x19a6ab[_0x560f1c(0x187)](this,arguments),!_0x17d1f8[_0x560f1c(0xe4)](isBrowserstackInfra)&&await _0x17d1f8[_0x560f1c(0x101)](_0x58ccd2);};},getCodeceptDriver=()=>{const _0x3998ac=a1_0x4715df,_0x3888fa={};_0x3888fa[_0x3998ac(0x1b0)]='WebDriver',_0x3888fa[_0x3998ac(0x189)]=_0x3998ac(0xbe),_0x3888fa[_0x3998ac(0x129)]=_0x3998ac(0xd7),_0x3888fa[_0x3998ac(0x142)]=_0x3998ac(0x1b3);const _0x10422f=_0x3888fa,_0x31f3d4=[_0x10422f[_0x3998ac(0x1b0)],_0x10422f[_0x3998ac(0x189)],_0x10422f[_0x3998ac(0x129)],_0x10422f['uBWDo']],_0x135a2d=_0x31f3d4['find'](_0xad4825=>!!CodeceptJS['container'][_0x3998ac(0x181)](_0xad4825));if(!_0x135a2d)return null;return CodeceptJS[_0x3998ac(0xee)][_0x3998ac(0x181)](_0x135a2d);};module[a1_0x4715df(0x118)]=function(_0x316454){const _0x5b9ec0=a1_0x4715df,_0x43f35c={'iPAwl':function(_0x3143b3){return _0x3143b3();},'lZnyE':function(_0x48b8f7,_0x1770be){return _0x48b8f7(_0x1770be);},'VWsqk':'getAccessibilityResultsSummary','DmUoj':_0x5b9ec0(0xd8),'ihlYO':_0x5b9ec0(0xd9),'ROZiv':_0x5b9ec0(0x1b2),'saQom':function(_0x533364,_0x21cdcc){return _0x533364(_0x21cdcc);},'Nrslc':_0x5b9ec0(0x109),'CzSDm':_0x5b9ec0(0xbb),'YCLNV':_0x5b9ec0(0x19d),'KSXXm':_0x5b9ec0(0x174),'XXGWe':_0x5b9ec0(0x1af),'BlEUB':function(_0x11f2e8){return _0x11f2e8();},'hphPB':function(_0x31bc0e,_0xc4fc6d){return _0x31bc0e(_0xc4fc6d);},'oUcaw':function(_0x1b3433,_0x4f64ee,_0x3f4069){return _0x1b3433(_0x4f64ee,_0x3f4069);},'iGuUG':function(_0x1b7d4b,_0x225ffd){return _0x1b7d4b(_0x225ffd);},'quMox':_0x5b9ec0(0x190),'pqsAz':_0x5b9ec0(0x1a5),'YKLMU':function(_0x4e9c71){return _0x4e9c71();},'CFUXD':function(_0x16ebb0,_0xafcfea,_0x3a16c7,_0xd7ff86){return _0x16ebb0(_0xafcfea,_0x3a16c7,_0xd7ff86);},'UoPYV':function(_0xcfebeb,_0x2980e6,_0x4a2e6b,_0x24ad12){return _0xcfebeb(_0x2980e6,_0x4a2e6b,_0x24ad12);},'OnbMU':function(_0x583c5d,_0x2c3256){return _0x583c5d===_0x2c3256;},'aKKhr':_0x5b9ec0(0xb7),'QMjVZ':_0x5b9ec0(0x13e),'Lfmmz':'test-skipped','QVPMc':_0x5b9ec0(0x121),'yQprO':_0x5b9ec0(0xca),'EHsag':function(_0x3e35bd,_0x44b548,_0x424b09){return _0x3e35bd(_0x44b548,_0x424b09);},'iCKnB':function(_0x558d7d){return _0x558d7d();},'EyiGL':_0x5b9ec0(0xb9),'vYGrq':'test-after','tiMVc':'INFO','LCFha':_0x5b9ec0(0x18d),'OzAuA':'step-comment','hezos':_0x5b9ec0(0x13f),'opmwv':_0x5b9ec0(0x104),'jgsbc':_0x5b9ec0(0xbe)};_0x316454[_0x5b9ec0(0xd1)]&&(global[_0x5b9ec0(0xc5)]=_0x316454[_0x5b9ec0(0xd1)]);PerformanceTester[_0x5b9ec0(0xec)]();const _0x598d9b=_0x43f35c[_0x5b9ec0(0x169)](getCodeceptDriver),_0x49c304=new O11yHelper(_0x598d9b,_0x316454),_0x5ac4f3=!!CodeceptJS[_0x5b9ec0(0xee)][_0x5b9ec0(0x181)](_0x43f35c[_0x5b9ec0(0x1a0)]);global[_0x5b9ec0(0x147)]=_0x598d9b,_0x598d9b&&(PerformanceTester[_0x5b9ec0(0x185)](PerformanceEvents[_0x5b9ec0(0x183)],()=>{const _0x28c5cc=_0x5b9ec0;_0x5ac4f3?_0x43f35c[_0x28c5cc(0xbd)](patchPlaywrightBefore):_0x43f35c['lZnyE'](patchWebDriverBefore,_0x598d9b);})(),PerformanceTester[_0x5b9ec0(0x185)](PerformanceEvents['SDK_POST_INITIALIZE'],()=>{const _0x4751ce=_0x5b9ec0;_0x598d9b[_0x4751ce(0xdb)]=async()=>{const _0x2a0338=_0x4751ce;if(global[_0x2a0338(0x15a)]){const _0x5f461b={};return _0x5f461b[_0x2a0338(0x199)]=_0x43f35c[_0x2a0338(0x1a1)],await PerformanceTester[_0x2a0338(0x185)](PerformanceA11yEvents[_0x2a0338(0x195)],async()=>{return await AccessibilityHelper['browserStackExecuteDriver'](_0x598d9b,scripts['performScan']);},_0x5f461b)(),await PerformanceTester[_0x2a0338(0x185)](PerformanceA11yEvents[_0x2a0338(0xde)],async()=>{const _0xa70ba0=_0x2a0338;return await AccessibilityHelper[_0xa70ba0(0x120)](_0x598d9b,scripts[_0xa70ba0(0x12d)]);})();}return logger[_0x2a0338(0xf3)](_0x43f35c[_0x2a0338(0x12f)]),{};},_0x598d9b[_0x4751ce(0xd9)]=async()=>{const _0x280043=_0x4751ce;if(global[_0x280043(0x15a)]){const _0xe607e0={};return _0xe607e0[_0x280043(0x199)]=_0x43f35c[_0x280043(0xd4)],await PerformanceTester[_0x280043(0x185)](PerformanceA11yEvents[_0x280043(0x195)],async()=>{const _0x1579ab=_0x280043;return await AccessibilityHelper[_0x1579ab(0x120)](_0x598d9b,scripts['performScan']);},_0xe607e0)(),await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x280043(0x1b4)],async()=>{const _0x24a5af=_0x280043;return await AccessibilityHelper[_0x24a5af(0x120)](_0x598d9b,scripts['getResults']);})();}return logger['warn'](_0x43f35c[_0x280043(0x172)]),{};},_0x43f35c[_0x4751ce(0x192)](patchSaveScreenshot,_0x598d9b);})()),CodeceptJS['event'][_0x5b9ec0(0x10b)]['on'](CodeceptJS[_0x5b9ec0(0x10a)][_0x5b9ec0(0x139)][_0x5b9ec0(0xd6)],()=>{const _0x545bbe=_0x5b9ec0;PerformanceTester[_0x545bbe(0x114)](PerformanceEvents[_0x545bbe(0xe8)]);try{_0x49c304[_0x545bbe(0x114)](),testOpsHelper[_0x545bbe(0x111)](),PerformanceTester[_0x545bbe(0x12a)](PerformanceEvents['SDK_PRE_TEST']);}catch(_0x4c5395){PerformanceTester[_0x545bbe(0x140)](_0x4c5395),PerformanceTester[_0x545bbe(0x12a)](PerformanceEvents[_0x545bbe(0xe8)],![],_0x4c5395);}}),CodeceptJS['event'][_0x5b9ec0(0x10b)]['on'](CodeceptJS[_0x5b9ec0(0x10a)][_0x5b9ec0(0x139)][_0x5b9ec0(0xe2)],async()=>{const _0x3a972f=_0x5b9ec0;PerformanceTester[_0x3a972f(0x114)](PerformanceEvents[_0x3a972f(0xfe)]);try{requestSpy[_0x3a972f(0x164)](),await _0x49c304[_0x3a972f(0x14a)](),PerformanceTester[_0x3a972f(0x12a)](PerformanceEvents[_0x3a972f(0xfe)]);}catch(_0x78e544){PerformanceTester[_0x3a972f(0x140)](_0x78e544),PerformanceTester['end'](PerformanceEvents[_0x3a972f(0xfe)],![],_0x78e544);}finally{PerformanceTester[_0x3a972f(0x153)]();}}),CodeceptJS[_0x5b9ec0(0x10a)][_0x5b9ec0(0x10b)]['on'](CodeceptJS['event'][_0x5b9ec0(0x177)][_0x5b9ec0(0x106)],_0x44497a=>{const _0x17be14=_0x5b9ec0;PerformanceTester[_0x17be14(0x114)](PerformanceEvents[_0x17be14(0x176)]);try{const _0x29933d=_0x44497a['ctx']['test'],_0x300b21=_0x49c304[_0x17be14(0x11d)](TEST_EVENTS[_0x17be14(0x163)],_0x29933d);CodeceptRecorder['add'](()=>_0x49c304[_0x17be14(0x105)](TEST_EVENTS[_0x17be14(0x163)],_0x300b21));const _0x165e5c={};_0x165e5c[_0x17be14(0xb8)]=_0x43f35c['Nrslc'],PerformanceTester['end'](PerformanceEvents[_0x17be14(0x176)],!![],null,_0x165e5c);}catch(_0x53f16e){const _0x40e84e={};_0x40e84e[_0x17be14(0xb8)]=_0x43f35c[_0x17be14(0x103)],PerformanceTester[_0x17be14(0x12a)](PerformanceEvents[_0x17be14(0x176)],![],_0x53f16e,_0x40e84e),PerformanceTester['captureError'](_0x53f16e);}}),CodeceptJS[_0x5b9ec0(0x10a)]['dispatcher']['on'](CodeceptJS['event']['hook'][_0x5b9ec0(0xc4)],_0x5a4e23=>{const _0x5956e3=_0x5b9ec0,_0x31f547={};_0x31f547['hookType']=_0x43f35c[_0x5956e3(0x175)],PerformanceTester['start'](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x31f547);try{const _0x5b375f=_0x5a4e23[_0x5956e3(0x10e)]['test'],_0x11801c=_0x49c304[_0x5956e3(0x11d)](TEST_EVENTS[_0x5956e3(0x13c)],_0x5b375f);CodeceptRecorder[_0x5956e3(0x132)](()=>_0x49c304[_0x5956e3(0x105)](TEST_EVENTS[_0x5956e3(0x13c)],_0x11801c));const _0x25c172={};_0x25c172[_0x5956e3(0xb8)]=_0x43f35c[_0x5956e3(0x175)],PerformanceTester[_0x5956e3(0x12a)](PerformanceHookEvents[_0x5956e3(0x176)],!![],null,_0x25c172);}catch(_0x20d1e9){PerformanceTester[_0x5956e3(0x140)](_0x20d1e9);const _0x1363db={};_0x1363db[_0x5956e3(0xb8)]=_0x43f35c[_0x5956e3(0x175)],PerformanceTester[_0x5956e3(0x12a)](PerformanceHookEvents[_0x5956e3(0x176)],![],_0x20d1e9,_0x1363db);}}),CodeceptJS[_0x5b9ec0(0x10a)]['dispatcher']['on'](CodeceptJS[_0x5b9ec0(0x10a)][_0x5b9ec0(0x177)][_0x5b9ec0(0xf2)],async(_0xe7daf5,_0x2fcc6b)=>{const _0x3a9689=_0x5b9ec0;PerformanceTester[_0x3a9689(0x114)](PerformanceHookEvents['SDK_HOOK']);try{const _0x5d568b=_0xe7daf5[_0x3a9689(0x10e)][_0x3a9689(0x152)],_0x5603e1=_0x49c304['captureEvent'](TEST_EVENTS[_0x3a9689(0x13c)],_0x5d568b,_0x2fcc6b);CodeceptRecorder[_0x3a9689(0x132)](()=>_0x49c304[_0x3a9689(0x105)](TEST_EVENTS[_0x3a9689(0x13c)],_0x5603e1));const _0x4f6695={};_0x4f6695[_0x3a9689(0xb8)]=_0x43f35c[_0x3a9689(0x1b7)],PerformanceTester[_0x3a9689(0x114)](PerformanceHookEvents[_0x3a9689(0x176)],!![],null,_0x4f6695);}catch(_0x180c64){PerformanceTester[_0x3a9689(0x140)](_0x180c64);const _0x5372fb={};_0x5372fb[_0x3a9689(0xb8)]=_0x43f35c[_0x3a9689(0x1b7)],PerformanceTester[_0x3a9689(0x12a)](PerformanceHookEvents[_0x3a9689(0x176)],![],_0x180c64,_0x5372fb);}const _0x12ce94={};_0x12ce94[_0x3a9689(0xb8)]=_0x43f35c['YCLNV'],PerformanceTester[_0x3a9689(0x12a)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x12ce94);}),CodeceptJS[_0x5b9ec0(0x10a)][_0x5b9ec0(0x10b)]['on'](CodeceptJS[_0x5b9ec0(0x10a)]['test']['before'],_0x4e0bdf=>{const _0x931742=_0x5b9ec0;PerformanceTester['start'](PerformanceHookEvents['SDK_HOOK']);try{globals['setGlobal'](_0x43f35c[_0x931742(0x13b)],_0x4e0bdf[_0x931742(0x16f)]);_0x43f35c['iPAwl'](isBrowserstackInfra)&&(_0x5ac4f3&&(global[_0x931742(0xcc)]={'currentTest':{'name':_0x4e0bdf[_0x931742(0x16f)],'testInfo':{'titlePath':_0x4e0bdf[_0x931742(0x115)]()}}}));const _0x445c76={};_0x445c76['hookType']=_0x43f35c[_0x931742(0xff)],PerformanceTester[_0x931742(0x12a)](PerformanceHookEvents[_0x931742(0x176)],!![],null,_0x445c76);}catch(_0x4c030b){PerformanceTester[_0x931742(0x140)](_0x4c030b);const _0x540cf7={};_0x540cf7[_0x931742(0xb8)]=_0x43f35c[_0x931742(0xff)],PerformanceTester[_0x931742(0x12a)](PerformanceHookEvents[_0x931742(0x176)],![],_0x4c030b,_0x540cf7);}}),CodeceptJS[_0x5b9ec0(0x10a)][_0x5b9ec0(0x10b)]['on'](CodeceptJS['event'][_0x5b9ec0(0x152)][_0x5b9ec0(0x106)],_0x2a1701=>{const _0x4471da=_0x5b9ec0,_0x9ec5a4={'EXmOj':function(_0x318a32){return _0x43f35c['BlEUB'](_0x318a32);},'yVZYE':function(_0x55a016,_0x26e795){const _0x1f0544=a1_0xd850;return _0x43f35c[_0x1f0544(0x18c)](_0x55a016,_0x26e795);},'aDDWb':function(_0x537bed,_0xec4928,_0x435a37){const _0x46f58e=a1_0xd850;return _0x43f35c[_0x46f58e(0xc2)](_0x537bed,_0xec4928,_0x435a37);},'FqALV':function(_0x360fe1,_0x39d0b3){return _0x43f35c['iGuUG'](_0x360fe1,_0x39d0b3);}};PerformanceTester[_0x4471da(0x114)](PerformanceHookEvents[_0x4471da(0x176)]);try{globals[_0x4471da(0x11c)](_0x43f35c[_0x4471da(0x13b)],_0x2a1701[_0x4471da(0x16f)]);const _0x2d5c5f=_0x49c304['captureEvent'](TEST_EVENTS[_0x4471da(0x1a7)],_0x2a1701);CodeceptRecorder[_0x4471da(0x132)](()=>_0x49c304[_0x4471da(0x105)](TEST_EVENTS['TEST_RUN_STARTED'],_0x2d5c5f)),CodeceptRecorder[_0x4471da(0x132)](async()=>{const _0x415844=_0x4471da;_0x9ec5a4[_0x415844(0xef)](isBrowserstackInfra)&&(!_0x9ec5a4[_0x415844(0x17c)](isTrue,_0x316454['skipSessionName'])&&await _0x9ec5a4[_0x415844(0xcb)](markSessionName,_0x598d9b,_0x2a1701[_0x415844(0x16f)]),_0x49c304[_0x415844(0x11f)]&&await _0x9ec5a4[_0x415844(0x146)](o11ySync,_0x598d9b));});}catch(_0x518774){const _0x2ec1cd={};_0x2ec1cd['hookType']=_0x43f35c[_0x4471da(0x16c)],PerformanceTester[_0x4471da(0x12a)](PerformanceHookEvents[_0x4471da(0x176)],![],_0x518774,_0x2ec1cd),PerformanceTester['captureError'](_0x518774);}const _0x2426a6={};_0x2426a6[_0x4471da(0xb8)]=_0x43f35c[_0x4471da(0x16c)],PerformanceTester[_0x4471da(0x12a)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x2426a6);}),CodeceptJS[_0x5b9ec0(0x10a)][_0x5b9ec0(0x10b)]['on'](CodeceptJS[_0x5b9ec0(0x10a)]['test'][_0x5b9ec0(0xc4)],_0x20efea=>{const _0x5c0237=_0x5b9ec0,_0x433e19={'ngMTI':function(_0x5db250,_0xe883a5,_0x4ed088){const _0x5cc845=a1_0xd850;return _0x43f35c[_0x5cc845(0xc2)](_0x5db250,_0xe883a5,_0x4ed088);},'SaZsK':function(_0xbb30e){return _0x43f35c['BlEUB'](_0xbb30e);}};PerformanceTester[_0x5c0237(0x114)](PerformanceHookEvents[_0x5c0237(0x176)]);try{const _0x562583=_0x49c304['captureEvent'](TEST_EVENTS[_0x5c0237(0x108)],_0x20efea);CodeceptRecorder['add'](()=>_0x49c304[_0x5c0237(0x105)](TEST_EVENTS[_0x5c0237(0x108)],_0x562583)),CodeceptRecorder[_0x5c0237(0x132)](async()=>{_0x433e19['SaZsK'](isBrowserstackInfra)&&await PerformanceTester['measureWrapper'](PerformanceAutEvents['SESSION_STATUS'],async()=>{const _0x3c78b4=a1_0xd850;_0x5ac4f3?await _0x433e19[_0x3c78b4(0x162)](playwrightMarkSessionStatus,_0x598d9b,STATE_PASSED):await _0x433e19[_0x3c78b4(0x162)](markSessionStatus,_0x598d9b,STATE_PASSED);})();}),PerformanceTester[_0x5c0237(0x12a)](PerformanceEvents[_0x5c0237(0xf5)]);}catch(_0x58b4a4){PerformanceTester[_0x5c0237(0x140)](_0x58b4a4);const _0x24cbe4={};_0x24cbe4['hookType']=_0x43f35c[_0x5c0237(0xeb)],PerformanceTester[_0x5c0237(0x12a)](PerformanceHookEvents[_0x5c0237(0x176)],![],_0x58b4a4,_0x24cbe4),PerformanceTester[_0x5c0237(0x12a)](PerformanceEvents[_0x5c0237(0xf5)],![],_0x58b4a4);}const _0x104752={};_0x104752[_0x5c0237(0xb8)]=_0x43f35c[_0x5c0237(0xeb)],PerformanceTester[_0x5c0237(0x12a)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x104752);}),CodeceptJS[_0x5b9ec0(0x10a)]['dispatcher']['on'](CodeceptJS[_0x5b9ec0(0x10a)]['test']['failed'],(_0x37af1a,_0x5e1c5f)=>{const _0x11d21b=_0x5b9ec0,_0xa628ab={'Oajbz':function(_0x2933fd){const _0x4d2980=a1_0xd850;return _0x43f35c[_0x4d2980(0x15d)](_0x2933fd);},'HWcig':function(_0x3b49a3,_0x273982,_0x2fd6b4,_0xd0a839){const _0x3df960=a1_0xd850;return _0x43f35c[_0x3df960(0xe9)](_0x3b49a3,_0x273982,_0x2fd6b4,_0xd0a839);},'NioiM':function(_0x400fb7,_0x4c2756,_0xd36953,_0xcd9e6d){const _0x287ff6=a1_0xd850;return _0x43f35c[_0x287ff6(0x171)](_0x400fb7,_0x4c2756,_0xd36953,_0xcd9e6d);}};PerformanceTester[_0x11d21b(0x114)](PerformanceHookEvents['SDK_HOOK']);try{if(_0x43f35c['OnbMU'](_0x37af1a[_0x11d21b(0x180)][_0x11d21b(0x12c)],_0x43f35c[_0x11d21b(0xe3)])){const _0x2303c9=_0x49c304[_0x11d21b(0x11d)](TEST_EVENTS[_0x11d21b(0x1a9)],_0x37af1a[_0x11d21b(0x10e)][_0x11d21b(0x1ad)]);CodeceptRecorder[_0x11d21b(0x132)](()=>_0x49c304[_0x11d21b(0x105)](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x2303c9));}else{const _0xb040d1=_0x49c304[_0x11d21b(0x11d)](TEST_EVENTS['TEST_RUN_FINISHED'],_0x37af1a,_0x5e1c5f);CodeceptRecorder[_0x11d21b(0x132)](()=>{const _0x7a6a29=_0x11d21b;try{_0x49c304['fireEvent'](TEST_EVENTS['TEST_RUN_FINISHED'],_0xb040d1);}catch(_0x243399){logger[_0x7a6a29(0xfb)](_0x7a6a29(0x165)+util[_0x7a6a29(0x170)](_0x243399)),PerformanceTester[_0x7a6a29(0x12a)](PerformanceEvents[_0x7a6a29(0xf5)],![],_0x243399);}}),CodeceptRecorder[_0x11d21b(0x132)](async()=>{const _0x4f1a84=_0x11d21b;try{_0xa628ab['Oajbz'](isBrowserstackInfra)&&(_0x5ac4f3?await _0xa628ab[_0x4f1a84(0x1b5)](playwrightMarkSessionStatus,_0x598d9b,STATE_FAILED,_0x5e1c5f):await _0xa628ab[_0x4f1a84(0xf9)](markSessionStatus,_0x598d9b,STATE_FAILED,_0x5e1c5f));}catch(_0x35cd0f){logger[_0x4f1a84(0xfb)](_0x4f1a84(0x14e)+util[_0x4f1a84(0x170)](_0x35cd0f)),PerformanceTester['end'](PerformanceEvents[_0x4f1a84(0xf5)],![],_0x35cd0f);}});}PerformanceTester[_0x11d21b(0x12a)](PerformanceEvents[_0x11d21b(0xf5)]);}catch(_0x524206){PerformanceTester[_0x11d21b(0x140)](_0x524206);const _0x3008da={};_0x3008da[_0x11d21b(0xb8)]=_0x43f35c[_0x11d21b(0xcf)],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],![],_0x524206,_0x3008da),PerformanceTester[_0x11d21b(0x12a)](PerformanceEvents[_0x11d21b(0xf5)],![],_0x524206);}const _0x1adbdf={};_0x1adbdf['hookType']=_0x43f35c[_0x11d21b(0xcf)],PerformanceTester[_0x11d21b(0x12a)](PerformanceHookEvents[_0x11d21b(0x176)],!![],null,_0x1adbdf);}),CodeceptJS[_0x5b9ec0(0x10a)][_0x5b9ec0(0x10b)]['on'](CodeceptJS[_0x5b9ec0(0x10a)][_0x5b9ec0(0x152)][_0x5b9ec0(0xfd)],_0x5eeffc=>{const _0x5b865a=_0x5b9ec0;PerformanceTester[_0x5b865a(0x114)](PerformanceHookEvents[_0x5b865a(0x176)]);try{const _0x42f938=_0x49c304['captureEvent'](TEST_EVENTS[_0x5b865a(0x1a9)],_0x5eeffc);CodeceptRecorder[_0x5b865a(0x132)](()=>_0x49c304[_0x5b865a(0x105)](TEST_EVENTS[_0x5b865a(0x1a9)],_0x42f938)),PerformanceTester['end'](PerformanceEvents[_0x5b865a(0xf5)]);}catch(_0x9d241d){PerformanceTester['captureError'](_0x9d241d),PerformanceTester['end'](PerformanceEvents[_0x5b865a(0xf5)],![],_0x9d241d);const _0x330357={};_0x330357['hookType']=_0x43f35c['Lfmmz'],PerformanceTester[_0x5b865a(0x12a)](PerformanceHookEvents[_0x5b865a(0x176)],![],_0x9d241d,_0x330357);}const _0x1908a1={};_0x1908a1[_0x5b865a(0xb8)]=_0x43f35c[_0x5b865a(0xfc)],PerformanceTester[_0x5b865a(0x12a)](PerformanceHookEvents[_0x5b865a(0x176)],!![],null,_0x1908a1);}),CodeceptJS[_0x5b9ec0(0x10a)][_0x5b9ec0(0x10b)]['on'](CodeceptJS[_0x5b9ec0(0x10a)][_0x5b9ec0(0x152)]['after'],async(_0x32381e,_0x55b114)=>{const _0x38e70e=_0x5b9ec0,_0x1c8c23={};_0x1c8c23[_0x38e70e(0x19e)]=_0x43f35c[_0x38e70e(0x18b)],_0x1c8c23['peyQV']=_0x43f35c[_0x38e70e(0xc6)];const _0x3360d1=_0x1c8c23;try{PerformanceTester[_0x38e70e(0x114)](PerformanceHookEvents[_0x38e70e(0x176)]);const _0x297dc1=_0x43f35c[_0x38e70e(0x145)](shouldScanTestForAccessibility,_0x32381e[_0x38e70e(0x115)](),!![]);if(_0x43f35c[_0x38e70e(0x159)](isAccessibilityAutomationSession)&&global['accessibilityPlatform']&&_0x297dc1){const _0x43d928={};_0x43d928[_0x38e70e(0x1aa)]=_0x32381e['testAnalyticsId'],_0x43d928[_0x38e70e(0x1ae)]=process['env'][testHubConstants[_0x38e70e(0x19c)][_0x38e70e(0x1a8)]],_0x43d928['thJwtToken']=process[_0x38e70e(0xf8)][testHubConstants[_0x38e70e(0x19c)][_0x38e70e(0x186)]];const _0x2bbb60=_0x43d928;logger[_0x38e70e(0xfb)](_0x38e70e(0x191)+JSON[_0x38e70e(0x19f)](_0x2bbb60)),CodeceptRecorder[_0x38e70e(0x132)](async()=>{const _0x262e6a=_0x38e70e,_0x571c00={};_0x571c00[_0x262e6a(0x199)]=_0x3360d1[_0x262e6a(0x19e)],await PerformanceTester[_0x262e6a(0x185)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x123f59=_0x262e6a;await AccessibilityHelper['browserStackExecuteDriver'](_0x598d9b,scripts[_0x123f59(0xe1)]);},_0x571c00)(),globals[_0x262e6a(0x131)](_0x3360d1[_0x262e6a(0x1ab)])&&(_0x2bbb60[_0x262e6a(0x144)]=!![]),await PerformanceTester[_0x262e6a(0x185)](PerformanceA11yEvents[_0x262e6a(0x11a)],async()=>{const _0x23c60f=_0x262e6a;await AccessibilityHelper[_0x23c60f(0x120)](_0x598d9b,scripts[_0x23c60f(0x14f)],_0x2bbb60);})();}),logger[_0x38e70e(0x15e)](_0x43f35c[_0x38e70e(0x17d)]);}const _0xffeeab={};_0xffeeab[_0x38e70e(0xb8)]=_0x43f35c[_0x38e70e(0xea)],PerformanceTester[_0x38e70e(0x12a)](PerformanceHookEvents[_0x38e70e(0x176)],!![],null,_0xffeeab);}catch(_0x370741){PerformanceTester[_0x38e70e(0x140)](_0x370741);const _0x13f38c={};_0x13f38c[_0x38e70e(0xb8)]=_0x43f35c[_0x38e70e(0xea)],PerformanceTester[_0x38e70e(0x12a)](PerformanceHookEvents[_0x38e70e(0x176)],![],_0x370741,_0x13f38c);}}),CodeceptJS[_0x5b9ec0(0x10a)][_0x5b9ec0(0x10b)]['on'](CodeceptJS[_0x5b9ec0(0x10a)][_0x5b9ec0(0x133)]['comment'],_0x5e3444=>{const _0x2f4667=_0x5b9ec0;PerformanceTester[_0x2f4667(0x114)](PerformanceHookEvents[_0x2f4667(0x176)]);try{process[_0x2f4667(0x17f)](_0x2f4667(0x148)+process['pid'],{'timestamp':new Date()[_0x2f4667(0x13a)](),'level':_0x43f35c['tiMVc'],'message':_0x5e3444,'kind':_0x43f35c[_0x2f4667(0xf4)],'http_response':{}});}catch(_0x1bff75){PerformanceTester['captureError'](_0x1bff75);const _0x22b9fa={};_0x22b9fa[_0x2f4667(0xb8)]=_0x43f35c[_0x2f4667(0x178)],PerformanceTester['end'](PerformanceHookEvents[_0x2f4667(0x176)],![],_0x1bff75,_0x22b9fa);}const _0x28a946={};_0x28a946[_0x2f4667(0xb8)]=_0x43f35c[_0x2f4667(0x178)],PerformanceTester[_0x2f4667(0x12a)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x28a946);}),CodeceptJS[_0x5b9ec0(0x10a)][_0x5b9ec0(0x10b)]['on'](CodeceptJS[_0x5b9ec0(0x10a)]['bddStep']['before'],_0x5e181f=>{const _0x871daf=_0x5b9ec0,_0x58c3ec={};_0x58c3ec[_0x871daf(0xb8)]=_0x43f35c[_0x871daf(0x119)],PerformanceTester['measureWrapper'](PerformanceHookEvents[_0x871daf(0x176)],()=>{const _0x45eada=_0x871daf;_0x49c304[_0x45eada(0x124)](_0x5e181f);},_0x58c3ec)();}),CodeceptJS[_0x5b9ec0(0x10a)][_0x5b9ec0(0x10b)]['on'](CodeceptJS[_0x5b9ec0(0x10a)][_0x5b9ec0(0x155)][_0x5b9ec0(0xe2)],_0x2f0c33=>{const _0x427232=_0x5b9ec0,_0x5f3d72={};_0x5f3d72['hookType']=_0x43f35c['opmwv'],PerformanceTester[_0x427232(0x185)](PerformanceHookEvents[_0x427232(0x176)],()=>{_0x49c304['bddStepFinish'](_0x2f0c33);},_0x5f3d72)();});};
|
|
1
|
+
const a1_0x5c6c76=a1_0x165a;(function(_0x10d8e1,_0x5624f8){const _0x3eaafb=a1_0x165a,_0x330509=_0x10d8e1();while(!![]){try{const _0x550513=parseInt(_0x3eaafb(0x24f))/0x1+parseInt(_0x3eaafb(0x218))/0x2*(-parseInt(_0x3eaafb(0x21a))/0x3)+parseInt(_0x3eaafb(0x271))/0x4+-parseInt(_0x3eaafb(0x27b))/0x5*(parseInt(_0x3eaafb(0x20c))/0x6)+-parseInt(_0x3eaafb(0x28c))/0x7*(-parseInt(_0x3eaafb(0x1cd))/0x8)+-parseInt(_0x3eaafb(0x23f))/0x9*(parseInt(_0x3eaafb(0x25c))/0xa)+-parseInt(_0x3eaafb(0x198))/0xb*(parseInt(_0x3eaafb(0x233))/0xc);if(_0x550513===_0x5624f8)break;else _0x330509['push'](_0x330509['shift']());}catch(_0x3fbc7b){_0x330509['push'](_0x330509['shift']());}}}(a1_0xc052,0x647f1));function a1_0x165a(_0x4bbea5,_0x49cb33){const _0xc052f3=a1_0xc052();return a1_0x165a=function(_0x165a55,_0x5424e3){_0x165a55=_0x165a55-0x196;let _0x410031=_0xc052f3[_0x165a55];return _0x410031;},a1_0x165a(_0x4bbea5,_0x49cb33);}const fs=require('fs'),util=require(a1_0x5c6c76(0x287)),{requireModule,markSessionStatus,isUndefined,isTrue,isBrowserstackInfra}=require(a1_0x5c6c76(0x284)),logger=require('../../helpers/logger')[a1_0x5c6c76(0x29d)],testOpsHelper=require(a1_0x5c6c76(0x296)),requestSpy=require(a1_0x5c6c76(0x1c2)),PlaywrightSessionDetails=require(a1_0x5c6c76(0x1e5)),{O11yHelper,TEST_EVENTS,STATE_PASSED,STATE_FAILED}=require(a1_0x5c6c76(0x248)),{shouldScanTestForAccessibility,isAccessibilityAutomationSession}=require(a1_0x5c6c76(0x265)),AccessibilityHelper=require(a1_0x5c6c76(0x20e)),scripts=require(a1_0x5c6c76(0x256)),PerformanceTester=require(a1_0x5c6c76(0x19b)),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceHookEvents}=require(a1_0x5c6c76(0x1b4)),{processWebDriverConfig,shouldPatchExecuteScript}=require(a1_0x5c6c76(0x23c)),testHubConstants=require(a1_0x5c6c76(0x261)),globals=require('../../helpers/globals.js'),CodeceptJS=requireModule('codeceptjs/lib/index.js','codeceptjs'),CodeceptUtils=requireModule(a1_0x5c6c76(0x243),a1_0x5c6c76(0x1b2)),CodeceptWebDriver=requireModule(a1_0x5c6c76(0x292),a1_0x5c6c76(0x1b2)),CodeceptRecorder=requireModule('codeceptjs/lib/recorder.js','codeceptjs'),CodeceptPlaywright=requireModule(a1_0x5c6c76(0x29f),a1_0x5c6c76(0x1b2)),playwrightMarkSessionStatus=(_0x35ad52,_0xd96804,_0x38946e)=>{const _0x5d27be=a1_0x5c6c76,_0x28883a={'LajCM':'setSessionStatus','TxGNt':function(_0x78429a,_0x27f4a8){return _0x78429a(_0x27f4a8);}},_0x4d2367={};_0x4d2367[_0x5d27be(0x22d)]=_0xd96804;const _0x3aa2ce={};_0x3aa2ce[_0x5d27be(0x264)]=_0x28883a[_0x5d27be(0x1e6)],_0x3aa2ce[_0x5d27be(0x1a8)]=_0x4d2367;const _0x4277b3=_0x3aa2ce;return!_0x28883a[_0x5d27be(0x226)](isUndefined,_0x38946e)&&(_0x4277b3['arguments'][_0x5d27be(0x1e3)]=JSON[_0x5d27be(0x255)](_0x38946e)),_0x35ad52['executeScript'](()=>{},'browserstack_executor:\x20'+JSON[_0x5d27be(0x255)](_0x4277b3));},o11ySync=PerformanceTester[a1_0x5c6c76(0x21d)](PerformanceO11yEvents[a1_0x5c6c76(0x1de)],async _0x3b1cee=>{const _0x2925ff=a1_0x5c6c76,_0x8555f6={};_0x8555f6['pcfsl']=function(_0x8aec0e,_0x54bf25){return _0x8aec0e===_0x54bf25;},_0x8555f6[_0x2925ff(0x216)]='Playwright';const _0x31465c=_0x8555f6;_0x31465c[_0x2925ff(0x1eb)](_0x3b1cee[_0x2925ff(0x1c4)][_0x2925ff(0x29e)],_0x31465c[_0x2925ff(0x216)])?await _0x3b1cee[_0x2925ff(0x1db)](_0x4f5f4b=>{},testOpsHelper[_0x2925ff(0x21f)]()):await _0x3b1cee[_0x2925ff(0x1db)](testOpsHelper[_0x2925ff(0x21f)]());}),markSessionName=PerformanceTester['measureWrapper'](PerformanceAutEvents[a1_0x5c6c76(0x205)],async(_0x2b571a,_0x59eada)=>{const _0x202fdb=a1_0x5c6c76,_0x576161={};_0x576161['cGIeE']=_0x202fdb(0x22c),_0x576161['ywprs']=function(_0x2ebc3c,_0x17875f){return _0x2ebc3c===_0x17875f;},_0x576161['NgYBD']='Playwright';const _0x1b8e97=_0x576161,_0x1a938b={};_0x1a938b['name']=_0x59eada;const _0x3f2cf3={};_0x3f2cf3['action']=_0x1b8e97[_0x202fdb(0x268)],_0x3f2cf3[_0x202fdb(0x1a8)]=_0x1a938b;const _0x1352b2=_0x3f2cf3;_0x1b8e97['ywprs'](_0x2b571a[_0x202fdb(0x1c4)][_0x202fdb(0x29e)],_0x1b8e97['NgYBD'])?await _0x2b571a[_0x202fdb(0x1db)](()=>{},_0x202fdb(0x29c)+JSON[_0x202fdb(0x255)](_0x1352b2)):await _0x2b571a[_0x202fdb(0x1db)](_0x202fdb(0x29c)+JSON['stringify'](_0x1352b2));}),patchSaveScreenshot=_0xa628c5=>{const _0x591f7d=a1_0x5c6c76,_0x30ecf4={'gChLH':_0x591f7d(0x24c),'uKeLL':_0x591f7d(0x1be),'vxNPe':function(_0x1c3c87){return _0x1c3c87();},'IjRpg':function(_0x4f143d,_0x394724){return _0x4f143d(_0x394724);},'tKSFZ':_0x591f7d(0x1fa)};_0x30ecf4[_0x591f7d(0x22a)](isTrue,process[_0x591f7d(0x289)][_0x591f7d(0x222)])&&!_0xa628c5[_0x591f7d(0x23e)]&&(_0xa628c5['patchSaveScreenshot']=!![],_0xa628c5['initSaveScreenshot']=_0xa628c5[_0x591f7d(0x1fd)],_0xa628c5['saveScreenshot']=(_0x7016fc,_0x2eb3f6=![])=>{const _0xabe9ee=_0x591f7d,_0x2da648={'zAPqq':_0x30ecf4[_0xabe9ee(0x250)],'ZBgrZ':_0x30ecf4[_0xabe9ee(0x245)],'QYnwQ':function(_0x466011){return _0x30ecf4['vxNPe'](_0x466011);},'perHQ':function(_0x22f462,_0xcaa882){return _0x30ecf4['IjRpg'](_0x22f462,_0xcaa882);},'QjRbH':_0x30ecf4['tKSFZ']};return new Promise(function(_0x9ee5f5,_0x58bc6d){const _0x4bdcf3=_0xabe9ee,_0xaf2a77={'LtNdN':_0x2da648[_0x4bdcf3(0x1f2)],'ahoQP':_0x2da648[_0x4bdcf3(0x1c5)],'DgRII':function(_0xe5d549){const _0x2dc4e7=_0x4bdcf3;return _0x2da648[_0x2dc4e7(0x19e)](_0xe5d549);},'vgJmp':function(_0x39b325,_0x35b72e){const _0x2ec758=_0x4bdcf3;return _0x2da648[_0x2ec758(0x25a)](_0x39b325,_0x35b72e);},'XqEMX':_0x2da648[_0x4bdcf3(0x1b3)]};_0xa628c5[_0x4bdcf3(0x1cb)](_0x7016fc,_0x2eb3f6)[_0x4bdcf3(0x1f8)](()=>{const _0x1c521b=_0x4bdcf3,_0xf13bb8=CodeceptUtils[_0x1c521b(0x281)](_0x7016fc);if(_0xf13bb8){const _0x9ff275=fs[_0x1c521b(0x276)](_0xf13bb8);process[_0x1c521b(0x229)](_0x1c521b(0x266)+process[_0x1c521b(0x270)],{'timestamp':new Date()['toISOString'](),'message':_0x9ff275[_0x1c521b(0x23b)](_0xaf2a77[_0x1c521b(0x235)]),'kind':_0xaf2a77[_0x1c521b(0x220)]}),_0xaf2a77[_0x1c521b(0x22e)](_0x9ee5f5);}_0xaf2a77[_0x1c521b(0x1c8)](_0x58bc6d,new Error(_0xaf2a77['XqEMX']));})[_0x4bdcf3(0x1f7)](()=>null);});});},patchWebDriverBefore=_0x2c1f0a=>{const _0x1f19a0=a1_0x5c6c76,_0x466600={'RDoVa':function(_0x146799){return _0x146799();},'mmeFK':function(_0x4dae33,_0x461a9c){return _0x4dae33(_0x461a9c);},'gOWwV':function(_0x146c38,_0x525085){return _0x146c38===_0x525085;},'vkvsk':_0x1f19a0(0x1af),'qgkZo':function(_0x4feee4,_0x318fa3){return _0x4feee4===_0x318fa3;},'RvuBy':_0x1f19a0(0x267),'zkvOj':_0x1f19a0(0x1f4)},_0x3a4ea0=async function(_0x39239f,_0x1e8865){const _0x1b3119=_0x1f19a0;_0x466600[_0x1b3119(0x20f)](isAccessibilityAutomationSession)&&!global['bstackAllyScanning']&&global[_0x1b3119(0x247)]&&scripts[_0x1b3119(0x212)](_0x39239f[_0x1b3119(0x29e)])&&_0x466600[_0x1b3119(0x1b1)](shouldPatchExecuteScript,arguments[0x2])&&(global[_0x1b3119(0x298)]=!![],await PerformanceTester[_0x1b3119(0x21d)](PerformanceA11yEvents[_0x1b3119(0x224)],async()=>{const _0x46fd3c=_0x1b3119;logger[_0x46fd3c(0x204)](_0x46fd3c(0x288)+_0x39239f[_0x46fd3c(0x293)]+'\x20'+_0x39239f['name']),await AccessibilityHelper[_0x46fd3c(0x252)](_0x2c1f0a,scripts['performScan']);},{'command':_0x39239f[_0x1b3119(0x29e)]})());global[_0x1b3119(0x298)]=![];const _0x3ce2fa=JSON[_0x1b3119(0x1d7)](process['env'][_0x1b3119(0x27c)]||'{}');if(_0x466600['gOWwV'](_0x3ce2fa?.[_0x1b3119(0x214)]?.[_0x1b3119(0x29e)],_0x466600[_0x1b3119(0x1f9)])&&_0x466600['qgkZo'](typeof _0x3ce2fa?.[_0x1b3119(0x214)]?.[_0x1b3119(0x1ec)],_0x466600[_0x1b3119(0x1dd)])&&_0x3ce2fa?.[_0x1b3119(0x214)]?.[_0x1b3119(0x1ec)]['startsWith']('7'))return _0x1e8865[_0x1b3119(0x28e)](null,Array[_0x1b3119(0x1d3)][_0x1b3119(0x1d4)][_0x1b3119(0x1cc)](arguments,0x2));return _0x1e8865[_0x1b3119(0x28e)](this,Array[_0x1b3119(0x1d3)][_0x1b3119(0x1d4)][_0x1b3119(0x1cc)](arguments,0x2));},_0x74fcc4=CodeceptWebDriver[_0x1f19a0(0x1d3)][_0x1f19a0(0x1fc)];CodeceptWebDriver[_0x1f19a0(0x1d3)]['_before']=async function(){const _0x566288=_0x1f19a0;try{await _0x74fcc4[_0x566288(0x28e)](this,arguments);}catch(_0x35691f){logger['debug']('Failed\x20to\x20execute\x20_before:\x20'+util[_0x566288(0x294)](_0x35691f));}scripts['commandsToWrap'][_0x566288(0x1d6)](_0x16dd6d=>_0x16dd6d[_0x566288(0x29e)]&&_0x16dd6d[_0x566288(0x293)])[_0x566288(0x199)](_0x265597=>{const _0x104cbb=_0x566288;this['browser']['overwriteCommand'](_0x265597[_0x104cbb(0x29e)],_0x3a4ea0[_0x104cbb(0x258)](this,_0x265597),_0x466600['gOWwV'](_0x265597[_0x104cbb(0x293)],_0x466600[_0x104cbb(0x25d)]));}),_0x466600[_0x566288(0x1b1)](processWebDriverConfig,_0x2c1f0a);};};function a1_0xc052(){const _0x2192b4=['slice','test-started','filter','parse','Playwright','TEST_RUN_STARTED','TEST_LOG','executeScript','TEST_RUN_SKIPPED','RvuBy','SYNC','addRequestSpy','before','browser','jSCqw','reason','zAlgW','../../bin/playwright/sessionDetails','LajCM','IXUeQ','Failed\x20to\x20patch\x20pages\x20method\x20in\x20browserContext\x20for\x20a11y\x20domForge:\x20','INFO','hook-started','pcfsl','version','message','YQSQf','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','TYzou','failed','zAPqq','IZnxA','Element','helpers','lDMrk','catch','then','vkvsk','Screenshot\x20path\x20not\x20found','ukAfP','_before','saveScreenshot','YHCsl','title','info','getAccessibilityResultsSummary','end','stack','debug','SESSION_NAME','ZjbbG','SAVE_RESULTS','split','pages','test-failed','NGiMR','996LvSrwr','TEST_RUN_FINISHED','../../bin/playwright/accessibility-helper','RDoVa','performScan','HOOK_RUN_FINISHED','shouldWrapCommand','chromium','testFramework','patch','yvWwJ','getResults','29996QkqNEe','ObGiQ','57lNSlLz','saveTestResults','ulsPO','measureWrapper','rIUCd','getSyncScript','ahoQP','currentTest','BS_TESTOPS_ALLOW_SCREENSHOTS','a11y_core_config','PERFORM_SCAN','xyUFf','TxGNt','__driver','restore','emit','IjRpg','EJiqS','setSessionName','status','DgRII','passed','BROWSERSTACK_TESTHUB_UUID','skipSessionName','--auto-open-devtools-for-tabs','9084uCrVNy','Puppeteer','LtNdN','zdMrz','args','browserstackTestName','hook-passed','setGlobal','toString','./helper.js','yGjEK','patchSaveScreenshot','36VXffnH','\x0aStack:\x20','test-after','SDK_POST_TEST','codeceptjs/lib/utils.js','mFivw','uKeLL','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20summary.','accessibilityPlatform','./o11yHelper','getGlobal','after','VmxLl','base64','SDK_TEST','test','726151GYDuLo','gChLH','push','browserStackExecuteDriver','iQVYB','zSaFu','stringify','../../helpers/accessibility-automation/scripts','step-comment','bind','joidA','perHQ','bddStepStart','1289460LruuXa','zkvOj','contexts','isMobilePlatform','atJpx','../../helpers/testhub/constants.js','bddStep','eGYdX','action','../../helpers/accessibility-automation/helper','bs:addLog:','string','cGIeE','add','hookType','config','sIYQi','page','getAccessibilityResults','TestCafe','pid','2798500udCMCs','devtools://','GET_RESULTS','WebDriver','SDK_HOOK','readFileSync','__skipSessionStatus','EEgbG','skipSessionStatus','CyMig','3820fvaUly','FRAMEWORK_DETAILS','ENV_VAR','SDK_PRE_INITIALIZE','started','command','screenshotOutputFolder','startMonitoring','captureEvent','../../helpers/helper','is_mobile_session','KwkiE','util','Performing\x20scan\x20for\x20','env','domForge','UWvKa','303933iYqwjH','step','apply','warn','fireEvent','includes','codeceptjs/lib/helper/WebDriver.js','class','format','captureError','../../helpers/test-observability/utils','VKujT','bstackAllyScanning','test-passed','container','titlePath','browserstack_executor:\x20','winstonLogger','name','codeceptjs/lib/helper/Playwright.js','comment','test-skipped','9460uKbWQD','forEach','thJwtToken','../../helpers/performance/performance-tester','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','all','QYnwQ','OgvbQ','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','Kjrcl','SESSION_STATUS','jEaen','stop','browserContext','cJBCU','thBuildUuid','arguments','SCSAO','QLbwZ','hJavE','thTestRunUuid','bddStep-after','_setPage','webdriverio','ZWNMX','mmeFK','codeceptjs','QjRbH','../../helpers/performance/constants','enabled','KPunU','Failed\x20in\x20marking\x20session\x20status\x20of\x20test:\x20','JbZHI','BwFwc','url','exports','__workerDetails','SDK_PRE_TEST','TEST_SCREENSHOT','dispatcher','start','event','../../helpers/request-spy','ctx','constructor','ZBgrZ','QEViR','mCPEC','vgJmp','TKLEF','bddStep-before','initSaveScreenshot','call','104xDUoco','HOOK_RUN_STARTED','startsWith','WotfQ','hook','Failed\x20in\x20sending\x20TestRunFinish\x20event:\x20','prototype'];a1_0xc052=function(){return _0x2192b4;};return a1_0xc052();}function parseJwt(_0x8d198c){const _0x1de158=a1_0x5c6c76,_0x1d3fe1={};_0x1d3fe1['BtNkY']=_0x1de158(0x24c);const _0x31599a=_0x1d3fe1;if(!_0x8d198c)return null;return JSON[_0x1de158(0x1d7)](Buffer['from'](_0x8d198c[_0x1de158(0x208)]('.')[0x1],_0x31599a['BtNkY'])['toString']());}const patchPlaywrightBefore=()=>{const _0x486d76=a1_0x5c6c76,_0x48a8a6={'SbluG':_0x486d76(0x232),'chPSo':function(_0x2c989a){return _0x2c989a();},'yGjEK':function(_0x4839df,_0x14a40e){return _0x4839df(_0x14a40e);},'zSaFu':function(_0x23eae6){return _0x23eae6();},'rIUCd':_0x486d76(0x272),'EOVBH':function(_0xcefa12,_0x214e11){return _0xcefa12+_0x214e11;},'iQVYB':_0x486d76(0x240),'chslz':function(_0x34317a){return _0x34317a();},'VKujT':function(_0x1626a5){return _0x1626a5();}};PlaywrightSessionDetails[_0x486d76(0x215)]();const _0x39234b=CodeceptPlaywright[_0x486d76(0x1d3)][_0x486d76(0x1fc)];CodeceptPlaywright['prototype']['_before']=async function(){const _0x4469e1=_0x486d76,_0x1219a7={'VmxLl':function(_0x2a267b){return _0x48a8a6['zSaFu'](_0x2a267b);},'ZjbbG':_0x48a8a6[_0x4469e1(0x21e)]};this['browserContext']=await this[_0x4469e1(0x1e1)][_0x4469e1(0x25e)]()[0x0];const _0x2f3880=async()=>{const _0x2c0613=_0x4469e1,_0xf764e3=this[_0x2c0613(0x26b)]&&this[_0x2c0613(0x26b)][_0x2c0613(0x213)]&&this['config']['chromium'][_0x2c0613(0x237)]&&Array['isArray'](this['config'][_0x2c0613(0x213)]['args'])&&this['config']['chromium']['args'][_0x2c0613(0x291)](_0x48a8a6['SbluG']);if(_0x48a8a6['chPSo'](isAccessibilityAutomationSession)&&!_0xf764e3)try{const _0x162cd2=_0x48a8a6[_0x2c0613(0x23d)](parseJwt,process[_0x2c0613(0x289)]['BS_A11Y_JWT']);if(_0x162cd2&&_0x162cd2[_0x2c0613(0x223)]&&_0x162cd2[_0x2c0613(0x223)][_0x2c0613(0x28a)]){const _0x385f30=this['browserContext'][_0x2c0613(0x209)][_0x2c0613(0x258)](this['browserContext']);this['browserContext'][_0x2c0613(0x209)]=async function(){const _0x295493=_0x2c0613,_0x6048c0=await _0x1219a7[_0x295493(0x24b)](_0x385f30),_0x5cd129=[];for(const _0x545c34 of _0x6048c0){try{const _0x4bc3ad=await _0x545c34[_0x295493(0x1ba)]();!_0x4bc3ad[_0x295493(0x1cf)](_0x1219a7[_0x295493(0x206)])&&_0x5cd129[_0x295493(0x251)](_0x545c34);}catch(_0x52289d){_0x5cd129[_0x295493(0x251)](_0x545c34);}}return _0x5cd129;};}if(!_0x48a8a6[_0x2c0613(0x254)](isBrowserstackInfra)){const _0x5aa6fe=await this[_0x2c0613(0x26d)][_0x2c0613(0x1ba)]();if(_0x5aa6fe[_0x2c0613(0x1cf)](_0x48a8a6[_0x2c0613(0x21e)])){const _0x5d5103=await this[_0x2c0613(0x1a5)][_0x2c0613(0x209)]();this[_0x2c0613(0x1ae)](_0x5d5103[0x0]);}}}catch(_0x4dfeaf){logger[_0x2c0613(0x204)](_0x2c0613(0x1e8)+_0x4dfeaf[_0x2c0613(0x1ed)]+(_0x4dfeaf[_0x2c0613(0x203)]?_0x48a8a6['EOVBH'](_0x48a8a6[_0x2c0613(0x253)],_0x4dfeaf[_0x2c0613(0x203)]):''));}};_0x48a8a6['chPSo'](isBrowserstackInfra)&&await _0x48a8a6['chslz'](_0x2f3880),await _0x39234b[_0x4469e1(0x28e)](this,arguments),!_0x48a8a6[_0x4469e1(0x297)](isBrowserstackInfra)&&await _0x48a8a6[_0x4469e1(0x254)](_0x2f3880);};},getCodeceptDriver=()=>{const _0x57f3ed=a1_0x5c6c76,_0x286e12={};_0x286e12[_0x57f3ed(0x244)]=_0x57f3ed(0x274),_0x286e12[_0x57f3ed(0x1a6)]=_0x57f3ed(0x1d8),_0x286e12['cPGlP']=_0x57f3ed(0x234),_0x286e12[_0x57f3ed(0x263)]=_0x57f3ed(0x26f);const _0x240f02=_0x286e12,_0x44ff1e=[_0x240f02['mFivw'],_0x240f02[_0x57f3ed(0x1a6)],_0x240f02['cPGlP'],_0x240f02[_0x57f3ed(0x263)]],_0x2c8c5f=_0x44ff1e['find'](_0x419d3c=>!!CodeceptJS[_0x57f3ed(0x29a)][_0x57f3ed(0x1f5)](_0x419d3c));if(!_0x2c8c5f)return null;return CodeceptJS[_0x57f3ed(0x29a)]['helpers'](_0x2c8c5f);};module[a1_0x5c6c76(0x1bb)]=function(_0x543bfa){const _0x2eae1c=a1_0x5c6c76,_0x597691={'sIYQi':function(_0x4e49cf){return _0x4e49cf();},'Kjrcl':function(_0x321704,_0x2d8004){return _0x321704(_0x2d8004);},'atJpx':_0x2eae1c(0x26e),'ObGiQ':_0x2eae1c(0x19c),'ZWNMX':'getAccessibilityResultsSummary','KwkiE':_0x2eae1c(0x246),'NGiMR':_0x2eae1c(0x1ea),'KPunU':_0x2eae1c(0x239),'EEgbG':'hook-failed','IZnxA':_0x2eae1c(0x238),'joidA':'test-before','sBNeb':function(_0x5eb5f8){return _0x5eb5f8();},'TKLEF':function(_0x5db0d8,_0x3322f0){return _0x5db0d8(_0x3322f0);},'EJiqS':function(_0x15bb27,_0x5b3f0c,_0x1d1c81){return _0x15bb27(_0x5b3f0c,_0x1d1c81);},'hJavE':_0x2eae1c(0x1d5),'ocWoF':function(_0x155669,_0x1369d9,_0x4cb913){return _0x155669(_0x1369d9,_0x4cb913);},'UWvKa':_0x2eae1c(0x299),'mCPEC':function(_0x5a5113){return _0x5a5113();},'EfTEB':function(_0x16b088,_0x3847aa,_0xb91799,_0x2cbb6d){return _0x16b088(_0x3847aa,_0xb91799,_0x2cbb6d);},'IRCUj':function(_0x315672,_0x480a3d,_0x431c4d,_0x51ccc9){return _0x315672(_0x480a3d,_0x431c4d,_0x51ccc9);},'jEaen':function(_0x5c64f2,_0x1c19e8){return _0x5c64f2===_0x1c19e8;},'lDMrk':'Suite','BwFwc':_0x2eae1c(0x20a),'ulsPO':_0x2eae1c(0x197),'QEViR':'afterTest','zdMrz':_0x2eae1c(0x25f),'jSCqw':function(_0x2bef8b,_0x820254,_0x521f20){return _0x2bef8b(_0x820254,_0x521f20);},'CDEyw':function(_0x4acc3f){return _0x4acc3f();},'xyUFf':_0x2eae1c(0x1ef),'SCSAO':_0x2eae1c(0x241),'ukAfP':_0x2eae1c(0x1e9),'TYzou':_0x2eae1c(0x1da),'OgvbQ':_0x2eae1c(0x257),'JbZHI':_0x2eae1c(0x1ca),'zAlgW':_0x2eae1c(0x1ad),'IXUeQ':'Playwright'};_0x543bfa[_0x2eae1c(0x279)]&&(global[_0x2eae1c(0x277)]=_0x543bfa[_0x2eae1c(0x279)]);PerformanceTester[_0x2eae1c(0x282)]();const _0x32f018=_0x597691[_0x2eae1c(0x26c)](getCodeceptDriver),_0xdb6feb=new O11yHelper(_0x32f018,_0x543bfa),_0xe39ccc=!!CodeceptJS[_0x2eae1c(0x29a)][_0x2eae1c(0x1f5)](_0x597691[_0x2eae1c(0x1e7)]);global[_0x2eae1c(0x227)]=_0x32f018,_0x32f018&&(PerformanceTester[_0x2eae1c(0x21d)](PerformanceEvents[_0x2eae1c(0x27e)],()=>{const _0x57e218=_0x2eae1c;_0xe39ccc?_0x597691[_0x57e218(0x26c)](patchPlaywrightBefore):_0x597691[_0x57e218(0x1a1)](patchWebDriverBefore,_0x32f018);})(),PerformanceTester[_0x2eae1c(0x21d)](PerformanceEvents['SDK_POST_INITIALIZE'],()=>{const _0x4b7597=_0x2eae1c,_0x378f60={};_0x378f60[_0x4b7597(0x1fe)]=_0x597691[_0x4b7597(0x1b0)],_0x378f60['WotfQ']=_0x597691[_0x4b7597(0x286)];const _0x23b41c=_0x378f60;_0x32f018[_0x4b7597(0x201)]=async()=>{const _0x1eeb04=_0x4b7597;if(global['accessibilityPlatform']){const _0x454c78={};return _0x454c78[_0x1eeb04(0x280)]=_0x23b41c['YHCsl'],await PerformanceTester['measureWrapper'](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x212fd5=_0x1eeb04;return await AccessibilityHelper['browserStackExecuteDriver'](_0x32f018,scripts[_0x212fd5(0x210)]);},_0x454c78)(),await PerformanceTester[_0x1eeb04(0x21d)](PerformanceA11yEvents['GET_RESULTS_SUMMARY'],async()=>{const _0x4d1dee=_0x1eeb04;return await AccessibilityHelper[_0x4d1dee(0x252)](_0x32f018,scripts['getResultsSummary']);})();}return logger[_0x1eeb04(0x28f)](_0x23b41c[_0x1eeb04(0x1d0)]),{};},_0x32f018[_0x4b7597(0x26e)]=async()=>{const _0x3b674b=_0x4b7597;if(global['accessibilityPlatform']){const _0x2defa0={};return _0x2defa0['command']=_0x597691[_0x3b674b(0x260)],await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x3b674b(0x224)],async()=>{const _0x3920b5=_0x3b674b;return await AccessibilityHelper['browserStackExecuteDriver'](_0x32f018,scripts[_0x3920b5(0x210)]);},_0x2defa0)(),await PerformanceTester[_0x3b674b(0x21d)](PerformanceA11yEvents[_0x3b674b(0x273)],async()=>{const _0x37b7c0=_0x3b674b;return await AccessibilityHelper['browserStackExecuteDriver'](_0x32f018,scripts[_0x37b7c0(0x217)]);})();}return logger[_0x3b674b(0x28f)](_0x597691[_0x3b674b(0x219)]),{};},_0x597691['Kjrcl'](patchSaveScreenshot,_0x32f018);})()),CodeceptJS['event'][_0x2eae1c(0x1bf)]['on'](CodeceptJS[_0x2eae1c(0x1c1)][_0x2eae1c(0x19d)][_0x2eae1c(0x1e0)],()=>{const _0x10fee1=_0x2eae1c;PerformanceTester['start'](PerformanceEvents[_0x10fee1(0x1bd)]);try{_0xdb6feb[_0x10fee1(0x1c0)](),testOpsHelper[_0x10fee1(0x1df)](),PerformanceTester[_0x10fee1(0x202)](PerformanceEvents['SDK_PRE_TEST']);}catch(_0x2f0839){PerformanceTester['captureError'](_0x2f0839),PerformanceTester[_0x10fee1(0x202)](PerformanceEvents[_0x10fee1(0x1bd)],![],_0x2f0839);}}),CodeceptJS[_0x2eae1c(0x1c1)][_0x2eae1c(0x1bf)]['on'](CodeceptJS[_0x2eae1c(0x1c1)][_0x2eae1c(0x19d)]['after'],async()=>{const _0x25d7f6=_0x2eae1c;PerformanceTester[_0x25d7f6(0x1c0)](PerformanceEvents[_0x25d7f6(0x242)]);try{requestSpy[_0x25d7f6(0x228)](),await _0xdb6feb[_0x25d7f6(0x1a4)](),PerformanceTester['end'](PerformanceEvents[_0x25d7f6(0x242)]);}catch(_0x52fb2d){PerformanceTester[_0x25d7f6(0x295)](_0x52fb2d),PerformanceTester['end'](PerformanceEvents['SDK_POST_TEST'],![],_0x52fb2d);}finally{PerformanceTester['stopMonitoring']();}}),CodeceptJS['event'][_0x2eae1c(0x1bf)]['on'](CodeceptJS['event'][_0x2eae1c(0x1d1)]['started'],_0x3abded=>{const _0x4c4739=_0x2eae1c;PerformanceTester[_0x4c4739(0x1c0)](PerformanceEvents[_0x4c4739(0x275)]);try{const _0x235a2=_0x3abded[_0x4c4739(0x1c3)][_0x4c4739(0x24e)],_0x277e1e=_0xdb6feb['captureEvent'](TEST_EVENTS[_0x4c4739(0x1ce)],_0x235a2);CodeceptRecorder['add'](()=>_0xdb6feb['fireEvent'](TEST_EVENTS[_0x4c4739(0x1ce)],_0x277e1e));const _0x41bf68={};_0x41bf68[_0x4c4739(0x26a)]=_0x597691[_0x4c4739(0x20b)],PerformanceTester[_0x4c4739(0x202)](PerformanceEvents[_0x4c4739(0x275)],!![],null,_0x41bf68);}catch(_0x3df77c){const _0x22d83c={};_0x22d83c[_0x4c4739(0x26a)]=_0x597691[_0x4c4739(0x20b)],PerformanceTester[_0x4c4739(0x202)](PerformanceEvents[_0x4c4739(0x275)],![],_0x3df77c,_0x22d83c),PerformanceTester[_0x4c4739(0x295)](_0x3df77c);}}),CodeceptJS[_0x2eae1c(0x1c1)]['dispatcher']['on'](CodeceptJS[_0x2eae1c(0x1c1)][_0x2eae1c(0x1d1)][_0x2eae1c(0x22f)],_0x453ad5=>{const _0x4d7dd6=_0x2eae1c,_0x313941={};_0x313941[_0x4d7dd6(0x26a)]=_0x597691[_0x4d7dd6(0x1b6)],PerformanceTester[_0x4d7dd6(0x1c0)](PerformanceHookEvents[_0x4d7dd6(0x275)],!![],null,_0x313941);try{const _0x46dabd=_0x453ad5['ctx']['test'],_0x28fa51=_0xdb6feb[_0x4d7dd6(0x283)](TEST_EVENTS[_0x4d7dd6(0x211)],_0x46dabd);CodeceptRecorder['add'](()=>_0xdb6feb[_0x4d7dd6(0x290)](TEST_EVENTS[_0x4d7dd6(0x211)],_0x28fa51));const _0x58e2b9={};_0x58e2b9[_0x4d7dd6(0x26a)]=_0x597691[_0x4d7dd6(0x1b6)],PerformanceTester[_0x4d7dd6(0x202)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x58e2b9);}catch(_0x4aeb80){PerformanceTester[_0x4d7dd6(0x295)](_0x4aeb80);const _0x2291fa={};_0x2291fa[_0x4d7dd6(0x26a)]=_0x597691[_0x4d7dd6(0x1b6)],PerformanceTester[_0x4d7dd6(0x202)](PerformanceHookEvents['SDK_HOOK'],![],_0x4aeb80,_0x2291fa);}}),CodeceptJS[_0x2eae1c(0x1c1)][_0x2eae1c(0x1bf)]['on'](CodeceptJS[_0x2eae1c(0x1c1)][_0x2eae1c(0x1d1)][_0x2eae1c(0x1f1)],async(_0x2d9612,_0x3ce0c2)=>{const _0x484526=_0x2eae1c;PerformanceTester['start'](PerformanceHookEvents['SDK_HOOK']);try{const _0x29e91a=_0x2d9612[_0x484526(0x1c3)][_0x484526(0x24e)],_0xac59f0=_0xdb6feb[_0x484526(0x283)](TEST_EVENTS['HOOK_RUN_FINISHED'],_0x29e91a,_0x3ce0c2);CodeceptRecorder[_0x484526(0x269)](()=>_0xdb6feb['fireEvent'](TEST_EVENTS['HOOK_RUN_FINISHED'],_0xac59f0));const _0x2b02bf={};_0x2b02bf[_0x484526(0x26a)]=_0x597691[_0x484526(0x278)],PerformanceTester['start'](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x2b02bf);}catch(_0x55203a){PerformanceTester[_0x484526(0x295)](_0x55203a);const _0x324b7a={};_0x324b7a[_0x484526(0x26a)]=_0x597691[_0x484526(0x278)],PerformanceTester[_0x484526(0x202)](PerformanceHookEvents[_0x484526(0x275)],![],_0x55203a,_0x324b7a);}const _0xda9fa8={};_0xda9fa8[_0x484526(0x26a)]=_0x597691[_0x484526(0x278)],PerformanceTester[_0x484526(0x202)](PerformanceHookEvents[_0x484526(0x275)],!![],null,_0xda9fa8);}),CodeceptJS[_0x2eae1c(0x1c1)]['dispatcher']['on'](CodeceptJS['event']['test'][_0x2eae1c(0x1e0)],_0x1c9a52=>{const _0x17f2da=_0x2eae1c;PerformanceTester[_0x17f2da(0x1c0)](PerformanceHookEvents[_0x17f2da(0x275)]);try{globals[_0x17f2da(0x23a)](_0x597691[_0x17f2da(0x1f3)],_0x1c9a52[_0x17f2da(0x1ff)]);_0x597691[_0x17f2da(0x26c)](isBrowserstackInfra)&&(_0xe39ccc&&(global[_0x17f2da(0x1bc)]={'currentTest':{'name':_0x1c9a52[_0x17f2da(0x1ff)],'testInfo':{'titlePath':_0x1c9a52[_0x17f2da(0x29b)]()}}}));const _0x23d424={};_0x23d424['hookType']=_0x597691['joidA'],PerformanceTester['end'](PerformanceHookEvents[_0x17f2da(0x275)],!![],null,_0x23d424);}catch(_0x452f2b){PerformanceTester[_0x17f2da(0x295)](_0x452f2b);const _0xd12ea3={};_0xd12ea3[_0x17f2da(0x26a)]=_0x597691[_0x17f2da(0x259)],PerformanceTester[_0x17f2da(0x202)](PerformanceHookEvents[_0x17f2da(0x275)],![],_0x452f2b,_0xd12ea3);}}),CodeceptJS[_0x2eae1c(0x1c1)][_0x2eae1c(0x1bf)]['on'](CodeceptJS[_0x2eae1c(0x1c1)][_0x2eae1c(0x24e)][_0x2eae1c(0x27f)],_0x2d8d10=>{const _0x2578fa=_0x2eae1c;PerformanceTester[_0x2578fa(0x1c0)](PerformanceHookEvents[_0x2578fa(0x275)]);try{globals[_0x2578fa(0x23a)](_0x597691[_0x2578fa(0x1f3)],_0x2d8d10[_0x2578fa(0x1ff)]);const _0x34c3a1=_0xdb6feb['captureEvent'](TEST_EVENTS[_0x2578fa(0x1d9)],_0x2d8d10);CodeceptRecorder[_0x2578fa(0x269)](()=>_0xdb6feb[_0x2578fa(0x290)](TEST_EVENTS[_0x2578fa(0x1d9)],_0x34c3a1)),CodeceptRecorder[_0x2578fa(0x269)](async()=>{const _0x11e612=_0x2578fa;_0x597691['sBNeb'](isBrowserstackInfra)&&(!_0x597691[_0x11e612(0x1c9)](isTrue,_0x543bfa[_0x11e612(0x231)])&&await _0x597691[_0x11e612(0x22b)](markSessionName,_0x32f018,_0x2d8d10[_0x11e612(0x1ff)]),_0xdb6feb[_0x11e612(0x1b5)]&&await _0x597691[_0x11e612(0x1a1)](o11ySync,_0x32f018));});}catch(_0x2dcbf6){const _0xf71741={};_0xf71741[_0x2578fa(0x26a)]=_0x597691[_0x2578fa(0x1ab)],PerformanceTester['end'](PerformanceHookEvents[_0x2578fa(0x275)],![],_0x2dcbf6,_0xf71741),PerformanceTester[_0x2578fa(0x295)](_0x2dcbf6);}const _0x34f39d={};_0x34f39d[_0x2578fa(0x26a)]=_0x597691[_0x2578fa(0x1ab)],PerformanceTester['end'](PerformanceHookEvents[_0x2578fa(0x275)],!![],null,_0x34f39d);}),CodeceptJS[_0x2eae1c(0x1c1)][_0x2eae1c(0x1bf)]['on'](CodeceptJS[_0x2eae1c(0x1c1)]['test'][_0x2eae1c(0x22f)],_0x3d625d=>{const _0x273986=_0x2eae1c,_0x74bebb={'QLbwZ':function(_0x2e6ec4,_0x591c16,_0x530602){return _0x597691['ocWoF'](_0x2e6ec4,_0x591c16,_0x530602);},'CyMig':function(_0x1603e9){return _0x597691['sIYQi'](_0x1603e9);}};PerformanceTester[_0x273986(0x1c0)](PerformanceHookEvents[_0x273986(0x275)]);try{const _0x46951a=_0xdb6feb[_0x273986(0x283)](TEST_EVENTS[_0x273986(0x20d)],_0x3d625d);CodeceptRecorder[_0x273986(0x269)](()=>_0xdb6feb['fireEvent'](TEST_EVENTS[_0x273986(0x20d)],_0x46951a)),CodeceptRecorder['add'](async()=>{const _0x4856cd=_0x273986;_0x74bebb[_0x4856cd(0x27a)](isBrowserstackInfra)&&await PerformanceTester[_0x4856cd(0x21d)](PerformanceAutEvents[_0x4856cd(0x1a2)],async()=>{const _0x3fc9e0=_0x4856cd;_0xe39ccc?await _0x74bebb[_0x3fc9e0(0x1aa)](playwrightMarkSessionStatus,_0x32f018,STATE_PASSED):await _0x74bebb[_0x3fc9e0(0x1aa)](markSessionStatus,_0x32f018,STATE_PASSED);})();}),PerformanceTester[_0x273986(0x202)](PerformanceEvents['SDK_TEST']);}catch(_0x51fb4f){PerformanceTester[_0x273986(0x295)](_0x51fb4f);const _0xf50484={};_0xf50484['hookType']=_0x597691['UWvKa'],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],![],_0x51fb4f,_0xf50484),PerformanceTester[_0x273986(0x202)](PerformanceEvents[_0x273986(0x24d)],![],_0x51fb4f);}const _0x191d15={};_0x191d15[_0x273986(0x26a)]=_0x597691[_0x273986(0x28b)],PerformanceTester[_0x273986(0x202)](PerformanceHookEvents[_0x273986(0x275)],!![],null,_0x191d15);}),CodeceptJS[_0x2eae1c(0x1c1)][_0x2eae1c(0x1bf)]['on'](CodeceptJS[_0x2eae1c(0x1c1)][_0x2eae1c(0x24e)]['failed'],(_0x35c16a,_0x2d904a)=>{const _0x30b8cc=_0x2eae1c,_0x359f2c={'RbDwG':function(_0x5d3e31){const _0x41d76d=a1_0x165a;return _0x597691[_0x41d76d(0x1c7)](_0x5d3e31);},'YQSQf':function(_0x52415c,_0x54c240,_0x1006b4,_0x492770){return _0x597691['EfTEB'](_0x52415c,_0x54c240,_0x1006b4,_0x492770);},'qhoCT':function(_0x450b50,_0x12cf26,_0x19302f,_0x43d788){return _0x597691['IRCUj'](_0x450b50,_0x12cf26,_0x19302f,_0x43d788);}};PerformanceTester[_0x30b8cc(0x1c0)](PerformanceHookEvents[_0x30b8cc(0x275)]);try{if(_0x597691[_0x30b8cc(0x1a3)](_0x35c16a[_0x30b8cc(0x1c4)][_0x30b8cc(0x29e)],_0x597691[_0x30b8cc(0x1f6)])){const _0x2895b0=_0xdb6feb[_0x30b8cc(0x283)](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x35c16a[_0x30b8cc(0x1c3)][_0x30b8cc(0x221)]);CodeceptRecorder[_0x30b8cc(0x269)](()=>_0xdb6feb[_0x30b8cc(0x290)](TEST_EVENTS[_0x30b8cc(0x1dc)],_0x2895b0));}else{const _0x2c8ca3=_0xdb6feb[_0x30b8cc(0x283)](TEST_EVENTS[_0x30b8cc(0x20d)],_0x35c16a,_0x2d904a);CodeceptRecorder[_0x30b8cc(0x269)](()=>{const _0x56e66d=_0x30b8cc;try{_0xdb6feb[_0x56e66d(0x290)](TEST_EVENTS['TEST_RUN_FINISHED'],_0x2c8ca3);}catch(_0x5ddc63){logger['debug'](_0x56e66d(0x1d2)+util[_0x56e66d(0x294)](_0x5ddc63)),PerformanceTester['end'](PerformanceEvents[_0x56e66d(0x24d)],![],_0x5ddc63);}}),CodeceptRecorder[_0x30b8cc(0x269)](async()=>{const _0x4a954b=_0x30b8cc;try{_0x359f2c['RbDwG'](isBrowserstackInfra)&&(_0xe39ccc?await _0x359f2c[_0x4a954b(0x1ee)](playwrightMarkSessionStatus,_0x32f018,STATE_FAILED,_0x2d904a):await _0x359f2c['qhoCT'](markSessionStatus,_0x32f018,STATE_FAILED,_0x2d904a));}catch(_0x138243){logger[_0x4a954b(0x204)](_0x4a954b(0x1b7)+util[_0x4a954b(0x294)](_0x138243)),PerformanceTester['end'](PerformanceEvents[_0x4a954b(0x24d)],![],_0x138243);}});}PerformanceTester['end'](PerformanceEvents[_0x30b8cc(0x24d)]);}catch(_0x33bf54){PerformanceTester[_0x30b8cc(0x295)](_0x33bf54);const _0x10f42a={};_0x10f42a[_0x30b8cc(0x26a)]=_0x597691[_0x30b8cc(0x1b9)],PerformanceTester[_0x30b8cc(0x202)](PerformanceHookEvents[_0x30b8cc(0x275)],![],_0x33bf54,_0x10f42a),PerformanceTester['end'](PerformanceEvents[_0x30b8cc(0x24d)],![],_0x33bf54);}const _0xdfe7c1={};_0xdfe7c1[_0x30b8cc(0x26a)]=_0x597691['BwFwc'],PerformanceTester[_0x30b8cc(0x202)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0xdfe7c1);}),CodeceptJS[_0x2eae1c(0x1c1)][_0x2eae1c(0x1bf)]['on'](CodeceptJS['event'][_0x2eae1c(0x24e)]['skipped'],_0x4cde8a=>{const _0x4d4180=_0x2eae1c;PerformanceTester['start'](PerformanceHookEvents['SDK_HOOK']);try{const _0x34ad32=_0xdb6feb[_0x4d4180(0x283)](TEST_EVENTS[_0x4d4180(0x1dc)],_0x4cde8a);CodeceptRecorder[_0x4d4180(0x269)](()=>_0xdb6feb[_0x4d4180(0x290)](TEST_EVENTS[_0x4d4180(0x1dc)],_0x34ad32)),PerformanceTester['end'](PerformanceEvents[_0x4d4180(0x24d)]);}catch(_0x49ca22){PerformanceTester[_0x4d4180(0x295)](_0x49ca22),PerformanceTester[_0x4d4180(0x202)](PerformanceEvents['SDK_TEST'],![],_0x49ca22);const _0x3464c1={};_0x3464c1['hookType']=_0x597691[_0x4d4180(0x21c)],PerformanceTester[_0x4d4180(0x202)](PerformanceHookEvents[_0x4d4180(0x275)],![],_0x49ca22,_0x3464c1);}const _0x45ad4d={};_0x45ad4d[_0x4d4180(0x26a)]=_0x597691[_0x4d4180(0x21c)],PerformanceTester['end'](PerformanceHookEvents[_0x4d4180(0x275)],!![],null,_0x45ad4d);}),CodeceptJS[_0x2eae1c(0x1c1)][_0x2eae1c(0x1bf)]['on'](CodeceptJS[_0x2eae1c(0x1c1)][_0x2eae1c(0x24e)][_0x2eae1c(0x24a)],async(_0x1411a0,_0x1dcff6)=>{const _0x681574=_0x2eae1c;try{PerformanceTester['start'](PerformanceHookEvents[_0x681574(0x275)]);const _0x7ea8ae=_0x597691[_0x681574(0x1e2)](shouldScanTestForAccessibility,_0x1411a0[_0x681574(0x29b)](),!![]);if(_0x597691['CDEyw'](isAccessibilityAutomationSession)&&global['accessibilityPlatform']&&_0x7ea8ae){const _0x5485ba={};_0x5485ba[_0x681574(0x1ac)]=_0x1411a0['testAnalyticsId'],_0x5485ba[_0x681574(0x1a7)]=process[_0x681574(0x289)][testHubConstants[_0x681574(0x27d)][_0x681574(0x230)]],_0x5485ba[_0x681574(0x19a)]=process['env'][testHubConstants[_0x681574(0x27d)]['BROWSERSTACK_TESTHUB_JWT']];const _0x199175=_0x5485ba;logger[_0x681574(0x204)](_0x681574(0x1a0)+JSON[_0x681574(0x255)](_0x199175)),CodeceptRecorder['add'](async()=>{const _0x3acd7d=_0x681574,_0x30fbd5={};_0x30fbd5['command']=_0x597691[_0x3acd7d(0x1c6)],await PerformanceTester[_0x3acd7d(0x21d)](PerformanceA11yEvents[_0x3acd7d(0x224)],async()=>{const _0x290466=_0x3acd7d;await AccessibilityHelper[_0x290466(0x252)](_0x32f018,scripts[_0x290466(0x210)]);},_0x30fbd5)(),globals[_0x3acd7d(0x249)](_0x597691[_0x3acd7d(0x236)])&&(_0x199175[_0x3acd7d(0x285)]=!![]),await PerformanceTester[_0x3acd7d(0x21d)](PerformanceA11yEvents[_0x3acd7d(0x207)],async()=>{const _0x3fed08=_0x3acd7d;await AccessibilityHelper[_0x3fed08(0x252)](_0x32f018,scripts[_0x3fed08(0x21b)],_0x199175);})();}),logger[_0x681574(0x200)](_0x597691[_0x681574(0x225)]);}const _0x5e6329={};_0x5e6329[_0x681574(0x26a)]=_0x597691[_0x681574(0x1a9)],PerformanceTester[_0x681574(0x202)](PerformanceHookEvents[_0x681574(0x275)],!![],null,_0x5e6329);}catch(_0x16564a){PerformanceTester[_0x681574(0x295)](_0x16564a);const _0x3e6713={};_0x3e6713[_0x681574(0x26a)]=_0x597691[_0x681574(0x1a9)],PerformanceTester['end'](PerformanceHookEvents[_0x681574(0x275)],![],_0x16564a,_0x3e6713);}}),CodeceptJS[_0x2eae1c(0x1c1)][_0x2eae1c(0x1bf)]['on'](CodeceptJS[_0x2eae1c(0x1c1)][_0x2eae1c(0x28d)][_0x2eae1c(0x196)],_0x16f7cf=>{const _0x5cf62f=_0x2eae1c;PerformanceTester['start'](PerformanceHookEvents[_0x5cf62f(0x275)]);try{process['emit'](_0x5cf62f(0x266)+process['pid'],{'timestamp':new Date()['toISOString'](),'level':_0x597691[_0x5cf62f(0x1fb)],'message':_0x16f7cf,'kind':_0x597691[_0x5cf62f(0x1f0)],'http_response':{}});}catch(_0x2f1de3){PerformanceTester[_0x5cf62f(0x295)](_0x2f1de3);const _0x22474e={};_0x22474e['hookType']=_0x597691['OgvbQ'],PerformanceTester[_0x5cf62f(0x202)](PerformanceHookEvents['SDK_HOOK'],![],_0x2f1de3,_0x22474e);}const _0x1a97de={};_0x1a97de[_0x5cf62f(0x26a)]=_0x597691[_0x5cf62f(0x19f)],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x1a97de);}),CodeceptJS[_0x2eae1c(0x1c1)]['dispatcher']['on'](CodeceptJS[_0x2eae1c(0x1c1)][_0x2eae1c(0x262)]['before'],_0x1d5af4=>{const _0x16c6b0=_0x2eae1c,_0x2f7925={};_0x2f7925[_0x16c6b0(0x26a)]=_0x597691[_0x16c6b0(0x1b8)],PerformanceTester[_0x16c6b0(0x21d)](PerformanceHookEvents['SDK_HOOK'],()=>{const _0x54a613=_0x16c6b0;_0xdb6feb[_0x54a613(0x25b)](_0x1d5af4);},_0x2f7925)();}),CodeceptJS[_0x2eae1c(0x1c1)][_0x2eae1c(0x1bf)]['on'](CodeceptJS['event'][_0x2eae1c(0x262)][_0x2eae1c(0x24a)],_0xfdb803=>{const _0x175878=_0x2eae1c,_0x2485c3={};_0x2485c3[_0x175878(0x26a)]=_0x597691[_0x175878(0x1e4)],PerformanceTester[_0x175878(0x21d)](PerformanceHookEvents[_0x175878(0x275)],()=>{_0xdb6feb['bddStepFinish'](_0xfdb803);},_0x2485c3)();});};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
'use strict';function a2_0x565a(){const _0x5bcf28=['vclLT','info','../../helpers/helper','webkit','cwd','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','firefox','addTests','before','../../helpers/test-observability/utils','iGtIw','sJpbb','Ppwot','split','accessKey','length','--config','BrowserStackPlugin.js','title','codecept.json','dirname','65317MXdtIG','stringify','RoZnw','addOptions','process','Started\x20:\x20','start','failed','tyGLj','mergeDeep','require','useW3C','codeceptjs/lib/index.js','skipSessionName','../../helpers/testhub/testhubHandler','desiredCapabilities','3MuUHtx','prepareCapabilities','bootstrapAll','setAdditionalCapabilities','playwright-chromium','kmvdW','../../helpers/performance/constants','test','../../helpers/performance/performance-tester','2|1|0|4|3|5','userName','338261URlFUR','chromium','chdir','BROWSERSTACK_RERUN_TESTS','errorMessage','2900gKbQJQ','accessibility','Workers','aBtGN','join','frameworkName','map','assign','codecept.conf.js','7jBALwQ','isTrue','yIdgu','accessibilityOptions','codeceptjs','host','isTestObservabilitySession','skipSessionStatus','end','UEvaD','winstonLogger','stack','1799316dQluWo','iIAjq','EVENTS','helpers','exports','now','plugins','CODECEPT','EZxjz','FRAMEWORKS','err','nZCME','env','USER_CONFIG_DETAILS_PATH','browserStackCwd','3413576zPpYHd','Skyoo','752524kBCRAJ','debug','roQFy','config','enabled','iJqAW','kCvYJ','util','testConfig','browser','finalExecution','browserWSEndpoint','BROWSERSTACK_TEST_ACCESSIBILITY_YML','stop','log','CZLZd','forEach','330xuVcFW','Failed\x20:\x20','playwright-webkit','6654NZDJSg','handleApp','../../helpers/utilities','key','spawn','platforms','testObservability','replace','testContextOptions','browserName','../../helpers/test-observability/constants','3191344AiCCoR','BROWSERSTACK_TEST_OBSERVABILITY_YML','getPlatformName','validateRerunTestList','CUmJN','TGPIm','Playwright','slice','xqhLd','nTkKE','event','passed','existsSync','toLowerCase','vqaaK','teardownAll','getPlaywrightUrl','profile','Aoain','all','user','isUndefined','SDK_SETUP','../../helpers/accessibility-automation/helper','addConfig','createGroupsOfSuites','findIndex','BrowserStackPlugin','push','yLOUM','trim','myqDB','WebDriver','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','NEFbh','validPlatformsPresent'];a2_0x565a=function(){return _0x5bcf28;};return a2_0x565a();}const a2_0xea7bc6=a2_0x4a76;(function(_0x49f4e0,_0x5a6edf){const _0x55c1ec=a2_0x4a76,_0xad6e8e=_0x49f4e0();while(!![]){try{const _0x433b81=-parseInt(_0x55c1ec(0x178))/0x1+parseInt(_0x55c1ec(0x1be))/0x2*(-parseInt(_0x55c1ec(0x188))/0x3)+parseInt(_0x55c1ec(0x13f))/0x4+parseInt(_0x55c1ec(0x198))/0x5*(-parseInt(_0x55c1ec(0x134))/0x6)+-parseInt(_0x55c1ec(0x1a1))/0x7*(parseInt(_0x55c1ec(0x1bc))/0x8)+parseInt(_0x55c1ec(0x1ad))/0x9+parseInt(_0x55c1ec(0x131))/0xa*(parseInt(_0x55c1ec(0x193))/0xb);if(_0x433b81===_0x5a6edf)break;else _0xad6e8e['push'](_0xad6e8e['shift']());}catch(_0x1d5f49){_0xad6e8e['push'](_0xad6e8e['shift']());}}}(a2_0x565a,0x7a537));function a2_0x4a76(_0x5f4df8,_0x290190){const _0x565aaf=a2_0x565a();return a2_0x4a76=function(_0x4a766b,_0x5bc485){_0x4a766b=_0x4a766b-0x122;let _0x5b2137=_0x565aaf[_0x4a766b];return _0x5b2137;},a2_0x4a76(_0x5f4df8,_0x290190);}const fs=require('fs'),path=require('path'),util=require(a2_0xea7bc6(0x127)),process=require(a2_0xea7bc6(0x17c)),logger=require('../../helpers/logger')[a2_0xea7bc6(0x1ab)],{default:BrowserStackSetup}=require('../../helpers/BrowserStackSetup'),helper=require('../../helpers/helper'),utilities=require(a2_0xea7bc6(0x136)),{checkAccessibilityPlatformConfig}=require(a2_0xea7bc6(0x156)),{setAccessibilityCapabilities,processAccessibilityCaps}=require('../../bin/playwright/accessibility-helper'),{requireModule,nestedKeyValue,isBrowserstackInfra}=require(a2_0xea7bc6(0x165)),CodeceptJS=requireModule(a2_0xea7bc6(0x184),a2_0xea7bc6(0x1a5)),testOpsHelper=require(a2_0xea7bc6(0x16c)),TestHubHandler=require(a2_0xea7bc6(0x186)),constants=require('../utils/constants'),PerformanceTester=require(a2_0xea7bc6(0x190)),{FRAMEWORKS}=require(a2_0xea7bc6(0x13e)),PerformanceEvents=require(a2_0xea7bc6(0x18e))[a2_0xea7bc6(0x1af)],ClientTroubleShootingService=require('../utils/clientTroubleshootingService'),_testErrorData=[],getUserCodeceptJSConfigs=(_0xff2092,_0x5358f8)=>{const _0x4f3a39=a2_0xea7bc6,_0x238e6d={};_0x238e6d[_0x4f3a39(0x1a3)]=function(_0x1a5e77,_0x5db56b){return _0x1a5e77===_0x5db56b;},_0x238e6d[_0x4f3a39(0x16e)]=_0x4f3a39(0x1a0),_0x238e6d[_0x4f3a39(0x14d)]=_0x4f3a39(0x176);const _0x2269f7=_0x238e6d;let _0x3f9abd=null;const _0x1b979f={};let _0xdd0d7b=_0x5358f8[_0x4f3a39(0x159)](_0x31c73c=>_0x31c73c===_0x4f3a39(0x173));_0x2269f7[_0x4f3a39(0x1a3)](_0xdd0d7b,-0x1)&&(_0xdd0d7b=_0x5358f8[_0x4f3a39(0x159)](_0x3d989f=>_0x3d989f==='-c'));if(!helper[_0x4f3a39(0x154)](_0xff2092[_0x4f3a39(0x123)])&&fs['existsSync'](path[_0x4f3a39(0x19c)](process['cwd'](),_0xff2092['config'])))_0x3f9abd=path[_0x4f3a39(0x19c)](process[_0x4f3a39(0x167)](),_0xff2092[_0x4f3a39(0x123)]),_0x5358f8[_0x4f3a39(0x146)](_0xdd0d7b,0x2);else{if(!helper[_0x4f3a39(0x154)](_0xff2092['c'])&&fs['existsSync'](path['join'](process['cwd'](),_0xff2092['c'])))_0x3f9abd=path[_0x4f3a39(0x19c)](process['cwd'](),_0xff2092['c']),_0x5358f8[_0x4f3a39(0x146)](_0xdd0d7b,0x2);else{if(fs[_0x4f3a39(0x14b)](path[_0x4f3a39(0x19c)](process[_0x4f3a39(0x167)](),_0x2269f7[_0x4f3a39(0x16e)])))_0x3f9abd=path['join'](process[_0x4f3a39(0x167)](),_0x2269f7[_0x4f3a39(0x16e)]);else fs[_0x4f3a39(0x14b)](path[_0x4f3a39(0x19c)](process[_0x4f3a39(0x167)](),_0x2269f7['vqaaK']))&&(_0x3f9abd=path[_0x4f3a39(0x19c)](process[_0x4f3a39(0x167)](),_0x2269f7[_0x4f3a39(0x14d)]));}}return process[_0x4f3a39(0x1b9)][_0x4f3a39(0x1ba)]=_0x3f9abd,_0x3f9abd;},getO11yRerunPattern=()=>{const _0x38d578=a2_0xea7bc6,_0x1d2b37=helper[_0x38d578(0x1a2)](process[_0x38d578(0x1b9)]['BROWSERSTACK_RERUN']);if(_0x1d2b37){const _0x221542=process[_0x38d578(0x1b9)][_0x38d578(0x196)],_0x47273c=[];if(helper[_0x38d578(0x142)](_0x221542)&&!helper[_0x38d578(0x154)](_0x221542)){_0x221542[_0x38d578(0x170)](',')[_0x38d578(0x19e)](_0x4132b7=>{const _0x467054=_0x38d578;_0x47273c[_0x467054(0x15b)]('('+_0x4132b7[_0x467054(0x15d)]()+')');});const _0x13b95c='^'+_0x47273c[_0x38d578(0x19c)]('|')+'$';return _0x13b95c;}}return null;},a2_0xee871={};a2_0xee871['chrome']='chromium',a2_0xee871[a2_0xea7bc6(0x18c)]=a2_0xea7bc6(0x194),a2_0xee871['playwright-firefox']=a2_0xea7bc6(0x169),a2_0xee871[a2_0xea7bc6(0x133)]=a2_0xea7bc6(0x166);const pwToCodeceptBrowser=a2_0xee871;async function run(_0x37142d,_0x24cede,_0x4bd1eb){const _0x3645c0=a2_0xea7bc6,_0x13c1f3={'CUmJN':function(_0x48a537,_0x643f73,_0x564a3b,_0x4a610d){return _0x48a537(_0x643f73,_0x564a3b,_0x4a610d);},'nTkKE':function(_0x18ad0b,_0x228015){return _0x18ad0b+_0x228015;},'RoZnw':function(_0x1ad87b,_0x2eecf1){return _0x1ad87b(_0x2eecf1);},'FxOxS':function(_0x520482,_0xb1a673){return _0x520482+_0xb1a673;},'vclLT':function(_0x4c5faa,_0x4816da,_0x1ba19a){return _0x4c5faa(_0x4816da,_0x1ba19a);},'yLOUM':'helpers','xqhLd':function(_0x5ccdc4){return _0x5ccdc4();},'Skyoo':'/wd/hub','tyGLj':_0x3645c0(0x132),'nZCME':'Passed\x20:\x20','roQFy':_0x3645c0(0x17d),'CZLZd':_0x3645c0(0x191),'BfXwP':_0x3645c0(0x168),'kCvYJ':function(_0x30a9ff,_0x25ccd7,_0x428de0){return _0x30a9ff(_0x25ccd7,_0x428de0);},'Ppwot':_0x3645c0(0x145),'zAKbK':_0x3645c0(0x15f),'kmvdW':function(_0xd84514,_0x6b6303){return _0xd84514!=_0x6b6303;},'myqDB':function(_0x49baf3,_0x1b032e){return _0x49baf3===_0x1b032e;},'UEvaD':'gherkin','hKyRC':function(_0x4e3d4b,_0x1413a0){return _0x4e3d4b(_0x1413a0);},'TGPIm':function(_0x538d2e){return _0x538d2e();},'EZxjz':function(_0x4a42cc,_0x399105){return _0x4a42cc*_0x399105;},'iJqAW':_0x3645c0(0x129),'aBtGN':'desiredCapabilities','Aoain':'root','NEFbh':_0x3645c0(0x174),'iGtIw':_0x3645c0(0x1bb),'iIAjq':function(_0x57445c){return _0x57445c();}};await _0x4bd1eb['initialize'](_0x37142d),await helper[_0x3645c0(0x135)](_0x4bd1eb[_0x3645c0(0x123)]);if(!_0x4bd1eb['config'])return;process[_0x3645c0(0x150)]=_0x37142d[_0x3645c0(0x150)];_0x37142d[_0x3645c0(0x150)]&&(process[_0x3645c0(0x1b9)]['profile']=_0x37142d['profile']);const _0x5d6d28=_0x13c1f3[_0x3645c0(0x163)](getUserCodeceptJSConfigs,_0x37142d,_0x24cede);let _0x314035={};_0x5d6d28?(logger['info']('Getting\x20your\x20codeceptjs\x20configs\x20from\x20'+_0x5d6d28),_0x314035=CodeceptJS[_0x3645c0(0x123)]['load'](_0x5d6d28)):logger[_0x3645c0(0x164)](_0x13c1f3['BfXwP']);let _0x18a64b=![];_0x13c1f3[_0x3645c0(0x126)](nestedKeyValue,_0x314035,[_0x13c1f3['yLOUM'],_0x13c1f3['Ppwot']])&&(_0x18a64b=!![]);const _0x48b9f4=_0x18a64b?_0x13c1f3['Ppwot']:_0x13c1f3['zAKbK'];let _0x5f414b=!_0x18a64b?helper[_0x3645c0(0x183)](_0x4bd1eb[_0x3645c0(0x123)]):![];!helper[_0x3645c0(0x154)](_0x4bd1eb[_0x3645c0(0x123)][_0x3645c0(0x1a4)])&&(process['env'][_0x3645c0(0x160)]=JSON[_0x3645c0(0x179)](_0x4bd1eb[_0x3645c0(0x123)][_0x3645c0(0x1a4)]));let _0x16dd22=_0x4bd1eb[_0x3645c0(0x123)][_0x3645c0(0x199)];_0x16dd22=_0x16dd22||_0x13c1f3[_0x3645c0(0x17a)](checkAccessibilityPlatformConfig,_0x4bd1eb[_0x3645c0(0x123)]),process[_0x3645c0(0x1b9)][_0x3645c0(0x12c)]=_0x16dd22;_0x16dd22&&(_0x5f414b=!_0x16dd22);_0x13c1f3[_0x3645c0(0x18d)](_0x4bd1eb['config'][_0x3645c0(0x13a)],null)?process[_0x3645c0(0x1b9)][_0x3645c0(0x140)]=_0x4bd1eb['config'][_0x3645c0(0x13a)]:process['env'][_0x3645c0(0x140)]=_0x13c1f3[_0x3645c0(0x15e)](_0x48b9f4,_0x13c1f3[_0x3645c0(0x16f)]);const _0x3872f8=_0x13c1f3['kCvYJ'](nestedKeyValue,_0x314035,[_0x13c1f3[_0x3645c0(0x1aa)]]),_0x2f3643=_0x3872f8&&!helper['isEmpty'](_0x3872f8)?FRAMEWORKS['CODECEPT_CUCUMBER']:FRAMEWORKS[_0x3645c0(0x1b4)],_0x3760de=await TestHubHandler['launchBuild'](_0x2f3643,_0x4bd1eb);_0x16dd22&&_0x13c1f3['hKyRC'](setAccessibilityCapabilities,_0x4bd1eb[_0x3645c0(0x123)]);const _0x10db5c={},_0x4c8f5c=[],_0x27bc10=_0x4bd1eb[_0x3645c0(0x123)]['parallelsPerPlatform']||helper['getUserWorkerCount'](_0x37142d,_0x24cede,_0x4bd1eb[_0x3645c0(0x123)],constants[_0x3645c0(0x1b6)][_0x3645c0(0x1b4)])||0x1;let _0x4b1f3c=0x1;if(_0x13c1f3[_0x3645c0(0x144)](isBrowserstackInfra)){const _0x368008=helper[_0x3645c0(0x189)](_0x4bd1eb[_0x3645c0(0x123)],_0x5f414b,constants[_0x3645c0(0x1b6)][_0x3645c0(0x1b4)]);_0x368008['forEach'](_0x28e0fa=>{const _0x1e1c51=_0x3645c0;helper[_0x1e1c51(0x18b)](_0x28e0fa);}),helper[_0x3645c0(0x162)](_0x4bd1eb[_0x3645c0(0x123)])?_0x4b1f3c=_0x13c1f3[_0x3645c0(0x1b5)](_0x27bc10,_0x4bd1eb[_0x3645c0(0x123)][_0x3645c0(0x139)][_0x3645c0(0x172)]):_0x4b1f3c=_0x27bc10,_0x368008[_0x3645c0(0x130)](_0x17e885=>{const _0x34654f=_0x3645c0,_0x5e9cba=_0x13c1f3['FxOxS'](helper[_0x34654f(0x141)](_0x17e885,'_'),'_'+Date[_0x34654f(0x1b2)]()),_0x31724e=((()=>{const _0x16786e=_0x34654f;if(_0x18a64b){const _0x52abc9=pwToCodeceptBrowser[_0x17e885[_0x16786e(0x13d)]]||_0x17e885[_0x16786e(0x13d)],_0x269c29=helper[_0x16786e(0x14f)](_0x4bd1eb[_0x16786e(0x123)]),_0x3778f2=Object[_0x16786e(0x19f)]({},_0x17e885);return _0x13c1f3[_0x16786e(0x143)](processAccessibilityCaps,_0x3778f2,_0x269c29,null),{'browser':_0x52abc9,[_0x52abc9]:{'browserWSEndpoint':_0x13c1f3[_0x16786e(0x148)](_0x269c29,_0x13c1f3[_0x16786e(0x17a)](encodeURIComponent,JSON[_0x16786e(0x179)](_0x3778f2)))}};}const _0x3fdf88={};return _0x3fdf88[_0x16786e(0x187)]=_0x17e885,_0x3fdf88[_0x16786e(0x153)]=_0x4bd1eb['config'][_0x16786e(0x192)],_0x3fdf88[_0x16786e(0x137)]=_0x4bd1eb[_0x16786e(0x123)][_0x16786e(0x171)],_0x3fdf88;})()),_0x46dbac=_0x13c1f3[_0x34654f(0x163)](nestedKeyValue,_0x314035,[_0x13c1f3[_0x34654f(0x15c)],_0x48b9f4]);_0x10db5c[_0x5e9cba]=_0x46dbac?helper['mergeDeep'](_0x31724e,_0x46dbac):_0x31724e;if(_0x18a64b)_0x10db5c[_0x5e9cba][_0x34654f(0x129)]=pwToCodeceptBrowser[_0x17e885[_0x34654f(0x13d)]]||_0x17e885[_0x34654f(0x13d)];else{_0x10db5c[_0x5e9cba][_0x34654f(0x129)]=_0x17e885[_0x34654f(0x13d)]||_0x31724e[_0x34654f(0x129)];if(_0x13c1f3[_0x34654f(0x147)](isBrowserstackInfra)){_0x10db5c[_0x5e9cba][_0x34654f(0x1a6)]=constants['hubUrl']['replace'](_0x13c1f3['Skyoo'],'')[_0x34654f(0x13b)](/https?:\/\//,'');;_0x10db5c[_0x5e9cba]['path']=_0x13c1f3[_0x34654f(0x1bd)];}}_0x4c8f5c[_0x34654f(0x15b)](_0x5e9cba);});}else{_0x4b1f3c=0x1;if(_0x18a64b){const _0x17035c=_0x13c1f3[_0x3645c0(0x126)](nestedKeyValue,_0x314035,[_0x13c1f3[_0x3645c0(0x15c)],_0x48b9f4,_0x13c1f3[_0x3645c0(0x125)]]),_0x3f288e=_0x13c1f3[_0x3645c0(0x163)](nestedKeyValue,_0x314035,[_0x13c1f3[_0x3645c0(0x15c)],_0x48b9f4,_0x17035c]);if(_0x3f288e&&_0x3f288e[_0x3645c0(0x12b)]){const _0x4baf79={};_0x4baf79[_0x3645c0(0x139)]=[],_0x3f288e['browserWSEndpoint']=helper[_0x3645c0(0x189)](Object[_0x3645c0(0x19f)]({},_0x4bd1eb['config'],_0x4baf79),null,_0x2f3643[_0x3645c0(0x14c)](),null,null,_0x3f288e['browserWSEndpoint']);}}else{const _0x169749={};_0x169749[_0x3645c0(0x139)]=[],_0x314035[_0x13c1f3[_0x3645c0(0x15c)]][_0x48b9f4][_0x13c1f3[_0x3645c0(0x19b)]]=helper['prepareCapabilities'](Object[_0x3645c0(0x19f)]({},_0x4bd1eb[_0x3645c0(0x123)],_0x169749),null,_0x2f3643[_0x3645c0(0x14c)](),_0x13c1f3[_0x3645c0(0x163)](nestedKeyValue,_0x314035,[_0x13c1f3[_0x3645c0(0x15c)],_0x48b9f4,_0x13c1f3[_0x3645c0(0x19b)]])||{},null,null);}_0x10db5c[_0x13c1f3[_0x3645c0(0x151)]]=_0x314035,_0x4c8f5c[_0x3645c0(0x15b)](_0x13c1f3['Aoain']);}const _0x1dcd85={};_0x1dcd85[_0x3645c0(0x128)]=_0x5d6d28;const _0x309a33=_0x1dcd85,_0x1103d4=path[_0x3645c0(0x19c)](__dirname,_0x13c1f3[_0x3645c0(0x161)]),_0x4fe3be=process['cwd']();process[_0x3645c0(0x1b9)][_0x13c1f3[_0x3645c0(0x16d)]]=_0x4fe3be,process[_0x3645c0(0x195)](path[_0x3645c0(0x177)](_0x5d6d28));const _0x39d6ad=new CodeceptJS[(_0x3645c0(0x19a))](null,_0x309a33),_0x294ab3=_0x39d6ad[_0x3645c0(0x158)](_0x27bc10),_0x4d3bdf=testOpsHelper[_0x3645c0(0x1a7)](),_0x4d0035=_0x4c8f5c[_0x3645c0(0x19e)](_0x3a355d=>{const _0x455663=_0x3645c0,_0x1e8b1f={};_0x1e8b1f[_0x455663(0x145)]=_0x10db5c[_0x3a355d];const _0x171a87={};_0x171a87['WebDriver']=_0x10db5c[_0x3a355d];const _0x21eb16=_0x18a64b?_0x1e8b1f:_0x171a87,_0x1d5b58=_0x13c1f3['xqhLd'](getO11yRerunPattern),_0x59a79c={};_0x59a79c[_0x455663(0x1b0)]=_0x21eb16;const _0x5b74fa={};_0x5b74fa[_0x455663(0x182)]=_0x1103d4,_0x5b74fa[_0x455663(0x124)]=!![],_0x5b74fa[_0x455663(0x185)]=_0x4bd1eb['config'][_0x455663(0x13c)]['skipSessionName'],_0x5b74fa[_0x455663(0x1a8)]=_0x4bd1eb[_0x455663(0x123)][_0x455663(0x13c)][_0x455663(0x1a8)],_0x5b74fa['testObservability']=_0x4d3bdf,_0x5b74fa[_0x455663(0x19d)]=_0x2f3643;const _0x554ae2={};_0x554ae2[_0x455663(0x15a)]=_0x5b74fa;const _0x41b533={};return _0x41b533[_0x455663(0x1b3)]=_0x554ae2,helper[_0x455663(0x181)]({},_0x314035,_0x13c1f3[_0x455663(0x147)](isBrowserstackInfra)?_0x59a79c:{},_0x1d5b58?{'grep':_0x1d5b58}:{},_0x41b533);});for(const _0x10151c of _0x4d0035){for(const _0xc437c0 of _0x294ab3){const _0x48695a=_0x39d6ad[_0x3645c0(0x138)]();_0x48695a[_0x3645c0(0x16a)](_0xc437c0),_0x48695a[_0x3645c0(0x157)](_0x10151c);const _0x2eb229={};_0x2eb229[_0x3645c0(0x123)]=_0x5d6d28,_0x48695a[_0x3645c0(0x17b)](Object[_0x3645c0(0x19f)](_0x2eb229,_0x37142d));}}_0x39d6ad['on'](CodeceptJS['event']['test'][_0x3645c0(0x17f)],(_0x3f818,_0x907747)=>{const _0x45d5d4=_0x3645c0;console[_0x45d5d4(0x12e)](_0x13c1f3[_0x45d5d4(0x180)],_0x3f818[_0x45d5d4(0x175)]);const _0x55504e={[_0x3f818[_0x45d5d4(0x175)]]:_0x3f818[_0x45d5d4(0x1b7)][_0x45d5d4(0x1ac)]};_testErrorData[_0x45d5d4(0x15b)](_0x55504e);}),_0x39d6ad['on'](CodeceptJS[_0x3645c0(0x149)]['test'][_0x3645c0(0x14a)],async _0x43c875=>{const _0x53802c=_0x3645c0;console[_0x53802c(0x12e)](_0x13c1f3[_0x53802c(0x1b8)],_0x43c875['title']);}),_0x39d6ad['on'](CodeceptJS[_0x3645c0(0x149)][_0x3645c0(0x18f)][_0x3645c0(0x16b)],async _0x41f5a6=>{const _0x4cc2f7=_0x3645c0;console[_0x4cc2f7(0x12e)](_0x13c1f3[_0x4cc2f7(0x122)],_0x41f5a6[_0x4cc2f7(0x175)]);}),_0x39d6ad['on'](CodeceptJS[_0x3645c0(0x149)][_0x3645c0(0x152)]['result'],async()=>{const _0x2f3f10=_0x3645c0,_0xe58456=_0x13c1f3[_0x2f3f10(0x12f)][_0x2f3f10(0x170)]('|');let _0x4aecbe=0x0;while(!![]){switch(_0xe58456[_0x4aecbe++]){case'0':testOpsHelper['printBuildLink']();continue;case'1':_0x4bd1eb[_0x2f3f10(0x197)]=_testErrorData;continue;case'2':PerformanceTester[_0x2f3f10(0x17e)](PerformanceEvents['SDK_CLEANUP']);continue;case'3':try{await TestHubHandler[_0x2f3f10(0x12d)]();}catch(_0xc8e97d){logger[_0x2f3f10(0x1bf)]('Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20'+util['format'](_0xc8e97d));}continue;case'4':utilities[_0x2f3f10(0x12a)](_0x4bd1eb);continue;case'5':_0x39d6ad['printResults']();continue;}break;}});async function _0x4edade(){const _0x59ba50=_0x3645c0;try{await _0x39d6ad[_0x59ba50(0x18a)](),await _0x39d6ad['run']();}finally{process[_0x59ba50(0x195)](_0x4fe3be),await _0x39d6ad[_0x59ba50(0x14e)]();}}PerformanceTester[_0x3645c0(0x1a9)](PerformanceEvents[_0x3645c0(0x155)]),await _0x13c1f3[_0x3645c0(0x1ae)](_0x4edade);}module[a2_0xea7bc6(0x1b1)]=run;
|
|
2
|
+
'use strict';const a2_0x2b3dbb=a2_0xaa72;(function(_0x2ad216,_0xd404f7){const _0x35855e=a2_0xaa72,_0x9602b3=_0x2ad216();while(!![]){try{const _0x59ab8f=parseInt(_0x35855e(0x1c8))/0x1*(-parseInt(_0x35855e(0x21b))/0x2)+parseInt(_0x35855e(0x19f))/0x3+-parseInt(_0x35855e(0x1b4))/0x4*(parseInt(_0x35855e(0x1f1))/0x5)+parseInt(_0x35855e(0x1b5))/0x6+parseInt(_0x35855e(0x1db))/0x7*(-parseInt(_0x35855e(0x225))/0x8)+-parseInt(_0x35855e(0x1a7))/0x9+parseInt(_0x35855e(0x204))/0xa*(parseInt(_0x35855e(0x1df))/0xb);if(_0x59ab8f===_0xd404f7)break;else _0x9602b3['push'](_0x9602b3['shift']());}catch(_0x1a7e23){_0x9602b3['push'](_0x9602b3['shift']());}}}(a2_0x8791,0x9902e));function a2_0x8791(){const _0x3c7755=['setAdditionalCapabilities','BROWSERSTACK_TEST_OBSERVABILITY_YML','cWbvO','testObservability','firefox','printResults','CODECEPT','8KlEIiV','playwright-webkit','pbbSZ','accessibilityOptions','testConfig','LOUQq','before','../../helpers/BrowserStackSetup','forEach','DydFV','replace','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','slice','desiredCapabilities','existsSync','../../helpers/utilities','codeceptjs/lib/index.js','launchBuild','../../helpers/performance/performance-tester','ORBQC','1910448ZPAvwH','plugins','addConfig','winstonLogger','isEmpty','push','errorMessage','exports','1309968cLzxcD','../utils/clientTroubleshootingService','chromium','HUDFG','rLIlR','profile','mNerT','getPlatformName','enabled','isTestObservabilitySession','user','browserStackCwd','Playwright','28crgjip','3508200JhrqfE','validateRerunTestList','toLowerCase','addOptions','DNVgL','hubUrl','failed','/wd/hub','parallelsPerPlatform','browserName','prepareCapabilities','kZjvU','chdir','info','debug','helpers','log','WebDriver','../utils/constants','2OpenBm','EVENTS','DFYqW','passed','env','join','process','handleApp','end','KhYjt','testContextOptions','Passed\x20:\x20','findIndex','isTrue','getPlaywrightUrl','stringify','ISzhj','../../bin/playwright/accessibility-helper','util','3917263vpYTwk','browser','result','skipSessionStatus','11iCGmWY','../../helpers/test-observability/utils','eUyvH','zwazS','BrowserStackPlugin','stop','svQkH','Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20','mergeDeep','spawn','config','assign','title','USER_CONFIG_DETAILS_PATH','gwxVy','skipSessionName','cwd','BrowserStackPlugin.js','431330SFNxzF','test','qMgYj','playwright-chromium','split','event','SQaii','path','../../helpers/testhub/testhubHandler','host','browserWSEndpoint','BROWSERSTACK_TEST_ACCESSIBILITY_YML','dirname','../../helpers/test-observability/constants','zOhYQ','4|3|2|1|5|0','key','goYWB','root','17796230BhQwIY','load','userName','Started\x20:\x20','length','now','FRAMEWORKS','SDK_CLEANUP','codeceptjs','platforms','ZpXsS','map','run','CODECEPT_CUCUMBER','accessibility','WTUsi','getUserWorkerCount','JNZbE','isUndefined','MlCIS','frameworkName','codecept.conf.js','../../helpers/accessibility-automation/helper','1065382UakNNG','../../helpers/helper','CvDqY'];a2_0x8791=function(){return _0x3c7755;};return a2_0x8791();}const fs=require('fs'),path=require(a2_0x2b3dbb(0x1f8)),util=require(a2_0x2b3dbb(0x1da)),process=require(a2_0x2b3dbb(0x1ce)),logger=require('../../helpers/logger')[a2_0x2b3dbb(0x1a2)],{default:BrowserStackSetup}=require(a2_0x2b3dbb(0x22c)),helper=require(a2_0x2b3dbb(0x21c)),utilities=require(a2_0x2b3dbb(0x234)),{checkAccessibilityPlatformConfig}=require(a2_0x2b3dbb(0x21a)),{setAccessibilityCapabilities,processAccessibilityCaps}=require(a2_0x2b3dbb(0x1d9)),{requireModule,nestedKeyValue,isBrowserstackInfra}=require('../../helpers/helper'),CodeceptJS=requireModule(a2_0x2b3dbb(0x19b),a2_0x2b3dbb(0x20c)),testOpsHelper=require(a2_0x2b3dbb(0x1e0)),TestHubHandler=require(a2_0x2b3dbb(0x1f9)),constants=require(a2_0x2b3dbb(0x1c7)),PerformanceTester=require(a2_0x2b3dbb(0x19d)),{FRAMEWORKS}=require(a2_0x2b3dbb(0x1fe)),PerformanceEvents=require('../../helpers/performance/constants')[a2_0x2b3dbb(0x1c9)],ClientTroubleShootingService=require(a2_0x2b3dbb(0x1a8)),_testErrorData=[],getUserCodeceptJSConfigs=(_0x5c9b36,_0x1eceb3)=>{const _0x55e611=a2_0x2b3dbb,_0xcb8d63={};_0xcb8d63['DNVgL']=function(_0x4152c0,_0x43e9f9){return _0x4152c0===_0x43e9f9;},_0xcb8d63[_0x55e611(0x1d8)]=_0x55e611(0x219),_0xcb8d63[_0x55e611(0x215)]='codecept.json';const _0x44a524=_0xcb8d63;let _0x6bc0a9=null;const _0x1b5971={};let _0x526716=_0x1eceb3[_0x55e611(0x1d4)](_0x1ade46=>_0x1ade46==='--config');_0x44a524[_0x55e611(0x1b9)](_0x526716,-0x1)&&(_0x526716=_0x1eceb3[_0x55e611(0x1d4)](_0x268645=>_0x268645==='-c'));if(!helper['isUndefined'](_0x5c9b36[_0x55e611(0x1e9)])&&fs['existsSync'](path[_0x55e611(0x1cd)](process['cwd'](),_0x5c9b36['config'])))_0x6bc0a9=path[_0x55e611(0x1cd)](process[_0x55e611(0x1ef)](),_0x5c9b36['config']),_0x1eceb3[_0x55e611(0x231)](_0x526716,0x2);else{if(!helper[_0x55e611(0x216)](_0x5c9b36['c'])&&fs['existsSync'](path['join'](process[_0x55e611(0x1ef)](),_0x5c9b36['c'])))_0x6bc0a9=path[_0x55e611(0x1cd)](process[_0x55e611(0x1ef)](),_0x5c9b36['c']),_0x1eceb3[_0x55e611(0x231)](_0x526716,0x2);else{if(fs[_0x55e611(0x233)](path['join'](process[_0x55e611(0x1ef)](),_0x44a524[_0x55e611(0x1d8)])))_0x6bc0a9=path[_0x55e611(0x1cd)](process[_0x55e611(0x1ef)](),_0x44a524[_0x55e611(0x1d8)]);else fs[_0x55e611(0x233)](path[_0x55e611(0x1cd)](process['cwd'](),_0x44a524['JNZbE']))&&(_0x6bc0a9=path[_0x55e611(0x1cd)](process[_0x55e611(0x1ef)](),_0x44a524[_0x55e611(0x215)]));}}return process[_0x55e611(0x1cc)][_0x55e611(0x1ec)]=_0x6bc0a9,_0x6bc0a9;},getO11yRerunPattern=()=>{const _0x97c52e=a2_0x2b3dbb,_0xacf36=helper[_0x97c52e(0x1d5)](process[_0x97c52e(0x1cc)]['BROWSERSTACK_RERUN']);if(_0xacf36){const _0x48d872=process[_0x97c52e(0x1cc)]['BROWSERSTACK_RERUN_TESTS'],_0x24182a=[];if(helper[_0x97c52e(0x1b6)](_0x48d872)&&!helper[_0x97c52e(0x216)](_0x48d872)){_0x48d872[_0x97c52e(0x1f5)](',')[_0x97c52e(0x20f)](_0x324069=>{const _0x495335=_0x97c52e;_0x24182a[_0x495335(0x1a4)]('('+_0x324069['trim']()+')');});const _0x5d2dbc='^'+_0x24182a[_0x97c52e(0x1cd)]('|')+'$';return _0x5d2dbc;}}return null;},a2_0x20f47c={};a2_0x20f47c['chrome']=a2_0x2b3dbb(0x1a9),a2_0x20f47c[a2_0x2b3dbb(0x1f4)]=a2_0x2b3dbb(0x1a9),a2_0x20f47c['playwright-firefox']=a2_0x2b3dbb(0x222),a2_0x20f47c[a2_0x2b3dbb(0x226)]='webkit';const pwToCodeceptBrowser=a2_0x20f47c;function a2_0xaa72(_0x136d33,_0x2e85e6){const _0x87915c=a2_0x8791();return a2_0xaa72=function(_0xaa7208,_0x3ad866){_0xaa7208=_0xaa7208-0x19b;let _0x2423f4=_0x87915c[_0xaa7208];return _0x2423f4;},a2_0xaa72(_0x136d33,_0x2e85e6);}async function run(_0x10c788,_0x5b5144,_0x2008cb){const _0x55fb86=a2_0x2b3dbb,_0x42dae5={'zwazS':function(_0x3c33d3,_0x127115,_0x395baf,_0x1f42a0){return _0x3c33d3(_0x127115,_0x395baf,_0x1f42a0);},'XePIB':function(_0x28b8a3,_0x58ea69){return _0x28b8a3+_0x58ea69;},'MlCIS':function(_0x4dd209,_0x5a7290){return _0x4dd209(_0x5a7290);},'KhYjt':function(_0x4e09e3,_0x349e74){return _0x4e09e3+_0x349e74;},'qMgYj':function(_0x25d50c,_0xcd8deb,_0x4f3df7){return _0x25d50c(_0xcd8deb,_0x4f3df7);},'rLIlR':_0x55fb86(0x1c4),'DydFV':function(_0x66d616){return _0x66d616();},'WTUsi':_0x55fb86(0x1bc),'svQkH':function(_0x284021){return _0x284021();},'gCNjR':'Failed\x20:\x20','ORBQC':_0x55fb86(0x1d3),'mNerT':_0x55fb86(0x207),'zpSMM':_0x55fb86(0x200),'SQaii':function(_0x3e96ff,_0x3d6af3,_0x299d7c){return _0x3e96ff(_0x3d6af3,_0x299d7c);},'DFYqW':'Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','zOhYQ':_0x55fb86(0x1b3),'goYWB':_0x55fb86(0x1c6),'CvDqY':function(_0xc52f27,_0x53f731){return _0xc52f27(_0x53f731);},'cWbvO':function(_0x417aa9,_0x54a278){return _0x417aa9!=_0x54a278;},'ZpXsS':function(_0x29b81f,_0xf67e3a){return _0x29b81f===_0xf67e3a;},'pbbSZ':function(_0x37a66,_0x54f7b0,_0x4e8580){return _0x37a66(_0x54f7b0,_0x4e8580);},'qkEYP':'gherkin','nkngS':function(_0x3b8f33,_0x9197c4){return _0x3b8f33(_0x9197c4);},'BVdGY':function(_0x35c4f2,_0x22d83b){return _0x35c4f2*_0x22d83b;},'kqGZa':'browser','RRBjD':function(_0x5f1483,_0x787f87,_0x42ef4b){return _0x5f1483(_0x787f87,_0x42ef4b);},'kZjvU':_0x55fb86(0x232),'eUyvH':_0x55fb86(0x203),'HuHOE':_0x55fb86(0x1f0),'LOUQq':_0x55fb86(0x1b2)};await _0x2008cb['initialize'](_0x10c788),await helper[_0x55fb86(0x1cf)](_0x2008cb[_0x55fb86(0x1e9)]);if(!_0x2008cb['config'])return;process['profile']=_0x10c788['profile'];_0x10c788['profile']&&(process['env'][_0x55fb86(0x1ac)]=_0x10c788[_0x55fb86(0x1ac)]);const _0x2a38a2=_0x42dae5[_0x55fb86(0x1f7)](getUserCodeceptJSConfigs,_0x10c788,_0x5b5144);let _0x502827={};_0x2a38a2?(logger[_0x55fb86(0x1c2)]('Getting\x20your\x20codeceptjs\x20configs\x20from\x20'+_0x2a38a2),_0x502827=CodeceptJS[_0x55fb86(0x1e9)][_0x55fb86(0x205)](_0x2a38a2)):logger[_0x55fb86(0x1c2)](_0x42dae5[_0x55fb86(0x1ca)]);let _0x45788f=![];_0x42dae5['SQaii'](nestedKeyValue,_0x502827,[_0x42dae5[_0x55fb86(0x1ab)],_0x42dae5[_0x55fb86(0x1ff)]])&&(_0x45788f=!![]);const _0x4771d0=_0x45788f?_0x42dae5[_0x55fb86(0x1ff)]:_0x42dae5[_0x55fb86(0x202)];let _0x5f52c6=!_0x45788f?helper['useW3C'](_0x2008cb[_0x55fb86(0x1e9)]):![];!helper[_0x55fb86(0x216)](_0x2008cb[_0x55fb86(0x1e9)][_0x55fb86(0x228)])&&(process[_0x55fb86(0x1cc)][_0x55fb86(0x230)]=JSON[_0x55fb86(0x1d7)](_0x2008cb[_0x55fb86(0x1e9)][_0x55fb86(0x228)]));let _0x32197a=_0x2008cb[_0x55fb86(0x1e9)][_0x55fb86(0x212)];_0x32197a=_0x32197a||_0x42dae5[_0x55fb86(0x21d)](checkAccessibilityPlatformConfig,_0x2008cb[_0x55fb86(0x1e9)]),process[_0x55fb86(0x1cc)][_0x55fb86(0x1fc)]=_0x32197a;_0x32197a&&(_0x5f52c6=!_0x32197a);_0x42dae5[_0x55fb86(0x220)](_0x2008cb[_0x55fb86(0x1e9)][_0x55fb86(0x221)],null)?process[_0x55fb86(0x1cc)][_0x55fb86(0x21f)]=_0x2008cb['config'][_0x55fb86(0x221)]:process[_0x55fb86(0x1cc)][_0x55fb86(0x21f)]=_0x42dae5[_0x55fb86(0x20e)](_0x4771d0,_0x42dae5['zOhYQ']);const _0x5e1e6d=_0x42dae5[_0x55fb86(0x227)](nestedKeyValue,_0x502827,[_0x42dae5['qkEYP']]),_0x26baeb=_0x5e1e6d&&!helper[_0x55fb86(0x1a3)](_0x5e1e6d)?FRAMEWORKS[_0x55fb86(0x211)]:FRAMEWORKS[_0x55fb86(0x224)],_0x5dbf36=await TestHubHandler[_0x55fb86(0x19c)](_0x26baeb,_0x2008cb);_0x32197a&&_0x42dae5['nkngS'](setAccessibilityCapabilities,_0x2008cb['config']);const _0x1aa7c7={},_0x805e74=[],_0xde1aee=_0x2008cb['config'][_0x55fb86(0x1bd)]||helper[_0x55fb86(0x214)](_0x10c788,_0x5b5144,_0x2008cb[_0x55fb86(0x1e9)],constants[_0x55fb86(0x20a)]['CODECEPT'])||0x1;let _0x43ff83=0x1;if(_0x42dae5[_0x55fb86(0x22e)](isBrowserstackInfra)){const _0x325653=helper[_0x55fb86(0x1bf)](_0x2008cb[_0x55fb86(0x1e9)],_0x5f52c6,constants[_0x55fb86(0x20a)][_0x55fb86(0x224)]);_0x325653[_0x55fb86(0x22d)](_0x2f7a5e=>{const _0x7c7a7a=_0x55fb86;helper[_0x7c7a7a(0x21e)](_0x2f7a5e);}),helper['validPlatformsPresent'](_0x2008cb[_0x55fb86(0x1e9)])?_0x43ff83=_0x42dae5['BVdGY'](_0xde1aee,_0x2008cb[_0x55fb86(0x1e9)][_0x55fb86(0x20d)][_0x55fb86(0x208)]):_0x43ff83=_0xde1aee,_0x325653[_0x55fb86(0x22d)](_0x7c79f9=>{const _0x320007=_0x55fb86,_0x1a1dc4={'DpLnp':function(_0x102ab8,_0x44b122,_0x8b51f0,_0x6cdd9d){const _0x591010=a2_0xaa72;return _0x42dae5[_0x591010(0x1e2)](_0x102ab8,_0x44b122,_0x8b51f0,_0x6cdd9d);},'gwxVy':function(_0x453726,_0x48ea94){return _0x42dae5['XePIB'](_0x453726,_0x48ea94);},'HUDFG':function(_0x3ed4a7,_0x169dde){const _0x298627=a2_0xaa72;return _0x42dae5[_0x298627(0x217)](_0x3ed4a7,_0x169dde);}},_0x5c8d33=_0x42dae5[_0x320007(0x1d1)](helper[_0x320007(0x1ae)](_0x7c79f9,'_'),'_'+Date[_0x320007(0x209)]()),_0x3445c0=((()=>{const _0x50a868=_0x320007;if(_0x45788f){const _0x53afc4=pwToCodeceptBrowser[_0x7c79f9[_0x50a868(0x1be)]]||_0x7c79f9['browserName'],_0xfc3a25=helper[_0x50a868(0x1d6)](_0x2008cb[_0x50a868(0x1e9)]),_0x4e3fde=Object[_0x50a868(0x1ea)]({},_0x7c79f9);return _0x1a1dc4['DpLnp'](processAccessibilityCaps,_0x4e3fde,_0xfc3a25,null),{'browser':_0x53afc4,[_0x53afc4]:{'browserWSEndpoint':_0x1a1dc4[_0x50a868(0x1ed)](_0xfc3a25,_0x1a1dc4[_0x50a868(0x1aa)](encodeURIComponent,JSON[_0x50a868(0x1d7)](_0x4e3fde)))}};}const _0x4b42a4={};return _0x4b42a4[_0x50a868(0x232)]=_0x7c79f9,_0x4b42a4[_0x50a868(0x1b1)]=_0x2008cb[_0x50a868(0x1e9)][_0x50a868(0x206)],_0x4b42a4[_0x50a868(0x201)]=_0x2008cb[_0x50a868(0x1e9)]['accessKey'],_0x4b42a4;})()),_0x17b0ce=_0x42dae5[_0x320007(0x1f3)](nestedKeyValue,_0x502827,[_0x42dae5['rLIlR'],_0x4771d0]);_0x1aa7c7[_0x5c8d33]=_0x17b0ce?helper['mergeDeep'](_0x3445c0,_0x17b0ce):_0x3445c0;if(_0x45788f)_0x1aa7c7[_0x5c8d33][_0x320007(0x1dc)]=pwToCodeceptBrowser[_0x7c79f9['browserName']]||_0x7c79f9[_0x320007(0x1be)];else{_0x1aa7c7[_0x5c8d33][_0x320007(0x1dc)]=_0x7c79f9[_0x320007(0x1be)]||_0x3445c0[_0x320007(0x1dc)];if(_0x42dae5[_0x320007(0x22e)](isBrowserstackInfra)){_0x1aa7c7[_0x5c8d33][_0x320007(0x1fa)]=constants[_0x320007(0x1ba)][_0x320007(0x22f)](_0x42dae5[_0x320007(0x213)],'')[_0x320007(0x22f)](/https?:\/\//,'');;_0x1aa7c7[_0x5c8d33][_0x320007(0x1f8)]=_0x42dae5[_0x320007(0x213)];}}_0x805e74[_0x320007(0x1a4)](_0x5c8d33);});}else{_0x43ff83=0x1;if(_0x45788f){const _0x3273f1=_0x42dae5[_0x55fb86(0x1f7)](nestedKeyValue,_0x502827,[_0x42dae5[_0x55fb86(0x1ab)],_0x4771d0,_0x42dae5['kqGZa']]),_0x59039d=_0x42dae5['RRBjD'](nestedKeyValue,_0x502827,[_0x42dae5['rLIlR'],_0x4771d0,_0x3273f1]);if(_0x59039d&&_0x59039d[_0x55fb86(0x1fb)]){const _0x445068={};_0x445068[_0x55fb86(0x20d)]=[],_0x59039d['browserWSEndpoint']=helper['prepareCapabilities'](Object['assign']({},_0x2008cb[_0x55fb86(0x1e9)],_0x445068),null,_0x26baeb[_0x55fb86(0x1b7)](),null,null,_0x59039d['browserWSEndpoint']);}}else{const _0xe7c213={};_0xe7c213[_0x55fb86(0x20d)]=[],_0x502827[_0x42dae5[_0x55fb86(0x1ab)]][_0x4771d0][_0x42dae5[_0x55fb86(0x1c0)]]=helper['prepareCapabilities'](Object[_0x55fb86(0x1ea)]({},_0x2008cb['config'],_0xe7c213),null,_0x26baeb['toLowerCase'](),_0x42dae5[_0x55fb86(0x1f3)](nestedKeyValue,_0x502827,[_0x42dae5[_0x55fb86(0x1ab)],_0x4771d0,_0x42dae5[_0x55fb86(0x1c0)]])||{},null,null);}_0x1aa7c7[_0x42dae5['eUyvH']]=_0x502827,_0x805e74['push'](_0x42dae5[_0x55fb86(0x1e1)]);}const _0x3ba961={};_0x3ba961[_0x55fb86(0x229)]=_0x2a38a2;const _0x4bfcb1=_0x3ba961,_0x58a421=path[_0x55fb86(0x1cd)](__dirname,_0x42dae5['HuHOE']),_0x29bfd5=process[_0x55fb86(0x1ef)]();process[_0x55fb86(0x1cc)][_0x42dae5[_0x55fb86(0x22a)]]=_0x29bfd5,process[_0x55fb86(0x1c1)](path[_0x55fb86(0x1fd)](_0x2a38a2));const _0x17cb51=new CodeceptJS['Workers'](null,_0x4bfcb1),_0x7405fb=_0x17cb51['createGroupsOfSuites'](_0xde1aee),_0x110b0d=testOpsHelper[_0x55fb86(0x1b0)](),_0x14adba=_0x805e74['map'](_0x26d426=>{const _0x52e8b9=_0x55fb86,_0xf600c={};_0xf600c[_0x52e8b9(0x1b3)]=_0x1aa7c7[_0x26d426];const _0x4592c0={};_0x4592c0[_0x52e8b9(0x1c6)]=_0x1aa7c7[_0x26d426];const _0x2fe98a=_0x45788f?_0xf600c:_0x4592c0,_0x64b48a=_0x42dae5[_0x52e8b9(0x1e5)](getO11yRerunPattern),_0x5bc93e={};_0x5bc93e[_0x52e8b9(0x1c4)]=_0x2fe98a;const _0x56bd2e={};_0x56bd2e['require']=_0x58a421,_0x56bd2e[_0x52e8b9(0x1af)]=!![],_0x56bd2e[_0x52e8b9(0x1ee)]=_0x2008cb['config'][_0x52e8b9(0x1d2)][_0x52e8b9(0x1ee)],_0x56bd2e[_0x52e8b9(0x1de)]=_0x2008cb[_0x52e8b9(0x1e9)]['testContextOptions'][_0x52e8b9(0x1de)],_0x56bd2e[_0x52e8b9(0x221)]=_0x110b0d,_0x56bd2e[_0x52e8b9(0x218)]=_0x26baeb;const _0x58905e={};_0x58905e[_0x52e8b9(0x1e3)]=_0x56bd2e;const _0x5cc823={};return _0x5cc823[_0x52e8b9(0x1a0)]=_0x58905e,helper[_0x52e8b9(0x1e7)]({},_0x502827,_0x42dae5[_0x52e8b9(0x1e5)](isBrowserstackInfra)?_0x5bc93e:{},_0x64b48a?{'grep':_0x64b48a}:{},_0x5cc823);});for(const _0x2078ae of _0x14adba){for(const _0x4ea87d of _0x7405fb){const _0x462d19=_0x17cb51[_0x55fb86(0x1e8)]();_0x462d19['addTests'](_0x4ea87d),_0x462d19[_0x55fb86(0x1a1)](_0x2078ae);const _0x43bc6b={};_0x43bc6b[_0x55fb86(0x1e9)]=_0x2a38a2,_0x462d19[_0x55fb86(0x1b8)](Object[_0x55fb86(0x1ea)](_0x43bc6b,_0x10c788));}}_0x17cb51['on'](CodeceptJS[_0x55fb86(0x1f6)][_0x55fb86(0x1f2)][_0x55fb86(0x1bb)],(_0xc9176c,_0x29f4a2)=>{const _0x3e8bd0=_0x55fb86;console[_0x3e8bd0(0x1c5)](_0x42dae5['gCNjR'],_0xc9176c[_0x3e8bd0(0x1eb)]);const _0x180ce6={[_0xc9176c[_0x3e8bd0(0x1eb)]]:_0xc9176c['err']['stack']};_testErrorData['push'](_0x180ce6);}),_0x17cb51['on'](CodeceptJS['event'][_0x55fb86(0x1f2)][_0x55fb86(0x1cb)],async _0x52abe2=>{const _0x4ab9f4=_0x55fb86;console['log'](_0x42dae5[_0x4ab9f4(0x19e)],_0x52abe2['title']);}),_0x17cb51['on'](CodeceptJS['event'][_0x55fb86(0x1f2)][_0x55fb86(0x22b)],async _0xf1a3ce=>{const _0x52eae5=_0x55fb86;console['log'](_0x42dae5[_0x52eae5(0x1ad)],_0xf1a3ce[_0x52eae5(0x1eb)]);}),_0x17cb51['on'](CodeceptJS[_0x55fb86(0x1f6)]['all'][_0x55fb86(0x1dd)],async()=>{const _0x597f61=_0x55fb86,_0xe30839=_0x42dae5['zpSMM'][_0x597f61(0x1f5)]('|');let _0x13f3e1=0x0;while(!![]){switch(_0xe30839[_0x13f3e1++]){case'0':_0x17cb51[_0x597f61(0x223)]();continue;case'1':utilities['finalExecution'](_0x2008cb);continue;case'2':testOpsHelper['printBuildLink']();continue;case'3':_0x2008cb[_0x597f61(0x1a5)]=_testErrorData;continue;case'4':PerformanceTester['start'](PerformanceEvents[_0x597f61(0x20b)]);continue;case'5':try{await TestHubHandler[_0x597f61(0x1e4)]();}catch(_0x44e1e3){logger[_0x597f61(0x1c3)](_0x597f61(0x1e6)+util['format'](_0x44e1e3));}continue;}break;}});async function _0x110d63(){const _0x2f73cc=_0x55fb86;try{await _0x17cb51['bootstrapAll'](),await _0x17cb51[_0x2f73cc(0x210)]();}finally{process['chdir'](_0x29bfd5),await _0x17cb51['teardownAll']();}}PerformanceTester[_0x55fb86(0x1d0)](PerformanceEvents['SDK_SETUP']),await _0x42dae5[_0x55fb86(0x22e)](_0x110d63);}module[a2_0x2b3dbb(0x1a6)]=run;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a3_0x5aa4(_0x50e4d9,_0x314b44){const _0x26d86c=a3_0x26d8();return a3_0x5aa4=function(_0x5aa4fd,_0x4e756d){_0x5aa4fd=_0x5aa4fd-0xf2;let _0x454376=_0x26d86c[_0x5aa4fd];return _0x454376;},a3_0x5aa4(_0x50e4d9,_0x314b44);}const a3_0x353832=a3_0x5aa4;(function(_0x4b33b8,_0x77766c){const _0x37aa7c=a3_0x5aa4,_0x51dfa0=_0x4b33b8();while(!![]){try{const _0x3a3ed4=-parseInt(_0x37aa7c(0x13f))/0x1+parseInt(_0x37aa7c(0x13a))/0x2*(parseInt(_0x37aa7c(0x135))/0x3)+parseInt(_0x37aa7c(0x131))/0x4*(-parseInt(_0x37aa7c(0x134))/0x5)+-parseInt(_0x37aa7c(0xfd))/0x6*(parseInt(_0x37aa7c(0x115))/0x7)+parseInt(_0x37aa7c(0xff))/0x8*(-parseInt(_0x37aa7c(0xfa))/0x9)+parseInt(_0x37aa7c(0x126))/0xa+parseInt(_0x37aa7c(0xf6))/0xb;if(_0x3a3ed4===_0x77766c)break;else _0x51dfa0['push'](_0x51dfa0['shift']());}catch(_0x6fd155){_0x51dfa0['push'](_0x51dfa0['shift']());}}}(a3_0x26d8,0xe1440));function a3_0x26d8(){const _0x7684d2=['platformName','lOmQF','latest','14549170CrhRoV','SUUrA','flqvv','RVULf','browserWSEndpoint','platformVersion','WebDriver','fvywA','__cloud_provider___','getBrowserDisplayName','name','44SIKFVM','getDetails','YcBcz','374875PucJmb','6tYRPIX','TaqID','../../helpers/accessibility-automation/helper','bsSessionId','browserVersion','1695302IroXdA','unknown_grid','wSxvo','searchParams','PqIob','1399219trbHTJ','os_version','\x20or\x20higher\x20','StcMm','ROraz','constructor','htGKq','capabilities','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20or\x20ChromeForTesting\x20browsers.','accessibilityPlatform','browser_version','11158521rGGYVP','string','parse','xEzko','91161ylLkEe','shouldPatchExecuteScript','browser','6jloFzh','TidhJ','728ToaTue','bstack:options','deviceName','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20','isVersionSupported','vxkXJ','FPnUD','getMinVersionForBrowser','cloudProvider','qOZFy','desiredCapabilities','MoQiU','osVersion','browserName','REoUq','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','\x20browser\x20version\x20','fetchPlatformDetails','warn','caps','UDDLa','platform_version','673813tkoHOL','sEdBF','../../helpers/helper','ElGiF','jXIDw','KrShf','jrbik','includes','browserstack_executor','isBrowserSupportedForAccessibility','gSAKX','get','XmNMy','../../helpers/logger'];a3_0x26d8=function(){return _0x7684d2;};return a3_0x26d8();}const {isUndefined,nestedKeyValue}=require(a3_0x353832(0x117)),logger=require(a3_0x353832(0x122))['winstonLogger'],PlaywrightSessionDetails=require('../../bin/playwright/sessionDetails'),{isAccessibilityAutomationSession}=require(a3_0x353832(0x137)),{getObservabilityLinkedProductName}=require('../../helpers/test-observability/utils'),accessibilityHelper=require(a3_0x353832(0x137)),{isBrowserstackInfra}=require(a3_0x353832(0x117)),getOSVersionFromCaps=_0xf812cf=>{const _0x35d764=a3_0x353832,_0x58c72b={};_0x58c72b['TaqID']=_0x35d764(0x100),_0x58c72b[_0x35d764(0x113)]='platformVersion',_0x58c72b[_0x35d764(0x11b)]=_0x35d764(0x114),_0x58c72b[_0x35d764(0x105)]=_0x35d764(0x10b),_0x58c72b[_0x35d764(0x116)]=_0x35d764(0x140);const _0x512475=_0x58c72b;if(!_0xf812cf)return null;const _0x5355ca=_0xf812cf[_0x512475[_0x35d764(0x136)]],_0x1cddfb=[_0x512475[_0x35d764(0x113)],_0x512475[_0x35d764(0x11b)],_0x512475[_0x35d764(0x105)],_0x512475['sEdBF']];for(const _0x10401b of _0x1cddfb){if(_0x5355ca&&_0x5355ca[_0x10401b])return _0x5355ca[_0x10401b];else{if(_0xf812cf[_0x10401b])return _0xf812cf[_0x10401b];}}return null;};exports[a3_0x353832(0x110)]=_0x38737a=>{const _0x11baf7=a3_0x353832,_0x5b659b={'qOZFy':_0x11baf7(0x13b),'XmNMy':function(_0x54da59,_0x55e78c){return _0x54da59===_0x55e78c;},'WyQjv':_0x11baf7(0x12c),'YcBcz':function(_0x1cc927,_0x57be76){return _0x1cc927(_0x57be76);},'REoUq':function(_0x5c10b7,_0x1df2d9,_0x3024e5){return _0x5c10b7(_0x1df2d9,_0x3024e5);},'MoQiU':'config','StcMm':_0x11baf7(0x109),'PqIob':function(_0x775f9f,_0x1a799a){return _0x775f9f(_0x1a799a);},'htGKq':function(_0x255fb8,_0x476efd){return _0x255fb8===_0x476efd;},'OizEC':'Playwright','rqnnV':'browser','TidhJ':_0x11baf7(0x12a),'xEzko':_0x11baf7(0x112),'SUUrA':function(_0xb445d5,_0x2bf613){return _0xb445d5(_0x2bf613);}};if(!_0x38737a)return null;let _0x28e5cc=global[_0x11baf7(0x12e)]||_0x5b659b[_0x11baf7(0x108)];if(_0x5b659b[_0x11baf7(0x121)](_0x38737a[_0x11baf7(0x144)][_0x11baf7(0x130)],_0x5b659b['WyQjv'])){const _0x2109fd=_0x38737a[_0x11baf7(0xfc)];if(!_0x2109fd)return null;const _0x1357a0=_0x2109fd[_0x11baf7(0xf2)],_0x2a20c4=_0x5b659b[_0x11baf7(0x133)](getOSVersionFromCaps,_0x5b659b[_0x11baf7(0x10d)](nestedKeyValue,_0x38737a,[_0x5b659b[_0x11baf7(0x10a)],_0x5b659b[_0x11baf7(0x142)]]));return{[_0x28e5cc]:{'browser':_0x1357a0[_0x11baf7(0x10c)],'browser_version':_0x1357a0['browserVersion'],'capabilities':_0x1357a0,'platform':_0x1357a0[_0x11baf7(0x123)],'platform_version':_0x1357a0[_0x11baf7(0x12b)]||_0x2a20c4,'product':_0x5b659b[_0x11baf7(0x13e)](getObservabilityLinkedProductName,_0x1357a0),'session_id':_0x2109fd['sessionId']}};}else{if(_0x5b659b[_0x11baf7(0x145)](_0x38737a['constructor'][_0x11baf7(0x130)],_0x5b659b['OizEC'])){const _0x3e3aab=PlaywrightSessionDetails[_0x11baf7(0x132)]();_0x28e5cc=_0x3e3aab[_0x11baf7(0x107)]||_0x28e5cc;const _0x565e0a=_0x5b659b[_0x11baf7(0x10d)](nestedKeyValue,_0x38737a,[_0x5b659b[_0x11baf7(0x10a)],_0x5b659b['rqnnV'],_0x5b659b[_0x11baf7(0xfe)]]),_0x2efc35=_0x565e0a?JSON[_0x11baf7(0xf8)](new URL(_0x565e0a)[_0x11baf7(0x13d)][_0x11baf7(0x120)](_0x5b659b[_0x11baf7(0xf9)])):{};return{[_0x28e5cc]:{'browser':_0x3e3aab[_0x11baf7(0xfc)]||_0x2efc35['browserName'],'browser_version':_0x3e3aab['browser_version']||_0x2efc35[_0x11baf7(0xf5)],'capabilities':_0x2efc35,'platform':_0x3e3aab['platform'],'platform_version':_0x3e3aab['platform_version'],'product':_0x5b659b[_0x11baf7(0x127)](getObservabilityLinkedProductName,_0x2efc35),'session_id':_0x3e3aab[_0x11baf7(0x138)]}};}}},exports['processWebDriverConfig']=_0x1889d6=>{const _0x33f764=a3_0x353832,_0x2528de={'jXIDw':function(_0x164886){return _0x164886();},'ElGiF':_0x33f764(0xf3),'ROraz':function(_0x325673,_0x22230f){return _0x325673!==_0x22230f;},'wSxvo':_0x33f764(0x125),'gSAKX':function(_0x4487e2){return _0x4487e2();},'fvywA':'on\x20non-BrowserStack\x20infrastructure\x20','wuPjy':function(_0x2bb3b0,_0x58df8f){return _0x2bb3b0(_0x58df8f);},'flqvv':_0x33f764(0x10e)};if(_0x2528de[_0x33f764(0x119)](isAccessibilityAutomationSession)){const _0xc8836c=_0x1889d6['browser'],_0x5f0a4c=_0xc8836c[_0x33f764(0xf2)];global[_0x33f764(0xf4)]=!![];!accessibilityHelper[_0x33f764(0x11e)](_0x5f0a4c[_0x33f764(0x10c)])&&(logger[_0x33f764(0x111)](_0x2528de[_0x33f764(0x118)]),global[_0x33f764(0xf4)]=![]);if(_0x2528de[_0x33f764(0x143)](_0x5f0a4c[_0x33f764(0x139)],_0x2528de[_0x33f764(0x13c)])){const _0x81b583=_0x2528de[_0x33f764(0x11f)](isBrowserstackInfra),_0xc383d0=accessibilityHelper[_0x33f764(0x106)](_0x5f0a4c['browserName'],_0x81b583),_0x59116f=accessibilityHelper[_0x33f764(0x12f)](_0x5f0a4c['browserName']);if(!accessibilityHelper[_0x33f764(0x103)](_0x5f0a4c['browserVersion'],_0xc383d0)){const _0x3efe18=_0x81b583?'':_0x2528de[_0x33f764(0x12d)];logger[_0x33f764(0x111)](_0x33f764(0x102)+_0x59116f+_0x33f764(0x10f)+_0xc383d0+_0x33f764(0x141)+_0x3efe18+'.'),global[_0x33f764(0xf4)]=![];}}!_0x2528de['wuPjy'](isUndefined,_0x5f0a4c[_0x33f764(0x101)])&&(logger[_0x33f764(0x111)](_0x2528de[_0x33f764(0x128)]),global[_0x33f764(0xf4)]=![]);}},exports[a3_0x353832(0xfb)]=_0x41be95=>{const _0x2f707b=a3_0x353832,_0x5201b4={};_0x5201b4[_0x2f707b(0x129)]=function(_0x55bcc4,_0x35a817){return _0x55bcc4!==_0x35a817;},_0x5201b4[_0x2f707b(0x124)]=_0x2f707b(0xf7),_0x5201b4[_0x2f707b(0x11a)]=_0x2f707b(0x11d),_0x5201b4[_0x2f707b(0x104)]='browserstack_accessibility_automation_script';const _0x3424da=_0x5201b4;if(!_0x41be95)return![];else{if(_0x3424da['RVULf'](typeof _0x41be95,_0x3424da['lOmQF']))return!![];}return!_0x41be95['includes'](_0x3424da[_0x2f707b(0x11a)])&&!_0x41be95[_0x2f707b(0x11c)](_0x3424da['vxkXJ']);};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function a4_0x49d7(_0x5a23dc,_0x3f8c80){const _0x22d941=a4_0x22d9();return a4_0x49d7=function(_0x49d740,_0x3c802b){_0x49d740=_0x49d740-0x180;let _0x526ce5=_0x22d941[_0x49d740];return _0x526ce5;},a4_0x49d7(_0x5a23dc,_0x3f8c80);}function a4_0x22d9(){const _0x417ecb=['includes','../../helpers/test-observability/constants','dirname','GDGLX','163476MLccGV','KIknR','719817aiiPzj','TEST_RUN_FINISHED','CVVQd','util','test','currentHook','status','DegvE','TestRunFinished','failed\x20to\x20get\x20root\x20parent\x20file\x20','O11yHelper','meta','TDyPh','tjbCS','_beforeEach','CBTSessionCreated','patchConsoleLogger','debug','pPRtj','170yEOyua','getHierarchy','TEST_REPORTING_ANALYTICS','../../helpers/test-observability/utils','Exception\x20in\x20uploading\x20log\x20data\x20to\x20','viQEH','retryOf','message','bind','statSync','BROWSERSTACK','CWwFP','hook_run_uuid','getHookType','exports','name','4BSlLce','sep','now','fireEvent','failure','result','getFailureType','CODECEPT','Failed\x20to\x20parse\x20wsendpoint\x20','hwBri','\x20with\x20error\x20:\x20','Cxxkx','vhzhc','HOOK_RUN_STARTED','passed','removeAllListeners','javascript','err','comment','mpfos','match','shutdown','../playwright/accessibility-helper','finished_at','HnFKc','getCBTInfo','sendCBTInfo','NDIMG','failureData','WeYyA','STATE_FAILED','AJSHL','browserType.js','setupBrowserDetails','fpIlc','gRqpt','oOWeD','parent','toISOString','../../helpers/test-observability/sessionHandler','HookRunStarted','join','errorsDetailed','initializeBddStep','captureEvent','getInstance','_afterEach','blRha','../playwright/sessionDetails','HookRunFinished','Exception\x20in\x20uploading\x20platform\x20details\x20to\x20','_testEnv','driver','JbSAm','.git','launch','inspect','RSiwG','Checking\x20for\x20accessibility\x20automation\x20session\x20with\x20','sgCpY','wDxxI','kqIcT','hook','started','KKwWq','6keCauk','startedAt','fGmoz','EodkU','finished','_paths','location_prefix','skipped','prototype','YKQkh','resetSkipTestHooks','nBrpE','enabled','8MwQEFC','concat','pending','158253mNkkos','hooks','_afterAll','failure_backtrace','5|0|4|3|1|2','push','GIflQ','mapTestHooks','__platformCaps','accessibilityPlatform','IsNNX','apply','relative','eJgLI','TestRunSkipped','hneSO','129652HSIdRG','tihwS','uploadEventData','toLowerCase','isGUd','then','./helper.js','../../helpers/helper','suites','keyword','currentTest','Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20','type','LgWQz','getTime','integrations','Cqjzi','length','tags','bddStepStart','../../helpers/logger','atfSS','file_name','expanded','BrowserType','../utils/constants','1768347tjWhUb','codeceptjs','replace','gEeRF','appendTestItemLog','106095nQWwcG','LTCVo','PathHelper','title','vPyMw','KZaQP','vFmvo','xnjSU','connectOverCDP','ygcMM','../mocha/test-observability/mochaUtils','yEQWd','gEqJi','TNXVj','bs:addLog:','findGitConfig','markedStatus','hookAnalyticsId','qHsYk','connect','string','gQCGY','browserstack','fullTitle','hEiqQ','event_type','VDAZe','pid','../../helpers/testhub/utils.js','5187516vcNlxU','wcoTn','toUpperCase','PLAYWRIGHT_HUB_URL','OsUOR','iIkuo','ngVTP','IcvcJ','testAnalyticsId','10WBlMbq','lFxpn','WALCz','UKEfr','groups','getRootParentFile','getHooksForTest','KCBbT','stop','TEST_EVENTS','zFQGh','hook_run','XPqvu','stepAnalyticsId','TEST_RUN_SKIPPED','failed','egKfV','bddStepFinish','split','ctx','bddSteps','forEach','toString','uuid','wsEndpoint','body','RbVnk','obsBrowserTypeMockApplied','uLsIK','config','frameworkName','cErmy','KhQyq','failure_reason_expanded','pslSU','hook_type'];a4_0x22d9=function(){return _0x417ecb;};return a4_0x22d9();}const a4_0x16901e=a4_0x49d7;(function(_0x18e869,_0x19fd00){const _0x3d6cdc=a4_0x49d7,_0x38fb60=_0x18e869();while(!![]){try{const _0x5c58cf=parseInt(_0x3d6cdc(0x21b))/0x1+parseInt(_0x3d6cdc(0x1ca))/0x2*(-parseInt(_0x3d6cdc(0x1a5))/0x3)+parseInt(_0x3d6cdc(0x22b))/0x4*(parseInt(_0x3d6cdc(0x270))/0x5)+-parseInt(_0x3d6cdc(0x20b))/0x6*(-parseInt(_0x3d6cdc(0x1a7))/0x7)+parseInt(_0x3d6cdc(0x218))/0x8*(parseInt(_0x3d6cdc(0x245))/0x9)+parseInt(_0x3d6cdc(0x1ba))/0xa*(parseInt(_0x3d6cdc(0x24a))/0xb)+-parseInt(_0x3d6cdc(0x267))/0xc;if(_0x5c58cf===_0x19fd00)break;else _0x38fb60['push'](_0x38fb60['shift']());}catch(_0x9b61b4){_0x38fb60['push'](_0x38fb60['shift']());}}}(a4_0x22d9,0x236b9));const path=require('path'),fs=require('fs'),{v4:uuidv4}=require('uuid'),{importFileFromPWCore,nestedKeyValue,parseWSEndpoint,isUndefined}=require(a4_0x16901e(0x232)),testOpsHelper=require(a4_0x16901e(0x1bd)),{getTestEnv}=require(a4_0x16901e(0x254)),{FRAMEWORKS}=require(a4_0x16901e(0x1a2)),logger=require(a4_0x16901e(0x23f))['winstonLogger'],SessionHandler=require(a4_0x16901e(0x1f1)),RequestQueueHandler=require('../../helpers/test-observability/requestQueueHandler'),PlaywrightSessionDetails=require(a4_0x16901e(0x1fa)),debug=testOpsHelper[a4_0x16901e(0x1b8)],{processAccessibilityCaps}=require(a4_0x16901e(0x1e0)),Constants=require(a4_0x16901e(0x244)),{fetchPlatformDetails}=require(a4_0x16901e(0x231)),{shouldProcessEventForTesthub,appendTesthubParams}=require(a4_0x16901e(0x266)),constants=require(a4_0x16901e(0x244)),STATE_PASSED=a4_0x16901e(0x1d8),STATE_FAILED=a4_0x16901e(0x18c),a4_0x3429b9={};a4_0x3429b9['TEST_RUN_STARTED']='TestRunStarted',a4_0x3429b9[a4_0x16901e(0x1a8)]=a4_0x16901e(0x1af),a4_0x3429b9[a4_0x16901e(0x18b)]=a4_0x16901e(0x229),a4_0x3429b9[a4_0x16901e(0x1d7)]=a4_0x16901e(0x1f2),a4_0x3429b9['HOOK_RUN_FINISHED']=a4_0x16901e(0x1fb);const TEST_EVENTS=a4_0x3429b9,parseEvent=_0x4b8013=>{const _0xbb9f15=a4_0x16901e,_0x4001bf={};_0x4001bf[_0xbb9f15(0x19d)]=function(_0x2b1a86,_0x520ee0){return _0x2b1a86<_0x520ee0;},_0x4001bf[_0xbb9f15(0x1e7)]=function(_0x28305c,_0x1665ac){return _0x28305c===_0x1665ac;},_0x4001bf['tPkBv']='test',_0x4001bf[_0xbb9f15(0x1b4)]=function(_0x2549f6,_0x4b3f7c){return _0x2549f6===_0x4b3f7c;},_0x4001bf[_0xbb9f15(0x22f)]=_0xbb9f15(0x208),_0x4001bf[_0xbb9f15(0x1ae)]=_0xbb9f15(0x212),_0x4001bf['LIfew']=function(_0xa6071d,_0x1756ac){return _0xa6071d===_0x1756ac;},_0x4001bf['eodex']=_0xbb9f15(0x209),_0x4001bf[_0xbb9f15(0x1a6)]=function(_0xff4b44,_0xeefb93){return _0xff4b44===_0xeefb93;},_0x4001bf[_0xbb9f15(0x24f)]=_0xbb9f15(0x20f);const _0x182cab=_0x4001bf,_0x26590e=_0x4b8013[_0xbb9f15(0x1de)](/^(.*)Run(.*)$/);if(!_0x26590e)return null;if(_0x182cab[_0xbb9f15(0x19d)](_0x26590e['length'],0x3))return null;const _0x4b8694=_0x26590e[0x1][_0xbb9f15(0x22e)](),_0x26d83d=_0x26590e[0x2][_0xbb9f15(0x22e)]();return{'test':_0x182cab['WeYyA'](_0x4b8694,_0x182cab['tPkBv']),'hook':_0x182cab[_0xbb9f15(0x1b4)](_0x4b8694,_0x182cab['isGUd']),'skipped':_0x182cab[_0xbb9f15(0x1e7)](_0x26d83d,_0x182cab[_0xbb9f15(0x1ae)]),'started':_0x182cab['LIfew'](_0x26d83d,_0x182cab['eodex']),'finished':_0x182cab['KIknR'](_0x26d83d,_0x182cab[_0xbb9f15(0x24f)])};},mockPWBrowserType=_0x3a785a=>{const _0x388d6a=a4_0x16901e,_0x393a99={'gQCGY':function(_0x166ba5,_0xba5d5,_0x5c866c){return _0x166ba5(_0xba5d5,_0x5c866c);},'WALCz':_0x388d6a(0x195),'RGTvq':function(_0x3cc561,_0x30bade){return _0x3cc561(_0x30bade);},'KKwWq':_0x388d6a(0x260),'IsNNX':function(_0x471fe0,_0x3e9016){return _0x471fe0===_0x3e9016;},'TNXVj':_0x388d6a(0x25e),'ZLuuj':'lib','HnFKc':'client','kqIcT':_0x388d6a(0x1ea),'IcvcJ':function(_0x31241a,_0x51f426){return _0x31241a(_0x51f426);},'GIflQ':'Not\x20able\x20to\x20import\x20Browser','RbVnk':_0x388d6a(0x25d),'uGxRm':'launch'},_0xe2fd08=path[_0x388d6a(0x1f3)](_0x393a99['ZLuuj'],_0x393a99[_0x388d6a(0x1e2)],_0x393a99[_0x388d6a(0x207)]),_0x766b19=_0x393a99[_0x388d6a(0x26e)](importFileFromPWCore,_0xe2fd08);if(!_0x766b19){_0x393a99[_0x388d6a(0x26e)](debug,_0x393a99[_0x388d6a(0x221)]);return;}const _0x275fb7=_0x766b19[_0x388d6a(0x243)],_0x181771=_0x275fb7[_0x388d6a(0x213)];if(_0x181771[_0x388d6a(0x198)])return;const _0x513c03=_0x181771[_0x388d6a(0x25d)];Object['defineProperty'](_0x181771,_0x393a99[_0x388d6a(0x197)],{'get':function(){const _0x532a8a=_0x388d6a,_0x3fca43={'mCINe':function(_0x1569ba,_0x5adc0d){const _0x4026bf=a4_0x49d7;return _0x393a99[_0x4026bf(0x225)](_0x1569ba,_0x5adc0d);},'yEQWd':_0x393a99[_0x532a8a(0x257)]};return async function _0x52d7c4(_0x140016,_0x31c19c){const _0x15d7fe=_0x532a8a,_0x2400f1=_0x393a99['gQCGY'](nestedKeyValue,_0x140016,[_0x393a99[_0x15d7fe(0x272)]])||_0x140016;let _0x58c841=null,_0xfa752b=null;try{[_0xfa752b,_0x58c841]=_0x2400f1?_0x393a99['RGTvq'](parseWSEndpoint,_0x2400f1):[null,null],global[_0x15d7fe(0x223)]=_0x58c841,logger[_0x15d7fe(0x1b8)](_0x15d7fe(0x204)+_0xfa752b),_0xfa752b[_0x15d7fe(0x1a1)](Constants[_0x15d7fe(0x1c4)])&&(global['__cloud_provider___']=_0x393a99[_0x15d7fe(0x20a)]);}catch(_0x4a3167){logger[_0x15d7fe(0x1b8)](_0x15d7fe(0x1d2)+_0x2400f1+'\x20'+_0x4a3167);}_0x393a99[_0x15d7fe(0x25f)](processAccessibilityCaps,_0x58c841,_0xfa752b);if(global[_0x15d7fe(0x224)]){const _0xb93891=await _0x181771[_0x15d7fe(0x252)][_0x15d7fe(0x226)](this,[''+Constants[_0x15d7fe(0x26a)]+_0x393a99['RGTvq'](encodeURIComponent,JSON['stringify'](_0x58c841))]);return PlaywrightSessionDetails[_0x15d7fe(0x1eb)](_0xb93891,_0x3a785a,_0x2400f1),_0xb93891;}return _0x513c03[_0x15d7fe(0x226)](this,arguments)[_0x15d7fe(0x230)](_0x190c7f=>{const _0x527111=_0x15d7fe;let _0x5063f3=_0x140016[_0x527111(0x195)];return _0x3fca43['mCINe'](typeof _0x140016,_0x3fca43[_0x527111(0x255)])&&(_0x5063f3=_0x140016),PlaywrightSessionDetails['setupBrowserDetails'](_0x190c7f,_0x3a785a,_0x5063f3),_0x190c7f;});};}});const _0x1170b3=_0x181771[_0x388d6a(0x201)];Object['defineProperty'](_0x181771,_0x393a99['uGxRm'],{'get':function(){return async function _0xf68cbc(){const _0x331348=a4_0x49d7;return _0x1170b3[_0x331348(0x226)](this,arguments)['then'](_0x12f07f=>{const _0x231c3=_0x331348;return PlaywrightSessionDetails[_0x231c3(0x1eb)](_0x12f07f,null),_0x12f07f;});};}});};class O11yHelper{[a4_0x16901e(0x235)]=null;[a4_0x16901e(0x1ac)]=null;[a4_0x16901e(0x217)]=![];['frameworkName']=![];constructor(_0x44fc0f,_0x283a30){const _0x10702a=a4_0x16901e,_0x512686={'blRha':_0x10702a(0x21f),'vFmvo':function(_0x3a6e1b,_0x1601f9){return _0x3a6e1b===_0x1601f9;},'atfSS':'Playwright','gRqpt':function(_0x2326a1,_0x644a11){return _0x2326a1(_0x644a11);},'cErmy':function(_0x516d43){return _0x516d43();}},_0x2bf44a=_0x512686[_0x10702a(0x1f9)][_0x10702a(0x18f)]('|');let _0x3975e0=0x0;while(!![]){switch(_0x2bf44a[_0x3975e0++]){case'0':this['frameworkName']=_0x283a30[_0x10702a(0x19b)];continue;case'1':this[_0x10702a(0x210)]=new testOpsHelper[(_0x10702a(0x24c))]({'cwd':process['cwd']()},this[_0x10702a(0x1fd)][_0x10702a(0x211)]);continue;case'2':this[_0x10702a(0x1fe)]&&_0x512686[_0x10702a(0x250)](this[_0x10702a(0x1fe)]['constructor'][_0x10702a(0x1c9)],_0x512686[_0x10702a(0x240)])&&_0x512686[_0x10702a(0x1ed)](mockPWBrowserType,null);continue;case'3':this[_0x10702a(0x1fd)]=_0x512686[_0x10702a(0x19c)](getTestEnv);continue;case'4':this['driver']=_0x44fc0f;continue;case'5':this[_0x10702a(0x217)]=_0x512686[_0x10702a(0x19c)](shouldProcessEventForTesthub);continue;}break;}}['start'](){const _0x579206=a4_0x16901e;if(!this[_0x579206(0x217)])return;testOpsHelper[_0x579206(0x1b7)](),process[_0x579206(0x1d9)]('bs:addLog:'+process[_0x579206(0x265)]),process['on'](_0x579206(0x258)+process['pid'],this['appendTestItemLog'][_0x579206(0x1c2)](this));}async[a4_0x16901e(0x185)](){const _0x597a23=a4_0x16901e;await RequestQueueHandler[_0x597a23(0x1f7)]()[_0x597a23(0x1df)]();}async[a4_0x16901e(0x249)](_0x23279a){const _0x41b4de=a4_0x16901e,_0x2184ed={'EodkU':'LogCreated','roOtw':function(_0xbc7101,_0x465939){return _0xbc7101(_0x465939);}};try{this['currentHook']&&!this[_0x41b4de(0x1ac)][_0x41b4de(0x25a)]&&(_0x23279a[_0x41b4de(0x1c6)]=this[_0x41b4de(0x1ac)][_0x41b4de(0x25b)]);!_0x23279a['hook_run_uuid']&&this[_0x41b4de(0x235)]&&!this[_0x41b4de(0x235)][_0x41b4de(0x25a)]&&(_0x23279a['test_run_uuid']=this['currentTest'][_0x41b4de(0x26f)]);if(_0x23279a[_0x41b4de(0x1c6)]||_0x23279a['test_run_uuid']){const _0x4ab0b1={};_0x4ab0b1[_0x41b4de(0x263)]=_0x2184ed[_0x41b4de(0x20e)],_0x4ab0b1['logs']=[_0x23279a],await SessionHandler[_0x41b4de(0x22d)](_0x4ab0b1);}}catch(_0x4c03f4){_0x2184ed['roOtw'](debug,_0x41b4de(0x1be)+constants[_0x41b4de(0x1bc)]+_0x41b4de(0x1d4)+_0x4c03f4);}}async[a4_0x16901e(0x1e4)](_0x33de40){const _0x5c2545=a4_0x16901e,_0x38a5c8={'wcoTn':_0x5c2545(0x1b6),'qHsYk':function(_0x43034d,_0x5565b4){return _0x43034d(_0x5565b4);}};if(!this['enabled'])return;const _0x1d8ecf=this['getCBTInfo'](this[_0x5c2545(0x1fe)]);try{const _0x71e2df={};_0x71e2df[_0x5c2545(0x194)]=_0x33de40,_0x71e2df['integrations']=_0x1d8ecf;const _0x1b9c1b=_0x71e2df,_0x5b89ff={};_0x5b89ff[_0x5c2545(0x263)]=_0x38a5c8[_0x5c2545(0x268)],_0x5b89ff['test_run']=_0x1b9c1b,await SessionHandler[_0x5c2545(0x22d)](_0x5b89ff);}catch(_0xde2fc6){_0x38a5c8[_0x5c2545(0x25c)](debug,_0x5c2545(0x1fc)+constants['TEST_REPORTING_ANALYTICS']+_0x5c2545(0x1d4)+_0xde2fc6);}}[a4_0x16901e(0x1e3)](_0x301e76){const _0x2f9353=a4_0x16901e,_0x28684d={'pPRtj':function(_0x107f1a,_0x31aac9){return _0x107f1a(_0x31aac9);}};return _0x28684d[_0x2f9353(0x1b9)](fetchPlatformDetails,_0x301e76);}['resetSkipTestHooks']=_0x437756=>{const _0x206a71=a4_0x16901e,_0x1abd0a={};_0x1abd0a['Cxxkx']=_0x206a71(0x1b5),_0x1abd0a[_0x206a71(0x189)]=_0x206a71(0x1f8);const _0x5e9f9f=_0x1abd0a;if(!_0x437756||!_0x437756[_0x206a71(0x1ef)])return;[_0x5e9f9f[_0x206a71(0x1d5)],_0x5e9f9f['XPqvu']][_0x206a71(0x192)](_0x1b7db2=>{const _0x4d5b01=_0x206a71,_0x364eab=_0x437756[_0x4d5b01(0x1ef)][_0x1b7db2];_0x364eab[_0x4d5b01(0x192)](_0x156494=>{const _0x32a05a=_0x4d5b01;_0x156494[_0x32a05a(0x25b)]&&(_0x156494['hookAnalyticsId']=null);});});};['mapTestHooks'](_0xd70d7c){const _0x34771f=a4_0x16901e,_0x13c27e={'wDxxI':_0x34771f(0x246),'GDGLX':function(_0x575202){return _0x575202();},'vPyMw':function(_0x305c49,_0x8e59f8){return _0x305c49===_0x8e59f8;},'CWwFP':_0x34771f(0x1f8),'miFTT':'_beforeAll','NDIMG':_0x34771f(0x21d),'CVVQd':_0x34771f(0x1b5)};if(!_0xd70d7c||!_0xd70d7c['parent'])return;[_0x13c27e['miFTT'],_0x13c27e[_0x34771f(0x1e5)],_0x13c27e[_0x34771f(0x1a9)],_0x13c27e[_0x34771f(0x1c5)]][_0x34771f(0x192)](_0x261310=>{const _0x2a6115=_0x34771f,_0x12eb2f=_0xd70d7c[_0x2a6115(0x1ef)][_0x261310]||[];_0x12eb2f['forEach'](_0x36cc50=>{const _0x1c918e=_0x2a6115;if(_0x36cc50['title'][_0x1c918e(0x1a1)](_0x13c27e[_0x1c918e(0x206)]))return;if(!_0x36cc50[_0x1c918e(0x25b)])_0x36cc50[_0x1c918e(0x25b)]=_0x13c27e[_0x1c918e(0x1a4)](uuidv4);else _0x36cc50['markedStatus']&&_0x13c27e[_0x1c918e(0x24e)](_0x261310,_0x13c27e['CWwFP'])&&(_0x36cc50[_0x1c918e(0x25b)]=_0x13c27e[_0x1c918e(0x1a4)](uuidv4),delete _0x36cc50[_0x1c918e(0x25a)]);});}),this[_0x34771f(0x222)](_0xd70d7c[_0x34771f(0x1ef)]);}['getHooksForTest'](_0x5bdc39){const _0x3edfb8=a4_0x16901e,_0x27d09e={};_0x27d09e[_0x3edfb8(0x24b)]='_beforeAll',_0x27d09e[_0x3edfb8(0x26c)]=_0x3edfb8(0x21d),_0x27d09e[_0x3edfb8(0x20d)]='_beforeEach',_0x27d09e[_0x3edfb8(0x184)]='_afterEach';const _0x32dda8=_0x27d09e;if(!_0x5bdc39||!_0x5bdc39[_0x3edfb8(0x1ef)])return[];const _0x33c24a=[];return[_0x32dda8[_0x3edfb8(0x24b)],_0x32dda8['iIkuo'],_0x32dda8[_0x3edfb8(0x20d)],_0x32dda8['KCBbT']][_0x3edfb8(0x192)](_0x34b530=>{const _0x1c11e7=_0x3edfb8,_0xe97f0=_0x5bdc39['parent'][_0x34b530]||[];_0xe97f0[_0x1c11e7(0x192)](_0x258020=>{const _0x36104a=_0x1c11e7;_0x258020[_0x36104a(0x25b)]&&_0x33c24a['push'](_0x258020[_0x36104a(0x25b)]);});}),[][_0x3edfb8(0x219)](_0x33c24a,this[_0x3edfb8(0x183)](_0x5bdc39[_0x3edfb8(0x1ef)]));}['getHookType'](_0x48544d){const _0x515dd8=a4_0x16901e,_0x3abf8b=/^"(?<hook>.*)" hook:.*$/,_0x5687b2=_0x48544d[_0x515dd8(0x24d)],_0x2d2f25=_0x5687b2[_0x515dd8(0x1de)](_0x3abf8b);if(_0x2d2f25&&_0x2d2f25['groups'])return _0x2d2f25[_0x515dd8(0x181)]['hook'][_0x515dd8(0x269)]()[_0x515dd8(0x247)]('\x20','_');return null;}[a4_0x16901e(0x259)](_0x283b1b){const _0x26995d=a4_0x16901e,_0x5d4cc1={};_0x5d4cc1[_0x26995d(0x18d)]=function(_0x5940e4,_0x35edd1){return _0x5940e4===_0x35edd1;},_0x5d4cc1['hneSO']=function(_0x7da8f,_0x30a551){return _0x7da8f===_0x30a551;},_0x5d4cc1[_0x26995d(0x251)]=_0x26995d(0x200),_0x5d4cc1[_0x26995d(0x248)]=_0x26995d(0x19a);const _0x2c84b3=_0x5d4cc1,_0x1c4040=path[_0x26995d(0x1cb)];if(_0x2c84b3[_0x26995d(0x18d)](_0x283b1b,null)||_0x2c84b3[_0x26995d(0x18d)](_0x283b1b,'')||_0x2c84b3[_0x26995d(0x22a)](_0x283b1b,_0x1c4040)||_0x2c84b3[_0x26995d(0x18d)](_0x283b1b,path['dirname'](_0x283b1b)))return null;try{return fs[_0x26995d(0x1c3)](path['join'](_0x283b1b,_0x2c84b3[_0x26995d(0x251)],_0x2c84b3[_0x26995d(0x248)])),_0x283b1b;}catch(_0x37e830){const _0x41b0f3=path[_0x26995d(0x1a3)](_0x283b1b);return this[_0x26995d(0x259)](_0x41b0f3);}}[a4_0x16901e(0x182)](_0x7cbdd5){const _0xd69b99=a4_0x16901e,_0x4bf53c={};_0x4bf53c[_0xd69b99(0x1d6)]=function(_0x18e909,_0x5f6057){return _0x18e909>_0x5f6057;};const _0x24d235=_0x4bf53c;if(_0x7cbdd5['file'])return _0x7cbdd5['file'];if(_0x7cbdd5['ctx']){const _0x32fb43=_0x7cbdd5[_0xd69b99(0x190)][_0xd69b99(0x235)]?this[_0xd69b99(0x182)](_0x7cbdd5[_0xd69b99(0x190)][_0xd69b99(0x235)]):null;if(_0x32fb43)return _0x32fb43;}if(_0x7cbdd5[_0xd69b99(0x1ef)]){const _0x928a1c=this[_0xd69b99(0x182)](_0x7cbdd5['parent'])||(_0x7cbdd5['parent'][_0xd69b99(0x190)]&&_0x7cbdd5[_0xd69b99(0x1ef)][_0xd69b99(0x190)][_0xd69b99(0x235)]?this[_0xd69b99(0x182)](_0x7cbdd5[_0xd69b99(0x1ef)][_0xd69b99(0x190)][_0xd69b99(0x235)]):null);if(_0x928a1c)return _0x928a1c;_0x7cbdd5[_0xd69b99(0x1ef)]['suites']&&_0x24d235[_0xd69b99(0x1d6)](_0x7cbdd5[_0xd69b99(0x1ef)][_0xd69b99(0x233)][_0xd69b99(0x23c)],0x0)&&_0x7cbdd5['parent'][_0xd69b99(0x233)][_0xd69b99(0x192)](_0x40199c=>{const _0x32ab60=_0xd69b99,_0x446a19=_0x40199c[_0x32ab60(0x190)]?this[_0x32ab60(0x182)](_0x40199c[_0x32ab60(0x190)]):null;if(_0x446a19)return _0x446a19;});}return null;}[a4_0x16901e(0x1bb)](_0x4c66aa){const _0x22bb4e=a4_0x16901e,_0x445744={};_0x445744[_0x22bb4e(0x1e9)]=function(_0x3ab06f,_0x37317f){return _0x3ab06f!==_0x37317f;};const _0x12cf0d=_0x445744,_0x314ff2=[];if(_0x4c66aa&&_0x4c66aa[_0x22bb4e(0x1ef)]){let _0x34dcf7=_0x4c66aa['parent'];while(_0x34dcf7&&_0x12cf0d['AJSHL'](_0x34dcf7['title'],'')){_0x314ff2[_0x22bb4e(0x220)](_0x34dcf7[_0x22bb4e(0x24d)]),_0x34dcf7=_0x34dcf7[_0x22bb4e(0x1ef)];}}return _0x314ff2;}[a4_0x16901e(0x1f6)](_0x5f4c75,_0x4df1cc,_0x5dd446=undefined){const _0x1ff735=a4_0x16901e,_0x21e3c5={'gEqJi':function(_0x45bd05,_0x35a399){return _0x45bd05(_0x35a399);},'LgWQz':function(_0x205b33){return _0x205b33();},'ngVTP':function(_0xa9f05c){return _0xa9f05c();},'OsUOR':_0x1ff735(0x1aa),'hwBri':_0x1ff735(0x1db),'sgCpY':function(_0x2d412f,_0x3161cd){return _0x2d412f!==_0x3161cd;},'QBnMc':'File\x20path\x20could\x20not\x20be\x20found','TDyPh':_0x1ff735(0x21a),'Cqjzi':'failed','zFQGh':'passed','YKQkh':_0x1ff735(0x212),'UKEfr':_0x1ff735(0x1da),'fpIlc':function(_0x4679d4,_0x179086){return _0x4679d4-_0x179086;},'pslSU':function(_0xcadafb,_0x48af32,_0x25c226,_0x250b05,_0x1f0210){return _0xcadafb(_0x48af32,_0x25c226,_0x250b05,_0x1f0210);},'oOWeD':_0x1ff735(0x23a),'viQEH':_0x1ff735(0x1b2),'lFxpn':_0x1ff735(0x1ce),'wPfwK':_0x1ff735(0x21e),'hEiqQ':'backtrace','eJgLI':_0x1ff735(0x19e),'MYiFo':_0x1ff735(0x242),'CFdHL':function(_0x230546,_0x5ea120){return _0x230546===_0x5ea120;},'wEiNK':_0x1ff735(0x188),'RSiwG':'test_run'};if(!this[_0x1ff735(0x217)])return;try{if(_0x4df1cc['fn']&&_0x4df1cc['fn'][_0x1ff735(0x193)]()[_0x1ff735(0x1de)](/browserstack internal helper hook/))return;const _0xfffb45=_0x21e3c5['gEqJi'](parseEvent,_0x5f4c75);if(!_0xfffb45)return;if(_0xfffb45[_0x1ff735(0x1ab)]){this[_0x1ff735(0x235)]=_0x4df1cc,this[_0x1ff735(0x1ac)]=null;if(_0xfffb45[_0x1ff735(0x209)]||_0xfffb45[_0x1ff735(0x212)]){_0x4df1cc[_0x1ff735(0x20c)]=new Date(),_0x4df1cc[_0x1ff735(0x25a)]=![];if(!_0x4df1cc['testAnalyticsId'])_0x4df1cc['testAnalyticsId']=_0x21e3c5['LgWQz'](uuidv4);else _0x4df1cc[_0x1ff735(0x25a)]&&(!_0x4df1cc[_0x1ff735(0x1c0)]&&(_0x4df1cc[_0x1ff735(0x1c0)]=_0x4df1cc['testAnalyticsId']),_0x4df1cc[_0x1ff735(0x26f)]=_0x21e3c5[_0x1ff735(0x26d)](uuidv4));}}else{if(_0xfffb45[_0x1ff735(0x208)]){this['currentHook']=_0x4df1cc;if(_0xfffb45[_0x1ff735(0x209)]){_0x4df1cc[_0x1ff735(0x20c)]=new Date(),_0x4df1cc['markedStatus']=![];if(!_0x4df1cc[_0x1ff735(0x25b)])_0x4df1cc[_0x1ff735(0x25b)]=_0x21e3c5[_0x1ff735(0x238)](uuidv4);else _0x4df1cc[_0x1ff735(0x25b)]&&_0x4df1cc[_0x1ff735(0x25a)]&&(_0x4df1cc[_0x1ff735(0x25b)]=_0x21e3c5[_0x1ff735(0x238)](uuidv4));}}}if(_0xfffb45[_0x1ff735(0x20f)]&&_0x4df1cc[_0x1ff735(0x25a)])return;let _0x1af433;try{_0x1af433=this[_0x1ff735(0x182)](_0x4df1cc);}catch(_0x39f041){logger[_0x1ff735(0x1b8)](_0x1ff735(0x1b0)+_0x39f041),_0x1af433=null;}const _0xce646=_0x21e3c5[_0x1ff735(0x256)](require,_0x21e3c5[_0x1ff735(0x26b)]);let _0x1e56ad=[];_0x5dd446&&(_0x1e56ad=[_0x5dd446,_0x21e3c5[_0x1ff735(0x1d3)]]);const _0x5347c6=_0x21e3c5[_0x1ff735(0x205)](_0x4df1cc['errorsDetailed'],undefined)?_0xce646[_0x1ff735(0x202)](_0x4df1cc[_0x1ff735(0x1f4)][0x0]):_0x21e3c5['sgCpY'](_0x5dd446,undefined)?_0x5dd446[_0x1ff735(0x193)]():undefined,_0x1328f8=_0x1af433?this[_0x1ff735(0x259)](_0x1af433):null,_0x305240=_0x1af433?this['_paths']['prefixTestPath'](this[_0x1ff735(0x182)](_0x4df1cc)):_0x21e3c5['QBnMc'];let _0x38f920=_0x21e3c5[_0x1ff735(0x1b3)];const _0x38933e=!_0xfffb45[_0x1ff735(0x209)]?new Date()[_0x1ff735(0x1f0)]():null;if(_0xfffb45['finished'])_0x38f920=_0x5dd446?_0x21e3c5[_0x1ff735(0x23b)]:_0x21e3c5['zFQGh'],_0x4df1cc[_0x1ff735(0x25a)]=!![];else _0xfffb45[_0x1ff735(0x212)]&&(_0x38f920=_0x21e3c5[_0x1ff735(0x214)],_0x4df1cc['markedStatus']=!![]);const _0x307fb2={'framework':this[_0x1ff735(0x19b)],'uuid':_0x4df1cc[_0x1ff735(0x26f)]||_0x4df1cc[_0x1ff735(0x25b)],'name':_0x4df1cc[_0x1ff735(0x24d)],'body':{'lang':_0x21e3c5[_0x1ff735(0x180)],'code':_0x4df1cc[_0x1ff735(0x196)][_0x1ff735(0x193)]()},'type':_0x4df1cc[_0x1ff735(0x237)],'scope':_0x4df1cc[_0x1ff735(0x261)](),'scopes':this[_0x1ff735(0x1bb)](_0x4df1cc),'file_name':_0x305240,'vc_filepath':_0x1328f8?path[_0x1ff735(0x227)](_0x1328f8,_0x1af433):null,'location':_0x305240,'result':_0x38f920,'failure_reason':_0x5347c6,'duration_in_ms':_0x4df1cc['duration']||(_0xfffb45[_0x1ff735(0x20f)]||_0xfffb45['skipped'])?_0x21e3c5[_0x1ff735(0x1ec)](Date['now'](),new Date(_0x4df1cc[_0x1ff735(0x20c)])[_0x1ff735(0x239)]()):null,'started_at':new Date(_0x4df1cc[_0x1ff735(0x20c)])[_0x1ff735(0x1f0)](),'finished_at':_0x38933e,'failure':testOpsHelper[_0x1ff735(0x1e6)][_0x1ff735(0x226)](null,_0x1e56ad),'failure_type':!_0x5347c6?null:testOpsHelper[_0x1ff735(0x1d0)](_0x5347c6),'retry_of':_0x4df1cc[_0x1ff735(0x1c0)]||null,'tags':_0x4df1cc[_0x1ff735(0x23d)]||[],'customRerunParam':{'rerun_name':_0x4df1cc['fullTitle']()}};_0x21e3c5[_0x1ff735(0x19f)](appendTesthubParams,_0x307fb2,_0x5f4c75,_0x4df1cc,FRAMEWORKS[_0x1ff735(0x1d1)]);if(_0xfffb45[_0x1ff735(0x208)])[_0x307fb2[_0x1ff735(0x1a0)],_0x307fb2[_0x1ff735(0x1c9)]]=[this[_0x1ff735(0x1c7)](_0x4df1cc),_0x4df1cc[_0x1ff735(0x190)][_0x1ff735(0x1ab)][_0x1ff735(0x24d)]],_0xfffb45[_0x1ff735(0x20f)]?_0x21e3c5[_0x1ff735(0x205)](_0x307fb2[_0x1ff735(0x1cf)],_0x21e3c5[_0x1ff735(0x23b)])&&(_0x307fb2[_0x1ff735(0x1cf)]=_0x21e3c5['zFQGh']):_0x307fb2[_0x1ff735(0x196)]={};else _0xfffb45[_0x1ff735(0x1ab)]&&(this[_0x1ff735(0x222)](_0x4df1cc),_0xfffb45[_0x1ff735(0x212)]&&this[_0x1ff735(0x215)](_0x4df1cc),(_0xfffb45[_0x1ff735(0x20f)]||_0xfffb45[_0x1ff735(0x212)])&&(_0x307fb2[_0x1ff735(0x21c)]=this[_0x1ff735(0x183)](_0x4df1cc)));this[_0x1ff735(0x1fe)]&&(_0xfffb45['started']||_0xfffb45[_0x1ff735(0x212)])&&(_0x307fb2[_0x21e3c5[_0x1ff735(0x1ee)]]=this[_0x1ff735(0x1e3)](this[_0x1ff735(0x1fe)]));_0xfffb45[_0x1ff735(0x1ab)]&&_0xfffb45[_0x1ff735(0x20f)]&&_0x4df1cc['bddSteps']&&(_0x307fb2[_0x21e3c5[_0x1ff735(0x1bf)]]={'feature':{'name':_0x4df1cc['parent']['feature'][_0x1ff735(0x1c9)],'path':_0x307fb2[_0x1ff735(0x241)],'description':_0x4df1cc[_0x1ff735(0x1ef)][_0x1ff735(0x1dc)]},'scenario':{'name':_0x4df1cc[_0x1ff735(0x24d)]},'steps':_0x4df1cc[_0x1ff735(0x191)]});const _0x52b9c9=_0x307fb2[_0x21e3c5[_0x1ff735(0x271)]][0x0];_0x52b9c9&&(_0x307fb2[_0x21e3c5['wPfwK']]=_0x52b9c9[_0x21e3c5[_0x1ff735(0x262)]],_0x307fb2[_0x21e3c5[_0x1ff735(0x228)]]=_0x52b9c9[_0x21e3c5['MYiFo']]);if(_0x4df1cc[_0x1ff735(0x191)])for(const _0x47ccdb of _0x4df1cc['bddSteps']){!_0x47ccdb[_0x1ff735(0x1e1)]&&(_0x47ccdb[_0x1ff735(0x1e1)]=new Date()[_0x1ff735(0x1f0)](),_0x21e3c5['CFdHL'](_0x47ccdb[_0x1ff735(0x1cf)],_0x21e3c5['TDyPh'])&&(_0x52b9c9?(_0x47ccdb[_0x1ff735(0x1cf)]=_0x21e3c5[_0x1ff735(0x23b)],_0x47ccdb[_0x1ff735(0x1ce)]=_0x52b9c9[_0x21e3c5[_0x1ff735(0x262)]][0x0]):_0x47ccdb[_0x1ff735(0x1cf)]=_0x21e3c5[_0x1ff735(0x187)]));}const _0x59a52e={};_0x59a52e[_0x1ff735(0x263)]=_0xfffb45[_0x1ff735(0x212)]?TEST_EVENTS[_0x1ff735(0x1a8)]:_0x5f4c75;const _0x448801=_0x59a52e;return _0xfffb45[_0x1ff735(0x208)]?_0x448801[_0x21e3c5['wEiNK']]=_0x307fb2:_0x448801[_0x21e3c5[_0x1ff735(0x203)]]=_0x307fb2,_0x448801;}catch(_0x8eab53){logger['debug'](_0x1ff735(0x236)+_0x5f4c75+_0x1ff735(0x1d4)+_0x8eab53);}}async[a4_0x16901e(0x1cd)](_0xc43d84,_0x50b19b){const _0x1c4c08=a4_0x16901e;if(!this[_0x1c4c08(0x217)]||!_0x50b19b||!_0xc43d84)return![];try{return await SessionHandler[_0x1c4c08(0x22d)](_0x50b19b);}catch(_0x17d31b){logger['debug']('Exception\x20in\x20sending\x20test\x20data\x20for\x20event\x20'+_0xc43d84+'\x20with\x20error\x20:\x20'+_0x17d31b);}}[a4_0x16901e(0x1f5)](_0xba2956){const _0x25d986=a4_0x16901e,_0x589053={};_0x589053[_0x25d986(0x22c)]='pending';const _0x48c7db=_0x589053;return{'id':_0xba2956['stepAnalyticsId'],'text':_0xba2956['text'],'keyword':_0xba2956[_0x25d986(0x234)],'started_at':_0xba2956[_0x25d986(0x20c)][_0x25d986(0x1f0)](),'result':_0x48c7db[_0x25d986(0x22c)]};}[a4_0x16901e(0x23e)](_0x2f2e28){const _0x368b30=a4_0x16901e,_0x35c7b0={'ygcMM':function(_0x3af352){return _0x3af352();}};!this[_0x368b30(0x235)][_0x368b30(0x191)]&&(this[_0x368b30(0x235)][_0x368b30(0x191)]=[]),!_0x2f2e28[_0x368b30(0x18a)]&&(_0x2f2e28[_0x368b30(0x18a)]=_0x35c7b0[_0x368b30(0x253)](uuidv4),_0x2f2e28[_0x368b30(0x20c)]=new Date(),this[_0x368b30(0x235)][_0x368b30(0x191)][_0x368b30(0x220)](this[_0x368b30(0x1f5)](_0x2f2e28)));}[a4_0x16901e(0x18e)](_0x2a2c83){const _0x527f00=a4_0x16901e,_0x390025={'nBrpE':function(_0x5b8ed9,_0x27f700){return _0x5b8ed9(_0x27f700);},'VDAZe':'success','JbSAm':_0x527f00(0x21a),'uLsIK':_0x527f00(0x1d8),'mpfos':function(_0x528170,_0x1998d4){return _0x528170-_0x1998d4;}};let _0x2d6246=this[_0x527f00(0x235)][_0x527f00(0x191)]['find'](_0x75cf1d=>_0x75cf1d['id']===_0x2a2c83['stepAnalyticsId']);_0x390025[_0x527f00(0x216)](isUndefined,_0x2d6246)&&(_0x2d6246=this['initializeBddStep'](_0x2a2c83)),_0x2d6246['result']=[_0x390025[_0x527f00(0x264)],_0x390025[_0x527f00(0x1ff)]]['includes'](_0x2a2c83['status'])?_0x390025[_0x527f00(0x199)]:_0x2a2c83[_0x527f00(0x1ad)],_0x2d6246[_0x527f00(0x1e1)]=new Date()[_0x527f00(0x1f0)](),_0x2d6246['duration']=_0x390025[_0x527f00(0x1dd)](Date[_0x527f00(0x1cc)](),_0x2a2c83[_0x527f00(0x20c)][_0x527f00(0x239)]()),_0x2d6246[_0x527f00(0x1ce)]=_0x2a2c83[_0x527f00(0x1db)]?_0x2a2c83[_0x527f00(0x1db)][_0x527f00(0x1c1)]:null;}}const a4_0x44f8b1={};a4_0x44f8b1[a4_0x16901e(0x1b1)]=O11yHelper,a4_0x44f8b1['STATE_PASSED']=STATE_PASSED,a4_0x44f8b1[a4_0x16901e(0x1e8)]=STATE_FAILED,a4_0x44f8b1[a4_0x16901e(0x186)]=TEST_EVENTS,module[a4_0x16901e(0x1c8)]=a4_0x44f8b1;
|
|
1
|
+
const a4_0x1137ae=a4_0x13d0;function a4_0x2728(){const _0x51514f=['XIkNm','HqIpK','relative','MGxpw','PathHelper','test_run','../../helpers/testhub/utils.js','1706096HWseRN','comment','result','Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20','enabled','auQDz','pid','getRootParentFile','guDve','ULFVe','Exception\x20in\x20sending\x20test\x20data\x20for\x20event\x20','title','stepAnalyticsId','TestRunSkipped','find','toISOString','GYsoi','launch','NtBeD','IKFRN','markedStatus','getHookType','passed','duration','_afterEach','JYAdp','getTime','startedAt','JYoBp','forEach','225669XaLqLW','kCwYo','hookAnalyticsId','getHooksForTest','text','toString','currentHook','patchConsoleLogger','currentTest','qSpZf','failure','\x20with\x20error\x20:\x20','PLAYWRIGHT_HUB_URL','zkGmV','../playwright/sessionDetails','success','Not\x20able\x20to\x20import\x20Browser','lrxEV','join','dXRBa','includes','../../helpers/helper','constructor','testAnalyticsId','event_type','toLowerCase','88026tJmZVA','BrowserType','cwd','expanded','../../helpers/test-observability/constants','suites','AUvYK','lib','mapTestHooks','file_name','test','now','Omhnj','connectOverCDP','fireEvent','TEST_RUN_STARTED','jsafM','name','ESLSS','__platformCaps','groups','failed','UktYL','wsEndpoint','1297558CimThS','length','_beforeAll','cZNzC','STrNf','bs:addLog:','appendTestItemLog','FpcPN','fullTitle','uploadEventData','hyEhE','stringify','message','resetSkipTestHooks','vZplN','then','finished','hyOpn','hook_run_uuid','failed\x20to\x20get\x20root\x20parent\x20file\x20','VxUiP','apply','../playwright/accessibility-helper','util','defineProperty','aUCIr','winstonLogger','bddSteps','HPuEo','YKTzF','accessibilityPlatform','aWVMc','file','bddStepFinish','stop','errorsDetailed','mDNtR','../utils/constants','pvokM','WDWGi','bddStepStart','auJOS','retryOf','prefixTestPath','JckXB','../../helpers/logger','qJwVu','BjfxI','GIeRh','TestRunStarted','../../helpers/test-observability/sessionHandler','ctx','_afterAll','RUpss','findGitConfig','171YSNvqJ','_beforeEach','Playwright','140610xaRiUn','javascript','__cloud_provider___','test_run_uuid','body','feature','40212aiyxjf','split','mIide','pending','zAHbd','failure_reason_expanded','replace','push','removeAllListeners','559760gIIHoA','hook_type','TEST_RUN_SKIPPED','35SeWlAQ','gGguy','getHierarchy','cnQeT','krJdn','HIbEb','QPnmK','status','hook','hook_run','uuid','STATE_PASSED','match','setupBrowserDetails','RiYyD','started','finished_at','ONulD','initializeBddStep','getCBTInfo','skipped','TestRunFinished','vQrrE','WrgEL','6303MqxQeO','DkHck','XEBcR','Nfkzv','codeceptjs','O11yHelper','iEmDN','../mocha/test-observability/mochaUtils','exports','plKFd','start','getFailureType','location_prefix','driver','failure_backtrace','statSync','TEST_EVENTS','oRzau','frameworkName','gglXx','keyword','logs','File\x20path\x20could\x20not\x20be\x20found','debug','prototype','config','hzgrN','FdODM','concat','sZRFt','TEST_RUN_FINISHED','integrations','ULFFa','36dXunvi','Checking\x20for\x20accessibility\x20automation\x20session\x20with\x20','dLKAg','QKGba','IPAwG','parent','../../helpers/test-observability/requestQueueHandler','err','client','./helper.js','lxBbP','265igraYR','_paths','browserType.js','WNdMf','3|2|4|1|5|0','CBTSessionCreated'];a4_0x2728=function(){return _0x51514f;};return a4_0x2728();}(function(_0x36560f,_0x756abf){const _0xc68c78=a4_0x13d0,_0x2a5402=_0x36560f();while(!![]){try{const _0x46c8c3=parseInt(_0xc68c78(0x15c))/0x1+parseInt(_0xc68c78(0x174))/0x2+-parseInt(_0xc68c78(0x142))/0x3*(-parseInt(_0xc68c78(0x10c))/0x4)+parseInt(_0xc68c78(0x117))/0x5*(parseInt(_0xc68c78(0x1ae))/0x6)+-parseInt(_0xc68c78(0x1c0))/0x7*(parseInt(_0xc68c78(0x124))/0x8)+-parseInt(_0xc68c78(0x1ab))/0x9*(-parseInt(_0xc68c78(0x1bd))/0xa)+-parseInt(_0xc68c78(0xeb))/0xb*(parseInt(_0xc68c78(0x1b4))/0xc);if(_0x46c8c3===_0x756abf)break;else _0x2a5402['push'](_0x2a5402['shift']());}catch(_0x35381e){_0x2a5402['push'](_0x2a5402['shift']());}}}(a4_0x2728,0xb2f32));const path=require('path'),fs=require('fs'),{v4:uuidv4}=require(a4_0x1137ae(0x1ca)),{importFileFromPWCore,nestedKeyValue,parseWSEndpoint,isUndefined}=require(a4_0x1137ae(0x157)),testOpsHelper=require('../../helpers/test-observability/utils'),{getTestEnv}=require(a4_0x1137ae(0xf2)),{FRAMEWORKS}=require(a4_0x1137ae(0x160)),logger=require(a4_0x1137ae(0x1a1))[a4_0x1137ae(0x18e)],SessionHandler=require(a4_0x1137ae(0x1a6)),RequestQueueHandler=require(a4_0x1137ae(0x112)),PlaywrightSessionDetails=require(a4_0x1137ae(0x150)),debug=testOpsHelper['debug'],{processAccessibilityCaps}=require(a4_0x1137ae(0x18a)),Constants=require(a4_0x1137ae(0x199)),{fetchPlatformDetails}=require(a4_0x1137ae(0x115)),{shouldProcessEventForTesthub,appendTesthubParams}=require(a4_0x1137ae(0x123)),constants=require(a4_0x1137ae(0x199)),STATE_PASSED=a4_0x1137ae(0x13a),STATE_FAILED=a4_0x1137ae(0x171),a4_0x14e3c9={};a4_0x14e3c9[a4_0x1137ae(0x16b)]=a4_0x1137ae(0x1a5),a4_0x14e3c9[a4_0x1137ae(0x109)]=a4_0x1137ae(0xe8),a4_0x14e3c9[a4_0x1137ae(0x1bf)]=a4_0x1137ae(0x131),a4_0x14e3c9['HOOK_RUN_STARTED']='HookRunStarted',a4_0x14e3c9['HOOK_RUN_FINISHED']='HookRunFinished';const TEST_EVENTS=a4_0x14e3c9,parseEvent=_0x38a58a=>{const _0x581935=a4_0x1137ae,_0x193207={};_0x193207['WrgEL']=function(_0x398b44,_0x54d536){return _0x398b44<_0x54d536;},_0x193207['gGguy']=function(_0x2546a6,_0xa9a422){return _0x2546a6===_0xa9a422;},_0x193207[_0x581935(0x1b6)]=_0x581935(0x166),_0x193207['ONulD']=_0x581935(0x1c8),_0x193207[_0x581935(0x10e)]='skipped',_0x193207[_0x581935(0x1c5)]=function(_0x517454,_0x370405){return _0x517454===_0x370405;},_0x193207[_0x581935(0xee)]='started',_0x193207[_0x581935(0x1ce)]=_0x581935(0x184);const _0x14c76a=_0x193207,_0x41b48a=_0x38a58a['match'](/^(.*)Run(.*)$/);if(!_0x41b48a)return null;if(_0x14c76a[_0x581935(0xea)](_0x41b48a[_0x581935(0x175)],0x3))return null;const _0x4a749f=_0x41b48a[0x1][_0x581935(0x15b)](),_0x4f8196=_0x41b48a[0x2][_0x581935(0x15b)]();return{'test':_0x14c76a[_0x581935(0x1c1)](_0x4a749f,_0x14c76a['mIide']),'hook':_0x14c76a[_0x581935(0x1c1)](_0x4a749f,_0x14c76a[_0x581935(0xe4)]),'skipped':_0x14c76a[_0x581935(0x1c1)](_0x4f8196,_0x14c76a['dLKAg']),'started':_0x14c76a[_0x581935(0x1c5)](_0x4f8196,_0x14c76a[_0x581935(0xee)]),'finished':_0x14c76a[_0x581935(0x1c1)](_0x4f8196,_0x14c76a[_0x581935(0x1ce)])};},mockPWBrowserType=_0xb38f88=>{const _0x209083=a4_0x1137ae,_0xad0f15={'QKGba':function(_0x1ed6c1,_0x46923a,_0x4b0883){return _0x1ed6c1(_0x46923a,_0x4b0883);},'JYAdp':_0x209083(0x173),'iEmDN':function(_0x2f01b2,_0xd5adfa){return _0x2f01b2(_0xd5adfa);},'eEIxQ':'browserstack','ylBaB':function(_0x408e16,_0x4164a9){return _0x408e16(_0x4164a9);},'WdjcK':function(_0x5031fb,_0x121f9c){return _0x5031fb===_0x121f9c;},'jsafM':'string','ExxQp':_0x209083(0x163),'Omhnj':_0x209083(0x114),'dXRBa':_0x209083(0x119),'ULFFa':function(_0x3dee7d,_0x11c27b){return _0x3dee7d(_0x11c27b);},'gglXx':_0x209083(0x152),'cXfOk':'connect','IkAzo':_0x209083(0x135)},_0x28d818=path[_0x209083(0x154)](_0xad0f15['ExxQp'],_0xad0f15[_0x209083(0x168)],_0xad0f15[_0x209083(0x155)]),_0x34ec6a=_0xad0f15[_0x209083(0xf1)](importFileFromPWCore,_0x28d818);if(!_0x34ec6a){_0xad0f15[_0x209083(0x10b)](debug,_0xad0f15[_0x209083(0xfe)]);return;}const _0x43d278=_0x34ec6a[_0x209083(0x15d)],_0x10058b=_0x43d278[_0x209083(0x103)];if(_0x10058b['obsBrowserTypeMockApplied'])return;const _0x39e846=_0x10058b['connect'];Object['defineProperty'](_0x10058b,_0xad0f15['cXfOk'],{'get':function(){const _0x486283=_0x209083,_0x3143f7={'UktYL':function(_0x701707,_0xf4f9c7){return _0xad0f15['WdjcK'](_0x701707,_0xf4f9c7);},'mdlzd':_0xad0f15[_0x486283(0x16c)]};return async function _0x128bea(_0x384404,_0x2e4702){const _0x41b85c=_0x486283,_0x413c0c=_0xad0f15[_0x41b85c(0x10f)](nestedKeyValue,_0x384404,[_0xad0f15[_0x41b85c(0x13d)]])||_0x384404;let _0x7870a2=null,_0x38706b=null;try{[_0x38706b,_0x7870a2]=_0x413c0c?_0xad0f15[_0x41b85c(0xf1)](parseWSEndpoint,_0x413c0c):[null,null],global[_0x41b85c(0x16f)]=_0x7870a2,logger[_0x41b85c(0x102)](_0x41b85c(0x10d)+_0x38706b),_0x38706b[_0x41b85c(0x156)](Constants['BROWSERSTACK'])&&(global[_0x41b85c(0x1b0)]=_0xad0f15['eEIxQ']);}catch(_0x2587d2){logger[_0x41b85c(0x102)]('Failed\x20to\x20parse\x20wsendpoint\x20'+_0x413c0c+'\x20'+_0x2587d2);}_0xad0f15['QKGba'](processAccessibilityCaps,_0x7870a2,_0x38706b);if(global[_0x41b85c(0x192)]){const _0x1cd17b=await _0x10058b[_0x41b85c(0x169)][_0x41b85c(0x189)](this,[''+Constants[_0x41b85c(0x14e)]+_0xad0f15['ylBaB'](encodeURIComponent,JSON[_0x41b85c(0x17f)](_0x7870a2))]);return PlaywrightSessionDetails[_0x41b85c(0x1cd)](_0x1cd17b,_0xb38f88,_0x413c0c),_0x1cd17b;}return _0x39e846[_0x41b85c(0x189)](this,arguments)[_0x41b85c(0x183)](_0x54d83e=>{const _0x42665c=_0x41b85c;let _0x569826=_0x384404[_0x42665c(0x173)];return _0x3143f7[_0x42665c(0x172)](typeof _0x384404,_0x3143f7['mdlzd'])&&(_0x569826=_0x384404),PlaywrightSessionDetails['setupBrowserDetails'](_0x54d83e,_0xb38f88,_0x569826),_0x54d83e;});};}});const _0x363966=_0x10058b[_0x209083(0x135)];Object[_0x209083(0x18c)](_0x10058b,_0xad0f15['IkAzo'],{'get':function(){return async function _0x1ee5ac(){const _0x58cc63=a4_0x13d0;return _0x363966[_0x58cc63(0x189)](this,arguments)['then'](_0x3757ec=>{const _0x3d0047=_0x58cc63;return PlaywrightSessionDetails[_0x3d0047(0x1cd)](_0x3757ec,null),_0x3757ec;});};}});};function a4_0x13d0(_0x2e8a86,_0x2cb69d){const _0x272886=a4_0x2728();return a4_0x13d0=function(_0x13d06b,_0x5a9690){_0x13d06b=_0x13d06b-0xe2;let _0x909ef2=_0x272886[_0x13d06b];return _0x909ef2;},a4_0x13d0(_0x2e8a86,_0x2cb69d);}class O11yHelper{['currentTest']=null;[a4_0x1137ae(0x148)]=null;[a4_0x1137ae(0x128)]=![];[a4_0x1137ae(0xfd)]=![];constructor(_0x4cb640,_0x368363){const _0x15139e=a4_0x1137ae,_0x7c986b={'MGxpw':_0x15139e(0x11b),'QPnmK':function(_0xc026b6,_0xbd6c30){return _0xc026b6===_0xbd6c30;},'JckXB':_0x15139e(0x1ad),'IKFRN':function(_0x1daeee,_0x30bfd8){return _0x1daeee(_0x30bfd8);},'cZNzC':function(_0x26c33a){return _0x26c33a();},'plKFd':function(_0x30394c){return _0x30394c();}},_0x3da73b=_0x7c986b[_0x15139e(0x120)][_0x15139e(0x1b5)]('|');let _0x1f10b9=0x0;while(!![]){switch(_0x3da73b[_0x1f10b9++]){case'0':this[_0x15139e(0xf8)]&&_0x7c986b[_0x15139e(0x1c6)](this[_0x15139e(0xf8)][_0x15139e(0x158)][_0x15139e(0x16d)],_0x7c986b[_0x15139e(0x1a0)])&&_0x7c986b[_0x15139e(0x137)](mockPWBrowserType,null);continue;case'1':this['_testEnv']=_0x7c986b[_0x15139e(0x177)](getTestEnv);continue;case'2':this['frameworkName']=_0x368363[_0x15139e(0xfd)];continue;case'3':this[_0x15139e(0x128)]=_0x7c986b[_0x15139e(0xf4)](shouldProcessEventForTesthub);continue;case'4':this[_0x15139e(0xf8)]=_0x4cb640;continue;case'5':this[_0x15139e(0x118)]=new testOpsHelper[(_0x15139e(0x121))]({'cwd':process[_0x15139e(0x15e)]()},this['_testEnv'][_0x15139e(0xf7)]);continue;}break;}}[a4_0x1137ae(0xf5)](){const _0x330f3e=a4_0x1137ae;if(!this['enabled'])return;testOpsHelper[_0x330f3e(0x149)](),process[_0x330f3e(0x1bc)](_0x330f3e(0x179)+process[_0x330f3e(0x12a)]),process['on'](_0x330f3e(0x179)+process[_0x330f3e(0x12a)],this[_0x330f3e(0x17a)]['bind'](this));}async[a4_0x1137ae(0x196)](){await RequestQueueHandler['getInstance']()['shutdown']();}async[a4_0x1137ae(0x17a)](_0xb0e561){const _0x127cd8=a4_0x1137ae,_0x3c4621={'WNdMf':'LogCreated','VdKTD':function(_0x2b6a13,_0x17296d){return _0x2b6a13(_0x17296d);}};try{this['currentHook']&&!this[_0x127cd8(0x148)][_0x127cd8(0x138)]&&(_0xb0e561['hook_run_uuid']=this['currentHook'][_0x127cd8(0x144)]);!_0xb0e561[_0x127cd8(0x186)]&&this[_0x127cd8(0x14a)]&&!this[_0x127cd8(0x14a)][_0x127cd8(0x138)]&&(_0xb0e561[_0x127cd8(0x1b1)]=this[_0x127cd8(0x14a)][_0x127cd8(0x159)]);if(_0xb0e561[_0x127cd8(0x186)]||_0xb0e561[_0x127cd8(0x1b1)]){const _0xa066cd={};_0xa066cd[_0x127cd8(0x15a)]=_0x3c4621[_0x127cd8(0x11a)],_0xa066cd[_0x127cd8(0x100)]=[_0xb0e561],await SessionHandler['uploadEventData'](_0xa066cd);}}catch(_0x361e22){_0x3c4621['VdKTD'](debug,'Exception\x20in\x20uploading\x20log\x20data\x20to\x20'+constants['TEST_REPORTING_ANALYTICS']+_0x127cd8(0x14d)+_0x361e22);}}async['sendCBTInfo'](_0x45d069){const _0x50b685=a4_0x1137ae,_0xf2598b={'aWVMc':_0x50b685(0x11c),'pvokM':function(_0x341eb1,_0x1a214e){return _0x341eb1(_0x1a214e);}};if(!this['enabled'])return;const _0x5db4ca=this['getCBTInfo'](this[_0x50b685(0xf8)]);try{const _0x478379={};_0x478379['uuid']=_0x45d069,_0x478379[_0x50b685(0x10a)]=_0x5db4ca;const _0x59944b=_0x478379,_0x510836={};_0x510836[_0x50b685(0x15a)]=_0xf2598b[_0x50b685(0x193)],_0x510836['test_run']=_0x59944b,await SessionHandler['uploadEventData'](_0x510836);}catch(_0x4cba37){_0xf2598b[_0x50b685(0x19a)](debug,'Exception\x20in\x20uploading\x20platform\x20details\x20to\x20'+constants['TEST_REPORTING_ANALYTICS']+'\x20with\x20error\x20:\x20'+_0x4cba37);}}['getCBTInfo'](_0x43abfa){const _0x169576={'iGcys':function(_0x35c98a,_0x2088c0){return _0x35c98a(_0x2088c0);}};return _0x169576['iGcys'](fetchPlatformDetails,_0x43abfa);}['resetSkipTestHooks']=_0x5524d4=>{const _0x73ba80=a4_0x1137ae,_0x28e967={};_0x28e967['ULFVe']=_0x73ba80(0x1ac),_0x28e967[_0x73ba80(0x162)]=_0x73ba80(0x13c);const _0x446ff1=_0x28e967;if(!_0x5524d4||!_0x5524d4['parent'])return;[_0x446ff1[_0x73ba80(0x12d)],_0x446ff1[_0x73ba80(0x162)]][_0x73ba80(0x141)](_0x8977de=>{const _0x53c560=_0x5524d4['parent'][_0x8977de];_0x53c560['forEach'](_0xb89e22=>{const _0x1ef5a1=a4_0x13d0;_0xb89e22[_0x1ef5a1(0x144)]&&(_0xb89e22[_0x1ef5a1(0x144)]=null);});});};[a4_0x1137ae(0x164)](_0x5a51da){const _0x5c6fa1=a4_0x1137ae,_0x42ea09={'IPAwG':_0x5c6fa1(0xef),'STrNf':function(_0x1fb95c){return _0x1fb95c();},'MnRke':function(_0x3942e8,_0x45c6a9){return _0x3942e8===_0x45c6a9;},'lrxEV':_0x5c6fa1(0x13c),'qKJVx':function(_0xf37865){return _0xf37865();},'mDNtR':_0x5c6fa1(0x176),'qgzKI':'_afterAll','hyEhE':_0x5c6fa1(0x1ac)};if(!_0x5a51da||!_0x5a51da[_0x5c6fa1(0x111)])return;[_0x42ea09[_0x5c6fa1(0x198)],_0x42ea09['qgzKI'],_0x42ea09[_0x5c6fa1(0x17e)],_0x42ea09[_0x5c6fa1(0x153)]]['forEach'](_0x5b4189=>{const _0x137dde=_0x5c6fa1,_0x127f1d=_0x5a51da['parent'][_0x5b4189]||[];_0x127f1d[_0x137dde(0x141)](_0x52dad1=>{const _0x503b65=_0x137dde;if(_0x52dad1[_0x503b65(0x12f)][_0x503b65(0x156)](_0x42ea09[_0x503b65(0x110)]))return;if(!_0x52dad1['hookAnalyticsId'])_0x52dad1[_0x503b65(0x144)]=_0x42ea09[_0x503b65(0x178)](uuidv4);else _0x52dad1[_0x503b65(0x138)]&&_0x42ea09['MnRke'](_0x5b4189,_0x42ea09[_0x503b65(0x153)])&&(_0x52dad1['hookAnalyticsId']=_0x42ea09['qKJVx'](uuidv4),delete _0x52dad1['markedStatus']);});}),this['mapTestHooks'](_0x5a51da[_0x5c6fa1(0x111)]);}[a4_0x1137ae(0x145)](_0x43c34a){const _0x1a29d9=a4_0x1137ae,_0x456793={};_0x456793['GYsoi']=_0x1a29d9(0x176),_0x456793['BjfxI']=_0x1a29d9(0x1a8),_0x456793[_0x1a29d9(0x191)]=_0x1a29d9(0x1ac),_0x456793[_0x1a29d9(0x11e)]='_afterEach';const _0xff3fa=_0x456793;if(!_0x43c34a||!_0x43c34a[_0x1a29d9(0x111)])return[];const _0xfeba91=[];return[_0xff3fa[_0x1a29d9(0x134)],_0xff3fa[_0x1a29d9(0x1a3)],_0xff3fa[_0x1a29d9(0x191)],_0xff3fa[_0x1a29d9(0x11e)]][_0x1a29d9(0x141)](_0xade415=>{const _0x17452f=_0x1a29d9,_0x293467=_0x43c34a[_0x17452f(0x111)][_0xade415]||[];_0x293467[_0x17452f(0x141)](_0xec31da=>{const _0x5a0a0a=_0x17452f;_0xec31da['hookAnalyticsId']&&_0xfeba91[_0x5a0a0a(0x1bb)](_0xec31da[_0x5a0a0a(0x144)]);});}),[][_0x1a29d9(0x107)](_0xfeba91,this[_0x1a29d9(0x145)](_0x43c34a[_0x1a29d9(0x111)]));}[a4_0x1137ae(0x139)](_0x3746d3){const _0x4f007f=a4_0x1137ae,_0x546ef2=/^"(?<hook>.*)" hook:.*$/,_0x37de2c=_0x3746d3[_0x4f007f(0x12f)],_0xb66784=_0x37de2c['match'](_0x546ef2);if(_0xb66784&&_0xb66784[_0x4f007f(0x170)])return _0xb66784['groups'][_0x4f007f(0x1c8)]['toUpperCase']()[_0x4f007f(0x1ba)]('\x20','_');return null;}[a4_0x1137ae(0x1aa)](_0x236dc6){const _0x93c746=a4_0x1137ae,_0x5dda13={};_0x5dda13[_0x93c746(0x1a2)]=function(_0x46c0a1,_0x53f84b){return _0x46c0a1===_0x53f84b;},_0x5dda13[_0x93c746(0x129)]='.git',_0x5dda13[_0x93c746(0x105)]=_0x93c746(0x104);const _0x8dff97=_0x5dda13,_0x480a9e=path['sep'];if(_0x8dff97['qJwVu'](_0x236dc6,null)||_0x8dff97[_0x93c746(0x1a2)](_0x236dc6,'')||_0x8dff97[_0x93c746(0x1a2)](_0x236dc6,_0x480a9e)||_0x8dff97['qJwVu'](_0x236dc6,path['dirname'](_0x236dc6)))return null;try{return fs[_0x93c746(0xfa)](path[_0x93c746(0x154)](_0x236dc6,_0x8dff97['auQDz'],_0x8dff97[_0x93c746(0x105)])),_0x236dc6;}catch(_0x970138){const _0xed76f8=path['dirname'](_0x236dc6);return this['findGitConfig'](_0xed76f8);}}[a4_0x1137ae(0x12b)](_0x76567e){const _0x29f1da=a4_0x1137ae,_0x557bc9={};_0x557bc9[_0x29f1da(0x140)]=function(_0x403f9b,_0x447f72){return _0x403f9b>_0x447f72;};const _0x26be89=_0x557bc9;if(_0x76567e[_0x29f1da(0x194)])return _0x76567e[_0x29f1da(0x194)];if(_0x76567e[_0x29f1da(0x1a7)]){const _0x2acfd8=_0x76567e['ctx'][_0x29f1da(0x14a)]?this['getRootParentFile'](_0x76567e[_0x29f1da(0x1a7)][_0x29f1da(0x14a)]):null;if(_0x2acfd8)return _0x2acfd8;}if(_0x76567e[_0x29f1da(0x111)]){const _0x2b2b22=this[_0x29f1da(0x12b)](_0x76567e[_0x29f1da(0x111)])||(_0x76567e[_0x29f1da(0x111)][_0x29f1da(0x1a7)]&&_0x76567e[_0x29f1da(0x111)][_0x29f1da(0x1a7)][_0x29f1da(0x14a)]?this[_0x29f1da(0x12b)](_0x76567e['parent'][_0x29f1da(0x1a7)]['currentTest']):null);if(_0x2b2b22)return _0x2b2b22;_0x76567e['parent'][_0x29f1da(0x161)]&&_0x26be89[_0x29f1da(0x140)](_0x76567e[_0x29f1da(0x111)][_0x29f1da(0x161)][_0x29f1da(0x175)],0x0)&&_0x76567e[_0x29f1da(0x111)][_0x29f1da(0x161)][_0x29f1da(0x141)](_0x687c13=>{const _0x300006=_0x29f1da,_0x4bcec1=_0x687c13['ctx']?this[_0x300006(0x12b)](_0x687c13[_0x300006(0x1a7)]):null;if(_0x4bcec1)return _0x4bcec1;});}return null;}[a4_0x1137ae(0x1c2)](_0x5c87a4){const _0x44f959=a4_0x1137ae,_0x4e0370={};_0x4e0370['lbcVg']=function(_0x1208ed,_0x583f17){return _0x1208ed!==_0x583f17;};const _0x1b0ae5=_0x4e0370,_0x509408=[];if(_0x5c87a4&&_0x5c87a4[_0x44f959(0x111)]){let _0x73d346=_0x5c87a4[_0x44f959(0x111)];while(_0x73d346&&_0x1b0ae5['lbcVg'](_0x73d346['title'],'')){_0x509408[_0x44f959(0x1bb)](_0x73d346[_0x44f959(0x12f)]),_0x73d346=_0x73d346[_0x44f959(0x111)];}}return _0x509408;}['captureEvent'](_0x5f4605,_0x452148,_0x32da5b=undefined){const _0x17ba96=a4_0x1137ae,_0x303b53={'zkGmV':function(_0x5d01d8,_0x32c519){return _0x5d01d8(_0x32c519);},'oBtga':function(_0x310081){return _0x310081();},'XIkNm':function(_0x373707){return _0x373707();},'VxUiP':function(_0x469c41){return _0x469c41();},'VJInM':function(_0x1499e1,_0x48f844){return _0x1499e1(_0x48f844);},'HIqyL':_0x17ba96(0x18b),'FpcPN':'err','vZplN':function(_0x37fe1c,_0x43d4c7){return _0x37fe1c!==_0x43d4c7;},'oRzau':_0x17ba96(0x101),'cnQeT':_0x17ba96(0x1b7),'auJOS':_0x17ba96(0x171),'ESLSS':_0x17ba96(0x13a),'GIeRh':_0x17ba96(0xe7),'sZRFt':_0x17ba96(0x1af),'MdsLb':function(_0x397c32,_0x3c5a89){return _0x397c32-_0x3c5a89;},'guDve':function(_0x64e82d,_0x2fbe80,_0x4891a2,_0x527e77,_0xa109da){return _0x64e82d(_0x2fbe80,_0x4891a2,_0x527e77,_0xa109da);},'krJdn':function(_0x14d671,_0x21464b){return _0x14d671!==_0x21464b;},'zAHbd':_0x17ba96(0x10a),'qSpZf':'meta','lxBbP':_0x17ba96(0x14c),'HPuEo':_0x17ba96(0xf9),'XEBcR':'backtrace','RUpss':_0x17ba96(0x1b9),'FdODM':_0x17ba96(0x15f),'zvrDQ':function(_0x1801c5,_0x2c0669){return _0x1801c5===_0x2c0669;},'rRqAe':_0x17ba96(0x1c9),'aUCIr':_0x17ba96(0x122)};if(!this[_0x17ba96(0x128)])return;try{if(_0x452148['fn']&&_0x452148['fn']['toString']()[_0x17ba96(0x1cc)](/browserstack internal helper hook/))return;const _0x223a44=_0x303b53[_0x17ba96(0x14f)](parseEvent,_0x5f4605);if(!_0x223a44)return;if(_0x223a44['test']){this['currentTest']=_0x452148,this[_0x17ba96(0x148)]=null;if(_0x223a44[_0x17ba96(0xe2)]||_0x223a44['skipped']){_0x452148[_0x17ba96(0x13f)]=new Date(),_0x452148[_0x17ba96(0x138)]=![];if(!_0x452148['testAnalyticsId'])_0x452148['testAnalyticsId']=_0x303b53['oBtga'](uuidv4);else _0x452148[_0x17ba96(0x138)]&&(!_0x452148[_0x17ba96(0x19e)]&&(_0x452148[_0x17ba96(0x19e)]=_0x452148['testAnalyticsId']),_0x452148[_0x17ba96(0x159)]=_0x303b53[_0x17ba96(0x11d)](uuidv4));}}else{if(_0x223a44['hook']){this[_0x17ba96(0x148)]=_0x452148;if(_0x223a44['started']){_0x452148[_0x17ba96(0x13f)]=new Date(),_0x452148[_0x17ba96(0x138)]=![];if(!_0x452148[_0x17ba96(0x144)])_0x452148[_0x17ba96(0x144)]=_0x303b53[_0x17ba96(0x188)](uuidv4);else _0x452148['hookAnalyticsId']&&_0x452148[_0x17ba96(0x138)]&&(_0x452148[_0x17ba96(0x144)]=_0x303b53['XIkNm'](uuidv4));}}}if(_0x223a44[_0x17ba96(0x184)]&&_0x452148[_0x17ba96(0x138)])return;let _0xafdd47;try{_0xafdd47=this[_0x17ba96(0x12b)](_0x452148);}catch(_0x5dbaad){logger['debug'](_0x17ba96(0x187)+_0x5dbaad),_0xafdd47=null;}const _0x2a143f=_0x303b53['VJInM'](require,_0x303b53['HIqyL']);let _0xc671e7=[];_0x32da5b&&(_0xc671e7=[_0x32da5b,_0x303b53[_0x17ba96(0x17b)]]);const _0x40899c=_0x303b53['vZplN'](_0x452148['errorsDetailed'],undefined)?_0x2a143f['inspect'](_0x452148[_0x17ba96(0x197)][0x0]):_0x303b53[_0x17ba96(0x182)](_0x32da5b,undefined)?_0x32da5b[_0x17ba96(0x147)]():undefined,_0x224c0a=_0xafdd47?this[_0x17ba96(0x1aa)](_0xafdd47):null,_0x47403b=_0xafdd47?this['_paths'][_0x17ba96(0x19f)](this[_0x17ba96(0x12b)](_0x452148)):_0x303b53[_0x17ba96(0xfc)];let _0x44ce1f=_0x303b53['cnQeT'];const _0x381a1b=!_0x223a44[_0x17ba96(0xe2)]?new Date()[_0x17ba96(0x133)]():null;if(_0x223a44[_0x17ba96(0x184)])_0x44ce1f=_0x32da5b?_0x303b53[_0x17ba96(0x19d)]:_0x303b53[_0x17ba96(0x16e)],_0x452148[_0x17ba96(0x138)]=!![];else _0x223a44[_0x17ba96(0xe7)]&&(_0x44ce1f=_0x303b53[_0x17ba96(0x1a4)],_0x452148[_0x17ba96(0x138)]=!![]);const _0x1149ec={'framework':this[_0x17ba96(0xfd)],'uuid':_0x452148[_0x17ba96(0x159)]||_0x452148['hookAnalyticsId'],'name':_0x452148[_0x17ba96(0x12f)],'body':{'lang':_0x303b53[_0x17ba96(0x108)],'code':_0x452148[_0x17ba96(0x1b2)]['toString']()},'type':_0x452148['type'],'scope':_0x452148[_0x17ba96(0x17c)](),'scopes':this[_0x17ba96(0x1c2)](_0x452148),'file_name':_0x47403b,'vc_filepath':_0x224c0a?path[_0x17ba96(0x11f)](_0x224c0a,_0xafdd47):null,'location':_0x47403b,'result':_0x44ce1f,'failure_reason':_0x40899c,'duration_in_ms':_0x452148[_0x17ba96(0x13b)]||(_0x223a44[_0x17ba96(0x184)]||_0x223a44[_0x17ba96(0xe7)])?_0x303b53['MdsLb'](Date[_0x17ba96(0x167)](),new Date(_0x452148[_0x17ba96(0x13f)])['getTime']()):null,'started_at':new Date(_0x452148[_0x17ba96(0x13f)])[_0x17ba96(0x133)](),'finished_at':_0x381a1b,'failure':testOpsHelper['failureData'][_0x17ba96(0x189)](null,_0xc671e7),'failure_type':!_0x40899c?null:testOpsHelper[_0x17ba96(0xf6)](_0x40899c),'retry_of':_0x452148[_0x17ba96(0x19e)]||null,'tags':_0x452148['tags']||[],'customRerunParam':{'rerun_name':_0x452148['fullTitle']()}};_0x303b53[_0x17ba96(0x12c)](appendTesthubParams,_0x1149ec,_0x5f4605,_0x452148,FRAMEWORKS['CODECEPT']);if(_0x223a44[_0x17ba96(0x1c8)])[_0x1149ec[_0x17ba96(0x1be)],_0x1149ec[_0x17ba96(0x16d)]]=[this[_0x17ba96(0x139)](_0x452148),_0x452148[_0x17ba96(0x1a7)][_0x17ba96(0x166)][_0x17ba96(0x12f)]],_0x223a44[_0x17ba96(0x184)]?_0x303b53[_0x17ba96(0x1c4)](_0x1149ec[_0x17ba96(0x126)],_0x303b53['auJOS'])&&(_0x1149ec[_0x17ba96(0x126)]=_0x303b53[_0x17ba96(0x16e)]):_0x1149ec['body']={};else _0x223a44['test']&&(this[_0x17ba96(0x164)](_0x452148),_0x223a44[_0x17ba96(0xe7)]&&this[_0x17ba96(0x181)](_0x452148),(_0x223a44[_0x17ba96(0x184)]||_0x223a44[_0x17ba96(0xe7)])&&(_0x1149ec['hooks']=this[_0x17ba96(0x145)](_0x452148)));this[_0x17ba96(0xf8)]&&(_0x223a44[_0x17ba96(0xe2)]||_0x223a44[_0x17ba96(0xe7)])&&(_0x1149ec[_0x303b53[_0x17ba96(0x1b8)]]=this[_0x17ba96(0xe6)](this[_0x17ba96(0xf8)]));_0x223a44[_0x17ba96(0x166)]&&_0x223a44[_0x17ba96(0x184)]&&_0x452148['bddSteps']&&(_0x1149ec[_0x303b53[_0x17ba96(0x14b)]]={'feature':{'name':_0x452148['parent'][_0x17ba96(0x1b3)][_0x17ba96(0x16d)],'path':_0x1149ec[_0x17ba96(0x165)],'description':_0x452148[_0x17ba96(0x111)][_0x17ba96(0x125)]},'scenario':{'name':_0x452148[_0x17ba96(0x12f)]},'steps':_0x452148[_0x17ba96(0x18f)]});const _0x5f373f=_0x1149ec[_0x303b53[_0x17ba96(0x116)]][0x0];_0x5f373f&&(_0x1149ec[_0x303b53[_0x17ba96(0x190)]]=_0x5f373f[_0x303b53['XEBcR']],_0x1149ec[_0x303b53[_0x17ba96(0x1a9)]]=_0x5f373f[_0x303b53[_0x17ba96(0x106)]]);if(_0x452148['bddSteps'])for(const _0x51cf3f of _0x452148[_0x17ba96(0x18f)]){!_0x51cf3f[_0x17ba96(0xe3)]&&(_0x51cf3f['finished_at']=new Date()[_0x17ba96(0x133)](),_0x303b53['zvrDQ'](_0x51cf3f['result'],_0x303b53[_0x17ba96(0x1c3)])&&(_0x5f373f?(_0x51cf3f['result']=_0x303b53[_0x17ba96(0x19d)],_0x51cf3f[_0x17ba96(0x14c)]=_0x5f373f[_0x303b53[_0x17ba96(0xed)]][0x0]):_0x51cf3f[_0x17ba96(0x126)]=_0x303b53[_0x17ba96(0x16e)]));}const _0x362ab6={};_0x362ab6['event_type']=_0x223a44['skipped']?TEST_EVENTS['TEST_RUN_FINISHED']:_0x5f4605;const _0x63ed66=_0x362ab6;return _0x223a44[_0x17ba96(0x1c8)]?_0x63ed66[_0x303b53['rRqAe']]=_0x1149ec:_0x63ed66[_0x303b53[_0x17ba96(0x18d)]]=_0x1149ec,_0x63ed66;}catch(_0x2b1dc4){logger[_0x17ba96(0x102)](_0x17ba96(0x127)+_0x5f4605+_0x17ba96(0x14d)+_0x2b1dc4);}}async[a4_0x1137ae(0x16a)](_0x501ed3,_0x47164d){const _0x4f891d=a4_0x1137ae;if(!this[_0x4f891d(0x128)]||!_0x47164d||!_0x501ed3)return![];try{return await SessionHandler[_0x4f891d(0x17d)](_0x47164d);}catch(_0x23f75c){logger['debug'](_0x4f891d(0x12e)+_0x501ed3+_0x4f891d(0x14d)+_0x23f75c);}}[a4_0x1137ae(0xe5)](_0xa66534){const _0x572c0f=a4_0x1137ae,_0x24634d={};_0x24634d[_0x572c0f(0x143)]=_0x572c0f(0x1b7);const _0x3d382d=_0x24634d;return{'id':_0xa66534['stepAnalyticsId'],'text':_0xa66534[_0x572c0f(0x146)],'keyword':_0xa66534[_0x572c0f(0xff)],'started_at':_0xa66534['startedAt'][_0x572c0f(0x133)](),'result':_0x3d382d[_0x572c0f(0x143)]};}[a4_0x1137ae(0x19c)](_0x19baa2){const _0xe18332=a4_0x1137ae,_0x5576bf={'vQrrE':function(_0x212714){return _0x212714();}};!this[_0xe18332(0x14a)][_0xe18332(0x18f)]&&(this[_0xe18332(0x14a)][_0xe18332(0x18f)]=[]),!_0x19baa2[_0xe18332(0x130)]&&(_0x19baa2[_0xe18332(0x130)]=_0x5576bf[_0xe18332(0xe9)](uuidv4),_0x19baa2[_0xe18332(0x13f)]=new Date(),this[_0xe18332(0x14a)][_0xe18332(0x18f)][_0xe18332(0x1bb)](this[_0xe18332(0xe5)](_0x19baa2)));}[a4_0x1137ae(0x195)](_0x16bd6d){const _0x10afbc=a4_0x1137ae,_0x33be9f={'qtYkB':function(_0x3144d1,_0x10b64e){return _0x3144d1(_0x10b64e);},'hyOpn':_0x10afbc(0x151),'NtBeD':_0x10afbc(0x1b7),'WDWGi':_0x10afbc(0x13a),'DkHck':function(_0x5804c3,_0x3bad6b){return _0x5804c3-_0x3bad6b;}};let _0x4f4db6=this['currentTest'][_0x10afbc(0x18f)][_0x10afbc(0x132)](_0x450bae=>_0x450bae['id']===_0x16bd6d['stepAnalyticsId']);_0x33be9f['qtYkB'](isUndefined,_0x4f4db6)&&(_0x4f4db6=this[_0x10afbc(0xe5)](_0x16bd6d)),_0x4f4db6[_0x10afbc(0x126)]=[_0x33be9f[_0x10afbc(0x185)],_0x33be9f[_0x10afbc(0x136)]]['includes'](_0x16bd6d[_0x10afbc(0x1c7)])?_0x33be9f[_0x10afbc(0x19b)]:_0x16bd6d['status'],_0x4f4db6[_0x10afbc(0xe3)]=new Date()[_0x10afbc(0x133)](),_0x4f4db6[_0x10afbc(0x13b)]=_0x33be9f[_0x10afbc(0xec)](Date[_0x10afbc(0x167)](),_0x16bd6d[_0x10afbc(0x13f)][_0x10afbc(0x13e)]()),_0x4f4db6[_0x10afbc(0x14c)]=_0x16bd6d[_0x10afbc(0x113)]?_0x16bd6d[_0x10afbc(0x113)][_0x10afbc(0x180)]:null;}}const a4_0x28e474={};a4_0x28e474[a4_0x1137ae(0xf0)]=O11yHelper,a4_0x28e474[a4_0x1137ae(0x1cb)]=STATE_PASSED,a4_0x28e474['STATE_FAILED']=STATE_FAILED,a4_0x28e474[a4_0x1137ae(0xfb)]=TEST_EVENTS,module[a4_0x1137ae(0xf3)]=a4_0x28e474;
|