browserstack-node-sdk 1.54.1 → 1.54.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ats/src/cloudproviders/AWS.js +1 -1
- package/ats/src/cloudproviders/Azure.js +1 -1
- package/ats/src/cloudproviders/CloudProvider.js +1 -1
- package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
- package/ats/src/cloudproviders/utils.js +1 -1
- package/ats/src/commands/configure.js +1 -1
- package/ats/src/commands/connect.js +1 -1
- package/ats/src/commands/connect_commands/grid.js +1 -1
- package/ats/src/commands/create.js +1 -1
- package/ats/src/commands/create_commands/grid.js +1 -1
- package/ats/src/commands/delete.js +1 -1
- package/ats/src/commands/delete_commands/grid.js +1 -1
- package/ats/src/commands/init.js +1 -1
- package/ats/src/commands/list.js +1 -1
- package/ats/src/commands/list_commands/grid_profiles.js +1 -1
- package/ats/src/commands/list_commands/grids.js +1 -1
- package/ats/src/commands/precheck.js +1 -1
- package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
- package/ats/src/commands/start.js +1 -1
- package/ats/src/commands/start_commands/grid.js +1 -1
- package/ats/src/commands/stop.js +1 -1
- package/ats/src/commands/stop_commands/grid.js +1 -1
- package/ats/src/config/constants.js +1 -1
- package/ats/src/config/logger.js +1 -1
- package/ats/src/index.js +1 -1
- package/ats/src/utils/AWSUtils.js +1 -1
- package/ats/src/utils/createAutoscalerStack.js +1 -1
- package/ats/src/utils/createClusterStack.js +1 -1
- package/ats/src/utils/createHubHaStack.js +1 -1
- package/ats/src/utils/createk8sClient.js +1 -1
- package/ats/src/utils/deleteEFSMountTargets.js +1 -1
- package/ats/src/utils/deleteStack.js +1 -1
- package/ats/src/utils/describeStack.js +1 -1
- package/ats/src/utils/gridComponents.js +1 -1
- package/ats/src/utils/hstUtils.js +1 -1
- package/ats/src/utils/instrumentationUtils.js +1 -1
- package/ats/src/utils/userInput.js +1 -1
- package/ats/src/utils/utilityMethods.js +1 -1
- package/ats/src/utils/webSocketUtils.js +1 -1
- package/package.json +1 -1
- package/src/ai-sdk-node/bundle.js +1 -1
- package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
- package/src/bin/codeceptjs/command.js +1 -1
- package/src/bin/codeceptjs/helper.js +1 -1
- package/src/bin/codeceptjs/o11yHelper.js +1 -1
- package/src/bin/cucumber-js/command.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
- package/src/bin/cucumber-js/test-observability.js +1 -1
- package/src/bin/cucumber-js/test.setup.js +1 -1
- package/src/bin/cucumber-js/test_old.setup.js +1 -1
- package/src/bin/cucumber-js/timeout.setup.js +1 -1
- package/src/bin/integrations/command.js +1 -1
- package/src/bin/integrations/constants.js +1 -1
- package/src/bin/jest/command.js +1 -1
- package/src/bin/jest/customImplements/customCircus.js +1 -1
- package/src/bin/jest/customImplements/customEnvironment.js +1 -1
- package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
- package/src/bin/jest/customImplements/customSequencer.js +1 -1
- package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
- package/src/bin/jest/jest.setup.js +1 -1
- package/src/bin/jest/test-observability/data-hooks.js +1 -1
- package/src/bin/jest/test-observability/helper.js +1 -1
- package/src/bin/jest/test-observability/obsReporter.js +1 -1
- package/src/bin/jest/test-observability/test-details.js +1 -1
- package/src/bin/jest/test.setup.js +1 -1
- package/src/bin/jest/test_before.setup.js +1 -1
- package/src/bin/launcher/launcher.js +1 -1
- package/src/bin/load/index.js +1 -1
- package/src/bin/load/loadUtils.js +1 -1
- package/src/bin/mocha/accessibility-automation/helper.js +1 -1
- package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
- package/src/bin/mocha/command.js +1 -1
- package/src/bin/mocha/test-observability/builderPatch.js +1 -1
- package/src/bin/mocha/test-observability/data-hooks.js +1 -1
- package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
- package/src/bin/mocha/test.setup.js +1 -1
- package/src/bin/nightwatch/command.js +1 -1
- package/src/bin/playwright/accessibility-helper.js +1 -1
- package/src/bin/playwright/command.js +1 -1
- package/src/bin/playwright/globalSetup.js +1 -1
- package/src/bin/playwright/mock-process.js +1 -1
- package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
- package/src/bin/playwright/patches.js +1 -1
- package/src/bin/playwright/reporter/pwUtils.js +1 -1
- package/src/bin/playwright/reporter/reporter.js +1 -1
- package/src/bin/playwright/reporter/test-details.js +1 -1
- package/src/bin/playwright/sessionDetails.js +1 -1
- package/src/bin/puppeteer/patches.js +1 -1
- package/src/bin/puppeteer/sessionDetails.js +1 -1
- package/src/bin/puppeteer/test.setup.js +1 -1
- package/src/bin/runner.js +1 -1
- package/src/bin/setup.js +1 -1
- package/src/bin/test-runner/index.js +1 -1
- package/src/bin/test-runner/runTest.js +1 -1
- package/src/bin/test-runner/testWorker.js +1 -1
- package/src/bin/utils/apiUtilityMethods.js +1 -1
- package/src/bin/utils/clientTroubleshootingService.js +1 -1
- package/src/bin/utils/constants.js +1 -1
- package/src/bin/utils/log4jsAppender.js +1 -1
- package/src/bin/utils/logPatcher.js +1 -1
- package/src/bin/utils/logReportingAPI.js +1 -1
- package/src/bin/utils/playwright-patcher.js +1 -1
- package/src/bin/utils/puppeteer-patcher.js +1 -1
- package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
- package/src/bin/utils/sharedUtils.js +1 -1
- package/src/bin/v2/TestInfo.js +1 -1
- package/src/bin/v2/browserstackCLI.js +1 -1
- package/src/bin/v2/cliUtils.js +1 -1
- package/src/bin/v2/customTagManager.js +1 -1
- package/src/bin/v2/eventDispatcher.js +1 -1
- package/src/bin/v2/framework/automationFramework.js +1 -1
- package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
- package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
- package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
- package/src/bin/v2/framework/jestTestFramework.js +1 -1
- package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
- package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
- package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
- package/src/bin/v2/framework/testFramework.js +1 -1
- package/src/bin/v2/grpcClient.js +1 -1
- package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
- package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
- package/src/bin/v2/instances/trackedContext.js +1 -1
- package/src/bin/v2/instances/trackedInstance.js +1 -1
- package/src/bin/v2/modules/accessibilityModule.js +1 -1
- package/src/bin/v2/modules/baseModule.js +1 -1
- package/src/bin/v2/modules/loadTestModule.js +1 -1
- package/src/bin/v2/modules/observabilityModule.js +1 -1
- package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
- package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
- package/src/bin/v2/modules/testhubModule.js +1 -1
- package/src/bin/v2/state/automationFrameworkState.js +1 -1
- package/src/bin/v2/state/hookState.js +1 -1
- package/src/bin/v2/state/testFrameworkState.js +1 -1
- package/src/bin/v2/uploadAttachmentsManager.js +1 -1
- package/src/bin/v2/utils/cucumber-utils.js +1 -1
- package/src/bin/v2/utils/jest-utils.js +1 -1
- package/src/bin/vanilla-js/command.js +1 -1
- package/src/browserStackSdk.js +1 -1
- package/src/helpers/BrowserStackSetup.js +1 -1
- package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
- package/src/helpers/accessibility-automation/constants.js +1 -1
- package/src/helpers/accessibility-automation/helper.js +1 -1
- package/src/helpers/accessibility-automation/scripts.js +1 -1
- package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
- package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
- package/src/helpers/ats/constants.js +1 -1
- package/src/helpers/ats/helper.js +1 -1
- package/src/helpers/capsMapping.js +1 -1
- package/src/helpers/central-scanner/constants.js +1 -1
- package/src/helpers/central-scanner/helpers.js +1 -1
- package/src/helpers/classLogger.js +1 -1
- package/src/helpers/globals.js +1 -1
- package/src/helpers/helper.js +1 -1
- package/src/helpers/logger.js +1 -1
- package/src/helpers/metadata.js +1 -1
- package/src/helpers/patchHelper.js +1 -1
- package/src/helpers/patchHelpers.js +1 -1
- package/src/helpers/percy/Percy.js +1 -1
- package/src/helpers/percy/PercyBinary.js +1 -1
- package/src/helpers/percy/PercyCaptureMap.js +1 -1
- package/src/helpers/percy/PercyCaptureModes.js +1 -1
- package/src/helpers/percy/PercySDK.js +1 -1
- package/src/helpers/percy/index.js +1 -1
- package/src/helpers/percy/utils.js +1 -1
- package/src/helpers/performance/constants.js +1 -1
- package/src/helpers/performance/performance-tester.js +1 -1
- package/src/helpers/playwright-helper.js +1 -1
- package/src/helpers/processHelper.js +1 -1
- package/src/helpers/puppeteer-helper.js +1 -1
- package/src/helpers/request-spy.js +1 -1
- package/src/helpers/setKeepAlive.js +1 -1
- package/src/helpers/test-observability/constants.js +1 -1
- package/src/helpers/test-observability/error-handler.js +1 -1
- package/src/helpers/test-observability/requestQueueHandler.js +1 -1
- package/src/helpers/test-observability/sessionHandler.js +1 -1
- package/src/helpers/test-observability/utils.js +1 -1
- package/src/helpers/test-orchestration/constants.js +1 -1
- package/src/helpers/test-orchestration/failfastManager.js +1 -1
- package/src/helpers/test-orchestration/fileHelper.js +1 -1
- package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
- package/src/helpers/test-orchestration/requestUtils.js +1 -1
- package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
- package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
- package/src/helpers/testhub/constants.js +1 -1
- package/src/helpers/testhub/testhubHandler.js +1 -1
- package/src/helpers/testhub/utils.js +1 -1
- package/src/helpers/timeoutPromise.js +1 -1
- package/src/helpers/utilities.js +1 -1
- package/src/helpers/w3cMapping.js +1 -1
- package/src/hubAllocationMethods.js +1 -1
- package/src/index.js +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
const a1_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
|
+
function a1_0x4439(_0x4f46a4,_0x5f1952){const _0x1e230b=a1_0x1e23();return a1_0x4439=function(_0x443918,_0x4472f0){_0x443918=_0x443918-0x185;let _0x22de7b=_0x1e230b[_0x443918];return _0x22de7b;},a1_0x4439(_0x4f46a4,_0x5f1952);}const a1_0x330f1e=a1_0x4439;(function(_0x2f45a7,_0x4a573f){const _0x3bbc8c=a1_0x4439,_0x11c379=_0x2f45a7();while(!![]){try{const _0x1438e9=-parseInt(_0x3bbc8c(0x289))/0x1*(-parseInt(_0x3bbc8c(0x198))/0x2)+-parseInt(_0x3bbc8c(0x258))/0x3+parseInt(_0x3bbc8c(0x1eb))/0x4*(parseInt(_0x3bbc8c(0x200))/0x5)+parseInt(_0x3bbc8c(0x1d6))/0x6*(-parseInt(_0x3bbc8c(0x1b6))/0x7)+parseInt(_0x3bbc8c(0x1e3))/0x8*(-parseInt(_0x3bbc8c(0x1c5))/0x9)+-parseInt(_0x3bbc8c(0x26b))/0xa*(parseInt(_0x3bbc8c(0x1a9))/0xb)+parseInt(_0x3bbc8c(0x1ee))/0xc;if(_0x1438e9===_0x4a573f)break;else _0x11c379['push'](_0x11c379['shift']());}catch(_0x16e64b){_0x11c379['push'](_0x11c379['shift']());}}}(a1_0x1e23,0xc918f));const fs=require('fs'),util=require('util'),{requireModule,markSessionStatus,isUndefined,isTrue,isBrowserstackInfra}=require('../../helpers/helper'),logger=require('../../helpers/logger')[a1_0x330f1e(0x287)],testOpsHelper=require(a1_0x330f1e(0x20f)),requestSpy=require(a1_0x330f1e(0x259)),PlaywrightSessionDetails=require('../../bin/playwright/sessionDetails'),{O11yHelper,TEST_EVENTS,STATE_PASSED,STATE_FAILED}=require(a1_0x330f1e(0x270)),{shouldScanTestForAccessibility,isAccessibilityAutomationSession}=require(a1_0x330f1e(0x272)),AccessibilityHelper=require(a1_0x330f1e(0x1b0)),scripts=require(a1_0x330f1e(0x243)),PerformanceTester=require(a1_0x330f1e(0x1af)),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceHookEvents}=require(a1_0x330f1e(0x225)),{processWebDriverConfig,shouldPatchExecuteScript}=require(a1_0x330f1e(0x224)),testHubConstants=require(a1_0x330f1e(0x217)),globals=require(a1_0x330f1e(0x20c)),CodeceptJS=requireModule(a1_0x330f1e(0x1a1),a1_0x330f1e(0x204)),CodeceptUtils=requireModule(a1_0x330f1e(0x1ef),a1_0x330f1e(0x204)),CodeceptWebDriver=requireModule(a1_0x330f1e(0x195),a1_0x330f1e(0x204)),CodeceptRecorder=requireModule(a1_0x330f1e(0x28a),'codeceptjs'),CodeceptPlaywright=requireModule(a1_0x330f1e(0x1f2),a1_0x330f1e(0x204)),playwrightMarkSessionStatus=(_0x21ffe4,_0x4c8ec5,_0x4c8b2c)=>{const _0x5cc094=a1_0x330f1e,_0x571771={'MQgOY':'setSessionStatus','fOLBF':function(_0x32e80e,_0x4fd100){return _0x32e80e(_0x4fd100);}},_0x271aff={};_0x271aff[_0x5cc094(0x186)]=_0x4c8ec5;const _0x32c24f={};_0x32c24f[_0x5cc094(0x266)]=_0x571771[_0x5cc094(0x1aa)],_0x32c24f[_0x5cc094(0x209)]=_0x271aff;const _0x38657b=_0x32c24f;return!_0x571771[_0x5cc094(0x260)](isUndefined,_0x4c8b2c)&&(_0x38657b[_0x5cc094(0x209)]['reason']=JSON[_0x5cc094(0x1c1)](_0x4c8b2c)),_0x21ffe4[_0x5cc094(0x21d)](()=>{},_0x5cc094(0x22f)+JSON[_0x5cc094(0x1c1)](_0x38657b));},o11ySync=PerformanceTester['measureWrapper'](PerformanceO11yEvents[a1_0x330f1e(0x237)],async _0x2b5f85=>{const _0x5b953a=a1_0x330f1e,_0x3346a4={};_0x3346a4[_0x5b953a(0x253)]=function(_0x10ee1d,_0x11d6f0){return _0x10ee1d===_0x11d6f0;},_0x3346a4[_0x5b953a(0x25e)]=_0x5b953a(0x19b);const _0x2590d6=_0x3346a4;_0x2590d6['QiGZj'](_0x2b5f85[_0x5b953a(0x234)]['name'],_0x2590d6[_0x5b953a(0x25e)])?await _0x2b5f85[_0x5b953a(0x21d)](_0x4b1118=>{},testOpsHelper[_0x5b953a(0x1b5)]()):await _0x2b5f85['executeScript'](testOpsHelper[_0x5b953a(0x1b5)]());}),markSessionName=PerformanceTester['measureWrapper'](PerformanceAutEvents[a1_0x330f1e(0x25d)],async(_0x1bf7e0,_0xc6f47f)=>{const _0x27044e=a1_0x330f1e,_0x498e02={};_0x498e02['Dhjys']=_0x27044e(0x212),_0x498e02[_0x27044e(0x25c)]=function(_0x18793a,_0x573641){return _0x18793a===_0x573641;},_0x498e02[_0x27044e(0x221)]=_0x27044e(0x19b);const _0x1b6a22=_0x498e02,_0xdf46fc={};_0xdf46fc[_0x27044e(0x21c)]=_0xc6f47f;const _0x56a171={};_0x56a171['action']=_0x1b6a22['Dhjys'],_0x56a171['arguments']=_0xdf46fc;const _0x5b081f=_0x56a171;_0x1b6a22[_0x27044e(0x25c)](_0x1bf7e0[_0x27044e(0x234)][_0x27044e(0x21c)],_0x1b6a22[_0x27044e(0x221)])?await _0x1bf7e0['executeScript'](()=>{},_0x27044e(0x22f)+JSON[_0x27044e(0x1c1)](_0x5b081f)):await _0x1bf7e0['executeScript']('browserstack_executor:\x20'+JSON[_0x27044e(0x1c1)](_0x5b081f));}),patchSaveScreenshot=_0x40582a=>{const _0x4f99c9=a1_0x330f1e,_0x479d1a={'KXQEq':'base64','OAyuw':_0x4f99c9(0x1d3),'RGYob':function(_0x573535){return _0x573535();},'DFchM':function(_0x576da5,_0x41cbf2){return _0x576da5(_0x41cbf2);},'GWalv':_0x4f99c9(0x215)};_0x479d1a[_0x4f99c9(0x1a3)](isTrue,process['env'][_0x4f99c9(0x261)])&&!_0x40582a[_0x4f99c9(0x286)]&&(_0x40582a[_0x4f99c9(0x286)]=!![],_0x40582a['initSaveScreenshot']=_0x40582a[_0x4f99c9(0x220)],_0x40582a['saveScreenshot']=(_0x4e1663,_0x8eeb82=![])=>{const _0x586d29=_0x4f99c9,_0x5d4a58={'eYWql':_0x479d1a[_0x586d29(0x27a)],'ewfHt':_0x479d1a[_0x586d29(0x1f9)],'aMurv':function(_0x1cb1f0){const _0x3a2fe8=_0x586d29;return _0x479d1a[_0x3a2fe8(0x1dd)](_0x1cb1f0);},'iDJBF':function(_0x112853,_0x194185){const _0x5c7e8b=_0x586d29;return _0x479d1a[_0x5c7e8b(0x1a3)](_0x112853,_0x194185);},'zYUwD':_0x479d1a[_0x586d29(0x23b)]};return new Promise(function(_0x57958e,_0x85dc91){const _0x258883=_0x586d29,_0x150413={'QaCml':_0x5d4a58['eYWql'],'AGtKp':_0x5d4a58[_0x258883(0x285)],'VQxTa':function(_0xd867d1){const _0x41e1f5=_0x258883;return _0x5d4a58[_0x41e1f5(0x192)](_0xd867d1);},'ktzOq':function(_0x5fa96e,_0xf408e2){const _0x77511e=_0x258883;return _0x5d4a58[_0x77511e(0x21a)](_0x5fa96e,_0xf408e2);},'xRzao':_0x5d4a58[_0x258883(0x227)]};_0x40582a[_0x258883(0x249)](_0x4e1663,_0x8eeb82)['then'](()=>{const _0x4b7ecc=_0x258883,_0x4901da=CodeceptUtils[_0x4b7ecc(0x1a4)](_0x4e1663);if(_0x4901da){const _0x200f88=fs['readFileSync'](_0x4901da);process[_0x4b7ecc(0x24e)]('bs:addLog:'+process[_0x4b7ecc(0x1c9)],{'timestamp':new Date()[_0x4b7ecc(0x19d)](),'message':_0x200f88[_0x4b7ecc(0x20a)](_0x150413[_0x4b7ecc(0x282)]),'kind':_0x150413['AGtKp']}),_0x150413[_0x4b7ecc(0x20d)](_0x57958e);}_0x150413[_0x4b7ecc(0x1a5)](_0x85dc91,new Error(_0x150413[_0x4b7ecc(0x222)]));})[_0x258883(0x190)](()=>null);});});},patchWebDriverBefore=_0x2021f4=>{const _0x4a9dc0=a1_0x330f1e,_0x430444={'IGyUw':function(_0x135638){return _0x135638();},'fBHfo':function(_0x1ad8c,_0x159965){return _0x1ad8c(_0x159965);},'vRQfz':function(_0x5ba62e,_0x43a9a0){return _0x5ba62e===_0x43a9a0;},'KNdle':_0x4a9dc0(0x290),'IkqyD':function(_0x10b813,_0x45720b){return _0x10b813===_0x45720b;},'jNFnE':'string','Vqcmk':'Element'},_0x2ee72e=async function(_0x309134,_0x209cd5){const _0x2e2d58=_0x4a9dc0;_0x430444['IGyUw'](isAccessibilityAutomationSession)&&!global['bstackAllyScanning']&&global['accessibilityPlatform']&&scripts[_0x2e2d58(0x278)](_0x309134[_0x2e2d58(0x21c)])&&_0x430444[_0x2e2d58(0x19e)](shouldPatchExecuteScript,arguments[0x2])&&(global[_0x2e2d58(0x191)]=!![],await PerformanceTester[_0x2e2d58(0x1f6)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x3c0d1b=_0x2e2d58;logger[_0x3c0d1b(0x1c6)](_0x3c0d1b(0x25b)+_0x309134[_0x3c0d1b(0x1d0)]+'\x20'+_0x309134['name']),await AccessibilityHelper['browserStackExecuteDriver'](_0x2021f4,scripts[_0x3c0d1b(0x247)]);},{'command':_0x309134['name']})());global[_0x2e2d58(0x191)]=![];const _0x1852e5=JSON[_0x2e2d58(0x1b3)](process['env'][_0x2e2d58(0x219)]||'{}');if(_0x430444['vRQfz'](_0x1852e5?.[_0x2e2d58(0x18f)]?.['name'],_0x430444['KNdle'])&&_0x430444[_0x2e2d58(0x250)](typeof _0x1852e5?.[_0x2e2d58(0x18f)]?.[_0x2e2d58(0x207)],_0x430444[_0x2e2d58(0x1be)])&&_0x1852e5?.['testFramework']?.[_0x2e2d58(0x207)][_0x2e2d58(0x223)]('7'))return _0x209cd5['apply'](null,Array[_0x2e2d58(0x1c3)][_0x2e2d58(0x189)][_0x2e2d58(0x24b)](arguments,0x2));return _0x209cd5[_0x2e2d58(0x1cf)](this,Array[_0x2e2d58(0x1c3)][_0x2e2d58(0x189)][_0x2e2d58(0x24b)](arguments,0x2));},_0xd2b31c=CodeceptWebDriver['prototype'][_0x4a9dc0(0x22c)];CodeceptWebDriver[_0x4a9dc0(0x1c3)][_0x4a9dc0(0x22c)]=async function(){const _0x9a6f64=_0x4a9dc0;try{await _0xd2b31c[_0x9a6f64(0x1cf)](this,arguments);}catch(_0x5e7ff8){logger[_0x9a6f64(0x1c6)](_0x9a6f64(0x1c0)+util[_0x9a6f64(0x1c8)](_0x5e7ff8));}scripts[_0x9a6f64(0x1b8)][_0x9a6f64(0x288)](_0x4f865e=>_0x4f865e['name']&&_0x4f865e[_0x9a6f64(0x1d0)])[_0x9a6f64(0x26c)](_0x175fb4=>{const _0xe94206=_0x9a6f64;this[_0xe94206(0x203)][_0xe94206(0x188)](_0x175fb4[_0xe94206(0x21c)],_0x2ee72e[_0xe94206(0x230)](this,_0x175fb4),_0x430444['IkqyD'](_0x175fb4[_0xe94206(0x1d0)],_0x430444[_0xe94206(0x187)]));}),_0x430444[_0x9a6f64(0x19e)](processWebDriverConfig,_0x2021f4);};};function parseJwt(_0x47a5e0){const _0xf1ebb2=a1_0x330f1e,_0x5dc907={};_0x5dc907['lhwmt']=_0xf1ebb2(0x257);const _0x5c1cfa=_0x5dc907;if(!_0x47a5e0)return null;return JSON[_0xf1ebb2(0x1b3)](Buffer[_0xf1ebb2(0x18e)](_0x47a5e0[_0xf1ebb2(0x1f0)]('.')[0x1],_0x5c1cfa[_0xf1ebb2(0x1de)])[_0xf1ebb2(0x20a)]());}const patchPlaywrightBefore=()=>{const _0x321d4f=a1_0x330f1e,_0x5e4ad1={'aTCKv':function(_0x5025c7){return _0x5025c7();},'gtijL':_0x321d4f(0x238),'tQYik':'--auto-open-devtools-for-tabs','lzayd':function(_0x304627,_0x3687fc){return _0x304627(_0x3687fc);},'RFOah':function(_0x1503c2,_0x1fbbd8){return _0x1503c2+_0x1fbbd8;},'lnFbf':'\x0aStack:\x20','BuUIR':function(_0x2e3417){return _0x2e3417();},'bakTW':function(_0x3b5e28){return _0x3b5e28();}};PlaywrightSessionDetails[_0x321d4f(0x19f)]();const _0x2cd0f6=CodeceptPlaywright['prototype'][_0x321d4f(0x22c)];CodeceptPlaywright[_0x321d4f(0x1c3)]['_before']=async function(){const _0xce495=_0x321d4f,_0x17c846={'sqGKg':function(_0x253dd0){const _0x1ddc9f=a1_0x4439;return _0x5e4ad1[_0x1ddc9f(0x1f5)](_0x253dd0);},'Cjcve':_0x5e4ad1[_0xce495(0x18b)],'eucuR':_0x5e4ad1[_0xce495(0x202)],'sANZp':function(_0x2bef0d,_0x715342){return _0x5e4ad1['lzayd'](_0x2bef0d,_0x715342);},'QfzML':function(_0x3f899f,_0x98e586){return _0x5e4ad1['RFOah'](_0x3f899f,_0x98e586);},'JSXtj':_0x5e4ad1[_0xce495(0x213)]};this[_0xce495(0x1d1)]=await this[_0xce495(0x203)][_0xce495(0x294)]()[0x0];const _0x1a4b0b=async()=>{const _0x28a4a7=_0xce495,_0x155940=this[_0x28a4a7(0x24c)]&&this[_0x28a4a7(0x24c)][_0x28a4a7(0x1ac)]&&this[_0x28a4a7(0x24c)][_0x28a4a7(0x1ac)][_0x28a4a7(0x25f)]&&Array[_0x28a4a7(0x251)](this['config'][_0x28a4a7(0x1ac)]['args'])&&this[_0x28a4a7(0x24c)][_0x28a4a7(0x1ac)][_0x28a4a7(0x25f)][_0x28a4a7(0x284)](_0x17c846[_0x28a4a7(0x1a8)]);if(_0x17c846[_0x28a4a7(0x267)](isAccessibilityAutomationSession)&&!_0x155940)try{const _0x41e3b5=_0x17c846[_0x28a4a7(0x263)](parseJwt,process[_0x28a4a7(0x256)][_0x28a4a7(0x1e6)]);if(_0x41e3b5&&_0x41e3b5[_0x28a4a7(0x293)]&&_0x41e3b5[_0x28a4a7(0x293)]['domForge']){const _0x101708=this[_0x28a4a7(0x1d1)]['pages'][_0x28a4a7(0x230)](this['browserContext']);this[_0x28a4a7(0x1d1)]['pages']=async function(){const _0x6f4a82=_0x28a4a7,_0x240a60=await _0x17c846[_0x6f4a82(0x267)](_0x101708),_0x1f271b=[];for(const _0x3c95c1 of _0x240a60){try{const _0x453e1d=await _0x3c95c1['url']();!_0x453e1d['startsWith'](_0x17c846['Cjcve'])&&_0x1f271b[_0x6f4a82(0x1e4)](_0x3c95c1);}catch(_0x309fe0){_0x1f271b[_0x6f4a82(0x1e4)](_0x3c95c1);}}return _0x1f271b;};}if(!_0x17c846[_0x28a4a7(0x267)](isBrowserstackInfra)){const _0x1f7a26=await this[_0x28a4a7(0x1ab)][_0x28a4a7(0x1dc)]();if(_0x1f7a26[_0x28a4a7(0x223)](_0x17c846[_0x28a4a7(0x1f4)])){const _0xc6e8fa=await this[_0x28a4a7(0x1d1)][_0x28a4a7(0x1ca)]();this[_0x28a4a7(0x1b9)](_0xc6e8fa[0x0]);}}}catch(_0x502130){logger[_0x28a4a7(0x1c6)](_0x28a4a7(0x23c)+_0x502130[_0x28a4a7(0x21f)]+(_0x502130['stack']?_0x17c846[_0x28a4a7(0x268)](_0x17c846['JSXtj'],_0x502130[_0x28a4a7(0x1b4)]):''));}};_0x5e4ad1[_0xce495(0x1f5)](isBrowserstackInfra)&&await _0x5e4ad1[_0xce495(0x1f5)](_0x1a4b0b),await _0x2cd0f6[_0xce495(0x1cf)](this,arguments),!_0x5e4ad1[_0xce495(0x197)](isBrowserstackInfra)&&await _0x5e4ad1[_0xce495(0x18c)](_0x1a4b0b);};},getCodeceptDriver=()=>{const _0x4b3189=a1_0x330f1e,_0x34c296={};_0x34c296[_0x4b3189(0x245)]='WebDriver',_0x34c296[_0x4b3189(0x194)]=_0x4b3189(0x19b),_0x34c296[_0x4b3189(0x1c2)]=_0x4b3189(0x1e1),_0x34c296[_0x4b3189(0x20e)]=_0x4b3189(0x1d8);const _0x367244=_0x34c296,_0x2d41f3=[_0x367244[_0x4b3189(0x245)],_0x367244['uiUlJ'],_0x367244[_0x4b3189(0x1c2)],_0x367244[_0x4b3189(0x20e)]],_0x432451=_0x2d41f3['find'](_0x193535=>!!CodeceptJS[_0x4b3189(0x1d9)][_0x4b3189(0x1a0)](_0x193535));if(!_0x432451)return null;return CodeceptJS[_0x4b3189(0x1d9)][_0x4b3189(0x1a0)](_0x432451);};function a1_0x1e23(){const _0xbc0bc=['4QenCci','WyRjy','sBAzt','19291884oEEfzq','codeceptjs/lib/utils.js','split','captureEvent','codeceptjs/lib/helper/Playwright.js','after','Cjcve','aTCKv','measureWrapper','addRequestSpy','eEfqV','OAyuw','eJyyb','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','saveTestResults','warn','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20summary.','BROWSERSTACK_TESTHUB_JWT','6985175wxWwbD','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','tQYik','browser','codeceptjs','Failed\x20in\x20sending\x20TestRunFinish\x20event:\x20','bddStep','version','bs:addLog:','arguments','toString','KAzha','../../helpers/globals.js','VQxTa','RBAUv','../../helpers/test-observability/utils','cdMKW','passed','setSessionName','lnFbf','egKJP','Screenshot\x20path\x20not\x20found','thBuildUuid','../../helpers/testhub/constants.js','SAVE_RESULTS','FRAMEWORK_DETAILS','iDJBF','SXnml','name','executeScript','CwGmV','message','saveScreenshot','kGlBd','xRzao','startsWith','./helper.js','../../helpers/performance/constants','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','zYUwD','wHLWV','enabled','INFO','start','_before','browserStackExecuteDriver','TeLad','browserstack_executor:\x20','bind','UkXWT','__skipSessionStatus','failed','constructor','before','ctx','SYNC','devtools://','skipped','test-failed','GWalv','Failed\x20to\x20patch\x20pages\x20method\x20in\x20browserContext\x20for\x20a11y\x20domForge:\x20','getAccessibilityResultsSummary','bddStepFinish','fjvpA','step-comment','getResults','hookType','../../helpers/accessibility-automation/scripts','hMBSg','XfMri','nHuMc','performScan','YmoPS','initSaveScreenshot','GET_RESULTS_SUMMARY','call','config','__workerDetails','emit','RyMwL','IkqyD','isArray','test-started','QiGZj','zEeye','TEST_RUN_STARTED','env','base64','3177147zEzZcL','../../helpers/request-spy','SDK_PRE_INITIALIZE','Performing\x20scan\x20for\x20','tJNWm','SESSION_NAME','FIbvp','args','fOLBF','BS_TESTOPS_ALLOW_SCREENSHOTS','PERFORM_SCAN','sANZp','QQUBk','SDK_POST_TEST','action','sqGKg','QfzML','oQXaW','JMJlD','1420glyeZo','forEach','hook-failed','TEST_RUN_SKIPPED','zYxFM','./o11yHelper','test-before','../../helpers/accessibility-automation/helper','TEST_LOG','FFKwk','ENV_VAR','XlQZG','HOOK_RUN_FINISHED','shouldWrapCommand','fireEvent','KXQEq','gXjKI','currentTest','command','BvLms','end','bddStepStart','pQMYG','QaCml','Failed\x20in\x20marking\x20session\x20status\x20of\x20test:\x20','includes','ewfHt','patchSaveScreenshot','winstonLogger','filter','9iOZaVK','codeceptjs/lib/recorder.js','thTestRunUuid','titlePath','TSfGR','skipSessionName','skipSessionStatus','webdriverio','captureError','stopMonitoring','a11y_core_config','contexts','SDK_POST_INITIALIZE','hook','zrUYU','SDK_PRE_TEST','status','Vqcmk','overwriteCommand','slice','MtIMD','gtijL','bakTW','Azvpf','from','testFramework','catch','bstackAllyScanning','aMurv','hook-started','uiUlJ','codeceptjs/lib/helper/WebDriver.js','event','BuUIR','82158gAOpnl','xfuTO','ltZDl','Playwright','wAEsF','toISOString','fBHfo','patch','helpers','codeceptjs/lib/index.js','sRdQu','DFchM','screenshotOutputFolder','ktzOq','title','browserstackTestName','eucuR','924hizfHR','MQgOY','page','chromium','add','HOOK_RUN_STARTED','../../helpers/performance/performance-tester','../../bin/playwright/accessibility-helper','QyqvM','test','parse','stack','getSyncScript','517909hBijVn','FGeOu','commandsToWrap','_setPage','SDK_HOOK','getAccessibilityResults','started','info','jNFnE','accessibilityPlatform','Failed\x20to\x20execute\x20_before:\x20','stringify','raoLB','prototype','isMobilePlatform','909SRzwWn','debug','UQqrr','format','pid','pages','tdQIy','SESSION_STATUS','slqMt','BROWSERSTACK_TESTHUB_UUID','apply','class','browserContext','__driver','TEST_SCREENSHOT','TEST_RUN_FINISHED','SDK_TEST','108IeGaET','zBavn','TestCafe','container','test-passed','is_mobile_session','url','RGYob','lhwmt','restore','thJwtToken','Puppeteer','step','11720CYXoCG','push','dispatcher','BS_A11Y_JWT','CINFt','bddStep-after','IRuPe','setGlobal'];a1_0x1e23=function(){return _0xbc0bc;};return a1_0x1e23();}module['exports']=function(_0x38043a){const _0x585e3d=a1_0x330f1e,_0x4f1f0e={'KAzha':function(_0x5de5a0){return _0x5de5a0();},'wHLWV':function(_0xe2bb45,_0x4a8d0a){return _0xe2bb45(_0x4a8d0a);},'tdQIy':'getAccessibilityResultsSummary','nHuMc':_0x585e3d(0x1fe),'FFKwk':_0x585e3d(0x1bb),'slqMt':_0x585e3d(0x201),'SXnml':_0x585e3d(0x193),'MtIMD':'hook-passed','hMBSg':_0x585e3d(0x26d),'sRdQu':_0x585e3d(0x1a7),'zBavn':_0x585e3d(0x271),'UQqrr':function(_0x8e6dfb){return _0x8e6dfb();},'JMJlD':function(_0x46d816,_0x491f72){return _0x46d816(_0x491f72);},'GwXrc':function(_0x5db5d2,_0x599d4e,_0x15bf9c){return _0x5db5d2(_0x599d4e,_0x15bf9c);},'wAEsF':_0x585e3d(0x252),'XlQZG':function(_0x3ea7df,_0x3ddfe7,_0x2666db){return _0x3ea7df(_0x3ddfe7,_0x2666db);},'WyRjy':function(_0x77859c){return _0x77859c();},'pQMYG':_0x585e3d(0x1da),'QyqvM':function(_0x51abc4,_0x54a142,_0x1c0322,_0x437b5b){return _0x51abc4(_0x54a142,_0x1c0322,_0x437b5b);},'UkXWT':function(_0x1a9213,_0x2271aa){return _0x1a9213===_0x2271aa;},'RyMwL':'Suite','zEeye':_0x585e3d(0x23a),'vQzmI':'test-skipped','CINFt':'afterTest','gXjKI':_0x585e3d(0x1c4),'TSfGR':function(_0x17b303,_0x5792e3,_0x751aaf){return _0x17b303(_0x5792e3,_0x751aaf);},'eEfqV':_0x585e3d(0x226),'CwGmV':'test-after','zrUYU':_0x585e3d(0x22a),'rWSxB':_0x585e3d(0x273),'cdMKW':_0x585e3d(0x240),'YmoPS':'bddStep-before','zYxFM':_0x585e3d(0x1e8),'IRuPe':function(_0x47b683){return _0x47b683();},'ikMsQ':_0x585e3d(0x19b)};_0x38043a[_0x585e3d(0x28f)]&&(global[_0x585e3d(0x232)]=_0x38043a[_0x585e3d(0x28f)]);PerformanceTester['startMonitoring']();const _0x1d6e05=_0x4f1f0e[_0x585e3d(0x1e9)](getCodeceptDriver),_0x2c940d=new O11yHelper(_0x1d6e05,_0x38043a),_0x338c84=!!CodeceptJS['container'][_0x585e3d(0x1a0)](_0x4f1f0e['ikMsQ']);global[_0x585e3d(0x1d2)]=_0x1d6e05,_0x1d6e05&&(PerformanceTester[_0x585e3d(0x1f6)](PerformanceEvents[_0x585e3d(0x25a)],()=>{const _0x314365=_0x585e3d;_0x338c84?_0x4f1f0e[_0x314365(0x20b)](patchPlaywrightBefore):_0x4f1f0e[_0x314365(0x228)](patchWebDriverBefore,_0x1d6e05);})(),PerformanceTester['measureWrapper'](PerformanceEvents[_0x585e3d(0x295)],()=>{const _0x41f310=_0x585e3d,_0x57c27d={};_0x57c27d[_0x41f310(0x199)]=_0x4f1f0e[_0x41f310(0x1cb)],_0x57c27d[_0x41f310(0x23f)]=_0x4f1f0e[_0x41f310(0x246)],_0x57c27d[_0x41f310(0x1fa)]=_0x4f1f0e[_0x41f310(0x274)],_0x57c27d[_0x41f310(0x1ed)]=_0x4f1f0e[_0x41f310(0x1cd)];const _0x2542f1=_0x57c27d;_0x1d6e05[_0x41f310(0x23d)]=async()=>{const _0xd24dab=_0x41f310;if(global[_0xd24dab(0x1bf)]){const _0x30a9aa={};return _0x30a9aa[_0xd24dab(0x27d)]=_0x2542f1[_0xd24dab(0x199)],await PerformanceTester[_0xd24dab(0x1f6)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0xe468f7=_0xd24dab;return await AccessibilityHelper[_0xe468f7(0x22d)](_0x1d6e05,scripts['performScan']);},_0x30a9aa)(),await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0xd24dab(0x24a)],async()=>{const _0x32bbd2=_0xd24dab;return await AccessibilityHelper[_0x32bbd2(0x22d)](_0x1d6e05,scripts['getResultsSummary']);})();}return logger[_0xd24dab(0x1fd)](_0x2542f1[_0xd24dab(0x23f)]),{};},_0x1d6e05[_0x41f310(0x1bb)]=async()=>{const _0x4c1d99=_0x41f310;if(global[_0x4c1d99(0x1bf)]){const _0x273e97={};return _0x273e97[_0x4c1d99(0x27d)]=_0x2542f1[_0x4c1d99(0x1fa)],await PerformanceTester[_0x4c1d99(0x1f6)](PerformanceA11yEvents[_0x4c1d99(0x262)],async()=>{return await AccessibilityHelper['browserStackExecuteDriver'](_0x1d6e05,scripts['performScan']);},_0x273e97)(),await PerformanceTester[_0x4c1d99(0x1f6)](PerformanceA11yEvents['GET_RESULTS'],async()=>{const _0x4ec8ab=_0x4c1d99;return await AccessibilityHelper[_0x4ec8ab(0x22d)](_0x1d6e05,scripts[_0x4ec8ab(0x241)]);})();}return logger['warn'](_0x2542f1['sBAzt']),{};},_0x4f1f0e['wHLWV'](patchSaveScreenshot,_0x1d6e05);})()),CodeceptJS[_0x585e3d(0x196)][_0x585e3d(0x1e5)]['on'](CodeceptJS[_0x585e3d(0x196)]['all'][_0x585e3d(0x235)],()=>{const _0x359866=_0x585e3d;PerformanceTester[_0x359866(0x22b)](PerformanceEvents['SDK_PRE_TEST']);try{_0x2c940d[_0x359866(0x22b)](),testOpsHelper[_0x359866(0x1f7)](),PerformanceTester['end'](PerformanceEvents['SDK_PRE_TEST']);}catch(_0x401594){PerformanceTester['captureError'](_0x401594),PerformanceTester[_0x359866(0x27f)](PerformanceEvents[_0x359866(0x185)],![],_0x401594);}}),CodeceptJS['event'][_0x585e3d(0x1e5)]['on'](CodeceptJS[_0x585e3d(0x196)]['all'][_0x585e3d(0x1f3)],async()=>{const _0x4925d4=_0x585e3d;PerformanceTester['start'](PerformanceEvents[_0x4925d4(0x265)]);try{requestSpy[_0x4925d4(0x1df)](),await _0x2c940d['stop'](),PerformanceTester[_0x4925d4(0x27f)](PerformanceEvents[_0x4925d4(0x265)]);}catch(_0x5f2e1e){PerformanceTester[_0x4925d4(0x291)](_0x5f2e1e),PerformanceTester['end'](PerformanceEvents['SDK_POST_TEST'],![],_0x5f2e1e);}finally{PerformanceTester[_0x4925d4(0x292)]();}}),CodeceptJS[_0x585e3d(0x196)][_0x585e3d(0x1e5)]['on'](CodeceptJS['event'][_0x585e3d(0x296)][_0x585e3d(0x1bc)],_0x4e8264=>{const _0x3f74e6=_0x585e3d;PerformanceTester['start'](PerformanceEvents[_0x3f74e6(0x1ba)]);try{const _0x4f8a18=_0x4e8264[_0x3f74e6(0x236)][_0x3f74e6(0x1b2)],_0x33010a=_0x2c940d['captureEvent'](TEST_EVENTS[_0x3f74e6(0x1ae)],_0x4f8a18);CodeceptRecorder[_0x3f74e6(0x1ad)](()=>_0x2c940d[_0x3f74e6(0x279)](TEST_EVENTS[_0x3f74e6(0x1ae)],_0x33010a));const _0x116be1={};_0x116be1['hookType']=_0x4f1f0e['SXnml'],PerformanceTester[_0x3f74e6(0x27f)](PerformanceEvents[_0x3f74e6(0x1ba)],!![],null,_0x116be1);}catch(_0x2d81e8){const _0x4616d6={};_0x4616d6[_0x3f74e6(0x242)]=_0x4f1f0e[_0x3f74e6(0x21b)],PerformanceTester[_0x3f74e6(0x27f)](PerformanceEvents[_0x3f74e6(0x1ba)],![],_0x2d81e8,_0x4616d6),PerformanceTester['captureError'](_0x2d81e8);}}),CodeceptJS[_0x585e3d(0x196)]['dispatcher']['on'](CodeceptJS['event'][_0x585e3d(0x296)][_0x585e3d(0x211)],_0x503f70=>{const _0x30483b=_0x585e3d,_0x112455={};_0x112455[_0x30483b(0x242)]=_0x4f1f0e[_0x30483b(0x18a)],PerformanceTester[_0x30483b(0x22b)](PerformanceHookEvents[_0x30483b(0x1ba)],!![],null,_0x112455);try{const _0x4b2581=_0x503f70[_0x30483b(0x236)][_0x30483b(0x1b2)],_0x4197b6=_0x2c940d[_0x30483b(0x1f1)](TEST_EVENTS[_0x30483b(0x277)],_0x4b2581);CodeceptRecorder[_0x30483b(0x1ad)](()=>_0x2c940d[_0x30483b(0x279)](TEST_EVENTS[_0x30483b(0x277)],_0x4197b6));const _0xa7cd81={};_0xa7cd81[_0x30483b(0x242)]=_0x4f1f0e[_0x30483b(0x18a)],PerformanceTester[_0x30483b(0x27f)](PerformanceHookEvents[_0x30483b(0x1ba)],!![],null,_0xa7cd81);}catch(_0x1ee340){PerformanceTester[_0x30483b(0x291)](_0x1ee340);const _0x29ced0={};_0x29ced0[_0x30483b(0x242)]=_0x4f1f0e[_0x30483b(0x18a)],PerformanceTester[_0x30483b(0x27f)](PerformanceHookEvents[_0x30483b(0x1ba)],![],_0x1ee340,_0x29ced0);}}),CodeceptJS[_0x585e3d(0x196)]['dispatcher']['on'](CodeceptJS[_0x585e3d(0x196)][_0x585e3d(0x296)][_0x585e3d(0x233)],async(_0x21e6a4,_0x4a1ce3)=>{const _0x69fe1f=_0x585e3d;PerformanceTester[_0x69fe1f(0x22b)](PerformanceHookEvents[_0x69fe1f(0x1ba)]);try{const _0x4f6b03=_0x21e6a4['ctx'][_0x69fe1f(0x1b2)],_0x4f780a=_0x2c940d[_0x69fe1f(0x1f1)](TEST_EVENTS[_0x69fe1f(0x277)],_0x4f6b03,_0x4a1ce3);CodeceptRecorder[_0x69fe1f(0x1ad)](()=>_0x2c940d[_0x69fe1f(0x279)](TEST_EVENTS[_0x69fe1f(0x277)],_0x4f780a));const _0x790f5f={};_0x790f5f['hookType']=_0x4f1f0e[_0x69fe1f(0x244)],PerformanceTester['start'](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x790f5f);}catch(_0x67f693){PerformanceTester['captureError'](_0x67f693);const _0x15ae12={};_0x15ae12[_0x69fe1f(0x242)]=_0x4f1f0e[_0x69fe1f(0x244)],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],![],_0x67f693,_0x15ae12);}const _0x4de761={};_0x4de761[_0x69fe1f(0x242)]=_0x4f1f0e[_0x69fe1f(0x244)],PerformanceTester[_0x69fe1f(0x27f)](PerformanceHookEvents[_0x69fe1f(0x1ba)],!![],null,_0x4de761);}),CodeceptJS[_0x585e3d(0x196)][_0x585e3d(0x1e5)]['on'](CodeceptJS[_0x585e3d(0x196)][_0x585e3d(0x1b2)][_0x585e3d(0x235)],_0x462c96=>{const _0x580b04=_0x585e3d;PerformanceTester['start'](PerformanceHookEvents[_0x580b04(0x1ba)]);try{globals[_0x580b04(0x1ea)](_0x4f1f0e[_0x580b04(0x1a2)],_0x462c96[_0x580b04(0x1a6)]);_0x4f1f0e[_0x580b04(0x20b)](isBrowserstackInfra)&&(_0x338c84&&(global[_0x580b04(0x24d)]={'currentTest':{'name':_0x462c96[_0x580b04(0x1a6)],'testInfo':{'titlePath':_0x462c96['titlePath']()}}}));const _0x1b3152={};_0x1b3152['hookType']=_0x4f1f0e[_0x580b04(0x1d7)],PerformanceTester[_0x580b04(0x27f)](PerformanceHookEvents[_0x580b04(0x1ba)],!![],null,_0x1b3152);}catch(_0x157804){PerformanceTester[_0x580b04(0x291)](_0x157804);const _0x3ca592={};_0x3ca592[_0x580b04(0x242)]=_0x4f1f0e[_0x580b04(0x1d7)],PerformanceTester[_0x580b04(0x27f)](PerformanceHookEvents[_0x580b04(0x1ba)],![],_0x157804,_0x3ca592);}}),CodeceptJS[_0x585e3d(0x196)][_0x585e3d(0x1e5)]['on'](CodeceptJS[_0x585e3d(0x196)]['test'][_0x585e3d(0x1bc)],_0x584894=>{const _0x55188e=_0x585e3d,_0x303363={'FGeOu':function(_0x25fff9){return _0x4f1f0e['UQqrr'](_0x25fff9);},'ltZDl':function(_0x47539f,_0x38ed04){const _0x32192a=a1_0x4439;return _0x4f1f0e[_0x32192a(0x26a)](_0x47539f,_0x38ed04);},'Azvpf':function(_0x538e78,_0x4af86b,_0x1fff1b){return _0x4f1f0e['GwXrc'](_0x538e78,_0x4af86b,_0x1fff1b);}};PerformanceTester['start'](PerformanceHookEvents['SDK_HOOK']);try{globals['setGlobal'](_0x4f1f0e['sRdQu'],_0x584894[_0x55188e(0x1a6)]);const _0x518aa7=_0x2c940d['captureEvent'](TEST_EVENTS[_0x55188e(0x255)],_0x584894);CodeceptRecorder['add'](()=>_0x2c940d[_0x55188e(0x279)](TEST_EVENTS[_0x55188e(0x255)],_0x518aa7)),CodeceptRecorder['add'](async()=>{const _0x5aada4=_0x55188e;_0x303363[_0x5aada4(0x1b7)](isBrowserstackInfra)&&(!_0x303363[_0x5aada4(0x19a)](isTrue,_0x38043a[_0x5aada4(0x28e)])&&await _0x303363[_0x5aada4(0x18d)](markSessionName,_0x1d6e05,_0x584894[_0x5aada4(0x1a6)]),_0x2c940d[_0x5aada4(0x229)]&&await _0x303363[_0x5aada4(0x19a)](o11ySync,_0x1d6e05));});}catch(_0xb3f43e){const _0x4fb814={};_0x4fb814[_0x55188e(0x242)]=_0x4f1f0e[_0x55188e(0x19c)],PerformanceTester[_0x55188e(0x27f)](PerformanceHookEvents[_0x55188e(0x1ba)],![],_0xb3f43e,_0x4fb814),PerformanceTester[_0x55188e(0x291)](_0xb3f43e);}const _0x5efb1b={};_0x5efb1b['hookType']=_0x4f1f0e['wAEsF'],PerformanceTester[_0x55188e(0x27f)](PerformanceHookEvents[_0x55188e(0x1ba)],!![],null,_0x5efb1b);}),CodeceptJS[_0x585e3d(0x196)]['dispatcher']['on'](CodeceptJS['event']['test'][_0x585e3d(0x211)],_0x1230f9=>{const _0x1c976e=_0x585e3d,_0x1ab3ba={'QQUBk':function(_0x1c8ad4,_0x294418,_0x54cfe6){const _0x12213b=a1_0x4439;return _0x4f1f0e[_0x12213b(0x276)](_0x1c8ad4,_0x294418,_0x54cfe6);},'saYsl':function(_0x3fa66f){const _0x5ab6c0=a1_0x4439;return _0x4f1f0e[_0x5ab6c0(0x1ec)](_0x3fa66f);}};PerformanceTester[_0x1c976e(0x22b)](PerformanceHookEvents['SDK_HOOK']);try{const _0x376b0b=_0x2c940d[_0x1c976e(0x1f1)](TEST_EVENTS[_0x1c976e(0x1d4)],_0x1230f9);CodeceptRecorder[_0x1c976e(0x1ad)](()=>_0x2c940d[_0x1c976e(0x279)](TEST_EVENTS[_0x1c976e(0x1d4)],_0x376b0b)),CodeceptRecorder[_0x1c976e(0x1ad)](async()=>{const _0x4bfd21=_0x1c976e,_0xb7a8d8={'BvLms':function(_0x5b6acd,_0x1f285d,_0x2df726){const _0x3391fd=a1_0x4439;return _0x1ab3ba[_0x3391fd(0x264)](_0x5b6acd,_0x1f285d,_0x2df726);}};_0x1ab3ba['saYsl'](isBrowserstackInfra)&&await PerformanceTester[_0x4bfd21(0x1f6)](PerformanceAutEvents[_0x4bfd21(0x1cc)],async()=>{const _0x5a537f=_0x4bfd21;_0x338c84?await _0xb7a8d8[_0x5a537f(0x27e)](playwrightMarkSessionStatus,_0x1d6e05,STATE_PASSED):await _0xb7a8d8[_0x5a537f(0x27e)](markSessionStatus,_0x1d6e05,STATE_PASSED);})();}),PerformanceTester['end'](PerformanceEvents[_0x1c976e(0x1d5)]);}catch(_0x1427b6){PerformanceTester[_0x1c976e(0x291)](_0x1427b6);const _0x433938={};_0x433938['hookType']=_0x4f1f0e[_0x1c976e(0x281)],PerformanceTester['end'](PerformanceHookEvents[_0x1c976e(0x1ba)],![],_0x1427b6,_0x433938),PerformanceTester[_0x1c976e(0x27f)](PerformanceEvents['SDK_TEST'],![],_0x1427b6);}const _0x1bb77f={};_0x1bb77f[_0x1c976e(0x242)]=_0x4f1f0e[_0x1c976e(0x281)],PerformanceTester[_0x1c976e(0x27f)](PerformanceHookEvents[_0x1c976e(0x1ba)],!![],null,_0x1bb77f);}),CodeceptJS['event'][_0x585e3d(0x1e5)]['on'](CodeceptJS[_0x585e3d(0x196)][_0x585e3d(0x1b2)][_0x585e3d(0x233)],(_0x462e5c,_0x3b1b68)=>{const _0x1e0d27=_0x585e3d,_0x5aa75f={'oQXaW':function(_0x24090f){const _0x140a59=a1_0x4439;return _0x4f1f0e[_0x140a59(0x1c7)](_0x24090f);},'pBtHX':function(_0x1eeb0f,_0x54425d,_0x5610d5,_0x3091b2){const _0x338f32=a1_0x4439;return _0x4f1f0e[_0x338f32(0x1b1)](_0x1eeb0f,_0x54425d,_0x5610d5,_0x3091b2);}};PerformanceTester[_0x1e0d27(0x22b)](PerformanceHookEvents['SDK_HOOK']);try{if(_0x4f1f0e[_0x1e0d27(0x231)](_0x462e5c[_0x1e0d27(0x234)][_0x1e0d27(0x21c)],_0x4f1f0e[_0x1e0d27(0x24f)])){const _0x55ed4f=_0x2c940d[_0x1e0d27(0x1f1)](TEST_EVENTS[_0x1e0d27(0x26e)],_0x462e5c[_0x1e0d27(0x236)][_0x1e0d27(0x27c)]);CodeceptRecorder['add'](()=>_0x2c940d['fireEvent'](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x55ed4f));}else{const _0x3b8f22=_0x2c940d[_0x1e0d27(0x1f1)](TEST_EVENTS['TEST_RUN_FINISHED'],_0x462e5c,_0x3b1b68);CodeceptRecorder[_0x1e0d27(0x1ad)](()=>{const _0x2d7b7e=_0x1e0d27;try{_0x2c940d[_0x2d7b7e(0x279)](TEST_EVENTS['TEST_RUN_FINISHED'],_0x3b8f22);}catch(_0x57c7a3){logger['debug'](_0x2d7b7e(0x205)+util[_0x2d7b7e(0x1c8)](_0x57c7a3)),PerformanceTester[_0x2d7b7e(0x27f)](PerformanceEvents[_0x2d7b7e(0x1d5)],![],_0x57c7a3);}}),CodeceptRecorder['add'](async()=>{const _0x14f9f6=_0x1e0d27;try{_0x5aa75f[_0x14f9f6(0x269)](isBrowserstackInfra)&&(_0x338c84?await _0x5aa75f['pBtHX'](playwrightMarkSessionStatus,_0x1d6e05,STATE_FAILED,_0x3b1b68):await _0x5aa75f['pBtHX'](markSessionStatus,_0x1d6e05,STATE_FAILED,_0x3b1b68));}catch(_0x1f681d){logger[_0x14f9f6(0x1c6)](_0x14f9f6(0x283)+util[_0x14f9f6(0x1c8)](_0x1f681d)),PerformanceTester[_0x14f9f6(0x27f)](PerformanceEvents[_0x14f9f6(0x1d5)],![],_0x1f681d);}});}PerformanceTester[_0x1e0d27(0x27f)](PerformanceEvents['SDK_TEST']);}catch(_0x44e8d1){PerformanceTester[_0x1e0d27(0x291)](_0x44e8d1);const _0x669214={};_0x669214[_0x1e0d27(0x242)]=_0x4f1f0e[_0x1e0d27(0x254)],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],![],_0x44e8d1,_0x669214),PerformanceTester[_0x1e0d27(0x27f)](PerformanceEvents['SDK_TEST'],![],_0x44e8d1);}const _0x34ab6b={};_0x34ab6b['hookType']=_0x4f1f0e[_0x1e0d27(0x254)],PerformanceTester[_0x1e0d27(0x27f)](PerformanceHookEvents[_0x1e0d27(0x1ba)],!![],null,_0x34ab6b);}),CodeceptJS['event'][_0x585e3d(0x1e5)]['on'](CodeceptJS[_0x585e3d(0x196)]['test'][_0x585e3d(0x239)],_0x4fef8a=>{const _0x3afac3=_0x585e3d;PerformanceTester[_0x3afac3(0x22b)](PerformanceHookEvents[_0x3afac3(0x1ba)]);try{const _0x2a3a2a=_0x2c940d[_0x3afac3(0x1f1)](TEST_EVENTS[_0x3afac3(0x26e)],_0x4fef8a);CodeceptRecorder[_0x3afac3(0x1ad)](()=>_0x2c940d[_0x3afac3(0x279)](TEST_EVENTS[_0x3afac3(0x26e)],_0x2a3a2a)),PerformanceTester[_0x3afac3(0x27f)](PerformanceEvents[_0x3afac3(0x1d5)]);}catch(_0x5abe63){PerformanceTester[_0x3afac3(0x291)](_0x5abe63),PerformanceTester[_0x3afac3(0x27f)](PerformanceEvents['SDK_TEST'],![],_0x5abe63);const _0x3d4d86={};_0x3d4d86['hookType']=_0x4f1f0e['vQzmI'],PerformanceTester[_0x3afac3(0x27f)](PerformanceHookEvents[_0x3afac3(0x1ba)],![],_0x5abe63,_0x3d4d86);}const _0x284f46={};_0x284f46[_0x3afac3(0x242)]=_0x4f1f0e['vQzmI'],PerformanceTester['end'](PerformanceHookEvents[_0x3afac3(0x1ba)],!![],null,_0x284f46);}),CodeceptJS['event'][_0x585e3d(0x1e5)]['on'](CodeceptJS[_0x585e3d(0x196)][_0x585e3d(0x1b2)]['after'],async(_0x430a79,_0x1f4972)=>{const _0x3abe6e=_0x585e3d,_0x536018={};_0x536018[_0x3abe6e(0x214)]=_0x4f1f0e[_0x3abe6e(0x1e7)],_0x536018[_0x3abe6e(0x22e)]=_0x4f1f0e[_0x3abe6e(0x27b)];const _0x28dc57=_0x536018;try{PerformanceTester[_0x3abe6e(0x22b)](PerformanceHookEvents[_0x3abe6e(0x1ba)]);const _0x2fef29=_0x4f1f0e[_0x3abe6e(0x28d)](shouldScanTestForAccessibility,_0x430a79[_0x3abe6e(0x28c)](),!![]);if(_0x4f1f0e['WyRjy'](isAccessibilityAutomationSession)&&global[_0x3abe6e(0x1bf)]&&_0x2fef29){const _0x39dbd3={};_0x39dbd3[_0x3abe6e(0x28b)]=_0x430a79['testAnalyticsId'],_0x39dbd3[_0x3abe6e(0x216)]=process[_0x3abe6e(0x256)][testHubConstants[_0x3abe6e(0x275)][_0x3abe6e(0x1ce)]],_0x39dbd3[_0x3abe6e(0x1e0)]=process[_0x3abe6e(0x256)][testHubConstants[_0x3abe6e(0x275)][_0x3abe6e(0x1ff)]];const _0x5336a5=_0x39dbd3;logger[_0x3abe6e(0x1c6)](_0x3abe6e(0x1fb)+JSON[_0x3abe6e(0x1c1)](_0x5336a5)),CodeceptRecorder[_0x3abe6e(0x1ad)](async()=>{const _0x2613be=_0x3abe6e,_0x495127={};_0x495127[_0x2613be(0x27d)]=_0x28dc57[_0x2613be(0x214)],await PerformanceTester[_0x2613be(0x1f6)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x419e40=_0x2613be;await AccessibilityHelper[_0x419e40(0x22d)](_0x1d6e05,scripts[_0x419e40(0x247)]);},_0x495127)(),globals['getGlobal'](_0x28dc57[_0x2613be(0x22e)])&&(_0x5336a5[_0x2613be(0x1db)]=!![]),await PerformanceTester[_0x2613be(0x1f6)](PerformanceA11yEvents[_0x2613be(0x218)],async()=>{const _0x42a754=_0x2613be;await AccessibilityHelper[_0x42a754(0x22d)](_0x1d6e05,scripts[_0x42a754(0x1fc)],_0x5336a5);})();}),logger[_0x3abe6e(0x1bd)](_0x4f1f0e[_0x3abe6e(0x1f8)]);}const _0x3ee310={};_0x3ee310[_0x3abe6e(0x242)]=_0x4f1f0e[_0x3abe6e(0x21e)],PerformanceTester[_0x3abe6e(0x27f)](PerformanceHookEvents[_0x3abe6e(0x1ba)],!![],null,_0x3ee310);}catch(_0x1d8e7b){PerformanceTester['captureError'](_0x1d8e7b);const _0x23a91e={};_0x23a91e[_0x3abe6e(0x242)]=_0x4f1f0e[_0x3abe6e(0x21e)],PerformanceTester['end'](PerformanceHookEvents[_0x3abe6e(0x1ba)],![],_0x1d8e7b,_0x23a91e);}}),CodeceptJS[_0x585e3d(0x196)][_0x585e3d(0x1e5)]['on'](CodeceptJS[_0x585e3d(0x196)][_0x585e3d(0x1e2)]['comment'],_0x2beb82=>{const _0x58c888=_0x585e3d;PerformanceTester[_0x58c888(0x22b)](PerformanceHookEvents[_0x58c888(0x1ba)]);try{process[_0x58c888(0x24e)](_0x58c888(0x208)+process[_0x58c888(0x1c9)],{'timestamp':new Date()[_0x58c888(0x19d)](),'level':_0x4f1f0e[_0x58c888(0x297)],'message':_0x2beb82,'kind':_0x4f1f0e['rWSxB'],'http_response':{}});}catch(_0x41c9d2){PerformanceTester[_0x58c888(0x291)](_0x41c9d2);const _0x592f8b={};_0x592f8b[_0x58c888(0x242)]=_0x4f1f0e[_0x58c888(0x210)],PerformanceTester[_0x58c888(0x27f)](PerformanceHookEvents[_0x58c888(0x1ba)],![],_0x41c9d2,_0x592f8b);}const _0x216d37={};_0x216d37[_0x58c888(0x242)]=_0x4f1f0e[_0x58c888(0x210)],PerformanceTester[_0x58c888(0x27f)](PerformanceHookEvents[_0x58c888(0x1ba)],!![],null,_0x216d37);}),CodeceptJS[_0x585e3d(0x196)]['dispatcher']['on'](CodeceptJS['event'][_0x585e3d(0x206)]['before'],_0x4da81f=>{const _0x16e66b=_0x585e3d,_0x33f7c1={};_0x33f7c1[_0x16e66b(0x242)]=_0x4f1f0e[_0x16e66b(0x248)],PerformanceTester['measureWrapper'](PerformanceHookEvents['SDK_HOOK'],()=>{const _0x567c20=_0x16e66b;_0x2c940d[_0x567c20(0x280)](_0x4da81f);},_0x33f7c1)();}),CodeceptJS['event']['dispatcher']['on'](CodeceptJS[_0x585e3d(0x196)][_0x585e3d(0x206)][_0x585e3d(0x1f3)],_0x1b2099=>{const _0x12d1e7=_0x585e3d,_0x2b2e56={};_0x2b2e56[_0x12d1e7(0x242)]=_0x4f1f0e[_0x12d1e7(0x26f)],PerformanceTester[_0x12d1e7(0x1f6)](PerformanceHookEvents[_0x12d1e7(0x1ba)],()=>{const _0x27e19e=_0x12d1e7;_0x2c940d[_0x27e19e(0x23e)](_0x1b2099);},_0x2b2e56)();});};
|
|
@@ -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_0x30a611=a2_0x317c;(function(_0x40857c,_0x4bcdfa){const _0x1c4fc2=a2_0x317c,_0x3a1bcc=_0x40857c();while(!![]){try{const _0x4fb838=parseInt(_0x1c4fc2(0xa3))/0x1+-parseInt(_0x1c4fc2(0xc3))/0x2*(-parseInt(_0x1c4fc2(0xab))/0x3)+parseInt(_0x1c4fc2(0x9e))/0x4+-parseInt(_0x1c4fc2(0xdf))/0x5*(parseInt(_0x1c4fc2(0xf5))/0x6)+parseInt(_0x1c4fc2(0xf4))/0x7*(-parseInt(_0x1c4fc2(0xe3))/0x8)+parseInt(_0x1c4fc2(0xc1))/0x9+-parseInt(_0x1c4fc2(0xae))/0xa*(parseInt(_0x1c4fc2(0xeb))/0xb);if(_0x4fb838===_0x4bcdfa)break;else _0x3a1bcc['push'](_0x3a1bcc['shift']());}catch(_0x371f3a){_0x3a1bcc['push'](_0x3a1bcc['shift']());}}}(a2_0x3a7f,0x18ff5));function a2_0x3a7f(){const _0xa69ea9=['JmSKs','findIndex','browser','bZeOG','forEach','../../helpers/test-observability/utils','isTestObservabilitySession','initialize','dsnao','320SgZoZx','length','stringify','Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20','1280Ihrddv','Failed\x20:\x20','icwQX','BROWSERSTACK_TEST_ACCESSIBILITY_YML','helpers','chdir','testObservability','../../helpers/utilities','212146ENWMrc','browserName','useW3C','hubUrl','event','dirname','../../helpers/logger','QQRlS','getUserWorkerCount','6433KdjAjA','4938snbNDB','qUreN','vPwmL','process','USER_CONFIG_DETAILS_PATH','csCRi','handleApp','--config','finalExecution','trim','playwright-webkit','load','failed','prepareCapabilities','playwright-chromium','join','browserStackCwd','qyFUU','CYBUE','BROWSERSTACK_TEST_OBSERVABILITY_YML','FRAMEWORKS','../utils/clientTroubleshootingService','root','../utils/constants','parallelsPerPlatform','IpckE','path','clHJY','Workers','env','WebDriver','ykeMl','../../bin/playwright/accessibility-helper','jLLSr','map','enabled','key','browserWSEndpoint','playwright-firefox','printBuildLink','OFQPq','desiredCapabilities','Passed\x20:\x20','launchBuild','Playwright','now','/wd/hub','exports','isUndefined','BrowserStackPlugin.js','Started\x20:\x20','MyZSr','result','EVENTS','createGroupsOfSuites','info','plugins','CODECEPT','codecept.conf.js','test','qWCJo','sHqxI','cwd','codeceptjs','../../helpers/accessibility-automation/helper','skipSessionStatus','accessibilityOptions','firefox','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','testContextOptions','486220RiIIgE','OCGNU','ZizcS','validPlatformsPresent','RPjci','136546LRGOIh','CODECEPT_CUCUMBER','stack','addTests','profile','passed','config','user','10680IPJmmH','yvoRf','mergeDeep','40THBbQs','push','isEmpty','setAdditionalCapabilities','existsSync','chromium','EUyAc','accessKey','FHEXe','run','shCwq','BROWSERSTACK_RERUN','SDK_CLEANUP','winstonLogger','userName','Getting\x20your\x20codeceptjs\x20configs\x20from\x20','ZTLqW','../../helpers/helper','../../helpers/BrowserStackSetup','481536Nqinyi','split','38HVnDrG','Mmnuw','printResults','debug','toLowerCase','errorMessage','all','platforms','util','assign','skipSessionName','gherkin','log','testConfig','before','KrKgc','title','replace','slice'];a2_0x3a7f=function(){return _0xa69ea9;};return a2_0x3a7f();}const fs=require('fs'),path=require(a2_0x30a611(0x10f)),util=require(a2_0x30a611(0xcb)),process=require(a2_0x30a611(0xf8)),logger=require(a2_0x30a611(0xf1))[a2_0x30a611(0xbb)],{default:BrowserStackSetup}=require(a2_0x30a611(0xc0)),helper=require(a2_0x30a611(0xbf)),utilities=require(a2_0x30a611(0xea)),{checkAccessibilityPlatformConfig}=require(a2_0x30a611(0x98)),{setAccessibilityCapabilities,processAccessibilityCaps}=require(a2_0x30a611(0x115)),{requireModule,nestedKeyValue,isBrowserstackInfra}=require(a2_0x30a611(0xbf)),CodeceptJS=requireModule('codeceptjs/lib/index.js',a2_0x30a611(0x97)),testOpsHelper=require(a2_0x30a611(0xdb)),TestHubHandler=require('../../helpers/testhub/testhubHandler'),constants=require(a2_0x30a611(0x10c)),PerformanceTester=require('../../helpers/performance/performance-tester'),{FRAMEWORKS}=require('../../helpers/test-observability/constants'),PerformanceEvents=require('../../helpers/performance/constants')[a2_0x30a611(0x8d)],ClientTroubleShootingService=require(a2_0x30a611(0x10a)),_testErrorData=[],getUserCodeceptJSConfigs=(_0x5cfdbe,_0x125fcc)=>{const _0x91f770=a2_0x30a611,_0x2cd214={};_0x2cd214['OFQPq']=function(_0x2e194d,_0x4eccb2){return _0x2e194d===_0x4eccb2;},_0x2cd214[_0x91f770(0xb4)]=_0x91f770(0x92),_0x2cd214['FHEXe']='codecept.json';const _0x188d81=_0x2cd214;let _0x5eb61c=null;const _0x2c7736={};let _0x48cb58=_0x125fcc[_0x91f770(0xd7)](_0x136f8a=>_0x136f8a===_0x91f770(0xfc));_0x188d81[_0x91f770(0x11d)](_0x48cb58,-0x1)&&(_0x48cb58=_0x125fcc[_0x91f770(0xd7)](_0x29b3f3=>_0x29b3f3==='-c'));if(!helper[_0x91f770(0x125)](_0x5cfdbe[_0x91f770(0xa9)])&&fs[_0x91f770(0xb2)](path[_0x91f770(0x104)](process[_0x91f770(0x96)](),_0x5cfdbe['config'])))_0x5eb61c=path[_0x91f770(0x104)](process[_0x91f770(0x96)](),_0x5cfdbe['config']),_0x125fcc[_0x91f770(0xd5)](_0x48cb58,0x2);else{if(!helper[_0x91f770(0x125)](_0x5cfdbe['c'])&&fs[_0x91f770(0xb2)](path[_0x91f770(0x104)](process['cwd'](),_0x5cfdbe['c'])))_0x5eb61c=path[_0x91f770(0x104)](process[_0x91f770(0x96)](),_0x5cfdbe['c']),_0x125fcc[_0x91f770(0xd5)](_0x48cb58,0x2);else{if(fs[_0x91f770(0xb2)](path[_0x91f770(0x104)](process[_0x91f770(0x96)](),_0x188d81[_0x91f770(0xb4)])))_0x5eb61c=path[_0x91f770(0x104)](process[_0x91f770(0x96)](),_0x188d81['EUyAc']);else fs[_0x91f770(0xb2)](path[_0x91f770(0x104)](process[_0x91f770(0x96)](),_0x188d81['FHEXe']))&&(_0x5eb61c=path[_0x91f770(0x104)](process['cwd'](),_0x188d81[_0x91f770(0xb6)]));}}return process['env'][_0x91f770(0xf9)]=_0x5eb61c,_0x5eb61c;},getO11yRerunPattern=()=>{const _0x5ccd6f=a2_0x30a611,_0x338411=helper['isTrue'](process[_0x5ccd6f(0x112)][_0x5ccd6f(0xb9)]);if(_0x338411){const _0x56574d=process[_0x5ccd6f(0x112)]['BROWSERSTACK_RERUN_TESTS'],_0x1d726a=[];if(helper['validateRerunTestList'](_0x56574d)&&!helper[_0x5ccd6f(0x125)](_0x56574d)){_0x56574d[_0x5ccd6f(0xc2)](',')[_0x5ccd6f(0x117)](_0x2e9397=>{const _0x678af4=_0x5ccd6f;_0x1d726a[_0x678af4(0xaf)]('('+_0x2e9397[_0x678af4(0xfe)]()+')');});const _0x425df7='^'+_0x1d726a['join']('|')+'$';return _0x425df7;}}return null;},a2_0x5b13c0={};a2_0x5b13c0['chrome']=a2_0x30a611(0xb3),a2_0x5b13c0[a2_0x30a611(0x103)]=a2_0x30a611(0xb3),a2_0x5b13c0[a2_0x30a611(0x11b)]=a2_0x30a611(0x9b),a2_0x5b13c0[a2_0x30a611(0xff)]='webkit';const pwToCodeceptBrowser=a2_0x5b13c0;function a2_0x317c(_0x222952,_0x1ed4d2){const _0x3a7fed=a2_0x3a7f();return a2_0x317c=function(_0x317cb2,_0x4bd0ae){_0x317cb2=_0x317cb2-0x8c;let _0x27b944=_0x3a7fed[_0x317cb2];return _0x27b944;},a2_0x317c(_0x222952,_0x1ed4d2);}async function run(_0x3cb26b,_0x3e78f8,_0x170290){const _0x2ea75d=a2_0x30a611,_0xb92781={'shCwq':function(_0x2657ec,_0x2b5ce8,_0x213b0f,_0x3b7d51){return _0x2657ec(_0x2b5ce8,_0x213b0f,_0x3b7d51);},'bYkkO':function(_0x1da0dc,_0x43e039){return _0x1da0dc+_0x43e039;},'CYBUE':function(_0x60bb39,_0x2852ff){return _0x60bb39(_0x2852ff);},'ykeMl':function(_0x3be7f4,_0xdfdc60){return _0x3be7f4+_0xdfdc60;},'vPwmL':function(_0x5bde66,_0x28717a,_0x12a5fd){return _0x5bde66(_0x28717a,_0x12a5fd);},'MyZSr':_0x2ea75d(0xe7),'bZeOG':function(_0x307749){return _0x307749();},'OCGNU':_0x2ea75d(0x123),'dsnao':function(_0x18992f){return _0x18992f();},'ZizcS':_0x2ea75d(0xe4),'lOUge':_0x2ea75d(0x11f),'QQRlS':_0x2ea75d(0x127),'JmSKs':'5|0|2|4|3|1','clHJY':_0x2ea75d(0x9c),'qyFUU':_0x2ea75d(0x121),'sHqxI':_0x2ea75d(0x113),'KJGtB':function(_0x93e3b,_0x13d89c){return _0x93e3b(_0x13d89c);},'ZTLqW':function(_0x2b2a74,_0x3f97a0){return _0x2b2a74!=_0x3f97a0;},'Mmnuw':function(_0x315354,_0x4c5e49){return _0x315354===_0x4c5e49;},'jLLSr':function(_0x5e604f,_0x59da3b,_0x4c0ba4){return _0x5e604f(_0x59da3b,_0x4c0ba4);},'icwQX':_0x2ea75d(0xce),'qUreN':function(_0x1d2d9f,_0x1813b6){return _0x1d2d9f(_0x1813b6);},'cbWGL':function(_0x29e5fd,_0x7c8060){return _0x29e5fd*_0x7c8060;},'KrKgc':function(_0x3d6a7c,_0x3ebc0e,_0x5336a3){return _0x3d6a7c(_0x3ebc0e,_0x5336a3);},'qWCJo':'browser','JxQDO':function(_0x4b2fe9,_0x4c29f0,_0x27fc9a){return _0x4b2fe9(_0x4c29f0,_0x27fc9a);},'csCRi':_0x2ea75d(0x11e),'IpckE':_0x2ea75d(0x10b),'yvoRf':_0x2ea75d(0x126),'RPjci':_0x2ea75d(0x105)};await _0x170290[_0x2ea75d(0xdd)](_0x3cb26b),await helper[_0x2ea75d(0xfb)](_0x170290[_0x2ea75d(0xa9)]);if(!_0x170290[_0x2ea75d(0xa9)])return;process[_0x2ea75d(0xa7)]=_0x3cb26b[_0x2ea75d(0xa7)];_0x3cb26b[_0x2ea75d(0xa7)]&&(process[_0x2ea75d(0x112)]['profile']=_0x3cb26b['profile']);const _0x496713=_0xb92781[_0x2ea75d(0xf7)](getUserCodeceptJSConfigs,_0x3cb26b,_0x3e78f8);let _0xa3bf3d={};_0x496713?(logger[_0x2ea75d(0x8f)](_0x2ea75d(0xbd)+_0x496713),_0xa3bf3d=CodeceptJS[_0x2ea75d(0xa9)][_0x2ea75d(0x100)](_0x496713)):logger['info'](_0xb92781[_0x2ea75d(0x110)]);let _0x58cd62=![];_0xb92781[_0x2ea75d(0xf7)](nestedKeyValue,_0xa3bf3d,[_0xb92781[_0x2ea75d(0x128)],_0xb92781['qyFUU']])&&(_0x58cd62=!![]);const _0x4d225f=_0x58cd62?_0xb92781[_0x2ea75d(0x106)]:_0xb92781[_0x2ea75d(0x95)];let _0xe5ff48=!_0x58cd62?helper[_0x2ea75d(0xed)](_0x170290[_0x2ea75d(0xa9)]):![];!helper[_0x2ea75d(0x125)](_0x170290['config'][_0x2ea75d(0x9a)])&&(process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']=JSON[_0x2ea75d(0xe1)](_0x170290[_0x2ea75d(0xa9)][_0x2ea75d(0x9a)]));let _0x5f2abf=_0x170290[_0x2ea75d(0xa9)]['accessibility'];_0x5f2abf=_0x5f2abf||_0xb92781['KJGtB'](checkAccessibilityPlatformConfig,_0x170290[_0x2ea75d(0xa9)]),process[_0x2ea75d(0x112)][_0x2ea75d(0xe6)]=_0x5f2abf;_0x5f2abf&&(_0xe5ff48=!_0x5f2abf);_0xb92781[_0x2ea75d(0xbe)](_0x170290[_0x2ea75d(0xa9)][_0x2ea75d(0xe9)],null)?process[_0x2ea75d(0x112)][_0x2ea75d(0x108)]=_0x170290[_0x2ea75d(0xa9)][_0x2ea75d(0xe9)]:process[_0x2ea75d(0x112)][_0x2ea75d(0x108)]=_0xb92781[_0x2ea75d(0xc4)](_0x4d225f,_0xb92781['qyFUU']);const _0x331f92=_0xb92781[_0x2ea75d(0x116)](nestedKeyValue,_0xa3bf3d,[_0xb92781[_0x2ea75d(0xe5)]]),_0x57cea1=_0x331f92&&!helper[_0x2ea75d(0xb0)](_0x331f92)?FRAMEWORKS[_0x2ea75d(0xa4)]:FRAMEWORKS[_0x2ea75d(0x91)],_0x3c9a5f=await TestHubHandler[_0x2ea75d(0x120)](_0x57cea1,_0x170290);_0x5f2abf&&_0xb92781[_0x2ea75d(0xf6)](setAccessibilityCapabilities,_0x170290[_0x2ea75d(0xa9)]);const _0x4c6873={},_0x1efd59=[],_0x778f0c=_0x170290[_0x2ea75d(0xa9)][_0x2ea75d(0x10d)]||helper[_0x2ea75d(0xf3)](_0x3cb26b,_0x3e78f8,_0x170290[_0x2ea75d(0xa9)],constants[_0x2ea75d(0x109)]['CODECEPT'])||0x1;let _0xbc4540=0x1;if(_0xb92781[_0x2ea75d(0xde)](isBrowserstackInfra)){const _0x5da39a=helper['prepareCapabilities'](_0x170290['config'],_0xe5ff48,constants[_0x2ea75d(0x109)][_0x2ea75d(0x91)]);_0x5da39a['forEach'](_0x1ab42c=>{const _0x326b95=_0x2ea75d;helper[_0x326b95(0xb1)](_0x1ab42c);}),helper[_0x2ea75d(0xa1)](_0x170290[_0x2ea75d(0xa9)])?_0xbc4540=_0xb92781['cbWGL'](_0x778f0c,_0x170290[_0x2ea75d(0xa9)]['platforms'][_0x2ea75d(0xe0)]):_0xbc4540=_0x778f0c,_0x5da39a[_0x2ea75d(0xda)](_0x2a9582=>{const _0xc386a6=_0x2ea75d,_0x4a2aaf=_0xb92781[_0xc386a6(0x114)](helper['getPlatformName'](_0x2a9582,'_'),'_'+Date[_0xc386a6(0x122)]()),_0x332295=((()=>{const _0x59e2d3=_0xc386a6;if(_0x58cd62){const _0x162225=pwToCodeceptBrowser[_0x2a9582['browserName']]||_0x2a9582[_0x59e2d3(0xec)],_0x4fc12d=helper['getPlaywrightUrl'](_0x170290['config']),_0x5c2629=Object[_0x59e2d3(0xcc)]({},_0x2a9582);return _0xb92781[_0x59e2d3(0xb8)](processAccessibilityCaps,_0x5c2629,_0x4fc12d,null),{'browser':_0x162225,[_0x162225]:{'browserWSEndpoint':_0xb92781['bYkkO'](_0x4fc12d,_0xb92781[_0x59e2d3(0x107)](encodeURIComponent,JSON[_0x59e2d3(0xe1)](_0x5c2629)))}};}const _0x4ebac9={};return _0x4ebac9[_0x59e2d3(0x11e)]=_0x2a9582,_0x4ebac9[_0x59e2d3(0xaa)]=_0x170290[_0x59e2d3(0xa9)][_0x59e2d3(0xbc)],_0x4ebac9[_0x59e2d3(0x119)]=_0x170290[_0x59e2d3(0xa9)][_0x59e2d3(0xb5)],_0x4ebac9;})()),_0x3f468f=_0xb92781[_0xc386a6(0xf7)](nestedKeyValue,_0xa3bf3d,[_0xb92781['MyZSr'],_0x4d225f]);_0x4c6873[_0x4a2aaf]=_0x3f468f?helper[_0xc386a6(0xad)](_0x332295,_0x3f468f):_0x332295;if(_0x58cd62)_0x4c6873[_0x4a2aaf]['browser']=pwToCodeceptBrowser[_0x2a9582['browserName']]||_0x2a9582['browserName'];else{_0x4c6873[_0x4a2aaf][_0xc386a6(0xd8)]=_0x2a9582[_0xc386a6(0xec)]||_0x332295[_0xc386a6(0xd8)];if(_0xb92781[_0xc386a6(0xd9)](isBrowserstackInfra)){_0x4c6873[_0x4a2aaf]['host']=constants[_0xc386a6(0xee)][_0xc386a6(0xd4)](_0xb92781[_0xc386a6(0x9f)],'')[_0xc386a6(0xd4)](/https?:\/\//,'');;_0x4c6873[_0x4a2aaf]['path']=_0xb92781[_0xc386a6(0x9f)];}}_0x1efd59[_0xc386a6(0xaf)](_0x4a2aaf);});}else{_0xbc4540=0x1;if(_0x58cd62){const _0x4a4fed=_0xb92781[_0x2ea75d(0xd2)](nestedKeyValue,_0xa3bf3d,[_0xb92781[_0x2ea75d(0x128)],_0x4d225f,_0xb92781[_0x2ea75d(0x94)]]),_0x4cefa5=_0xb92781['JxQDO'](nestedKeyValue,_0xa3bf3d,[_0xb92781[_0x2ea75d(0x128)],_0x4d225f,_0x4a4fed]);if(_0x4cefa5&&_0x4cefa5[_0x2ea75d(0x11a)]){const _0x418897={};_0x418897[_0x2ea75d(0xca)]=[],_0x4cefa5[_0x2ea75d(0x11a)]=helper[_0x2ea75d(0x102)](Object['assign']({},_0x170290['config'],_0x418897),null,_0x57cea1[_0x2ea75d(0xc7)](),null,null,_0x4cefa5[_0x2ea75d(0x11a)]);}}else{const _0x29fcc4={};_0x29fcc4[_0x2ea75d(0xca)]=[],_0xa3bf3d[_0xb92781['MyZSr']][_0x4d225f][_0xb92781[_0x2ea75d(0xfa)]]=helper['prepareCapabilities'](Object[_0x2ea75d(0xcc)]({},_0x170290[_0x2ea75d(0xa9)],_0x29fcc4),null,_0x57cea1[_0x2ea75d(0xc7)](),_0xb92781['KrKgc'](nestedKeyValue,_0xa3bf3d,[_0xb92781[_0x2ea75d(0x128)],_0x4d225f,_0xb92781['csCRi']])||{},null,null);}_0x4c6873[_0xb92781[_0x2ea75d(0x10e)]]=_0xa3bf3d,_0x1efd59[_0x2ea75d(0xaf)](_0xb92781[_0x2ea75d(0x10e)]);}const _0x5414c1={};_0x5414c1[_0x2ea75d(0xd0)]=_0x496713;const _0x2b7889=_0x5414c1,_0x3d0bec=path[_0x2ea75d(0x104)](__dirname,_0xb92781[_0x2ea75d(0xac)]),_0x4f6f25=process[_0x2ea75d(0x96)]();process['env'][_0xb92781[_0x2ea75d(0xa2)]]=_0x4f6f25,process['chdir'](path[_0x2ea75d(0xf0)](_0x496713));const _0x3568ae=new CodeceptJS[(_0x2ea75d(0x111))](null,_0x2b7889),_0x3abd51=_0x3568ae[_0x2ea75d(0x8e)](_0x778f0c),_0x1f2545=testOpsHelper[_0x2ea75d(0xdc)](),_0x535772=_0x1efd59[_0x2ea75d(0x117)](_0x81745d=>{const _0x51b5be=_0x2ea75d,_0xc9c03c={};_0xc9c03c[_0x51b5be(0x121)]=_0x4c6873[_0x81745d];const _0xed226e={};_0xed226e[_0x51b5be(0x113)]=_0x4c6873[_0x81745d];const _0x476ced=_0x58cd62?_0xc9c03c:_0xed226e,_0x52f269=_0xb92781[_0x51b5be(0xd9)](getO11yRerunPattern),_0x262e33={};_0x262e33[_0x51b5be(0xe7)]=_0x476ced;const _0x1630b1={};_0x1630b1['require']=_0x3d0bec,_0x1630b1[_0x51b5be(0x118)]=!![],_0x1630b1[_0x51b5be(0xcd)]=_0x170290[_0x51b5be(0xa9)][_0x51b5be(0x9d)]['skipSessionName'],_0x1630b1[_0x51b5be(0x99)]=_0x170290[_0x51b5be(0xa9)][_0x51b5be(0x9d)][_0x51b5be(0x99)],_0x1630b1[_0x51b5be(0xe9)]=_0x1f2545,_0x1630b1['frameworkName']=_0x57cea1;const _0x486667={};_0x486667['BrowserStackPlugin']=_0x1630b1;const _0x539116={};return _0x539116[_0x51b5be(0x90)]=_0x486667,helper[_0x51b5be(0xad)]({},_0xa3bf3d,_0xb92781[_0x51b5be(0xde)](isBrowserstackInfra)?_0x262e33:{},_0x52f269?{'grep':_0x52f269}:{},_0x539116);});for(const _0x49baff of _0x535772){for(const _0x1ae63c of _0x3abd51){const _0x5a7c31=_0x3568ae['spawn']();_0x5a7c31[_0x2ea75d(0xa6)](_0x1ae63c),_0x5a7c31['addConfig'](_0x49baff);const _0x12624e={};_0x12624e[_0x2ea75d(0xa9)]=_0x496713,_0x5a7c31['addOptions'](Object[_0x2ea75d(0xcc)](_0x12624e,_0x3cb26b));}}_0x3568ae['on'](CodeceptJS[_0x2ea75d(0xef)][_0x2ea75d(0x93)][_0x2ea75d(0x101)],(_0x36d95f,_0x551f81)=>{const _0x47331f=_0x2ea75d;console[_0x47331f(0xcf)](_0xb92781[_0x47331f(0xa0)],_0x36d95f['title']);const _0x56f8bc={[_0x36d95f[_0x47331f(0xd3)]]:_0x36d95f['err'][_0x47331f(0xa5)]};_testErrorData[_0x47331f(0xaf)](_0x56f8bc);}),_0x3568ae['on'](CodeceptJS[_0x2ea75d(0xef)][_0x2ea75d(0x93)][_0x2ea75d(0xa8)],async _0x5861ff=>{console['log'](_0xb92781['lOUge'],_0x5861ff['title']);}),_0x3568ae['on'](CodeceptJS[_0x2ea75d(0xef)][_0x2ea75d(0x93)][_0x2ea75d(0xd1)],async _0x5016bd=>{const _0x5487ad=_0x2ea75d;console[_0x5487ad(0xcf)](_0xb92781[_0x5487ad(0xf2)],_0x5016bd[_0x5487ad(0xd3)]);}),_0x3568ae['on'](CodeceptJS['event'][_0x2ea75d(0xc9)][_0x2ea75d(0x8c)],async()=>{const _0x22c162=_0x2ea75d,_0x8a4524=_0xb92781[_0x22c162(0xd6)][_0x22c162(0xc2)]('|');let _0x58591a=0x0;while(!![]){switch(_0x8a4524[_0x58591a++]){case'0':_0x170290[_0x22c162(0xc8)]=_testErrorData;continue;case'1':_0x3568ae[_0x22c162(0xc5)]();continue;case'2':testOpsHelper[_0x22c162(0x11c)]();continue;case'3':try{await TestHubHandler['stop']();}catch(_0x40046e){logger[_0x22c162(0xc6)](_0x22c162(0xe2)+util['format'](_0x40046e));}continue;case'4':utilities[_0x22c162(0xfd)](_0x170290);continue;case'5':PerformanceTester['start'](PerformanceEvents[_0x22c162(0xba)]);continue;}break;}});async function _0x2319ac(){const _0x96168=_0x2ea75d;try{await _0x3568ae['bootstrapAll'](),await _0x3568ae[_0x96168(0xb7)]();}finally{process[_0x96168(0xe8)](_0x4f6f25),await _0x3568ae['teardownAll']();}}PerformanceTester['end'](PerformanceEvents['SDK_SETUP']),await _0xb92781[_0x2ea75d(0xd9)](_0x2319ac);}module[a2_0x30a611(0x124)]=run;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a3_0x461965=a3_0x43d3;(function(_0x2702b0,_0x27f093){const _0x3e74ec=a3_0x43d3,_0x4df05c=_0x2702b0();while(!![]){try{const _0x4d60a4=parseInt(_0x3e74ec(0xcc))/0x1*(-parseInt(_0x3e74ec(0xea))/0x2)+-parseInt(_0x3e74ec(0xcd))/0x3*(-parseInt(_0x3e74ec(0x10c))/0x4)+-parseInt(_0x3e74ec(0xf6))/0x5*(-parseInt(_0x3e74ec(0xde))/0x6)+parseInt(_0x3e74ec(0xf9))/0x7+-parseInt(_0x3e74ec(0x106))/0x8+-parseInt(_0x3e74ec(0xc4))/0x9+parseInt(_0x3e74ec(0xfc))/0xa;if(_0x4d60a4===_0x27f093)break;else _0x4df05c['push'](_0x4df05c['shift']());}catch(_0x54449d){_0x4df05c['push'](_0x4df05c['shift']());}}}(a3_0x2d10,0x3429b));function a3_0x2d10(){const _0x2b5171=['ylmap','unknown_grid','browserName','656715aPcqyJ','get','bstack:options','2034340TouMGo','FuCSE','warn','3537300ZJdiyn','isVersionSupported','neiRv','CEIEz','includes','XHMSe','browserVersion','desiredCapabilities','accessibilityPlatform','WKOVI','3040496muZmMt','FuAUz','kXdKZ','osVersion','browserstack_accessibility_automation_script','NvmEF','63868ehVNyu','browser_version','on\x20non-BrowserStack\x20infrastructure\x20','parse','searchParams','processWebDriverConfig','sessionId','getDetails','isBrowserSupportedForAccessibility','1212606epkiie','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','FXepK','qoMCW','qVQUc','POSIF','hQlPi','browserWSEndpoint','1PEJraa','69abLDvG','os_version','platform','FRdmR','tXfnC','fetchPlatformDetails','shouldPatchExecuteScript','name','ceQIB','deviceName','platform_version','\x20browser\x20version\x20','config','capabilities','hwVYw','cloudProvider','azTqd','6yvRgER','../../helpers/accessibility-automation/helper','TGiVp','string','bsSessionId','browser','platformVersion','JFero','niMXm','../../helpers/helper','getMinVersionForBrowser','platformName','828958JBQVeh','constructor','snRbV','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20','qjRKT','\x20or\x20higher\x20','QtnRl','sxXVf','__cloud_provider___'];a3_0x2d10=function(){return _0x2b5171;};return a3_0x2d10();}function a3_0x43d3(_0x3fa804,_0x228ee0){const _0x2d1011=a3_0x2d10();return a3_0x43d3=function(_0x43d3aa,_0x4e8154){_0x43d3aa=_0x43d3aa-0xbf;let _0x5107e5=_0x2d1011[_0x43d3aa];return _0x5107e5;},a3_0x43d3(_0x3fa804,_0x228ee0);}const {isUndefined,nestedKeyValue}=require('../../helpers/helper'),logger=require('../../helpers/logger')['winstonLogger'],PlaywrightSessionDetails=require('../../bin/playwright/sessionDetails'),{isAccessibilityAutomationSession}=require('../../helpers/accessibility-automation/helper'),{getObservabilityLinkedProductName}=require('../../helpers/test-observability/utils'),accessibilityHelper=require(a3_0x461965(0xdf)),{isBrowserstackInfra}=require(a3_0x461965(0xe7)),getOSVersionFromCaps=_0x2ff7ac=>{const _0x62abe=a3_0x461965,_0x2dc305={};_0x2dc305[_0x62abe(0xe5)]=_0x62abe(0xf8),_0x2dc305[_0x62abe(0x101)]=_0x62abe(0xe4),_0x2dc305[_0x62abe(0x105)]=_0x62abe(0xd7),_0x2dc305['CEIEz']=_0x62abe(0x109),_0x2dc305[_0x62abe(0x107)]=_0x62abe(0xce);const _0x1fa536=_0x2dc305;if(!_0x2ff7ac)return null;const _0x530e75=_0x2ff7ac[_0x1fa536[_0x62abe(0xe5)]],_0x5a8a40=[_0x1fa536['XHMSe'],_0x1fa536[_0x62abe(0x105)],_0x1fa536[_0x62abe(0xff)],_0x1fa536['FuAUz']];for(const _0x38087e of _0x5a8a40){if(_0x530e75&&_0x530e75[_0x38087e])return _0x530e75[_0x38087e];else{if(_0x2ff7ac[_0x38087e])return _0x2ff7ac[_0x38087e];}}return null;};exports[a3_0x461965(0xd2)]=_0x33f341=>{const _0x1d48e3=a3_0x461965,_0x123c37={'FXepK':_0x1d48e3(0xf4),'NvmEF':function(_0x302d63,_0x27edd8){return _0x302d63===_0x27edd8;},'niMXm':'WebDriver','TGiVp':function(_0xf06279,_0x43afbf){return _0xf06279(_0x43afbf);},'FRdmR':function(_0x37995c,_0x3b842d,_0x2e26a4){return _0x37995c(_0x3b842d,_0x2e26a4);},'qjRKT':_0x1d48e3(0xd9),'kXdKZ':_0x1d48e3(0x103),'neiRv':'Playwright','hQlPi':'browser','ceQIB':_0x1d48e3(0xcb),'azTqd':'caps','LWWar':function(_0x2fbe03,_0x268cb8){return _0x2fbe03(_0x268cb8);}};if(!_0x33f341)return null;let _0x2bbf60=global[_0x1d48e3(0xf2)]||_0x123c37[_0x1d48e3(0xc6)];if(_0x123c37[_0x1d48e3(0x10b)](_0x33f341['constructor'][_0x1d48e3(0xd4)],_0x123c37[_0x1d48e3(0xe6)])){const _0x30ceed=_0x33f341[_0x1d48e3(0xe3)];if(!_0x30ceed)return null;const _0x12c90d=_0x30ceed['capabilities'],_0x398075=_0x123c37[_0x1d48e3(0xe0)](getOSVersionFromCaps,_0x123c37[_0x1d48e3(0xd0)](nestedKeyValue,_0x33f341,[_0x123c37[_0x1d48e3(0xee)],_0x123c37[_0x1d48e3(0x108)]]));return{[_0x2bbf60]:{'browser':_0x12c90d[_0x1d48e3(0xf5)],'browser_version':_0x12c90d['browserVersion'],'capabilities':_0x12c90d,'platform':_0x12c90d[_0x1d48e3(0xe9)],'platform_version':_0x12c90d[_0x1d48e3(0xe4)]||_0x398075,'product':_0x123c37['TGiVp'](getObservabilityLinkedProductName,_0x12c90d),'session_id':_0x30ceed[_0x1d48e3(0xc1)]}};}else{if(_0x123c37[_0x1d48e3(0x10b)](_0x33f341[_0x1d48e3(0xeb)][_0x1d48e3(0xd4)],_0x123c37[_0x1d48e3(0xfe)])){const _0xb58fe5=PlaywrightSessionDetails[_0x1d48e3(0xc2)]();_0x2bbf60=_0xb58fe5[_0x1d48e3(0xdc)]||_0x2bbf60;const _0x1df29f=_0x123c37[_0x1d48e3(0xd0)](nestedKeyValue,_0x33f341,[_0x123c37[_0x1d48e3(0xee)],_0x123c37[_0x1d48e3(0xca)],_0x123c37[_0x1d48e3(0xd5)]]),_0x1a9dce=_0x1df29f?JSON[_0x1d48e3(0x10f)](new URL(_0x1df29f)[_0x1d48e3(0xbf)][_0x1d48e3(0xf7)](_0x123c37[_0x1d48e3(0xdd)])):{};return{[_0x2bbf60]:{'browser':_0xb58fe5[_0x1d48e3(0xe3)]||_0x1a9dce[_0x1d48e3(0xf5)],'browser_version':_0xb58fe5[_0x1d48e3(0x10d)]||_0x1a9dce[_0x1d48e3(0x10d)],'capabilities':_0x1a9dce,'platform':_0xb58fe5[_0x1d48e3(0xcf)],'platform_version':_0xb58fe5[_0x1d48e3(0xd7)],'product':_0x123c37['LWWar'](getObservabilityLinkedProductName,_0x1a9dce),'session_id':_0xb58fe5[_0x1d48e3(0xe2)]}};}}},exports[a3_0x461965(0xc0)]=_0x7e3926=>{const _0x1d79d0=a3_0x461965,_0x3b0090={'POSIF':function(_0x14c395){return _0x14c395();},'snRbV':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20or\x20ChromeForTesting\x20browsers.','MuufU':function(_0x342439,_0x4da20e){return _0x342439!==_0x4da20e;},'FuCSE':'latest','tXfnC':_0x1d79d0(0x10e),'qVQUc':function(_0x338717,_0x37e377){return _0x338717(_0x37e377);},'hwVYw':_0x1d79d0(0xc5)};if(_0x3b0090[_0x1d79d0(0xc9)](isAccessibilityAutomationSession)){const _0x21238d=_0x7e3926[_0x1d79d0(0xe3)],_0x35e0f3=_0x21238d[_0x1d79d0(0xda)];global['accessibilityPlatform']=!![];!accessibilityHelper[_0x1d79d0(0xc3)](_0x35e0f3[_0x1d79d0(0xf5)])&&(logger[_0x1d79d0(0xfb)](_0x3b0090[_0x1d79d0(0xec)]),global['accessibilityPlatform']=![]);if(_0x3b0090['MuufU'](_0x35e0f3[_0x1d79d0(0x102)],_0x3b0090[_0x1d79d0(0xfa)])){const _0x5b6a11=_0x3b0090[_0x1d79d0(0xc9)](isBrowserstackInfra),_0x23c8b3=accessibilityHelper[_0x1d79d0(0xe8)](_0x35e0f3[_0x1d79d0(0xf5)],_0x5b6a11),_0xd00dcc=accessibilityHelper['getBrowserDisplayName'](_0x35e0f3[_0x1d79d0(0xf5)]);if(!accessibilityHelper[_0x1d79d0(0xfd)](_0x35e0f3[_0x1d79d0(0x102)],_0x23c8b3)){const _0x112f05=_0x5b6a11?'':_0x3b0090[_0x1d79d0(0xd1)];logger[_0x1d79d0(0xfb)](_0x1d79d0(0xed)+_0xd00dcc+_0x1d79d0(0xd8)+_0x23c8b3+_0x1d79d0(0xef)+_0x112f05+'.'),global['accessibilityPlatform']=![];}}!_0x3b0090[_0x1d79d0(0xc8)](isUndefined,_0x35e0f3[_0x1d79d0(0xd6)])&&(logger['warn'](_0x3b0090[_0x1d79d0(0xdb)]),global[_0x1d79d0(0x104)]=![]);}},exports[a3_0x461965(0xd3)]=_0x34950f=>{const _0x15094b=a3_0x461965,_0x31f000={};_0x31f000[_0x15094b(0xf0)]=function(_0x3ca266,_0x204d62){return _0x3ca266!==_0x204d62;},_0x31f000[_0x15094b(0xc7)]=_0x15094b(0xe1),_0x31f000[_0x15094b(0xf1)]='browserstack_executor',_0x31f000[_0x15094b(0xf3)]=_0x15094b(0x10a);const _0xbb3537=_0x31f000;if(!_0x34950f)return![];else{if(_0xbb3537[_0x15094b(0xf0)](typeof _0x34950f,_0xbb3537[_0x15094b(0xc7)]))return!![];}return!_0x34950f[_0x15094b(0x100)](_0xbb3537[_0x15094b(0xf1)])&&!_0x34950f['includes'](_0xbb3537['ylmap']);};
|
|
@@ -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_0x552b47=a4_0x2f88;(function(_0xbab766,_0x254027){const _0x583f10=a4_0x2f88,_0x40f061=_0xbab766();while(!![]){try{const _0x14785c=parseInt(_0x583f10(0x226))/0x1*(parseInt(_0x583f10(0x292))/0x2)+-parseInt(_0x583f10(0x209))/0x3+-parseInt(_0x583f10(0x2bf))/0x4+parseInt(_0x583f10(0x2e4))/0x5+parseInt(_0x583f10(0x200))/0x6+parseInt(_0x583f10(0x1f6))/0x7*(-parseInt(_0x583f10(0x29d))/0x8)+parseInt(_0x583f10(0x21f))/0x9*(parseInt(_0x583f10(0x1f5))/0xa);if(_0x14785c===_0x254027)break;else _0x40f061['push'](_0x40f061['shift']());}catch(_0x5cb9dc){_0x40f061['push'](_0x40f061['shift']());}}}(a4_0x2a4e,0xb6aa3));const path=require(a4_0x552b47(0x26a)),fs=require('fs'),{v4:uuidv4}=require(a4_0x552b47(0x253)),{importFileFromPWCore,nestedKeyValue,parseWSEndpoint,isUndefined}=require(a4_0x552b47(0x280)),testOpsHelper=require(a4_0x552b47(0x20f)),{getTestEnv}=require('../mocha/test-observability/mochaUtils'),{FRAMEWORKS}=require('../../helpers/test-observability/constants'),logger=require(a4_0x552b47(0x26f))[a4_0x552b47(0x2e1)],SessionHandler=require(a4_0x552b47(0x296)),RequestQueueHandler=require(a4_0x552b47(0x2b5)),PlaywrightSessionDetails=require(a4_0x552b47(0x2d1)),debug=testOpsHelper['debug'],{processAccessibilityCaps}=require(a4_0x552b47(0x248)),Constants=require(a4_0x552b47(0x237)),{fetchPlatformDetails}=require(a4_0x552b47(0x204)),{shouldProcessEventForTesthub,appendTesthubParams}=require(a4_0x552b47(0x2af)),constants=require('../utils/constants'),STATE_PASSED='passed',STATE_FAILED=a4_0x552b47(0x22d),a4_0x5200cb={};a4_0x5200cb[a4_0x552b47(0x24e)]='TestRunStarted',a4_0x5200cb[a4_0x552b47(0x1f0)]=a4_0x552b47(0x24a),a4_0x5200cb[a4_0x552b47(0x1f3)]=a4_0x552b47(0x1ec),a4_0x5200cb[a4_0x552b47(0x285)]='HookRunStarted',a4_0x5200cb['HOOK_RUN_FINISHED']='HookRunFinished';const TEST_EVENTS=a4_0x5200cb,parseEvent=_0x4027b4=>{const _0x3c0f4a=a4_0x552b47,_0x146987={};_0x146987[_0x3c0f4a(0x2c7)]=function(_0x5e2415,_0x1bbeb8){return _0x5e2415<_0x1bbeb8;},_0x146987[_0x3c0f4a(0x290)]=function(_0x1c4ccc,_0x3585a9){return _0x1c4ccc===_0x3585a9;},_0x146987[_0x3c0f4a(0x29b)]=_0x3c0f4a(0x20d),_0x146987[_0x3c0f4a(0x25c)]=_0x3c0f4a(0x20c),_0x146987[_0x3c0f4a(0x25d)]=_0x3c0f4a(0x259),_0x146987[_0x3c0f4a(0x21d)]=function(_0x24d3b7,_0x8d6ae){return _0x24d3b7===_0x8d6ae;},_0x146987[_0x3c0f4a(0x2d6)]=_0x3c0f4a(0x23f),_0x146987[_0x3c0f4a(0x257)]=function(_0x2634c3,_0x489393){return _0x2634c3===_0x489393;},_0x146987[_0x3c0f4a(0x2a6)]=_0x3c0f4a(0x252);const _0x1b4949=_0x146987,_0x2b5258=_0x4027b4[_0x3c0f4a(0x2b2)](/^(.*)Run(.*)$/);if(!_0x2b5258)return null;if(_0x1b4949[_0x3c0f4a(0x2c7)](_0x2b5258[_0x3c0f4a(0x250)],0x3))return null;const _0x2ccd69=_0x2b5258[0x1][_0x3c0f4a(0x238)](),_0x1f9dd7=_0x2b5258[0x2]['toLowerCase']();return{'test':_0x1b4949[_0x3c0f4a(0x290)](_0x2ccd69,_0x1b4949['pAnYR']),'hook':_0x1b4949[_0x3c0f4a(0x290)](_0x2ccd69,_0x1b4949[_0x3c0f4a(0x25c)]),'skipped':_0x1b4949[_0x3c0f4a(0x290)](_0x1f9dd7,_0x1b4949['ygkmN']),'started':_0x1b4949['WMLJI'](_0x1f9dd7,_0x1b4949[_0x3c0f4a(0x2d6)]),'finished':_0x1b4949[_0x3c0f4a(0x257)](_0x1f9dd7,_0x1b4949[_0x3c0f4a(0x2a6)])};},mockPWBrowserType=_0x4146a7=>{const _0x46fa7c=a4_0x552b47,_0x114c86={'lqhMO':function(_0x22d503,_0x135031){return _0x22d503===_0x135031;},'sNtwh':'string','OeMYM':function(_0x144a42,_0x5b6079,_0xbc5c70){return _0x144a42(_0x5b6079,_0xbc5c70);},'pqjbL':_0x46fa7c(0x1f2),'aFgvY':function(_0x3d1064,_0x523fb4){return _0x3d1064(_0x523fb4);},'KTYUR':_0x46fa7c(0x206),'ocuSy':'lib','APfPP':_0x46fa7c(0x2ac),'RnisD':_0x46fa7c(0x23d),'oSoYD':function(_0x33a5a9,_0x464369){return _0x33a5a9(_0x464369);},'MvHpI':_0x46fa7c(0x1fd),'BfqrV':_0x46fa7c(0x2de),'jjVpb':_0x46fa7c(0x26c)},_0x209658=path[_0x46fa7c(0x2b4)](_0x114c86['ocuSy'],_0x114c86[_0x46fa7c(0x215)],_0x114c86['RnisD']),_0x2bd1f4=_0x114c86[_0x46fa7c(0x249)](importFileFromPWCore,_0x209658);if(!_0x2bd1f4){_0x114c86['aFgvY'](debug,_0x114c86[_0x46fa7c(0x2cb)]);return;}const _0x348d0f=_0x2bd1f4['BrowserType'],_0x23cabd=_0x348d0f['prototype'];if(_0x23cabd[_0x46fa7c(0x228)])return;const _0x5a3c73=_0x23cabd[_0x46fa7c(0x2de)];Object['defineProperty'](_0x23cabd,_0x114c86[_0x46fa7c(0x211)],{'get':function(){const _0x2cccbe=_0x46fa7c,_0x2747de={'aYJAq':function(_0x3cd81a,_0x3a232e){const _0x52ecbe=a4_0x2f88;return _0x114c86[_0x52ecbe(0x264)](_0x3cd81a,_0x3a232e);},'MohJm':_0x114c86[_0x2cccbe(0x2ba)],'nRbLi':function(_0x319d4e,_0x1bc470,_0x2adc76){return _0x114c86['OeMYM'](_0x319d4e,_0x1bc470,_0x2adc76);},'eibSG':_0x114c86[_0x2cccbe(0x21b)],'GAyeH':function(_0x4c6243,_0x50f50b){const _0x43e59f=_0x2cccbe;return _0x114c86[_0x43e59f(0x2d3)](_0x4c6243,_0x50f50b);},'KciGx':_0x114c86['KTYUR']};return async function _0x4fe92a(_0x2db1d9,_0x3cbb9c){const _0x57e4bc=_0x2cccbe,_0x59f013={'rgXoU':function(_0x4d61fb,_0x213dc3){const _0x1503b3=a4_0x2f88;return _0x2747de[_0x1503b3(0x268)](_0x4d61fb,_0x213dc3);},'ppsLp':_0x2747de[_0x57e4bc(0x2df)]},_0x4f89e7=_0x2747de[_0x57e4bc(0x218)](nestedKeyValue,_0x2db1d9,[_0x2747de[_0x57e4bc(0x220)]])||_0x2db1d9;let _0x5cdd5c=null,_0x139496=null;try{[_0x139496,_0x5cdd5c]=_0x4f89e7?_0x2747de[_0x57e4bc(0x1eb)](parseWSEndpoint,_0x4f89e7):[null,null],global['__platformCaps']=_0x5cdd5c,logger[_0x57e4bc(0x230)](_0x57e4bc(0x28f)+_0x139496),_0x139496[_0x57e4bc(0x282)](Constants[_0x57e4bc(0x261)])&&(global[_0x57e4bc(0x245)]=_0x2747de[_0x57e4bc(0x2be)]);}catch(_0x5a9eb4){logger[_0x57e4bc(0x230)](_0x57e4bc(0x297)+_0x4f89e7+'\x20'+_0x5a9eb4);}_0x2747de[_0x57e4bc(0x218)](processAccessibilityCaps,_0x5cdd5c,_0x139496);if(global['accessibilityPlatform']){const _0x4c2a93=await _0x23cabd[_0x57e4bc(0x2ae)][_0x57e4bc(0x2e2)](this,[''+Constants[_0x57e4bc(0x2c1)]+_0x2747de[_0x57e4bc(0x1eb)](encodeURIComponent,JSON[_0x57e4bc(0x21c)](_0x5cdd5c))]);return PlaywrightSessionDetails[_0x57e4bc(0x219)](_0x4c2a93,_0x4146a7,_0x4f89e7),_0x4c2a93;}return _0x5a3c73[_0x57e4bc(0x2e2)](this,arguments)['then'](_0x31d28c=>{const _0x1077f2=_0x57e4bc;let _0x25559f=_0x2db1d9[_0x1077f2(0x1f2)];return _0x59f013[_0x1077f2(0x23c)](typeof _0x2db1d9,_0x59f013['ppsLp'])&&(_0x25559f=_0x2db1d9),PlaywrightSessionDetails['setupBrowserDetails'](_0x31d28c,_0x4146a7,_0x25559f),_0x31d28c;});};}});const _0x55dd22=_0x23cabd[_0x46fa7c(0x26c)];Object[_0x46fa7c(0x255)](_0x23cabd,_0x114c86[_0x46fa7c(0x1f8)],{'get':function(){return async function _0x36ef27(){const _0x5a7c60=a4_0x2f88;return _0x55dd22[_0x5a7c60(0x2e2)](this,arguments)[_0x5a7c60(0x291)](_0x267723=>{const _0x240379=_0x5a7c60;return PlaywrightSessionDetails[_0x240379(0x219)](_0x267723,null),_0x267723;});};}});};class O11yHelper{['currentTest']=null;['currentHook']=null;['enabled']=![];[a4_0x552b47(0x232)]=![];constructor(_0x1e8f7c,_0x5c8832){const _0x46a229=a4_0x552b47,_0x2e50a3={'OlOgG':_0x46a229(0x2b3),'jamel':function(_0x1f8612,_0xc1ba2f){return _0x1f8612===_0xc1ba2f;},'jlXGs':'Playwright','AmsZW':function(_0x2012ae,_0x43ae3e){return _0x2012ae(_0x43ae3e);},'cukbq':function(_0x263fbb){return _0x263fbb();}},_0x26a03a=_0x2e50a3['OlOgG'][_0x46a229(0x205)]('|');let _0x58259c=0x0;while(!![]){switch(_0x26a03a[_0x58259c++]){case'0':this[_0x46a229(0x26e)]&&_0x2e50a3['jamel'](this[_0x46a229(0x26e)]['constructor'][_0x46a229(0x2d7)],_0x2e50a3['jlXGs'])&&_0x2e50a3[_0x46a229(0x269)](mockPWBrowserType,null);continue;case'1':this[_0x46a229(0x232)]=_0x5c8832[_0x46a229(0x232)];continue;case'2':this['_testEnv']=_0x2e50a3[_0x46a229(0x2a3)](getTestEnv);continue;case'3':this['enabled']=_0x2e50a3[_0x46a229(0x2a3)](shouldProcessEventForTesthub);continue;case'4':this[_0x46a229(0x26e)]=_0x1e8f7c;continue;case'5':this[_0x46a229(0x25a)]=new testOpsHelper[(_0x46a229(0x2c0))]({'cwd':process[_0x46a229(0x2c8)]()},this[_0x46a229(0x260)][_0x46a229(0x2b1)]);continue;}break;}}[a4_0x552b47(0x28b)](){const _0x29e201=a4_0x552b47;if(!this['enabled'])return;testOpsHelper[_0x29e201(0x24b)](),process[_0x29e201(0x23e)](_0x29e201(0x242)+process[_0x29e201(0x1f7)]),process['on'](_0x29e201(0x242)+process['pid'],this[_0x29e201(0x222)]['bind'](this));}async[a4_0x552b47(0x1fb)](){const _0x4b41ba=a4_0x552b47;await RequestQueueHandler[_0x4b41ba(0x1ed)]()['shutdown']();}async[a4_0x552b47(0x222)](_0x1d17df){const _0x47dc90=a4_0x552b47,_0x22886e={'HCKGK':_0x47dc90(0x271),'VZfKS':function(_0x1f3d1d,_0x537195){return _0x1f3d1d(_0x537195);}};try{this[_0x47dc90(0x201)]&&!this[_0x47dc90(0x201)][_0x47dc90(0x287)]&&(_0x1d17df[_0x47dc90(0x216)]=this[_0x47dc90(0x201)][_0x47dc90(0x25f)]);!_0x1d17df['hook_run_uuid']&&this[_0x47dc90(0x270)]&&!this['currentTest'][_0x47dc90(0x287)]&&(_0x1d17df[_0x47dc90(0x266)]=this[_0x47dc90(0x270)]['testAnalyticsId']);if(_0x1d17df['hook_run_uuid']||_0x1d17df[_0x47dc90(0x266)]){const _0x26cd61={};_0x26cd61[_0x47dc90(0x236)]=_0x22886e[_0x47dc90(0x213)],_0x26cd61[_0x47dc90(0x244)]=[_0x1d17df],await SessionHandler[_0x47dc90(0x229)](_0x26cd61);}}catch(_0x42413d){_0x22886e[_0x47dc90(0x22b)](debug,_0x47dc90(0x275)+constants[_0x47dc90(0x27e)]+_0x47dc90(0x2cf)+_0x42413d);}}async[a4_0x552b47(0x22c)](_0x315d4f){const _0x1cde22=a4_0x552b47,_0x4a1638={'ZJJaf':_0x1cde22(0x2d0),'ndNur':function(_0x236839,_0x2efdf2){return _0x236839(_0x2efdf2);}};if(!this['enabled'])return;const _0x35a014=this[_0x1cde22(0x278)](this[_0x1cde22(0x26e)]);try{const _0x4a2bed={};_0x4a2bed[_0x1cde22(0x253)]=_0x315d4f,_0x4a2bed[_0x1cde22(0x2db)]=_0x35a014;const _0x588107=_0x4a2bed,_0x27b68c={};_0x27b68c[_0x1cde22(0x236)]=_0x4a1638[_0x1cde22(0x24f)],_0x27b68c[_0x1cde22(0x26d)]=_0x588107,await SessionHandler['uploadEventData'](_0x27b68c);}catch(_0x30ecb6){_0x4a1638['ndNur'](debug,'Exception\x20in\x20uploading\x20platform\x20details\x20to\x20'+constants[_0x1cde22(0x27e)]+_0x1cde22(0x2cf)+_0x30ecb6);}}[a4_0x552b47(0x278)](_0x5f4cf8){const _0x359a0e=a4_0x552b47,_0x4d0886={'AKytw':function(_0x2126cb,_0x1e8c7c){return _0x2126cb(_0x1e8c7c);}};return _0x4d0886[_0x359a0e(0x2b8)](fetchPlatformDetails,_0x5f4cf8);}[a4_0x552b47(0x2a7)]=_0x1fe4cd=>{const _0x2338e3=a4_0x552b47,_0x565b2a={};_0x565b2a['dMnJh']=_0x2338e3(0x272),_0x565b2a[_0x2338e3(0x1f1)]=_0x2338e3(0x26b);const _0x2b3d87=_0x565b2a;if(!_0x1fe4cd||!_0x1fe4cd[_0x2338e3(0x288)])return;[_0x2b3d87[_0x2338e3(0x1ef)],_0x2b3d87[_0x2338e3(0x1f1)]][_0x2338e3(0x212)](_0x6f4eaf=>{const _0x4116a8=_0x2338e3,_0x4f9108=_0x1fe4cd[_0x4116a8(0x288)][_0x6f4eaf];_0x4f9108[_0x4116a8(0x212)](_0x478292=>{const _0x4d6a59=_0x4116a8;_0x478292[_0x4d6a59(0x25f)]&&(_0x478292[_0x4d6a59(0x25f)]=null);});});};[a4_0x552b47(0x225)](_0x1f8066){const _0x5a533d=a4_0x552b47,_0x32d67b={'PkqQt':_0x5a533d(0x2d2),'mtyjL':function(_0x51eadc){return _0x51eadc();},'LZvdE':function(_0x3b8da0,_0x56d3ed){return _0x3b8da0===_0x56d3ed;},'cGTIk':_0x5a533d(0x26b),'OoFfc':function(_0x530f32){return _0x530f32();},'yIvgL':'_beforeAll','OZZrE':'_afterAll','MZoLq':_0x5a533d(0x272)};if(!_0x1f8066||!_0x1f8066[_0x5a533d(0x288)])return;[_0x32d67b[_0x5a533d(0x2c5)],_0x32d67b['OZZrE'],_0x32d67b['MZoLq'],_0x32d67b[_0x5a533d(0x20a)]][_0x5a533d(0x212)](_0xf45069=>{const _0x543c1b=_0x1f8066['parent'][_0xf45069]||[];_0x543c1b['forEach'](_0x3d7f67=>{const _0x5650d2=a4_0x2f88;if(_0x3d7f67[_0x5650d2(0x265)][_0x5650d2(0x282)](_0x32d67b[_0x5650d2(0x2c9)]))return;if(!_0x3d7f67[_0x5650d2(0x25f)])_0x3d7f67[_0x5650d2(0x25f)]=_0x32d67b[_0x5650d2(0x241)](uuidv4);else _0x3d7f67[_0x5650d2(0x287)]&&_0x32d67b['LZvdE'](_0xf45069,_0x32d67b[_0x5650d2(0x20a)])&&(_0x3d7f67[_0x5650d2(0x25f)]=_0x32d67b[_0x5650d2(0x274)](uuidv4),delete _0x3d7f67[_0x5650d2(0x287)]);});}),this[_0x5a533d(0x225)](_0x1f8066['parent']);}[a4_0x552b47(0x1f9)](_0x444164){const _0x47e5f6=a4_0x552b47,_0x2ee844={};_0x2ee844['JxdDS']=_0x47e5f6(0x21e),_0x2ee844['VUYtw']=_0x47e5f6(0x254),_0x2ee844[_0x47e5f6(0x276)]=_0x47e5f6(0x272),_0x2ee844[_0x47e5f6(0x22f)]='_afterEach';const _0x4ec10b=_0x2ee844;if(!_0x444164||!_0x444164[_0x47e5f6(0x288)])return[];const _0x5cd378=[];return[_0x4ec10b[_0x47e5f6(0x2c4)],_0x4ec10b[_0x47e5f6(0x27a)],_0x4ec10b[_0x47e5f6(0x276)],_0x4ec10b[_0x47e5f6(0x22f)]][_0x47e5f6(0x212)](_0x37061b=>{const _0x532db4=_0x444164['parent'][_0x37061b]||[];_0x532db4['forEach'](_0x1c48fa=>{const _0x679a17=a4_0x2f88;_0x1c48fa[_0x679a17(0x25f)]&&_0x5cd378[_0x679a17(0x22e)](_0x1c48fa[_0x679a17(0x25f)]);});}),[][_0x47e5f6(0x27d)](_0x5cd378,this[_0x47e5f6(0x1f9)](_0x444164[_0x47e5f6(0x288)]));}[a4_0x552b47(0x277)](_0x5570d4){const _0x5719d5=a4_0x552b47,_0x592c21=/^"(?<hook>.*)" hook:.*$/,_0x546754=_0x5570d4[_0x5719d5(0x265)],_0x101fa7=_0x546754[_0x5719d5(0x2b2)](_0x592c21);if(_0x101fa7&&_0x101fa7['groups'])return _0x101fa7[_0x5719d5(0x2a8)][_0x5719d5(0x20c)]['toUpperCase']()[_0x5719d5(0x28e)]('\x20','_');return null;}[a4_0x552b47(0x2aa)](_0x19aa13){const _0x46f4b6=a4_0x552b47,_0x2aaee0={};_0x2aaee0[_0x46f4b6(0x20b)]=function(_0xb82644,_0x5c4954){return _0xb82644===_0x5c4954;},_0x2aaee0[_0x46f4b6(0x29a)]=function(_0x4bfcbd,_0x2bcbb9){return _0x4bfcbd===_0x2bcbb9;},_0x2aaee0['FQtWn']=function(_0x75a5c6,_0x177cd4){return _0x75a5c6===_0x177cd4;},_0x2aaee0[_0x46f4b6(0x207)]=function(_0x3884e8,_0x1db0e0){return _0x3884e8===_0x1db0e0;},_0x2aaee0['yYoAM']=_0x46f4b6(0x210),_0x2aaee0[_0x46f4b6(0x28c)]=_0x46f4b6(0x2d8);const _0x16ed96=_0x2aaee0,_0x23c9da=path[_0x46f4b6(0x2a2)];if(_0x16ed96['sPZCs'](_0x19aa13,null)||_0x16ed96[_0x46f4b6(0x29a)](_0x19aa13,'')||_0x16ed96[_0x46f4b6(0x2a5)](_0x19aa13,_0x23c9da)||_0x16ed96['fwXoH'](_0x19aa13,path[_0x46f4b6(0x281)](_0x19aa13)))return null;try{return fs[_0x46f4b6(0x2c6)](path[_0x46f4b6(0x2b4)](_0x19aa13,_0x16ed96[_0x46f4b6(0x25b)],_0x16ed96[_0x46f4b6(0x28c)])),_0x19aa13;}catch(_0x4f0a68){const _0x2a1ebb=path[_0x46f4b6(0x281)](_0x19aa13);return this[_0x46f4b6(0x2aa)](_0x2a1ebb);}}[a4_0x552b47(0x284)](_0x357fdb){const _0x640da5=a4_0x552b47,_0x16a601={};_0x16a601[_0x640da5(0x23b)]=function(_0x5ceee1,_0x43a767){return _0x5ceee1>_0x43a767;};const _0x563155=_0x16a601;if(_0x357fdb[_0x640da5(0x235)])return _0x357fdb[_0x640da5(0x235)];if(_0x357fdb[_0x640da5(0x21a)]){const _0x5cf87a=_0x357fdb[_0x640da5(0x21a)]['currentTest']?this[_0x640da5(0x284)](_0x357fdb[_0x640da5(0x21a)][_0x640da5(0x270)]):null;if(_0x5cf87a)return _0x5cf87a;}if(_0x357fdb[_0x640da5(0x288)]){const _0x5ad562=this[_0x640da5(0x284)](_0x357fdb[_0x640da5(0x288)])||(_0x357fdb['parent'][_0x640da5(0x21a)]&&_0x357fdb[_0x640da5(0x288)][_0x640da5(0x21a)][_0x640da5(0x270)]?this[_0x640da5(0x284)](_0x357fdb[_0x640da5(0x288)][_0x640da5(0x21a)]['currentTest']):null);if(_0x5ad562)return _0x5ad562;_0x357fdb['parent'][_0x640da5(0x227)]&&_0x563155['BcYOw'](_0x357fdb[_0x640da5(0x288)][_0x640da5(0x227)][_0x640da5(0x250)],0x0)&&_0x357fdb['parent'][_0x640da5(0x227)]['forEach'](_0x542296=>{const _0x2d58b9=_0x640da5,_0x964c1=_0x542296[_0x2d58b9(0x21a)]?this[_0x2d58b9(0x284)](_0x542296[_0x2d58b9(0x21a)]):null;if(_0x964c1)return _0x964c1;});}return null;}[a4_0x552b47(0x27f)](_0x195960){const _0x121536=a4_0x552b47,_0xc9e7fb={};_0xc9e7fb[_0x121536(0x283)]=function(_0x8b124f,_0x34e2f1){return _0x8b124f!==_0x34e2f1;};const _0x40bbaf=_0xc9e7fb,_0x13af75=[];if(_0x195960&&_0x195960['parent']){let _0x124bcd=_0x195960[_0x121536(0x288)];while(_0x124bcd&&_0x40bbaf[_0x121536(0x283)](_0x124bcd[_0x121536(0x265)],'')){_0x13af75[_0x121536(0x22e)](_0x124bcd[_0x121536(0x265)]),_0x124bcd=_0x124bcd[_0x121536(0x288)];}}return _0x13af75;}[a4_0x552b47(0x29e)](_0x5bb83d,_0x3dd6e0,_0x49d445=undefined){const _0x15bb07=a4_0x552b47,_0x4c8f47={'sJIrL':function(_0xa83cdc,_0x231cf0){return _0xa83cdc(_0x231cf0);},'qVNdv':function(_0x257eac){return _0x257eac();},'RXuQg':function(_0x1d5816){return _0x1d5816();},'FIOGk':function(_0x5d8ae4,_0x15af89){return _0x5d8ae4(_0x15af89);},'OKnyU':_0x15bb07(0x1ff),'ugeIW':_0x15bb07(0x295),'YSWHx':function(_0x4314ac,_0x46203a){return _0x4314ac!==_0x46203a;},'licfF':function(_0x485613,_0x52d17a){return _0x485613!==_0x52d17a;},'wItTO':'File\x20path\x20could\x20not\x20be\x20found','VCrcu':_0x15bb07(0x2cc),'AFBCb':_0x15bb07(0x22d),'QLsax':_0x15bb07(0x2a1),'IkUXs':'skipped','BoqJw':_0x15bb07(0x217),'VbbuA':function(_0x2e7c1a,_0x528044){return _0x2e7c1a-_0x528044;},'IeeTK':function(_0x4b29b4,_0x5d7681,_0x1461f2,_0x5ca0eb,_0x5e7fae){return _0x4b29b4(_0x5d7681,_0x1461f2,_0x5ca0eb,_0x5e7fae);},'Goonv':function(_0x960c33,_0x59fd99){return _0x960c33!==_0x59fd99;},'szhab':_0x15bb07(0x2db),'GtGnj':_0x15bb07(0x25e),'hIonE':_0x15bb07(0x256),'IvXoS':_0x15bb07(0x1fc),'wCxtM':_0x15bb07(0x27b),'LtYtu':'failure_reason_expanded','bVons':_0x15bb07(0x1f4),'mgAMP':function(_0x1659eb,_0x42ebf1){return _0x1659eb===_0x42ebf1;},'mvljZ':_0x15bb07(0x247),'nNVnn':'test_run'};if(!this[_0x15bb07(0x24d)])return;try{if(_0x3dd6e0['fn']&&_0x3dd6e0['fn'][_0x15bb07(0x202)]()[_0x15bb07(0x2b2)](/browserstack internal helper hook/))return;const _0x48cc11=_0x4c8f47[_0x15bb07(0x298)](parseEvent,_0x5bb83d);if(!_0x48cc11)return;if(_0x48cc11[_0x15bb07(0x20d)]){this[_0x15bb07(0x270)]=_0x3dd6e0,this[_0x15bb07(0x201)]=null;if(_0x48cc11[_0x15bb07(0x23f)]||_0x48cc11[_0x15bb07(0x259)]){_0x3dd6e0['startedAt']=new Date(),_0x3dd6e0[_0x15bb07(0x287)]=![];if(!_0x3dd6e0['testAnalyticsId'])_0x3dd6e0[_0x15bb07(0x2d9)]=_0x4c8f47['qVNdv'](uuidv4);else _0x3dd6e0['markedStatus']&&(!_0x3dd6e0['retryOf']&&(_0x3dd6e0['retryOf']=_0x3dd6e0['testAnalyticsId']),_0x3dd6e0['testAnalyticsId']=_0x4c8f47[_0x15bb07(0x1fe)](uuidv4));}}else{if(_0x48cc11[_0x15bb07(0x20c)]){this['currentHook']=_0x3dd6e0;if(_0x48cc11[_0x15bb07(0x23f)]){_0x3dd6e0[_0x15bb07(0x20e)]=new Date(),_0x3dd6e0[_0x15bb07(0x287)]=![];if(!_0x3dd6e0[_0x15bb07(0x25f)])_0x3dd6e0[_0x15bb07(0x25f)]=_0x4c8f47[_0x15bb07(0x2dd)](uuidv4);else _0x3dd6e0[_0x15bb07(0x25f)]&&_0x3dd6e0[_0x15bb07(0x287)]&&(_0x3dd6e0[_0x15bb07(0x25f)]=_0x4c8f47[_0x15bb07(0x1fe)](uuidv4));}}}if(_0x48cc11[_0x15bb07(0x252)]&&_0x3dd6e0[_0x15bb07(0x287)])return;let _0x85d5d2;try{_0x85d5d2=this[_0x15bb07(0x284)](_0x3dd6e0);}catch(_0x7df238){logger[_0x15bb07(0x230)](_0x15bb07(0x243)+_0x7df238),_0x85d5d2=null;}const _0x54ccfa=_0x4c8f47[_0x15bb07(0x2b6)](require,_0x4c8f47[_0x15bb07(0x240)]);let _0x4e681d=[];_0x49d445&&(_0x4e681d=[_0x49d445,_0x4c8f47[_0x15bb07(0x267)]]);const _0x584c87=_0x4c8f47[_0x15bb07(0x2d5)](_0x3dd6e0['errorsDetailed'],undefined)?_0x54ccfa[_0x15bb07(0x224)](_0x3dd6e0[_0x15bb07(0x2cd)][0x0]):_0x4c8f47['licfF'](_0x49d445,undefined)?_0x49d445['toString']():undefined,_0x46775b=_0x85d5d2?this[_0x15bb07(0x2aa)](_0x85d5d2):null,_0x242f37=_0x85d5d2?this[_0x15bb07(0x25a)][_0x15bb07(0x2a9)](this[_0x15bb07(0x284)](_0x3dd6e0)):_0x4c8f47[_0x15bb07(0x2c2)];let _0x2b6579=_0x4c8f47[_0x15bb07(0x1fa)];const _0x183b2c=!_0x48cc11[_0x15bb07(0x23f)]?new Date()[_0x15bb07(0x2d4)]():null;if(_0x48cc11['finished'])_0x2b6579=_0x49d445?_0x4c8f47['AFBCb']:_0x4c8f47[_0x15bb07(0x24c)],_0x3dd6e0[_0x15bb07(0x287)]=!![];else _0x48cc11[_0x15bb07(0x259)]&&(_0x2b6579=_0x4c8f47[_0x15bb07(0x289)],_0x3dd6e0['markedStatus']=!![]);const _0x2ce396={'framework':this[_0x15bb07(0x232)],'uuid':_0x3dd6e0[_0x15bb07(0x2d9)]||_0x3dd6e0[_0x15bb07(0x25f)],'name':_0x3dd6e0['title'],'body':{'lang':_0x4c8f47[_0x15bb07(0x2bd)],'code':_0x3dd6e0[_0x15bb07(0x273)][_0x15bb07(0x202)]()},'type':_0x3dd6e0[_0x15bb07(0x2ca)],'scope':_0x3dd6e0[_0x15bb07(0x22a)](),'scopes':this[_0x15bb07(0x27f)](_0x3dd6e0),'file_name':_0x242f37,'vc_filepath':_0x46775b?path['relative'](_0x46775b,_0x85d5d2):null,'location':_0x242f37,'result':_0x2b6579,'failure_reason':_0x584c87,'duration_in_ms':_0x3dd6e0[_0x15bb07(0x294)]||(_0x48cc11[_0x15bb07(0x252)]||_0x48cc11[_0x15bb07(0x259)])?_0x4c8f47['VbbuA'](Date[_0x15bb07(0x2da)](),new Date(_0x3dd6e0[_0x15bb07(0x20e)])[_0x15bb07(0x28a)]()):null,'started_at':new Date(_0x3dd6e0[_0x15bb07(0x20e)])['toISOString'](),'finished_at':_0x183b2c,'failure':testOpsHelper[_0x15bb07(0x2ab)][_0x15bb07(0x2e2)](null,_0x4e681d),'failure_type':!_0x584c87?null:testOpsHelper[_0x15bb07(0x2e0)](_0x584c87),'retry_of':_0x3dd6e0[_0x15bb07(0x2c3)]||null,'tags':_0x3dd6e0[_0x15bb07(0x23a)]||[],'customRerunParam':{'rerun_name':_0x3dd6e0[_0x15bb07(0x22a)]()}};_0x4c8f47[_0x15bb07(0x221)](appendTesthubParams,_0x2ce396,_0x5bb83d,_0x3dd6e0,FRAMEWORKS[_0x15bb07(0x2a4)]);if(_0x48cc11[_0x15bb07(0x20c)])[_0x2ce396[_0x15bb07(0x2bb)],_0x2ce396[_0x15bb07(0x2d7)]]=[this[_0x15bb07(0x277)](_0x3dd6e0),_0x3dd6e0['ctx'][_0x15bb07(0x20d)][_0x15bb07(0x265)]],_0x48cc11[_0x15bb07(0x252)]?_0x4c8f47['Goonv'](_0x2ce396[_0x15bb07(0x286)],_0x4c8f47['AFBCb'])&&(_0x2ce396[_0x15bb07(0x286)]=_0x4c8f47[_0x15bb07(0x24c)]):_0x2ce396[_0x15bb07(0x273)]={};else _0x48cc11['test']&&(this[_0x15bb07(0x225)](_0x3dd6e0),_0x48cc11[_0x15bb07(0x259)]&&this['resetSkipTestHooks'](_0x3dd6e0),(_0x48cc11[_0x15bb07(0x252)]||_0x48cc11[_0x15bb07(0x259)])&&(_0x2ce396[_0x15bb07(0x208)]=this[_0x15bb07(0x1f9)](_0x3dd6e0)));this[_0x15bb07(0x26e)]&&(_0x48cc11[_0x15bb07(0x23f)]||_0x48cc11[_0x15bb07(0x259)])&&(_0x2ce396[_0x4c8f47['szhab']]=this[_0x15bb07(0x278)](this[_0x15bb07(0x26e)]));_0x48cc11['test']&&_0x48cc11[_0x15bb07(0x252)]&&_0x3dd6e0[_0x15bb07(0x263)]&&(_0x2ce396[_0x4c8f47[_0x15bb07(0x2b9)]]={'feature':{'name':_0x3dd6e0[_0x15bb07(0x288)][_0x15bb07(0x262)]['name'],'path':_0x2ce396['file_name'],'description':_0x3dd6e0[_0x15bb07(0x288)][_0x15bb07(0x239)]},'scenario':{'name':_0x3dd6e0['title']},'steps':_0x3dd6e0[_0x15bb07(0x263)]});const _0x4ecbbc=_0x2ce396[_0x4c8f47[_0x15bb07(0x1ee)]][0x0];_0x4ecbbc&&(_0x2ce396[_0x4c8f47[_0x15bb07(0x29c)]]=_0x4ecbbc[_0x4c8f47[_0x15bb07(0x2b0)]],_0x2ce396[_0x4c8f47[_0x15bb07(0x2dc)]]=_0x4ecbbc[_0x4c8f47['bVons']]);if(_0x3dd6e0['bddSteps'])for(const _0x3cfef2 of _0x3dd6e0[_0x15bb07(0x263)]){!_0x3cfef2[_0x15bb07(0x2b7)]&&(_0x3cfef2[_0x15bb07(0x2b7)]=new Date()['toISOString'](),_0x4c8f47[_0x15bb07(0x2ad)](_0x3cfef2[_0x15bb07(0x286)],_0x4c8f47['VCrcu'])&&(_0x4ecbbc?(_0x3cfef2[_0x15bb07(0x286)]=_0x4c8f47[_0x15bb07(0x203)],_0x3cfef2['failure']=_0x4ecbbc[_0x4c8f47['wCxtM']][0x0]):_0x3cfef2[_0x15bb07(0x286)]=_0x4c8f47[_0x15bb07(0x24c)]));}const _0x34c917={};_0x34c917[_0x15bb07(0x236)]=_0x48cc11['skipped']?TEST_EVENTS[_0x15bb07(0x1f0)]:_0x5bb83d;const _0x2b0bfe=_0x34c917;return _0x48cc11['hook']?_0x2b0bfe[_0x4c8f47[_0x15bb07(0x234)]]=_0x2ce396:_0x2b0bfe[_0x4c8f47[_0x15bb07(0x251)]]=_0x2ce396,_0x2b0bfe;}catch(_0x34b199){logger[_0x15bb07(0x230)](_0x15bb07(0x233)+_0x5bb83d+_0x15bb07(0x2cf)+_0x34b199);}}async['fireEvent'](_0x3071f0,_0x54a5cc){const _0x2b1696=a4_0x552b47;if(!this[_0x2b1696(0x24d)]||!_0x54a5cc||!_0x3071f0)return![];try{return await SessionHandler['uploadEventData'](_0x54a5cc);}catch(_0xf9249){logger[_0x2b1696(0x230)]('Exception\x20in\x20sending\x20test\x20data\x20for\x20event\x20'+_0x3071f0+_0x2b1696(0x2cf)+_0xf9249);}}[a4_0x552b47(0x2a0)](_0x23f407){const _0x45216e=a4_0x552b47,_0x42f34e={};_0x42f34e['YNvUm']=_0x45216e(0x2cc);const _0x122566=_0x42f34e;return{'id':_0x23f407['stepAnalyticsId'],'text':_0x23f407[_0x45216e(0x231)],'keyword':_0x23f407[_0x45216e(0x27c)],'started_at':_0x23f407[_0x45216e(0x20e)][_0x45216e(0x2d4)](),'result':_0x122566[_0x45216e(0x2e3)]};}['bddStepStart'](_0x33053f){const _0x25c91b=a4_0x552b47,_0x2138e5={'HsqNh':function(_0x3f86a4){return _0x3f86a4();}};!this[_0x25c91b(0x270)][_0x25c91b(0x263)]&&(this['currentTest'][_0x25c91b(0x263)]=[]),!_0x33053f[_0x25c91b(0x223)]&&(_0x33053f[_0x25c91b(0x223)]=_0x2138e5['HsqNh'](uuidv4),_0x33053f[_0x25c91b(0x20e)]=new Date(),this['currentTest']['bddSteps']['push'](this[_0x25c91b(0x2a0)](_0x33053f)));}[a4_0x552b47(0x258)](_0x51befe){const _0x1485e0=a4_0x552b47,_0x53648c={'kOgVm':function(_0x1464f4,_0x3e534a){return _0x1464f4(_0x3e534a);},'cGFMP':_0x1485e0(0x2ce),'twtUq':'pending','UAehK':_0x1485e0(0x2a1),'AHLek':function(_0x4c6e18,_0x37da90){return _0x4c6e18-_0x37da90;}};let _0xbdb796=this['currentTest'][_0x1485e0(0x263)][_0x1485e0(0x214)](_0x8db6bc=>_0x8db6bc['id']===_0x51befe[_0x1485e0(0x223)]);_0x53648c[_0x1485e0(0x246)](isUndefined,_0xbdb796)&&(_0xbdb796=this[_0x1485e0(0x2a0)](_0x51befe)),_0xbdb796['result']=[_0x53648c['cGFMP'],_0x53648c[_0x1485e0(0x2bc)]][_0x1485e0(0x282)](_0x51befe[_0x1485e0(0x28d)])?_0x53648c['UAehK']:_0x51befe[_0x1485e0(0x28d)],_0xbdb796[_0x1485e0(0x2b7)]=new Date()['toISOString'](),_0xbdb796['duration']=_0x53648c['AHLek'](Date[_0x1485e0(0x2da)](),_0x51befe[_0x1485e0(0x20e)]['getTime']()),_0xbdb796[_0x1485e0(0x256)]=_0x51befe[_0x1485e0(0x295)]?_0x51befe[_0x1485e0(0x295)][_0x1485e0(0x279)]:null;}}function a4_0x2a4e(){const _0x37fdbd=['yYoAM','FVUzJ','ygkmN','meta','hookAnalyticsId','_testEnv','BROWSERSTACK','feature','bddSteps','lqhMO','title','test_run_uuid','ugeIW','aYJAq','AmsZW','path','_afterEach','launch','test_run','driver','../../helpers/logger','currentTest','LogCreated','_beforeEach','body','OoFfc','Exception\x20in\x20uploading\x20log\x20data\x20to\x20','YcCgx','getHookType','getCBTInfo','message','VUYtw','backtrace','keyword','concat','TEST_REPORTING_ANALYTICS','getHierarchy','../../helpers/helper','dirname','includes','wxBDe','getRootParentFile','HOOK_RUN_STARTED','result','markedStatus','parent','IkUXs','getTime','start','dNrWE','status','replace','Checking\x20for\x20accessibility\x20automation\x20session\x20with\x20','VDHbk','then','22uhnvsZ','O11yHelper','duration','err','../../helpers/test-observability/sessionHandler','Failed\x20to\x20parse\x20wsendpoint\x20','sJIrL','exports','sGpzY','pAnYR','IvXoS','3576YVpTvp','captureEvent','TEST_EVENTS','initializeBddStep','passed','sep','cukbq','CODECEPT','FQtWn','fLikb','resetSkipTestHooks','groups','prefixTestPath','findGitConfig','failureData','client','mgAMP','connectOverCDP','../../helpers/testhub/utils.js','wCxtM','location_prefix','match','3|1|4|2|5|0','join','../../helpers/test-observability/requestQueueHandler','FIOGk','finished_at','AKytw','GtGnj','sNtwh','hook_type','twtUq','BoqJw','KciGx','622448Bbnhla','PathHelper','PLAYWRIGHT_HUB_URL','wItTO','retryOf','JxdDS','yIvgL','statSync','BQAgN','cwd','PkqQt','type','MvHpI','pending','errorsDetailed','success','\x20with\x20error\x20:\x20','CBTSessionCreated','../playwright/sessionDetails','codeceptjs','aFgvY','toISOString','YSWHx','oxdxD','name','config','testAnalyticsId','now','integrations','LtYtu','qVNdv','connect','MohJm','getFailureType','winstonLogger','apply','YNvUm','1564385wmqqSf','GAyeH','TestRunSkipped','getInstance','hIonE','dMnJh','TEST_RUN_FINISHED','hWitC','wsEndpoint','TEST_RUN_SKIPPED','expanded','4830TNoPxh','12082XYcyfE','pid','jjVpb','getHooksForTest','VCrcu','stop','failure_backtrace','Not\x20able\x20to\x20import\x20Browser','RXuQg','util','4714122tEpVcI','currentHook','toString','AFBCb','./helper.js','split','browserstack','fwXoH','hooks','3975261JnHtZU','cGTIk','sPZCs','hook','test','startedAt','../../helpers/test-observability/utils','.git','BfqrV','forEach','HCKGK','find','APfPP','hook_run_uuid','javascript','nRbLi','setupBrowserDetails','ctx','pqjbL','stringify','WMLJI','_beforeAll','13401DULsiY','eibSG','IeeTK','appendTestItemLog','stepAnalyticsId','inspect','mapTestHooks','107515GzNiRw','suites','obsBrowserTypeMockApplied','uploadEventData','fullTitle','VZfKS','sendCBTInfo','failed','push','wUGWD','debug','text','frameworkName','Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20','mvljZ','file','event_type','../utils/constants','toLowerCase','comment','tags','BcYOw','rgXoU','browserType.js','removeAllListeners','started','OKnyU','mtyjL','bs:addLog:','failed\x20to\x20get\x20root\x20parent\x20file\x20','logs','__cloud_provider___','kOgVm','hook_run','../playwright/accessibility-helper','oSoYD','TestRunFinished','patchConsoleLogger','QLsax','enabled','TEST_RUN_STARTED','ZJJaf','length','nNVnn','finished','uuid','_afterAll','defineProperty','failure','EThul','bddStepFinish','skipped','_paths'];a4_0x2a4e=function(){return _0x37fdbd;};return a4_0x2a4e();}function a4_0x2f88(_0x217d58,_0xaed812){const _0x2a4e3d=a4_0x2a4e();return a4_0x2f88=function(_0x2f8894,_0x3c3bdf){_0x2f8894=_0x2f8894-0x1eb;let _0x154457=_0x2a4e3d[_0x2f8894];return _0x154457;},a4_0x2f88(_0x217d58,_0xaed812);}const a4_0x11f5f4={};a4_0x11f5f4[a4_0x552b47(0x293)]=O11yHelper,a4_0x11f5f4['STATE_PASSED']=STATE_PASSED,a4_0x11f5f4['STATE_FAILED']=STATE_FAILED,a4_0x11f5f4[a4_0x552b47(0x29f)]=TEST_EVENTS,module[a4_0x552b47(0x299)]=a4_0x11f5f4;
|