browserstack-node-sdk 1.49.1 → 1.49.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ats/src/cloudproviders/AWS.js +1 -1
- package/ats/src/cloudproviders/Azure.js +1 -1
- package/ats/src/cloudproviders/CloudProvider.js +1 -1
- package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
- package/ats/src/cloudproviders/utils.js +1 -1
- package/ats/src/commands/configure.js +1 -1
- package/ats/src/commands/connect.js +1 -1
- package/ats/src/commands/connect_commands/grid.js +1 -1
- package/ats/src/commands/create.js +1 -1
- package/ats/src/commands/create_commands/grid.js +1 -1
- package/ats/src/commands/delete.js +1 -1
- package/ats/src/commands/delete_commands/grid.js +1 -1
- package/ats/src/commands/init.js +1 -1
- package/ats/src/commands/list.js +1 -1
- package/ats/src/commands/list_commands/grid_profiles.js +1 -1
- package/ats/src/commands/list_commands/grids.js +1 -1
- package/ats/src/commands/precheck.js +1 -1
- package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
- package/ats/src/commands/start.js +1 -1
- package/ats/src/commands/start_commands/grid.js +1 -1
- package/ats/src/commands/stop.js +1 -1
- package/ats/src/commands/stop_commands/grid.js +1 -1
- package/ats/src/config/constants.js +1 -1
- package/ats/src/config/logger.js +1 -1
- package/ats/src/index.js +1 -1
- package/ats/src/utils/AWSUtils.js +1 -1
- package/ats/src/utils/createAutoscalerStack.js +1 -1
- package/ats/src/utils/createClusterStack.js +1 -1
- package/ats/src/utils/createHubHaStack.js +1 -1
- package/ats/src/utils/createk8sClient.js +1 -1
- package/ats/src/utils/deleteEFSMountTargets.js +1 -1
- package/ats/src/utils/deleteStack.js +1 -1
- package/ats/src/utils/describeStack.js +1 -1
- package/ats/src/utils/gridComponents.js +1 -1
- package/ats/src/utils/hstUtils.js +1 -1
- package/ats/src/utils/instrumentationUtils.js +1 -1
- package/ats/src/utils/userInput.js +1 -1
- package/ats/src/utils/utilityMethods.js +1 -1
- package/ats/src/utils/webSocketUtils.js +1 -1
- package/package.json +1 -1
- package/src/ai-sdk-node/bundle.js +1 -1
- package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
- package/src/bin/codeceptjs/command.js +1 -1
- package/src/bin/codeceptjs/helper.js +1 -1
- package/src/bin/codeceptjs/o11yHelper.js +1 -1
- package/src/bin/cucumber-js/command.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
- package/src/bin/cucumber-js/test-observability.js +1 -1
- package/src/bin/cucumber-js/test.setup.js +1 -1
- package/src/bin/cucumber-js/test_old.setup.js +1 -1
- package/src/bin/cucumber-js/timeout.setup.js +1 -1
- package/src/bin/integrations/command.js +1 -1
- package/src/bin/integrations/constants.js +1 -1
- package/src/bin/jest/command.js +1 -1
- package/src/bin/jest/customImplements/customCircus.js +1 -1
- package/src/bin/jest/customImplements/customEnvironment.js +1 -1
- package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
- package/src/bin/jest/customImplements/customSequencer.js +1 -1
- package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
- package/src/bin/jest/jest.setup.js +1 -1
- package/src/bin/jest/test-observability/data-hooks.js +1 -1
- package/src/bin/jest/test-observability/helper.js +1 -1
- package/src/bin/jest/test-observability/obsReporter.js +1 -1
- package/src/bin/jest/test-observability/test-details.js +1 -1
- package/src/bin/jest/test.setup.js +1 -1
- package/src/bin/jest/test_before.setup.js +1 -1
- package/src/bin/launcher/launcher.js +1 -1
- package/src/bin/load/index.js +1 -1
- package/src/bin/load/loadUtils.js +1 -1
- package/src/bin/mocha/accessibility-automation/helper.js +1 -1
- package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
- package/src/bin/mocha/command.js +1 -1
- package/src/bin/mocha/test-observability/builderPatch.js +1 -1
- package/src/bin/mocha/test-observability/data-hooks.js +1 -1
- package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
- package/src/bin/mocha/test.setup.js +1 -1
- package/src/bin/nightwatch/command.js +1 -1
- package/src/bin/playwright/accessibility-helper.js +1 -1
- package/src/bin/playwright/command.js +1 -1
- package/src/bin/playwright/globalSetup.js +1 -1
- package/src/bin/playwright/mock-process.js +1 -1
- package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
- package/src/bin/playwright/patches.js +1 -1
- package/src/bin/playwright/reporter/pwUtils.js +1 -1
- package/src/bin/playwright/reporter/reporter.js +1 -1
- package/src/bin/playwright/reporter/test-details.js +1 -1
- package/src/bin/playwright/sessionDetails.js +1 -1
- package/src/bin/runner.js +1 -1
- package/src/bin/setup.js +1 -1
- package/src/bin/test-runner/index.js +1 -1
- package/src/bin/test-runner/runTest.js +1 -1
- package/src/bin/test-runner/testWorker.js +1 -1
- package/src/bin/utils/apiUtilityMethods.js +1 -1
- package/src/bin/utils/clientTroubleshootingService.js +1 -1
- package/src/bin/utils/constants.js +1 -1
- package/src/bin/utils/log4jsAppender.js +1 -1
- package/src/bin/utils/logPatcher.js +1 -1
- package/src/bin/utils/logReportingAPI.js +1 -1
- package/src/bin/utils/playwright-patcher.js +1 -1
- package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
- package/src/bin/utils/sharedUtils.js +1 -1
- package/src/bin/v2/TestInfo.js +1 -1
- package/src/bin/v2/browserstackCLI.js +1 -1
- package/src/bin/v2/cliUtils.js +1 -1
- package/src/bin/v2/customTagManager.js +1 -1
- package/src/bin/v2/eventDispatcher.js +1 -1
- package/src/bin/v2/framework/automationFramework.js +1 -1
- package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
- package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
- package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
- package/src/bin/v2/framework/jestTestFramework.js +1 -1
- package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
- package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
- package/src/bin/v2/framework/testFramework.js +1 -1
- package/src/bin/v2/grpcClient.js +1 -1
- package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
- package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
- package/src/bin/v2/instances/trackedContext.js +1 -1
- package/src/bin/v2/instances/trackedInstance.js +1 -1
- package/src/bin/v2/modules/accessibilityModule.js +1 -1
- package/src/bin/v2/modules/baseModule.js +1 -1
- package/src/bin/v2/modules/loadTestModule.js +1 -1
- package/src/bin/v2/modules/observabilityModule.js +1 -1
- package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
- package/src/bin/v2/modules/testhubModule.js +1 -1
- package/src/bin/v2/state/automationFrameworkState.js +1 -1
- package/src/bin/v2/state/hookState.js +1 -1
- package/src/bin/v2/state/testFrameworkState.js +1 -1
- package/src/bin/v2/uploadAttachmentsManager.js +1 -1
- package/src/bin/v2/utils/cucumber-utils.js +1 -1
- package/src/bin/v2/utils/jest-utils.js +1 -1
- package/src/bin/vanilla-js/command.js +1 -1
- package/src/browserStackSdk.js +1 -1
- package/src/helpers/BrowserStackSetup.js +1 -1
- package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
- package/src/helpers/accessibility-automation/constants.js +1 -1
- package/src/helpers/accessibility-automation/helper.js +1 -1
- package/src/helpers/accessibility-automation/scripts.js +1 -1
- package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
- package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
- package/src/helpers/ats/constants.js +1 -1
- package/src/helpers/ats/helper.js +1 -1
- package/src/helpers/capsMapping.js +1 -1
- package/src/helpers/central-scanner/constants.js +1 -1
- package/src/helpers/central-scanner/helpers.js +1 -1
- package/src/helpers/classLogger.js +1 -1
- package/src/helpers/globals.js +1 -1
- package/src/helpers/helper.js +1 -1
- package/src/helpers/logger.js +1 -1
- package/src/helpers/metadata.js +1 -1
- package/src/helpers/patchHelper.js +1 -1
- package/src/helpers/patchHelpers.js +1 -1
- package/src/helpers/percy/Percy.js +1 -1
- package/src/helpers/percy/PercyBinary.js +1 -1
- package/src/helpers/percy/PercyCaptureMap.js +1 -1
- package/src/helpers/percy/PercyCaptureModes.js +1 -1
- package/src/helpers/percy/PercySDK.js +1 -1
- package/src/helpers/percy/index.js +1 -1
- package/src/helpers/percy/utils.js +1 -1
- package/src/helpers/performance/constants.js +1 -1
- package/src/helpers/performance/performance-tester.js +1 -1
- package/src/helpers/playwright-helper.js +1 -1
- package/src/helpers/processHelper.js +1 -1
- package/src/helpers/request-spy.js +1 -1
- package/src/helpers/setKeepAlive.js +1 -1
- package/src/helpers/test-observability/constants.js +1 -1
- package/src/helpers/test-observability/error-handler.js +1 -1
- package/src/helpers/test-observability/requestQueueHandler.js +1 -1
- package/src/helpers/test-observability/sessionHandler.js +1 -1
- package/src/helpers/test-observability/utils.js +1 -1
- package/src/helpers/test-orchestration/constants.js +1 -1
- package/src/helpers/test-orchestration/failfastManager.js +1 -1
- package/src/helpers/test-orchestration/fileHelper.js +1 -1
- package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
- package/src/helpers/test-orchestration/requestUtils.js +1 -1
- package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
- package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
- package/src/helpers/testhub/constants.js +1 -1
- package/src/helpers/testhub/testhubHandler.js +1 -1
- package/src/helpers/testhub/utils.js +1 -1
- package/src/helpers/timeoutPromise.js +1 -1
- package/src/helpers/utilities.js +1 -1
- package/src/helpers/w3cMapping.js +1 -1
- package/src/hubAllocationMethods.js +1 -1
- package/src/index.js +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
const a1_0x214d68=a1_0x9e42;(function(_0x5298f7,_0x3fa189){const _0x67250b=a1_0x9e42,_0x5460ae=_0x5298f7();while(!![]){try{const _0x5ad4c6=-parseInt(_0x67250b(0x1c0))/0x1*(parseInt(_0x67250b(0x176))/0x2)+parseInt(_0x67250b(0x23d))/0x3*(-parseInt(_0x67250b(0x1e1))/0x4)+parseInt(_0x67250b(0x1f0))/0x5*(-parseInt(_0x67250b(0x231))/0x6)+-parseInt(_0x67250b(0x1ef))/0x7*(-parseInt(_0x67250b(0x208))/0x8)+parseInt(_0x67250b(0x16f))/0x9+-parseInt(_0x67250b(0x20a))/0xa+-parseInt(_0x67250b(0x16e))/0xb*(-parseInt(_0x67250b(0x1ca))/0xc);if(_0x5ad4c6===_0x3fa189)break;else _0x5460ae['push'](_0x5460ae['shift']());}catch(_0x186d71){_0x5460ae['push'](_0x5460ae['shift']());}}}(a1_0x17cb,0x86586));const fs=require('fs'),util=require('util'),{requireModule,markSessionStatus,isUndefined,isTrue,isBrowserstackInfra}=require(a1_0x214d68(0x19f)),logger=require(a1_0x214d68(0x1f9))[a1_0x214d68(0x182)],testOpsHelper=require(a1_0x214d68(0x219)),requestSpy=require(a1_0x214d68(0x1ba)),PlaywrightSessionDetails=require('../../bin/playwright/sessionDetails'),{O11yHelper,TEST_EVENTS,STATE_PASSED,STATE_FAILED}=require(a1_0x214d68(0x1fa)),{shouldScanTestForAccessibility,isAccessibilityAutomationSession}=require(a1_0x214d68(0x1e5)),AccessibilityHelper=require(a1_0x214d68(0x22a)),scripts=require(a1_0x214d68(0x154)),PerformanceTester=require('../../helpers/performance/performance-tester'),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceHookEvents}=require(a1_0x214d68(0x228)),{processWebDriverConfig,shouldPatchExecuteScript}=require(a1_0x214d68(0x20e)),testHubConstants=require(a1_0x214d68(0x1b2)),globals=require(a1_0x214d68(0x193)),CodeceptJS=requireModule(a1_0x214d68(0x16c),a1_0x214d68(0x196)),CodeceptUtils=requireModule(a1_0x214d68(0x1d8),a1_0x214d68(0x196)),CodeceptWebDriver=requireModule(a1_0x214d68(0x18a),a1_0x214d68(0x196)),CodeceptRecorder=requireModule(a1_0x214d68(0x15a),a1_0x214d68(0x196)),CodeceptPlaywright=requireModule('codeceptjs/lib/helper/Playwright.js',a1_0x214d68(0x196)),playwrightMarkSessionStatus=(_0x340eb5,_0x126d47,_0x2a65a1)=>{const _0x63871e=a1_0x214d68,_0x2cea3e={'KiVhl':_0x63871e(0x1bd),'GukmC':function(_0x11f760,_0x1b62f7){return _0x11f760(_0x1b62f7);}},_0x85aa86={};_0x85aa86[_0x63871e(0x24a)]=_0x126d47;const _0x34e953={};_0x34e953[_0x63871e(0x1aa)]=_0x2cea3e[_0x63871e(0x14f)],_0x34e953[_0x63871e(0x17c)]=_0x85aa86;const _0x299d04=_0x34e953;return!_0x2cea3e[_0x63871e(0x168)](isUndefined,_0x2a65a1)&&(_0x299d04[_0x63871e(0x17c)]['reason']=JSON[_0x63871e(0x188)](_0x2a65a1)),_0x340eb5[_0x63871e(0x24b)](()=>{},_0x63871e(0x18e)+JSON[_0x63871e(0x188)](_0x299d04));},o11ySync=PerformanceTester['measureWrapper'](PerformanceO11yEvents[a1_0x214d68(0x16a)],async _0x3fbc14=>{const _0x1fe4b5=a1_0x214d68,_0x3287b2={};_0x3287b2[_0x1fe4b5(0x199)]=function(_0x29922f,_0x8fc285){return _0x29922f===_0x8fc285;},_0x3287b2[_0x1fe4b5(0x191)]=_0x1fe4b5(0x17b);const _0x458c12=_0x3287b2;_0x458c12[_0x1fe4b5(0x199)](_0x3fbc14['constructor'][_0x1fe4b5(0x21a)],_0x458c12[_0x1fe4b5(0x191)])?await _0x3fbc14[_0x1fe4b5(0x24b)](_0x5a93cb=>{},testOpsHelper['getSyncScript']()):await _0x3fbc14[_0x1fe4b5(0x24b)](testOpsHelper[_0x1fe4b5(0x1eb)]());}),markSessionName=PerformanceTester[a1_0x214d68(0x184)](PerformanceAutEvents['SESSION_NAME'],async(_0x506531,_0x1fc6d)=>{const _0x2d0aa1=a1_0x214d68,_0x4e1960={};_0x4e1960[_0x2d0aa1(0x1c7)]=_0x2d0aa1(0x22d),_0x4e1960[_0x2d0aa1(0x1bb)]=function(_0x5d529d,_0x2afb2e){return _0x5d529d===_0x2afb2e;},_0x4e1960[_0x2d0aa1(0x197)]=_0x2d0aa1(0x17b);const _0x3f25d7=_0x4e1960,_0x2f6337={};_0x2f6337[_0x2d0aa1(0x21a)]=_0x1fc6d;const _0x56e953={};_0x56e953[_0x2d0aa1(0x1aa)]=_0x3f25d7[_0x2d0aa1(0x1c7)],_0x56e953['arguments']=_0x2f6337;const _0x1ebd78=_0x56e953;_0x3f25d7['SrPVN'](_0x506531[_0x2d0aa1(0x252)][_0x2d0aa1(0x21a)],_0x3f25d7[_0x2d0aa1(0x197)])?await _0x506531['executeScript'](()=>{},'browserstack_executor:\x20'+JSON[_0x2d0aa1(0x188)](_0x1ebd78)):await _0x506531['executeScript'](_0x2d0aa1(0x18e)+JSON[_0x2d0aa1(0x188)](_0x1ebd78));}),patchSaveScreenshot=_0x2a8530=>{const _0x42a016=a1_0x214d68,_0x3da3d8={'oqKAD':_0x42a016(0x1b1),'FGcpH':_0x42a016(0x1f3),'QGkxV':function(_0x315b25){return _0x315b25();},'tjnIv':function(_0x224e7f,_0x5e1122){return _0x224e7f(_0x5e1122);},'boeXQ':_0x42a016(0x186)};_0x3da3d8[_0x42a016(0x215)](isTrue,process[_0x42a016(0x1d6)][_0x42a016(0x232)])&&!_0x2a8530[_0x42a016(0x214)]&&(_0x2a8530[_0x42a016(0x214)]=!![],_0x2a8530[_0x42a016(0x1bc)]=_0x2a8530[_0x42a016(0x195)],_0x2a8530['saveScreenshot']=(_0x42ba9c,_0x1ff183=![])=>{const _0xea84c0=_0x42a016,_0x86a0f3={'Nmzdk':_0x3da3d8[_0xea84c0(0x204)],'BiRSw':_0x3da3d8[_0xea84c0(0x1b8)],'wFkxw':function(_0x552fec){return _0x3da3d8['QGkxV'](_0x552fec);},'JxqyL':function(_0x1309d2,_0x2f2344){const _0x236389=_0xea84c0;return _0x3da3d8[_0x236389(0x215)](_0x1309d2,_0x2f2344);},'GYSkm':_0x3da3d8[_0xea84c0(0x21c)]};return new Promise(function(_0x2fe2c8,_0x31cf02){const _0x8e7a08=_0xea84c0,_0x3ab800={'zVfLx':_0x86a0f3[_0x8e7a08(0x1fe)],'YUNQj':_0x86a0f3[_0x8e7a08(0x22e)],'CuGDV':function(_0x3c9322){const _0x7c52bb=_0x8e7a08;return _0x86a0f3[_0x7c52bb(0x230)](_0x3c9322);},'QCJOk':function(_0x546141,_0x422aed){const _0xc4f879=_0x8e7a08;return _0x86a0f3[_0xc4f879(0x1e8)](_0x546141,_0x422aed);},'ZRyBa':_0x86a0f3[_0x8e7a08(0x162)]};_0x2a8530[_0x8e7a08(0x1bc)](_0x42ba9c,_0x1ff183)[_0x8e7a08(0x153)](()=>{const _0x14a53e=_0x8e7a08,_0x29d6cb=CodeceptUtils[_0x14a53e(0x211)](_0x42ba9c);if(_0x29d6cb){const _0x6ca559=fs[_0x14a53e(0x247)](_0x29d6cb);process[_0x14a53e(0x22f)](_0x14a53e(0x243)+process[_0x14a53e(0x1ab)],{'timestamp':new Date()['toISOString'](),'message':_0x6ca559[_0x14a53e(0x1db)](_0x3ab800[_0x14a53e(0x203)]),'kind':_0x3ab800['YUNQj']}),_0x3ab800['CuGDV'](_0x2fe2c8);}_0x3ab800[_0x14a53e(0x1a3)](_0x31cf02,new Error(_0x3ab800[_0x14a53e(0x20c)]));})[_0x8e7a08(0x1f6)](()=>null);});});},patchWebDriverBefore=_0x297d16=>{const _0x1663ba=a1_0x214d68,_0x17e293={'HFqHG':function(_0x2f0124){return _0x2f0124();},'FjRgN':function(_0x4c0335,_0x4387de){return _0x4c0335(_0x4387de);},'tqDbS':function(_0x5cbd54,_0x309c7f){return _0x5cbd54===_0x309c7f;},'CMDSw':_0x1663ba(0x1d2),'rbOLk':_0x1663ba(0x17a),'vqXBh':_0x1663ba(0x1ff)},_0x242701=async function(_0x117655,_0x1d57f7){const _0x27b2a0=_0x1663ba;_0x17e293['HFqHG'](isAccessibilityAutomationSession)&&!global[_0x27b2a0(0x15c)]&&global[_0x27b2a0(0x15e)]&&scripts['shouldWrapCommand'](_0x117655[_0x27b2a0(0x21a)])&&_0x17e293[_0x27b2a0(0x1da)](shouldPatchExecuteScript,arguments[0x2])&&(global[_0x27b2a0(0x15c)]=!![],await PerformanceTester[_0x27b2a0(0x184)](PerformanceA11yEvents[_0x27b2a0(0x212)],async()=>{const _0x493542=_0x27b2a0;logger[_0x493542(0x20d)](_0x493542(0x1b3)+_0x117655['class']+'\x20'+_0x117655[_0x493542(0x21a)]),await AccessibilityHelper['browserStackExecuteDriver'](_0x297d16,scripts['performScan']);},{'command':_0x117655[_0x27b2a0(0x21a)]})());global['bstackAllyScanning']=![];const _0x3ca683=JSON[_0x27b2a0(0x245)](process[_0x27b2a0(0x1d6)][_0x27b2a0(0x250)]||'{}');if(_0x17e293['tqDbS'](_0x3ca683?.['testFramework']?.[_0x27b2a0(0x21a)],_0x17e293[_0x27b2a0(0x155)])&&_0x17e293[_0x27b2a0(0x1ac)](typeof _0x3ca683?.[_0x27b2a0(0x21e)]?.['version'],_0x17e293[_0x27b2a0(0x200)])&&_0x3ca683?.[_0x27b2a0(0x21e)]?.[_0x27b2a0(0x1ed)]['startsWith']('7'))return _0x1d57f7[_0x27b2a0(0x238)](null,Array[_0x27b2a0(0x1a4)]['slice'][_0x27b2a0(0x166)](arguments,0x2));return _0x1d57f7[_0x27b2a0(0x238)](this,Array['prototype'][_0x27b2a0(0x156)][_0x27b2a0(0x166)](arguments,0x2));},_0x499576=CodeceptWebDriver[_0x1663ba(0x1a4)][_0x1663ba(0x1f4)];CodeceptWebDriver['prototype'][_0x1663ba(0x1f4)]=async function(){const _0x495014=_0x1663ba;try{await _0x499576[_0x495014(0x238)](this,arguments);}catch(_0x35fbd8){logger[_0x495014(0x20d)](_0x495014(0x177)+util['format'](_0x35fbd8));}scripts[_0x495014(0x1ce)]['filter'](_0x1f3ccb=>_0x1f3ccb[_0x495014(0x21a)]&&_0x1f3ccb[_0x495014(0x1c4)])[_0x495014(0x19d)](_0x545604=>{const _0x4cbb3c=_0x495014;this[_0x4cbb3c(0x1df)]['overwriteCommand'](_0x545604[_0x4cbb3c(0x21a)],_0x242701[_0x4cbb3c(0x172)](this,_0x545604),_0x17e293[_0x4cbb3c(0x1ac)](_0x545604['class'],_0x17e293[_0x4cbb3c(0x1fc)]));}),_0x17e293[_0x495014(0x1da)](processWebDriverConfig,_0x297d16);};};function a1_0x9e42(_0x2dab55,_0x1a4f80){const _0x17cb40=a1_0x17cb();return a1_0x9e42=function(_0x9e4262,_0x497a3f){_0x9e4262=_0x9e4262-0x14f;let _0x3de065=_0x17cb40[_0x9e4262];return _0x3de065;},a1_0x9e42(_0x2dab55,_0x1a4f80);}function a1_0x17cb(){const _0x49f4b3=['base64','../../helpers/testhub/constants.js','Performing\x20scan\x20for\x20','INFO','SDK_POST_TEST','McVjZ','all','FGcpH','Yfhcv','../../helpers/request-spy','SrPVN','initSaveScreenshot','setSessionStatus','glNKp','hookType','4lYUQcw','UBEhX','--auto-open-devtools-for-tabs','thTestRunUuid','class','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20summary.','afterTest','qIrkS','saveTestResults','mgPnx','16273248jTSmDr','nDSDW','browserContext','helpers','commandsToWrap','find','eagTg','getAccessibilityResultsSummary','webdriverio','getAccessibilityResults','TSAhv','captureEvent','env','TetFG','codeceptjs/lib/utils.js','enabled','FjRgN','toString','iGtMW','end','setGlobal','browser','WebDriver','24VEIXsw','addRequestSpy','SESSION_STATUS','RilyS','../../helpers/accessibility-automation/helper','step','TEST_RUN_FINISHED','JxqyL','skipSessionStatus','dUgJt','getSyncScript','DgBxs','version','titlePath','665AZxSXN','822875kfLvGW','CSpsq','test-started','TEST_SCREENSHOT','_before','hook','catch','skipped','XZQai','../../helpers/logger','./o11yHelper','jLfHW','vqXBh','message','Nmzdk','Element','rbOLk','fireEvent','GET_RESULTS','zVfLx','oqKAD','KqeoB','container','HOOK_RUN_FINISHED','57376vlXJvD','FUAJX','3369180GMRbsf','currentTest','ZRyBa','debug','./helper.js','nuOXJ','url','screenshotOutputFolder','PERFORM_SCAN','xVofv','patchSaveScreenshot','tjnIv','test-before','browserstackTestName','config','../../helpers/test-observability/utils','name','skipSessionName','boeXQ','event','testFramework','AQloz','zjfnV','test','yExsx','PVLST','args','DneUj','add','ctx','../../helpers/performance/constants','test-failed','../../bin/playwright/accessibility-helper','rhQFa','bhhrg','setSessionName','BiRSw','emit','wFkxw','18Iiverj','BS_TESTOPS_ALLOW_SCREENSHOTS','pages','MswKi','VpCdR','TEST_RUN_SKIPPED','SDK_POST_INITIALIZE','apply','__workerDetails','dispatcher','Suite','warn','219819fvXSjQ','test-skipped','AICTT','devtools://','performScan','HOOK_RUN_STARTED','bs:addLog:','startMonitoring','parse','hook-started','readFileSync','Failed\x20to\x20patch\x20pages\x20method\x20in\x20browserContext\x20for\x20a11y\x20domForge:\x20','JRkap','status','executeScript','iLndf','started','test-after','SDK_TEST','FRAMEWORK_DETAILS','sjnil','constructor','iuqbe','restore','KiVhl','start','Puppeteer','etSTa','then','../../helpers/accessibility-automation/scripts','CMDSw','slice','SDK_HOOK','Zfche','failed','codeceptjs/lib/recorder.js','HQzQF','bstackAllyScanning','stop','accessibilityPlatform','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','getResults','GRaaE','GYSkm','__skipSessionStatus','jeqRz','hook-passed','call','iwZlU','GukmC','startsWith','SYNC','SDK_PRE_TEST','codeceptjs/lib/index.js','step-comment','11fvXpGq','879975pangYS','eObJd','exports','bind','thJwtToken','TWsNK','__driver','157330YxWHXG','Failed\x20to\x20execute\x20_before:\x20','mDFpD','HMHte','string','Playwright','arguments','hSUcX','before','after','rsucr','bddStep-before','winstonLogger','patch','measureWrapper','chromium','Screenshot\x20path\x20not\x20found','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','stringify','ERxjM','codeceptjs/lib/helper/WebDriver.js','getResultsSummary','stack','browserStackExecuteDriver','browserstack_executor:\x20','isArray','passed','XFgFG','BS_A11Y_JWT','../../helpers/globals.js','bddStepFinish','saveScreenshot','codeceptjs','ajzqn','CNeeq','ikeWI','domForge','\x0aStack:\x20','bddStep','forEach','title','../../helpers/helper','ZFWMF','GZcge','captureError','QCJOk','prototype','TEST_RUN_STARTED','ksACk','SDK_PRE_INITIALIZE','a11y_core_config','command','action','pid','tqDbS','PaIgf','test-passed','ENV_VAR','format'];a1_0x17cb=function(){return _0x49f4b3;};return a1_0x17cb();}function parseJwt(_0x27a558){const _0x2d291f=a1_0x214d68,_0x331d7a={};_0x331d7a[_0x2d291f(0x161)]=_0x2d291f(0x1b1);const _0x51cf04=_0x331d7a;if(!_0x27a558)return null;return JSON[_0x2d291f(0x245)](Buffer['from'](_0x27a558['split']('.')[0x1],_0x51cf04['GRaaE'])['toString']());}const patchPlaywrightBefore=()=>{const _0x176438=a1_0x214d68,_0x5f44b2={'UBEhX':function(_0x393ad6){return _0x393ad6();},'KqeoB':_0x176438(0x240),'JRkap':_0x176438(0x1c2),'MswKi':function(_0x26d4da,_0x244a9b){return _0x26d4da(_0x244a9b);},'Yfhcv':function(_0x24c416,_0x2d3337){return _0x24c416+_0x2d3337;},'HQzQF':_0x176438(0x19b),'rsucr':function(_0x467051){return _0x467051();},'Zfche':function(_0xc93a9){return _0xc93a9();},'APiYV':function(_0x487651){return _0x487651();}};PlaywrightSessionDetails[_0x176438(0x183)]();const _0x220843=CodeceptPlaywright['prototype'][_0x176438(0x1f4)];CodeceptPlaywright[_0x176438(0x1a4)][_0x176438(0x1f4)]=async function(){const _0x50658d=_0x176438;this[_0x50658d(0x1cc)]=await this[_0x50658d(0x1df)]['contexts']()[0x0];const _0x3de7a3=async()=>{const _0x25d0d5=_0x50658d,_0x44b246={'GZcge':function(_0x365138){return _0x5f44b2['UBEhX'](_0x365138);},'hSUcX':_0x5f44b2[_0x25d0d5(0x205)]},_0x407c9d=this[_0x25d0d5(0x218)]&&this[_0x25d0d5(0x218)][_0x25d0d5(0x185)]&&this['config'][_0x25d0d5(0x185)][_0x25d0d5(0x224)]&&Array[_0x25d0d5(0x18f)](this[_0x25d0d5(0x218)][_0x25d0d5(0x185)][_0x25d0d5(0x224)])&&this[_0x25d0d5(0x218)][_0x25d0d5(0x185)][_0x25d0d5(0x224)]['includes'](_0x5f44b2[_0x25d0d5(0x249)]);if(_0x5f44b2[_0x25d0d5(0x1c1)](isAccessibilityAutomationSession)&&!_0x407c9d)try{const _0x478060=_0x5f44b2[_0x25d0d5(0x234)](parseJwt,process['env'][_0x25d0d5(0x192)]);if(_0x478060&&_0x478060[_0x25d0d5(0x1a8)]&&_0x478060['a11y_core_config'][_0x25d0d5(0x19a)]){const _0x2781b5=this['browserContext'][_0x25d0d5(0x233)][_0x25d0d5(0x172)](this[_0x25d0d5(0x1cc)]);this[_0x25d0d5(0x1cc)][_0x25d0d5(0x233)]=async function(){const _0x2e3817=_0x25d0d5,_0x4f1216=await _0x44b246[_0x2e3817(0x1a1)](_0x2781b5),_0x406004=[];for(const _0x1bee0c of _0x4f1216){try{const _0x395e00=await _0x1bee0c[_0x2e3817(0x210)]();!_0x395e00[_0x2e3817(0x169)](_0x44b246[_0x2e3817(0x17d)])&&_0x406004['push'](_0x1bee0c);}catch(_0x5f2a64){_0x406004['push'](_0x1bee0c);}}return _0x406004;};}if(!_0x5f44b2[_0x25d0d5(0x1c1)](isBrowserstackInfra)){const _0x344fbf=await this['page'][_0x25d0d5(0x210)]();if(_0x344fbf[_0x25d0d5(0x169)](_0x5f44b2['KqeoB'])){const _0x8c52a7=await this[_0x25d0d5(0x1cc)][_0x25d0d5(0x233)]();this['_setPage'](_0x8c52a7[0x0]);}}}catch(_0x34b9a5){logger['debug'](_0x25d0d5(0x248)+_0x34b9a5[_0x25d0d5(0x1fd)]+(_0x34b9a5[_0x25d0d5(0x18c)]?_0x5f44b2[_0x25d0d5(0x1b9)](_0x5f44b2[_0x25d0d5(0x15b)],_0x34b9a5[_0x25d0d5(0x18c)]):''));}};_0x5f44b2[_0x50658d(0x180)](isBrowserstackInfra)&&await _0x5f44b2[_0x50658d(0x158)](_0x3de7a3),await _0x220843['apply'](this,arguments),!_0x5f44b2['APiYV'](isBrowserstackInfra)&&await _0x5f44b2[_0x50658d(0x1c1)](_0x3de7a3);};},getCodeceptDriver=()=>{const _0x2eb068=a1_0x214d68,_0x4a40f1={};_0x4a40f1[_0x2eb068(0x1d0)]=_0x2eb068(0x1e0),_0x4a40f1[_0x2eb068(0x1d7)]='Playwright',_0x4a40f1['dUgJt']=_0x2eb068(0x151),_0x4a40f1['iuqbe']='TestCafe';const _0x187b8a=_0x4a40f1,_0x387dfa=[_0x187b8a[_0x2eb068(0x1d0)],_0x187b8a[_0x2eb068(0x1d7)],_0x187b8a[_0x2eb068(0x1ea)],_0x187b8a[_0x2eb068(0x253)]],_0x1efdf8=_0x387dfa[_0x2eb068(0x1cf)](_0x92ebb8=>!!CodeceptJS[_0x2eb068(0x206)][_0x2eb068(0x1cd)](_0x92ebb8));if(!_0x1efdf8)return null;return CodeceptJS[_0x2eb068(0x206)][_0x2eb068(0x1cd)](_0x1efdf8);};module[a1_0x214d68(0x171)]=function(_0xfc0338){const _0xbd7835=a1_0x214d68,_0x216ad8={'TWsNK':function(_0x4c059e){return _0x4c059e();},'McVjZ':function(_0x2f5940,_0x3bb24f){return _0x2f5940(_0x3bb24f);},'tfLbv':_0xbd7835(0x1d1),'VpCdR':_0xbd7835(0x1c5),'nuOXJ':'getAccessibilityResults','yExsx':_0xbd7835(0x187),'fLEeu':function(_0x3fee10,_0x951de4){return _0x3fee10(_0x951de4);},'iwZlU':_0xbd7835(0x246),'jeqRz':_0xbd7835(0x165),'etSTa':'hook-failed','TSAhv':_0xbd7835(0x217),'FUAJX':function(_0x46a2fd){return _0x46a2fd();},'zjfnV':_0xbd7835(0x216),'iLndf':function(_0x43e174,_0x2d40c0){return _0x43e174(_0x2d40c0);},'ksACk':function(_0x418159,_0x24c927,_0x5142c5){return _0x418159(_0x24c927,_0x5142c5);},'AICTT':_0xbd7835(0x1f2),'PaIgf':_0xbd7835(0x1ae),'ppjFt':function(_0x564896){return _0x564896();},'vkMnJ':function(_0x12ba0d,_0x1879f8,_0x3b2a98,_0x2889c3){return _0x12ba0d(_0x1879f8,_0x3b2a98,_0x2889c3);},'CSpsq':function(_0x34b776,_0x212f07){return _0x34b776===_0x212f07;},'eQwlE':_0xbd7835(0x23b),'eObJd':_0xbd7835(0x229),'PVLST':_0xbd7835(0x23e),'mgPnx':_0xbd7835(0x1c6),'mDFpD':function(_0x5cad91,_0x1cedce,_0x32c2dd){return _0x5cad91(_0x1cedce,_0x32c2dd);},'iGtMW':_0xbd7835(0x15f),'XZQai':_0xbd7835(0x24e),'sjnil':_0xbd7835(0x1b4),'GGLLd':'TEST_LOG','jLfHW':_0xbd7835(0x16d),'HMHte':_0xbd7835(0x181),'bhhrg':'bddStep-after','AQloz':function(_0x5aae44){return _0x5aae44();},'PDiKv':_0xbd7835(0x17b)};_0xfc0338[_0xbd7835(0x1e9)]&&(global[_0xbd7835(0x163)]=_0xfc0338[_0xbd7835(0x1e9)]);PerformanceTester[_0xbd7835(0x244)]();const _0x5545e7=_0x216ad8[_0xbd7835(0x21f)](getCodeceptDriver),_0x1d5d7f=new O11yHelper(_0x5545e7,_0xfc0338),_0x1933d2=!!CodeceptJS[_0xbd7835(0x206)][_0xbd7835(0x1cd)](_0x216ad8['PDiKv']);global[_0xbd7835(0x175)]=_0x5545e7,_0x5545e7&&(PerformanceTester['measureWrapper'](PerformanceEvents[_0xbd7835(0x1a7)],()=>{const _0x2b4e4e=_0xbd7835;_0x1933d2?_0x216ad8[_0x2b4e4e(0x174)](patchPlaywrightBefore):_0x216ad8[_0x2b4e4e(0x1b6)](patchWebDriverBefore,_0x5545e7);})(),PerformanceTester[_0xbd7835(0x184)](PerformanceEvents[_0xbd7835(0x237)],()=>{const _0x17e838=_0xbd7835,_0x3106ee={};_0x3106ee['RilyS']=_0x216ad8['tfLbv'],_0x3106ee['DgBxs']=_0x216ad8[_0x17e838(0x235)],_0x3106ee[_0x17e838(0x1be)]=_0x216ad8[_0x17e838(0x20f)],_0x3106ee['ZFWMF']=_0x216ad8[_0x17e838(0x222)];const _0x527930=_0x3106ee;_0x5545e7[_0x17e838(0x1d1)]=async()=>{const _0x372a3b=_0x17e838;if(global[_0x372a3b(0x15e)]){const _0x44fe4a={};return _0x44fe4a[_0x372a3b(0x1a9)]=_0x527930[_0x372a3b(0x1e4)],await PerformanceTester[_0x372a3b(0x184)](PerformanceA11yEvents[_0x372a3b(0x212)],async()=>{const _0x3b7c5f=_0x372a3b;return await AccessibilityHelper[_0x3b7c5f(0x18d)](_0x5545e7,scripts[_0x3b7c5f(0x241)]);},_0x44fe4a)(),await PerformanceTester[_0x372a3b(0x184)](PerformanceA11yEvents['GET_RESULTS_SUMMARY'],async()=>{const _0x4bf396=_0x372a3b;return await AccessibilityHelper['browserStackExecuteDriver'](_0x5545e7,scripts[_0x4bf396(0x18b)]);})();}return logger[_0x372a3b(0x23c)](_0x527930[_0x372a3b(0x1ec)]),{};},_0x5545e7[_0x17e838(0x1d3)]=async()=>{const _0x509715=_0x17e838;if(global[_0x509715(0x15e)]){const _0x1c526a={};return _0x1c526a[_0x509715(0x1a9)]=_0x527930[_0x509715(0x1be)],await PerformanceTester[_0x509715(0x184)](PerformanceA11yEvents[_0x509715(0x212)],async()=>{const _0x5656b1=_0x509715;return await AccessibilityHelper['browserStackExecuteDriver'](_0x5545e7,scripts[_0x5656b1(0x241)]);},_0x1c526a)(),await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x509715(0x202)],async()=>{const _0x3b8298=_0x509715;return await AccessibilityHelper[_0x3b8298(0x18d)](_0x5545e7,scripts[_0x3b8298(0x160)]);})();}return logger[_0x509715(0x23c)](_0x527930[_0x509715(0x1a0)]),{};},_0x216ad8['fLEeu'](patchSaveScreenshot,_0x5545e7);})()),CodeceptJS[_0xbd7835(0x21d)][_0xbd7835(0x23a)]['on'](CodeceptJS[_0xbd7835(0x21d)][_0xbd7835(0x1b7)][_0xbd7835(0x17e)],()=>{const _0x57c513=_0xbd7835;PerformanceTester[_0x57c513(0x150)](PerformanceEvents[_0x57c513(0x16b)]);try{_0x1d5d7f[_0x57c513(0x150)](),testOpsHelper[_0x57c513(0x1e2)](),PerformanceTester['end'](PerformanceEvents[_0x57c513(0x16b)]);}catch(_0x4786f7){PerformanceTester[_0x57c513(0x1a2)](_0x4786f7),PerformanceTester['end'](PerformanceEvents[_0x57c513(0x16b)],![],_0x4786f7);}}),CodeceptJS[_0xbd7835(0x21d)][_0xbd7835(0x23a)]['on'](CodeceptJS[_0xbd7835(0x21d)][_0xbd7835(0x1b7)]['after'],async()=>{const _0x3d0382=_0xbd7835;PerformanceTester[_0x3d0382(0x150)](PerformanceEvents[_0x3d0382(0x1b5)]);try{requestSpy[_0x3d0382(0x254)](),await _0x1d5d7f[_0x3d0382(0x15d)](),PerformanceTester['end'](PerformanceEvents[_0x3d0382(0x1b5)]);}catch(_0x372d4e){PerformanceTester[_0x3d0382(0x1a2)](_0x372d4e),PerformanceTester[_0x3d0382(0x1dd)](PerformanceEvents[_0x3d0382(0x1b5)],![],_0x372d4e);}finally{PerformanceTester['stopMonitoring']();}}),CodeceptJS[_0xbd7835(0x21d)][_0xbd7835(0x23a)]['on'](CodeceptJS[_0xbd7835(0x21d)]['hook']['started'],_0x26d31c=>{const _0x3fd12d=_0xbd7835;PerformanceTester['start'](PerformanceEvents[_0x3fd12d(0x157)]);try{const _0x2689eb=_0x26d31c['ctx']['test'],_0x22e095=_0x1d5d7f[_0x3fd12d(0x1d5)](TEST_EVENTS[_0x3fd12d(0x242)],_0x2689eb);CodeceptRecorder['add'](()=>_0x1d5d7f['fireEvent'](TEST_EVENTS['HOOK_RUN_STARTED'],_0x22e095));const _0x53e283={};_0x53e283['hookType']=_0x216ad8['iwZlU'],PerformanceTester['end'](PerformanceEvents[_0x3fd12d(0x157)],!![],null,_0x53e283);}catch(_0x1c3fc0){const _0x1df649={};_0x1df649['hookType']=_0x216ad8[_0x3fd12d(0x167)],PerformanceTester[_0x3fd12d(0x1dd)](PerformanceEvents[_0x3fd12d(0x157)],![],_0x1c3fc0,_0x1df649),PerformanceTester[_0x3fd12d(0x1a2)](_0x1c3fc0);}}),CodeceptJS[_0xbd7835(0x21d)][_0xbd7835(0x23a)]['on'](CodeceptJS[_0xbd7835(0x21d)][_0xbd7835(0x1f5)][_0xbd7835(0x190)],_0x2fd139=>{const _0x741726=_0xbd7835,_0xb263b8={};_0xb263b8[_0x741726(0x1bf)]=_0x216ad8[_0x741726(0x164)],PerformanceTester[_0x741726(0x150)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0xb263b8);try{const _0xc514f6=_0x2fd139[_0x741726(0x227)][_0x741726(0x221)],_0xb6a327=_0x1d5d7f['captureEvent'](TEST_EVENTS[_0x741726(0x207)],_0xc514f6);CodeceptRecorder[_0x741726(0x226)](()=>_0x1d5d7f['fireEvent'](TEST_EVENTS['HOOK_RUN_FINISHED'],_0xb6a327));const _0x51cf08={};_0x51cf08[_0x741726(0x1bf)]=_0x216ad8[_0x741726(0x164)],PerformanceTester[_0x741726(0x1dd)](PerformanceHookEvents[_0x741726(0x157)],!![],null,_0x51cf08);}catch(_0x4f6d50){PerformanceTester['captureError'](_0x4f6d50);const _0x563460={};_0x563460[_0x741726(0x1bf)]=_0x216ad8[_0x741726(0x164)],PerformanceTester['end'](PerformanceHookEvents[_0x741726(0x157)],![],_0x4f6d50,_0x563460);}}),CodeceptJS[_0xbd7835(0x21d)]['dispatcher']['on'](CodeceptJS[_0xbd7835(0x21d)][_0xbd7835(0x1f5)][_0xbd7835(0x159)],async(_0x3a19ef,_0xc6c30d)=>{const _0x29312e=_0xbd7835;PerformanceTester['start'](PerformanceHookEvents[_0x29312e(0x157)]);try{const _0x5cba38=_0x3a19ef[_0x29312e(0x227)]['test'],_0x2717f7=_0x1d5d7f[_0x29312e(0x1d5)](TEST_EVENTS[_0x29312e(0x207)],_0x5cba38,_0xc6c30d);CodeceptRecorder[_0x29312e(0x226)](()=>_0x1d5d7f[_0x29312e(0x201)](TEST_EVENTS[_0x29312e(0x207)],_0x2717f7));const _0x3c66b1={};_0x3c66b1[_0x29312e(0x1bf)]=_0x216ad8[_0x29312e(0x152)],PerformanceTester[_0x29312e(0x150)](PerformanceHookEvents[_0x29312e(0x157)],!![],null,_0x3c66b1);}catch(_0x3240b8){PerformanceTester[_0x29312e(0x1a2)](_0x3240b8);const _0x45200d={};_0x45200d['hookType']=_0x216ad8[_0x29312e(0x152)],PerformanceTester[_0x29312e(0x1dd)](PerformanceHookEvents[_0x29312e(0x157)],![],_0x3240b8,_0x45200d);}const _0x317f1e={};_0x317f1e[_0x29312e(0x1bf)]=_0x216ad8[_0x29312e(0x152)],PerformanceTester['end'](PerformanceHookEvents[_0x29312e(0x157)],!![],null,_0x317f1e);}),CodeceptJS[_0xbd7835(0x21d)]['dispatcher']['on'](CodeceptJS['event'][_0xbd7835(0x221)][_0xbd7835(0x17e)],_0x7fe51e=>{const _0x418222=_0xbd7835;PerformanceTester[_0x418222(0x150)](PerformanceHookEvents['SDK_HOOK']);try{globals[_0x418222(0x1de)](_0x216ad8[_0x418222(0x1d4)],_0x7fe51e[_0x418222(0x19e)]);_0x216ad8[_0x418222(0x209)](isBrowserstackInfra)&&(_0x1933d2&&(global[_0x418222(0x239)]={'currentTest':{'name':_0x7fe51e['title'],'testInfo':{'titlePath':_0x7fe51e['titlePath']()}}}));const _0x5ac29f={};_0x5ac29f[_0x418222(0x1bf)]=_0x216ad8['zjfnV'],PerformanceTester[_0x418222(0x1dd)](PerformanceHookEvents[_0x418222(0x157)],!![],null,_0x5ac29f);}catch(_0x147bd2){PerformanceTester[_0x418222(0x1a2)](_0x147bd2);const _0x16a890={};_0x16a890[_0x418222(0x1bf)]=_0x216ad8[_0x418222(0x220)],PerformanceTester[_0x418222(0x1dd)](PerformanceHookEvents[_0x418222(0x157)],![],_0x147bd2,_0x16a890);}}),CodeceptJS[_0xbd7835(0x21d)][_0xbd7835(0x23a)]['on'](CodeceptJS[_0xbd7835(0x21d)][_0xbd7835(0x221)][_0xbd7835(0x24d)],_0x3e05ea=>{const _0x3efaa=_0xbd7835,_0x29b266={'xVofv':function(_0x54e1ae){return _0x216ad8['TWsNK'](_0x54e1ae);},'rhQFa':function(_0x395f51,_0x5d7146){const _0x45c595=a1_0x9e42;return _0x216ad8[_0x45c595(0x24c)](_0x395f51,_0x5d7146);},'CNeeq':function(_0x2f1ee4,_0x1ac7a2,_0x5e2670){const _0x131036=a1_0x9e42;return _0x216ad8[_0x131036(0x1a6)](_0x2f1ee4,_0x1ac7a2,_0x5e2670);}};PerformanceTester[_0x3efaa(0x150)](PerformanceHookEvents[_0x3efaa(0x157)]);try{globals[_0x3efaa(0x1de)](_0x216ad8['TSAhv'],_0x3e05ea[_0x3efaa(0x19e)]);const _0x46ffd5=_0x1d5d7f[_0x3efaa(0x1d5)](TEST_EVENTS[_0x3efaa(0x1a5)],_0x3e05ea);CodeceptRecorder[_0x3efaa(0x226)](()=>_0x1d5d7f[_0x3efaa(0x201)](TEST_EVENTS['TEST_RUN_STARTED'],_0x46ffd5)),CodeceptRecorder[_0x3efaa(0x226)](async()=>{const _0x5dbea7=_0x3efaa;_0x29b266[_0x5dbea7(0x213)](isBrowserstackInfra)&&(!_0x29b266[_0x5dbea7(0x22b)](isTrue,_0xfc0338[_0x5dbea7(0x21b)])&&await _0x29b266[_0x5dbea7(0x198)](markSessionName,_0x5545e7,_0x3e05ea['title']),_0x1d5d7f[_0x5dbea7(0x1d9)]&&await _0x29b266[_0x5dbea7(0x22b)](o11ySync,_0x5545e7));});}catch(_0x4c7374){const _0x2cea86={};_0x2cea86[_0x3efaa(0x1bf)]=_0x216ad8[_0x3efaa(0x23f)],PerformanceTester[_0x3efaa(0x1dd)](PerformanceHookEvents['SDK_HOOK'],![],_0x4c7374,_0x2cea86),PerformanceTester[_0x3efaa(0x1a2)](_0x4c7374);}const _0x20a163={};_0x20a163['hookType']=_0x216ad8[_0x3efaa(0x23f)],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x20a163);}),CodeceptJS[_0xbd7835(0x21d)][_0xbd7835(0x23a)]['on'](CodeceptJS['event'][_0xbd7835(0x221)][_0xbd7835(0x190)],_0x5befcc=>{const _0x13dbd7=_0xbd7835,_0x5c838c={'DneUj':function(_0x2653fa,_0x540b53,_0x54235b){const _0x5210b2=a1_0x9e42;return _0x216ad8[_0x5210b2(0x1a6)](_0x2653fa,_0x540b53,_0x54235b);},'pOQqy':function(_0x3331fc,_0x3571ff,_0x5eb397){const _0x45e870=a1_0x9e42;return _0x216ad8[_0x45e870(0x1a6)](_0x3331fc,_0x3571ff,_0x5eb397);}};PerformanceTester[_0x13dbd7(0x150)](PerformanceHookEvents[_0x13dbd7(0x157)]);try{const _0x1aa59b=_0x1d5d7f['captureEvent'](TEST_EVENTS[_0x13dbd7(0x1e7)],_0x5befcc);CodeceptRecorder['add'](()=>_0x1d5d7f[_0x13dbd7(0x201)](TEST_EVENTS[_0x13dbd7(0x1e7)],_0x1aa59b)),CodeceptRecorder[_0x13dbd7(0x226)](async()=>{const _0x1c7767=_0x13dbd7;_0x216ad8[_0x1c7767(0x174)](isBrowserstackInfra)&&await PerformanceTester[_0x1c7767(0x184)](PerformanceAutEvents[_0x1c7767(0x1e3)],async()=>{const _0x3b338e=_0x1c7767;_0x1933d2?await _0x5c838c[_0x3b338e(0x225)](playwrightMarkSessionStatus,_0x5545e7,STATE_PASSED):await _0x5c838c['pOQqy'](markSessionStatus,_0x5545e7,STATE_PASSED);})();}),PerformanceTester[_0x13dbd7(0x1dd)](PerformanceEvents[_0x13dbd7(0x24f)]);}catch(_0x4e9e1b){PerformanceTester[_0x13dbd7(0x1a2)](_0x4e9e1b);const _0x52a54b={};_0x52a54b[_0x13dbd7(0x1bf)]=_0x216ad8[_0x13dbd7(0x1ad)],PerformanceTester['end'](PerformanceHookEvents[_0x13dbd7(0x157)],![],_0x4e9e1b,_0x52a54b),PerformanceTester['end'](PerformanceEvents[_0x13dbd7(0x24f)],![],_0x4e9e1b);}const _0x2b9da9={};_0x2b9da9['hookType']=_0x216ad8[_0x13dbd7(0x1ad)],PerformanceTester[_0x13dbd7(0x1dd)](PerformanceHookEvents[_0x13dbd7(0x157)],!![],null,_0x2b9da9);}),CodeceptJS[_0xbd7835(0x21d)][_0xbd7835(0x23a)]['on'](CodeceptJS[_0xbd7835(0x21d)]['test']['failed'],(_0x394e15,_0x3d7318)=>{const _0x357154=_0xbd7835,_0x576cc5={'ERxjM':function(_0x55b2ca){return _0x216ad8['ppjFt'](_0x55b2ca);},'nDSDW':function(_0x11b040,_0x594f97,_0x5951c0,_0x288eae){return _0x216ad8['vkMnJ'](_0x11b040,_0x594f97,_0x5951c0,_0x288eae);}};PerformanceTester[_0x357154(0x150)](PerformanceHookEvents[_0x357154(0x157)]);try{if(_0x216ad8[_0x357154(0x1f1)](_0x394e15[_0x357154(0x252)][_0x357154(0x21a)],_0x216ad8['eQwlE'])){const _0x282d0d=_0x1d5d7f[_0x357154(0x1d5)](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x394e15[_0x357154(0x227)][_0x357154(0x20b)]);CodeceptRecorder[_0x357154(0x226)](()=>_0x1d5d7f[_0x357154(0x201)](TEST_EVENTS[_0x357154(0x236)],_0x282d0d));}else{const _0x57a54d=_0x1d5d7f['captureEvent'](TEST_EVENTS['TEST_RUN_FINISHED'],_0x394e15,_0x3d7318);CodeceptRecorder[_0x357154(0x226)](()=>{const _0x1b2c6d=_0x357154;try{_0x1d5d7f['fireEvent'](TEST_EVENTS[_0x1b2c6d(0x1e7)],_0x57a54d);}catch(_0x3872dd){logger['debug']('Failed\x20in\x20sending\x20TestRunFinish\x20event:\x20'+util['format'](_0x3872dd)),PerformanceTester[_0x1b2c6d(0x1dd)](PerformanceEvents[_0x1b2c6d(0x24f)],![],_0x3872dd);}}),CodeceptRecorder[_0x357154(0x226)](async()=>{const _0x47d5fb=_0x357154;try{_0x576cc5[_0x47d5fb(0x189)](isBrowserstackInfra)&&(_0x1933d2?await _0x576cc5[_0x47d5fb(0x1cb)](playwrightMarkSessionStatus,_0x5545e7,STATE_FAILED,_0x3d7318):await _0x576cc5[_0x47d5fb(0x1cb)](markSessionStatus,_0x5545e7,STATE_FAILED,_0x3d7318));}catch(_0x2f4a71){logger[_0x47d5fb(0x20d)]('Failed\x20in\x20marking\x20session\x20status\x20of\x20test:\x20'+util[_0x47d5fb(0x1b0)](_0x2f4a71)),PerformanceTester['end'](PerformanceEvents[_0x47d5fb(0x24f)],![],_0x2f4a71);}});}PerformanceTester[_0x357154(0x1dd)](PerformanceEvents[_0x357154(0x24f)]);}catch(_0x25bff5){PerformanceTester['captureError'](_0x25bff5);const _0xbb148e={};_0xbb148e['hookType']=_0x216ad8[_0x357154(0x170)],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],![],_0x25bff5,_0xbb148e),PerformanceTester[_0x357154(0x1dd)](PerformanceEvents[_0x357154(0x24f)],![],_0x25bff5);}const _0x51e6f2={};_0x51e6f2[_0x357154(0x1bf)]=_0x216ad8['eObJd'],PerformanceTester['end'](PerformanceHookEvents[_0x357154(0x157)],!![],null,_0x51e6f2);}),CodeceptJS[_0xbd7835(0x21d)]['dispatcher']['on'](CodeceptJS['event'][_0xbd7835(0x221)][_0xbd7835(0x1f7)],_0x28eb50=>{const _0x25c09e=_0xbd7835;PerformanceTester[_0x25c09e(0x150)](PerformanceHookEvents['SDK_HOOK']);try{const _0x26ad13=_0x1d5d7f[_0x25c09e(0x1d5)](TEST_EVENTS[_0x25c09e(0x236)],_0x28eb50);CodeceptRecorder[_0x25c09e(0x226)](()=>_0x1d5d7f[_0x25c09e(0x201)](TEST_EVENTS[_0x25c09e(0x236)],_0x26ad13)),PerformanceTester[_0x25c09e(0x1dd)](PerformanceEvents[_0x25c09e(0x24f)]);}catch(_0x241e3d){PerformanceTester[_0x25c09e(0x1a2)](_0x241e3d),PerformanceTester[_0x25c09e(0x1dd)](PerformanceEvents[_0x25c09e(0x24f)],![],_0x241e3d);const _0x3167f1={};_0x3167f1[_0x25c09e(0x1bf)]=_0x216ad8[_0x25c09e(0x223)],PerformanceTester[_0x25c09e(0x1dd)](PerformanceHookEvents[_0x25c09e(0x157)],![],_0x241e3d,_0x3167f1);}const _0x2ac7f6={};_0x2ac7f6[_0x25c09e(0x1bf)]=_0x216ad8[_0x25c09e(0x223)],PerformanceTester[_0x25c09e(0x1dd)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x2ac7f6);}),CodeceptJS['event']['dispatcher']['on'](CodeceptJS[_0xbd7835(0x21d)]['test'][_0xbd7835(0x17f)],async(_0x1b749f,_0x3e1520)=>{const _0x45e617=_0xbd7835;try{PerformanceTester[_0x45e617(0x150)](PerformanceHookEvents[_0x45e617(0x157)]);const _0x36be03=_0x216ad8[_0x45e617(0x178)](shouldScanTestForAccessibility,_0x1b749f[_0x45e617(0x1ee)](),!![]);if(_0x216ad8[_0x45e617(0x209)](isAccessibilityAutomationSession)&&global[_0x45e617(0x15e)]&&_0x36be03){const _0x40127c={};_0x40127c[_0x45e617(0x1c3)]=_0x1b749f['testAnalyticsId'],_0x40127c['thBuildUuid']=process[_0x45e617(0x1d6)][testHubConstants[_0x45e617(0x1af)]['BROWSERSTACK_TESTHUB_UUID']],_0x40127c[_0x45e617(0x173)]=process['env'][testHubConstants[_0x45e617(0x1af)]['BROWSERSTACK_TESTHUB_JWT']];const _0x50fced=_0x40127c;logger[_0x45e617(0x20d)]('Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20'+JSON[_0x45e617(0x188)](_0x50fced)),CodeceptRecorder[_0x45e617(0x226)](async()=>{const _0x2edcc5=_0x45e617,_0x18180f={};_0x18180f[_0x2edcc5(0x1a9)]=_0x216ad8[_0x2edcc5(0x1c9)],await PerformanceTester[_0x2edcc5(0x184)](PerformanceA11yEvents[_0x2edcc5(0x212)],async()=>{const _0x48935d=_0x2edcc5;await AccessibilityHelper[_0x48935d(0x18d)](_0x5545e7,scripts['performScan']);},_0x18180f)(),await PerformanceTester[_0x2edcc5(0x184)](PerformanceA11yEvents['SAVE_RESULTS'],async()=>{const _0x1ca5d1=_0x2edcc5;await AccessibilityHelper[_0x1ca5d1(0x18d)](_0x5545e7,scripts[_0x1ca5d1(0x1c8)],_0x50fced);})();}),logger['info'](_0x216ad8[_0x45e617(0x1dc)]);}const _0xdbda5b={};_0xdbda5b['hookType']=_0x216ad8[_0x45e617(0x1f8)],PerformanceTester[_0x45e617(0x1dd)](PerformanceHookEvents[_0x45e617(0x157)],!![],null,_0xdbda5b);}catch(_0x42fdc7){PerformanceTester[_0x45e617(0x1a2)](_0x42fdc7);const _0x165e5a={};_0x165e5a['hookType']=_0x216ad8[_0x45e617(0x1f8)],PerformanceTester['end'](PerformanceHookEvents[_0x45e617(0x157)],![],_0x42fdc7,_0x165e5a);}}),CodeceptJS[_0xbd7835(0x21d)]['dispatcher']['on'](CodeceptJS[_0xbd7835(0x21d)][_0xbd7835(0x1e6)]['comment'],_0x3892bf=>{const _0x13763a=_0xbd7835;PerformanceTester['start'](PerformanceHookEvents[_0x13763a(0x157)]);try{process[_0x13763a(0x22f)](_0x13763a(0x243)+process[_0x13763a(0x1ab)],{'timestamp':new Date()['toISOString'](),'level':_0x216ad8[_0x13763a(0x251)],'message':_0x3892bf,'kind':_0x216ad8['GGLLd'],'http_response':{}});}catch(_0x28329a){PerformanceTester[_0x13763a(0x1a2)](_0x28329a);const _0x6106ae={};_0x6106ae['hookType']=_0x216ad8[_0x13763a(0x1fb)],PerformanceTester['end'](PerformanceHookEvents[_0x13763a(0x157)],![],_0x28329a,_0x6106ae);}const _0x3e4951={};_0x3e4951['hookType']=_0x216ad8[_0x13763a(0x1fb)],PerformanceTester[_0x13763a(0x1dd)](PerformanceHookEvents[_0x13763a(0x157)],!![],null,_0x3e4951);}),CodeceptJS[_0xbd7835(0x21d)][_0xbd7835(0x23a)]['on'](CodeceptJS[_0xbd7835(0x21d)][_0xbd7835(0x19c)][_0xbd7835(0x17e)],_0x39e950=>{const _0x7a56c6=_0xbd7835,_0x18324e={};_0x18324e['hookType']=_0x216ad8[_0x7a56c6(0x179)],PerformanceTester['measureWrapper'](PerformanceHookEvents[_0x7a56c6(0x157)],()=>{_0x1d5d7f['bddStepStart'](_0x39e950);},_0x18324e)();}),CodeceptJS[_0xbd7835(0x21d)][_0xbd7835(0x23a)]['on'](CodeceptJS['event']['bddStep'][_0xbd7835(0x17f)],_0x6a67e3=>{const _0x4c2622=_0xbd7835,_0x1f9c22={};_0x1f9c22[_0x4c2622(0x1bf)]=_0x216ad8[_0x4c2622(0x22c)],PerformanceTester[_0x4c2622(0x184)](PerformanceHookEvents[_0x4c2622(0x157)],()=>{const _0xf4c04b=_0x4c2622;_0x1d5d7f[_0xf4c04b(0x194)](_0x6a67e3);},_0x1f9c22)();});};
|
|
1
|
+
function a1_0x13f7(){const _0x1b5e48=['iETzI','mFLlR','prototype','hIRhE','testAnalyticsId','constructor','_setPage','QGClK','browserStackExecuteDriver','ZRCJM','dUXaT','enabled','warn','event','isArray','bind','4833480cgVlcb','OnUKX','name','class','ctx','2932374lMQmvj','Screenshot\x20path\x20not\x20found','PERFORM_SCAN','orirf','SidSZ','arguments','pages','hook-failed','stringify','addRequestSpy','end','catch','browserstack_executor:\x20','measureWrapper','info','INFO','hook-passed','THcMR','container','bddStepFinish','../../helpers/testhub/constants.js','ijtht','saveScreenshot','yBGQc','TEST_LOG','initSaveScreenshot','stack','ukgqF','FNTWB','bddStepStart','test-started','captureEvent','QYcQW','SDK_PRE_INITIALIZE','hookType','BiaQJ','before','startsWith','stopMonitoring','EsKaG','HoQgw','failed','SDK_POST_TEST','codeceptjs','7OvDGQc','Failed\x20to\x20execute\x20_before:\x20','BtnJL','domForge','dispatcher','setGlobal','Failed\x20to\x20patch\x20pages\x20method\x20in\x20browserContext\x20for\x20a11y\x20domForge:\x20','stop','parse','setSessionName','HsNzg','FmXey','executeScript','Performing\x20scan\x20for\x20','WebDriver','browser','add','665325IiVkzF','includes','2617300HaSLZS','captureError','LYqnC','BROWSERSTACK_TESTHUB_JWT','SDK_TEST','after','afterTest','thTestRunUuid','../../helpers/accessibility-automation/helper','util','MBoPu','patch','getResultsSummary','TdmWz','skipSessionName','a11y_core_config','then','zQHHP','_before','185697nMhxkB','Failed\x20in\x20marking\x20session\x20status\x20of\x20test:\x20','push','../../helpers/accessibility-automation/scripts','test-failed','eBJlG','YBisR','gaJUx','TEST_SCREENSHOT','JdCuE','hook','SDK_HOOK','VOMTl','SESSION_NAME','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20summary.','codeceptjs/lib/recorder.js','action','title','Suite','BROWSERSTACK_TESTHUB_UUID','start','call','SAVE_RESULTS','HOOK_RUN_FINISHED','BS_TESTOPS_ALLOW_SCREENSHOTS','MidMK','winstonLogger','Playwright','../../helpers/test-observability/utils','find','split','TEST_RUN_FINISHED','../../helpers/performance/performance-tester','gbIcc','vBBDA','DyEFZ','chromium','AVXXb','SDK_POST_INITIALIZE','performScan','xTECV','format','SDK_PRE_TEST','getAccessibilityResultsSummary','test-after','setSessionStatus','xkuOv','screenshotOutputFolder','from','GET_RESULTS_SUMMARY','80PpmSYc','toISOString','GET_RESULTS','FHFtK','accessibilityPlatform','getSyncScript','uMMsU','CNydl','config','TEST_RUN_STARTED','ENV_VAR','CIVxl','TEST_RUN_SKIPPED','startMonitoring','RIJNV','SjwOl','Element','emit','IlyVG','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','args','bs:addLog:','\x0aStack:\x20','./helper.js','ckVlB','bstackAllyScanning','VhWpD','currentTest','xCEsG','GluSG','slice','env','commandsToWrap','JRWpt','getResults','ofYbU','../../bin/playwright/sessionDetails','FRAMEWORK_DETAILS','codeceptjs/lib/index.js','GtYyh','gHMzy','QDnzD','test-skipped','saveTestResults','IlUEm','bddStep','patchSaveScreenshot','HOOK_RUN_STARTED','apply','TestCafe','SnbsV','helpers','bddStep-after','bmMhG','passed','PenLN','skipSessionStatus','iDSlX','filter','browserstackTestName','1459tTtQGE','bddStep-before','test','__workerDetails','pid','step-comment','nPWmC','page','all','fireEvent','../../helpers/request-spy','UrXGg','titlePath','testFramework','../../helpers/globals.js','getAccessibilityResults','mIvfX','../../helpers/helper','cUQZo','hook-started','Failed\x20in\x20sending\x20TestRunFinish\x20event:\x20','toString','ZspMi','SgftS','kAGbF','BS_A11Y_JWT','url','command','TgGxi','comment','debug','1080792CqyOUp','guQHy','VlmfC','VPbKN','SESSION_STATUS','message','browserContext','VmKcb','__skipSessionStatus','--auto-open-devtools-for-tabs','KOdwf','tEBGz','./o11yHelper','vdxkp','652lzEIZx','status'];a1_0x13f7=function(){return _0x1b5e48;};return a1_0x13f7();}const a1_0x15ccb8=a1_0x58d3;(function(_0x18531c,_0x1b5894){const _0x2ffe24=a1_0x58d3,_0x1d4a90=_0x18531c();while(!![]){try{const _0x2ede3b=parseInt(_0x2ffe24(0x1e4))/0x1*(-parseInt(_0x2ffe24(0x211))/0x2)+-parseInt(_0x2ffe24(0x27a))/0x3+parseInt(_0x2ffe24(0x267))/0x4+parseInt(_0x2ffe24(0x265))/0x5+parseInt(_0x2ffe24(0x228))/0x6*(parseInt(_0x2ffe24(0x254))/0x7)+parseInt(_0x2ffe24(0x223))/0x8+parseInt(_0x2ffe24(0x203))/0x9*(-parseInt(_0x2ffe24(0x2ac))/0xa);if(_0x2ede3b===_0x1b5894)break;else _0x1d4a90['push'](_0x1d4a90['shift']());}catch(_0x3928d1){_0x1d4a90['push'](_0x1d4a90['shift']());}}}(a1_0x13f7,0x5d473));const fs=require('fs'),util=require(a1_0x15ccb8(0x270)),{requireModule,markSessionStatus,isUndefined,isTrue,isBrowserstackInfra}=require(a1_0x15ccb8(0x1f5)),logger=require('../../helpers/logger')[a1_0x15ccb8(0x294)],testOpsHelper=require(a1_0x15ccb8(0x296)),requestSpy=require(a1_0x15ccb8(0x1ee)),PlaywrightSessionDetails=require(a1_0x15ccb8(0x1cc)),{O11yHelper,TEST_EVENTS,STATE_PASSED,STATE_FAILED}=require(a1_0x15ccb8(0x20f)),{shouldScanTestForAccessibility,isAccessibilityAutomationSession}=require(a1_0x15ccb8(0x26f)),AccessibilityHelper=require('../../bin/playwright/accessibility-helper'),scripts=require(a1_0x15ccb8(0x27d)),PerformanceTester=require(a1_0x15ccb8(0x29a)),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceHookEvents}=require('../../helpers/performance/constants'),{processWebDriverConfig,shouldPatchExecuteScript}=require(a1_0x15ccb8(0x1bf)),testHubConstants=require(a1_0x15ccb8(0x23c)),globals=require(a1_0x15ccb8(0x1f2)),CodeceptJS=requireModule(a1_0x15ccb8(0x1ce),a1_0x15ccb8(0x253)),CodeceptUtils=requireModule('codeceptjs/lib/utils.js',a1_0x15ccb8(0x253)),CodeceptWebDriver=requireModule('codeceptjs/lib/helper/WebDriver.js',a1_0x15ccb8(0x253)),CodeceptRecorder=requireModule(a1_0x15ccb8(0x289),'codeceptjs'),CodeceptPlaywright=requireModule('codeceptjs/lib/helper/Playwright.js',a1_0x15ccb8(0x253)),playwrightMarkSessionStatus=(_0x106a45,_0x1ab75f,_0x430c7b)=>{const _0x11aaac=a1_0x15ccb8,_0x4d5b02={'FHFtK':_0x11aaac(0x2a7),'iDSlX':function(_0x4a9e66,_0xad133a){return _0x4a9e66(_0xad133a);}},_0x3c5ec2={};_0x3c5ec2[_0x11aaac(0x212)]=_0x1ab75f;const _0x14fad2={};_0x14fad2[_0x11aaac(0x28a)]=_0x4d5b02[_0x11aaac(0x2af)],_0x14fad2[_0x11aaac(0x22d)]=_0x3c5ec2;const _0x250c98=_0x14fad2;return!_0x4d5b02[_0x11aaac(0x1e1)](isUndefined,_0x430c7b)&&(_0x250c98[_0x11aaac(0x22d)]['reason']=JSON[_0x11aaac(0x230)](_0x430c7b)),_0x106a45[_0x11aaac(0x260)](()=>{},_0x11aaac(0x234)+JSON[_0x11aaac(0x230)](_0x250c98));},o11ySync=PerformanceTester[a1_0x15ccb8(0x235)](PerformanceO11yEvents['SYNC'],async _0x53d941=>{const _0x19c9d7=a1_0x15ccb8,_0xc205eb={};_0xc205eb['EsKaG']=function(_0x28a120,_0x5b71c4){return _0x28a120===_0x5b71c4;},_0xc205eb[_0x19c9d7(0x1df)]='Playwright';const _0x2f475b=_0xc205eb;_0x2f475b[_0x19c9d7(0x24f)](_0x53d941[_0x19c9d7(0x218)][_0x19c9d7(0x225)],_0x2f475b[_0x19c9d7(0x1df)])?await _0x53d941[_0x19c9d7(0x260)](_0x330a2d=>{},testOpsHelper[_0x19c9d7(0x2b1)]()):await _0x53d941[_0x19c9d7(0x260)](testOpsHelper['getSyncScript']());}),markSessionName=PerformanceTester[a1_0x15ccb8(0x235)](PerformanceAutEvents[a1_0x15ccb8(0x287)],async(_0x49a6d0,_0x2f7a13)=>{const _0x38bd3a=a1_0x15ccb8,_0xccd809={};_0xccd809['FBvSj']=_0x38bd3a(0x25d),_0xccd809[_0x38bd3a(0x286)]=function(_0x311112,_0x1c08b9){return _0x311112===_0x1c08b9;},_0xccd809[_0x38bd3a(0x2b7)]='Playwright';const _0x2cd824=_0xccd809,_0x53da14={};_0x53da14[_0x38bd3a(0x225)]=_0x2f7a13;const _0x44f04c={};_0x44f04c[_0x38bd3a(0x28a)]=_0x2cd824['FBvSj'],_0x44f04c[_0x38bd3a(0x22d)]=_0x53da14;const _0x354d07=_0x44f04c;_0x2cd824[_0x38bd3a(0x286)](_0x49a6d0['constructor'][_0x38bd3a(0x225)],_0x2cd824[_0x38bd3a(0x2b7)])?await _0x49a6d0[_0x38bd3a(0x260)](()=>{},'browserstack_executor:\x20'+JSON[_0x38bd3a(0x230)](_0x354d07)):await _0x49a6d0[_0x38bd3a(0x260)](_0x38bd3a(0x234)+JSON['stringify'](_0x354d07));}),patchSaveScreenshot=_0x29c074=>{const _0x470d64=a1_0x15ccb8,_0x2b089b={'BiaQJ':'base64','SjwOl':_0x470d64(0x282),'bmMhG':function(_0x595ca8){return _0x595ca8();},'mtCbH':function(_0x2dfb4e,_0x5d8707){return _0x2dfb4e(_0x5d8707);},'ZspMi':_0x470d64(0x229),'IFZjI':function(_0x3b7b78,_0x118b72){return _0x3b7b78(_0x118b72);}};_0x2b089b['IFZjI'](isTrue,process['env'][_0x470d64(0x292)])&&!_0x29c074[_0x470d64(0x1d6)]&&(_0x29c074['patchSaveScreenshot']=!![],_0x29c074[_0x470d64(0x241)]=_0x29c074[_0x470d64(0x23e)],_0x29c074['saveScreenshot']=(_0x5209bd,_0x4c3b1a=![])=>{const _0x1d1211=_0x470d64,_0x3f1f18={'guQHy':_0x2b089b[_0x1d1211(0x24b)],'ofYbU':_0x2b089b[_0x1d1211(0x1b7)],'RaSnM':function(_0x37303f){const _0x14b6eb=_0x1d1211;return _0x2b089b[_0x14b6eb(0x1dd)](_0x37303f);},'FmXey':function(_0x3c5981,_0x590fa2){return _0x2b089b['mtCbH'](_0x3c5981,_0x590fa2);},'tiZHN':_0x2b089b[_0x1d1211(0x1fa)]};return new Promise(function(_0x4b82a3,_0x44d71c){const _0x5093ce=_0x1d1211;_0x29c074['initSaveScreenshot'](_0x5209bd,_0x4c3b1a)[_0x5093ce(0x277)](()=>{const _0x2610a4=_0x5093ce,_0x406bc7=CodeceptUtils[_0x2610a4(0x2a9)](_0x5209bd);if(_0x406bc7){const _0x4a8df6=fs['readFileSync'](_0x406bc7);process[_0x2610a4(0x1b9)](_0x2610a4(0x1bd)+process[_0x2610a4(0x1e8)],{'timestamp':new Date()[_0x2610a4(0x2ad)](),'message':_0x4a8df6[_0x2610a4(0x1f9)](_0x3f1f18[_0x2610a4(0x204)]),'kind':_0x3f1f18[_0x2610a4(0x1cb)]}),_0x3f1f18['RaSnM'](_0x4b82a3);}_0x3f1f18[_0x2610a4(0x25f)](_0x44d71c,new Error(_0x3f1f18['tiZHN']));})[_0x5093ce(0x233)](()=>null);});});},patchWebDriverBefore=_0x52af74=>{const _0x442bb5=a1_0x15ccb8,_0x2d1fc0={'aRBMQ':function(_0x4fad68){return _0x4fad68();},'gHMzy':function(_0x4fdf07,_0x5f3ca7){return _0x4fdf07(_0x5f3ca7);},'mFLlR':function(_0x59dcff,_0x4d5aa8){return _0x59dcff===_0x4d5aa8;},'ckVlB':'webdriverio','QDnzD':function(_0x1077d4,_0x172034){return _0x1077d4===_0x172034;},'DyEFZ':'string','tEBGz':_0x442bb5(0x1b8)},_0x495d69=async function(_0x386748,_0x523224){const _0x3159dd=_0x442bb5;_0x2d1fc0['aRBMQ'](isAccessibilityAutomationSession)&&!global[_0x3159dd(0x1c1)]&&global[_0x3159dd(0x2b0)]&&scripts['shouldWrapCommand'](_0x386748[_0x3159dd(0x225)])&&_0x2d1fc0['gHMzy'](shouldPatchExecuteScript,arguments[0x2])&&(global[_0x3159dd(0x1c1)]=!![],await PerformanceTester[_0x3159dd(0x235)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x21143f=_0x3159dd;logger[_0x21143f(0x202)](_0x21143f(0x261)+_0x386748[_0x21143f(0x226)]+'\x20'+_0x386748['name']),await AccessibilityHelper[_0x21143f(0x21b)](_0x52af74,scripts[_0x21143f(0x2a1)]);},{'command':_0x386748[_0x3159dd(0x225)]})());global[_0x3159dd(0x1c1)]=![];const _0x4240d0=JSON[_0x3159dd(0x25c)](process[_0x3159dd(0x1c7)][_0x3159dd(0x1cd)]||'{}');if(_0x2d1fc0['mFLlR'](_0x4240d0?.[_0x3159dd(0x1f1)]?.[_0x3159dd(0x225)],_0x2d1fc0[_0x3159dd(0x1c0)])&&_0x2d1fc0[_0x3159dd(0x1d1)](typeof _0x4240d0?.[_0x3159dd(0x1f1)]?.['version'],_0x2d1fc0[_0x3159dd(0x29d)])&&_0x4240d0?.[_0x3159dd(0x1f1)]?.['version'][_0x3159dd(0x24d)]('7'))return _0x523224[_0x3159dd(0x1d8)](null,Array[_0x3159dd(0x215)]['slice']['call'](arguments,0x2));return _0x523224['apply'](this,Array[_0x3159dd(0x215)][_0x3159dd(0x1c6)][_0x3159dd(0x28f)](arguments,0x2));},_0x128dfc=CodeceptWebDriver['prototype'][_0x442bb5(0x279)];CodeceptWebDriver[_0x442bb5(0x215)][_0x442bb5(0x279)]=async function(){const _0x34c48f=_0x442bb5;try{await _0x128dfc[_0x34c48f(0x1d8)](this,arguments);}catch(_0x48c63d){logger[_0x34c48f(0x202)](_0x34c48f(0x255)+util[_0x34c48f(0x2a3)](_0x48c63d));}scripts[_0x34c48f(0x1c8)][_0x34c48f(0x1e2)](_0x21bc6b=>_0x21bc6b['name']&&_0x21bc6b[_0x34c48f(0x226)])['forEach'](_0x5a414f=>{const _0x78dc2e=_0x34c48f;this[_0x78dc2e(0x263)]['overwriteCommand'](_0x5a414f[_0x78dc2e(0x225)],_0x495d69['bind'](this,_0x5a414f),_0x2d1fc0[_0x78dc2e(0x214)](_0x5a414f['class'],_0x2d1fc0[_0x78dc2e(0x20e)]));}),_0x2d1fc0[_0x34c48f(0x1d0)](processWebDriverConfig,_0x52af74);};};function a1_0x58d3(_0x31fe7c,_0x1fd342){const _0x13f750=a1_0x13f7();return a1_0x58d3=function(_0x58d390,_0x29ed97){_0x58d390=_0x58d390-0x1b5;let _0x309493=_0x13f750[_0x58d390];return _0x309493;},a1_0x58d3(_0x31fe7c,_0x1fd342);}function parseJwt(_0x3ec261){const _0x139dd1=a1_0x15ccb8,_0x391035={};_0x391035[_0x139dd1(0x250)]='base64';const _0x4c9fe8=_0x391035;if(!_0x3ec261)return null;return JSON[_0x139dd1(0x25c)](Buffer[_0x139dd1(0x2aa)](_0x3ec261[_0x139dd1(0x298)]('.')[0x1],_0x4c9fe8[_0x139dd1(0x250)])[_0x139dd1(0x1f9)]());}const patchPlaywrightBefore=()=>{const _0x49f3f0=a1_0x15ccb8,_0x562ac1={'sekBO':function(_0x1b53a2){return _0x1b53a2();},'FMKiw':'devtools://','GluSG':_0x49f3f0(0x20c),'UrXGg':function(_0x1c7dd0,_0x4dda9c){return _0x1c7dd0(_0x4dda9c);},'VmKcb':function(_0x2be83e,_0x57e3fb){return _0x2be83e+_0x57e3fb;},'QYcQW':_0x49f3f0(0x1be),'cUQZo':function(_0x5be95b){return _0x5be95b();},'nPWmC':function(_0x53c760){return _0x53c760();}};PlaywrightSessionDetails[_0x49f3f0(0x272)]();const _0x38237a=CodeceptPlaywright[_0x49f3f0(0x215)][_0x49f3f0(0x279)];CodeceptPlaywright[_0x49f3f0(0x215)][_0x49f3f0(0x279)]=async function(){const _0x19a1bd=_0x49f3f0,_0x2d765e={'JdCuE':function(_0x46a76a){return _0x562ac1['sekBO'](_0x46a76a);},'SgftS':_0x562ac1['FMKiw'],'ZjbrS':_0x562ac1[_0x19a1bd(0x1c5)],'xTECV':function(_0x47cce0,_0x5376fb){const _0x2a90ba=_0x19a1bd;return _0x562ac1[_0x2a90ba(0x1ef)](_0x47cce0,_0x5376fb);},'YBisR':function(_0xe8140c,_0x141b95){const _0x4e8ba6=_0x19a1bd;return _0x562ac1[_0x4e8ba6(0x20a)](_0xe8140c,_0x141b95);},'SnbsV':_0x562ac1[_0x19a1bd(0x248)]};this[_0x19a1bd(0x209)]=await this['browser']['contexts']()[0x0];const _0x46f359=async()=>{const _0x242e3b=_0x19a1bd,_0x3835e2={'VPbKN':function(_0x52f342){const _0x350451=a1_0x58d3;return _0x2d765e[_0x350451(0x283)](_0x52f342);},'GYNVJ':_0x2d765e[_0x242e3b(0x1fb)]},_0x5a1c69=this[_0x242e3b(0x2b4)]&&this[_0x242e3b(0x2b4)][_0x242e3b(0x29e)]&&this[_0x242e3b(0x2b4)]['chromium'][_0x242e3b(0x1bc)]&&Array[_0x242e3b(0x221)](this[_0x242e3b(0x2b4)][_0x242e3b(0x29e)]['args'])&&this[_0x242e3b(0x2b4)][_0x242e3b(0x29e)]['args'][_0x242e3b(0x266)](_0x2d765e['ZjbrS']);if(_0x2d765e['JdCuE'](isAccessibilityAutomationSession)&&!_0x5a1c69)try{const _0x140287=_0x2d765e[_0x242e3b(0x2a2)](parseJwt,process[_0x242e3b(0x1c7)][_0x242e3b(0x1fd)]);if(_0x140287&&_0x140287[_0x242e3b(0x276)]&&_0x140287[_0x242e3b(0x276)][_0x242e3b(0x257)]){const _0xe067f=this[_0x242e3b(0x209)]['pages'][_0x242e3b(0x222)](this['browserContext']);this[_0x242e3b(0x209)][_0x242e3b(0x22e)]=async function(){const _0x5266f7=_0x242e3b,_0x18c178=await _0x3835e2[_0x5266f7(0x206)](_0xe067f),_0x19576d=[];for(const _0x59e431 of _0x18c178){try{const _0x5ee2ef=await _0x59e431[_0x5266f7(0x1fe)]();!_0x5ee2ef[_0x5266f7(0x24d)](_0x3835e2['GYNVJ'])&&_0x19576d[_0x5266f7(0x27c)](_0x59e431);}catch(_0x4b8081){_0x19576d[_0x5266f7(0x27c)](_0x59e431);}}return _0x19576d;};}if(!_0x2d765e[_0x242e3b(0x283)](isBrowserstackInfra)){const _0x558629=await this[_0x242e3b(0x1eb)][_0x242e3b(0x1fe)]();if(_0x558629['startsWith'](_0x2d765e['SgftS'])){const _0x1d049d=await this[_0x242e3b(0x209)][_0x242e3b(0x22e)]();this[_0x242e3b(0x219)](_0x1d049d[0x0]);}}}catch(_0x3fa401){logger[_0x242e3b(0x202)](_0x242e3b(0x25a)+_0x3fa401[_0x242e3b(0x208)]+(_0x3fa401['stack']?_0x2d765e[_0x242e3b(0x280)](_0x2d765e[_0x242e3b(0x1da)],_0x3fa401[_0x242e3b(0x242)]):''));}};_0x562ac1['cUQZo'](isBrowserstackInfra)&&await _0x562ac1[_0x19a1bd(0x1f6)](_0x46f359),await _0x38237a[_0x19a1bd(0x1d8)](this,arguments),!_0x562ac1[_0x19a1bd(0x1f6)](isBrowserstackInfra)&&await _0x562ac1[_0x19a1bd(0x1ea)](_0x46f359);};},getCodeceptDriver=()=>{const _0x4ea9bf=a1_0x15ccb8,_0xd9c1d1={};_0xd9c1d1[_0x4ea9bf(0x21d)]=_0x4ea9bf(0x262),_0xd9c1d1[_0x4ea9bf(0x1d4)]='Playwright',_0xd9c1d1[_0x4ea9bf(0x20d)]='Puppeteer',_0xd9c1d1[_0x4ea9bf(0x22b)]=_0x4ea9bf(0x1d9);const _0x4da1af=_0xd9c1d1,_0x46defb=[_0x4da1af['dUXaT'],_0x4da1af['IlUEm'],_0x4da1af[_0x4ea9bf(0x20d)],_0x4da1af[_0x4ea9bf(0x22b)]],_0x90a055=_0x46defb[_0x4ea9bf(0x297)](_0x225ee5=>!!CodeceptJS['container'][_0x4ea9bf(0x1db)](_0x225ee5));if(!_0x90a055)return null;return CodeceptJS[_0x4ea9bf(0x23a)][_0x4ea9bf(0x1db)](_0x90a055);};module['exports']=function(_0x2bbbe6){const _0x4fe287=a1_0x15ccb8,_0x569f4c={'AVXXb':function(_0x547452){return _0x547452();},'gaJUx':function(_0x1bd5f5,_0x5d5aec){return _0x1bd5f5(_0x5d5aec);},'RIJNV':_0x4fe287(0x2a5),'vBBDA':_0x4fe287(0x288),'QGClK':_0x4fe287(0x1f3),'hIRhE':_0x4fe287(0x1bb),'ijtht':function(_0xe2675f,_0x2ee8db){return _0xe2675f(_0x2ee8db);},'yBGQc':_0x4fe287(0x1f7),'TgGxi':_0x4fe287(0x238),'FNTWB':_0x4fe287(0x22f),'xkuOv':_0x4fe287(0x1e3),'SidSZ':'test-before','GtYyh':function(_0x33c3b2){return _0x33c3b2();},'LYqnC':function(_0x3786d9,_0x27d8f8,_0x1f725e){return _0x3786d9(_0x27d8f8,_0x1f725e);},'BtnJL':function(_0x6cd842,_0x1003d7){return _0x6cd842(_0x1003d7);},'eBJlG':_0x4fe287(0x246),'THcMR':function(_0x38b478,_0x542d60,_0x49697f){return _0x38b478(_0x542d60,_0x49697f);},'MBoPu':function(_0x3a8539){return _0x3a8539();},'dYHqi':'test-passed','ukgqF':function(_0x10db4d,_0x44cd72,_0x1c0700,_0x51f8e4){return _0x10db4d(_0x44cd72,_0x1c0700,_0x51f8e4);},'TytQb':function(_0x34c02d,_0x3e19cb){return _0x34c02d===_0x3e19cb;},'vdxkp':_0x4fe287(0x28c),'HsNzg':_0x4fe287(0x27e),'Fzcvv':_0x4fe287(0x1d2),'ZRCJM':_0x4fe287(0x26d),'VhWpD':function(_0x12ffc8,_0x4276a7,_0x18f3f2){return _0x12ffc8(_0x4276a7,_0x18f3f2);},'CNydl':function(_0x350264){return _0x350264();},'kAGbF':'Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','xCEsG':_0x4fe287(0x2a6),'mIvfX':_0x4fe287(0x237),'IlyVG':_0x4fe287(0x240),'uMMsU':_0x4fe287(0x1e9),'VlmfC':_0x4fe287(0x1e5),'MidMK':_0x4fe287(0x1dc),'JRWpt':function(_0x110b14){return _0x110b14();},'zQHHP':_0x4fe287(0x295)};_0x2bbbe6[_0x4fe287(0x1e0)]&&(global[_0x4fe287(0x20b)]=_0x2bbbe6[_0x4fe287(0x1e0)]);PerformanceTester[_0x4fe287(0x1b5)]();const _0x205807=_0x569f4c[_0x4fe287(0x1c9)](getCodeceptDriver),_0x966f08=new O11yHelper(_0x205807,_0x2bbbe6),_0x5986db=!!CodeceptJS['container']['helpers'](_0x569f4c[_0x4fe287(0x278)]);global['__driver']=_0x205807,_0x205807&&(PerformanceTester[_0x4fe287(0x235)](PerformanceEvents[_0x4fe287(0x249)],()=>{const _0x85458f=_0x4fe287;_0x5986db?_0x569f4c[_0x85458f(0x29f)](patchPlaywrightBefore):_0x569f4c[_0x85458f(0x281)](patchWebDriverBefore,_0x205807);})(),PerformanceTester[_0x4fe287(0x235)](PerformanceEvents[_0x4fe287(0x2a0)],()=>{const _0x38b8ce=_0x4fe287;_0x205807[_0x38b8ce(0x2a5)]=async()=>{const _0x2fa04d=_0x38b8ce;if(global['accessibilityPlatform']){const _0x34eeb9={};return _0x34eeb9[_0x2fa04d(0x1ff)]=_0x569f4c[_0x2fa04d(0x1b6)],await PerformanceTester[_0x2fa04d(0x235)](PerformanceA11yEvents[_0x2fa04d(0x22a)],async()=>{const _0x757339=_0x2fa04d;return await AccessibilityHelper['browserStackExecuteDriver'](_0x205807,scripts[_0x757339(0x2a1)]);},_0x34eeb9)(),await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x2fa04d(0x2ab)],async()=>{const _0x1e6edd=_0x2fa04d;return await AccessibilityHelper['browserStackExecuteDriver'](_0x205807,scripts[_0x1e6edd(0x273)]);})();}return logger[_0x2fa04d(0x21f)](_0x569f4c[_0x2fa04d(0x29c)]),{};},_0x205807['getAccessibilityResults']=async()=>{const _0x4a71e0=_0x38b8ce;if(global[_0x4a71e0(0x2b0)]){const _0x27d567={};return _0x27d567[_0x4a71e0(0x1ff)]=_0x569f4c[_0x4a71e0(0x21a)],await PerformanceTester[_0x4a71e0(0x235)](PerformanceA11yEvents[_0x4a71e0(0x22a)],async()=>{const _0x5bd932=_0x4a71e0;return await AccessibilityHelper['browserStackExecuteDriver'](_0x205807,scripts[_0x5bd932(0x2a1)]);},_0x27d567)(),await PerformanceTester[_0x4a71e0(0x235)](PerformanceA11yEvents[_0x4a71e0(0x2ae)],async()=>{const _0x292f80=_0x4a71e0;return await AccessibilityHelper[_0x292f80(0x21b)](_0x205807,scripts[_0x292f80(0x1ca)]);})();}return logger['warn'](_0x569f4c[_0x4a71e0(0x216)]),{};},_0x569f4c[_0x38b8ce(0x23d)](patchSaveScreenshot,_0x205807);})()),CodeceptJS[_0x4fe287(0x220)][_0x4fe287(0x258)]['on'](CodeceptJS['event'][_0x4fe287(0x1ec)][_0x4fe287(0x24c)],()=>{const _0x45c70b=_0x4fe287;PerformanceTester[_0x45c70b(0x28e)](PerformanceEvents[_0x45c70b(0x2a4)]);try{_0x966f08['start'](),testOpsHelper[_0x45c70b(0x231)](),PerformanceTester['end'](PerformanceEvents[_0x45c70b(0x2a4)]);}catch(_0x2a70e6){PerformanceTester[_0x45c70b(0x268)](_0x2a70e6),PerformanceTester['end'](PerformanceEvents[_0x45c70b(0x2a4)],![],_0x2a70e6);}}),CodeceptJS['event'][_0x4fe287(0x258)]['on'](CodeceptJS[_0x4fe287(0x220)][_0x4fe287(0x1ec)]['after'],async()=>{const _0x14e8e2=_0x4fe287;PerformanceTester[_0x14e8e2(0x28e)](PerformanceEvents[_0x14e8e2(0x252)]);try{requestSpy['restore'](),await _0x966f08[_0x14e8e2(0x25b)](),PerformanceTester[_0x14e8e2(0x232)](PerformanceEvents[_0x14e8e2(0x252)]);}catch(_0x474ba6){PerformanceTester[_0x14e8e2(0x268)](_0x474ba6),PerformanceTester[_0x14e8e2(0x232)](PerformanceEvents[_0x14e8e2(0x252)],![],_0x474ba6);}finally{PerformanceTester[_0x14e8e2(0x24e)]();}}),CodeceptJS[_0x4fe287(0x220)][_0x4fe287(0x258)]['on'](CodeceptJS[_0x4fe287(0x220)][_0x4fe287(0x284)]['started'],_0x4bc652=>{const _0x14005e=_0x4fe287;PerformanceTester[_0x14005e(0x28e)](PerformanceEvents[_0x14005e(0x285)]);try{const _0x5d2587=_0x4bc652[_0x14005e(0x227)][_0x14005e(0x1e6)],_0x506c78=_0x966f08[_0x14005e(0x247)](TEST_EVENTS[_0x14005e(0x1d7)],_0x5d2587);CodeceptRecorder[_0x14005e(0x264)](()=>_0x966f08['fireEvent'](TEST_EVENTS[_0x14005e(0x1d7)],_0x506c78));const _0x43e8c1={};_0x43e8c1[_0x14005e(0x24a)]=_0x569f4c[_0x14005e(0x23f)],PerformanceTester[_0x14005e(0x232)](PerformanceEvents[_0x14005e(0x285)],!![],null,_0x43e8c1);}catch(_0x3c724d){const _0x1d5c3c={};_0x1d5c3c[_0x14005e(0x24a)]=_0x569f4c[_0x14005e(0x23f)],PerformanceTester[_0x14005e(0x232)](PerformanceEvents[_0x14005e(0x285)],![],_0x3c724d,_0x1d5c3c),PerformanceTester['captureError'](_0x3c724d);}}),CodeceptJS[_0x4fe287(0x220)][_0x4fe287(0x258)]['on'](CodeceptJS['event']['hook'][_0x4fe287(0x1de)],_0x24435d=>{const _0x23c305=_0x4fe287,_0x47ad67={};_0x47ad67[_0x23c305(0x24a)]=_0x569f4c[_0x23c305(0x200)],PerformanceTester[_0x23c305(0x28e)](PerformanceHookEvents[_0x23c305(0x285)],!![],null,_0x47ad67);try{const _0x326893=_0x24435d[_0x23c305(0x227)]['test'],_0x6ad12d=_0x966f08['captureEvent'](TEST_EVENTS['HOOK_RUN_FINISHED'],_0x326893);CodeceptRecorder[_0x23c305(0x264)](()=>_0x966f08[_0x23c305(0x1ed)](TEST_EVENTS[_0x23c305(0x291)],_0x6ad12d));const _0x2c9d98={};_0x2c9d98['hookType']=_0x569f4c[_0x23c305(0x200)],PerformanceTester[_0x23c305(0x232)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x2c9d98);}catch(_0x453faf){PerformanceTester[_0x23c305(0x268)](_0x453faf);const _0xf04646={};_0xf04646[_0x23c305(0x24a)]=_0x569f4c[_0x23c305(0x200)],PerformanceTester['end'](PerformanceHookEvents[_0x23c305(0x285)],![],_0x453faf,_0xf04646);}}),CodeceptJS[_0x4fe287(0x220)][_0x4fe287(0x258)]['on'](CodeceptJS['event'][_0x4fe287(0x284)][_0x4fe287(0x251)],async(_0x166727,_0x5dc965)=>{const _0x52fc70=_0x4fe287;PerformanceTester[_0x52fc70(0x28e)](PerformanceHookEvents[_0x52fc70(0x285)]);try{const _0x514527=_0x166727[_0x52fc70(0x227)]['test'],_0x312400=_0x966f08[_0x52fc70(0x247)](TEST_EVENTS[_0x52fc70(0x291)],_0x514527,_0x5dc965);CodeceptRecorder[_0x52fc70(0x264)](()=>_0x966f08[_0x52fc70(0x1ed)](TEST_EVENTS['HOOK_RUN_FINISHED'],_0x312400));const _0x590a33={};_0x590a33[_0x52fc70(0x24a)]=_0x569f4c[_0x52fc70(0x244)],PerformanceTester['start'](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x590a33);}catch(_0x5db43f){PerformanceTester[_0x52fc70(0x268)](_0x5db43f);const _0x19086f={};_0x19086f['hookType']=_0x569f4c['FNTWB'],PerformanceTester[_0x52fc70(0x232)](PerformanceHookEvents[_0x52fc70(0x285)],![],_0x5db43f,_0x19086f);}const _0x3040bf={};_0x3040bf['hookType']=_0x569f4c[_0x52fc70(0x244)],PerformanceTester[_0x52fc70(0x232)](PerformanceHookEvents[_0x52fc70(0x285)],!![],null,_0x3040bf);}),CodeceptJS['event'][_0x4fe287(0x258)]['on'](CodeceptJS[_0x4fe287(0x220)][_0x4fe287(0x1e6)][_0x4fe287(0x24c)],_0xe95de0=>{const _0x12137e=_0x4fe287;PerformanceTester['start'](PerformanceHookEvents[_0x12137e(0x285)]);try{globals[_0x12137e(0x259)](_0x569f4c[_0x12137e(0x2a8)],_0xe95de0[_0x12137e(0x28b)]);_0x569f4c[_0x12137e(0x29f)](isBrowserstackInfra)&&(_0x5986db&&(global[_0x12137e(0x1e7)]={'currentTest':{'name':_0xe95de0[_0x12137e(0x28b)],'testInfo':{'titlePath':_0xe95de0['titlePath']()}}}));const _0x417e3e={};_0x417e3e['hookType']=_0x569f4c[_0x12137e(0x22c)],PerformanceTester['end'](PerformanceHookEvents[_0x12137e(0x285)],!![],null,_0x417e3e);}catch(_0x30ca1f){PerformanceTester['captureError'](_0x30ca1f);const _0x5a56b1={};_0x5a56b1[_0x12137e(0x24a)]=_0x569f4c[_0x12137e(0x22c)],PerformanceTester[_0x12137e(0x232)](PerformanceHookEvents[_0x12137e(0x285)],![],_0x30ca1f,_0x5a56b1);}}),CodeceptJS[_0x4fe287(0x220)][_0x4fe287(0x258)]['on'](CodeceptJS[_0x4fe287(0x220)]['test']['started'],_0x1dd8c8=>{const _0x20c3c3=_0x4fe287;PerformanceTester[_0x20c3c3(0x28e)](PerformanceHookEvents[_0x20c3c3(0x285)]);try{globals[_0x20c3c3(0x259)](_0x569f4c[_0x20c3c3(0x2a8)],_0x1dd8c8['title']);const _0x418b13=_0x966f08[_0x20c3c3(0x247)](TEST_EVENTS['TEST_RUN_STARTED'],_0x1dd8c8);CodeceptRecorder[_0x20c3c3(0x264)](()=>_0x966f08[_0x20c3c3(0x1ed)](TEST_EVENTS[_0x20c3c3(0x2b5)],_0x418b13)),CodeceptRecorder[_0x20c3c3(0x264)](async()=>{const _0x559e39=_0x20c3c3;_0x569f4c[_0x559e39(0x1cf)](isBrowserstackInfra)&&(!_0x569f4c['ijtht'](isTrue,_0x2bbbe6[_0x559e39(0x275)])&&await _0x569f4c[_0x559e39(0x269)](markSessionName,_0x205807,_0x1dd8c8['title']),_0x966f08[_0x559e39(0x21e)]&&await _0x569f4c[_0x559e39(0x256)](o11ySync,_0x205807));});}catch(_0x34a62f){const _0x27e84e={};_0x27e84e[_0x20c3c3(0x24a)]=_0x569f4c[_0x20c3c3(0x27f)],PerformanceTester[_0x20c3c3(0x232)](PerformanceHookEvents[_0x20c3c3(0x285)],![],_0x34a62f,_0x27e84e),PerformanceTester[_0x20c3c3(0x268)](_0x34a62f);}const _0x28e7e2={};_0x28e7e2[_0x20c3c3(0x24a)]=_0x569f4c[_0x20c3c3(0x27f)],PerformanceTester[_0x20c3c3(0x232)](PerformanceHookEvents[_0x20c3c3(0x285)],!![],null,_0x28e7e2);}),CodeceptJS[_0x4fe287(0x220)][_0x4fe287(0x258)]['on'](CodeceptJS[_0x4fe287(0x220)]['test']['passed'],_0x3b866c=>{const _0x5bca86=_0x4fe287,_0x575398={'TdmWz':function(_0x47595f,_0x5c2e7a,_0x2457ce){const _0x4b4799=a1_0x58d3;return _0x569f4c[_0x4b4799(0x239)](_0x47595f,_0x5c2e7a,_0x2457ce);},'gbIcc':function(_0x2d3c31){return _0x569f4c['MBoPu'](_0x2d3c31);}};PerformanceTester[_0x5bca86(0x28e)](PerformanceHookEvents[_0x5bca86(0x285)]);try{const _0x57c1e5=_0x966f08['captureEvent'](TEST_EVENTS['TEST_RUN_FINISHED'],_0x3b866c);CodeceptRecorder[_0x5bca86(0x264)](()=>_0x966f08[_0x5bca86(0x1ed)](TEST_EVENTS['TEST_RUN_FINISHED'],_0x57c1e5)),CodeceptRecorder['add'](async()=>{const _0xc53273=_0x5bca86,_0x4c7dfb={'OnUKX':function(_0x4df906,_0x4377ae,_0x2275a7){const _0x4387e0=a1_0x58d3;return _0x575398[_0x4387e0(0x274)](_0x4df906,_0x4377ae,_0x2275a7);},'iETzI':function(_0x4478ba,_0x36eb5e,_0x2efdc5){const _0x3984be=a1_0x58d3;return _0x575398[_0x3984be(0x274)](_0x4478ba,_0x36eb5e,_0x2efdc5);}};_0x575398[_0xc53273(0x29b)](isBrowserstackInfra)&&await PerformanceTester[_0xc53273(0x235)](PerformanceAutEvents[_0xc53273(0x207)],async()=>{const _0x375ad7=_0xc53273;_0x5986db?await _0x4c7dfb[_0x375ad7(0x224)](playwrightMarkSessionStatus,_0x205807,STATE_PASSED):await _0x4c7dfb[_0x375ad7(0x213)](markSessionStatus,_0x205807,STATE_PASSED);})();}),PerformanceTester[_0x5bca86(0x232)](PerformanceEvents[_0x5bca86(0x26b)]);}catch(_0x2f80ff){PerformanceTester['captureError'](_0x2f80ff);const _0x2a8172={};_0x2a8172['hookType']=_0x569f4c['dYHqi'],PerformanceTester[_0x5bca86(0x232)](PerformanceHookEvents['SDK_HOOK'],![],_0x2f80ff,_0x2a8172),PerformanceTester[_0x5bca86(0x232)](PerformanceEvents[_0x5bca86(0x26b)],![],_0x2f80ff);}const _0x53c8d2={};_0x53c8d2[_0x5bca86(0x24a)]=_0x569f4c['dYHqi'],PerformanceTester[_0x5bca86(0x232)](PerformanceHookEvents[_0x5bca86(0x285)],!![],null,_0x53c8d2);}),CodeceptJS['event'][_0x4fe287(0x258)]['on'](CodeceptJS[_0x4fe287(0x220)][_0x4fe287(0x1e6)][_0x4fe287(0x251)],(_0xb701fd,_0x128b11)=>{const _0x8439b2=_0x4fe287;PerformanceTester['start'](PerformanceHookEvents['SDK_HOOK']);try{if(_0x569f4c['TytQb'](_0xb701fd[_0x8439b2(0x218)][_0x8439b2(0x225)],_0x569f4c[_0x8439b2(0x210)])){const _0x12e544=_0x966f08[_0x8439b2(0x247)](TEST_EVENTS[_0x8439b2(0x2b8)],_0xb701fd[_0x8439b2(0x227)][_0x8439b2(0x1c3)]);CodeceptRecorder[_0x8439b2(0x264)](()=>_0x966f08[_0x8439b2(0x1ed)](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x12e544));}else{const _0x4e3b2=_0x966f08['captureEvent'](TEST_EVENTS[_0x8439b2(0x299)],_0xb701fd,_0x128b11);CodeceptRecorder[_0x8439b2(0x264)](()=>{const _0x53ff1d=_0x8439b2;try{_0x966f08['fireEvent'](TEST_EVENTS[_0x53ff1d(0x299)],_0x4e3b2);}catch(_0x37618d){logger[_0x53ff1d(0x202)](_0x53ff1d(0x1f8)+util[_0x53ff1d(0x2a3)](_0x37618d)),PerformanceTester[_0x53ff1d(0x232)](PerformanceEvents[_0x53ff1d(0x26b)],![],_0x37618d);}}),CodeceptRecorder['add'](async()=>{const _0x8aa055=_0x8439b2;try{_0x569f4c[_0x8aa055(0x271)](isBrowserstackInfra)&&(_0x5986db?await _0x569f4c[_0x8aa055(0x243)](playwrightMarkSessionStatus,_0x205807,STATE_FAILED,_0x128b11):await _0x569f4c[_0x8aa055(0x243)](markSessionStatus,_0x205807,STATE_FAILED,_0x128b11));}catch(_0x48fb4e){logger[_0x8aa055(0x202)](_0x8aa055(0x27b)+util[_0x8aa055(0x2a3)](_0x48fb4e)),PerformanceTester[_0x8aa055(0x232)](PerformanceEvents[_0x8aa055(0x26b)],![],_0x48fb4e);}});}PerformanceTester[_0x8439b2(0x232)](PerformanceEvents['SDK_TEST']);}catch(_0x19dcd5){PerformanceTester[_0x8439b2(0x268)](_0x19dcd5);const _0xce0dbc={};_0xce0dbc[_0x8439b2(0x24a)]=_0x569f4c['HsNzg'],PerformanceTester[_0x8439b2(0x232)](PerformanceHookEvents[_0x8439b2(0x285)],![],_0x19dcd5,_0xce0dbc),PerformanceTester[_0x8439b2(0x232)](PerformanceEvents['SDK_TEST'],![],_0x19dcd5);}const _0x55b124={};_0x55b124[_0x8439b2(0x24a)]=_0x569f4c[_0x8439b2(0x25e)],PerformanceTester[_0x8439b2(0x232)](PerformanceHookEvents[_0x8439b2(0x285)],!![],null,_0x55b124);}),CodeceptJS[_0x4fe287(0x220)][_0x4fe287(0x258)]['on'](CodeceptJS[_0x4fe287(0x220)][_0x4fe287(0x1e6)]['skipped'],_0xad2477=>{const _0x4d5023=_0x4fe287;PerformanceTester[_0x4d5023(0x28e)](PerformanceHookEvents[_0x4d5023(0x285)]);try{const _0xbe60a=_0x966f08['captureEvent'](TEST_EVENTS[_0x4d5023(0x2b8)],_0xad2477);CodeceptRecorder[_0x4d5023(0x264)](()=>_0x966f08[_0x4d5023(0x1ed)](TEST_EVENTS[_0x4d5023(0x2b8)],_0xbe60a)),PerformanceTester[_0x4d5023(0x232)](PerformanceEvents[_0x4d5023(0x26b)]);}catch(_0x3fb04e){PerformanceTester['captureError'](_0x3fb04e),PerformanceTester[_0x4d5023(0x232)](PerformanceEvents['SDK_TEST'],![],_0x3fb04e);const _0x377e30={};_0x377e30[_0x4d5023(0x24a)]=_0x569f4c['Fzcvv'],PerformanceTester[_0x4d5023(0x232)](PerformanceHookEvents[_0x4d5023(0x285)],![],_0x3fb04e,_0x377e30);}const _0x3a8704={};_0x3a8704[_0x4d5023(0x24a)]=_0x569f4c['Fzcvv'],PerformanceTester[_0x4d5023(0x232)](PerformanceHookEvents[_0x4d5023(0x285)],!![],null,_0x3a8704);}),CodeceptJS['event'][_0x4fe287(0x258)]['on'](CodeceptJS[_0x4fe287(0x220)][_0x4fe287(0x1e6)][_0x4fe287(0x26c)],async(_0x480c1f,_0x5389cc)=>{const _0x2625ee=_0x4fe287;try{PerformanceTester['start'](PerformanceHookEvents[_0x2625ee(0x285)]);const _0x32f63a=_0x569f4c[_0x2625ee(0x1c2)](shouldScanTestForAccessibility,_0x480c1f[_0x2625ee(0x1f0)](),!![]);if(_0x569f4c[_0x2625ee(0x2b3)](isAccessibilityAutomationSession)&&global[_0x2625ee(0x2b0)]&&_0x32f63a){const _0xdc3a91={};_0xdc3a91[_0x2625ee(0x26e)]=_0x480c1f[_0x2625ee(0x217)],_0xdc3a91['thBuildUuid']=process[_0x2625ee(0x1c7)][testHubConstants[_0x2625ee(0x2b6)][_0x2625ee(0x28d)]],_0xdc3a91['thJwtToken']=process[_0x2625ee(0x1c7)][testHubConstants[_0x2625ee(0x2b6)][_0x2625ee(0x26a)]];const _0x4ece85=_0xdc3a91;logger[_0x2625ee(0x202)]('Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20'+JSON[_0x2625ee(0x230)](_0x4ece85)),CodeceptRecorder['add'](async()=>{const _0x52ed96=_0x2625ee,_0x1de807={};_0x1de807['command']=_0x569f4c[_0x52ed96(0x21c)],await PerformanceTester['measureWrapper'](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x25ecf6=_0x52ed96;await AccessibilityHelper[_0x25ecf6(0x21b)](_0x205807,scripts[_0x25ecf6(0x2a1)]);},_0x1de807)(),await PerformanceTester[_0x52ed96(0x235)](PerformanceA11yEvents[_0x52ed96(0x290)],async()=>{const _0x238635=_0x52ed96;await AccessibilityHelper['browserStackExecuteDriver'](_0x205807,scripts[_0x238635(0x1d3)],_0x4ece85);})();}),logger[_0x2625ee(0x236)](_0x569f4c[_0x2625ee(0x1fc)]);}const _0x3a0872={};_0x3a0872[_0x2625ee(0x24a)]=_0x569f4c[_0x2625ee(0x1c4)],PerformanceTester[_0x2625ee(0x232)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x3a0872);}catch(_0x57215e){PerformanceTester[_0x2625ee(0x268)](_0x57215e);const _0x5243ba={};_0x5243ba['hookType']=_0x569f4c['xCEsG'],PerformanceTester[_0x2625ee(0x232)](PerformanceHookEvents[_0x2625ee(0x285)],![],_0x57215e,_0x5243ba);}}),CodeceptJS[_0x4fe287(0x220)][_0x4fe287(0x258)]['on'](CodeceptJS[_0x4fe287(0x220)]['step'][_0x4fe287(0x201)],_0x3b93cf=>{const _0x5b1d98=_0x4fe287;PerformanceTester[_0x5b1d98(0x28e)](PerformanceHookEvents[_0x5b1d98(0x285)]);try{process[_0x5b1d98(0x1b9)](_0x5b1d98(0x1bd)+process[_0x5b1d98(0x1e8)],{'timestamp':new Date()['toISOString'](),'level':_0x569f4c[_0x5b1d98(0x1f4)],'message':_0x3b93cf,'kind':_0x569f4c[_0x5b1d98(0x1ba)],'http_response':{}});}catch(_0x1367a3){PerformanceTester[_0x5b1d98(0x268)](_0x1367a3);const _0x26a45e={};_0x26a45e['hookType']=_0x569f4c[_0x5b1d98(0x2b2)],PerformanceTester['end'](PerformanceHookEvents[_0x5b1d98(0x285)],![],_0x1367a3,_0x26a45e);}const _0x1280d5={};_0x1280d5[_0x5b1d98(0x24a)]=_0x569f4c['uMMsU'],PerformanceTester['end'](PerformanceHookEvents[_0x5b1d98(0x285)],!![],null,_0x1280d5);}),CodeceptJS['event']['dispatcher']['on'](CodeceptJS[_0x4fe287(0x220)][_0x4fe287(0x1d5)][_0x4fe287(0x24c)],_0x5b4cfd=>{const _0x517981=_0x4fe287,_0x3daf7b={};_0x3daf7b[_0x517981(0x24a)]=_0x569f4c[_0x517981(0x205)],PerformanceTester[_0x517981(0x235)](PerformanceHookEvents[_0x517981(0x285)],()=>{const _0x448316=_0x517981;_0x966f08[_0x448316(0x245)](_0x5b4cfd);},_0x3daf7b)();}),CodeceptJS[_0x4fe287(0x220)][_0x4fe287(0x258)]['on'](CodeceptJS[_0x4fe287(0x220)]['bddStep']['after'],_0x1c9262=>{const _0x16b4b1=_0x4fe287,_0x16b8d0={};_0x16b8d0[_0x16b4b1(0x24a)]=_0x569f4c[_0x16b4b1(0x293)],PerformanceTester['measureWrapper'](PerformanceHookEvents[_0x16b4b1(0x285)],()=>{const _0x215315=_0x16b4b1;_0x966f08[_0x215315(0x23b)](_0x1c9262);},_0x16b8d0)();});};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
'use strict';const a2_0x347e08=a2_0x4e3f;(function(_0xa872d1,_0x173393){const _0x4f4427=a2_0x4e3f,_0x23759c=_0xa872d1();while(!![]){try{const _0x279eef=-parseInt(_0x4f4427(0x24e))/0x1*(parseInt(_0x4f4427(0x1f9))/0x2)+parseInt(_0x4f4427(0x200))/0x3*(-parseInt(_0x4f4427(0x23f))/0x4)+parseInt(_0x4f4427(0x1f0))/0x5+parseInt(_0x4f4427(0x1e1))/0x6+-parseInt(_0x4f4427(0x212))/0x7*(-parseInt(_0x4f4427(0x1f4))/0x8)+-parseInt(_0x4f4427(0x1d5))/0x9*(-parseInt(_0x4f4427(0x215))/0xa)+parseInt(_0x4f4427(0x1b9))/0xb*(-parseInt(_0x4f4427(0x1ba))/0xc);if(_0x279eef===_0x173393)break;else _0x23759c['push'](_0x23759c['shift']());}catch(_0x370461){_0x23759c['push'](_0x23759c['shift']());}}}(a2_0xb898,0xc4d93));const fs=require('fs'),path=require(a2_0x347e08(0x1e8)),util=require(a2_0x347e08(0x243)),process=require(a2_0x347e08(0x1e9)),logger=require('../../helpers/logger')[a2_0x347e08(0x209)],{default:BrowserStackSetup}=require(a2_0x347e08(0x1b3)),helper=require(a2_0x347e08(0x24d)),utilities=require(a2_0x347e08(0x227)),{checkAccessibilityPlatformConfig}=require(a2_0x347e08(0x1d9)),{setAccessibilityCapabilities}=require('../../bin/playwright/accessibility-helper'),{requireModule,nestedKeyValue,isBrowserstackInfra}=require(a2_0x347e08(0x24d)),CodeceptJS=requireModule('codeceptjs/lib/index.js',a2_0x347e08(0x1d8)),testOpsHelper=require(a2_0x347e08(0x1db)),TestHubHandler=require(a2_0x347e08(0x1ea)),constants=require(a2_0x347e08(0x236)),PerformanceTester=require('../../helpers/performance/performance-tester'),{FRAMEWORKS}=require(a2_0x347e08(0x241)),PerformanceEvents=require('../../helpers/performance/constants')['EVENTS'],ClientTroubleShootingService=require(a2_0x347e08(0x24c)),_testErrorData=[],getUserCodeceptJSConfigs=(_0x15663b,_0x3c39cd)=>{const _0x37bbf0=a2_0x347e08,_0x310988={};_0x310988['XfiJu']=function(_0xc7befd,_0xadcb05){return _0xc7befd===_0xadcb05;},_0x310988[_0x37bbf0(0x229)]=_0x37bbf0(0x21b),_0x310988[_0x37bbf0(0x1eb)]='codecept.json';const _0x42e1dc=_0x310988;let _0x4d0d1c=null;const _0x5d7dfb={};let _0x22dc31=_0x3c39cd[_0x37bbf0(0x208)](_0x3e8ecb=>_0x3e8ecb===_0x37bbf0(0x22f));_0x42e1dc[_0x37bbf0(0x24a)](_0x22dc31,-0x1)&&(_0x22dc31=_0x3c39cd[_0x37bbf0(0x208)](_0x177093=>_0x177093==='-c'));if(!helper[_0x37bbf0(0x231)](_0x15663b['config'])&&fs[_0x37bbf0(0x1e3)](path[_0x37bbf0(0x1d0)](process[_0x37bbf0(0x239)](),_0x15663b[_0x37bbf0(0x1b4)])))_0x4d0d1c=path[_0x37bbf0(0x1d0)](process[_0x37bbf0(0x239)](),_0x15663b[_0x37bbf0(0x1b4)]),_0x3c39cd['slice'](_0x22dc31,0x2);else{if(!helper[_0x37bbf0(0x231)](_0x15663b['c'])&&fs[_0x37bbf0(0x1e3)](path[_0x37bbf0(0x1d0)](process[_0x37bbf0(0x239)](),_0x15663b['c'])))_0x4d0d1c=path[_0x37bbf0(0x1d0)](process[_0x37bbf0(0x239)](),_0x15663b['c']),_0x3c39cd['slice'](_0x22dc31,0x2);else{if(fs[_0x37bbf0(0x1e3)](path[_0x37bbf0(0x1d0)](process[_0x37bbf0(0x239)](),_0x42e1dc['sfjon'])))_0x4d0d1c=path[_0x37bbf0(0x1d0)](process[_0x37bbf0(0x239)](),_0x42e1dc['sfjon']);else fs[_0x37bbf0(0x1e3)](path['join'](process[_0x37bbf0(0x239)](),_0x42e1dc[_0x37bbf0(0x1eb)]))&&(_0x4d0d1c=path[_0x37bbf0(0x1d0)](process[_0x37bbf0(0x239)](),_0x42e1dc[_0x37bbf0(0x1eb)]));}}return process[_0x37bbf0(0x1fe)][_0x37bbf0(0x214)]=_0x4d0d1c,_0x4d0d1c;},getO11yRerunPattern=()=>{const _0x48ced0=a2_0x347e08,_0x45dc67=helper['isTrue'](process[_0x48ced0(0x1fe)][_0x48ced0(0x232)]);if(_0x45dc67){const _0x186ec2=process[_0x48ced0(0x1fe)][_0x48ced0(0x21d)],_0x225df9=[];if(helper[_0x48ced0(0x20d)](_0x186ec2)&&!helper['isUndefined'](_0x186ec2)){_0x186ec2['split'](',')[_0x48ced0(0x213)](_0x3ed9a7=>{const _0x48dae9=_0x48ced0;_0x225df9[_0x48dae9(0x240)]('('+_0x3ed9a7[_0x48dae9(0x1ff)]()+')');});const _0x1f388e='^'+_0x225df9[_0x48ced0(0x1d0)]('|')+'$';return _0x1f388e;}}return null;},a2_0x3ff8fa={};function a2_0xb898(){const _0x2d9d99=['length','hMiEK','/wd/hub','format','63723yKdccK','3708IWLvMj','launchBuild','KJeSD','frameworkName','browserStackCwd','printResults','isEmpty','setAdditionalCapabilities','stringify','testObservability','testContextOptions','drruh','toLowerCase','prepareCapabilities','start','run','LafEv','Qnbvg','handleApp','fADWC','initialize','BROWSERSTACK_TEST_ACCESSIBILITY_YML','join','skipSessionStatus','VmCTW','jOfoZ','qxWnj','11823795koxGQD','BrowserStackPlugin','playwright-firefox','codeceptjs','../../helpers/accessibility-automation/helper','KaFzZ','../../helpers/test-observability/utils','fSWhe','addTests','browser','bootstrapAll','root','3565824udanAO','chromium','existsSync','helpers','browserWSEndpoint','browserName','addConfig','path','process','../../helpers/testhub/testhubHandler','NHUuT','pDodd','OkFKS','desiredCapabilities','teardownAll','4437160vXvwip','MWgOO','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','chrome','12872xmSzKW','CODECEPT_CUCUMBER','BROWSERSTACK_TEST_OBSERVABILITY_YML','fHMoW','chdir','10hbauZA','forEach','playwright-chromium','addOptions','errorMessage','env','trim','2733093vQLKqv','kRFIo','KLgXO','SDK_CLEANUP','YkXok','debug','1|3|2|0|5|4','skipSessionName','findIndex','winstonLogger','platforms','test','Playwright','validateRerunTestList','finalExecution','exports','split','PIXRj','6909UoCxBE','map','USER_CONFIG_DETAILS_PATH','10BiwSId','title','WebDriver','user','end','gherkin','codecept.conf.js','validPlatformsPresent','BROWSERSTACK_RERUN_TESTS','accessibility','Failed\x20:\x20','ZPgpB','accessibilityOptions','MImiG','KEzhe','host','profile','now','../../helpers/utilities','all','sfjon','NnDaN','log','event','playwright-webkit','spawn','--config','replace','isUndefined','BROWSERSTACK_RERUN','mergeDeep','createGroupsOfSuites','dZHOo','../utils/constants','useW3C','Started\x20:\x20','cwd','passed','load','before','dirname','assign','4chFGJG','push','../../helpers/test-observability/constants','stack','util','require','BBMlm','printBuildLink','info','getUserWorkerCount','NllYv','XfiJu','Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20','../utils/clientTroubleshootingService','../../helpers/helper','175243mDxHwA','../../helpers/BrowserStackSetup','config'];a2_0xb898=function(){return _0x2d9d99;};return a2_0xb898();}function a2_0x4e3f(_0xc00d70,_0x438e8e){const _0xb898e1=a2_0xb898();return a2_0x4e3f=function(_0x4e3f3d,_0x82c78b){_0x4e3f3d=_0x4e3f3d-0x1b3;let _0x50e5f2=_0xb898e1[_0x4e3f3d];return _0x50e5f2;},a2_0x4e3f(_0xc00d70,_0x438e8e);}a2_0x3ff8fa[a2_0x347e08(0x1f3)]=a2_0x347e08(0x1e2),a2_0x3ff8fa[a2_0x347e08(0x1fb)]=a2_0x347e08(0x1e2),a2_0x3ff8fa[a2_0x347e08(0x1d7)]='firefox',a2_0x3ff8fa[a2_0x347e08(0x22d)]='webkit';const pwToCodeceptBrowser=a2_0x3ff8fa;async function run(_0xa28f12,_0x2a4f27,_0x141cf3){const _0x4af455=a2_0x347e08,_0x3538b9={'hMiEK':function(_0x5ea6ac,_0x26234b){return _0x5ea6ac+_0x26234b;},'fADWC':function(_0x39ee66,_0x577a30){return _0x39ee66(_0x577a30);},'Znacz':function(_0x35299a,_0x3b9e49,_0x33bca1){return _0x35299a(_0x3b9e49,_0x33bca1);},'drruh':_0x4af455(0x1e4),'qxWnj':function(_0x597615){return _0x597615();},'BBMlm':_0x4af455(0x1b7),'LafEv':function(_0x57cd8c){return _0x57cd8c();},'KLgXO':function(_0x192061){return _0x192061();},'ZPgpB':_0x4af455(0x21f),'dqHAM':'Passed\x20:\x20','KEzhe':_0x4af455(0x238),'dZHOo':_0x4af455(0x206),'kRFIo':function(_0x57838b,_0x577468,_0x242392){return _0x57838b(_0x577468,_0x242392);},'fSWhe':'Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','VmCTW':'Playwright','KaFzZ':_0x4af455(0x217),'YastZ':function(_0x1d6460,_0x20a092){return _0x1d6460(_0x20a092);},'KJeSD':function(_0x3761ce,_0x2d4340){return _0x3761ce!=_0x2d4340;},'Qnbvg':function(_0x5e4f0b,_0x446164){return _0x5e4f0b===_0x446164;},'NnDaN':function(_0x2ff07a,_0x118d31,_0x21f4fc){return _0x2ff07a(_0x118d31,_0x21f4fc);},'OnMFj':_0x4af455(0x21a),'NllYv':function(_0x110ed5,_0x314169){return _0x110ed5(_0x314169);},'OkFKS':function(_0x378837){return _0x378837();},'fHMoW':function(_0x5efab4,_0x409fbe){return _0x5efab4*_0x409fbe;},'pDodd':_0x4af455(0x1de),'jOfoZ':_0x4af455(0x1ee),'MWgOO':function(_0x8170c6,_0x292959,_0x26c502){return _0x8170c6(_0x292959,_0x26c502);},'MImiG':_0x4af455(0x1e0),'YkXok':'BrowserStackPlugin.js','tNzJJ':_0x4af455(0x1be),'PIXRj':function(_0x351154){return _0x351154();}};await _0x141cf3[_0x4af455(0x1ce)](_0xa28f12),await helper[_0x4af455(0x1cc)](_0x141cf3['config']);if(!_0x141cf3[_0x4af455(0x1b4)])return;process[_0x4af455(0x225)]=_0xa28f12[_0x4af455(0x225)];_0xa28f12[_0x4af455(0x225)]&&(process[_0x4af455(0x1fe)][_0x4af455(0x225)]=_0xa28f12[_0x4af455(0x225)]);const _0x2c6b30=_0x3538b9[_0x4af455(0x201)](getUserCodeceptJSConfigs,_0xa28f12,_0x2a4f27);let _0x38246e={};_0x2c6b30?(logger[_0x4af455(0x247)]('Getting\x20your\x20codeceptjs\x20configs\x20from\x20'+_0x2c6b30),_0x38246e=CodeceptJS['config'][_0x4af455(0x23b)](_0x2c6b30)):logger[_0x4af455(0x247)](_0x3538b9[_0x4af455(0x1dc)]);let _0xf44b2b=![];_0x3538b9[_0x4af455(0x201)](nestedKeyValue,_0x38246e,[_0x3538b9['drruh'],_0x3538b9[_0x4af455(0x1d2)]])&&(_0xf44b2b=!![]);const _0x435835=_0xf44b2b?_0x3538b9[_0x4af455(0x1d2)]:_0x3538b9[_0x4af455(0x1da)];let _0x2a36a5=!_0xf44b2b?helper[_0x4af455(0x237)](_0x141cf3[_0x4af455(0x1b4)]):![];!helper['isUndefined'](_0x141cf3[_0x4af455(0x1b4)][_0x4af455(0x221)])&&(process[_0x4af455(0x1fe)][_0x4af455(0x1f2)]=JSON[_0x4af455(0x1c2)](_0x141cf3[_0x4af455(0x1b4)][_0x4af455(0x221)]));let _0x569cc1=_0x141cf3[_0x4af455(0x1b4)][_0x4af455(0x21e)];_0x569cc1=_0x569cc1||_0x3538b9['YastZ'](checkAccessibilityPlatformConfig,_0x141cf3['config']),process['env'][_0x4af455(0x1cf)]=_0x569cc1;_0x569cc1&&(_0x2a36a5=!_0x569cc1);_0x3538b9[_0x4af455(0x1bc)](_0x141cf3['config'][_0x4af455(0x1c3)],null)?process[_0x4af455(0x1fe)][_0x4af455(0x1f6)]=_0x141cf3['config']['testObservability']:process[_0x4af455(0x1fe)]['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0x3538b9[_0x4af455(0x1cb)](_0x435835,_0x3538b9[_0x4af455(0x1d2)]);const _0x14d5af=_0x3538b9[_0x4af455(0x22a)](nestedKeyValue,_0x38246e,[_0x3538b9['OnMFj']]),_0x4244d2=_0x14d5af&&!helper[_0x4af455(0x1c0)](_0x14d5af)?FRAMEWORKS[_0x4af455(0x1f5)]:FRAMEWORKS['CODECEPT'],_0xab0787=await TestHubHandler[_0x4af455(0x1bb)](_0x4244d2,_0x141cf3);_0x569cc1&&_0x3538b9[_0x4af455(0x249)](setAccessibilityCapabilities,_0x141cf3[_0x4af455(0x1b4)]);const _0x48db54={},_0x2bbd9d=[],_0x3fec3f=_0x141cf3[_0x4af455(0x1b4)]['parallelsPerPlatform']||helper[_0x4af455(0x248)](_0xa28f12,_0x2a4f27,_0x141cf3[_0x4af455(0x1b4)],constants['FRAMEWORKS']['CODECEPT'])||0x1;let _0x59b4f5=0x1;if(_0x3538b9[_0x4af455(0x1ed)](isBrowserstackInfra)){const _0x16ff72=helper[_0x4af455(0x1c7)](_0x141cf3[_0x4af455(0x1b4)],_0x2a36a5,constants['FRAMEWORKS']['CODECEPT']);_0x16ff72[_0x4af455(0x1fa)](_0x1e8ffd=>{const _0x1d2354=_0x4af455;helper[_0x1d2354(0x1c1)](_0x1e8ffd);}),helper[_0x4af455(0x21c)](_0x141cf3[_0x4af455(0x1b4)])?_0x59b4f5=_0x3538b9[_0x4af455(0x1f7)](_0x3fec3f,_0x141cf3[_0x4af455(0x1b4)][_0x4af455(0x20a)][_0x4af455(0x1b5)]):_0x59b4f5=_0x3fec3f,_0x16ff72[_0x4af455(0x1fa)](_0x535cdf=>{const _0x463d53=_0x4af455,_0x42f55f=_0x3538b9[_0x463d53(0x1b6)](helper['getPlatformName'](_0x535cdf,'_'),'_'+Date[_0x463d53(0x226)]()),_0x2b4da6=((()=>{const _0x1fe0b7=_0x463d53;if(_0xf44b2b){const _0x33fc38=pwToCodeceptBrowser[_0x535cdf[_0x1fe0b7(0x1e6)]]||_0x535cdf['browserName'];return{'browser':_0x33fc38,[_0x33fc38]:{'browserWSEndpoint':_0x3538b9['hMiEK'](helper['getPlaywrightUrl'](_0x141cf3[_0x1fe0b7(0x1b4)]),_0x3538b9[_0x1fe0b7(0x1cd)](encodeURIComponent,JSON[_0x1fe0b7(0x1c2)](_0x535cdf)))}};}const _0x1c6ae4={};return _0x1c6ae4[_0x1fe0b7(0x1ee)]=_0x535cdf,_0x1c6ae4[_0x1fe0b7(0x218)]=_0x141cf3[_0x1fe0b7(0x1b4)]['userName'],_0x1c6ae4['key']=_0x141cf3['config']['accessKey'],_0x1c6ae4;})()),_0x3a5682=_0x3538b9['Znacz'](nestedKeyValue,_0x38246e,[_0x3538b9['drruh'],_0x435835]);_0x48db54[_0x42f55f]=_0x3a5682?helper[_0x463d53(0x233)](_0x2b4da6,_0x3a5682):_0x2b4da6;if(_0xf44b2b)_0x48db54[_0x42f55f][_0x463d53(0x1de)]=pwToCodeceptBrowser[_0x535cdf[_0x463d53(0x1e6)]]||_0x535cdf[_0x463d53(0x1e6)];else{_0x48db54[_0x42f55f]['browser']=_0x535cdf['browserName']||_0x2b4da6[_0x463d53(0x1de)];if(_0x3538b9[_0x463d53(0x1d4)](isBrowserstackInfra)){_0x48db54[_0x42f55f][_0x463d53(0x224)]=constants['hubUrl'][_0x463d53(0x230)](_0x3538b9[_0x463d53(0x245)],'')['replace'](/https?:\/\//,'');;_0x48db54[_0x42f55f]['path']=_0x3538b9['BBMlm'];}}_0x2bbd9d[_0x463d53(0x240)](_0x42f55f);});}else{_0x59b4f5=0x1;if(_0xf44b2b){const _0x34062a=_0x3538b9[_0x4af455(0x201)](nestedKeyValue,_0x38246e,[_0x3538b9[_0x4af455(0x1c5)],_0x435835,_0x3538b9[_0x4af455(0x1ec)]]),_0x19bb5a=_0x3538b9['kRFIo'](nestedKeyValue,_0x38246e,[_0x3538b9[_0x4af455(0x1c5)],_0x435835,_0x34062a]);if(_0x19bb5a&&_0x19bb5a[_0x4af455(0x1e5)]){const _0x57788f={};_0x57788f[_0x4af455(0x20a)]=[],_0x19bb5a[_0x4af455(0x1e5)]=helper[_0x4af455(0x1c7)](Object[_0x4af455(0x23e)]({},_0x141cf3[_0x4af455(0x1b4)],_0x57788f),null,_0x4244d2[_0x4af455(0x1c6)](),null,null,_0x19bb5a[_0x4af455(0x1e5)]);}}else{const _0x2ba641={};_0x2ba641[_0x4af455(0x20a)]=[],_0x38246e[_0x3538b9[_0x4af455(0x1c5)]][_0x435835][_0x3538b9[_0x4af455(0x1d3)]]=helper['prepareCapabilities'](Object[_0x4af455(0x23e)]({},_0x141cf3[_0x4af455(0x1b4)],_0x2ba641),null,_0x4244d2[_0x4af455(0x1c6)](),_0x3538b9[_0x4af455(0x1f1)](nestedKeyValue,_0x38246e,[_0x3538b9['drruh'],_0x435835,_0x3538b9['jOfoZ']])||{},null,null);}_0x48db54[_0x3538b9[_0x4af455(0x222)]]=_0x38246e,_0x2bbd9d[_0x4af455(0x240)](_0x3538b9['MImiG']);}const _0x1ba090={};_0x1ba090['testConfig']=_0x2c6b30;const _0x1e881f=_0x1ba090,_0x290581=path[_0x4af455(0x1d0)](__dirname,_0x3538b9[_0x4af455(0x204)]),_0x5510ae=process[_0x4af455(0x239)]();process[_0x4af455(0x1fe)][_0x3538b9['tNzJJ']]=_0x5510ae,process[_0x4af455(0x1f8)](path[_0x4af455(0x23d)](_0x2c6b30));const _0x3444c7=new CodeceptJS['Workers'](null,_0x1e881f),_0x2de1c6=_0x3444c7[_0x4af455(0x234)](_0x59b4f5),_0x5a8b00=testOpsHelper['isTestObservabilitySession'](),_0x365e16=_0x2bbd9d[_0x4af455(0x213)](_0x3c61a4=>{const _0x38cbd0=_0x4af455,_0x363263={};_0x363263[_0x38cbd0(0x20c)]=_0x48db54[_0x3c61a4];const _0x4f1d42={};_0x4f1d42[_0x38cbd0(0x217)]=_0x48db54[_0x3c61a4];const _0xd25cf=_0xf44b2b?_0x363263:_0x4f1d42,_0x1bed1c=_0x3538b9[_0x38cbd0(0x1ca)](getO11yRerunPattern),_0x2e1bc6={};_0x2e1bc6[_0x38cbd0(0x1e4)]=_0xd25cf;const _0x14d0e0={};_0x14d0e0[_0x38cbd0(0x244)]=_0x290581,_0x14d0e0['enabled']=!![],_0x14d0e0[_0x38cbd0(0x207)]=_0x141cf3[_0x38cbd0(0x1b4)][_0x38cbd0(0x1c4)][_0x38cbd0(0x207)],_0x14d0e0['skipSessionStatus']=_0x141cf3[_0x38cbd0(0x1b4)][_0x38cbd0(0x1c4)][_0x38cbd0(0x1d1)],_0x14d0e0['testObservability']=_0x5a8b00,_0x14d0e0[_0x38cbd0(0x1bd)]=_0x4244d2;const _0x3d7087={};_0x3d7087[_0x38cbd0(0x1d6)]=_0x14d0e0;const _0x5afa4b={};return _0x5afa4b['plugins']=_0x3d7087,helper['mergeDeep']({},_0x38246e,_0x3538b9[_0x38cbd0(0x202)](isBrowserstackInfra)?_0x2e1bc6:{},_0x1bed1c?{'grep':_0x1bed1c}:{},_0x5afa4b);});for(const _0x21c603 of _0x365e16){for(const _0x60b7de of _0x2de1c6){const _0x3c036b=_0x3444c7[_0x4af455(0x22e)]();_0x3c036b[_0x4af455(0x1dd)](_0x60b7de),_0x3c036b[_0x4af455(0x1e7)](_0x21c603);const _0x2edadf={};_0x2edadf[_0x4af455(0x1b4)]=_0x2c6b30,_0x3c036b[_0x4af455(0x1fc)](Object[_0x4af455(0x23e)](_0x2edadf,_0xa28f12));}}_0x3444c7['on'](CodeceptJS['event'][_0x4af455(0x20b)]['failed'],(_0x1307fc,_0x4a9221)=>{const _0x2a03ff=_0x4af455;console['log'](_0x3538b9[_0x2a03ff(0x220)],_0x1307fc['title']);const _0x1df657={[_0x1307fc[_0x2a03ff(0x216)]]:_0x1307fc['err'][_0x2a03ff(0x242)]};_testErrorData['push'](_0x1df657);}),_0x3444c7['on'](CodeceptJS[_0x4af455(0x22c)][_0x4af455(0x20b)][_0x4af455(0x23a)],async _0x1c20c3=>{const _0x4a1477=_0x4af455;console['log'](_0x3538b9['dqHAM'],_0x1c20c3[_0x4a1477(0x216)]);}),_0x3444c7['on'](CodeceptJS[_0x4af455(0x22c)][_0x4af455(0x20b)][_0x4af455(0x23c)],async _0x1d881a=>{const _0x49a0cf=_0x4af455;console[_0x49a0cf(0x22b)](_0x3538b9[_0x49a0cf(0x223)],_0x1d881a[_0x49a0cf(0x216)]);}),_0x3444c7['on'](CodeceptJS[_0x4af455(0x22c)][_0x4af455(0x228)]['result'],async()=>{const _0x20932b=_0x4af455,_0x677f3b=_0x3538b9[_0x20932b(0x235)][_0x20932b(0x210)]('|');let _0x77b93d=0x0;while(!![]){switch(_0x677f3b[_0x77b93d++]){case'0':utilities[_0x20932b(0x20e)](_0x141cf3);continue;case'1':PerformanceTester[_0x20932b(0x1c8)](PerformanceEvents[_0x20932b(0x203)]);continue;case'2':testOpsHelper[_0x20932b(0x246)]();continue;case'3':_0x141cf3[_0x20932b(0x1fd)]=_testErrorData;continue;case'4':_0x3444c7[_0x20932b(0x1bf)]();continue;case'5':try{await TestHubHandler['stop']();}catch(_0x6e05){logger[_0x20932b(0x205)](_0x20932b(0x24b)+util[_0x20932b(0x1b8)](_0x6e05));}continue;}break;}});async function _0x3a5c0a(){const _0x3d9212=_0x4af455;try{await _0x3444c7[_0x3d9212(0x1df)](),await _0x3444c7[_0x3d9212(0x1c9)]();}finally{process[_0x3d9212(0x1f8)](_0x5510ae),await _0x3444c7[_0x3d9212(0x1ef)]();}}PerformanceTester[_0x4af455(0x219)](PerformanceEvents['SDK_SETUP']),_0x3538b9[_0x4af455(0x211)](_0x3a5c0a);}module[a2_0x347e08(0x20f)]=run;
|
|
2
|
+
'use strict';const a2_0x1e8f8b=a2_0x23d5;(function(_0x3361b0,_0x979273){const _0x11db28=a2_0x23d5,_0x50be50=_0x3361b0();while(!![]){try{const _0x5b4c12=-parseInt(_0x11db28(0x13f))/0x1*(-parseInt(_0x11db28(0x153))/0x2)+-parseInt(_0x11db28(0x16c))/0x3+-parseInt(_0x11db28(0x16b))/0x4*(-parseInt(_0x11db28(0x142))/0x5)+-parseInt(_0x11db28(0x11a))/0x6+parseInt(_0x11db28(0x118))/0x7+parseInt(_0x11db28(0x15b))/0x8*(parseInt(_0x11db28(0x18b))/0x9)+parseInt(_0x11db28(0x173))/0xa;if(_0x5b4c12===_0x979273)break;else _0x50be50['push'](_0x50be50['shift']());}catch(_0x25bd7e){_0x50be50['push'](_0x50be50['shift']());}}}(a2_0x5bcd,0x68744));function a2_0x5bcd(){const _0x12c38d=['assign','skipSessionName','addConfig','config','env','BrowserStackPlugin','LEZmu','LklZd','BGgkw','--config','isUndefined','RGfym','Passed\x20:\x20','../../helpers/test-observability/constants','codeceptjs/lib/index.js','require','../../helpers/test-observability/utils','browserWSEndpoint','slice','../utils/constants','MmONX','dAlFr','1|5|4|3|2|0','skipSessionStatus','forEach','84737DtSoMz','teardownAll','BROWSERSTACK_TEST_OBSERVABILITY_YML','865QpHhqv','push','replace','tQuvK','plugins','cAlsk','testContextOptions','../../helpers/logger','saCqO','printResults','ORAcf','isTestObservabilitySession','createGroupsOfSuites','FyLHR','mergeDeep','TirSd','playwright-firefox','14YGbpKq','UPSzY','desiredCapabilities','info','USER_CONFIG_DETAILS_PATH','AVHjc','validPlatformsPresent','cwd','8jwCoKX','Failed\x20:\x20','RSdvq','frameworkName','codecept.conf.js','spawn','exports','dirname','useW3C','dHvro','WebDriver','hubUrl','playwright-webkit','SDK_CLEANUP','platforms','profile','5332CBBNuw','2548962GwhfPk','finalExecution','path','../../helpers/performance/performance-tester','parallelsPerPlatform','getUserWorkerCount','../../helpers/accessibility-automation/helper','1400020upjcQX','playwright-chromium','BROWSERSTACK_RERUN','initialize','split','format','process','COIOI','before','UCYyj','Workers','FfHEi','SDK_SETUP','stack','key','CODECEPT','title','root','EVENTS','helpers','NAsLk','Playwright','toLowerCase','FRAMEWORKS','2978973TyEykn','findIndex','addTests','debug','getPlatformName','host','ETHaA','handleApp','setAdditionalCapabilities','browserName','QjrDU','stop','util','gherkin','BROWSERSTACK_RERUN_TESTS','leEgM','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','chromium','enabled','stringify','testObservability','accessibilityOptions','event','../../bin/playwright/accessibility-helper','isTrue','Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20','seBcQ','../../helpers/performance/constants','test','../../helpers/utilities','vUcgN','browser','../../helpers/BrowserStackSetup','existsSync','getPlaywrightUrl','isEmpty','map','result','../../helpers/helper','join','end','now','testConfig','prepareCapabilities','accessKey','errorMessage','752353eHasaA','launchBuild','748488BGenbt','validateRerunTestList','eJkQe','start','addOptions','../../helpers/testhub/testhubHandler','bootstrapAll','CBNTr','err','log','LnQBP','../utils/clientTroubleshootingService'];a2_0x5bcd=function(){return _0x12c38d;};return a2_0x5bcd();}const fs=require('fs'),path=require(a2_0x1e8f8b(0x16e)),util=require(a2_0x1e8f8b(0x197)),process=require(a2_0x1e8f8b(0x179)),logger=require(a2_0x1e8f8b(0x149))['winstonLogger'],{default:BrowserStackSetup}=require(a2_0x1e8f8b(0x1ab)),helper=require(a2_0x1e8f8b(0x1b1)),utilities=require(a2_0x1e8f8b(0x1a8)),{checkAccessibilityPlatformConfig}=require(a2_0x1e8f8b(0x172)),{setAccessibilityCapabilities}=require(a2_0x1e8f8b(0x1a2)),{requireModule,nestedKeyValue,isBrowserstackInfra}=require(a2_0x1e8f8b(0x1b1)),CodeceptJS=requireModule(a2_0x1e8f8b(0x134),'codeceptjs'),testOpsHelper=require(a2_0x1e8f8b(0x136)),TestHubHandler=require(a2_0x1e8f8b(0x11f)),constants=require(a2_0x1e8f8b(0x139)),PerformanceTester=require(a2_0x1e8f8b(0x16f)),{FRAMEWORKS}=require(a2_0x1e8f8b(0x133)),PerformanceEvents=require(a2_0x1e8f8b(0x1a6))[a2_0x1e8f8b(0x185)],ClientTroubleShootingService=require(a2_0x1e8f8b(0x125)),_testErrorData=[],getUserCodeceptJSConfigs=(_0x5c6e17,_0x2c6b55)=>{const _0x3cf509=a2_0x1e8f8b,_0x35c1e3={};_0x35c1e3[_0x3cf509(0x12e)]=function(_0x42dbfe,_0x5b53e3){return _0x42dbfe===_0x5b53e3;},_0x35c1e3[_0x3cf509(0x17e)]=_0x3cf509(0x15f),_0x35c1e3[_0x3cf509(0x147)]='codecept.json';const _0x20a0f6=_0x35c1e3;let _0x3111b6=null;const _0x292c10={};let _0x28f517=_0x2c6b55['findIndex'](_0x4b6596=>_0x4b6596===_0x3cf509(0x12f));_0x20a0f6[_0x3cf509(0x12e)](_0x28f517,-0x1)&&(_0x28f517=_0x2c6b55[_0x3cf509(0x18c)](_0x379db9=>_0x379db9==='-c'));if(!helper['isUndefined'](_0x5c6e17['config'])&&fs[_0x3cf509(0x1ac)](path[_0x3cf509(0x1b2)](process[_0x3cf509(0x15a)](),_0x5c6e17['config'])))_0x3111b6=path[_0x3cf509(0x1b2)](process[_0x3cf509(0x15a)](),_0x5c6e17[_0x3cf509(0x129)]),_0x2c6b55[_0x3cf509(0x138)](_0x28f517,0x2);else{if(!helper[_0x3cf509(0x130)](_0x5c6e17['c'])&&fs[_0x3cf509(0x1ac)](path[_0x3cf509(0x1b2)](process[_0x3cf509(0x15a)](),_0x5c6e17['c'])))_0x3111b6=path[_0x3cf509(0x1b2)](process[_0x3cf509(0x15a)](),_0x5c6e17['c']),_0x2c6b55[_0x3cf509(0x138)](_0x28f517,0x2);else{if(fs[_0x3cf509(0x1ac)](path[_0x3cf509(0x1b2)](process['cwd'](),_0x20a0f6[_0x3cf509(0x17e)])))_0x3111b6=path['join'](process[_0x3cf509(0x15a)](),_0x20a0f6[_0x3cf509(0x17e)]);else fs['existsSync'](path[_0x3cf509(0x1b2)](process[_0x3cf509(0x15a)](),_0x20a0f6[_0x3cf509(0x147)]))&&(_0x3111b6=path[_0x3cf509(0x1b2)](process[_0x3cf509(0x15a)](),_0x20a0f6['cAlsk']));}}return process['env'][_0x3cf509(0x157)]=_0x3111b6,_0x3111b6;},getO11yRerunPattern=()=>{const _0x5405ea=a2_0x1e8f8b,_0x2a925b=helper[_0x5405ea(0x1a3)](process[_0x5405ea(0x12a)][_0x5405ea(0x175)]);if(_0x2a925b){const _0x44e2b8=process[_0x5405ea(0x12a)][_0x5405ea(0x199)],_0x2230ca=[];if(helper[_0x5405ea(0x11b)](_0x44e2b8)&&!helper['isUndefined'](_0x44e2b8)){_0x44e2b8[_0x5405ea(0x177)](',')[_0x5405ea(0x1af)](_0x324b51=>{const _0x3a6b44=_0x5405ea;_0x2230ca[_0x3a6b44(0x143)]('('+_0x324b51['trim']()+')');});const _0xc6f32a='^'+_0x2230ca['join']('|')+'$';return _0xc6f32a;}}return null;},a2_0x53dde8={};a2_0x53dde8['chrome']=a2_0x1e8f8b(0x19c),a2_0x53dde8[a2_0x1e8f8b(0x174)]='chromium',a2_0x53dde8[a2_0x1e8f8b(0x152)]='firefox',a2_0x53dde8[a2_0x1e8f8b(0x167)]='webkit';function a2_0x23d5(_0x2bb0b3,_0x4561a5){const _0x5bcd07=a2_0x5bcd();return a2_0x23d5=function(_0x23d5a7,_0x10d294){_0x23d5a7=_0x23d5a7-0x112;let _0x8a54d7=_0x5bcd07[_0x23d5a7];return _0x8a54d7;},a2_0x23d5(_0x2bb0b3,_0x4561a5);}const pwToCodeceptBrowser=a2_0x53dde8;async function run(_0x19e54e,_0x5c2128,_0x1bb419){const _0x2c5da8=a2_0x1e8f8b,_0x145b42={'COIOI':function(_0x4a0e6b,_0x493299){return _0x4a0e6b+_0x493299;},'LklZd':function(_0x2bb013,_0x29ef7f){return _0x2bb013(_0x29ef7f);},'LEZmu':function(_0x4541f5,_0x5cbac7){return _0x4541f5+_0x5cbac7;},'QjrDU':function(_0x4f6a6e,_0x54112f,_0x3a7ab0){return _0x4f6a6e(_0x54112f,_0x3a7ab0);},'RGfym':_0x2c5da8(0x186),'LnQBP':function(_0x2fef53){return _0x2fef53();},'tQuvK':'/wd/hub','cGRWU':function(_0x3027ca){return _0x3027ca();},'mAGdz':function(_0x53b798){return _0x53b798();},'yxpwC':_0x2c5da8(0x15c),'NAsLk':_0x2c5da8(0x132),'UCYyj':'Started\x20:\x20','saCqO':_0x2c5da8(0x13c),'vUcgN':'Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','RSdvq':_0x2c5da8(0x188),'seBcQ':_0x2c5da8(0x165),'eJkQe':function(_0x28a9c0,_0x30c87b){return _0x28a9c0(_0x30c87b);},'ETHaA':function(_0x36ab7d,_0x292e57){return _0x36ab7d!=_0x292e57;},'GRgfW':function(_0x3aac1d,_0xff6402){return _0x3aac1d===_0xff6402;},'CBNTr':function(_0xd3ff4a,_0x72f1eb,_0x5c7d55){return _0xd3ff4a(_0x72f1eb,_0x5c7d55);},'dHvro':_0x2c5da8(0x198),'UPSzY':function(_0x3effe7){return _0x3effe7();},'FyLHR':function(_0x4416f9,_0x780396){return _0x4416f9*_0x780396;},'MmONX':function(_0x9964ac,_0xd73dd6,_0x47f842){return _0x9964ac(_0xd73dd6,_0x47f842);},'AVHjc':'browser','wEuCU':_0x2c5da8(0x155),'BVIHr':function(_0x173bc2,_0x1700d3,_0xd166cc){return _0x173bc2(_0x1700d3,_0xd166cc);},'leEgM':_0x2c5da8(0x184),'ORAcf':'BrowserStackPlugin.js','TirSd':'browserStackCwd','dAlFr':function(_0x16e367){return _0x16e367();}};await _0x1bb419[_0x2c5da8(0x176)](_0x19e54e),await helper[_0x2c5da8(0x192)](_0x1bb419['config']);if(!_0x1bb419['config'])return;process[_0x2c5da8(0x16a)]=_0x19e54e[_0x2c5da8(0x16a)];_0x19e54e['profile']&&(process[_0x2c5da8(0x12a)][_0x2c5da8(0x16a)]=_0x19e54e[_0x2c5da8(0x16a)]);const _0x1e7860=_0x145b42[_0x2c5da8(0x195)](getUserCodeceptJSConfigs,_0x19e54e,_0x5c2128);let _0x8ae87f={};_0x1e7860?(logger[_0x2c5da8(0x156)]('Getting\x20your\x20codeceptjs\x20configs\x20from\x20'+_0x1e7860),_0x8ae87f=CodeceptJS[_0x2c5da8(0x129)]['load'](_0x1e7860)):logger[_0x2c5da8(0x156)](_0x145b42[_0x2c5da8(0x1a9)]);let _0x324946=![];_0x145b42[_0x2c5da8(0x195)](nestedKeyValue,_0x8ae87f,[_0x145b42[_0x2c5da8(0x131)],_0x145b42[_0x2c5da8(0x15d)]])&&(_0x324946=!![]);const _0x125015=_0x324946?_0x145b42[_0x2c5da8(0x15d)]:_0x145b42[_0x2c5da8(0x1a5)];let _0x41a9b9=!_0x324946?helper[_0x2c5da8(0x163)](_0x1bb419['config']):![];!helper[_0x2c5da8(0x130)](_0x1bb419[_0x2c5da8(0x129)][_0x2c5da8(0x1a0)])&&(process[_0x2c5da8(0x12a)][_0x2c5da8(0x19b)]=JSON[_0x2c5da8(0x19e)](_0x1bb419[_0x2c5da8(0x129)][_0x2c5da8(0x1a0)]));let _0x3e01bc=_0x1bb419[_0x2c5da8(0x129)]['accessibility'];_0x3e01bc=_0x3e01bc||_0x145b42[_0x2c5da8(0x11c)](checkAccessibilityPlatformConfig,_0x1bb419[_0x2c5da8(0x129)]),process[_0x2c5da8(0x12a)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x3e01bc;_0x3e01bc&&(_0x41a9b9=!_0x3e01bc);_0x145b42[_0x2c5da8(0x191)](_0x1bb419[_0x2c5da8(0x129)][_0x2c5da8(0x19f)],null)?process['env'][_0x2c5da8(0x141)]=_0x1bb419['config'][_0x2c5da8(0x19f)]:process[_0x2c5da8(0x12a)][_0x2c5da8(0x141)]=_0x145b42['GRgfW'](_0x125015,_0x145b42[_0x2c5da8(0x15d)]);const _0x14e2ca=_0x145b42[_0x2c5da8(0x121)](nestedKeyValue,_0x8ae87f,[_0x145b42[_0x2c5da8(0x164)]]),_0x55fcf4=_0x14e2ca&&!helper[_0x2c5da8(0x1ae)](_0x14e2ca)?FRAMEWORKS['CODECEPT_CUCUMBER']:FRAMEWORKS['CODECEPT'],_0x2bf9c5=await TestHubHandler[_0x2c5da8(0x119)](_0x55fcf4,_0x1bb419);_0x3e01bc&&_0x145b42[_0x2c5da8(0x12d)](setAccessibilityCapabilities,_0x1bb419[_0x2c5da8(0x129)]);const _0x3ffacd={},_0x140baf=[],_0x440076=_0x1bb419[_0x2c5da8(0x129)][_0x2c5da8(0x170)]||helper[_0x2c5da8(0x171)](_0x19e54e,_0x5c2128,_0x1bb419[_0x2c5da8(0x129)],constants[_0x2c5da8(0x18a)][_0x2c5da8(0x182)])||0x1;let _0x2fb6f0=0x1;if(_0x145b42[_0x2c5da8(0x154)](isBrowserstackInfra)){const _0x347eb0=helper[_0x2c5da8(0x115)](_0x1bb419['config'],_0x41a9b9,constants['FRAMEWORKS']['CODECEPT']);_0x347eb0[_0x2c5da8(0x13e)](_0x49b7e1=>{const _0x5e18cb=_0x2c5da8;helper[_0x5e18cb(0x193)](_0x49b7e1);}),helper[_0x2c5da8(0x159)](_0x1bb419[_0x2c5da8(0x129)])?_0x2fb6f0=_0x145b42[_0x2c5da8(0x14f)](_0x440076,_0x1bb419[_0x2c5da8(0x129)][_0x2c5da8(0x169)]['length']):_0x2fb6f0=_0x440076,_0x347eb0[_0x2c5da8(0x13e)](_0xf8ff8e=>{const _0x477566=_0x2c5da8,_0x3d6699=_0x145b42[_0x477566(0x12c)](helper[_0x477566(0x18f)](_0xf8ff8e,'_'),'_'+Date[_0x477566(0x113)]()),_0x4e5f0b=((()=>{const _0x823560=_0x477566;if(_0x324946){const _0x27e98e=pwToCodeceptBrowser[_0xf8ff8e['browserName']]||_0xf8ff8e['browserName'];return{'browser':_0x27e98e,[_0x27e98e]:{'browserWSEndpoint':_0x145b42[_0x823560(0x17a)](helper[_0x823560(0x1ad)](_0x1bb419[_0x823560(0x129)]),_0x145b42[_0x823560(0x12d)](encodeURIComponent,JSON[_0x823560(0x19e)](_0xf8ff8e)))}};}const _0xb98f64={};return _0xb98f64[_0x823560(0x155)]=_0xf8ff8e,_0xb98f64['user']=_0x1bb419['config']['userName'],_0xb98f64[_0x823560(0x181)]=_0x1bb419['config'][_0x823560(0x116)],_0xb98f64;})()),_0x22e7f5=_0x145b42[_0x477566(0x195)](nestedKeyValue,_0x8ae87f,[_0x145b42[_0x477566(0x131)],_0x125015]);_0x3ffacd[_0x3d6699]=_0x22e7f5?helper[_0x477566(0x150)](_0x4e5f0b,_0x22e7f5):_0x4e5f0b;if(_0x324946)_0x3ffacd[_0x3d6699][_0x477566(0x1aa)]=pwToCodeceptBrowser[_0xf8ff8e[_0x477566(0x194)]]||_0xf8ff8e[_0x477566(0x194)];else{_0x3ffacd[_0x3d6699]['browser']=_0xf8ff8e[_0x477566(0x194)]||_0x4e5f0b[_0x477566(0x1aa)];if(_0x145b42[_0x477566(0x124)](isBrowserstackInfra)){_0x3ffacd[_0x3d6699][_0x477566(0x190)]=constants[_0x477566(0x166)][_0x477566(0x144)](_0x145b42[_0x477566(0x145)],'')['replace'](/https?:\/\//,'');;_0x3ffacd[_0x3d6699][_0x477566(0x16e)]=_0x145b42[_0x477566(0x145)];}}_0x140baf[_0x477566(0x143)](_0x3d6699);});}else{_0x2fb6f0=0x1;if(_0x324946){const _0x41f2a9=_0x145b42[_0x2c5da8(0x13a)](nestedKeyValue,_0x8ae87f,[_0x145b42[_0x2c5da8(0x131)],_0x125015,_0x145b42[_0x2c5da8(0x158)]]),_0x2098c5=_0x145b42[_0x2c5da8(0x13a)](nestedKeyValue,_0x8ae87f,[_0x145b42[_0x2c5da8(0x131)],_0x125015,_0x41f2a9]);if(_0x2098c5&&_0x2098c5['browserWSEndpoint']){const _0xc6d61e={};_0xc6d61e[_0x2c5da8(0x169)]=[],_0x2098c5['browserWSEndpoint']=helper[_0x2c5da8(0x115)](Object[_0x2c5da8(0x126)]({},_0x1bb419[_0x2c5da8(0x129)],_0xc6d61e),null,_0x55fcf4['toLowerCase'](),null,null,_0x2098c5[_0x2c5da8(0x137)]);}}else{const _0x118316={};_0x118316[_0x2c5da8(0x169)]=[],_0x8ae87f[_0x145b42['RGfym']][_0x125015][_0x145b42['wEuCU']]=helper[_0x2c5da8(0x115)](Object[_0x2c5da8(0x126)]({},_0x1bb419['config'],_0x118316),null,_0x55fcf4[_0x2c5da8(0x189)](),_0x145b42['BVIHr'](nestedKeyValue,_0x8ae87f,[_0x145b42[_0x2c5da8(0x131)],_0x125015,_0x145b42['wEuCU']])||{},null,null);}_0x3ffacd[_0x145b42[_0x2c5da8(0x19a)]]=_0x8ae87f,_0x140baf[_0x2c5da8(0x143)](_0x145b42[_0x2c5da8(0x19a)]);}const _0x33fc7b={};_0x33fc7b[_0x2c5da8(0x114)]=_0x1e7860;const _0xd25755=_0x33fc7b,_0x454413=path[_0x2c5da8(0x1b2)](__dirname,_0x145b42[_0x2c5da8(0x14c)]),_0x15909a=process[_0x2c5da8(0x15a)]();process['env'][_0x145b42[_0x2c5da8(0x151)]]=_0x15909a,process['chdir'](path[_0x2c5da8(0x162)](_0x1e7860));const _0x8cdb77=new CodeceptJS[(_0x2c5da8(0x17d))](null,_0xd25755),_0x2b124e=_0x8cdb77[_0x2c5da8(0x14e)](_0x2fb6f0),_0x49ded0=testOpsHelper[_0x2c5da8(0x14d)](),_0x5ce134=_0x140baf[_0x2c5da8(0x1af)](_0x59dd66=>{const _0xf9edc3=_0x2c5da8,_0x5e5426={};_0x5e5426[_0xf9edc3(0x188)]=_0x3ffacd[_0x59dd66];const _0x1b8170={};_0x1b8170[_0xf9edc3(0x165)]=_0x3ffacd[_0x59dd66];const _0x53bf08=_0x324946?_0x5e5426:_0x1b8170,_0x1fa9a7=_0x145b42['cGRWU'](getO11yRerunPattern),_0x329302={};_0x329302[_0xf9edc3(0x186)]=_0x53bf08;const _0x3aaa69={};_0x3aaa69[_0xf9edc3(0x135)]=_0x454413,_0x3aaa69[_0xf9edc3(0x19d)]=!![],_0x3aaa69[_0xf9edc3(0x127)]=_0x1bb419['config'][_0xf9edc3(0x148)][_0xf9edc3(0x127)],_0x3aaa69[_0xf9edc3(0x13d)]=_0x1bb419[_0xf9edc3(0x129)]['testContextOptions'][_0xf9edc3(0x13d)],_0x3aaa69[_0xf9edc3(0x19f)]=_0x49ded0,_0x3aaa69[_0xf9edc3(0x15e)]=_0x55fcf4;const _0x23ac83={};_0x23ac83[_0xf9edc3(0x12b)]=_0x3aaa69;const _0x2ee161={};return _0x2ee161[_0xf9edc3(0x146)]=_0x23ac83,helper[_0xf9edc3(0x150)]({},_0x8ae87f,_0x145b42['mAGdz'](isBrowserstackInfra)?_0x329302:{},_0x1fa9a7?{'grep':_0x1fa9a7}:{},_0x2ee161);});for(const _0xfc56d4 of _0x5ce134){for(const _0x593d9e of _0x2b124e){const _0x40c2d3=_0x8cdb77[_0x2c5da8(0x160)]();_0x40c2d3[_0x2c5da8(0x18d)](_0x593d9e),_0x40c2d3[_0x2c5da8(0x128)](_0xfc56d4);const _0x44d782={};_0x44d782['config']=_0x1e7860,_0x40c2d3[_0x2c5da8(0x11e)](Object['assign'](_0x44d782,_0x19e54e));}}_0x8cdb77['on'](CodeceptJS['event'][_0x2c5da8(0x1a7)]['failed'],(_0x14f7f1,_0x556a1b)=>{const _0x1d7eb6=_0x2c5da8;console['log'](_0x145b42['yxpwC'],_0x14f7f1[_0x1d7eb6(0x183)]);const _0x490460={[_0x14f7f1['title']]:_0x14f7f1[_0x1d7eb6(0x122)][_0x1d7eb6(0x180)]};_testErrorData[_0x1d7eb6(0x143)](_0x490460);}),_0x8cdb77['on'](CodeceptJS[_0x2c5da8(0x1a1)][_0x2c5da8(0x1a7)]['passed'],async _0x41f05e=>{const _0x7afc96=_0x2c5da8;console['log'](_0x145b42[_0x7afc96(0x187)],_0x41f05e[_0x7afc96(0x183)]);}),_0x8cdb77['on'](CodeceptJS[_0x2c5da8(0x1a1)]['test'][_0x2c5da8(0x17b)],async _0x20036e=>{const _0x34ec9d=_0x2c5da8;console[_0x34ec9d(0x123)](_0x145b42[_0x34ec9d(0x17c)],_0x20036e[_0x34ec9d(0x183)]);}),_0x8cdb77['on'](CodeceptJS[_0x2c5da8(0x1a1)]['all'][_0x2c5da8(0x1b0)],async()=>{const _0x215854=_0x2c5da8,_0x3560bc=_0x145b42[_0x215854(0x14a)]['split']('|');let _0x2864bf=0x0;while(!![]){switch(_0x3560bc[_0x2864bf++]){case'0':_0x8cdb77[_0x215854(0x14b)]();continue;case'1':PerformanceTester[_0x215854(0x11d)](PerformanceEvents[_0x215854(0x168)]);continue;case'2':try{await TestHubHandler[_0x215854(0x196)]();}catch(_0x36c68a){logger[_0x215854(0x18e)](_0x215854(0x1a4)+util[_0x215854(0x178)](_0x36c68a));}continue;case'3':utilities[_0x215854(0x16d)](_0x1bb419);continue;case'4':testOpsHelper['printBuildLink']();continue;case'5':_0x1bb419[_0x215854(0x117)]=_testErrorData;continue;}break;}});async function _0x4e0356(){const _0x528d7f=_0x2c5da8;try{await _0x8cdb77[_0x528d7f(0x120)](),await _0x8cdb77['run']();}finally{process['chdir'](_0x15909a),await _0x8cdb77[_0x528d7f(0x140)]();}}PerformanceTester[_0x2c5da8(0x112)](PerformanceEvents[_0x2c5da8(0x17f)]),_0x145b42[_0x2c5da8(0x13b)](_0x4e0356);}module[a2_0x1e8f8b(0x161)]=run;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a3_0x84e99f=a3_0x1ba7;function a3_0x5f5c(){const _0x15ca2e=['includes','wuPDz','../../helpers/helper','jkcSD','WsQVy','constructor','2RAZHgb','1830312gWIcFi','136140lAXPzU','JRARy','parse','latest','YTVfG','MvPsm','sessionId','name','JHjZm','MmkeG','desiredCapabilities','../../bin/playwright/sessionDetails','browser_version','jcLda','browser','1098200ptjcKL','45jlDuye','__cloud_provider___','LXKtx','746769MHbITT','platformVersion','caps','config','hiRlW','getDetails','processWebDriverConfig','tdVen','MkkOc','bstack:options','ozJKz','ZaqKp','searchParams','osVersion','browserVersion','IuJML','WjMgk','unknown_grid','browserstack_accessibility_automation_script','bsSessionId','DcURE','browserstack_executor','uxrFI','string','oOBpx','cloudProvider','platform_version','2135900WCEyUW','fBkJl','SrLTZ','browserName','WTquf','warn','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','sBvEz','fetchPlatformDetails','yUkCc','5fPfiVt','WebDriver','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','McmIb','1672zVxpEv','get','platformName','sgorM','bWkIc','GNkWd','browserWSEndpoint','3851286wEDSmM','3355653ALLdnH','../../helpers/accessibility-automation/helper','../../helpers/logger','accessibilityPlatform','eUHRL','platform'];a3_0x5f5c=function(){return _0x15ca2e;};return a3_0x5f5c();}(function(_0x2f1318,_0xd1f266){const _0x518b01=a3_0x1ba7,_0x5db100=_0x2f1318();while(!![]){try{const _0x44b702=-parseInt(_0x518b01(0x18d))/0x1+-parseInt(_0x518b01(0x17c))/0x2*(-parseInt(_0x518b01(0x191))/0x3)+-parseInt(_0x518b01(0x1ac))/0x4+-parseInt(_0x518b01(0x1b6))/0x5*(parseInt(_0x518b01(0x16f))/0x6)+-parseInt(_0x518b01(0x170))/0x7+-parseInt(_0x518b01(0x17d))/0x8*(-parseInt(_0x518b01(0x18e))/0x9)+-parseInt(_0x518b01(0x17e))/0xa*(-parseInt(_0x518b01(0x1ba))/0xb);if(_0x44b702===_0xd1f266)break;else _0x5db100['push'](_0x5db100['shift']());}catch(_0x2c29b0){_0x5db100['push'](_0x5db100['shift']());}}}(a3_0x5f5c,0xad099));function a3_0x1ba7(_0x8b80ca,_0x5e3feb){const _0x5f5c72=a3_0x5f5c();return a3_0x1ba7=function(_0x1ba730,_0x4e4ddf){_0x1ba730=_0x1ba730-0x16f;let _0x10da01=_0x5f5c72[_0x1ba730];return _0x10da01;},a3_0x1ba7(_0x8b80ca,_0x5e3feb);}const {isUndefined,nestedKeyValue}=require(a3_0x84e99f(0x178)),logger=require(a3_0x84e99f(0x172))['winstonLogger'],PlaywrightSessionDetails=require(a3_0x84e99f(0x189)),{isAccessibilityAutomationSession}=require(a3_0x84e99f(0x171)),{getObservabilityLinkedProductName}=require('../../helpers/test-observability/utils'),getOSVersionFromCaps=_0x4d6471=>{const _0x3db535=a3_0x84e99f,_0x2bacb3={};_0x2bacb3[_0x3db535(0x17a)]=_0x3db535(0x19a),_0x2bacb3[_0x3db535(0x1be)]='platformVersion',_0x2bacb3[_0x3db535(0x18b)]='platform_version',_0x2bacb3['YTVfG']=_0x3db535(0x19e),_0x2bacb3[_0x3db535(0x177)]='os_version';const _0x14894d=_0x2bacb3;if(!_0x4d6471)return null;const _0x335ab8=_0x4d6471[_0x14894d[_0x3db535(0x17a)]],_0x3da368=[_0x14894d[_0x3db535(0x1be)],_0x14894d[_0x3db535(0x18b)],_0x14894d[_0x3db535(0x182)],_0x14894d[_0x3db535(0x177)]];for(const _0x45e302 of _0x3da368){if(_0x335ab8&&_0x335ab8[_0x45e302])return _0x335ab8[_0x45e302];else{if(_0x4d6471[_0x45e302])return _0x4d6471[_0x45e302];}}return null;};exports[a3_0x84e99f(0x1b4)]=_0x36ffda=>{const _0x287570=a3_0x84e99f,_0x5f0634={'MvPsm':_0x287570(0x1a2),'JRARy':function(_0x5864bc,_0x433169){return _0x5864bc===_0x433169;},'tRCbX':_0x287570(0x1b7),'IuJML':function(_0x442435,_0x40fc53){return _0x442435(_0x40fc53);},'JHjZm':function(_0x5990b0,_0x342496,_0x379643){return _0x5990b0(_0x342496,_0x379643);},'jkcSD':_0x287570(0x194),'ozJKz':_0x287570(0x188),'GNkWd':function(_0x33ee00,_0x345f6d){return _0x33ee00===_0x345f6d;},'MkkOc':'Playwright','yUkCc':function(_0x15dbb8,_0x4f310d,_0x5bebe5){return _0x15dbb8(_0x4f310d,_0x5bebe5);},'MmkeG':'browser','DcURE':_0x287570(0x1c0),'fBkJl':_0x287570(0x193)};if(!_0x36ffda)return null;let _0x390cfa=global[_0x287570(0x18f)]||_0x5f0634[_0x287570(0x183)];if(_0x5f0634[_0x287570(0x17f)](_0x36ffda[_0x287570(0x17b)][_0x287570(0x185)],_0x5f0634['tRCbX'])){const _0x2f283d=_0x36ffda['browser'];if(!_0x2f283d)return null;const _0x1f22c5=_0x2f283d['capabilities'],_0x14e188=_0x5f0634['IuJML'](getOSVersionFromCaps,_0x5f0634[_0x287570(0x186)](nestedKeyValue,_0x36ffda,[_0x5f0634['jkcSD'],_0x5f0634[_0x287570(0x19b)]]));return{[_0x390cfa]:{'browser':_0x1f22c5['browserName'],'browser_version':_0x1f22c5[_0x287570(0x19f)],'capabilities':_0x1f22c5,'platform':_0x1f22c5[_0x287570(0x1bc)],'platform_version':_0x1f22c5[_0x287570(0x192)]||_0x14e188,'product':_0x5f0634[_0x287570(0x1a0)](getObservabilityLinkedProductName,_0x1f22c5),'session_id':_0x2f283d[_0x287570(0x184)]}};}else{if(_0x5f0634[_0x287570(0x1bf)](_0x36ffda[_0x287570(0x17b)]['name'],_0x5f0634[_0x287570(0x199)])){const _0xc72cdd=PlaywrightSessionDetails[_0x287570(0x196)]();_0x390cfa=_0xc72cdd[_0x287570(0x1aa)]||_0x390cfa;const _0x5a711b=_0x5f0634[_0x287570(0x1b5)](nestedKeyValue,_0x36ffda,[_0x5f0634[_0x287570(0x179)],_0x5f0634[_0x287570(0x187)],_0x5f0634[_0x287570(0x1a5)]]),_0x59e071=_0x5a711b?JSON[_0x287570(0x180)](new URL(_0x5a711b)[_0x287570(0x19d)][_0x287570(0x1bb)](_0x5f0634[_0x287570(0x1ad)])):{};return{[_0x390cfa]:{'browser':_0xc72cdd['browser']||_0x59e071[_0x287570(0x1af)],'browser_version':_0xc72cdd[_0x287570(0x18a)]||_0x59e071['browser_version'],'capabilities':_0x59e071,'platform':_0xc72cdd[_0x287570(0x175)],'platform_version':_0xc72cdd[_0x287570(0x1ab)],'product':_0x5f0634[_0x287570(0x1a0)](getObservabilityLinkedProductName,_0x59e071),'session_id':_0xc72cdd[_0x287570(0x1a4)]}};}}},exports[a3_0x84e99f(0x197)]=_0xb5b162=>{const _0x20a626=a3_0x84e99f,_0xa49d30={'sBvEz':function(_0x3deb4c){return _0x3deb4c();},'SrLTZ':function(_0x41803b,_0x2a57e8){return _0x41803b===_0x2a57e8;},'tdVen':_0x20a626(0x181),'sgorM':function(_0x50278c,_0x10ec0a){return _0x50278c>_0x10ec0a;},'McmIb':function(_0xdfa7b6,_0x18fa5e){return _0xdfa7b6(_0x18fa5e);},'uxrFI':_0x20a626(0x1b8),'WjMgk':'chrome','AONXM':'playwright-chromium','ZaqKp':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','WTquf':function(_0x544351,_0xfcf7f8){return _0x544351(_0xfcf7f8);},'hiRlW':_0x20a626(0x1b2)};if(_0xa49d30[_0x20a626(0x1b3)](isAccessibilityAutomationSession)){const _0x12af2a=_0xb5b162[_0x20a626(0x18c)],_0x44908e=_0x12af2a['capabilities'];global[_0x20a626(0x173)]=!![],!(_0xa49d30[_0x20a626(0x1ae)](_0x44908e['browserVersion'],_0xa49d30[_0x20a626(0x198)])||_0xa49d30[_0x20a626(0x1bd)](_0xa49d30[_0x20a626(0x1b9)](parseInt,_0x44908e[_0x20a626(0x19f)]),0x5e))&&(logger[_0x20a626(0x1b1)](_0xa49d30[_0x20a626(0x1a7)]),global[_0x20a626(0x173)]=![]),!(_0xa49d30[_0x20a626(0x1ae)](_0x44908e['browserName'],_0xa49d30[_0x20a626(0x1a1)])||_0xa49d30[_0x20a626(0x1ae)](_0x44908e[_0x20a626(0x1af)],_0xa49d30['AONXM']))&&(logger[_0x20a626(0x1b1)](_0xa49d30[_0x20a626(0x19c)]),global[_0x20a626(0x173)]=![]),!_0xa49d30[_0x20a626(0x1b0)](isUndefined,_0x44908e['deviceName'])&&(logger[_0x20a626(0x1b1)](_0xa49d30[_0x20a626(0x195)]),global[_0x20a626(0x173)]=![]);}},exports['shouldPatchExecuteScript']=_0xfcd69a=>{const _0x219e06=a3_0x84e99f,_0x53ebc4={};_0x53ebc4[_0x219e06(0x1a9)]=function(_0x2bacd6,_0x1bebb3){return _0x2bacd6!==_0x1bebb3;},_0x53ebc4[_0x219e06(0x174)]=_0x219e06(0x1a8),_0x53ebc4['ZSkmZ']=_0x219e06(0x1a6),_0x53ebc4[_0x219e06(0x190)]=_0x219e06(0x1a3);const _0x56df50=_0x53ebc4;if(!_0xfcd69a)return![];else{if(_0x56df50[_0x219e06(0x1a9)](typeof _0xfcd69a,_0x56df50[_0x219e06(0x174)]))return!![];}return!_0xfcd69a[_0x219e06(0x176)](_0x56df50['ZSkmZ'])&&!_0xfcd69a[_0x219e06(0x176)](_0x56df50[_0x219e06(0x190)]);};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function a4_0x3dfc(){const _0x44e1e6=['hooks','../playwright/accessibility-helper','xngqA','hook','HZTyP','Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20','pid','eRdda','groups','6306WPDTIP','statSync','Failed\x20to\x20parse\x20wsendpoint\x20','_afterEach','pivYr','relative','initializeBddStep','File\x20path\x20could\x20not\x20be\x20found','MnAFQ','ZyCwj','CBTSessionCreated','hook_run_uuid','GjGiN','./helper.js','constructor','9pBIRqO','logs','../../helpers/logger','oCcmX','toLowerCase','Exception\x20in\x20sending\x20test\x20data\x20for\x20event\x20','khPZK','name','fvtDD','captureEvent','bppZm','TEST_RUN_SKIPPED','join','NoLhk','../../helpers/test-observability/requestQueueHandler','tPoHj','../../helpers/helper','sendCBTInfo','enabled','../playwright/sessionDetails','tUPtt','test_run','KTpKK','TEST_REPORTING_ANALYTICS','NaSYe','lib','findGitConfig','fOxRY','apply','hdQTy','zNnex','KjJck','hook_type','125464IJRrZV','getCBTInfo','xumti','tNjGX','push','wsEndpoint','Not\x20able\x20to\x20import\x20Browser','expanded','text','PRtGv','nbaPI','jPyLj','QGVFg','getInstance','eImqx','Lismv','JHguW','TEST_EVENTS','ymbaJ','3yoaCjp','parent','gWDnW','hookAnalyticsId','defineProperty','_paths','QQPFq','finished','STATE_PASSED','comment','status','../../helpers/testhub/utils.js','duration','FPESV','length','bind','HOOK_RUN_FINISHED','currentHook','YVmne','_beforeEach','title','uNspe','codeceptjs','ctx','prototype','retryOf','_beforeAll','9268gPKNDO','pending','getHierarchy','exports','74816976MCDlAG','toUpperCase','CODECEPT','failure','bddStepFinish','UUaLT','suites','yWwxg','meta','xHsAi','fullTitle','passed','toString','NYiRe','HookRunStarted','.git','KFrVp','currentTest','markedStatus','start','prefixTestPath','azcXK','sep','aQYEY','fireEvent','iODlb','gKGCL','started','MEUWB','patchConsoleLogger','pSXao','driver','Exception\x20in\x20uploading\x20log\x20data\x20to\x20','file_name','CxViS','stop','stringify','forEach','tags','ubUnu','getTime','uploadEventData','dirname','includes','WFCZz','GEUfq','shutdown','rLDdj','skipped','test_run_uuid','find','concat','../../helpers/test-observability/constants','TEST_RUN_STARTED','TestRunStarted','hPSHw','TweUs','path','\x20with\x20error\x20:\x20','1242685McfGeg','now','KuBxZ','UQDiB','connect','resetSkipTestHooks','AXjWo','STATE_FAILED','string','browserstack','../../helpers/test-observability/sessionHandler','util','event_type','BrowserType','Playwright','SHJLz','failure_reason_expanded','AqoDM','PLAYWRIGHT_HUB_URL','AAmFJ','toISOString','570800AwQRUv','zyDcA','file','getHookType','Checking\x20for\x20accessibility\x20automation\x20session\x20with\x20','TEST_RUN_FINISHED','RFTLm','getRootParentFile','connectOverCDP','finished_at','uuid','EzJcV','bs:addLog:','11655768tHLgRb','gZZrQ','TxOHu','obsBrowserTypeMockApplied','replace','feature','debug','igunR','failed','getFailureType','AEGvE','testAnalyticsId','ieGom','setupBrowserDetails','err','cdCXk','frameworkName','OOmnn','bddSteps','mapTestHooks','1|5|4|2|3|0','../../helpers/test-observability/utils','PathHelper','browserType.js','integrations','body','result','yLDPs','LogCreated','GXwnM','JhMsZ','then','accessibilityPlatform','test','TestRunSkipped','33spLHaN','appendTestItemLog','cwd','BMprx','launch','nZlzc','match','_afterAll','Prpli','cXXNq','startedAt','Exception\x20in\x20uploading\x20platform\x20details\x20to\x20','Qrttb','msDVK','stepAnalyticsId','../utils/constants','285xcghSP','getHooksForTest','3035832mpBWbB','hook_run'];a4_0x3dfc=function(){return _0x44e1e6;};return a4_0x3dfc();}const a4_0x33a16f=a4_0x33d8;(function(_0x3b64f2,_0x2705fb){const _0x15d569=a4_0x33d8,_0x26ebb1=_0x3b64f2();while(!![]){try{const _0x5d982a=parseInt(_0x15d569(0x191))/0x1+-parseInt(_0x15d569(0x1e8))/0x2*(-parseInt(_0x15d569(0x137))/0x3)+-parseInt(_0x15d569(0x223))/0x4*(-parseInt(_0x15d569(0x1e6))/0x5)+parseInt(_0x15d569(0x1f3))/0x6*(parseInt(_0x15d569(0x152))/0x7)+-parseInt(_0x15d569(0x1b3))/0x8*(-parseInt(_0x15d569(0x202))/0x9)+-parseInt(_0x15d569(0x1a6))/0xa*(parseInt(_0x15d569(0x1d6))/0xb)+-parseInt(_0x15d569(0x156))/0xc;if(_0x5d982a===_0x2705fb)break;else _0x26ebb1['push'](_0x26ebb1['shift']());}catch(_0x51652c){_0x26ebb1['push'](_0x26ebb1['shift']());}}}(a4_0x3dfc,0xf1efa));const path=require(a4_0x33a16f(0x18f)),fs=require('fs'),{v4:uuidv4}=require(a4_0x33a16f(0x1b0)),{importFileFromPWCore,nestedKeyValue,parseWSEndpoint,isUndefined}=require(a4_0x33a16f(0x212)),testOpsHelper=require(a4_0x33a16f(0x1c8)),{getTestEnv}=require('../mocha/test-observability/mochaUtils'),{FRAMEWORKS}=require(a4_0x33a16f(0x18a)),logger=require(a4_0x33a16f(0x204))['winstonLogger'],SessionHandler=require(a4_0x33a16f(0x19b)),RequestQueueHandler=require(a4_0x33a16f(0x210)),PlaywrightSessionDetails=require(a4_0x33a16f(0x215)),debug=testOpsHelper['debug'],{processAccessibilityCaps}=require(a4_0x33a16f(0x1eb)),Constants=require(a4_0x33a16f(0x1e5)),{fetchPlatformDetails}=require(a4_0x33a16f(0x200)),{shouldProcessEventForTesthub,appendTesthubParams}=require(a4_0x33a16f(0x142)),constants=require(a4_0x33a16f(0x1e5)),STATE_PASSED='passed',STATE_FAILED=a4_0x33a16f(0x1bb),a4_0xe4f094={};function a4_0x33d8(_0x3d60de,_0x53e3fc){const _0x3dfc4e=a4_0x3dfc();return a4_0x33d8=function(_0x33d871,_0x326000){_0x33d871=_0x33d871-0x130;let _0x2abb45=_0x3dfc4e[_0x33d871];return _0x2abb45;},a4_0x33d8(_0x3d60de,_0x53e3fc);}a4_0xe4f094[a4_0x33a16f(0x18b)]=a4_0x33a16f(0x18c),a4_0xe4f094[a4_0x33a16f(0x1ab)]='TestRunFinished',a4_0xe4f094[a4_0x33a16f(0x20d)]=a4_0x33a16f(0x1d5),a4_0xe4f094['HOOK_RUN_STARTED']=a4_0x33a16f(0x164),a4_0xe4f094[a4_0x33a16f(0x147)]='HookRunFinished';const TEST_EVENTS=a4_0xe4f094,parseEvent=_0x3d0616=>{const _0x374b72=a4_0x33a16f,_0x716025={};_0x716025['ymbaJ']=function(_0x456cc3,_0x58c6be){return _0x456cc3<_0x58c6be;},_0x716025[_0x374b72(0x21d)]=function(_0x106188,_0xeb5d59){return _0x106188===_0xeb5d59;},_0x716025[_0x374b72(0x144)]='test',_0x716025[_0x374b72(0x216)]=function(_0x4939bb,_0x2479fc){return _0x4939bb===_0x2479fc;},_0x716025[_0x374b72(0x1b1)]=_0x374b72(0x1ed),_0x716025[_0x374b72(0x1bf)]=function(_0x5e33a0,_0x283521){return _0x5e33a0===_0x283521;},_0x716025[_0x374b72(0x1f1)]=_0x374b72(0x186),_0x716025[_0x374b72(0x1e2)]=function(_0x1cbf40,_0xa4f8bf){return _0x1cbf40===_0xa4f8bf;},_0x716025[_0x374b72(0x15f)]='started',_0x716025[_0x374b72(0x1ce)]=_0x374b72(0x13e);const _0x57edf1=_0x716025,_0x424073=_0x3d0616[_0x374b72(0x1dc)](/^(.*)Run(.*)$/);if(!_0x424073)return null;if(_0x57edf1[_0x374b72(0x136)](_0x424073[_0x374b72(0x145)],0x3))return null;const _0x481dd6=_0x424073[0x1][_0x374b72(0x206)](),_0x47f06a=_0x424073[0x2]['toLowerCase']();return{'test':_0x57edf1['fOxRY'](_0x481dd6,_0x57edf1[_0x374b72(0x144)]),'hook':_0x57edf1[_0x374b72(0x216)](_0x481dd6,_0x57edf1[_0x374b72(0x1b1)]),'skipped':_0x57edf1[_0x374b72(0x1bf)](_0x47f06a,_0x57edf1[_0x374b72(0x1f1)]),'started':_0x57edf1['Qrttb'](_0x47f06a,_0x57edf1[_0x374b72(0x15f)]),'finished':_0x57edf1['Qrttb'](_0x47f06a,_0x57edf1[_0x374b72(0x1ce)])};},mockPWBrowserType=_0x36da05=>{const _0x2fd991=a4_0x33a16f,_0x10ffc8={'RFTLm':function(_0x17b8e1,_0x5a42d2,_0xd7ccd5){return _0x17b8e1(_0x5a42d2,_0xd7ccd5);},'JhMsZ':_0x2fd991(0x228),'UUaLT':function(_0x448633,_0x562d65){return _0x448633(_0x562d65);},'QGVFg':_0x2fd991(0x19a),'xngqA':function(_0x4679e4,_0x2dfeec){return _0x4679e4(_0x2dfeec);},'CxViS':function(_0x1313e6,_0x1f9e1a){return _0x1313e6===_0x1f9e1a;},'KuBxZ':_0x2fd991(0x199),'VWNTd':_0x2fd991(0x21b),'nZlzc':'client','pivYr':_0x2fd991(0x1ca),'gWDnW':function(_0xa71be5,_0x5300b5){return _0xa71be5(_0x5300b5);},'igunR':_0x2fd991(0x229),'jPyLj':_0x2fd991(0x195),'azcXK':_0x2fd991(0x1da)},_0x58e124=path[_0x2fd991(0x20e)](_0x10ffc8['VWNTd'],_0x10ffc8[_0x2fd991(0x1db)],_0x10ffc8[_0x2fd991(0x1f7)]),_0x23eac0=_0x10ffc8[_0x2fd991(0x1ec)](importFileFromPWCore,_0x58e124);if(!_0x23eac0){_0x10ffc8[_0x2fd991(0x139)](debug,_0x10ffc8[_0x2fd991(0x1ba)]);return;}const _0x1d8f54=_0x23eac0[_0x2fd991(0x19e)],_0xb46620=_0x1d8f54[_0x2fd991(0x14f)];if(_0xb46620[_0x2fd991(0x1b6)])return;const _0x1d0e67=_0xb46620[_0x2fd991(0x195)];Object[_0x2fd991(0x13b)](_0xb46620,_0x10ffc8[_0x2fd991(0x22e)],{'get':function(){const _0x17952c=_0x2fd991,_0x116521={'pSXao':function(_0x23c912,_0x5390c3){const _0x2c88ab=a4_0x33d8;return _0x10ffc8[_0x2c88ab(0x178)](_0x23c912,_0x5390c3);},'ydwYE':_0x10ffc8[_0x17952c(0x193)]};return async function _0x1a8618(_0x38a54e,_0x5e7edd){const _0x5452fa=_0x17952c,_0x43e333=_0x10ffc8[_0x5452fa(0x1ac)](nestedKeyValue,_0x38a54e,[_0x10ffc8[_0x5452fa(0x1d1)]])||_0x38a54e;let _0x7c1c5e=null,_0x561832=null;try{[_0x561832,_0x7c1c5e]=_0x43e333?_0x10ffc8[_0x5452fa(0x15b)](parseWSEndpoint,_0x43e333):[null,null],global['__platformCaps']=_0x7c1c5e,logger[_0x5452fa(0x1b9)](_0x5452fa(0x1aa)+_0x561832),_0x561832[_0x5452fa(0x181)](Constants['BROWSERSTACK'])&&(global['__cloud_provider___']=_0x10ffc8[_0x5452fa(0x130)]);}catch(_0x32628c){logger['debug'](_0x5452fa(0x1f5)+_0x43e333+'\x20'+_0x32628c);}_0x10ffc8[_0x5452fa(0x1ac)](processAccessibilityCaps,_0x7c1c5e,_0x561832);if(global[_0x5452fa(0x1d3)]){const _0x18374f=await _0xb46620[_0x5452fa(0x1ae)]['apply'](this,[''+Constants[_0x5452fa(0x1a3)]+_0x10ffc8[_0x5452fa(0x1ec)](encodeURIComponent,JSON[_0x5452fa(0x17a)](_0x7c1c5e))]);return PlaywrightSessionDetails[_0x5452fa(0x1c0)](_0x18374f,_0x36da05,_0x43e333),_0x18374f;}return _0x1d0e67[_0x5452fa(0x21e)](this,arguments)[_0x5452fa(0x1d2)](_0x570f62=>{const _0x19e92c=_0x5452fa;let _0x59a6ca=_0x38a54e[_0x19e92c(0x228)];return _0x116521[_0x19e92c(0x174)](typeof _0x38a54e,_0x116521['ydwYE'])&&(_0x59a6ca=_0x38a54e),PlaywrightSessionDetails[_0x19e92c(0x1c0)](_0x570f62,_0x36da05,_0x59a6ca),_0x570f62;});};}});const _0x41eb47=_0xb46620[_0x2fd991(0x1da)];Object[_0x2fd991(0x13b)](_0xb46620,_0x10ffc8[_0x2fd991(0x16b)],{'get':function(){return async function _0x1c5d86(){const _0x103536=a4_0x33d8;return _0x41eb47[_0x103536(0x21e)](this,arguments)[_0x103536(0x1d2)](_0x2808a4=>{return PlaywrightSessionDetails['setupBrowserDetails'](_0x2808a4,null),_0x2808a4;});};}});};class O11yHelper{[a4_0x33a16f(0x167)]=null;['currentHook']=null;[a4_0x33a16f(0x214)]=![];['frameworkName']=![];constructor(_0x236be0,_0x252e83){const _0x232f45=a4_0x33a16f,_0x2d82a9={'KTpKK':_0x232f45(0x1c7),'Cmcte':function(_0x5a0d9a,_0x541d13){return _0x5a0d9a===_0x541d13;},'tpTGj':_0x232f45(0x19f),'KFrVp':function(_0x5622ae,_0x8531c7){return _0x5622ae(_0x8531c7);},'tPoHj':function(_0x441e22){return _0x441e22();},'khPZK':function(_0x8ed908){return _0x8ed908();}},_0x4b8c12=_0x2d82a9[_0x232f45(0x218)]['split']('|');let _0x4d9584=0x0;while(!![]){switch(_0x4b8c12[_0x4d9584++]){case'0':this[_0x232f45(0x175)]&&_0x2d82a9['Cmcte'](this[_0x232f45(0x175)][_0x232f45(0x201)][_0x232f45(0x209)],_0x2d82a9['tpTGj'])&&_0x2d82a9[_0x232f45(0x166)](mockPWBrowserType,null);continue;case'1':this[_0x232f45(0x214)]=_0x2d82a9[_0x232f45(0x211)](shouldProcessEventForTesthub);continue;case'2':this['_testEnv']=_0x2d82a9[_0x232f45(0x208)](getTestEnv);continue;case'3':this[_0x232f45(0x13c)]=new testOpsHelper[(_0x232f45(0x1c9))]({'cwd':process[_0x232f45(0x1d8)]()},this['_testEnv']['location_prefix']);continue;case'4':this[_0x232f45(0x175)]=_0x236be0;continue;case'5':this[_0x232f45(0x1c3)]=_0x252e83[_0x232f45(0x1c3)];continue;}break;}}[a4_0x33a16f(0x169)](){const _0x39f6c8=a4_0x33a16f;if(!this['enabled'])return;testOpsHelper[_0x39f6c8(0x173)](),process['removeAllListeners'](_0x39f6c8(0x1b2)+process['pid']),process['on']('bs:addLog:'+process[_0x39f6c8(0x1f0)],this['appendTestItemLog'][_0x39f6c8(0x146)](this));}async[a4_0x33a16f(0x179)](){const _0x43a8d6=a4_0x33a16f;await RequestQueueHandler[_0x43a8d6(0x131)]()[_0x43a8d6(0x184)]();}async[a4_0x33a16f(0x1d7)](_0xf863f5){const _0x13e51e=a4_0x33a16f,_0x1460c4={'ubUnu':_0x13e51e(0x1cf),'mfANX':function(_0xa6eaba,_0x51556f){return _0xa6eaba(_0x51556f);}};try{this['currentHook']&&!this['currentHook']['markedStatus']&&(_0xf863f5['hook_run_uuid']=this[_0x13e51e(0x148)][_0x13e51e(0x13a)]);!_0xf863f5[_0x13e51e(0x1fe)]&&this[_0x13e51e(0x167)]&&!this[_0x13e51e(0x167)]['markedStatus']&&(_0xf863f5[_0x13e51e(0x187)]=this[_0x13e51e(0x167)][_0x13e51e(0x1be)]);if(_0xf863f5['hook_run_uuid']||_0xf863f5[_0x13e51e(0x187)]){const _0x22d9b2={};_0x22d9b2[_0x13e51e(0x19d)]=_0x1460c4[_0x13e51e(0x17d)],_0x22d9b2[_0x13e51e(0x203)]=[_0xf863f5],await SessionHandler[_0x13e51e(0x17f)](_0x22d9b2);}}catch(_0x5ea76d){_0x1460c4['mfANX'](debug,_0x13e51e(0x176)+constants[_0x13e51e(0x219)]+_0x13e51e(0x190)+_0x5ea76d);}}async[a4_0x33a16f(0x213)](_0x1956e9){const _0x145d78=a4_0x33a16f,_0x587dcf={'Lismv':_0x145d78(0x1fd),'QHQrp':function(_0x218bac,_0x3698d2){return _0x218bac(_0x3698d2);}};if(!this['enabled'])return;const _0x340fd7=this[_0x145d78(0x224)](this[_0x145d78(0x175)]);try{const _0x36e319={};_0x36e319[_0x145d78(0x1b0)]=_0x1956e9,_0x36e319['integrations']=_0x340fd7;const _0xa37eff=_0x36e319,_0x2ff732={};_0x2ff732[_0x145d78(0x19d)]=_0x587dcf[_0x145d78(0x133)],_0x2ff732['test_run']=_0xa37eff,await SessionHandler[_0x145d78(0x17f)](_0x2ff732);}catch(_0x4dc74f){_0x587dcf['QHQrp'](debug,_0x145d78(0x1e1)+constants[_0x145d78(0x219)]+_0x145d78(0x190)+_0x4dc74f);}}['getCBTInfo'](_0x5b2036){const _0x3e40cd={'TbAQu':function(_0x575188,_0x3fdedf){return _0x575188(_0x3fdedf);}};return _0x3e40cd['TbAQu'](fetchPlatformDetails,_0x5b2036);}['resetSkipTestHooks']=_0x4ac4f5=>{const _0x5ef897=a4_0x33a16f,_0x58fb47={};_0x58fb47[_0x5ef897(0x1d0)]='_beforeEach',_0x58fb47[_0x5ef897(0x14c)]='_afterEach';const _0x322bdf=_0x58fb47;if(!_0x4ac4f5||!_0x4ac4f5[_0x5ef897(0x138)])return;[_0x322bdf['GXwnM'],_0x322bdf[_0x5ef897(0x14c)]][_0x5ef897(0x17b)](_0x473c2e=>{const _0x18928c=_0x5ef897,_0x1261c4=_0x4ac4f5[_0x18928c(0x138)][_0x473c2e];_0x1261c4['forEach'](_0xfd8a2a=>{const _0x108451=_0x18928c;_0xfd8a2a[_0x108451(0x13a)]&&(_0xfd8a2a[_0x108451(0x13a)]=null);});});};[a4_0x33a16f(0x1c6)](_0x13a901){const _0x43640f=a4_0x33a16f,_0x4e0fd9={'MnAFQ':_0x43640f(0x14d),'AAmFJ':function(_0x206175){return _0x206175();},'ZyCwj':function(_0x18a1bb,_0x58b9c1){return _0x18a1bb===_0x58b9c1;},'AXjWo':_0x43640f(0x1f6),'iODlb':_0x43640f(0x151),'msDVK':_0x43640f(0x1dd),'zyDcA':_0x43640f(0x14a)};if(!_0x13a901||!_0x13a901[_0x43640f(0x138)])return;[_0x4e0fd9[_0x43640f(0x16f)],_0x4e0fd9[_0x43640f(0x1e3)],_0x4e0fd9[_0x43640f(0x1a7)],_0x4e0fd9[_0x43640f(0x197)]][_0x43640f(0x17b)](_0x43ec66=>{const _0x5f0c8e=_0x43640f,_0x11c529=_0x13a901[_0x5f0c8e(0x138)][_0x43ec66]||[];_0x11c529[_0x5f0c8e(0x17b)](_0x2dcd96=>{const _0x267a47=_0x5f0c8e;if(_0x2dcd96[_0x267a47(0x14b)][_0x267a47(0x181)](_0x4e0fd9[_0x267a47(0x1fb)]))return;if(!_0x2dcd96[_0x267a47(0x13a)])_0x2dcd96[_0x267a47(0x13a)]=_0x4e0fd9['AAmFJ'](uuidv4);else _0x2dcd96[_0x267a47(0x168)]&&_0x4e0fd9[_0x267a47(0x1fc)](_0x43ec66,_0x4e0fd9[_0x267a47(0x197)])&&(_0x2dcd96[_0x267a47(0x13a)]=_0x4e0fd9[_0x267a47(0x1a4)](uuidv4),delete _0x2dcd96[_0x267a47(0x168)]);});}),this[_0x43640f(0x1c6)](_0x13a901[_0x43640f(0x138)]);}[a4_0x33a16f(0x1e7)](_0x3155a7){const _0x161cb4=a4_0x33a16f,_0x987a6b={};_0x987a6b[_0x161cb4(0x1b5)]=_0x161cb4(0x151),_0x987a6b['Jcvdp']=_0x161cb4(0x1dd),_0x987a6b['NoLhk']=_0x161cb4(0x14a),_0x987a6b[_0x161cb4(0x1b4)]=_0x161cb4(0x1f6);const _0x37c236=_0x987a6b;if(!_0x3155a7||!_0x3155a7[_0x161cb4(0x138)])return[];const _0x160805=[];return[_0x37c236[_0x161cb4(0x1b5)],_0x37c236['Jcvdp'],_0x37c236[_0x161cb4(0x20f)],_0x37c236[_0x161cb4(0x1b4)]][_0x161cb4(0x17b)](_0xa1301d=>{const _0x12d37f=_0x161cb4,_0x30e2d8=_0x3155a7[_0x12d37f(0x138)][_0xa1301d]||[];_0x30e2d8[_0x12d37f(0x17b)](_0x42a93f=>{const _0x48ce94=_0x12d37f;_0x42a93f[_0x48ce94(0x13a)]&&_0x160805[_0x48ce94(0x227)](_0x42a93f[_0x48ce94(0x13a)]);});}),[][_0x161cb4(0x189)](_0x160805,this[_0x161cb4(0x1e7)](_0x3155a7['parent']));}[a4_0x33a16f(0x1a9)](_0x45b311){const _0x303a58=a4_0x33a16f,_0xe7051e=/^"(?<hook>.*)" hook:.*$/,_0x32b2d3=_0x45b311[_0x303a58(0x14b)],_0x5c7d15=_0x32b2d3[_0x303a58(0x1dc)](_0xe7051e);if(_0x5c7d15&&_0x5c7d15[_0x303a58(0x1f2)])return _0x5c7d15[_0x303a58(0x1f2)][_0x303a58(0x1ed)][_0x303a58(0x157)]()[_0x303a58(0x1b7)]('\x20','_');return null;}[a4_0x33a16f(0x21c)](_0x368002){const _0x35c914=a4_0x33a16f,_0x3f8e4f={};_0x3f8e4f['PRtGv']=function(_0x46c4fc,_0x55f99d){return _0x46c4fc===_0x55f99d;},_0x3f8e4f[_0x35c914(0x182)]=function(_0x3dc5a6,_0x2a4243){return _0x3dc5a6===_0x2a4243;},_0x3f8e4f[_0x35c914(0x221)]=function(_0x146091,_0x49457d){return _0x146091===_0x49457d;},_0x3f8e4f[_0x35c914(0x22d)]=_0x35c914(0x165),_0x3f8e4f['QQPFq']='config';const _0x5ec44c=_0x3f8e4f,_0x558e88=path[_0x35c914(0x16c)];if(_0x5ec44c[_0x35c914(0x22c)](_0x368002,null)||_0x5ec44c[_0x35c914(0x182)](_0x368002,'')||_0x5ec44c[_0x35c914(0x182)](_0x368002,_0x558e88)||_0x5ec44c[_0x35c914(0x221)](_0x368002,path[_0x35c914(0x180)](_0x368002)))return null;try{return fs[_0x35c914(0x1f4)](path[_0x35c914(0x20e)](_0x368002,_0x5ec44c[_0x35c914(0x22d)],_0x5ec44c[_0x35c914(0x13d)])),_0x368002;}catch(_0x2704aa){const _0x37c7a6=path[_0x35c914(0x180)](_0x368002);return this[_0x35c914(0x21c)](_0x37c7a6);}}[a4_0x33a16f(0x1ad)](_0x4aedbe){const _0x5106c1=a4_0x33a16f,_0x34261b={};_0x34261b[_0x5106c1(0x132)]=function(_0x2ea4f8,_0x1716ce){return _0x2ea4f8>_0x1716ce;};const _0x43e23b=_0x34261b;if(_0x4aedbe[_0x5106c1(0x1a8)])return _0x4aedbe['file'];if(_0x4aedbe['ctx']){const _0x5d2309=_0x4aedbe[_0x5106c1(0x14e)]['currentTest']?this[_0x5106c1(0x1ad)](_0x4aedbe['ctx']['currentTest']):null;if(_0x5d2309)return _0x5d2309;}if(_0x4aedbe['parent']){const _0x3ca229=this[_0x5106c1(0x1ad)](_0x4aedbe[_0x5106c1(0x138)])||(_0x4aedbe[_0x5106c1(0x138)][_0x5106c1(0x14e)]&&_0x4aedbe[_0x5106c1(0x138)][_0x5106c1(0x14e)][_0x5106c1(0x167)]?this[_0x5106c1(0x1ad)](_0x4aedbe[_0x5106c1(0x138)][_0x5106c1(0x14e)][_0x5106c1(0x167)]):null);if(_0x3ca229)return _0x3ca229;_0x4aedbe[_0x5106c1(0x138)]['suites']&&_0x43e23b[_0x5106c1(0x132)](_0x4aedbe['parent']['suites'][_0x5106c1(0x145)],0x0)&&_0x4aedbe['parent'][_0x5106c1(0x15c)][_0x5106c1(0x17b)](_0x24cd3e=>{const _0x3c0baa=_0x5106c1,_0x326f7b=_0x24cd3e[_0x3c0baa(0x14e)]?this[_0x3c0baa(0x1ad)](_0x24cd3e[_0x3c0baa(0x14e)]):null;if(_0x326f7b)return _0x326f7b;});}return null;}[a4_0x33a16f(0x154)](_0x39d898){const _0x5d3f27=a4_0x33a16f,_0x1c219c={};_0x1c219c[_0x5d3f27(0x226)]=function(_0x1c2d5b,_0x6004c){return _0x1c2d5b!==_0x6004c;};const _0x2d92cd=_0x1c219c,_0x1282a5=[];if(_0x39d898&&_0x39d898['parent']){let _0x1abd47=_0x39d898['parent'];while(_0x1abd47&&_0x2d92cd[_0x5d3f27(0x226)](_0x1abd47[_0x5d3f27(0x14b)],'')){_0x1282a5[_0x5d3f27(0x227)](_0x1abd47['title']),_0x1abd47=_0x1abd47['parent'];}}return _0x1282a5;}[a4_0x33a16f(0x20b)](_0x52a1a0,_0x30dfe1,_0x2cdad7=undefined){const _0x1d114b=a4_0x33a16f,_0x1f224a={'oCcmX':function(_0x25870f,_0x461825){return _0x25870f(_0x461825);},'yWwxg':function(_0x3794f9){return _0x3794f9();},'BMprx':function(_0x5a7d8b){return _0x5a7d8b();},'UQDiB':_0x1d114b(0x19c),'PUnVQ':_0x1d114b(0x1c1),'gKGCL':function(_0x19ca64,_0x454c7c){return _0x19ca64!==_0x454c7c;},'hdQTy':_0x1d114b(0x1fa),'GEUfq':_0x1d114b(0x153),'GjGiN':_0x1d114b(0x1bb),'hPSHw':_0x1d114b(0x161),'fvtDD':_0x1d114b(0x186),'Prpli':'javascript','NYiRe':function(_0x26b2f5,_0x88ec11){return _0x26b2f5-_0x88ec11;},'AqoDM':function(_0xe33884,_0x89a131,_0x186d0d,_0x4425f7,_0x566568){return _0xe33884(_0x89a131,_0x186d0d,_0x4425f7,_0x566568);},'bppZm':function(_0x3158f9,_0x203fe8){return _0x3158f9!==_0x203fe8;},'MEUWB':_0x1d114b(0x1cb),'YVmne':_0x1d114b(0x15e),'TweUs':_0x1d114b(0x159),'cdCXk':'failure_backtrace','aQYEY':'backtrace','HZTyP':_0x1d114b(0x1a1),'cXXNq':_0x1d114b(0x22a),'NaSYe':function(_0x2cf9f4,_0x16f4e3){return _0x2cf9f4===_0x16f4e3;},'rLDdj':_0x1d114b(0x1e9),'wntKR':_0x1d114b(0x217)};if(!this[_0x1d114b(0x214)])return;try{if(_0x30dfe1['fn']&&_0x30dfe1['fn']['toString']()[_0x1d114b(0x1dc)](/browserstack internal helper hook/))return;const _0x354dd0=_0x1f224a['oCcmX'](parseEvent,_0x52a1a0);if(!_0x354dd0)return;if(_0x354dd0[_0x1d114b(0x1d4)]){this[_0x1d114b(0x167)]=_0x30dfe1,this['currentHook']=null;if(_0x354dd0['started']||_0x354dd0[_0x1d114b(0x186)]){_0x30dfe1[_0x1d114b(0x1e0)]=new Date(),_0x30dfe1['markedStatus']=![];if(!_0x30dfe1[_0x1d114b(0x1be)])_0x30dfe1['testAnalyticsId']=_0x1f224a[_0x1d114b(0x15d)](uuidv4);else _0x30dfe1['markedStatus']&&(!_0x30dfe1['retryOf']&&(_0x30dfe1[_0x1d114b(0x150)]=_0x30dfe1[_0x1d114b(0x1be)]),_0x30dfe1['testAnalyticsId']=_0x1f224a[_0x1d114b(0x1d9)](uuidv4));}}else{if(_0x354dd0[_0x1d114b(0x1ed)]){this[_0x1d114b(0x148)]=_0x30dfe1;if(_0x354dd0[_0x1d114b(0x171)]){_0x30dfe1[_0x1d114b(0x1e0)]=new Date(),_0x30dfe1[_0x1d114b(0x168)]=![];if(!_0x30dfe1['hookAnalyticsId'])_0x30dfe1['hookAnalyticsId']=_0x1f224a[_0x1d114b(0x1d9)](uuidv4);else _0x30dfe1[_0x1d114b(0x13a)]&&_0x30dfe1[_0x1d114b(0x168)]&&(_0x30dfe1[_0x1d114b(0x13a)]=_0x1f224a[_0x1d114b(0x1d9)](uuidv4));}}}if(_0x354dd0[_0x1d114b(0x13e)]&&_0x30dfe1['markedStatus'])return;let _0x581924;try{_0x581924=this['getRootParentFile'](_0x30dfe1);}catch(_0x91818f){logger[_0x1d114b(0x1b9)]('failed\x20to\x20get\x20root\x20parent\x20file\x20'+_0x91818f),_0x581924=null;}const _0x2973e4=_0x1f224a[_0x1d114b(0x205)](require,_0x1f224a[_0x1d114b(0x194)]);let _0x219c04=[];_0x2cdad7&&(_0x219c04=[_0x2cdad7,_0x1f224a['PUnVQ']]);const _0x289386=_0x1f224a[_0x1d114b(0x170)](_0x30dfe1['errorsDetailed'],undefined)?_0x2973e4['inspect'](_0x30dfe1['errorsDetailed'][0x0]):_0x1f224a[_0x1d114b(0x170)](_0x2cdad7,undefined)?_0x2cdad7[_0x1d114b(0x162)]():undefined,_0x32ccfe=_0x581924?this['findGitConfig'](_0x581924):null,_0x5e15d7=_0x581924?this[_0x1d114b(0x13c)][_0x1d114b(0x16a)](this['getRootParentFile'](_0x30dfe1)):_0x1f224a[_0x1d114b(0x21f)];let _0xcaeef1=_0x1f224a[_0x1d114b(0x183)];const _0x29bbd1=!_0x354dd0[_0x1d114b(0x171)]?new Date()[_0x1d114b(0x1a5)]():null;if(_0x354dd0['finished'])_0xcaeef1=_0x2cdad7?_0x1f224a[_0x1d114b(0x1ff)]:_0x1f224a[_0x1d114b(0x18d)],_0x30dfe1['markedStatus']=!![];else _0x354dd0[_0x1d114b(0x186)]&&(_0xcaeef1=_0x1f224a[_0x1d114b(0x20a)],_0x30dfe1['markedStatus']=!![]);const _0x31f696={'framework':this[_0x1d114b(0x1c3)],'uuid':_0x30dfe1['testAnalyticsId']||_0x30dfe1[_0x1d114b(0x13a)],'name':_0x30dfe1[_0x1d114b(0x14b)],'body':{'lang':_0x1f224a[_0x1d114b(0x1de)],'code':_0x30dfe1[_0x1d114b(0x1cc)][_0x1d114b(0x162)]()},'type':_0x30dfe1['type'],'scope':_0x30dfe1[_0x1d114b(0x160)](),'scopes':this[_0x1d114b(0x154)](_0x30dfe1),'file_name':_0x5e15d7,'vc_filepath':_0x32ccfe?path[_0x1d114b(0x1f8)](_0x32ccfe,_0x581924):null,'location':_0x5e15d7,'result':_0xcaeef1,'failure_reason':_0x289386,'duration_in_ms':_0x30dfe1[_0x1d114b(0x143)]||(_0x354dd0[_0x1d114b(0x13e)]||_0x354dd0[_0x1d114b(0x186)])?_0x1f224a[_0x1d114b(0x163)](Date[_0x1d114b(0x192)](),new Date(_0x30dfe1[_0x1d114b(0x1e0)])[_0x1d114b(0x17e)]()):null,'started_at':new Date(_0x30dfe1[_0x1d114b(0x1e0)])[_0x1d114b(0x1a5)](),'finished_at':_0x29bbd1,'failure':testOpsHelper['failureData'][_0x1d114b(0x21e)](null,_0x219c04),'failure_type':!_0x289386?null:testOpsHelper[_0x1d114b(0x1bc)](_0x289386),'retry_of':_0x30dfe1[_0x1d114b(0x150)]||null,'tags':_0x30dfe1[_0x1d114b(0x17c)]||[],'customRerunParam':{'rerun_name':_0x30dfe1[_0x1d114b(0x160)]()}};_0x1f224a[_0x1d114b(0x1a2)](appendTesthubParams,_0x31f696,_0x52a1a0,_0x30dfe1,FRAMEWORKS[_0x1d114b(0x158)]);if(_0x354dd0['hook'])[_0x31f696[_0x1d114b(0x222)],_0x31f696['name']]=[this['getHookType'](_0x30dfe1),_0x30dfe1[_0x1d114b(0x14e)][_0x1d114b(0x1d4)][_0x1d114b(0x14b)]],_0x354dd0['finished']?_0x1f224a[_0x1d114b(0x20c)](_0x31f696['result'],_0x1f224a[_0x1d114b(0x1ff)])&&(_0x31f696[_0x1d114b(0x1cd)]=_0x1f224a[_0x1d114b(0x18d)]):_0x31f696['body']={};else _0x354dd0[_0x1d114b(0x1d4)]&&(this[_0x1d114b(0x1c6)](_0x30dfe1),_0x354dd0[_0x1d114b(0x186)]&&this[_0x1d114b(0x196)](_0x30dfe1),(_0x354dd0[_0x1d114b(0x13e)]||_0x354dd0['skipped'])&&(_0x31f696[_0x1d114b(0x1ea)]=this[_0x1d114b(0x1e7)](_0x30dfe1)));this[_0x1d114b(0x175)]&&(_0x354dd0[_0x1d114b(0x171)]||_0x354dd0[_0x1d114b(0x186)])&&(_0x31f696[_0x1f224a[_0x1d114b(0x172)]]=this['getCBTInfo'](this[_0x1d114b(0x175)]));_0x354dd0[_0x1d114b(0x1d4)]&&_0x354dd0[_0x1d114b(0x13e)]&&_0x30dfe1[_0x1d114b(0x1c5)]&&(_0x31f696[_0x1f224a[_0x1d114b(0x149)]]={'feature':{'name':_0x30dfe1[_0x1d114b(0x138)][_0x1d114b(0x1b8)]['name'],'path':_0x31f696[_0x1d114b(0x177)],'description':_0x30dfe1[_0x1d114b(0x138)][_0x1d114b(0x140)]},'scenario':{'name':_0x30dfe1[_0x1d114b(0x14b)]},'steps':_0x30dfe1[_0x1d114b(0x1c5)]});const _0x5590fa=_0x31f696[_0x1f224a[_0x1d114b(0x18e)]][0x0];_0x5590fa&&(_0x31f696[_0x1f224a[_0x1d114b(0x1c2)]]=_0x5590fa[_0x1f224a[_0x1d114b(0x16d)]],_0x31f696[_0x1f224a[_0x1d114b(0x1ee)]]=_0x5590fa[_0x1f224a[_0x1d114b(0x1df)]]);if(_0x30dfe1[_0x1d114b(0x1c5)])for(const _0x57fe54 of _0x30dfe1['bddSteps']){!_0x57fe54[_0x1d114b(0x1af)]&&(_0x57fe54[_0x1d114b(0x1af)]=new Date()[_0x1d114b(0x1a5)](),_0x1f224a[_0x1d114b(0x21a)](_0x57fe54['result'],_0x1f224a[_0x1d114b(0x183)])&&(_0x5590fa?(_0x57fe54[_0x1d114b(0x1cd)]=_0x1f224a[_0x1d114b(0x1ff)],_0x57fe54[_0x1d114b(0x159)]=_0x5590fa[_0x1f224a[_0x1d114b(0x16d)]][0x0]):_0x57fe54[_0x1d114b(0x1cd)]=_0x1f224a[_0x1d114b(0x18d)]));}const _0xba3c2b={};_0xba3c2b[_0x1d114b(0x19d)]=_0x354dd0['skipped']?TEST_EVENTS[_0x1d114b(0x1ab)]:_0x52a1a0;const _0x53769d=_0xba3c2b;return _0x354dd0[_0x1d114b(0x1ed)]?_0x53769d[_0x1f224a[_0x1d114b(0x185)]]=_0x31f696:_0x53769d[_0x1f224a['wntKR']]=_0x31f696,_0x53769d;}catch(_0x4efbaa){logger['debug'](_0x1d114b(0x1ef)+_0x52a1a0+_0x1d114b(0x190)+_0x4efbaa);}}async[a4_0x33a16f(0x16e)](_0x43c17f,_0x271459){const _0x5edb18=a4_0x33a16f;if(!this[_0x5edb18(0x214)]||!_0x271459||!_0x43c17f)return![];try{return await SessionHandler[_0x5edb18(0x17f)](_0x271459);}catch(_0x255bfe){logger[_0x5edb18(0x1b9)](_0x5edb18(0x207)+_0x43c17f+_0x5edb18(0x190)+_0x255bfe);}}['initializeBddStep'](_0x40dc33){const _0x8418a1=a4_0x33a16f,_0xe2f093={};_0xe2f093[_0x8418a1(0x220)]='pending';const _0x256c2d=_0xe2f093;return{'id':_0x40dc33['stepAnalyticsId'],'text':_0x40dc33[_0x8418a1(0x22b)],'keyword':_0x40dc33['keyword'],'started_at':_0x40dc33[_0x8418a1(0x1e0)][_0x8418a1(0x1a5)](),'result':_0x256c2d['zNnex']};}['bddStepStart'](_0xaf6609){const _0x52c301=a4_0x33a16f,_0x402555={'WovIg':function(_0x512bca){return _0x512bca();}};!this[_0x52c301(0x167)]['bddSteps']&&(this[_0x52c301(0x167)][_0x52c301(0x1c5)]=[]),!_0xaf6609[_0x52c301(0x1e4)]&&(_0xaf6609[_0x52c301(0x1e4)]=_0x402555['WovIg'](uuidv4),_0xaf6609['startedAt']=new Date(),this['currentTest'][_0x52c301(0x1c5)]['push'](this[_0x52c301(0x1f9)](_0xaf6609)));}[a4_0x33a16f(0x15a)](_0x68c26e){const _0x1dff3b=a4_0x33a16f,_0x57306a={'xumti':function(_0x2e5e00,_0x39293a){return _0x2e5e00(_0x39293a);},'JHguW':'success','AEGvE':_0x1dff3b(0x153),'SHJLz':_0x1dff3b(0x161),'OOmnn':function(_0xd66c53,_0x2fbe23){return _0xd66c53-_0x2fbe23;}};let _0x3a8ff1=this[_0x1dff3b(0x167)][_0x1dff3b(0x1c5)][_0x1dff3b(0x188)](_0x167545=>_0x167545['id']===_0x68c26e[_0x1dff3b(0x1e4)]);_0x57306a[_0x1dff3b(0x225)](isUndefined,_0x3a8ff1)&&(_0x3a8ff1=this[_0x1dff3b(0x1f9)](_0x68c26e)),_0x3a8ff1[_0x1dff3b(0x1cd)]=[_0x57306a[_0x1dff3b(0x134)],_0x57306a[_0x1dff3b(0x1bd)]][_0x1dff3b(0x181)](_0x68c26e[_0x1dff3b(0x141)])?_0x57306a[_0x1dff3b(0x1a0)]:_0x68c26e[_0x1dff3b(0x141)],_0x3a8ff1[_0x1dff3b(0x1af)]=new Date()[_0x1dff3b(0x1a5)](),_0x3a8ff1['duration']=_0x57306a[_0x1dff3b(0x1c4)](Date[_0x1dff3b(0x192)](),_0x68c26e['startedAt'][_0x1dff3b(0x17e)]()),_0x3a8ff1[_0x1dff3b(0x159)]=_0x68c26e[_0x1dff3b(0x1c1)]?_0x68c26e[_0x1dff3b(0x1c1)]['message']:null;}}const a4_0x1344b0={};a4_0x1344b0['O11yHelper']=O11yHelper,a4_0x1344b0[a4_0x33a16f(0x13f)]=STATE_PASSED,a4_0x1344b0[a4_0x33a16f(0x198)]=STATE_FAILED,a4_0x1344b0[a4_0x33a16f(0x135)]=TEST_EVENTS,module[a4_0x33a16f(0x155)]=a4_0x1344b0;
|
|
1
|
+
const a4_0x4946f5=a4_0x508f;(function(_0x264aea,_0x1d4af4){const _0xd12459=a4_0x508f,_0x2c7ff2=_0x264aea();while(!![]){try{const _0x45c4de=parseInt(_0xd12459(0x208))/0x1*(-parseInt(_0xd12459(0x1df))/0x2)+-parseInt(_0xd12459(0x204))/0x3+-parseInt(_0xd12459(0x179))/0x4*(-parseInt(_0xd12459(0x147))/0x5)+parseInt(_0xd12459(0x220))/0x6+parseInt(_0xd12459(0x191))/0x7+parseInt(_0xd12459(0x16b))/0x8*(-parseInt(_0xd12459(0x141))/0x9)+-parseInt(_0xd12459(0x198))/0xa*(-parseInt(_0xd12459(0x1a6))/0xb);if(_0x45c4de===_0x1d4af4)break;else _0x2c7ff2['push'](_0x2c7ff2['shift']());}catch(_0x3e11d5){_0x2c7ff2['push'](_0x2c7ff2['shift']());}}}(a4_0x4316,0xbaf05));const path=require(a4_0x4946f5(0x16a)),fs=require('fs'),{v4:uuidv4}=require(a4_0x4946f5(0x16e)),{importFileFromPWCore,nestedKeyValue,parseWSEndpoint,isUndefined}=require(a4_0x4946f5(0x176)),testOpsHelper=require(a4_0x4946f5(0x1ab)),{getTestEnv}=require(a4_0x4946f5(0x19d)),{FRAMEWORKS}=require('../../helpers/test-observability/constants'),logger=require('../../helpers/logger')[a4_0x4946f5(0x21e)],SessionHandler=require(a4_0x4946f5(0x165)),RequestQueueHandler=require(a4_0x4946f5(0x212)),PlaywrightSessionDetails=require(a4_0x4946f5(0x187)),debug=testOpsHelper[a4_0x4946f5(0x193)],{processAccessibilityCaps}=require(a4_0x4946f5(0x174)),Constants=require(a4_0x4946f5(0x1d4)),{fetchPlatformDetails}=require('./helper.js'),{shouldProcessEventForTesthub,appendTesthubParams}=require('../../helpers/testhub/utils.js'),constants=require(a4_0x4946f5(0x1d4)),STATE_PASSED=a4_0x4946f5(0x184),STATE_FAILED='failed',a4_0x3af1f={};a4_0x3af1f[a4_0x4946f5(0x1ac)]=a4_0x4946f5(0x1e9),a4_0x3af1f['TEST_RUN_FINISHED']='TestRunFinished',a4_0x3af1f['TEST_RUN_SKIPPED']=a4_0x4946f5(0x189),a4_0x3af1f[a4_0x4946f5(0x17f)]=a4_0x4946f5(0x216),a4_0x3af1f[a4_0x4946f5(0x1b4)]=a4_0x4946f5(0x14d);function a4_0x508f(_0x2ea056,_0x3b7cf5){const _0x431683=a4_0x4316();return a4_0x508f=function(_0x508fa7,_0x514fd0){_0x508fa7=_0x508fa7-0x139;let _0x2ce50e=_0x431683[_0x508fa7];return _0x2ce50e;},a4_0x508f(_0x2ea056,_0x3b7cf5);}const TEST_EVENTS=a4_0x3af1f,parseEvent=_0x5d7b6a=>{const _0x3a3d17=a4_0x4946f5,_0x5aaa33={};_0x5aaa33[_0x3a3d17(0x151)]=function(_0x56c95f,_0x37e6ed){return _0x56c95f<_0x37e6ed;},_0x5aaa33[_0x3a3d17(0x1e1)]=function(_0x4f2d8d,_0x5daf9e){return _0x4f2d8d===_0x5daf9e;},_0x5aaa33[_0x3a3d17(0x1f9)]=_0x3a3d17(0x19a),_0x5aaa33[_0x3a3d17(0x197)]=_0x3a3d17(0x1e2),_0x5aaa33[_0x3a3d17(0x155)]=function(_0x4f5f9b,_0x6835a8){return _0x4f5f9b===_0x6835a8;},_0x5aaa33[_0x3a3d17(0x1b8)]=_0x3a3d17(0x166),_0x5aaa33[_0x3a3d17(0x1f6)]=function(_0x4c4d25,_0x4178b8){return _0x4c4d25===_0x4178b8;},_0x5aaa33[_0x3a3d17(0x145)]=_0x3a3d17(0x1ae),_0x5aaa33['meyxZ']=function(_0x43dba4,_0x403e3d){return _0x43dba4===_0x403e3d;},_0x5aaa33[_0x3a3d17(0x1ff)]=_0x3a3d17(0x1da);const _0x7a8333=_0x5aaa33,_0x1d35e9=_0x5d7b6a[_0x3a3d17(0x158)](/^(.*)Run(.*)$/);if(!_0x1d35e9)return null;if(_0x7a8333['vdNge'](_0x1d35e9[_0x3a3d17(0x21d)],0x3))return null;const _0x4f2fd6=_0x1d35e9[0x1][_0x3a3d17(0x1cb)](),_0x25b0f8=_0x1d35e9[0x2]['toLowerCase']();return{'test':_0x7a8333[_0x3a3d17(0x1e1)](_0x4f2fd6,_0x7a8333[_0x3a3d17(0x1f9)]),'hook':_0x7a8333[_0x3a3d17(0x1e1)](_0x4f2fd6,_0x7a8333[_0x3a3d17(0x197)]),'skipped':_0x7a8333[_0x3a3d17(0x155)](_0x25b0f8,_0x7a8333['RXXBJ']),'started':_0x7a8333[_0x3a3d17(0x1f6)](_0x25b0f8,_0x7a8333['vbBvc']),'finished':_0x7a8333['meyxZ'](_0x25b0f8,_0x7a8333[_0x3a3d17(0x1ff)])};},mockPWBrowserType=_0x396c8a=>{const _0x10f53f=a4_0x4946f5,_0x2a6e72={'RrFCk':function(_0x23dd42,_0x452008){return _0x23dd42===_0x452008;},'Nhqwn':_0x10f53f(0x15e),'xfdLI':function(_0x408c75,_0x346177,_0xc6789f){return _0x408c75(_0x346177,_0xc6789f);},'TOYCK':_0x10f53f(0x1af),'jWKhl':function(_0x370ed9,_0xbf5e13){return _0x370ed9(_0xbf5e13);},'kCLRx':_0x10f53f(0x1ea),'xTaNz':_0x10f53f(0x218),'YWhjc':_0x10f53f(0x180),'HMGoS':_0x10f53f(0x1f3),'sUJpN':_0x10f53f(0x16d),'Pqtlj':'connect','doFuX':_0x10f53f(0x1de)},_0x46f07d=path['join'](_0x2a6e72[_0x10f53f(0x192)],_0x2a6e72['YWhjc'],_0x2a6e72['HMGoS']),_0x32204d=_0x2a6e72[_0x10f53f(0x149)](importFileFromPWCore,_0x46f07d);if(!_0x32204d){_0x2a6e72[_0x10f53f(0x149)](debug,_0x2a6e72[_0x10f53f(0x172)]);return;}const _0x37ea6b=_0x32204d[_0x10f53f(0x160)],_0x36c349=_0x37ea6b[_0x10f53f(0x1b7)];if(_0x36c349[_0x10f53f(0x1e6)])return;const _0xddea5f=_0x36c349[_0x10f53f(0x148)];Object['defineProperty'](_0x36c349,_0x2a6e72['Pqtlj'],{'get':function(){const _0x52724a=_0x10f53f,_0x523a4d={'KWNbp':function(_0x5c9330,_0x4269b2){const _0x1521e1=a4_0x508f;return _0x2a6e72[_0x1521e1(0x18d)](_0x5c9330,_0x4269b2);},'eZyvG':_0x2a6e72['Nhqwn'],'RIsHF':function(_0x2995b8,_0x5853ba,_0x38ed5c){return _0x2a6e72['xfdLI'](_0x2995b8,_0x5853ba,_0x38ed5c);},'hSoVv':_0x2a6e72['TOYCK'],'NHJdu':function(_0x184967,_0x222164){const _0x1fdf79=a4_0x508f;return _0x2a6e72[_0x1fdf79(0x149)](_0x184967,_0x222164);},'YXkqk':_0x2a6e72[_0x52724a(0x1fa)]};return async function _0x55f6a5(_0xa0435c,_0x316800){const _0x473b4d=_0x52724a,_0x469aff={'hwmft':function(_0x65bb22,_0x3b1c9c){const _0xb72915=a4_0x508f;return _0x523a4d[_0xb72915(0x228)](_0x65bb22,_0x3b1c9c);},'zrKlu':_0x523a4d['eZyvG']},_0x4c41e9=_0x523a4d[_0x473b4d(0x16f)](nestedKeyValue,_0xa0435c,[_0x523a4d[_0x473b4d(0x188)]])||_0xa0435c;let _0x5d145a=null,_0x2f6305=null;try{[_0x2f6305,_0x5d145a]=_0x4c41e9?_0x523a4d[_0x473b4d(0x207)](parseWSEndpoint,_0x4c41e9):[null,null],global[_0x473b4d(0x1a3)]=_0x5d145a,logger[_0x473b4d(0x193)](_0x473b4d(0x21b)+_0x2f6305),_0x2f6305[_0x473b4d(0x140)](Constants[_0x473b4d(0x219)])&&(global['__cloud_provider___']=_0x523a4d[_0x473b4d(0x1f2)]);}catch(_0x3ecdb7){logger[_0x473b4d(0x193)](_0x473b4d(0x142)+_0x4c41e9+'\x20'+_0x3ecdb7);}_0x523a4d[_0x473b4d(0x16f)](processAccessibilityCaps,_0x5d145a,_0x2f6305);if(global['accessibilityPlatform']){const _0x165adb=await _0x36c349[_0x473b4d(0x17a)][_0x473b4d(0x175)](this,[''+Constants[_0x473b4d(0x150)]+_0x523a4d[_0x473b4d(0x207)](encodeURIComponent,JSON[_0x473b4d(0x1fb)](_0x5d145a))]);return PlaywrightSessionDetails['setupBrowserDetails'](_0x165adb,_0x396c8a,_0x4c41e9),_0x165adb;}return _0xddea5f['apply'](this,arguments)[_0x473b4d(0x1ef)](_0x4e7373=>{const _0x1d4b80=_0x473b4d;let _0x45c4d8=_0xa0435c[_0x1d4b80(0x1af)];return _0x469aff[_0x1d4b80(0x1c2)](typeof _0xa0435c,_0x469aff[_0x1d4b80(0x21a)])&&(_0x45c4d8=_0xa0435c),PlaywrightSessionDetails['setupBrowserDetails'](_0x4e7373,_0x396c8a,_0x45c4d8),_0x4e7373;});};}});const _0x152b6d=_0x36c349[_0x10f53f(0x1de)];Object[_0x10f53f(0x205)](_0x36c349,_0x2a6e72[_0x10f53f(0x1bd)],{'get':function(){return async function _0x5a136b(){const _0x547175=a4_0x508f;return _0x152b6d[_0x547175(0x175)](this,arguments)['then'](_0x538dc4=>{const _0x4f3e71=_0x547175;return PlaywrightSessionDetails[_0x4f3e71(0x161)](_0x538dc4,null),_0x538dc4;});};}});};class O11yHelper{[a4_0x4946f5(0x1ec)]=null;[a4_0x4946f5(0x1d9)]=null;[a4_0x4946f5(0x15c)]=![];[a4_0x4946f5(0x195)]=![];constructor(_0x2f275f,_0xe28a9){const _0x216f54=a4_0x4946f5,_0x329105={'lcfho':'0|2|5|1|4|3','nroTk':function(_0x40ec61){return _0x40ec61();},'lRjWU':function(_0x36ea49,_0x3b20f7){return _0x36ea49===_0x3b20f7;},'TmplH':'Playwright','qwLwH':function(_0x278ade,_0x7a2c75){return _0x278ade(_0x7a2c75);}},_0x59358a=_0x329105['lcfho']['split']('|');let _0x226808=0x0;while(!![]){switch(_0x59358a[_0x226808++]){case'0':this[_0x216f54(0x15c)]=_0x329105['nroTk'](shouldProcessEventForTesthub);continue;case'1':this[_0x216f54(0x1ce)]=_0x329105[_0x216f54(0x157)](getTestEnv);continue;case'2':this['frameworkName']=_0xe28a9[_0x216f54(0x195)];continue;case'3':this['driver']&&_0x329105[_0x216f54(0x1f4)](this[_0x216f54(0x17c)][_0x216f54(0x13b)][_0x216f54(0x18a)],_0x329105[_0x216f54(0x1d0)])&&_0x329105[_0x216f54(0x1dd)](mockPWBrowserType,null);continue;case'4':this['_paths']=new testOpsHelper[(_0x216f54(0x13d))]({'cwd':process[_0x216f54(0x13c)]()},this['_testEnv'][_0x216f54(0x14e)]);continue;case'5':this[_0x216f54(0x17c)]=_0x2f275f;continue;}break;}}[a4_0x4946f5(0x144)](){const _0x2fb611=a4_0x4946f5;if(!this[_0x2fb611(0x15c)])return;testOpsHelper[_0x2fb611(0x1ed)](),process[_0x2fb611(0x183)](_0x2fb611(0x1d7)+process[_0x2fb611(0x153)]),process['on'](_0x2fb611(0x1d7)+process[_0x2fb611(0x153)],this[_0x2fb611(0x1ba)][_0x2fb611(0x162)](this));}async[a4_0x4946f5(0x225)](){const _0x29eff2=a4_0x4946f5;await RequestQueueHandler[_0x29eff2(0x211)]()[_0x29eff2(0x1a4)]();}async[a4_0x4946f5(0x1ba)](_0xf38fed){const _0x563f27=a4_0x4946f5,_0x190924={'eClMY':_0x563f27(0x20b),'UTpjk':function(_0x137833,_0x528a87){return _0x137833(_0x528a87);}};try{this['currentHook']&&!this['currentHook'][_0x563f27(0x163)]&&(_0xf38fed[_0x563f27(0x1c3)]=this['currentHook'][_0x563f27(0x14b)]);!_0xf38fed['hook_run_uuid']&&this['currentTest']&&!this[_0x563f27(0x1ec)][_0x563f27(0x163)]&&(_0xf38fed[_0x563f27(0x1b1)]=this[_0x563f27(0x1ec)][_0x563f27(0x1e8)]);if(_0xf38fed[_0x563f27(0x1c3)]||_0xf38fed[_0x563f27(0x1b1)]){const _0x3f487d={};_0x3f487d['event_type']=_0x190924[_0x563f27(0x159)],_0x3f487d[_0x563f27(0x201)]=[_0xf38fed],await SessionHandler[_0x563f27(0x1c4)](_0x3f487d);}}catch(_0x1d75cc){_0x190924['UTpjk'](debug,'Exception\x20in\x20uploading\x20log\x20data\x20to\x20'+constants[_0x563f27(0x1b0)]+_0x563f27(0x1fd)+_0x1d75cc);}}async['sendCBTInfo'](_0x374d57){const _0x48e8c9=a4_0x4946f5,_0x19251e={'oOhWN':_0x48e8c9(0x18c),'GUYrr':function(_0x409091,_0x183640){return _0x409091(_0x183640);}};if(!this[_0x48e8c9(0x15c)])return;const _0x256ea0=this['getCBTInfo'](this[_0x48e8c9(0x17c)]);try{const _0x3fdff3={};_0x3fdff3[_0x48e8c9(0x16e)]=_0x374d57,_0x3fdff3[_0x48e8c9(0x217)]=_0x256ea0;const _0x30b140=_0x3fdff3,_0x300440={};_0x300440['event_type']=_0x19251e['oOhWN'],_0x300440[_0x48e8c9(0x1cd)]=_0x30b140,await SessionHandler[_0x48e8c9(0x1c4)](_0x300440);}catch(_0x40b6af){_0x19251e[_0x48e8c9(0x21c)](debug,'Exception\x20in\x20uploading\x20platform\x20details\x20to\x20'+constants[_0x48e8c9(0x1b0)]+_0x48e8c9(0x1fd)+_0x40b6af);}}['getCBTInfo'](_0x3609c6){const _0x37808e={'xAIwu':function(_0x36b872,_0x3937be){return _0x36b872(_0x3937be);}};return _0x37808e['xAIwu'](fetchPlatformDetails,_0x3609c6);}[a4_0x4946f5(0x1b9)]=_0x214775=>{const _0x34ba30=a4_0x4946f5,_0x17ced1={};_0x17ced1['rQDTJ']=_0x34ba30(0x1c8),_0x17ced1[_0x34ba30(0x20f)]='_afterEach';const _0x4a9c5c=_0x17ced1;if(!_0x214775||!_0x214775[_0x34ba30(0x1b2)])return;[_0x4a9c5c[_0x34ba30(0x1e0)],_0x4a9c5c[_0x34ba30(0x20f)]]['forEach'](_0x11bb01=>{const _0x283987=_0x34ba30,_0x36e1e5=_0x214775[_0x283987(0x1b2)][_0x11bb01];_0x36e1e5['forEach'](_0x25628b=>{const _0xf8a5c5=_0x283987;_0x25628b[_0xf8a5c5(0x14b)]&&(_0x25628b['hookAnalyticsId']=null);});});};[a4_0x4946f5(0x209)](_0x4d5de2){const _0x298ee4=a4_0x4946f5,_0x326c1b={'FDtHX':_0x298ee4(0x1d2),'feKGn':function(_0xe267e){return _0xe267e();},'aNIYz':function(_0x532af5,_0x4112a1){return _0x532af5===_0x4112a1;},'GjWrS':_0x298ee4(0x18b),'sMWLz':function(_0x163c7f){return _0x163c7f();},'uDlPZ':_0x298ee4(0x1d8),'pEzQl':_0x298ee4(0x206),'wzfSk':'_beforeEach'};if(!_0x4d5de2||!_0x4d5de2[_0x298ee4(0x1b2)])return;[_0x326c1b['uDlPZ'],_0x326c1b['pEzQl'],_0x326c1b[_0x298ee4(0x178)],_0x326c1b[_0x298ee4(0x15d)]][_0x298ee4(0x146)](_0x7d8d52=>{const _0x19cd67=_0x298ee4,_0x54ef1f=_0x4d5de2[_0x19cd67(0x1b2)][_0x7d8d52]||[];_0x54ef1f[_0x19cd67(0x146)](_0x543ac0=>{const _0x2d8cca=_0x19cd67;if(_0x543ac0[_0x2d8cca(0x152)][_0x2d8cca(0x140)](_0x326c1b['FDtHX']))return;if(!_0x543ac0[_0x2d8cca(0x14b)])_0x543ac0[_0x2d8cca(0x14b)]=_0x326c1b[_0x2d8cca(0x14f)](uuidv4);else _0x543ac0[_0x2d8cca(0x163)]&&_0x326c1b[_0x2d8cca(0x1fc)](_0x7d8d52,_0x326c1b[_0x2d8cca(0x15d)])&&(_0x543ac0[_0x2d8cca(0x14b)]=_0x326c1b['sMWLz'](uuidv4),delete _0x543ac0[_0x2d8cca(0x163)]);});}),this[_0x298ee4(0x209)](_0x4d5de2[_0x298ee4(0x1b2)]);}['getHooksForTest'](_0x46b923){const _0x4fe4ef=a4_0x4946f5,_0x145276={};_0x145276[_0x4fe4ef(0x202)]=_0x4fe4ef(0x1d8),_0x145276['DBZiX']=_0x4fe4ef(0x206),_0x145276[_0x4fe4ef(0x15b)]=_0x4fe4ef(0x1c8),_0x145276[_0x4fe4ef(0x17b)]=_0x4fe4ef(0x18b);const _0x510cc5=_0x145276;if(!_0x46b923||!_0x46b923['parent'])return[];const _0x4f1d55=[];return[_0x510cc5['YGzII'],_0x510cc5['DBZiX'],_0x510cc5[_0x4fe4ef(0x15b)],_0x510cc5[_0x4fe4ef(0x17b)]][_0x4fe4ef(0x146)](_0xc2c50c=>{const _0x145167=_0x4fe4ef,_0x50e52d=_0x46b923['parent'][_0xc2c50c]||[];_0x50e52d[_0x145167(0x146)](_0x3401c5=>{const _0x1c2138=_0x145167;_0x3401c5['hookAnalyticsId']&&_0x4f1d55[_0x1c2138(0x181)](_0x3401c5[_0x1c2138(0x14b)]);});}),[]['concat'](_0x4f1d55,this[_0x4fe4ef(0x1e5)](_0x46b923[_0x4fe4ef(0x1b2)]));}[a4_0x4946f5(0x1a9)](_0xae0c3f){const _0x9c9c90=a4_0x4946f5,_0x175c9e=/^"(?<hook>.*)" hook:.*$/,_0x5d3d96=_0xae0c3f[_0x9c9c90(0x152)],_0x422a0d=_0x5d3d96['match'](_0x175c9e);if(_0x422a0d&&_0x422a0d[_0x9c9c90(0x1a8)])return _0x422a0d[_0x9c9c90(0x1a8)][_0x9c9c90(0x1e2)][_0x9c9c90(0x1b3)]()[_0x9c9c90(0x1e3)]('\x20','_');return null;}[a4_0x4946f5(0x1fe)](_0x3005c2){const _0xd8084f=a4_0x4946f5,_0x1fd34b={};_0x1fd34b[_0xd8084f(0x224)]=function(_0xcc5690,_0x25814d){return _0xcc5690===_0x25814d;},_0x1fd34b[_0xd8084f(0x19c)]=function(_0x2fcc2a,_0x43dd41){return _0x2fcc2a===_0x43dd41;},_0x1fd34b['ckQnW']=function(_0x3b1c0a,_0x5d5341){return _0x3b1c0a===_0x5d5341;},_0x1fd34b['JqAgQ']='.git',_0x1fd34b[_0xd8084f(0x1d1)]=_0xd8084f(0x1e4);const _0x442874=_0x1fd34b,_0x401aef=path[_0xd8084f(0x203)];if(_0x442874[_0xd8084f(0x224)](_0x3005c2,null)||_0x442874['MHnKU'](_0x3005c2,'')||_0x442874['ovvjk'](_0x3005c2,_0x401aef)||_0x442874['ckQnW'](_0x3005c2,path[_0xd8084f(0x13e)](_0x3005c2)))return null;try{return fs[_0xd8084f(0x139)](path[_0xd8084f(0x156)](_0x3005c2,_0x442874['JqAgQ'],_0x442874[_0xd8084f(0x1d1)])),_0x3005c2;}catch(_0x166749){const _0x2a0ced=path[_0xd8084f(0x13e)](_0x3005c2);return this[_0xd8084f(0x1fe)](_0x2a0ced);}}[a4_0x4946f5(0x215)](_0x45b892){const _0x515672=a4_0x4946f5,_0x14d5a0={};_0x14d5a0[_0x515672(0x18e)]=function(_0x5bc483,_0x30a085){return _0x5bc483>_0x30a085;};const _0x513bb0=_0x14d5a0;if(_0x45b892[_0x515672(0x1bf)])return _0x45b892['file'];if(_0x45b892[_0x515672(0x173)]){const _0x24038c=_0x45b892['ctx']['currentTest']?this[_0x515672(0x215)](_0x45b892[_0x515672(0x173)][_0x515672(0x1ec)]):null;if(_0x24038c)return _0x24038c;}if(_0x45b892[_0x515672(0x1b2)]){const _0x2472af=this[_0x515672(0x215)](_0x45b892[_0x515672(0x1b2)])||(_0x45b892[_0x515672(0x1b2)][_0x515672(0x173)]&&_0x45b892['parent']['ctx'][_0x515672(0x1ec)]?this['getRootParentFile'](_0x45b892[_0x515672(0x1b2)][_0x515672(0x173)]['currentTest']):null);if(_0x2472af)return _0x2472af;_0x45b892[_0x515672(0x1b2)][_0x515672(0x14c)]&&_0x513bb0[_0x515672(0x18e)](_0x45b892['parent'][_0x515672(0x14c)][_0x515672(0x21d)],0x0)&&_0x45b892[_0x515672(0x1b2)][_0x515672(0x14c)][_0x515672(0x146)](_0xf1719f=>{const _0x3b8dfb=_0x515672,_0x8a0e9=_0xf1719f[_0x3b8dfb(0x173)]?this[_0x3b8dfb(0x215)](_0xf1719f[_0x3b8dfb(0x173)]):null;if(_0x8a0e9)return _0x8a0e9;});}return null;}[a4_0x4946f5(0x1bb)](_0x206900){const _0x2c1e7b=a4_0x4946f5,_0x53a61f={};_0x53a61f[_0x2c1e7b(0x1a0)]=function(_0x4bc247,_0x4cffdb){return _0x4bc247!==_0x4cffdb;};const _0x4d0e48=_0x53a61f,_0x334d72=[];if(_0x206900&&_0x206900['parent']){let _0x313492=_0x206900[_0x2c1e7b(0x1b2)];while(_0x313492&&_0x4d0e48['bhSMU'](_0x313492[_0x2c1e7b(0x152)],'')){_0x334d72['push'](_0x313492[_0x2c1e7b(0x152)]),_0x313492=_0x313492[_0x2c1e7b(0x1b2)];}}return _0x334d72;}[a4_0x4946f5(0x19f)](_0x5d8005,_0x49b667,_0x34821d=undefined){const _0x3980b2=a4_0x4946f5,_0x40b525={'hLvFw':function(_0x1d1f89,_0x51b39b){return _0x1d1f89(_0x51b39b);},'arRtp':function(_0x413ead){return _0x413ead();},'Irxcp':function(_0x5bc895){return _0x5bc895();},'VWEzs':'util','MsLcm':_0x3980b2(0x1d6),'VfeVS':function(_0x13fdb1,_0x44e908){return _0x13fdb1!==_0x44e908;},'pzSHI':function(_0x14e9cb,_0x3d8c1e){return _0x14e9cb!==_0x3d8c1e;},'BYDdE':_0x3980b2(0x15f),'dSCgc':_0x3980b2(0x20d),'IcRuD':_0x3980b2(0x1ad),'YrTIy':_0x3980b2(0x184),'BjByz':_0x3980b2(0x166),'xxOYS':_0x3980b2(0x1ee),'DaxFb':function(_0x4a37ae,_0x238bd8){return _0x4a37ae-_0x238bd8;},'toIlo':function(_0x427089,_0x13752e,_0x455f4d,_0x447f1d,_0x538158){return _0x427089(_0x13752e,_0x455f4d,_0x447f1d,_0x538158);},'AIwAr':function(_0x249762,_0x43a8b1){return _0x249762!==_0x43a8b1;},'jvYfQ':_0x3980b2(0x217),'bqbka':'meta','AueGM':_0x3980b2(0x1cf),'EbAlc':'failure_backtrace','VlEiM':_0x3980b2(0x167),'SsOGg':'failure_reason_expanded','WDGPy':'expanded','oFzrv':function(_0x7d50d3,_0x39db8a){return _0x7d50d3===_0x39db8a;},'huvpH':'hook_run','yIwzg':_0x3980b2(0x1cd)};if(!this[_0x3980b2(0x15c)])return;try{if(_0x49b667['fn']&&_0x49b667['fn']['toString']()[_0x3980b2(0x158)](/browserstack internal helper hook/))return;const _0x55e132=_0x40b525[_0x3980b2(0x1c9)](parseEvent,_0x5d8005);if(!_0x55e132)return;if(_0x55e132[_0x3980b2(0x19a)]){this[_0x3980b2(0x1ec)]=_0x49b667,this['currentHook']=null;if(_0x55e132['started']||_0x55e132['skipped']){_0x49b667['startedAt']=new Date(),_0x49b667[_0x3980b2(0x163)]=![];if(!_0x49b667[_0x3980b2(0x1e8)])_0x49b667[_0x3980b2(0x1e8)]=_0x40b525[_0x3980b2(0x182)](uuidv4);else _0x49b667[_0x3980b2(0x163)]&&(!_0x49b667['retryOf']&&(_0x49b667[_0x3980b2(0x19b)]=_0x49b667[_0x3980b2(0x1e8)]),_0x49b667[_0x3980b2(0x1e8)]=_0x40b525[_0x3980b2(0x182)](uuidv4));}}else{if(_0x55e132[_0x3980b2(0x1e2)]){this['currentHook']=_0x49b667;if(_0x55e132['started']){_0x49b667[_0x3980b2(0x1a7)]=new Date(),_0x49b667[_0x3980b2(0x163)]=![];if(!_0x49b667[_0x3980b2(0x14b)])_0x49b667[_0x3980b2(0x14b)]=_0x40b525[_0x3980b2(0x210)](uuidv4);else _0x49b667[_0x3980b2(0x14b)]&&_0x49b667[_0x3980b2(0x163)]&&(_0x49b667['hookAnalyticsId']=_0x40b525[_0x3980b2(0x182)](uuidv4));}}}if(_0x55e132[_0x3980b2(0x1da)]&&_0x49b667[_0x3980b2(0x163)])return;let _0x1979bc;try{_0x1979bc=this['getRootParentFile'](_0x49b667);}catch(_0x26c7ab){logger[_0x3980b2(0x193)](_0x3980b2(0x200)+_0x26c7ab),_0x1979bc=null;}const _0x3007d0=_0x40b525[_0x3980b2(0x1c9)](require,_0x40b525['VWEzs']);let _0x1f5690=[];_0x34821d&&(_0x1f5690=[_0x34821d,_0x40b525['MsLcm']]);const _0x2ce473=_0x40b525['VfeVS'](_0x49b667[_0x3980b2(0x1c5)],undefined)?_0x3007d0[_0x3980b2(0x20e)](_0x49b667[_0x3980b2(0x1c5)][0x0]):_0x40b525['pzSHI'](_0x34821d,undefined)?_0x34821d[_0x3980b2(0x1dc)]():undefined,_0x2b9da2=_0x1979bc?this['findGitConfig'](_0x1979bc):null,_0x3ee22c=_0x1979bc?this[_0x3980b2(0x169)][_0x3980b2(0x1f7)](this['getRootParentFile'](_0x49b667)):_0x40b525[_0x3980b2(0x1aa)];let _0x44c0f0=_0x40b525[_0x3980b2(0x1b5)];const _0x46b845=!_0x55e132[_0x3980b2(0x1ae)]?new Date()[_0x3980b2(0x1a1)]():null;if(_0x55e132[_0x3980b2(0x1da)])_0x44c0f0=_0x34821d?_0x40b525[_0x3980b2(0x1e7)]:_0x40b525['YrTIy'],_0x49b667[_0x3980b2(0x163)]=!![];else _0x55e132[_0x3980b2(0x166)]&&(_0x44c0f0=_0x40b525[_0x3980b2(0x18f)],_0x49b667[_0x3980b2(0x163)]=!![]);const _0x255211={'framework':this['frameworkName'],'uuid':_0x49b667[_0x3980b2(0x1e8)]||_0x49b667[_0x3980b2(0x14b)],'name':_0x49b667['title'],'body':{'lang':_0x40b525['xxOYS'],'code':_0x49b667['body']['toString']()},'type':_0x49b667[_0x3980b2(0x1b6)],'scope':_0x49b667[_0x3980b2(0x1cc)](),'scopes':this[_0x3980b2(0x1bb)](_0x49b667),'file_name':_0x3ee22c,'vc_filepath':_0x2b9da2?path[_0x3980b2(0x186)](_0x2b9da2,_0x1979bc):null,'location':_0x3ee22c,'result':_0x44c0f0,'failure_reason':_0x2ce473,'duration_in_ms':_0x49b667[_0x3980b2(0x1f8)]||(_0x55e132[_0x3980b2(0x1da)]||_0x55e132[_0x3980b2(0x166)])?_0x40b525[_0x3980b2(0x171)](Date[_0x3980b2(0x185)](),new Date(_0x49b667['startedAt'])[_0x3980b2(0x20a)]()):null,'started_at':new Date(_0x49b667[_0x3980b2(0x1a7)])['toISOString'](),'finished_at':_0x46b845,'failure':testOpsHelper[_0x3980b2(0x194)][_0x3980b2(0x175)](null,_0x1f5690),'failure_type':!_0x2ce473?null:testOpsHelper['getFailureType'](_0x2ce473),'retry_of':_0x49b667[_0x3980b2(0x19b)]||null,'tags':_0x49b667[_0x3980b2(0x17e)]||[],'customRerunParam':{'rerun_name':_0x49b667[_0x3980b2(0x1cc)]()}};_0x40b525[_0x3980b2(0x168)](appendTesthubParams,_0x255211,_0x5d8005,_0x49b667,FRAMEWORKS[_0x3980b2(0x1d3)]);if(_0x55e132['hook'])[_0x255211[_0x3980b2(0x1c0)],_0x255211[_0x3980b2(0x18a)]]=[this[_0x3980b2(0x1a9)](_0x49b667),_0x49b667[_0x3980b2(0x173)][_0x3980b2(0x19a)][_0x3980b2(0x152)]],_0x55e132[_0x3980b2(0x1da)]?_0x40b525[_0x3980b2(0x1f5)](_0x255211['result'],_0x40b525[_0x3980b2(0x1e7)])&&(_0x255211[_0x3980b2(0x1be)]=_0x40b525[_0x3980b2(0x177)]):_0x255211[_0x3980b2(0x1c1)]={};else _0x55e132[_0x3980b2(0x19a)]&&(this[_0x3980b2(0x209)](_0x49b667),_0x55e132[_0x3980b2(0x166)]&&this[_0x3980b2(0x1b9)](_0x49b667),(_0x55e132[_0x3980b2(0x1da)]||_0x55e132[_0x3980b2(0x166)])&&(_0x255211[_0x3980b2(0x143)]=this[_0x3980b2(0x1e5)](_0x49b667)));this[_0x3980b2(0x17c)]&&(_0x55e132[_0x3980b2(0x1ae)]||_0x55e132[_0x3980b2(0x166)])&&(_0x255211[_0x40b525['jvYfQ']]=this[_0x3980b2(0x164)](this[_0x3980b2(0x17c)]));_0x55e132[_0x3980b2(0x19a)]&&_0x55e132['finished']&&_0x49b667['bddSteps']&&(_0x255211[_0x40b525[_0x3980b2(0x13a)]]={'feature':{'name':_0x49b667['parent'][_0x3980b2(0x1c7)][_0x3980b2(0x18a)],'path':_0x255211[_0x3980b2(0x170)],'description':_0x49b667[_0x3980b2(0x1b2)]['comment']},'scenario':{'name':_0x49b667[_0x3980b2(0x152)]},'steps':_0x49b667[_0x3980b2(0x20c)]});const _0x24bda8=_0x255211[_0x40b525[_0x3980b2(0x226)]][0x0];_0x24bda8&&(_0x255211[_0x40b525['EbAlc']]=_0x24bda8[_0x40b525[_0x3980b2(0x1a2)]],_0x255211[_0x40b525[_0x3980b2(0x227)]]=_0x24bda8[_0x40b525[_0x3980b2(0x1c6)]]);if(_0x49b667[_0x3980b2(0x20c)])for(const _0x43fe77 of _0x49b667[_0x3980b2(0x20c)]){!_0x43fe77['finished_at']&&(_0x43fe77[_0x3980b2(0x199)]=new Date()['toISOString'](),_0x40b525[_0x3980b2(0x190)](_0x43fe77[_0x3980b2(0x1be)],_0x40b525[_0x3980b2(0x1b5)])&&(_0x24bda8?(_0x43fe77[_0x3980b2(0x1be)]=_0x40b525[_0x3980b2(0x1e7)],_0x43fe77[_0x3980b2(0x1cf)]=_0x24bda8[_0x40b525['VlEiM']][0x0]):_0x43fe77[_0x3980b2(0x1be)]=_0x40b525[_0x3980b2(0x177)]));}const _0x128da1={};_0x128da1[_0x3980b2(0x14a)]=_0x55e132[_0x3980b2(0x166)]?TEST_EVENTS[_0x3980b2(0x196)]:_0x5d8005;const _0x1a1b42=_0x128da1;return _0x55e132[_0x3980b2(0x1e2)]?_0x1a1b42[_0x40b525[_0x3980b2(0x213)]]=_0x255211:_0x1a1b42[_0x40b525['yIwzg']]=_0x255211,_0x1a1b42;}catch(_0x406486){logger[_0x3980b2(0x193)](_0x3980b2(0x1ca)+_0x5d8005+_0x3980b2(0x1fd)+_0x406486);}}async[a4_0x4946f5(0x1eb)](_0x45927e,_0x4f4dda){const _0x3dbeec=a4_0x4946f5;if(!this[_0x3dbeec(0x15c)]||!_0x4f4dda||!_0x45927e)return![];try{return await SessionHandler[_0x3dbeec(0x1c4)](_0x4f4dda);}catch(_0x55c549){logger[_0x3dbeec(0x193)]('Exception\x20in\x20sending\x20test\x20data\x20for\x20event\x20'+_0x45927e+'\x20with\x20error\x20:\x20'+_0x55c549);}}[a4_0x4946f5(0x222)](_0x22c49b){const _0x552baf=a4_0x4946f5,_0x35fa2f={};_0x35fa2f[_0x552baf(0x21f)]=_0x552baf(0x20d);const _0x39ef33=_0x35fa2f;return{'id':_0x22c49b[_0x552baf(0x16c)],'text':_0x22c49b['text'],'keyword':_0x22c49b[_0x552baf(0x13f)],'started_at':_0x22c49b[_0x552baf(0x1a7)][_0x552baf(0x1a1)](),'result':_0x39ef33[_0x552baf(0x21f)]};}[a4_0x4946f5(0x1d5)](_0x208e6d){const _0x5e0fc5=a4_0x4946f5,_0x4080f7={'qTwyb':function(_0x52a582){return _0x52a582();}};!this['currentTest']['bddSteps']&&(this['currentTest']['bddSteps']=[]),!_0x208e6d[_0x5e0fc5(0x16c)]&&(_0x208e6d[_0x5e0fc5(0x16c)]=_0x4080f7[_0x5e0fc5(0x1db)](uuidv4),_0x208e6d[_0x5e0fc5(0x1a7)]=new Date(),this[_0x5e0fc5(0x1ec)][_0x5e0fc5(0x20c)][_0x5e0fc5(0x181)](this['initializeBddStep'](_0x208e6d)));}[a4_0x4946f5(0x221)](_0x439ce1){const _0x43eb5d=a4_0x4946f5,_0x3d8d9e={'NpVBX':function(_0x45455c,_0x31043c){return _0x45455c(_0x31043c);},'kAgVP':'success','hJMEZ':_0x43eb5d(0x20d),'LqKqP':_0x43eb5d(0x184),'eeHOF':function(_0x2745fd,_0x2435d0){return _0x2745fd-_0x2435d0;}};let _0x359e82=this[_0x43eb5d(0x1ec)][_0x43eb5d(0x20c)]['find'](_0x1943c4=>_0x1943c4['id']===_0x439ce1[_0x43eb5d(0x16c)]);_0x3d8d9e[_0x43eb5d(0x15a)](isUndefined,_0x359e82)&&(_0x359e82=this[_0x43eb5d(0x222)](_0x439ce1)),_0x359e82[_0x43eb5d(0x1be)]=[_0x3d8d9e[_0x43eb5d(0x214)],_0x3d8d9e[_0x43eb5d(0x1f1)]][_0x43eb5d(0x140)](_0x439ce1['status'])?_0x3d8d9e['LqKqP']:_0x439ce1[_0x43eb5d(0x17d)],_0x359e82[_0x43eb5d(0x199)]=new Date()[_0x43eb5d(0x1a1)](),_0x359e82[_0x43eb5d(0x1f8)]=_0x3d8d9e[_0x43eb5d(0x19e)](Date[_0x43eb5d(0x185)](),_0x439ce1[_0x43eb5d(0x1a7)]['getTime']()),_0x359e82[_0x43eb5d(0x1cf)]=_0x439ce1[_0x43eb5d(0x1d6)]?_0x439ce1['err'][_0x43eb5d(0x1bc)]:null;}}const a4_0x57f4c7={};a4_0x57f4c7[a4_0x4946f5(0x154)]=O11yHelper,a4_0x57f4c7[a4_0x4946f5(0x1f0)]=STATE_PASSED,a4_0x57f4c7['STATE_FAILED']=STATE_FAILED,a4_0x57f4c7[a4_0x4946f5(0x223)]=TEST_EVENTS,module[a4_0x4946f5(0x1a5)]=a4_0x57f4c7;function a4_0x4316(){const _0x3d0950=['toUpperCase','HOOK_RUN_FINISHED','dSCgc','type','prototype','RXXBJ','resetSkipTestHooks','appendTestItemLog','getHierarchy','message','doFuX','result','file','hook_type','body','hwmft','hook_run_uuid','uploadEventData','errorsDetailed','WDGPy','feature','_beforeEach','hLvFw','Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20','toLowerCase','fullTitle','test_run','_testEnv','failure','TmplH','zrobl','codeceptjs','CODECEPT','../utils/constants','bddStepStart','err','bs:addLog:','_beforeAll','currentHook','finished','qTwyb','toString','qwLwH','launch','42842cOJMRT','rQDTJ','iGCAc','hook','replace','config','getHooksForTest','obsBrowserTypeMockApplied','IcRuD','testAnalyticsId','TestRunStarted','browserstack','fireEvent','currentTest','patchConsoleLogger','javascript','then','STATE_PASSED','hJMEZ','YXkqk','browserType.js','lRjWU','AIwAr','yNcCs','prefixTestPath','duration','GBuZn','kCLRx','stringify','aNIYz','\x20with\x20error\x20:\x20','findGitConfig','EVrLI','failed\x20to\x20get\x20root\x20parent\x20file\x20','logs','YGzII','sep','4489146qyKMLu','defineProperty','_afterAll','NHJdu','47gZjcRk','mapTestHooks','getTime','LogCreated','bddSteps','pending','inspect','QYfMW','Irxcp','getInstance','../../helpers/test-observability/requestQueueHandler','huvpH','kAgVP','getRootParentFile','HookRunStarted','integrations','lib','BROWSERSTACK','zrKlu','Checking\x20for\x20accessibility\x20automation\x20session\x20with\x20','GUYrr','length','winstonLogger','iaQSv','5417748KDUfjK','bddStepFinish','initializeBddStep','TEST_EVENTS','ovvjk','stop','AueGM','SsOGg','KWNbp','statSync','bqbka','constructor','cwd','PathHelper','dirname','keyword','includes','9GprihE','Failed\x20to\x20parse\x20wsendpoint\x20','hooks','start','vbBvc','forEach','7060yJoSQe','connect','jWKhl','event_type','hookAnalyticsId','suites','HookRunFinished','location_prefix','feKGn','PLAYWRIGHT_HUB_URL','vdNge','title','pid','O11yHelper','fXIkO','join','nroTk','match','eClMY','NpVBX','UEodv','enabled','GjWrS','string','File\x20path\x20could\x20not\x20be\x20found','BrowserType','setupBrowserDetails','bind','markedStatus','getCBTInfo','../../helpers/test-observability/sessionHandler','skipped','backtrace','toIlo','_paths','path','4294856RhEQdt','stepAnalyticsId','Not\x20able\x20to\x20import\x20Browser','uuid','RIsHF','file_name','DaxFb','sUJpN','ctx','../playwright/accessibility-helper','apply','../../helpers/helper','YrTIy','wzfSk','1588oBjSWy','connectOverCDP','iCHZP','driver','status','tags','HOOK_RUN_STARTED','client','push','arRtp','removeAllListeners','passed','now','relative','../playwright/sessionDetails','hSoVv','TestRunSkipped','name','_afterEach','CBTSessionCreated','RrFCk','tkuqX','BjByz','oFzrv','7920276ZjvWhE','xTaNz','debug','failureData','frameworkName','TEST_RUN_FINISHED','hndTL','330CjCAGW','finished_at','test','retryOf','MHnKU','../mocha/test-observability/mochaUtils','eeHOF','captureEvent','bhSMU','toISOString','VlEiM','__platformCaps','shutdown','exports','403579iYZscG','startedAt','groups','getHookType','BYDdE','../../helpers/test-observability/utils','TEST_RUN_STARTED','failed','started','wsEndpoint','TEST_REPORTING_ANALYTICS','test_run_uuid','parent'];a4_0x4316=function(){return _0x3d0950;};return a4_0x4316();}
|