browserstack-node-sdk 1.50.4 → 1.50.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ats/src/cloudproviders/AWS.js +1 -1
- package/ats/src/cloudproviders/Azure.js +1 -1
- package/ats/src/cloudproviders/CloudProvider.js +1 -1
- package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
- package/ats/src/cloudproviders/utils.js +1 -1
- package/ats/src/commands/configure.js +1 -1
- package/ats/src/commands/connect.js +1 -1
- package/ats/src/commands/connect_commands/grid.js +1 -1
- package/ats/src/commands/create.js +1 -1
- package/ats/src/commands/create_commands/grid.js +1 -1
- package/ats/src/commands/delete.js +1 -1
- package/ats/src/commands/delete_commands/grid.js +1 -1
- package/ats/src/commands/init.js +1 -1
- package/ats/src/commands/list.js +1 -1
- package/ats/src/commands/list_commands/grid_profiles.js +1 -1
- package/ats/src/commands/list_commands/grids.js +1 -1
- package/ats/src/commands/precheck.js +1 -1
- package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
- package/ats/src/commands/start.js +1 -1
- package/ats/src/commands/start_commands/grid.js +1 -1
- package/ats/src/commands/stop.js +1 -1
- package/ats/src/commands/stop_commands/grid.js +1 -1
- package/ats/src/config/constants.js +1 -1
- package/ats/src/config/logger.js +1 -1
- package/ats/src/index.js +1 -1
- package/ats/src/utils/AWSUtils.js +1 -1
- package/ats/src/utils/createAutoscalerStack.js +1 -1
- package/ats/src/utils/createClusterStack.js +1 -1
- package/ats/src/utils/createHubHaStack.js +1 -1
- package/ats/src/utils/createk8sClient.js +1 -1
- package/ats/src/utils/deleteEFSMountTargets.js +1 -1
- package/ats/src/utils/deleteStack.js +1 -1
- package/ats/src/utils/describeStack.js +1 -1
- package/ats/src/utils/gridComponents.js +1 -1
- package/ats/src/utils/hstUtils.js +1 -1
- package/ats/src/utils/instrumentationUtils.js +1 -1
- package/ats/src/utils/userInput.js +1 -1
- package/ats/src/utils/utilityMethods.js +1 -1
- package/ats/src/utils/webSocketUtils.js +1 -1
- package/package.json +2 -2
- package/src/ai-sdk-node/bundle.js +1 -1
- package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
- package/src/bin/codeceptjs/command.js +1 -1
- package/src/bin/codeceptjs/helper.js +1 -1
- package/src/bin/codeceptjs/o11yHelper.js +1 -1
- package/src/bin/cucumber-js/command.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
- package/src/bin/cucumber-js/test-observability.js +1 -1
- package/src/bin/cucumber-js/test.setup.js +1 -1
- package/src/bin/cucumber-js/test_old.setup.js +1 -1
- package/src/bin/cucumber-js/timeout.setup.js +1 -1
- package/src/bin/integrations/command.js +1 -1
- package/src/bin/integrations/constants.js +1 -1
- package/src/bin/jest/command.js +1 -1
- package/src/bin/jest/customImplements/customCircus.js +1 -1
- package/src/bin/jest/customImplements/customEnvironment.js +1 -1
- package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
- package/src/bin/jest/customImplements/customSequencer.js +1 -1
- package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
- package/src/bin/jest/jest.setup.js +1 -1
- package/src/bin/jest/test-observability/data-hooks.js +1 -1
- package/src/bin/jest/test-observability/helper.js +1 -1
- package/src/bin/jest/test-observability/obsReporter.js +1 -1
- package/src/bin/jest/test-observability/test-details.js +1 -1
- package/src/bin/jest/test.setup.js +1 -1
- package/src/bin/jest/test_before.setup.js +1 -1
- package/src/bin/launcher/launcher.js +1 -1
- package/src/bin/load/index.js +1 -1
- package/src/bin/load/loadUtils.js +1 -1
- package/src/bin/mocha/accessibility-automation/helper.js +1 -1
- package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
- package/src/bin/mocha/command.js +1 -1
- package/src/bin/mocha/test-observability/builderPatch.js +1 -1
- package/src/bin/mocha/test-observability/data-hooks.js +1 -1
- package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
- package/src/bin/mocha/test.setup.js +1 -1
- package/src/bin/nightwatch/command.js +1 -1
- package/src/bin/playwright/accessibility-helper.js +1 -1
- package/src/bin/playwright/command.js +1 -1
- package/src/bin/playwright/globalSetup.js +1 -1
- package/src/bin/playwright/mock-process.js +1 -1
- package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
- package/src/bin/playwright/patches.js +1 -1
- package/src/bin/playwright/reporter/pwUtils.js +1 -1
- package/src/bin/playwright/reporter/reporter.js +1 -1
- package/src/bin/playwright/reporter/test-details.js +1 -1
- package/src/bin/playwright/sessionDetails.js +1 -1
- package/src/bin/runner.js +1 -1
- package/src/bin/setup.js +1 -1
- package/src/bin/test-runner/index.js +1 -1
- package/src/bin/test-runner/runTest.js +1 -1
- package/src/bin/test-runner/testWorker.js +1 -1
- package/src/bin/utils/apiUtilityMethods.js +1 -1
- package/src/bin/utils/clientTroubleshootingService.js +1 -1
- package/src/bin/utils/constants.js +1 -1
- package/src/bin/utils/log4jsAppender.js +1 -1
- package/src/bin/utils/logPatcher.js +1 -1
- package/src/bin/utils/logReportingAPI.js +1 -1
- package/src/bin/utils/playwright-patcher.js +1 -1
- package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
- package/src/bin/utils/sharedUtils.js +1 -1
- package/src/bin/v2/TestInfo.js +1 -1
- package/src/bin/v2/browserstackCLI.js +1 -1
- package/src/bin/v2/cliUtils.js +1 -1
- package/src/bin/v2/customTagManager.js +1 -1
- package/src/bin/v2/eventDispatcher.js +1 -1
- package/src/bin/v2/framework/automationFramework.js +1 -1
- package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
- package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
- package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
- package/src/bin/v2/framework/jestTestFramework.js +1 -1
- package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
- package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
- package/src/bin/v2/framework/testFramework.js +1 -1
- package/src/bin/v2/grpcClient.js +1 -1
- package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
- package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
- package/src/bin/v2/instances/trackedContext.js +1 -1
- package/src/bin/v2/instances/trackedInstance.js +1 -1
- package/src/bin/v2/modules/accessibilityModule.js +1 -1
- package/src/bin/v2/modules/baseModule.js +1 -1
- package/src/bin/v2/modules/loadTestModule.js +1 -1
- package/src/bin/v2/modules/observabilityModule.js +1 -1
- package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
- package/src/bin/v2/modules/testhubModule.js +1 -1
- package/src/bin/v2/state/automationFrameworkState.js +1 -1
- package/src/bin/v2/state/hookState.js +1 -1
- package/src/bin/v2/state/testFrameworkState.js +1 -1
- package/src/bin/v2/uploadAttachmentsManager.js +1 -1
- package/src/bin/v2/utils/cucumber-utils.js +1 -1
- package/src/bin/v2/utils/jest-utils.js +1 -1
- package/src/bin/vanilla-js/command.js +1 -1
- package/src/browserStackSdk.js +1 -1
- package/src/helpers/BrowserStackSetup.js +1 -1
- package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
- package/src/helpers/accessibility-automation/constants.js +1 -1
- package/src/helpers/accessibility-automation/helper.js +1 -1
- package/src/helpers/accessibility-automation/scripts.js +1 -1
- package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
- package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
- package/src/helpers/ats/constants.js +1 -1
- package/src/helpers/ats/helper.js +1 -1
- package/src/helpers/capsMapping.js +1 -1
- package/src/helpers/central-scanner/constants.js +1 -1
- package/src/helpers/central-scanner/helpers.js +1 -1
- package/src/helpers/classLogger.js +1 -1
- package/src/helpers/globals.js +1 -1
- package/src/helpers/helper.js +1 -1
- package/src/helpers/logger.js +1 -1
- package/src/helpers/metadata.js +1 -1
- package/src/helpers/patchHelper.js +1 -1
- package/src/helpers/patchHelpers.js +1 -1
- package/src/helpers/percy/Percy.js +1 -1
- package/src/helpers/percy/PercyBinary.js +1 -1
- package/src/helpers/percy/PercyCaptureMap.js +1 -1
- package/src/helpers/percy/PercyCaptureModes.js +1 -1
- package/src/helpers/percy/PercySDK.js +1 -1
- package/src/helpers/percy/index.js +1 -1
- package/src/helpers/percy/utils.js +1 -1
- package/src/helpers/performance/constants.js +1 -1
- package/src/helpers/performance/performance-tester.js +1 -1
- package/src/helpers/playwright-helper.js +1 -1
- package/src/helpers/processHelper.js +1 -1
- package/src/helpers/request-spy.js +1 -1
- package/src/helpers/setKeepAlive.js +1 -1
- package/src/helpers/test-observability/constants.js +1 -1
- package/src/helpers/test-observability/error-handler.js +1 -1
- package/src/helpers/test-observability/requestQueueHandler.js +1 -1
- package/src/helpers/test-observability/sessionHandler.js +1 -1
- package/src/helpers/test-observability/utils.js +1 -1
- package/src/helpers/test-orchestration/constants.js +1 -1
- package/src/helpers/test-orchestration/failfastManager.js +1 -1
- package/src/helpers/test-orchestration/fileHelper.js +1 -1
- package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
- package/src/helpers/test-orchestration/requestUtils.js +1 -1
- package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
- package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
- package/src/helpers/testhub/constants.js +1 -1
- package/src/helpers/testhub/testhubHandler.js +1 -1
- package/src/helpers/testhub/utils.js +1 -1
- package/src/helpers/timeoutPromise.js +1 -1
- package/src/helpers/utilities.js +1 -1
- package/src/helpers/w3cMapping.js +1 -1
- package/src/hubAllocationMethods.js +1 -1
- package/src/index.js +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
const a1_0x3373c2=a1_0x401a;(function(_0x1aa013,_0xe45f99){const _0x436161=a1_0x401a,_0x1f050f=_0x1aa013();while(!![]){try{const _0x32c157=parseInt(_0x436161(0xb4))/0x1+-parseInt(_0x436161(0xf3))/0x2+parseInt(_0x436161(0xfa))/0x3+parseInt(_0x436161(0x12d))/0x4+parseInt(_0x436161(0x113))/0x5+parseInt(_0x436161(0x186))/0x6+-parseInt(_0x436161(0xc9))/0x7*(parseInt(_0x436161(0xaa))/0x8);if(_0x32c157===_0xe45f99)break;else _0x1f050f['push'](_0x1f050f['shift']());}catch(_0x23f0a2){_0x1f050f['push'](_0x1f050f['shift']());}}}(a1_0x38aa,0xd5e7d));const fs=require('fs'),util=require('util'),{requireModule,markSessionStatus,isUndefined,isTrue,isBrowserstackInfra}=require(a1_0x3373c2(0xd7)),logger=require('../../helpers/logger')[a1_0x3373c2(0xf1)],testOpsHelper=require('../../helpers/test-observability/utils'),requestSpy=require('../../helpers/request-spy'),PlaywrightSessionDetails=require(a1_0x3373c2(0xba)),{O11yHelper,TEST_EVENTS,STATE_PASSED,STATE_FAILED}=require(a1_0x3373c2(0x164)),{shouldScanTestForAccessibility,isAccessibilityAutomationSession}=require(a1_0x3373c2(0x184)),AccessibilityHelper=require(a1_0x3373c2(0x8e)),scripts=require(a1_0x3373c2(0x93)),PerformanceTester=require(a1_0x3373c2(0x7f)),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceHookEvents}=require(a1_0x3373c2(0x10d)),{processWebDriverConfig,shouldPatchExecuteScript}=require(a1_0x3373c2(0x109)),testHubConstants=require(a1_0x3373c2(0x131)),globals=require(a1_0x3373c2(0x15a)),CodeceptJS=requireModule(a1_0x3373c2(0x10f),a1_0x3373c2(0x17c)),CodeceptUtils=requireModule(a1_0x3373c2(0xb0),a1_0x3373c2(0x17c)),CodeceptWebDriver=requireModule(a1_0x3373c2(0x7d),a1_0x3373c2(0x17c)),CodeceptRecorder=requireModule('codeceptjs/lib/recorder.js',a1_0x3373c2(0x17c)),CodeceptPlaywright=requireModule(a1_0x3373c2(0xd2),a1_0x3373c2(0x17c)),playwrightMarkSessionStatus=(_0x104c8a,_0x3e125b,_0x67657c)=>{const _0x216ff2=a1_0x3373c2,_0x7bbf46={'VPyUi':_0x216ff2(0x12a),'WqKNZ':function(_0x3452cd,_0x5e5bbf){return _0x3452cd(_0x5e5bbf);}},_0x4ded8b={};_0x4ded8b[_0x216ff2(0xb3)]=_0x3e125b;const _0x1dc04f={};_0x1dc04f[_0x216ff2(0x7e)]=_0x7bbf46[_0x216ff2(0xa6)],_0x1dc04f[_0x216ff2(0xcc)]=_0x4ded8b;const _0x25ad3b=_0x1dc04f;return!_0x7bbf46[_0x216ff2(0xe6)](isUndefined,_0x67657c)&&(_0x25ad3b['arguments'][_0x216ff2(0xc0)]=JSON[_0x216ff2(0xdd)](_0x67657c)),_0x104c8a[_0x216ff2(0xb5)](()=>{},_0x216ff2(0x118)+JSON[_0x216ff2(0xdd)](_0x25ad3b));},o11ySync=PerformanceTester['measureWrapper'](PerformanceO11yEvents[a1_0x3373c2(0xe9)],async _0x2e0a59=>{const _0x4766f8=a1_0x3373c2,_0x4342b8={};_0x4342b8[_0x4766f8(0x143)]=function(_0x3b6f04,_0x1eef63){return _0x3b6f04===_0x1eef63;},_0x4342b8[_0x4766f8(0x13a)]=_0x4766f8(0xd9);const _0x1e30a4=_0x4342b8;_0x1e30a4[_0x4766f8(0x143)](_0x2e0a59['constructor']['name'],_0x1e30a4[_0x4766f8(0x13a)])?await _0x2e0a59[_0x4766f8(0xb5)](_0x29ee36=>{},testOpsHelper[_0x4766f8(0x178)]()):await _0x2e0a59[_0x4766f8(0xb5)](testOpsHelper[_0x4766f8(0x178)]());}),markSessionName=PerformanceTester[a1_0x3373c2(0x8b)](PerformanceAutEvents[a1_0x3373c2(0xe3)],async(_0x4e7500,_0x1de610)=>{const _0x2b17e0=a1_0x3373c2,_0x141f4c={};_0x141f4c[_0x2b17e0(0x124)]=_0x2b17e0(0xf9),_0x141f4c[_0x2b17e0(0x11b)]=function(_0x5aa407,_0x524a89){return _0x5aa407===_0x524a89;},_0x141f4c[_0x2b17e0(0xc8)]=_0x2b17e0(0xd9);const _0x3022fd=_0x141f4c,_0x17df5e={};_0x17df5e[_0x2b17e0(0x160)]=_0x1de610;const _0x34d8c2={};_0x34d8c2['action']=_0x3022fd[_0x2b17e0(0x124)],_0x34d8c2[_0x2b17e0(0xcc)]=_0x17df5e;const _0x12f1dd=_0x34d8c2;_0x3022fd[_0x2b17e0(0x11b)](_0x4e7500[_0x2b17e0(0xc2)][_0x2b17e0(0x160)],_0x3022fd[_0x2b17e0(0xc8)])?await _0x4e7500[_0x2b17e0(0xb5)](()=>{},_0x2b17e0(0x118)+JSON['stringify'](_0x12f1dd)):await _0x4e7500['executeScript'](_0x2b17e0(0x118)+JSON[_0x2b17e0(0xdd)](_0x12f1dd));}),patchSaveScreenshot=_0x7bfd00=>{const _0x4e5bfe=a1_0x3373c2,_0xf7d6a5={'uiiZK':'base64','DUjPc':_0x4e5bfe(0x14d),'qoVGq':function(_0xa18506){return _0xa18506();},'pZMGr':function(_0x2bf520,_0x208e2e){return _0x2bf520(_0x208e2e);},'MAsvL':_0x4e5bfe(0x15f),'UnPyU':function(_0x16d68d,_0x54208e){return _0x16d68d(_0x54208e);}};_0xf7d6a5[_0x4e5bfe(0x7a)](isTrue,process['env'][_0x4e5bfe(0x146)])&&!_0x7bfd00[_0x4e5bfe(0x107)]&&(_0x7bfd00[_0x4e5bfe(0x107)]=!![],_0x7bfd00['initSaveScreenshot']=_0x7bfd00[_0x4e5bfe(0x10b)],_0x7bfd00[_0x4e5bfe(0x10b)]=(_0x434566,_0x56f15b=![])=>{const _0x9092da=_0x4e5bfe,_0x233597={'QwFUT':_0xf7d6a5[_0x9092da(0x179)],'Vtejw':_0xf7d6a5[_0x9092da(0x13f)],'lomBS':function(_0x270209){const _0x21d239=_0x9092da;return _0xf7d6a5[_0x21d239(0x130)](_0x270209);},'vXihN':function(_0xecc6c8,_0x56c0c8){return _0xf7d6a5['pZMGr'](_0xecc6c8,_0x56c0c8);},'oJSDA':_0xf7d6a5[_0x9092da(0x168)]};return new Promise(function(_0x9ca758,_0x1663b0){const _0x31bebd=_0x9092da,_0x244e05={'IJPgt':_0x233597['QwFUT'],'RUkXz':_0x233597[_0x31bebd(0x98)],'VJvVh':function(_0x4b475b){const _0x14e7fb=_0x31bebd;return _0x233597[_0x14e7fb(0x151)](_0x4b475b);},'bnJzx':function(_0x30cb15,_0x3555f3){const _0x4f0bc0=_0x31bebd;return _0x233597[_0x4f0bc0(0xf4)](_0x30cb15,_0x3555f3);},'lwfPA':_0x233597['oJSDA']};_0x7bfd00[_0x31bebd(0x17a)](_0x434566,_0x56f15b)['then'](()=>{const _0x4416d2=_0x31bebd,_0x545560=CodeceptUtils[_0x4416d2(0x9c)](_0x434566);if(_0x545560){const _0x52e9d2=fs[_0x4416d2(0x99)](_0x545560);process[_0x4416d2(0xfe)]('bs:addLog:'+process[_0x4416d2(0x9e)],{'timestamp':new Date()[_0x4416d2(0xa9)](),'message':_0x52e9d2[_0x4416d2(0x15d)](_0x244e05[_0x4416d2(0xf5)]),'kind':_0x244e05[_0x4416d2(0x10e)]}),_0x244e05[_0x4416d2(0xa5)](_0x9ca758);}_0x244e05[_0x4416d2(0xe8)](_0x1663b0,new Error(_0x244e05[_0x4416d2(0x176)]));})[_0x31bebd(0x155)](()=>null);});});},patchWebDriverBefore=_0x38975d=>{const _0x3fdb0c=a1_0x3373c2,_0x460d9c={'xtzyo':function(_0x3f28f5){return _0x3f28f5();},'dWqCO':function(_0x513b51,_0x1b8fff){return _0x513b51(_0x1b8fff);},'CGVQw':function(_0x178226,_0x310cb8){return _0x178226===_0x310cb8;},'VMwBa':_0x3fdb0c(0xda),'BLUHw':'string','pEfoR':function(_0x1b7431,_0x3021a5){return _0x1b7431===_0x3021a5;},'paqkB':_0x3fdb0c(0xbb)},_0x571624=async function(_0x39ddb4,_0xdc2317){const _0x513bca=_0x3fdb0c;_0x460d9c[_0x513bca(0xac)](isAccessibilityAutomationSession)&&!global[_0x513bca(0x180)]&&global[_0x513bca(0x16d)]&&scripts['shouldWrapCommand'](_0x39ddb4['name'])&&_0x460d9c[_0x513bca(0x169)](shouldPatchExecuteScript,arguments[0x2])&&(global['bstackAllyScanning']=!![],await PerformanceTester[_0x513bca(0x8b)](PerformanceA11yEvents[_0x513bca(0x13b)],async()=>{const _0x56947a=_0x513bca;logger[_0x56947a(0xcd)](_0x56947a(0x8d)+_0x39ddb4[_0x56947a(0x11a)]+'\x20'+_0x39ddb4[_0x56947a(0x160)]),await AccessibilityHelper[_0x56947a(0xcf)](_0x38975d,scripts[_0x56947a(0x172)]);},{'command':_0x39ddb4['name']})());global[_0x513bca(0x180)]=![];const _0x483330=JSON['parse'](process[_0x513bca(0xdc)]['FRAMEWORK_DETAILS']||'{}');if(_0x460d9c[_0x513bca(0x9a)](_0x483330?.[_0x513bca(0x134)]?.[_0x513bca(0x160)],_0x460d9c[_0x513bca(0x94)])&&_0x460d9c[_0x513bca(0x9a)](typeof _0x483330?.[_0x513bca(0x134)]?.[_0x513bca(0x144)],_0x460d9c[_0x513bca(0x15e)])&&_0x483330?.['testFramework']?.[_0x513bca(0x144)][_0x513bca(0x9d)]('7'))return _0xdc2317[_0x513bca(0x174)](null,Array[_0x513bca(0xd8)][_0x513bca(0x8c)]['call'](arguments,0x2));return _0xdc2317[_0x513bca(0x174)](this,Array[_0x513bca(0xd8)][_0x513bca(0x8c)][_0x513bca(0x104)](arguments,0x2));},_0x2fa194=CodeceptWebDriver[_0x3fdb0c(0xd8)]['_before'];CodeceptWebDriver[_0x3fdb0c(0xd8)][_0x3fdb0c(0x15b)]=async function(){const _0x3b20f4=_0x3fdb0c;try{await _0x2fa194[_0x3b20f4(0x174)](this,arguments);}catch(_0x57326b){logger['debug'](_0x3b20f4(0x154)+util[_0x3b20f4(0xe2)](_0x57326b));}scripts[_0x3b20f4(0xec)][_0x3b20f4(0x80)](_0x4aaf9b=>_0x4aaf9b['name']&&_0x4aaf9b[_0x3b20f4(0x11a)])['forEach'](_0x5afe9f=>{const _0x3b208a=_0x3b20f4;this[_0x3b208a(0xf6)][_0x3b208a(0x135)](_0x5afe9f[_0x3b208a(0x160)],_0x571624[_0x3b208a(0x9f)](this,_0x5afe9f),_0x460d9c[_0x3b208a(0xa7)](_0x5afe9f['class'],_0x460d9c[_0x3b208a(0x89)]));}),_0x460d9c[_0x3b20f4(0x169)](processWebDriverConfig,_0x38975d);};};function a1_0x401a(_0x6cb9c,_0x31e9aa){const _0x38aab5=a1_0x38aa();return a1_0x401a=function(_0x401a45,_0x4316a9){_0x401a45=_0x401a45-0x79;let _0x40c502=_0x38aab5[_0x401a45];return _0x40c502;},a1_0x401a(_0x6cb9c,_0x31e9aa);}function parseJwt(_0x4de22b){const _0x66f3e2=a1_0x3373c2,_0x543750={};_0x543750['vYAxV']=_0x66f3e2(0x138);const _0x13a070=_0x543750;if(!_0x4de22b)return null;return JSON[_0x66f3e2(0xb6)](Buffer['from'](_0x4de22b[_0x66f3e2(0x152)]('.')[0x1],_0x13a070[_0x66f3e2(0x165)])[_0x66f3e2(0x15d)]());}const patchPlaywrightBefore=()=>{const _0x5e0774=a1_0x3373c2,_0x54dac8={'WKORc':_0x5e0774(0x83),'oAbuz':function(_0x2fcd12){return _0x2fcd12();},'YEEke':function(_0x40858c,_0xaf354){return _0x40858c(_0xaf354);},'GmvKJ':function(_0x19817f){return _0x19817f();},'NzkvG':_0x5e0774(0x16f),'ZdKQl':function(_0x5ebe40,_0x522e74){return _0x5ebe40+_0x522e74;},'nhapO':'\x0aStack:\x20','XDqzR':function(_0x564897){return _0x564897();}};PlaywrightSessionDetails[_0x5e0774(0x82)]();const _0x56c088=CodeceptPlaywright[_0x5e0774(0xd8)][_0x5e0774(0x15b)];CodeceptPlaywright[_0x5e0774(0xd8)][_0x5e0774(0x15b)]=async function(){const _0xe36a74=_0x5e0774,_0x40889c={'tzCfT':function(_0x5d64cf){const _0x49150b=a1_0x401a;return _0x54dac8[_0x49150b(0x15c)](_0x5d64cf);},'dsnLz':_0x54dac8[_0xe36a74(0x16a)]};this[_0xe36a74(0x17e)]=await this[_0xe36a74(0xf6)][_0xe36a74(0xf7)]()[0x0];const _0x24fd1f=async()=>{const _0x44b99e=_0xe36a74,_0xb3021b=this[_0x44b99e(0x156)]&&this['config'][_0x44b99e(0x142)]&&this[_0x44b99e(0x156)][_0x44b99e(0x142)][_0x44b99e(0xe4)]&&Array[_0x44b99e(0x14c)](this['config'][_0x44b99e(0x142)][_0x44b99e(0xe4)])&&this[_0x44b99e(0x156)][_0x44b99e(0x142)][_0x44b99e(0xe4)][_0x44b99e(0x7b)](_0x54dac8[_0x44b99e(0x127)]);if(_0x54dac8[_0x44b99e(0xd4)](isAccessibilityAutomationSession)&&!_0xb3021b)try{const _0x5f2a98=_0x54dac8['YEEke'](parseJwt,process[_0x44b99e(0xdc)]['BS_A11Y_JWT']);if(_0x5f2a98&&_0x5f2a98[_0x44b99e(0x96)]&&_0x5f2a98[_0x44b99e(0x96)][_0x44b99e(0xb8)]){const _0x48d344=this[_0x44b99e(0x17e)][_0x44b99e(0xf0)]['bind'](this['browserContext']);this['browserContext'][_0x44b99e(0xf0)]=async function(){const _0x5efe2d=_0x44b99e,_0x4517ea=await _0x40889c[_0x5efe2d(0x119)](_0x48d344),_0x308357=[];for(const _0x38530d of _0x4517ea){try{const _0x516cac=await _0x38530d['url']();!_0x516cac[_0x5efe2d(0x9d)](_0x40889c['dsnLz'])&&_0x308357['push'](_0x38530d);}catch(_0x535c1d){_0x308357[_0x5efe2d(0x163)](_0x38530d);}}return _0x308357;};}if(!_0x54dac8[_0x44b99e(0x15c)](isBrowserstackInfra)){const _0x403fe=await this[_0x44b99e(0x16c)][_0x44b99e(0x137)]();if(_0x403fe[_0x44b99e(0x9d)](_0x54dac8['NzkvG'])){const _0x35a10f=await this[_0x44b99e(0x17e)][_0x44b99e(0xf0)]();this[_0x44b99e(0x84)](_0x35a10f[0x0]);}}}catch(_0x4eee69){logger[_0x44b99e(0xcd)](_0x44b99e(0xc6)+_0x4eee69['message']+(_0x4eee69[_0x44b99e(0x111)]?_0x54dac8[_0x44b99e(0xd1)](_0x54dac8['nhapO'],_0x4eee69['stack']):''));}};_0x54dac8['oAbuz'](isBrowserstackInfra)&&await _0x54dac8[_0xe36a74(0xd4)](_0x24fd1f),await _0x56c088[_0xe36a74(0x174)](this,arguments),!_0x54dac8[_0xe36a74(0xb9)](isBrowserstackInfra)&&await _0x54dac8['GmvKJ'](_0x24fd1f);};},getCodeceptDriver=()=>{const _0xf8ad4b=a1_0x3373c2,_0x1b0195={};_0x1b0195['wcOyP']=_0xf8ad4b(0xb2),_0x1b0195[_0xf8ad4b(0x16b)]='Playwright',_0x1b0195[_0xf8ad4b(0x182)]=_0xf8ad4b(0xaf),_0x1b0195['yarXf']='TestCafe';const _0x3274e2=_0x1b0195,_0x26179e=[_0x3274e2[_0xf8ad4b(0x149)],_0x3274e2['EyYjU'],_0x3274e2['qefrW'],_0x3274e2[_0xf8ad4b(0x181)]],_0x23006f=_0x26179e[_0xf8ad4b(0x12c)](_0x4d64a6=>!!CodeceptJS[_0xf8ad4b(0x133)][_0xf8ad4b(0x171)](_0x4d64a6));if(!_0x23006f)return null;return CodeceptJS['container'][_0xf8ad4b(0x171)](_0x23006f);};module[a1_0x3373c2(0x158)]=function(_0x39d144){const _0x57e12d=a1_0x3373c2,_0xf4115d={'pAfBp':function(_0x4aa1ec){return _0x4aa1ec();},'qyPRb':function(_0x14c7db,_0x4e8d04){return _0x14c7db(_0x4e8d04);},'ckgVS':_0x57e12d(0xbc),'kOxSu':_0x57e12d(0x13e),'aRUJm':_0x57e12d(0xeb),'fuWhS':_0x57e12d(0xbf),'blUeT':function(_0x246d0e,_0x317914){return _0x246d0e(_0x317914);},'sDamX':_0x57e12d(0x175),'nihmr':'hook-passed','FIVTY':_0x57e12d(0xfd),'TaTfz':_0x57e12d(0x14a),'WznAV':function(_0x469670){return _0x469670();},'AeiML':_0x57e12d(0x177),'wungo':function(_0x143fc5,_0x50b942){return _0x143fc5(_0x50b942);},'Btrwh':function(_0xba1908,_0x12d3d6,_0x41a36e){return _0xba1908(_0x12d3d6,_0x41a36e);},'fMwFO':_0x57e12d(0xd0),'vPEQs':function(_0x4a56e8,_0x12258f,_0x2cbeaf){return _0x4a56e8(_0x12258f,_0x2cbeaf);},'PEXed':function(_0x20b1b3,_0x5c8d2b,_0x2c66cf){return _0x20b1b3(_0x5c8d2b,_0x2c66cf);},'gwelK':_0x57e12d(0x14e),'ytcYP':function(_0x3cb7fb,_0x2eee77,_0x4bda90,_0x12b4f5){return _0x3cb7fb(_0x2eee77,_0x4bda90,_0x12b4f5);},'OvJWr':function(_0x3d73ec,_0x3b5c59,_0x182489,_0x273ec2){return _0x3d73ec(_0x3b5c59,_0x182489,_0x273ec2);},'rmVVW':function(_0x5bcb79,_0x25598b){return _0x5bcb79===_0x25598b;},'osoWV':_0x57e12d(0xf8),'oMolI':_0x57e12d(0xad),'kySiN':_0x57e12d(0x102),'HLgcB':_0x57e12d(0x166),'AaKFI':function(_0x92b27b,_0x5a9ac6,_0x49e11b){return _0x92b27b(_0x5a9ac6,_0x49e11b);},'CsVWG':'Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','wCXJG':'test-after','uiBHW':_0x57e12d(0xca),'zLZrO':_0x57e12d(0xea),'dQzLC':'step-comment','mWDJz':_0x57e12d(0xee),'Zkvfx':'bddStep-after','GQwYe':function(_0x141dac){return _0x141dac();},'dNnfB':_0x57e12d(0xd9)};_0x39d144[_0x57e12d(0xed)]&&(global[_0x57e12d(0xb7)]=_0x39d144['skipSessionStatus']);PerformanceTester['startMonitoring']();const _0x4fe40e=_0xf4115d[_0x57e12d(0xa2)](getCodeceptDriver),_0x2333a9=new O11yHelper(_0x4fe40e,_0x39d144),_0x2c6453=!!CodeceptJS['container'][_0x57e12d(0x171)](_0xf4115d[_0x57e12d(0xe1)]);global[_0x57e12d(0x12f)]=_0x4fe40e,_0x4fe40e&&(PerformanceTester[_0x57e12d(0x8b)](PerformanceEvents[_0x57e12d(0x8a)],()=>{const _0x45ad4a=_0x57e12d;_0x2c6453?_0xf4115d[_0x45ad4a(0x128)](patchPlaywrightBefore):_0xf4115d[_0x45ad4a(0xd3)](patchWebDriverBefore,_0x4fe40e);})(),PerformanceTester[_0x57e12d(0x8b)](PerformanceEvents['SDK_POST_INITIALIZE'],()=>{const _0x4407c0=_0x57e12d,_0x556af2={};_0x556af2[_0x4407c0(0x116)]=_0xf4115d[_0x4407c0(0x11c)],_0x556af2[_0x4407c0(0x148)]=_0xf4115d[_0x4407c0(0x170)],_0x556af2['UFfuc']=_0xf4115d[_0x4407c0(0x121)],_0x556af2[_0x4407c0(0xa8)]=_0xf4115d[_0x4407c0(0xa3)];const _0x3f877d=_0x556af2;_0x4fe40e['getAccessibilityResultsSummary']=async()=>{const _0x36ac57=_0x4407c0;if(global['accessibilityPlatform']){const _0x3161b2={};return _0x3161b2[_0x36ac57(0x157)]=_0x3f877d[_0x36ac57(0x116)],await PerformanceTester[_0x36ac57(0x8b)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0xdfeab8=_0x36ac57;return await AccessibilityHelper[_0xdfeab8(0xcf)](_0x4fe40e,scripts[_0xdfeab8(0x172)]);},_0x3161b2)(),await PerformanceTester[_0x36ac57(0x8b)](PerformanceA11yEvents[_0x36ac57(0xfc)],async()=>{const _0x46c724=_0x36ac57;return await AccessibilityHelper[_0x46c724(0xcf)](_0x4fe40e,scripts[_0x46c724(0xe7)]);})();}return logger[_0x36ac57(0x13c)](_0x3f877d[_0x36ac57(0x148)]),{};},_0x4fe40e[_0x4407c0(0xeb)]=async()=>{const _0x24d2b3=_0x4407c0;if(global[_0x24d2b3(0x16d)]){const _0x4421ef={};return _0x4421ef[_0x24d2b3(0x157)]=_0x3f877d[_0x24d2b3(0x9b)],await PerformanceTester[_0x24d2b3(0x8b)](PerformanceA11yEvents[_0x24d2b3(0x13b)],async()=>{const _0x3449fd=_0x24d2b3;return await AccessibilityHelper['browserStackExecuteDriver'](_0x4fe40e,scripts[_0x3449fd(0x172)]);},_0x4421ef)(),await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x24d2b3(0xff)],async()=>{const _0x805393=_0x24d2b3;return await AccessibilityHelper[_0x805393(0xcf)](_0x4fe40e,scripts[_0x805393(0x90)]);})();}return logger[_0x24d2b3(0x13c)](_0x3f877d[_0x24d2b3(0xa8)]),{};},_0xf4115d[_0x4407c0(0xa0)](patchSaveScreenshot,_0x4fe40e);})()),CodeceptJS[_0x57e12d(0xe5)]['dispatcher']['on'](CodeceptJS[_0x57e12d(0xe5)][_0x57e12d(0x150)][_0x57e12d(0xa1)],()=>{const _0x55cb6f=_0x57e12d;PerformanceTester['start'](PerformanceEvents[_0x55cb6f(0x97)]);try{_0x2333a9[_0x55cb6f(0xc1)](),testOpsHelper['addRequestSpy'](),PerformanceTester[_0x55cb6f(0x108)](PerformanceEvents[_0x55cb6f(0x97)]);}catch(_0x32a0f3){PerformanceTester[_0x55cb6f(0x110)](_0x32a0f3),PerformanceTester[_0x55cb6f(0x108)](PerformanceEvents[_0x55cb6f(0x97)],![],_0x32a0f3);}}),CodeceptJS[_0x57e12d(0xe5)]['dispatcher']['on'](CodeceptJS[_0x57e12d(0xe5)][_0x57e12d(0x150)]['after'],async()=>{const _0x280468=_0x57e12d;PerformanceTester['start'](PerformanceEvents[_0x280468(0x126)]);try{requestSpy[_0x280468(0x13d)](),await _0x2333a9[_0x280468(0x147)](),PerformanceTester[_0x280468(0x108)](PerformanceEvents[_0x280468(0x126)]);}catch(_0x3d0899){PerformanceTester[_0x280468(0x110)](_0x3d0899),PerformanceTester['end'](PerformanceEvents[_0x280468(0x126)],![],_0x3d0899);}finally{PerformanceTester[_0x280468(0x11e)]();}}),CodeceptJS['event'][_0x57e12d(0xc4)]['on'](CodeceptJS[_0x57e12d(0xe5)][_0x57e12d(0xc3)][_0x57e12d(0xbd)],_0x29214c=>{const _0x13d99b=_0x57e12d;PerformanceTester[_0x13d99b(0xc1)](PerformanceEvents[_0x13d99b(0x101)]);try{const _0x355179=_0x29214c[_0x13d99b(0xde)][_0x13d99b(0x11d)],_0x18efe3=_0x2333a9[_0x13d99b(0x106)](TEST_EVENTS[_0x13d99b(0x100)],_0x355179);CodeceptRecorder[_0x13d99b(0xc5)](()=>_0x2333a9[_0x13d99b(0x14f)](TEST_EVENTS[_0x13d99b(0x100)],_0x18efe3));const _0x330551={};_0x330551[_0x13d99b(0x122)]=_0xf4115d[_0x13d99b(0xb1)],PerformanceTester[_0x13d99b(0x108)](PerformanceEvents[_0x13d99b(0x101)],!![],null,_0x330551);}catch(_0x49e7e2){const _0x5679f8={};_0x5679f8[_0x13d99b(0x122)]=_0xf4115d[_0x13d99b(0xb1)],PerformanceTester['end'](PerformanceEvents[_0x13d99b(0x101)],![],_0x49e7e2,_0x5679f8),PerformanceTester[_0x13d99b(0x110)](_0x49e7e2);}}),CodeceptJS['event']['dispatcher']['on'](CodeceptJS[_0x57e12d(0xe5)][_0x57e12d(0xc3)][_0x57e12d(0x125)],_0x6c823d=>{const _0xb7de7a=_0x57e12d,_0x2c394c={};_0x2c394c[_0xb7de7a(0x122)]=_0xf4115d[_0xb7de7a(0xf2)],PerformanceTester[_0xb7de7a(0xc1)](PerformanceHookEvents[_0xb7de7a(0x101)],!![],null,_0x2c394c);try{const _0x4d8345=_0x6c823d['ctx'][_0xb7de7a(0x11d)],_0x4feb42=_0x2333a9[_0xb7de7a(0x106)](TEST_EVENTS[_0xb7de7a(0x14b)],_0x4d8345);CodeceptRecorder['add'](()=>_0x2333a9['fireEvent'](TEST_EVENTS['HOOK_RUN_FINISHED'],_0x4feb42));const _0x206c43={};_0x206c43[_0xb7de7a(0x122)]=_0xf4115d[_0xb7de7a(0xf2)],PerformanceTester[_0xb7de7a(0x108)](PerformanceHookEvents[_0xb7de7a(0x101)],!![],null,_0x206c43);}catch(_0x3b36c2){PerformanceTester[_0xb7de7a(0x110)](_0x3b36c2);const _0x24b73f={};_0x24b73f[_0xb7de7a(0x122)]=_0xf4115d[_0xb7de7a(0xf2)],PerformanceTester[_0xb7de7a(0x108)](PerformanceHookEvents[_0xb7de7a(0x101)],![],_0x3b36c2,_0x24b73f);}}),CodeceptJS[_0x57e12d(0xe5)][_0x57e12d(0xc4)]['on'](CodeceptJS[_0x57e12d(0xe5)][_0x57e12d(0xc3)][_0x57e12d(0x7c)],async(_0xd471b6,_0x499e13)=>{const _0x5b84eb=_0x57e12d;PerformanceTester['start'](PerformanceHookEvents['SDK_HOOK']);try{const _0x39d91e=_0xd471b6[_0x5b84eb(0xde)][_0x5b84eb(0x11d)],_0x1d8845=_0x2333a9[_0x5b84eb(0x106)](TEST_EVENTS[_0x5b84eb(0x14b)],_0x39d91e,_0x499e13);CodeceptRecorder['add'](()=>_0x2333a9[_0x5b84eb(0x14f)](TEST_EVENTS[_0x5b84eb(0x14b)],_0x1d8845));const _0x26c315={};_0x26c315[_0x5b84eb(0x122)]=_0xf4115d[_0x5b84eb(0x91)],PerformanceTester[_0x5b84eb(0xc1)](PerformanceHookEvents[_0x5b84eb(0x101)],!![],null,_0x26c315);}catch(_0x1d0175){PerformanceTester[_0x5b84eb(0x110)](_0x1d0175);const _0x21002b={};_0x21002b[_0x5b84eb(0x122)]=_0xf4115d[_0x5b84eb(0x91)],PerformanceTester[_0x5b84eb(0x108)](PerformanceHookEvents[_0x5b84eb(0x101)],![],_0x1d0175,_0x21002b);}const _0x7d044b={};_0x7d044b[_0x5b84eb(0x122)]=_0xf4115d[_0x5b84eb(0x91)],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x7d044b);}),CodeceptJS['event']['dispatcher']['on'](CodeceptJS[_0x57e12d(0xe5)][_0x57e12d(0x11d)][_0x57e12d(0xa1)],_0x477dbe=>{const _0x45bb38=_0x57e12d;PerformanceTester[_0x45bb38(0xc1)](PerformanceHookEvents['SDK_HOOK']);try{globals[_0x45bb38(0x87)](_0xf4115d[_0x45bb38(0xbe)],_0x477dbe[_0x45bb38(0x17b)]);_0xf4115d[_0x45bb38(0xce)](isBrowserstackInfra)&&(_0x2c6453&&(global[_0x45bb38(0x112)]={'currentTest':{'name':_0x477dbe[_0x45bb38(0x17b)],'testInfo':{'titlePath':_0x477dbe[_0x45bb38(0x79)]()}}}));const _0x451d2f={};_0x451d2f[_0x45bb38(0x122)]=_0xf4115d[_0x45bb38(0xfb)],PerformanceTester['end'](PerformanceHookEvents[_0x45bb38(0x101)],!![],null,_0x451d2f);}catch(_0x1fd14d){PerformanceTester[_0x45bb38(0x110)](_0x1fd14d);const _0x3595a9={};_0x3595a9[_0x45bb38(0x122)]=_0xf4115d[_0x45bb38(0xfb)],PerformanceTester[_0x45bb38(0x108)](PerformanceHookEvents[_0x45bb38(0x101)],![],_0x1fd14d,_0x3595a9);}}),CodeceptJS[_0x57e12d(0xe5)]['dispatcher']['on'](CodeceptJS[_0x57e12d(0xe5)]['test'][_0x57e12d(0xbd)],_0x156231=>{const _0x337bdd=_0x57e12d,_0x5340ea={'DklwQ':function(_0x1328a4){return _0xf4115d['pAfBp'](_0x1328a4);},'yzvbf':function(_0x39362f,_0xc4e572){const _0x131537=a1_0x401a;return _0xf4115d[_0x131537(0x17f)](_0x39362f,_0xc4e572);},'ghyYx':function(_0x2c870e,_0x5c69d1,_0x292ef6){const _0x175691=a1_0x401a;return _0xf4115d[_0x175691(0x85)](_0x2c870e,_0x5c69d1,_0x292ef6);}};PerformanceTester[_0x337bdd(0xc1)](PerformanceHookEvents[_0x337bdd(0x101)]);try{globals['setGlobal'](_0xf4115d[_0x337bdd(0xbe)],_0x156231[_0x337bdd(0x17b)]);const _0x519a2=_0x2333a9[_0x337bdd(0x106)](TEST_EVENTS[_0x337bdd(0x16e)],_0x156231);CodeceptRecorder[_0x337bdd(0xc5)](()=>_0x2333a9[_0x337bdd(0x14f)](TEST_EVENTS[_0x337bdd(0x16e)],_0x519a2)),CodeceptRecorder['add'](async()=>{const _0x3a44fc=_0x337bdd;_0x5340ea['DklwQ'](isBrowserstackInfra)&&(!_0x5340ea[_0x3a44fc(0x173)](isTrue,_0x39d144[_0x3a44fc(0x120)])&&await _0x5340ea[_0x3a44fc(0x132)](markSessionName,_0x4fe40e,_0x156231['title']),_0x2333a9[_0x3a44fc(0x161)]&&await _0x5340ea[_0x3a44fc(0x173)](o11ySync,_0x4fe40e));});}catch(_0x1965be){const _0x7b2071={};_0x7b2071[_0x337bdd(0x122)]=_0xf4115d['fMwFO'],PerformanceTester[_0x337bdd(0x108)](PerformanceHookEvents[_0x337bdd(0x101)],![],_0x1965be,_0x7b2071),PerformanceTester[_0x337bdd(0x110)](_0x1965be);}const _0x3e699b={};_0x3e699b[_0x337bdd(0x122)]=_0xf4115d['fMwFO'],PerformanceTester['end'](PerformanceHookEvents[_0x337bdd(0x101)],!![],null,_0x3e699b);}),CodeceptJS[_0x57e12d(0xe5)]['dispatcher']['on'](CodeceptJS[_0x57e12d(0xe5)][_0x57e12d(0x11d)][_0x57e12d(0x125)],_0x278baf=>{const _0x3b0323=_0x57e12d,_0x287e50={'KdDnl':function(_0x27f061,_0x51fff5,_0x51f5f4){const _0x168f1e=a1_0x401a;return _0xf4115d[_0x168f1e(0x139)](_0x27f061,_0x51fff5,_0x51f5f4);},'NEqFV':function(_0x3c2c76,_0xf2cafc,_0x20f8db){const _0x1df9af=a1_0x401a;return _0xf4115d[_0x1df9af(0xdf)](_0x3c2c76,_0xf2cafc,_0x20f8db);}};PerformanceTester[_0x3b0323(0xc1)](PerformanceHookEvents[_0x3b0323(0x101)]);try{const _0x781f8f=_0x2333a9[_0x3b0323(0x106)](TEST_EVENTS['TEST_RUN_FINISHED'],_0x278baf);CodeceptRecorder[_0x3b0323(0xc5)](()=>_0x2333a9[_0x3b0323(0x14f)](TEST_EVENTS[_0x3b0323(0x136)],_0x781f8f)),CodeceptRecorder['add'](async()=>{const _0x15cbfc=_0x3b0323;_0xf4115d[_0x15cbfc(0xce)](isBrowserstackInfra)&&await PerformanceTester[_0x15cbfc(0x8b)](PerformanceAutEvents[_0x15cbfc(0x11f)],async()=>{const _0x4297c1=_0x15cbfc;_0x2c6453?await _0x287e50[_0x4297c1(0xdb)](playwrightMarkSessionStatus,_0x4fe40e,STATE_PASSED):await _0x287e50[_0x4297c1(0x10c)](markSessionStatus,_0x4fe40e,STATE_PASSED);})();}),PerformanceTester[_0x3b0323(0x108)](PerformanceEvents[_0x3b0323(0x81)]);}catch(_0x186a2c){PerformanceTester[_0x3b0323(0x110)](_0x186a2c);const _0x1051e6={};_0x1051e6[_0x3b0323(0x122)]=_0xf4115d[_0x3b0323(0xd5)],PerformanceTester[_0x3b0323(0x108)](PerformanceHookEvents[_0x3b0323(0x101)],![],_0x186a2c,_0x1051e6),PerformanceTester[_0x3b0323(0x108)](PerformanceEvents[_0x3b0323(0x81)],![],_0x186a2c);}const _0x2a36fa={};_0x2a36fa[_0x3b0323(0x122)]=_0xf4115d[_0x3b0323(0xd5)],PerformanceTester[_0x3b0323(0x108)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x2a36fa);}),CodeceptJS[_0x57e12d(0xe5)][_0x57e12d(0xc4)]['on'](CodeceptJS[_0x57e12d(0xe5)][_0x57e12d(0x11d)][_0x57e12d(0x7c)],(_0x885a45,_0x75c96)=>{const _0x566541=_0x57e12d,_0x43708d={'bKHQK':function(_0x183655){const _0xc7527f=a1_0x401a;return _0xf4115d[_0xc7527f(0x128)](_0x183655);},'CMzzt':function(_0x24c673,_0x4e80df,_0x2989cc,_0x352f11){const _0x2c18f=a1_0x401a;return _0xf4115d[_0x2c18f(0x153)](_0x24c673,_0x4e80df,_0x2989cc,_0x352f11);},'nsocO':function(_0x474514,_0x53c8a1,_0x328d66,_0x132ee5){return _0xf4115d['OvJWr'](_0x474514,_0x53c8a1,_0x328d66,_0x132ee5);}};PerformanceTester['start'](PerformanceHookEvents['SDK_HOOK']);try{if(_0xf4115d[_0x566541(0x17d)](_0x885a45['constructor'][_0x566541(0x160)],_0xf4115d['osoWV'])){const _0x4cc683=_0x2333a9[_0x566541(0x106)](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x885a45[_0x566541(0xde)]['currentTest']);CodeceptRecorder['add'](()=>_0x2333a9[_0x566541(0x14f)](TEST_EVENTS[_0x566541(0xab)],_0x4cc683));}else{const _0x24a667=_0x2333a9[_0x566541(0x106)](TEST_EVENTS[_0x566541(0x136)],_0x885a45,_0x75c96);CodeceptRecorder['add'](()=>{const _0x4bb343=_0x566541;try{_0x2333a9[_0x4bb343(0x14f)](TEST_EVENTS[_0x4bb343(0x136)],_0x24a667);}catch(_0x299f00){logger[_0x4bb343(0xcd)](_0x4bb343(0x117)+util['format'](_0x299f00)),PerformanceTester['end'](PerformanceEvents[_0x4bb343(0x81)],![],_0x299f00);}}),CodeceptRecorder['add'](async()=>{const _0x2fa3fd=_0x566541;try{_0x43708d[_0x2fa3fd(0xcb)](isBrowserstackInfra)&&(_0x2c6453?await _0x43708d['CMzzt'](playwrightMarkSessionStatus,_0x4fe40e,STATE_FAILED,_0x75c96):await _0x43708d[_0x2fa3fd(0x105)](markSessionStatus,_0x4fe40e,STATE_FAILED,_0x75c96));}catch(_0x4d1b3d){logger[_0x2fa3fd(0xcd)](_0x2fa3fd(0x145)+util[_0x2fa3fd(0xe2)](_0x4d1b3d)),PerformanceTester[_0x2fa3fd(0x108)](PerformanceEvents['SDK_TEST'],![],_0x4d1b3d);}});}PerformanceTester[_0x566541(0x108)](PerformanceEvents['SDK_TEST']);}catch(_0x4b7961){PerformanceTester[_0x566541(0x110)](_0x4b7961);const _0x10f35f={};_0x10f35f[_0x566541(0x122)]=_0xf4115d[_0x566541(0x10a)],PerformanceTester[_0x566541(0x108)](PerformanceHookEvents[_0x566541(0x101)],![],_0x4b7961,_0x10f35f),PerformanceTester[_0x566541(0x108)](PerformanceEvents[_0x566541(0x81)],![],_0x4b7961);}const _0x4bfa86={};_0x4bfa86[_0x566541(0x122)]=_0xf4115d['oMolI'],PerformanceTester[_0x566541(0x108)](PerformanceHookEvents[_0x566541(0x101)],!![],null,_0x4bfa86);}),CodeceptJS['event'][_0x57e12d(0xc4)]['on'](CodeceptJS['event'][_0x57e12d(0x11d)][_0x57e12d(0x129)],_0x40df9c=>{const _0x25ee7e=_0x57e12d;PerformanceTester[_0x25ee7e(0xc1)](PerformanceHookEvents[_0x25ee7e(0x101)]);try{const _0xa1f09a=_0x2333a9[_0x25ee7e(0x106)](TEST_EVENTS[_0x25ee7e(0xab)],_0x40df9c);CodeceptRecorder[_0x25ee7e(0xc5)](()=>_0x2333a9['fireEvent'](TEST_EVENTS[_0x25ee7e(0xab)],_0xa1f09a)),PerformanceTester[_0x25ee7e(0x108)](PerformanceEvents[_0x25ee7e(0x81)]);}catch(_0x101b08){PerformanceTester[_0x25ee7e(0x110)](_0x101b08),PerformanceTester[_0x25ee7e(0x108)](PerformanceEvents[_0x25ee7e(0x81)],![],_0x101b08);const _0x4441b1={};_0x4441b1[_0x25ee7e(0x122)]=_0xf4115d['kySiN'],PerformanceTester[_0x25ee7e(0x108)](PerformanceHookEvents[_0x25ee7e(0x101)],![],_0x101b08,_0x4441b1);}const _0x3ca60a={};_0x3ca60a['hookType']=_0xf4115d[_0x25ee7e(0x167)],PerformanceTester['end'](PerformanceHookEvents[_0x25ee7e(0x101)],!![],null,_0x3ca60a);}),CodeceptJS[_0x57e12d(0xe5)][_0x57e12d(0xc4)]['on'](CodeceptJS['event'][_0x57e12d(0x11d)][_0x57e12d(0xef)],async(_0x4c0999,_0x47e4d7)=>{const _0x459c90=_0x57e12d,_0x2a5b3d={};_0x2a5b3d[_0x459c90(0x12b)]=_0xf4115d[_0x459c90(0x183)];const _0x4fff29=_0x2a5b3d;try{PerformanceTester['start'](PerformanceHookEvents[_0x459c90(0x101)]);const _0x352f64=_0xf4115d['AaKFI'](shouldScanTestForAccessibility,_0x4c0999['titlePath'](),!![]);if(_0xf4115d[_0x459c90(0x128)](isAccessibilityAutomationSession)&&global[_0x459c90(0x16d)]&&_0x352f64){const _0x375c8a={};_0x375c8a[_0x459c90(0x88)]=_0x4c0999[_0x459c90(0x92)],_0x375c8a[_0x459c90(0x123)]=process[_0x459c90(0xdc)][testHubConstants[_0x459c90(0x12e)][_0x459c90(0x115)]],_0x375c8a[_0x459c90(0xa4)]=process['env'][testHubConstants[_0x459c90(0x12e)]['BROWSERSTACK_TESTHUB_JWT']];const _0x148699=_0x375c8a;logger['debug'](_0x459c90(0x86)+JSON[_0x459c90(0xdd)](_0x148699)),CodeceptRecorder['add'](async()=>{const _0x12984c=_0x459c90,_0x575edb={};_0x575edb[_0x12984c(0x157)]=_0x4fff29[_0x12984c(0x12b)],await PerformanceTester[_0x12984c(0x8b)](PerformanceA11yEvents[_0x12984c(0x13b)],async()=>{const _0x27d957=_0x12984c;await AccessibilityHelper[_0x27d957(0xcf)](_0x4fe40e,scripts['performScan']);},_0x575edb)(),await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x12984c(0x114)],async()=>{const _0x1c6c49=_0x12984c;await AccessibilityHelper['browserStackExecuteDriver'](_0x4fe40e,scripts[_0x1c6c49(0xae)],_0x148699);})();}),logger['info'](_0xf4115d[_0x459c90(0xc7)]);}const _0x4fc05e={};_0x4fc05e[_0x459c90(0x122)]=_0xf4115d[_0x459c90(0xd6)],PerformanceTester['end'](PerformanceHookEvents[_0x459c90(0x101)],!![],null,_0x4fc05e);}catch(_0x1471a1){PerformanceTester[_0x459c90(0x110)](_0x1471a1);const _0x269520={};_0x269520['hookType']=_0xf4115d[_0x459c90(0xd6)],PerformanceTester[_0x459c90(0x108)](PerformanceHookEvents[_0x459c90(0x101)],![],_0x1471a1,_0x269520);}}),CodeceptJS[_0x57e12d(0xe5)][_0x57e12d(0xc4)]['on'](CodeceptJS[_0x57e12d(0xe5)][_0x57e12d(0x95)][_0x57e12d(0x159)],_0x5d8df0=>{const _0x24ea8f=_0x57e12d;PerformanceTester[_0x24ea8f(0xc1)](PerformanceHookEvents[_0x24ea8f(0x101)]);try{process[_0x24ea8f(0xfe)](_0x24ea8f(0x141)+process[_0x24ea8f(0x9e)],{'timestamp':new Date()[_0x24ea8f(0xa9)](),'level':_0xf4115d['uiBHW'],'message':_0x5d8df0,'kind':_0xf4115d[_0x24ea8f(0x8f)],'http_response':{}});}catch(_0x296939){PerformanceTester[_0x24ea8f(0x110)](_0x296939);const _0x21ba6b={};_0x21ba6b[_0x24ea8f(0x122)]=_0xf4115d['dQzLC'],PerformanceTester[_0x24ea8f(0x108)](PerformanceHookEvents[_0x24ea8f(0x101)],![],_0x296939,_0x21ba6b);}const _0x524623={};_0x524623['hookType']=_0xf4115d['dQzLC'],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x524623);}),CodeceptJS[_0x57e12d(0xe5)][_0x57e12d(0xc4)]['on'](CodeceptJS[_0x57e12d(0xe5)][_0x57e12d(0x140)][_0x57e12d(0xa1)],_0x5c45b7=>{const _0x594e2d=_0x57e12d,_0x1fc591={};_0x1fc591['hookType']=_0xf4115d[_0x594e2d(0x162)],PerformanceTester[_0x594e2d(0x8b)](PerformanceHookEvents[_0x594e2d(0x101)],()=>{const _0x7bf00f=_0x594e2d;_0x2333a9[_0x7bf00f(0x103)](_0x5c45b7);},_0x1fc591)();}),CodeceptJS[_0x57e12d(0xe5)][_0x57e12d(0xc4)]['on'](CodeceptJS[_0x57e12d(0xe5)][_0x57e12d(0x140)][_0x57e12d(0xef)],_0x3f806b=>{const _0x72bb27=_0x57e12d,_0x41e145={};_0x41e145[_0x72bb27(0x122)]=_0xf4115d[_0x72bb27(0x185)],PerformanceTester[_0x72bb27(0x8b)](PerformanceHookEvents['SDK_HOOK'],()=>{const _0x21c16f=_0x72bb27;_0x2333a9[_0x21c16f(0xe0)](_0x3f806b);},_0x41e145)();});};function a1_0x38aa(){const _0x3eb822=['yzvbf','apply','hook-started','lwfPA','test-before','getSyncScript','uiiZK','initSaveScreenshot','title','codeceptjs','rmVVW','browserContext','wungo','bstackAllyScanning','yarXf','qefrW','HLgcB','../../helpers/accessibility-automation/helper','Zkvfx','1285962umfvrr','titlePath','UnPyU','includes','failed','codeceptjs/lib/helper/WebDriver.js','action','../../helpers/performance/performance-tester','filter','SDK_TEST','patch','--auto-open-devtools-for-tabs','_setPage','Btrwh','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','setGlobal','thTestRunUuid','paqkB','SDK_PRE_INITIALIZE','measureWrapper','slice','Performing\x20scan\x20for\x20','../../bin/playwright/accessibility-helper','zLZrO','getResults','FIVTY','testAnalyticsId','../../helpers/accessibility-automation/scripts','VMwBa','step','a11y_core_config','SDK_PRE_TEST','Vtejw','readFileSync','CGVQw','UFfuc','screenshotOutputFolder','startsWith','pid','bind','blUeT','before','GQwYe','fuWhS','thJwtToken','VJvVh','VPyUi','pEfoR','yuuDH','toISOString','56cSMJSZ','TEST_RUN_SKIPPED','xtzyo','test-failed','saveTestResults','Puppeteer','codeceptjs/lib/utils.js','sDamX','WebDriver','status','1665441qmFjPI','executeScript','parse','__skipSessionStatus','domForge','XDqzR','../../bin/playwright/sessionDetails','Element','getAccessibilityResultsSummary','started','TaTfz','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','reason','start','constructor','hook','dispatcher','add','Failed\x20to\x20patch\x20pages\x20method\x20in\x20browserContext\x20for\x20a11y\x20domForge:\x20','CsVWG','TNOkS','4120683FDydmL','INFO','bKHQK','arguments','debug','WznAV','browserStackExecuteDriver','test-started','ZdKQl','codeceptjs/lib/helper/Playwright.js','qyPRb','oAbuz','gwelK','wCXJG','../../helpers/helper','prototype','Playwright','webdriverio','KdDnl','env','stringify','ctx','PEXed','bddStepFinish','dNnfB','format','SESSION_NAME','args','event','WqKNZ','getResultsSummary','bnJzx','SYNC','TEST_LOG','getAccessibilityResults','commandsToWrap','skipSessionStatus','bddStep-before','after','pages','winstonLogger','nihmr','260102VPIQqc','vXihN','IJPgt','browser','contexts','Suite','setSessionName','3824628cxGAYN','AeiML','GET_RESULTS_SUMMARY','hook-failed','emit','GET_RESULTS','HOOK_RUN_STARTED','SDK_HOOK','test-skipped','bddStepStart','call','nsocO','captureEvent','patchSaveScreenshot','end','./helper.js','oMolI','saveScreenshot','NEqFV','../../helpers/performance/constants','RUkXz','codeceptjs/lib/index.js','captureError','stack','__workerDetails','1195765ZSvpBC','SAVE_RESULTS','BROWSERSTACK_TESTHUB_UUID','drFmr','Failed\x20in\x20sending\x20TestRunFinish\x20event:\x20','browserstack_executor:\x20','tzCfT','class','CFokN','ckgVS','test','stopMonitoring','SESSION_STATUS','skipSessionName','aRUJm','hookType','thBuildUuid','FuuiC','passed','SDK_POST_TEST','WKORc','pAfBp','skipped','setSessionStatus','yszSk','find','6932376oNTdQn','ENV_VAR','__driver','qoVGq','../../helpers/testhub/constants.js','ghyYx','container','testFramework','overwriteCommand','TEST_RUN_FINISHED','url','base64','vPEQs','JeOHg','PERFORM_SCAN','warn','restore','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20summary.','DUjPc','bddStep','bs:addLog:','chromium','SZygM','version','Failed\x20in\x20marking\x20session\x20status\x20of\x20test:\x20','BS_TESTOPS_ALLOW_SCREENSHOTS','stop','XVfnI','wcOyP','browserstackTestName','HOOK_RUN_FINISHED','isArray','TEST_SCREENSHOT','test-passed','fireEvent','all','lomBS','split','ytcYP','Failed\x20to\x20execute\x20_before:\x20','catch','config','command','exports','comment','../../helpers/globals.js','_before','GmvKJ','toString','BLUHw','Screenshot\x20path\x20not\x20found','name','enabled','mWDJz','push','./o11yHelper','vYAxV','afterTest','kySiN','MAsvL','dWqCO','NzkvG','EyYjU','page','accessibilityPlatform','TEST_RUN_STARTED','devtools://','kOxSu','helpers','performScan'];a1_0x38aa=function(){return _0x3eb822;};return a1_0x38aa();}
|
|
1
|
+
const a1_0x488c9=a1_0x2c50;(function(_0x22a79d,_0x547856){const _0x23dab1=a1_0x2c50,_0x1cf486=_0x22a79d();while(!![]){try{const _0x151262=parseInt(_0x23dab1(0x1ad))/0x1+-parseInt(_0x23dab1(0x210))/0x2+-parseInt(_0x23dab1(0x1d4))/0x3*(parseInt(_0x23dab1(0x1a9))/0x4)+parseInt(_0x23dab1(0x14c))/0x5+parseInt(_0x23dab1(0x162))/0x6+parseInt(_0x23dab1(0x1c9))/0x7*(-parseInt(_0x23dab1(0x1cc))/0x8)+-parseInt(_0x23dab1(0x222))/0x9*(-parseInt(_0x23dab1(0x18a))/0xa);if(_0x151262===_0x547856)break;else _0x1cf486['push'](_0x1cf486['shift']());}catch(_0x4a0988){_0x1cf486['push'](_0x1cf486['shift']());}}}(a1_0x1347,0x37127));const fs=require('fs'),util=require(a1_0x488c9(0x202)),{requireModule,markSessionStatus,isUndefined,isTrue,isBrowserstackInfra}=require(a1_0x488c9(0x238)),logger=require(a1_0x488c9(0x1f0))[a1_0x488c9(0x223)],testOpsHelper=require(a1_0x488c9(0x179)),requestSpy=require(a1_0x488c9(0x16c)),PlaywrightSessionDetails=require(a1_0x488c9(0x1ff)),{O11yHelper,TEST_EVENTS,STATE_PASSED,STATE_FAILED}=require(a1_0x488c9(0x1ba)),{shouldScanTestForAccessibility,isAccessibilityAutomationSession}=require(a1_0x488c9(0x19d)),AccessibilityHelper=require(a1_0x488c9(0x155)),scripts=require(a1_0x488c9(0x1f8)),PerformanceTester=require(a1_0x488c9(0x1b1)),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceHookEvents}=require(a1_0x488c9(0x1c7)),{processWebDriverConfig,shouldPatchExecuteScript}=require('./helper.js'),testHubConstants=require(a1_0x488c9(0x232)),globals=require(a1_0x488c9(0x215)),CodeceptJS=requireModule('codeceptjs/lib/index.js','codeceptjs'),CodeceptUtils=requireModule('codeceptjs/lib/utils.js','codeceptjs'),CodeceptWebDriver=requireModule(a1_0x488c9(0x206),'codeceptjs'),CodeceptRecorder=requireModule('codeceptjs/lib/recorder.js',a1_0x488c9(0x21f)),CodeceptPlaywright=requireModule('codeceptjs/lib/helper/Playwright.js',a1_0x488c9(0x21f)),playwrightMarkSessionStatus=(_0x4885ca,_0x15b4f4,_0x158f19)=>{const _0x29fc18=a1_0x488c9,_0x4a2f82={'OUmoc':_0x29fc18(0x1a6),'MjmhD':function(_0x5afb7b,_0x2353fe){return _0x5afb7b(_0x2353fe);}},_0x302d13={};_0x302d13[_0x29fc18(0x1be)]=_0x15b4f4;const _0xf65bb4={};_0xf65bb4['action']=_0x4a2f82[_0x29fc18(0x168)],_0xf65bb4[_0x29fc18(0x1de)]=_0x302d13;const _0x12659b=_0xf65bb4;return!_0x4a2f82[_0x29fc18(0x193)](isUndefined,_0x158f19)&&(_0x12659b[_0x29fc18(0x1de)][_0x29fc18(0x219)]=JSON[_0x29fc18(0x1b5)](_0x158f19)),_0x4885ca[_0x29fc18(0x220)](()=>{},'browserstack_executor:\x20'+JSON[_0x29fc18(0x1b5)](_0x12659b));},o11ySync=PerformanceTester['measureWrapper'](PerformanceO11yEvents['SYNC'],async _0x44afeb=>{const _0x591e37=a1_0x488c9,_0x102fc8={};_0x102fc8[_0x591e37(0x142)]=function(_0x3eb2ea,_0x4fca23){return _0x3eb2ea===_0x4fca23;},_0x102fc8[_0x591e37(0x19b)]=_0x591e37(0x207);const _0x561666=_0x102fc8;_0x561666['xwKec'](_0x44afeb[_0x591e37(0x1fa)][_0x591e37(0x1e8)],_0x561666[_0x591e37(0x19b)])?await _0x44afeb[_0x591e37(0x220)](_0xd78473=>{},testOpsHelper[_0x591e37(0x1bc)]()):await _0x44afeb['executeScript'](testOpsHelper[_0x591e37(0x1bc)]());}),markSessionName=PerformanceTester[a1_0x488c9(0x1e0)](PerformanceAutEvents['SESSION_NAME'],async(_0x17f359,_0xaa1c8f)=>{const _0x2165d3=a1_0x488c9,_0x2bc14a={};_0x2bc14a[_0x2165d3(0x143)]=_0x2165d3(0x16e),_0x2bc14a[_0x2165d3(0x1b0)]=function(_0x53d12d,_0x22199f){return _0x53d12d===_0x22199f;},_0x2bc14a[_0x2165d3(0x1ef)]=_0x2165d3(0x207);const _0xdbaf01=_0x2bc14a,_0x42328a={};_0x42328a['name']=_0xaa1c8f;const _0x57d39e={};_0x57d39e[_0x2165d3(0x18b)]=_0xdbaf01[_0x2165d3(0x143)],_0x57d39e[_0x2165d3(0x1de)]=_0x42328a;const _0x2b431b=_0x57d39e;_0xdbaf01[_0x2165d3(0x1b0)](_0x17f359[_0x2165d3(0x1fa)][_0x2165d3(0x1e8)],_0xdbaf01['oTAnI'])?await _0x17f359[_0x2165d3(0x220)](()=>{},_0x2165d3(0x1ec)+JSON[_0x2165d3(0x1b5)](_0x2b431b)):await _0x17f359[_0x2165d3(0x220)](_0x2165d3(0x1ec)+JSON['stringify'](_0x2b431b));}),patchSaveScreenshot=_0x496e00=>{const _0xf9b33c=a1_0x488c9,_0x202813={'IrjRT':_0xf9b33c(0x1d6),'WKcYO':'TEST_SCREENSHOT','FGcOB':function(_0x311ce0){return _0x311ce0();},'zuCtm':function(_0x2fe809,_0x334129){return _0x2fe809(_0x334129);},'sYcZi':_0xf9b33c(0x1a3)};_0x202813[_0xf9b33c(0x148)](isTrue,process[_0xf9b33c(0x1e2)][_0xf9b33c(0x1c3)])&&!_0x496e00['patchSaveScreenshot']&&(_0x496e00[_0xf9b33c(0x236)]=!![],_0x496e00[_0xf9b33c(0x16f)]=_0x496e00['saveScreenshot'],_0x496e00[_0xf9b33c(0x1e9)]=(_0x430bf8,_0x6e12cd=![])=>{const _0x2c72d0=_0xf9b33c,_0x590586={'afCYH':_0x202813['IrjRT'],'wmOVn':_0x202813[_0x2c72d0(0x208)],'TEkeu':function(_0x34e855){return _0x202813['FGcOB'](_0x34e855);},'BXvjv':function(_0x3de9bb,_0x15a474){const _0x287482=_0x2c72d0;return _0x202813[_0x287482(0x148)](_0x3de9bb,_0x15a474);},'ZsYCt':_0x202813[_0x2c72d0(0x175)]};return new Promise(function(_0x590aca,_0x16456a){const _0x499159=_0x2c72d0;_0x496e00[_0x499159(0x16f)](_0x430bf8,_0x6e12cd)[_0x499159(0x17e)](()=>{const _0x4a488c=_0x499159,_0x344d97=CodeceptUtils[_0x4a488c(0x1d3)](_0x430bf8);if(_0x344d97){const _0x47bf39=fs['readFileSync'](_0x344d97);process[_0x4a488c(0x1fc)](_0x4a488c(0x21c)+process[_0x4a488c(0x234)],{'timestamp':new Date()['toISOString'](),'message':_0x47bf39['toString'](_0x590586['afCYH']),'kind':_0x590586[_0x4a488c(0x1b9)]}),_0x590586[_0x4a488c(0x1c1)](_0x590aca);}_0x590586[_0x4a488c(0x1fb)](_0x16456a,new Error(_0x590586[_0x4a488c(0x198)]));})[_0x499159(0x225)](()=>null);});});},patchWebDriverBefore=_0x13d759=>{const _0x46e920=a1_0x488c9,_0x43765a={'GEQnm':function(_0x40de31){return _0x40de31();},'ZRmrP':function(_0x5439cf,_0xe2092d){return _0x5439cf(_0xe2092d);},'aTCud':function(_0x1084a1,_0x5acc27){return _0x1084a1===_0x5acc27;},'nXYUT':_0x46e920(0x178),'cZajc':_0x46e920(0x1aa),'oAbjY':function(_0x5dac0b,_0xe3ecfa){return _0x5dac0b===_0xe3ecfa;},'LUSFe':_0x46e920(0x21b)},_0x3cb6b0=async function(_0xb6be84,_0x27c5f0){const _0x2ac6be=_0x46e920;_0x43765a[_0x2ac6be(0x16a)](isAccessibilityAutomationSession)&&!global[_0x2ac6be(0x200)]&&global[_0x2ac6be(0x1dd)]&&scripts[_0x2ac6be(0x1ce)](_0xb6be84[_0x2ac6be(0x1e8)])&&_0x43765a['ZRmrP'](shouldPatchExecuteScript,arguments[0x2])&&(global[_0x2ac6be(0x200)]=!![],await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x2ac6be(0x1f1)],async()=>{const _0xf5b8d7=_0x2ac6be;logger[_0xf5b8d7(0x228)](_0xf5b8d7(0x18d)+_0xb6be84[_0xf5b8d7(0x221)]+'\x20'+_0xb6be84[_0xf5b8d7(0x1e8)]),await AccessibilityHelper[_0xf5b8d7(0x235)](_0x13d759,scripts[_0xf5b8d7(0x145)]);},{'command':_0xb6be84[_0x2ac6be(0x1e8)]})());global[_0x2ac6be(0x200)]=![];const _0x1c3412=JSON[_0x2ac6be(0x1f5)](process['env']['FRAMEWORK_DETAILS']||'{}');if(_0x43765a[_0x2ac6be(0x150)](_0x1c3412?.[_0x2ac6be(0x147)]?.[_0x2ac6be(0x1e8)],_0x43765a[_0x2ac6be(0x227)])&&_0x43765a['aTCud'](typeof _0x1c3412?.['testFramework']?.['version'],_0x43765a[_0x2ac6be(0x22b)])&&_0x1c3412?.[_0x2ac6be(0x147)]?.[_0x2ac6be(0x141)][_0x2ac6be(0x211)]('7'))return _0x27c5f0['apply'](null,Array[_0x2ac6be(0x1a5)][_0x2ac6be(0x1f3)][_0x2ac6be(0x177)](arguments,0x2));return _0x27c5f0['apply'](this,Array[_0x2ac6be(0x1a5)][_0x2ac6be(0x1f3)][_0x2ac6be(0x177)](arguments,0x2));},_0x24198e=CodeceptWebDriver[_0x46e920(0x1a5)][_0x46e920(0x17b)];CodeceptWebDriver['prototype'][_0x46e920(0x17b)]=async function(){const _0x531bc3=_0x46e920,_0x465672={'ZTJdG':function(_0x49e375,_0x3de71d){const _0x58fb22=a1_0x2c50;return _0x43765a[_0x58fb22(0x153)](_0x49e375,_0x3de71d);},'zlcff':_0x43765a[_0x531bc3(0x1f9)]};try{await _0x24198e[_0x531bc3(0x23e)](this,arguments);}catch(_0x113bc7){logger[_0x531bc3(0x228)]('Failed\x20to\x20execute\x20_before:\x20'+util['format'](_0x113bc7));}scripts[_0x531bc3(0x165)][_0x531bc3(0x172)](_0x16fcc9=>_0x16fcc9[_0x531bc3(0x1e8)]&&_0x16fcc9[_0x531bc3(0x221)])[_0x531bc3(0x1a1)](_0x369d46=>{const _0x212fd1=_0x531bc3;this[_0x212fd1(0x186)][_0x212fd1(0x201)](_0x369d46['name'],_0x3cb6b0[_0x212fd1(0x19f)](this,_0x369d46),_0x465672[_0x212fd1(0x14f)](_0x369d46[_0x212fd1(0x221)],_0x465672[_0x212fd1(0x14a)]));}),_0x43765a[_0x531bc3(0x1f7)](processWebDriverConfig,_0x13d759);};};function a1_0x1347(){const _0x30d251=['bddStepFinish','../../helpers/globals.js','url','setGlobal','mtNTQ','reason','chromium','Element','bs:addLog:','skipSessionName','hook-failed','codeceptjs','executeScript','class','125109LFivcY','winstonLogger','fireEvent','catch','testAnalyticsId','nXYUT','debug','dispatcher','koHGL','cZajc','isArray','add','HOOK_RUN_STARTED','SDK_HOOK','tPasf','XCpBW','../../helpers/testhub/constants.js','nLtee','pid','browserStackExecuteDriver','patchSaveScreenshot','browserstackTestName','../../helpers/helper','WzWCL','patch','stopMonitoring','message','__driver','apply','SDK_TEST','version','xwKec','OBfWy','nINeD','performScan','FZnoq','testFramework','zuCtm','hook','zlcff','TEST_RUN_STARTED','125105XEhGWj','glQua','oqGQf','ZTJdG','aTCud','getResultsSummary','helpers','oAbjY','bddStep-after','../../bin/playwright/accessibility-helper','INFO','comment','thTestRunUuid','fIwNB','HOOK_RUN_FINISHED','start','started','cBkwo','passed','BPIJW','ctx','SrBra','2094132fJQAuR','browserContext','rbTzg','commandsToWrap','event','_setPage','OUmoc','Failed\x20to\x20patch\x20pages\x20method\x20in\x20browserContext\x20for\x20a11y\x20domForge:\x20','GEQnm','contexts','../../helpers/request-spy','SDK_PRE_TEST','setSessionName','initSaveScreenshot','hook-started','container','filter','EXMRf','page','sYcZi','jYDlX','call','webdriverio','../../helpers/test-observability/utils','LwSEB','_before','a11y_core_config','Failed\x20in\x20marking\x20session\x20status\x20of\x20test:\x20','then','tOwCo','push','BZyGi','\x0aStack:\x20','command','test','titlePath','browser','eEaiL','bddStepStart','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20summary.','190ufulQP','action','failed','Performing\x20scan\x20for\x20','getAccessibilityResults','VMAJp','vfWxi','step','warn','MjmhD','__workerDetails','bddStep-before','ENV_VAR','chirW','ZsYCt','lEOaq','addRequestSpy','vlsME','jljUS','../../helpers/accessibility-automation/helper','TestCafe','bind','YUEGX','forEach','GET_RESULTS','Screenshot\x20path\x20not\x20found','HygKD','prototype','setSessionStatus','CaANY','FFJle','20brQQfb','string','step-comment','SESSION_STATUS','281948HRIeCd','captureEvent','startMonitoring','CtyiZ','../../helpers/performance/performance-tester','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','CorcV','afterTest','stringify','Suite','sHFHO','domForge','wmOVn','./o11yHelper','end','getSyncScript','SDK_PRE_INITIALIZE','status','pages','OKogQ','TEkeu','test-started','BS_TESTOPS_ALLOW_SCREENSHOTS','xTFKu','test-skipped','uoPOX','../../helpers/performance/constants','from','287462qNKiiD','test-failed','stack','64mmQEEu','tyPOd','shouldWrapCommand','smFWJ','gtZsR','XBaNM','BROWSERSTACK_TESTHUB_UUID','screenshotOutputFolder','5610eizArb','sJjgT','base64','config','skipSessionStatus','before','args','naJvh','UrRrY','accessibilityPlatform','arguments','QeWAk','measureWrapper','split','env','toISOString','title','format','currentTest','__skipSessionStatus','name','saveScreenshot','test-passed','FVOQj','browserstack_executor:\x20','hookType','devtools://','oTAnI','../../helpers/logger','PERFORM_SCAN','getAccessibilityResultsSummary','slice','bddStep','parse','Puppeteer','ZRmrP','../../helpers/accessibility-automation/scripts','LUSFe','constructor','BXvjv','emit','thBuildUuid','SDK_POST_INITIALIZE','../../bin/playwright/sessionDetails','bstackAllyScanning','overwriteCommand','util','all','after','fpltz','codeceptjs/lib/helper/WebDriver.js','Playwright','WKcYO','RkjkP','SDK_POST_TEST','WRQPk','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','TEST_RUN_FINISHED','TEST_RUN_SKIPPED','captureError','713314gkbGwg','startsWith','SVOVe','dIrRo'];a1_0x1347=function(){return _0x30d251;};return a1_0x1347();}function a1_0x2c50(_0x451aeb,_0x40b19a){const _0x1347c1=a1_0x1347();return a1_0x2c50=function(_0x2c50cb,_0x5e6516){_0x2c50cb=_0x2c50cb-0x141;let _0x11e6fa=_0x1347c1[_0x2c50cb];return _0x11e6fa;},a1_0x2c50(_0x451aeb,_0x40b19a);}function parseJwt(_0x577a69){const _0x39bef2=a1_0x488c9,_0x3dcbee={};_0x3dcbee['chirW']=_0x39bef2(0x1d6);const _0x32705a=_0x3dcbee;if(!_0x577a69)return null;return JSON['parse'](Buffer[_0x39bef2(0x1c8)](_0x577a69[_0x39bef2(0x1e1)]('.')[0x1],_0x32705a[_0x39bef2(0x197)])['toString']());}const patchPlaywrightBefore=()=>{const _0x15a9cd=a1_0x488c9,_0x1c5396={'WzWCL':function(_0xfbcfe6){return _0xfbcfe6();},'smFWJ':_0x15a9cd(0x1ee),'XBaNM':'--auto-open-devtools-for-tabs','cBkwo':function(_0xf2dc24){return _0xf2dc24();},'SVOVe':function(_0x5ae07d,_0x238ddb){return _0x5ae07d(_0x238ddb);},'WRQPk':function(_0x1e73a0){return _0x1e73a0();},'gtZsR':function(_0x4f3971,_0xa99386){return _0x4f3971+_0xa99386;},'VNueI':_0x15a9cd(0x182),'Ugpwi':function(_0x57e169){return _0x57e169();}};PlaywrightSessionDetails[_0x15a9cd(0x23a)]();const _0x186a9d=CodeceptPlaywright[_0x15a9cd(0x1a5)]['_before'];CodeceptPlaywright['prototype'][_0x15a9cd(0x17b)]=async function(){const _0x174ae8=_0x15a9cd;this['browserContext']=await this[_0x174ae8(0x186)][_0x174ae8(0x16b)]()[0x0];const _0x5b5f9b=async()=>{const _0x5d1b5a=_0x174ae8,_0x5054ec={'sJjgT':function(_0x50d2bb){const _0x3bd9fb=a1_0x2c50;return _0x1c5396[_0x3bd9fb(0x239)](_0x50d2bb);},'RkjkP':_0x1c5396[_0x5d1b5a(0x1cf)]},_0x491ba0=this[_0x5d1b5a(0x1d7)]&&this[_0x5d1b5a(0x1d7)][_0x5d1b5a(0x21a)]&&this[_0x5d1b5a(0x1d7)]['chromium'][_0x5d1b5a(0x1da)]&&Array[_0x5d1b5a(0x22c)](this[_0x5d1b5a(0x1d7)][_0x5d1b5a(0x21a)]['args'])&&this['config']['chromium'][_0x5d1b5a(0x1da)]['includes'](_0x1c5396[_0x5d1b5a(0x1d1)]);if(_0x1c5396[_0x5d1b5a(0x15d)](isAccessibilityAutomationSession)&&!_0x491ba0)try{const _0x3d9d07=_0x1c5396[_0x5d1b5a(0x212)](parseJwt,process[_0x5d1b5a(0x1e2)]['BS_A11Y_JWT']);if(_0x3d9d07&&_0x3d9d07[_0x5d1b5a(0x17c)]&&_0x3d9d07[_0x5d1b5a(0x17c)][_0x5d1b5a(0x1b8)]){const _0x453306=this[_0x5d1b5a(0x163)][_0x5d1b5a(0x1bf)]['bind'](this[_0x5d1b5a(0x163)]);this[_0x5d1b5a(0x163)][_0x5d1b5a(0x1bf)]=async function(){const _0xa3abbd=_0x5d1b5a,_0x12fd01=await _0x5054ec[_0xa3abbd(0x1d5)](_0x453306),_0xb47c2e=[];for(const _0x184374 of _0x12fd01){try{const _0x3255d0=await _0x184374[_0xa3abbd(0x216)]();!_0x3255d0['startsWith'](_0x5054ec[_0xa3abbd(0x209)])&&_0xb47c2e['push'](_0x184374);}catch(_0x3e79c6){_0xb47c2e[_0xa3abbd(0x180)](_0x184374);}}return _0xb47c2e;};}if(!_0x1c5396[_0x5d1b5a(0x20b)](isBrowserstackInfra)){const _0xfec715=await this[_0x5d1b5a(0x174)][_0x5d1b5a(0x216)]();if(_0xfec715[_0x5d1b5a(0x211)](_0x1c5396[_0x5d1b5a(0x1cf)])){const _0x540f39=await this[_0x5d1b5a(0x163)][_0x5d1b5a(0x1bf)]();this[_0x5d1b5a(0x167)](_0x540f39[0x0]);}}}catch(_0x28d441){logger[_0x5d1b5a(0x228)](_0x5d1b5a(0x169)+_0x28d441[_0x5d1b5a(0x23c)]+(_0x28d441[_0x5d1b5a(0x1cb)]?_0x1c5396[_0x5d1b5a(0x1d0)](_0x1c5396['VNueI'],_0x28d441['stack']):''));}};_0x1c5396['WzWCL'](isBrowserstackInfra)&&await _0x1c5396[_0x174ae8(0x239)](_0x5b5f9b),await _0x186a9d[_0x174ae8(0x23e)](this,arguments),!_0x1c5396[_0x174ae8(0x15d)](isBrowserstackInfra)&&await _0x1c5396['Ugpwi'](_0x5b5f9b);};},getCodeceptDriver=()=>{const _0x542245=a1_0x488c9,_0x4cb185={};_0x4cb185[_0x542245(0x1a0)]='WebDriver',_0x4cb185[_0x542245(0x17a)]=_0x542245(0x207),_0x4cb185['uoPOX']=_0x542245(0x1f6),_0x4cb185['UrRrY']=_0x542245(0x19e);const _0x1534a4=_0x4cb185,_0x2b1f90=[_0x1534a4[_0x542245(0x1a0)],_0x1534a4[_0x542245(0x17a)],_0x1534a4[_0x542245(0x1c6)],_0x1534a4[_0x542245(0x1dc)]],_0x4322d0=_0x2b1f90['find'](_0x4369db=>!!CodeceptJS[_0x542245(0x171)][_0x542245(0x152)](_0x4369db));if(!_0x4322d0)return null;return CodeceptJS[_0x542245(0x171)][_0x542245(0x152)](_0x4322d0);};module['exports']=function(_0xdae494){const _0x22c11f=a1_0x488c9,_0x5e0718={'VMAJp':function(_0x11d88a){return _0x11d88a();},'wsQrt':function(_0x440591,_0x42415d){return _0x440591(_0x42415d);},'HygKD':'getAccessibilityResultsSummary','eEaiL':_0x22c11f(0x189),'naJvh':_0x22c11f(0x18e),'BPIJW':_0x22c11f(0x1b2),'fpltz':function(_0x581052,_0xe4c3dd){return _0x581052(_0xe4c3dd);},'FZnoq':_0x22c11f(0x170),'rbTzg':'hook-passed','mtNTQ':_0x22c11f(0x21e),'tyPOd':_0x22c11f(0x237),'BZyGi':'test-before','CaANY':function(_0x301538,_0xe62d7){return _0x301538(_0xe62d7);},'sHFHO':function(_0x357bbe,_0x405d5d,_0x2d21ee){return _0x357bbe(_0x405d5d,_0x2d21ee);},'FFJle':_0x22c11f(0x1c2),'fIwNB':_0x22c11f(0x1ea),'lEOaq':function(_0x1c64e9,_0x1fa80c,_0x3d3cd6,_0x56959f){return _0x1c64e9(_0x1fa80c,_0x3d3cd6,_0x56959f);},'dIrRo':function(_0x314d74,_0x523090){return _0x314d74===_0x523090;},'Zoahz':_0x22c11f(0x1b6),'QeWAk':_0x22c11f(0x1ca),'glQua':_0x22c11f(0x1c5),'tAeYy':_0x22c11f(0x1b4),'XCpBW':function(_0x31f02b,_0x289a79,_0x25238c){return _0x31f02b(_0x289a79,_0x25238c);},'OKogQ':_0x22c11f(0x20c),'FVOQj':'test-after','tOwCo':_0x22c11f(0x156),'tPasf':'TEST_LOG','nLtee':_0x22c11f(0x1ab),'HHMnr':_0x22c11f(0x195),'SrBra':_0x22c11f(0x154),'jYDlX':_0x22c11f(0x207)};_0xdae494[_0x22c11f(0x1d8)]&&(global[_0x22c11f(0x1e7)]=_0xdae494[_0x22c11f(0x1d8)]);PerformanceTester[_0x22c11f(0x1af)]();const _0x31379c=_0x5e0718[_0x22c11f(0x18f)](getCodeceptDriver),_0x175425=new O11yHelper(_0x31379c,_0xdae494),_0x4fe529=!!CodeceptJS['container'][_0x22c11f(0x152)](_0x5e0718[_0x22c11f(0x176)]);global[_0x22c11f(0x23d)]=_0x31379c,_0x31379c&&(PerformanceTester[_0x22c11f(0x1e0)](PerformanceEvents[_0x22c11f(0x1bd)],()=>{const _0x3deecb=_0x22c11f;_0x4fe529?_0x5e0718[_0x3deecb(0x18f)](patchPlaywrightBefore):_0x5e0718['wsQrt'](patchWebDriverBefore,_0x31379c);})(),PerformanceTester['measureWrapper'](PerformanceEvents[_0x22c11f(0x1fe)],()=>{const _0x4e29fc=_0x22c11f,_0x564ed7={};_0x564ed7['jljUS']=_0x5e0718[_0x4e29fc(0x1db)],_0x564ed7[_0x4e29fc(0x173)]=_0x5e0718[_0x4e29fc(0x15f)];const _0x593698=_0x564ed7;_0x31379c[_0x4e29fc(0x1f2)]=async()=>{const _0x27aa92=_0x4e29fc;if(global['accessibilityPlatform']){const _0x3cdcba={};return _0x3cdcba[_0x27aa92(0x183)]=_0x5e0718[_0x27aa92(0x1a4)],await PerformanceTester[_0x27aa92(0x1e0)](PerformanceA11yEvents[_0x27aa92(0x1f1)],async()=>{const _0x202e3b=_0x27aa92;return await AccessibilityHelper[_0x202e3b(0x235)](_0x31379c,scripts[_0x202e3b(0x145)]);},_0x3cdcba)(),await PerformanceTester['measureWrapper'](PerformanceA11yEvents['GET_RESULTS_SUMMARY'],async()=>{const _0x4d345c=_0x27aa92;return await AccessibilityHelper[_0x4d345c(0x235)](_0x31379c,scripts[_0x4d345c(0x151)]);})();}return logger[_0x27aa92(0x192)](_0x5e0718[_0x27aa92(0x187)]),{};},_0x31379c[_0x4e29fc(0x18e)]=async()=>{const _0x447ec4=_0x4e29fc;if(global[_0x447ec4(0x1dd)]){const _0x2dbce6={};return _0x2dbce6[_0x447ec4(0x183)]=_0x593698[_0x447ec4(0x19c)],await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x447ec4(0x1f1)],async()=>{const _0x5d9918=_0x447ec4;return await AccessibilityHelper[_0x5d9918(0x235)](_0x31379c,scripts['performScan']);},_0x2dbce6)(),await PerformanceTester[_0x447ec4(0x1e0)](PerformanceA11yEvents[_0x447ec4(0x1a2)],async()=>{return await AccessibilityHelper['browserStackExecuteDriver'](_0x31379c,scripts['getResults']);})();}return logger['warn'](_0x593698[_0x447ec4(0x173)]),{};},_0x5e0718[_0x4e29fc(0x205)](patchSaveScreenshot,_0x31379c);})()),CodeceptJS[_0x22c11f(0x166)][_0x22c11f(0x229)]['on'](CodeceptJS[_0x22c11f(0x166)][_0x22c11f(0x203)][_0x22c11f(0x1d9)],()=>{const _0x2e97b9=_0x22c11f;PerformanceTester['start'](PerformanceEvents[_0x2e97b9(0x16d)]);try{_0x175425[_0x2e97b9(0x15b)](),testOpsHelper[_0x2e97b9(0x19a)](),PerformanceTester[_0x2e97b9(0x1bb)](PerformanceEvents[_0x2e97b9(0x16d)]);}catch(_0x62908a){PerformanceTester[_0x2e97b9(0x20f)](_0x62908a),PerformanceTester[_0x2e97b9(0x1bb)](PerformanceEvents[_0x2e97b9(0x16d)],![],_0x62908a);}}),CodeceptJS[_0x22c11f(0x166)][_0x22c11f(0x229)]['on'](CodeceptJS[_0x22c11f(0x166)][_0x22c11f(0x203)]['after'],async()=>{const _0x4b8bd5=_0x22c11f;PerformanceTester[_0x4b8bd5(0x15b)](PerformanceEvents['SDK_POST_TEST']);try{requestSpy['restore'](),await _0x175425['stop'](),PerformanceTester[_0x4b8bd5(0x1bb)](PerformanceEvents[_0x4b8bd5(0x20a)]);}catch(_0x351c35){PerformanceTester[_0x4b8bd5(0x20f)](_0x351c35),PerformanceTester['end'](PerformanceEvents[_0x4b8bd5(0x20a)],![],_0x351c35);}finally{PerformanceTester[_0x4b8bd5(0x23b)]();}}),CodeceptJS[_0x22c11f(0x166)][_0x22c11f(0x229)]['on'](CodeceptJS['event']['hook'][_0x22c11f(0x15c)],_0x156322=>{const _0x18a004=_0x22c11f;PerformanceTester[_0x18a004(0x15b)](PerformanceEvents[_0x18a004(0x22f)]);try{const _0x3b88f4=_0x156322['ctx']['test'],_0x5cc6bd=_0x175425['captureEvent'](TEST_EVENTS[_0x18a004(0x22e)],_0x3b88f4);CodeceptRecorder[_0x18a004(0x22d)](()=>_0x175425[_0x18a004(0x224)](TEST_EVENTS[_0x18a004(0x22e)],_0x5cc6bd));const _0x4f49de={};_0x4f49de['hookType']=_0x5e0718[_0x18a004(0x146)],PerformanceTester['end'](PerformanceEvents[_0x18a004(0x22f)],!![],null,_0x4f49de);}catch(_0x23a25a){const _0xc14f7c={};_0xc14f7c[_0x18a004(0x1ed)]=_0x5e0718[_0x18a004(0x146)],PerformanceTester[_0x18a004(0x1bb)](PerformanceEvents[_0x18a004(0x22f)],![],_0x23a25a,_0xc14f7c),PerformanceTester[_0x18a004(0x20f)](_0x23a25a);}}),CodeceptJS[_0x22c11f(0x166)]['dispatcher']['on'](CodeceptJS[_0x22c11f(0x166)][_0x22c11f(0x149)][_0x22c11f(0x15e)],_0x4c072a=>{const _0x2874cd=_0x22c11f,_0x37a84c={};_0x37a84c[_0x2874cd(0x1ed)]=_0x5e0718[_0x2874cd(0x164)],PerformanceTester[_0x2874cd(0x15b)](PerformanceHookEvents[_0x2874cd(0x22f)],!![],null,_0x37a84c);try{const _0x4bdce7=_0x4c072a[_0x2874cd(0x160)][_0x2874cd(0x184)],_0x119718=_0x175425[_0x2874cd(0x1ae)](TEST_EVENTS[_0x2874cd(0x15a)],_0x4bdce7);CodeceptRecorder['add'](()=>_0x175425[_0x2874cd(0x224)](TEST_EVENTS[_0x2874cd(0x15a)],_0x119718));const _0x55a802={};_0x55a802['hookType']=_0x5e0718[_0x2874cd(0x164)],PerformanceTester[_0x2874cd(0x1bb)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x55a802);}catch(_0x1afb23){PerformanceTester[_0x2874cd(0x20f)](_0x1afb23);const _0x18f8e8={};_0x18f8e8[_0x2874cd(0x1ed)]=_0x5e0718[_0x2874cd(0x164)],PerformanceTester[_0x2874cd(0x1bb)](PerformanceHookEvents['SDK_HOOK'],![],_0x1afb23,_0x18f8e8);}}),CodeceptJS['event'][_0x22c11f(0x229)]['on'](CodeceptJS[_0x22c11f(0x166)][_0x22c11f(0x149)][_0x22c11f(0x18c)],async(_0x406e09,_0x2562bd)=>{const _0x566963=_0x22c11f;PerformanceTester[_0x566963(0x15b)](PerformanceHookEvents['SDK_HOOK']);try{const _0x5d40b4=_0x406e09[_0x566963(0x160)][_0x566963(0x184)],_0x2d5c6a=_0x175425[_0x566963(0x1ae)](TEST_EVENTS['HOOK_RUN_FINISHED'],_0x5d40b4,_0x2562bd);CodeceptRecorder['add'](()=>_0x175425[_0x566963(0x224)](TEST_EVENTS['HOOK_RUN_FINISHED'],_0x2d5c6a));const _0x26dcbb={};_0x26dcbb[_0x566963(0x1ed)]=_0x5e0718[_0x566963(0x218)],PerformanceTester[_0x566963(0x15b)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x26dcbb);}catch(_0x514c31){PerformanceTester['captureError'](_0x514c31);const _0x335afc={};_0x335afc[_0x566963(0x1ed)]=_0x5e0718[_0x566963(0x218)],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],![],_0x514c31,_0x335afc);}const _0x4cb4f6={};_0x4cb4f6[_0x566963(0x1ed)]=_0x5e0718[_0x566963(0x218)],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x4cb4f6);}),CodeceptJS[_0x22c11f(0x166)][_0x22c11f(0x229)]['on'](CodeceptJS[_0x22c11f(0x166)][_0x22c11f(0x184)][_0x22c11f(0x1d9)],_0x29950f=>{const _0x20e9f2=_0x22c11f;PerformanceTester[_0x20e9f2(0x15b)](PerformanceHookEvents[_0x20e9f2(0x22f)]);try{globals['setGlobal'](_0x5e0718[_0x20e9f2(0x1cd)],_0x29950f[_0x20e9f2(0x1e4)]);_0x5e0718[_0x20e9f2(0x18f)](isBrowserstackInfra)&&(_0x4fe529&&(global[_0x20e9f2(0x194)]={'currentTest':{'name':_0x29950f[_0x20e9f2(0x1e4)],'testInfo':{'titlePath':_0x29950f[_0x20e9f2(0x185)]()}}}));const _0x3d55e3={};_0x3d55e3[_0x20e9f2(0x1ed)]=_0x5e0718[_0x20e9f2(0x181)],PerformanceTester[_0x20e9f2(0x1bb)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x3d55e3);}catch(_0x2405cc){PerformanceTester['captureError'](_0x2405cc);const _0x16a532={};_0x16a532[_0x20e9f2(0x1ed)]=_0x5e0718[_0x20e9f2(0x181)],PerformanceTester['end'](PerformanceHookEvents[_0x20e9f2(0x22f)],![],_0x2405cc,_0x16a532);}}),CodeceptJS[_0x22c11f(0x166)][_0x22c11f(0x229)]['on'](CodeceptJS[_0x22c11f(0x166)][_0x22c11f(0x184)]['started'],_0x339198=>{const _0x133166=_0x22c11f,_0x3cf7ca={'nINeD':function(_0x42e542){return _0x5e0718['VMAJp'](_0x42e542);},'xTFKu':function(_0x2d772b,_0x1f9dfc){const _0x462796=a1_0x2c50;return _0x5e0718[_0x462796(0x1a7)](_0x2d772b,_0x1f9dfc);},'koHGL':function(_0x390e17,_0x51a373,_0x6b8bb8){const _0x3915cf=a1_0x2c50;return _0x5e0718[_0x3915cf(0x1b7)](_0x390e17,_0x51a373,_0x6b8bb8);}};PerformanceTester[_0x133166(0x15b)](PerformanceHookEvents['SDK_HOOK']);try{globals[_0x133166(0x217)](_0x5e0718[_0x133166(0x1cd)],_0x339198['title']);const _0x4fdff1=_0x175425[_0x133166(0x1ae)](TEST_EVENTS[_0x133166(0x14b)],_0x339198);CodeceptRecorder[_0x133166(0x22d)](()=>_0x175425[_0x133166(0x224)](TEST_EVENTS['TEST_RUN_STARTED'],_0x4fdff1)),CodeceptRecorder[_0x133166(0x22d)](async()=>{const _0x51ff39=_0x133166;_0x3cf7ca[_0x51ff39(0x144)](isBrowserstackInfra)&&(!_0x3cf7ca[_0x51ff39(0x1c4)](isTrue,_0xdae494[_0x51ff39(0x21d)])&&await _0x3cf7ca[_0x51ff39(0x22a)](markSessionName,_0x31379c,_0x339198[_0x51ff39(0x1e4)]),_0x175425['enabled']&&await _0x3cf7ca[_0x51ff39(0x1c4)](o11ySync,_0x31379c));});}catch(_0x5e57c4){const _0x55cca1={};_0x55cca1[_0x133166(0x1ed)]=_0x5e0718[_0x133166(0x1a8)],PerformanceTester[_0x133166(0x1bb)](PerformanceHookEvents[_0x133166(0x22f)],![],_0x5e57c4,_0x55cca1),PerformanceTester['captureError'](_0x5e57c4);}const _0x39941b={};_0x39941b['hookType']=_0x5e0718[_0x133166(0x1a8)],PerformanceTester[_0x133166(0x1bb)](PerformanceHookEvents[_0x133166(0x22f)],!![],null,_0x39941b);}),CodeceptJS[_0x22c11f(0x166)][_0x22c11f(0x229)]['on'](CodeceptJS['event'][_0x22c11f(0x184)][_0x22c11f(0x15e)],_0x3607db=>{const _0x3c6dae=_0x22c11f,_0x3a807e={'vfWxi':function(_0x2b5981,_0xcc750e,_0xba8b44){const _0x2b3947=a1_0x2c50;return _0x5e0718[_0x2b3947(0x1b7)](_0x2b5981,_0xcc750e,_0xba8b44);},'oqGQf':function(_0x5adf66,_0x2f7569,_0x312db8){const _0x3d9efe=a1_0x2c50;return _0x5e0718[_0x3d9efe(0x1b7)](_0x5adf66,_0x2f7569,_0x312db8);},'EkmBP':function(_0x4b6ae0){const _0x50d94e=a1_0x2c50;return _0x5e0718[_0x50d94e(0x18f)](_0x4b6ae0);}};PerformanceTester[_0x3c6dae(0x15b)](PerformanceHookEvents[_0x3c6dae(0x22f)]);try{const _0x5d6b36=_0x175425[_0x3c6dae(0x1ae)](TEST_EVENTS[_0x3c6dae(0x20d)],_0x3607db);CodeceptRecorder['add'](()=>_0x175425['fireEvent'](TEST_EVENTS[_0x3c6dae(0x20d)],_0x5d6b36)),CodeceptRecorder[_0x3c6dae(0x22d)](async()=>{const _0x313d57=_0x3c6dae,_0x1c60b7={'BRHqa':function(_0x52ef12,_0x28c2d1,_0x475074){const _0x55397f=a1_0x2c50;return _0x3a807e[_0x55397f(0x190)](_0x52ef12,_0x28c2d1,_0x475074);},'CorcV':function(_0x34bd4b,_0x5e3d2d,_0x1f028a){const _0x3c595d=a1_0x2c50;return _0x3a807e[_0x3c595d(0x14e)](_0x34bd4b,_0x5e3d2d,_0x1f028a);}};_0x3a807e['EkmBP'](isBrowserstackInfra)&&await PerformanceTester['measureWrapper'](PerformanceAutEvents[_0x313d57(0x1ac)],async()=>{const _0x333f20=_0x313d57;_0x4fe529?await _0x1c60b7['BRHqa'](playwrightMarkSessionStatus,_0x31379c,STATE_PASSED):await _0x1c60b7[_0x333f20(0x1b3)](markSessionStatus,_0x31379c,STATE_PASSED);})();}),PerformanceTester['end'](PerformanceEvents[_0x3c6dae(0x23f)]);}catch(_0x106d7c){PerformanceTester['captureError'](_0x106d7c);const _0x5e5d3c={};_0x5e5d3c[_0x3c6dae(0x1ed)]=_0x5e0718[_0x3c6dae(0x159)],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],![],_0x106d7c,_0x5e5d3c),PerformanceTester['end'](PerformanceEvents[_0x3c6dae(0x23f)],![],_0x106d7c);}const _0x52ba1a={};_0x52ba1a[_0x3c6dae(0x1ed)]=_0x5e0718[_0x3c6dae(0x159)],PerformanceTester[_0x3c6dae(0x1bb)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x52ba1a);}),CodeceptJS[_0x22c11f(0x166)]['dispatcher']['on'](CodeceptJS[_0x22c11f(0x166)]['test'][_0x22c11f(0x18c)],(_0x4b3a15,_0x3b7064)=>{const _0x1eac67=_0x22c11f;PerformanceTester[_0x1eac67(0x15b)](PerformanceHookEvents['SDK_HOOK']);try{if(_0x5e0718[_0x1eac67(0x213)](_0x4b3a15[_0x1eac67(0x1fa)][_0x1eac67(0x1e8)],_0x5e0718['Zoahz'])){const _0x22fcc2=_0x175425[_0x1eac67(0x1ae)](TEST_EVENTS[_0x1eac67(0x20e)],_0x4b3a15['ctx'][_0x1eac67(0x1e6)]);CodeceptRecorder['add'](()=>_0x175425[_0x1eac67(0x224)](TEST_EVENTS[_0x1eac67(0x20e)],_0x22fcc2));}else{const _0x208b0c=_0x175425['captureEvent'](TEST_EVENTS[_0x1eac67(0x20d)],_0x4b3a15,_0x3b7064);CodeceptRecorder[_0x1eac67(0x22d)](()=>{const _0x46f146=_0x1eac67;try{_0x175425[_0x46f146(0x224)](TEST_EVENTS[_0x46f146(0x20d)],_0x208b0c);}catch(_0x4ea1ae){logger[_0x46f146(0x228)]('Failed\x20in\x20sending\x20TestRunFinish\x20event:\x20'+util[_0x46f146(0x1e5)](_0x4ea1ae)),PerformanceTester[_0x46f146(0x1bb)](PerformanceEvents['SDK_TEST'],![],_0x4ea1ae);}}),CodeceptRecorder[_0x1eac67(0x22d)](async()=>{const _0x52dd74=_0x1eac67;try{_0x5e0718[_0x52dd74(0x18f)](isBrowserstackInfra)&&(_0x4fe529?await _0x5e0718[_0x52dd74(0x199)](playwrightMarkSessionStatus,_0x31379c,STATE_FAILED,_0x3b7064):await _0x5e0718['lEOaq'](markSessionStatus,_0x31379c,STATE_FAILED,_0x3b7064));}catch(_0x4e69cb){logger[_0x52dd74(0x228)](_0x52dd74(0x17d)+util['format'](_0x4e69cb)),PerformanceTester[_0x52dd74(0x1bb)](PerformanceEvents[_0x52dd74(0x23f)],![],_0x4e69cb);}});}PerformanceTester[_0x1eac67(0x1bb)](PerformanceEvents[_0x1eac67(0x23f)]);}catch(_0x154427){PerformanceTester[_0x1eac67(0x20f)](_0x154427);const _0x25afa7={};_0x25afa7[_0x1eac67(0x1ed)]=_0x5e0718[_0x1eac67(0x1df)],PerformanceTester[_0x1eac67(0x1bb)](PerformanceHookEvents[_0x1eac67(0x22f)],![],_0x154427,_0x25afa7),PerformanceTester[_0x1eac67(0x1bb)](PerformanceEvents[_0x1eac67(0x23f)],![],_0x154427);}const _0x3c35df={};_0x3c35df['hookType']=_0x5e0718['QeWAk'],PerformanceTester['end'](PerformanceHookEvents[_0x1eac67(0x22f)],!![],null,_0x3c35df);}),CodeceptJS[_0x22c11f(0x166)]['dispatcher']['on'](CodeceptJS[_0x22c11f(0x166)][_0x22c11f(0x184)]['skipped'],_0x5c7909=>{const _0x3e53af=_0x22c11f;PerformanceTester[_0x3e53af(0x15b)](PerformanceHookEvents[_0x3e53af(0x22f)]);try{const _0x59b6cb=_0x175425[_0x3e53af(0x1ae)](TEST_EVENTS[_0x3e53af(0x20e)],_0x5c7909);CodeceptRecorder['add'](()=>_0x175425[_0x3e53af(0x224)](TEST_EVENTS[_0x3e53af(0x20e)],_0x59b6cb)),PerformanceTester[_0x3e53af(0x1bb)](PerformanceEvents[_0x3e53af(0x23f)]);}catch(_0x4f6c3f){PerformanceTester[_0x3e53af(0x20f)](_0x4f6c3f),PerformanceTester['end'](PerformanceEvents[_0x3e53af(0x23f)],![],_0x4f6c3f);const _0x48ce51={};_0x48ce51[_0x3e53af(0x1ed)]=_0x5e0718['glQua'],PerformanceTester[_0x3e53af(0x1bb)](PerformanceHookEvents[_0x3e53af(0x22f)],![],_0x4f6c3f,_0x48ce51);}const _0x43dcbb={};_0x43dcbb[_0x3e53af(0x1ed)]=_0x5e0718[_0x3e53af(0x14d)],PerformanceTester[_0x3e53af(0x1bb)](PerformanceHookEvents[_0x3e53af(0x22f)],!![],null,_0x43dcbb);}),CodeceptJS['event'][_0x22c11f(0x229)]['on'](CodeceptJS[_0x22c11f(0x166)][_0x22c11f(0x184)][_0x22c11f(0x204)],async(_0x59afc4,_0x4e0ba2)=>{const _0x2258d1=_0x22c11f,_0x141583={};_0x141583['zPrpl']=_0x5e0718['tAeYy'];const _0x3b8253=_0x141583;try{PerformanceTester[_0x2258d1(0x15b)](PerformanceHookEvents['SDK_HOOK']);const _0x71c637=_0x5e0718[_0x2258d1(0x231)](shouldScanTestForAccessibility,_0x59afc4[_0x2258d1(0x185)](),!![]);if(_0x5e0718[_0x2258d1(0x18f)](isAccessibilityAutomationSession)&&global[_0x2258d1(0x1dd)]&&_0x71c637){const _0x5d80e4={};_0x5d80e4[_0x2258d1(0x158)]=_0x59afc4[_0x2258d1(0x226)],_0x5d80e4[_0x2258d1(0x1fd)]=process[_0x2258d1(0x1e2)][testHubConstants[_0x2258d1(0x196)][_0x2258d1(0x1d2)]],_0x5d80e4['thJwtToken']=process[_0x2258d1(0x1e2)][testHubConstants['ENV_VAR']['BROWSERSTACK_TESTHUB_JWT']];const _0x55c302=_0x5d80e4;logger[_0x2258d1(0x228)]('Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20'+JSON[_0x2258d1(0x1b5)](_0x55c302)),CodeceptRecorder['add'](async()=>{const _0x2ba603=_0x2258d1,_0x2cb511={};_0x2cb511[_0x2ba603(0x183)]=_0x3b8253['zPrpl'],await PerformanceTester[_0x2ba603(0x1e0)](PerformanceA11yEvents[_0x2ba603(0x1f1)],async()=>{const _0x56534c=_0x2ba603;await AccessibilityHelper[_0x56534c(0x235)](_0x31379c,scripts['performScan']);},_0x2cb511)(),await PerformanceTester[_0x2ba603(0x1e0)](PerformanceA11yEvents['SAVE_RESULTS'],async()=>{const _0x9a8006=_0x2ba603;await AccessibilityHelper[_0x9a8006(0x235)](_0x31379c,scripts['saveTestResults'],_0x55c302);})();}),logger['info'](_0x5e0718[_0x2258d1(0x1c0)]);}const _0x274291={};_0x274291[_0x2258d1(0x1ed)]=_0x5e0718['FVOQj'],PerformanceTester[_0x2258d1(0x1bb)](PerformanceHookEvents[_0x2258d1(0x22f)],!![],null,_0x274291);}catch(_0x14f399){PerformanceTester[_0x2258d1(0x20f)](_0x14f399);const _0xabb0af={};_0xabb0af[_0x2258d1(0x1ed)]=_0x5e0718[_0x2258d1(0x1eb)],PerformanceTester[_0x2258d1(0x1bb)](PerformanceHookEvents['SDK_HOOK'],![],_0x14f399,_0xabb0af);}}),CodeceptJS[_0x22c11f(0x166)][_0x22c11f(0x229)]['on'](CodeceptJS[_0x22c11f(0x166)][_0x22c11f(0x191)][_0x22c11f(0x157)],_0x4a39a7=>{const _0x1de7c0=_0x22c11f;PerformanceTester[_0x1de7c0(0x15b)](PerformanceHookEvents[_0x1de7c0(0x22f)]);try{process[_0x1de7c0(0x1fc)](_0x1de7c0(0x21c)+process[_0x1de7c0(0x234)],{'timestamp':new Date()[_0x1de7c0(0x1e3)](),'level':_0x5e0718[_0x1de7c0(0x17f)],'message':_0x4a39a7,'kind':_0x5e0718[_0x1de7c0(0x230)],'http_response':{}});}catch(_0x48b3b3){PerformanceTester[_0x1de7c0(0x20f)](_0x48b3b3);const _0x1c03b0={};_0x1c03b0[_0x1de7c0(0x1ed)]=_0x5e0718[_0x1de7c0(0x233)],PerformanceTester[_0x1de7c0(0x1bb)](PerformanceHookEvents['SDK_HOOK'],![],_0x48b3b3,_0x1c03b0);}const _0xc33da9={};_0xc33da9[_0x1de7c0(0x1ed)]=_0x5e0718['nLtee'],PerformanceTester['end'](PerformanceHookEvents[_0x1de7c0(0x22f)],!![],null,_0xc33da9);}),CodeceptJS[_0x22c11f(0x166)][_0x22c11f(0x229)]['on'](CodeceptJS[_0x22c11f(0x166)][_0x22c11f(0x1f4)][_0x22c11f(0x1d9)],_0x2f50b5=>{const _0xaf187=_0x22c11f,_0x1c1016={};_0x1c1016[_0xaf187(0x1ed)]=_0x5e0718['HHMnr'],PerformanceTester[_0xaf187(0x1e0)](PerformanceHookEvents['SDK_HOOK'],()=>{const _0x5b42aa=_0xaf187;_0x175425[_0x5b42aa(0x188)](_0x2f50b5);},_0x1c1016)();}),CodeceptJS['event'][_0x22c11f(0x229)]['on'](CodeceptJS[_0x22c11f(0x166)][_0x22c11f(0x1f4)][_0x22c11f(0x204)],_0x1549d9=>{const _0x279e2f=_0x22c11f,_0x21eb00={};_0x21eb00['hookType']=_0x5e0718[_0x279e2f(0x161)],PerformanceTester[_0x279e2f(0x1e0)](PerformanceHookEvents[_0x279e2f(0x22f)],()=>{const _0x3e822a=_0x279e2f;_0x175425[_0x3e822a(0x214)](_0x1549d9);},_0x21eb00)();});};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
'use strict';const a2_0x41459c=a2_0x1f4c;(function(_0x2c6960,_0x2be650){const _0x2664c2=a2_0x1f4c,_0x2f20ec=_0x2c6960();while(!![]){try{const _0xc5181d=-parseInt(_0x2664c2(0x184))/0x1+-parseInt(_0x2664c2(0x1c0))/0x2*(parseInt(_0x2664c2(0x16b))/0x3)+parseInt(_0x2664c2(0x1c5))/0x4+parseInt(_0x2664c2(0x199))/0x5*(-parseInt(_0x2664c2(0x15d))/0x6)+-parseInt(_0x2664c2(0x195))/0x7+parseInt(_0x2664c2(0x1bd))/0x8+parseInt(_0x2664c2(0x1d5))/0x9;if(_0xc5181d===_0x2be650)break;else _0x2f20ec['push'](_0x2f20ec['shift']());}catch(_0x51bdd1){_0x2f20ec['push'](_0x2f20ec['shift']());}}}(a2_0x31fc,0x59de7));function a2_0x31fc(){const _0x339103=['test','initialize','forEach','skipSessionStatus','accessibilityOptions','addOptions','path','accessibility','../utils/clientTroubleshootingService','printBuildLink','34344SEtLrG','Started\x20:\x20','codeceptjs/lib/index.js','bootstrapAll','CODECEPT','assign','aIREe','slice','spawn','map','platforms','errorMessage','../../helpers/logger','user','173133nkTGlW','mIsFr','cwd','enabled','replace','BROWSERSTACK_TEST_ACCESSIBILITY_YML','yaBkP','toLowerCase','profile','../../helpers/testhub/testhubHandler','setAdditionalCapabilities','printResults','TsLxY','accessKey','event','3|4|5|0|1|2','result','TggUc','helpers','teardownAll','CODECEPT_CUCUMBER','../../helpers/test-observability/utils','process','info','push','721592xQxINQ','BROWSERSTACK_TEST_OBSERVABILITY_YML','uXxOy','testContextOptions','util','chdir','ONcTa','UufdI','existsSync','YGKeF','browserWSEndpoint','key','getPlatformName','ybfXn','firefox','browser','WebDriver','1651552LJAunw','../../helpers/utilities','chromium','browserName','90sLvpQO','TzUob','length','start','jXqqu','useW3C','before','hubUrl','getPlaywrightUrl','QKjWm','vkcwS','dkMHm','HSAiE','Playwright','run','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','cITdl','validateRerunTestList','env','finalExecution','playwright-webkit','TYOKk','../../helpers/performance/performance-tester','IEjXN','Workers','title','launchBuild','require','parallelsPerPlatform','pFlKy','../../helpers/test-observability/constants','skipSessionName','webkit','--config','yONCH','end','1683408IOAvKN','root','isEmpty','22qDNYIE','gherkin','isTestObservabilitySession','../../helpers/BrowserStackSetup','join','1172528YBIAMY','rlPnS','getUserWorkerCount','stack','../../bin/playwright/accessibility-helper','sSGYD','../../helpers/helper','validPlatformsPresent','teVPR','err','ykrof','addConfig','playwright-firefox','failed','testObservability','log','14039334rwUaEJ','FRAMEWORKS','now','codeceptjs','Failed\x20:\x20','findIndex','USER_CONFIG_DETAILS_PATH','OYYPd','isUndefined','winstonLogger','prepareCapabilities','../../helpers/accessibility-automation/helper','SDK_CLEANUP','split','wukMO','browserStackCwd','../utils/constants','codecept.conf.js','desiredCapabilities','config','format','mergeDeep','stringify','userName','GYIsZ','BROWSERSTACK_RERUN'];a2_0x31fc=function(){return _0x339103;};return a2_0x31fc();}const fs=require('fs'),path=require(a2_0x41459c(0x159)),util=require(a2_0x41459c(0x188)),process=require(a2_0x41459c(0x181)),logger=require(a2_0x41459c(0x169))[a2_0x41459c(0x1de)],{default:BrowserStackSetup}=require(a2_0x41459c(0x1c3)),helper=require(a2_0x41459c(0x1cb)),utilities=require(a2_0x41459c(0x196)),{checkAccessibilityPlatformConfig}=require(a2_0x41459c(0x1e0)),{setAccessibilityCapabilities}=require(a2_0x41459c(0x1c9)),{requireModule,nestedKeyValue,isBrowserstackInfra}=require('../../helpers/helper'),CodeceptJS=requireModule(a2_0x41459c(0x15f),a2_0x41459c(0x1d8)),testOpsHelper=require(a2_0x41459c(0x180)),TestHubHandler=require(a2_0x41459c(0x174)),constants=require(a2_0x41459c(0x1e5)),PerformanceTester=require(a2_0x41459c(0x1af)),{FRAMEWORKS}=require(a2_0x41459c(0x1b7)),PerformanceEvents=require('../../helpers/performance/constants')['EVENTS'],ClientTroubleShootingService=require(a2_0x41459c(0x15b)),_testErrorData=[],getUserCodeceptJSConfigs=(_0xfe493b,_0x443852)=>{const _0x1c2b31=a2_0x41459c,_0x39a924={};_0x39a924[_0x1c2b31(0x1a4)]=function(_0x26056a,_0x2d0c74){return _0x26056a===_0x2d0c74;},_0x39a924[_0x1c2b31(0x1c6)]=_0x1c2b31(0x1e6),_0x39a924[_0x1c2b31(0x18d)]='codecept.json';const _0x227d1a=_0x39a924;let _0xf063fd=null;const _0x13418d={};let _0x4312dd=_0x443852[_0x1c2b31(0x1da)](_0xdc22e4=>_0xdc22e4===_0x1c2b31(0x1ba));_0x227d1a['dkMHm'](_0x4312dd,-0x1)&&(_0x4312dd=_0x443852[_0x1c2b31(0x1da)](_0x564ae7=>_0x564ae7==='-c'));if(!helper[_0x1c2b31(0x1dd)](_0xfe493b[_0x1c2b31(0x1e8)])&&fs[_0x1c2b31(0x18c)](path[_0x1c2b31(0x1c4)](process[_0x1c2b31(0x16d)](),_0xfe493b['config'])))_0xf063fd=path['join'](process[_0x1c2b31(0x16d)](),_0xfe493b['config']),_0x443852[_0x1c2b31(0x164)](_0x4312dd,0x2);else{if(!helper[_0x1c2b31(0x1dd)](_0xfe493b['c'])&&fs[_0x1c2b31(0x18c)](path['join'](process[_0x1c2b31(0x16d)](),_0xfe493b['c'])))_0xf063fd=path[_0x1c2b31(0x1c4)](process[_0x1c2b31(0x16d)](),_0xfe493b['c']),_0x443852[_0x1c2b31(0x164)](_0x4312dd,0x2);else{if(fs[_0x1c2b31(0x18c)](path[_0x1c2b31(0x1c4)](process[_0x1c2b31(0x16d)](),_0x227d1a[_0x1c2b31(0x1c6)])))_0xf063fd=path[_0x1c2b31(0x1c4)](process[_0x1c2b31(0x16d)](),_0x227d1a[_0x1c2b31(0x1c6)]);else fs['existsSync'](path['join'](process[_0x1c2b31(0x16d)](),_0x227d1a['YGKeF']))&&(_0xf063fd=path[_0x1c2b31(0x1c4)](process[_0x1c2b31(0x16d)](),_0x227d1a[_0x1c2b31(0x18d)]));}}return process[_0x1c2b31(0x1ab)][_0x1c2b31(0x1db)]=_0xf063fd,_0xf063fd;},getO11yRerunPattern=()=>{const _0x5a0cff=a2_0x41459c,_0x52476b=helper['isTrue'](process[_0x5a0cff(0x1ab)][_0x5a0cff(0x1ee)]);if(_0x52476b){const _0x4a5314=process['env']['BROWSERSTACK_RERUN_TESTS'],_0x45db3c=[];if(helper[_0x5a0cff(0x1aa)](_0x4a5314)&&!helper['isUndefined'](_0x4a5314)){_0x4a5314[_0x5a0cff(0x1e2)](',')[_0x5a0cff(0x166)](_0x4f6e5d=>{const _0x49e9fb=_0x5a0cff;_0x45db3c[_0x49e9fb(0x183)]('('+_0x4f6e5d['trim']()+')');});const _0x165d7c='^'+_0x45db3c[_0x5a0cff(0x1c4)]('|')+'$';return _0x165d7c;}}return null;},a2_0x1ff2d6={};a2_0x1ff2d6['chrome']=a2_0x41459c(0x197),a2_0x1ff2d6['playwright-chromium']=a2_0x41459c(0x197),a2_0x1ff2d6[a2_0x41459c(0x1d1)]=a2_0x41459c(0x192),a2_0x1ff2d6[a2_0x41459c(0x1ad)]=a2_0x41459c(0x1b9);function a2_0x1f4c(_0x1b0a36,_0x305372){const _0x31fcc9=a2_0x31fc();return a2_0x1f4c=function(_0x1f4ceb,_0x4a255b){_0x1f4ceb=_0x1f4ceb-0x159;let _0x4d3caf=_0x31fcc9[_0x1f4ceb];return _0x4d3caf;},a2_0x1f4c(_0x1b0a36,_0x305372);}const pwToCodeceptBrowser=a2_0x1ff2d6;async function run(_0x248d4e,_0x2c7577,_0x20898d){const _0x20b819=a2_0x41459c,_0x39adc6={'TsLxY':function(_0x58ee2d,_0xdd5600){return _0x58ee2d+_0xdd5600;},'yONCH':function(_0x1130d4,_0x55ae80){return _0x1130d4(_0x55ae80);},'ykrof':function(_0x1a3a51,_0x1410e7,_0x41e692){return _0x1a3a51(_0x1410e7,_0x41e692);},'sSGYD':_0x20b819(0x17d),'yaBkP':function(_0x2f3f9e){return _0x2f3f9e();},'OYYPd':'/wd/hub','TggUc':function(_0xf7610b){return _0xf7610b();},'aIREe':function(_0xa3bb62){return _0xa3bb62();},'teVPR':_0x20b819(0x1d9),'OlHWY':'Passed\x20:\x20','uXxOy':_0x20b819(0x15e),'lyzmN':_0x20b819(0x17a),'IEjXN':_0x20b819(0x1a8),'mIsFr':_0x20b819(0x1a6),'jXqqu':_0x20b819(0x194),'ybfXn':function(_0x1266e7,_0x33b77f){return _0x1266e7(_0x33b77f);},'cITdl':function(_0x3338a8,_0xb7377b){return _0x3338a8!=_0xb7377b;},'QKjWm':function(_0x388f00,_0x5e6656){return _0x388f00===_0x5e6656;},'vkcwS':_0x20b819(0x1c1),'CUAsz':function(_0xfa7f6b,_0x2623af){return _0xfa7f6b(_0x2623af);},'pFlKy':function(_0x2a475c){return _0x2a475c();},'GYIsZ':function(_0x195a89,_0x49c7a3){return _0x195a89*_0x49c7a3;},'ONcTa':function(_0x3b8962,_0x5d6397,_0x1196e2){return _0x3b8962(_0x5d6397,_0x1196e2);},'wukMO':_0x20b819(0x193),'TzUob':_0x20b819(0x1e7),'TYOKk':_0x20b819(0x1be),'HSAiE':'BrowserStackPlugin.js','UufdI':_0x20b819(0x1e4)};await _0x20898d[_0x20b819(0x1f0)](_0x248d4e),await helper['handleApp'](_0x20898d[_0x20b819(0x1e8)]);if(!_0x20898d[_0x20b819(0x1e8)])return;process[_0x20b819(0x173)]=_0x248d4e[_0x20b819(0x173)];_0x248d4e['profile']&&(process[_0x20b819(0x1ab)][_0x20b819(0x173)]=_0x248d4e[_0x20b819(0x173)]);const _0x34ec29=_0x39adc6[_0x20b819(0x1cf)](getUserCodeceptJSConfigs,_0x248d4e,_0x2c7577);let _0x3ca9bf={};_0x34ec29?(logger[_0x20b819(0x182)]('Getting\x20your\x20codeceptjs\x20configs\x20from\x20'+_0x34ec29),_0x3ca9bf=CodeceptJS[_0x20b819(0x1e8)]['load'](_0x34ec29)):logger[_0x20b819(0x182)](_0x39adc6[_0x20b819(0x1b0)]);let _0x22309a=![];_0x39adc6[_0x20b819(0x1cf)](nestedKeyValue,_0x3ca9bf,[_0x39adc6['sSGYD'],_0x39adc6[_0x20b819(0x16c)]])&&(_0x22309a=!![]);const _0x1e1448=_0x22309a?_0x39adc6['mIsFr']:_0x39adc6[_0x20b819(0x19d)];let _0x311c09=!_0x22309a?helper[_0x20b819(0x19e)](_0x20898d[_0x20b819(0x1e8)]):![];!helper['isUndefined'](_0x20898d[_0x20b819(0x1e8)][_0x20b819(0x1f3)])&&(process[_0x20b819(0x1ab)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']=JSON[_0x20b819(0x1eb)](_0x20898d['config'][_0x20b819(0x1f3)]));let _0x57b78f=_0x20898d[_0x20b819(0x1e8)][_0x20b819(0x15a)];_0x57b78f=_0x57b78f||_0x39adc6[_0x20b819(0x191)](checkAccessibilityPlatformConfig,_0x20898d[_0x20b819(0x1e8)]),process[_0x20b819(0x1ab)][_0x20b819(0x170)]=_0x57b78f;_0x57b78f&&(_0x311c09=!_0x57b78f);_0x39adc6[_0x20b819(0x1a9)](_0x20898d[_0x20b819(0x1e8)][_0x20b819(0x1d3)],null)?process[_0x20b819(0x1ab)][_0x20b819(0x185)]=_0x20898d['config'][_0x20b819(0x1d3)]:process['env'][_0x20b819(0x185)]=_0x39adc6[_0x20b819(0x1a2)](_0x1e1448,_0x39adc6['mIsFr']);const _0x2f0c81=_0x39adc6['ykrof'](nestedKeyValue,_0x3ca9bf,[_0x39adc6[_0x20b819(0x1a3)]]),_0x1e5f24=_0x2f0c81&&!helper[_0x20b819(0x1bf)](_0x2f0c81)?FRAMEWORKS[_0x20b819(0x17f)]:FRAMEWORKS[_0x20b819(0x161)],_0x42a574=await TestHubHandler[_0x20b819(0x1b3)](_0x1e5f24,_0x20898d);_0x57b78f&&_0x39adc6['CUAsz'](setAccessibilityCapabilities,_0x20898d[_0x20b819(0x1e8)]);const _0x424385={},_0x5f2052=[],_0x38f470=_0x20898d[_0x20b819(0x1e8)][_0x20b819(0x1b5)]||helper[_0x20b819(0x1c7)](_0x248d4e,_0x2c7577,_0x20898d['config'],constants['FRAMEWORKS'][_0x20b819(0x161)])||0x1;let _0x30bbf5=0x1;if(_0x39adc6[_0x20b819(0x1b6)](isBrowserstackInfra)){const _0x19e720=helper[_0x20b819(0x1df)](_0x20898d['config'],_0x311c09,constants[_0x20b819(0x1d6)][_0x20b819(0x161)]);_0x19e720[_0x20b819(0x1f1)](_0x38e89a=>{const _0x2fe4bd=_0x20b819;helper[_0x2fe4bd(0x175)](_0x38e89a);}),helper[_0x20b819(0x1cc)](_0x20898d['config'])?_0x30bbf5=_0x39adc6[_0x20b819(0x1ed)](_0x38f470,_0x20898d[_0x20b819(0x1e8)]['platforms'][_0x20b819(0x19b)]):_0x30bbf5=_0x38f470,_0x19e720[_0x20b819(0x1f1)](_0x577c76=>{const _0x51a887=_0x20b819,_0x5c9b2f=_0x39adc6['TsLxY'](helper[_0x51a887(0x190)](_0x577c76,'_'),'_'+Date[_0x51a887(0x1d7)]()),_0x8b36b3=((()=>{const _0x22532d=_0x51a887;if(_0x22309a){const _0xe0332b=pwToCodeceptBrowser[_0x577c76[_0x22532d(0x198)]]||_0x577c76[_0x22532d(0x198)];return{'browser':_0xe0332b,[_0xe0332b]:{'browserWSEndpoint':_0x39adc6[_0x22532d(0x177)](helper[_0x22532d(0x1a1)](_0x20898d[_0x22532d(0x1e8)]),_0x39adc6[_0x22532d(0x1bb)](encodeURIComponent,JSON[_0x22532d(0x1eb)](_0x577c76)))}};}const _0x272d63={};return _0x272d63[_0x22532d(0x1e7)]=_0x577c76,_0x272d63[_0x22532d(0x16a)]=_0x20898d[_0x22532d(0x1e8)][_0x22532d(0x1ec)],_0x272d63[_0x22532d(0x18f)]=_0x20898d[_0x22532d(0x1e8)][_0x22532d(0x178)],_0x272d63;})()),_0x481de5=_0x39adc6[_0x51a887(0x1cf)](nestedKeyValue,_0x3ca9bf,[_0x39adc6[_0x51a887(0x1ca)],_0x1e1448]);_0x424385[_0x5c9b2f]=_0x481de5?helper[_0x51a887(0x1ea)](_0x8b36b3,_0x481de5):_0x8b36b3;if(_0x22309a)_0x424385[_0x5c9b2f][_0x51a887(0x193)]=pwToCodeceptBrowser[_0x577c76['browserName']]||_0x577c76[_0x51a887(0x198)];else{_0x424385[_0x5c9b2f][_0x51a887(0x193)]=_0x577c76['browserName']||_0x8b36b3[_0x51a887(0x193)];if(_0x39adc6[_0x51a887(0x171)](isBrowserstackInfra)){_0x424385[_0x5c9b2f]['host']=constants[_0x51a887(0x1a0)][_0x51a887(0x16f)](_0x39adc6['OYYPd'],'')['replace'](/https?:\/\//,'');;_0x424385[_0x5c9b2f][_0x51a887(0x159)]=_0x39adc6[_0x51a887(0x1dc)];}}_0x5f2052[_0x51a887(0x183)](_0x5c9b2f);});}else{_0x30bbf5=0x1;if(_0x22309a){const _0x3da321=_0x39adc6[_0x20b819(0x18a)](nestedKeyValue,_0x3ca9bf,[_0x39adc6[_0x20b819(0x1ca)],_0x1e1448,_0x39adc6[_0x20b819(0x1e3)]]),_0x477edb=_0x39adc6[_0x20b819(0x18a)](nestedKeyValue,_0x3ca9bf,[_0x39adc6[_0x20b819(0x1ca)],_0x1e1448,_0x3da321]);if(_0x477edb&&_0x477edb['browserWSEndpoint']){const _0x2ace26={};_0x2ace26[_0x20b819(0x167)]=[],_0x477edb['browserWSEndpoint']=helper[_0x20b819(0x1df)](Object['assign']({},_0x20898d['config'],_0x2ace26),null,_0x1e5f24[_0x20b819(0x172)](),null,null,_0x477edb[_0x20b819(0x18e)]);}}else{const _0x5a8d1a={};_0x5a8d1a['platforms']=[],_0x3ca9bf[_0x39adc6['sSGYD']][_0x1e1448][_0x39adc6[_0x20b819(0x19a)]]=helper['prepareCapabilities'](Object[_0x20b819(0x162)]({},_0x20898d['config'],_0x5a8d1a),null,_0x1e5f24[_0x20b819(0x172)](),_0x39adc6[_0x20b819(0x1cf)](nestedKeyValue,_0x3ca9bf,[_0x39adc6[_0x20b819(0x1ca)],_0x1e1448,_0x39adc6[_0x20b819(0x19a)]])||{},null,null);}_0x424385[_0x39adc6['TYOKk']]=_0x3ca9bf,_0x5f2052[_0x20b819(0x183)](_0x39adc6[_0x20b819(0x1ae)]);}const _0x9de5c0={};_0x9de5c0['testConfig']=_0x34ec29;const _0x3bcd4b=_0x9de5c0,_0x2d9a7f=path[_0x20b819(0x1c4)](__dirname,_0x39adc6[_0x20b819(0x1a5)]),_0x51d7ee=process[_0x20b819(0x16d)]();process[_0x20b819(0x1ab)][_0x39adc6[_0x20b819(0x18b)]]=_0x51d7ee,process['chdir'](path['dirname'](_0x34ec29));const _0x5e53ed=new CodeceptJS[(_0x20b819(0x1b1))](null,_0x3bcd4b),_0x1c14a0=_0x5e53ed['createGroupsOfSuites'](_0x30bbf5),_0x62fde1=testOpsHelper[_0x20b819(0x1c2)](),_0x334428=_0x5f2052['map'](_0x19f702=>{const _0x184776=_0x20b819,_0x343045={};_0x343045[_0x184776(0x1a6)]=_0x424385[_0x19f702];const _0x48f43a={};_0x48f43a[_0x184776(0x194)]=_0x424385[_0x19f702];const _0x53f57a=_0x22309a?_0x343045:_0x48f43a,_0x16d2af=_0x39adc6[_0x184776(0x17c)](getO11yRerunPattern),_0xbd7015={};_0xbd7015[_0x184776(0x17d)]=_0x53f57a;const _0x18ce54={};_0x18ce54[_0x184776(0x1b4)]=_0x2d9a7f,_0x18ce54[_0x184776(0x16e)]=!![],_0x18ce54[_0x184776(0x1b8)]=_0x20898d[_0x184776(0x1e8)][_0x184776(0x187)][_0x184776(0x1b8)],_0x18ce54['skipSessionStatus']=_0x20898d[_0x184776(0x1e8)][_0x184776(0x187)][_0x184776(0x1f2)],_0x18ce54[_0x184776(0x1d3)]=_0x62fde1,_0x18ce54['frameworkName']=_0x1e5f24;const _0x4a682e={};_0x4a682e['BrowserStackPlugin']=_0x18ce54;const _0x2bb9a8={};return _0x2bb9a8['plugins']=_0x4a682e,helper['mergeDeep']({},_0x3ca9bf,_0x39adc6[_0x184776(0x163)](isBrowserstackInfra)?_0xbd7015:{},_0x16d2af?{'grep':_0x16d2af}:{},_0x2bb9a8);});for(const _0x4f649d of _0x334428){for(const _0x38d156 of _0x1c14a0){const _0x729221=_0x5e53ed[_0x20b819(0x165)]();_0x729221['addTests'](_0x38d156),_0x729221[_0x20b819(0x1d0)](_0x4f649d);const _0x464fc7={};_0x464fc7['config']=_0x34ec29,_0x729221[_0x20b819(0x1f4)](Object[_0x20b819(0x162)](_0x464fc7,_0x248d4e));}}_0x5e53ed['on'](CodeceptJS[_0x20b819(0x179)]['test'][_0x20b819(0x1d2)],(_0x3b9f8c,_0x5764ba)=>{const _0x2945c6=_0x20b819;console[_0x2945c6(0x1d4)](_0x39adc6[_0x2945c6(0x1cd)],_0x3b9f8c[_0x2945c6(0x1b2)]);const _0x24a362={[_0x3b9f8c[_0x2945c6(0x1b2)]]:_0x3b9f8c[_0x2945c6(0x1ce)][_0x2945c6(0x1c8)]};_testErrorData[_0x2945c6(0x183)](_0x24a362);}),_0x5e53ed['on'](CodeceptJS[_0x20b819(0x179)][_0x20b819(0x1ef)]['passed'],async _0x1d5e94=>{const _0x27d52c=_0x20b819;console[_0x27d52c(0x1d4)](_0x39adc6['OlHWY'],_0x1d5e94[_0x27d52c(0x1b2)]);}),_0x5e53ed['on'](CodeceptJS[_0x20b819(0x179)][_0x20b819(0x1ef)][_0x20b819(0x19f)],async _0x11176c=>{const _0x3566df=_0x20b819;console[_0x3566df(0x1d4)](_0x39adc6[_0x3566df(0x186)],_0x11176c[_0x3566df(0x1b2)]);}),_0x5e53ed['on'](CodeceptJS[_0x20b819(0x179)]['all'][_0x20b819(0x17b)],async()=>{const _0x5b01de=_0x20b819,_0x14dda6=_0x39adc6['lyzmN'][_0x5b01de(0x1e2)]('|');let _0x53caef=0x0;while(!![]){switch(_0x14dda6[_0x53caef++]){case'0':utilities[_0x5b01de(0x1ac)](_0x20898d);continue;case'1':try{await TestHubHandler['stop']();}catch(_0x386f60){logger['debug']('Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20'+util[_0x5b01de(0x1e9)](_0x386f60));}continue;case'2':_0x5e53ed[_0x5b01de(0x176)]();continue;case'3':PerformanceTester[_0x5b01de(0x19c)](PerformanceEvents[_0x5b01de(0x1e1)]);continue;case'4':_0x20898d[_0x5b01de(0x168)]=_testErrorData;continue;case'5':testOpsHelper[_0x5b01de(0x15c)]();continue;}break;}});async function _0x203eb5(){const _0x46fe1e=_0x20b819;try{await _0x5e53ed[_0x46fe1e(0x160)](),await _0x5e53ed[_0x46fe1e(0x1a7)]();}finally{process[_0x46fe1e(0x189)](_0x51d7ee),await _0x5e53ed[_0x46fe1e(0x17e)]();}}PerformanceTester[_0x20b819(0x1bc)](PerformanceEvents['SDK_SETUP']),_0x39adc6[_0x20b819(0x171)](_0x203eb5);}module['exports']=run;
|
|
2
|
+
'use strict';function a2_0x4296(_0x23980d,_0x333520){const _0x424988=a2_0x4249();return a2_0x4296=function(_0x429663,_0x5c6f07){_0x429663=_0x429663-0x19c;let _0x131203=_0x424988[_0x429663];return _0x131203;},a2_0x4296(_0x23980d,_0x333520);}function a2_0x4249(){const _0x3aee41=['util','browserWSEndpoint','../../bin/playwright/accessibility-helper','getPlaywrightUrl','title','../../helpers/logger','length','webkit','HnqaO','event','vZkiN','SDK_CLEANUP','browserStackCwd','EVENTS','errorMessage','Ccolh','accessibilityOptions','trim','browser','117123uMhuKG','BrowserStackPlugin.js','toLowerCase','qEvNM','end','2427115OjQYdJ','isTestObservabilitySession','info','BROWSERSTACK_RERUN','Workers','ryxSl','../../helpers/performance/constants','test','../utils/constants','mergeDeep','vWShX','/wd/hub','spawn','frameworkName','Playwright','Getting\x20your\x20codeceptjs\x20configs\x20from\x20','playwright-firefox','isTrue','BROWSERSTACK_TEST_ACCESSIBILITY_YML','jJCly','platforms','333rEDxkL','BROWSERSTACK_TEST_OBSERVABILITY_YML','firefox','prepareCapabilities','key','../utils/clientTroubleshootingService','setAdditionalCapabilities','now','YLaOl','FRAMEWORKS','3717507RBQcSM','Kvtza','err','printBuildLink','../../helpers/performance/performance-tester','accessibility','exports','root','plugins','998994pWYLRt','WebDriver','load','rfznb','TLwwn','codeceptjs/lib/index.js','PdIzQ','forEach','parallelsPerPlatform','split','OSkgT','kbvrA','BROWSERSTACK_RERUN_TESTS','XMtnO','bootstrapAll','testContextOptions','../../helpers/test-observability/constants','BrowserStackPlugin','path','start','addConfig','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','../../helpers/utilities','env','teardownAll','addOptions','testObservability','skipSessionName','codeceptjs','process','WwcYd','YpKfN','5|4|1|0|3|2','assign','push','browserName','all','nGzJE','chromium','validPlatformsPresent','profile','../../helpers/helper','result','lVAwh','desiredCapabilities','tHYTp','VRWmo','failed','playwright-chromium','cwd','host','getPlatformName','getUserWorkerCount','testConfig','frYog','config','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','12EMqcSM','findIndex','Started\x20:\x20','stack','join','stringify','Passed\x20:\x20','printResults','run','map','stop','PwNcR','passed','validateRerunTestList','../../helpers/testhub/testhubHandler','accessKey','LMqTa','isEmpty','chrome','2168524ospxWk','AdULD','--config','winstonLogger','skipSessionStatus','format','chdir','wFppW','hubUrl','../../helpers/BrowserStackSetup','USER_CONFIG_DETAILS_PATH','319960mfXIuR','Failed\x20:\x20','require','helpers','CODECEPT_CUCUMBER','useW3C','hvUtp','existsSync','codecept.json','Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20','3498173OHVzKd','isUndefined','userName','log','slice','gherkin','handleApp','playwright-webkit','CODECEPT'];a2_0x4249=function(){return _0x3aee41;};return a2_0x4249();}const a2_0x310a21=a2_0x4296;(function(_0x242a70,_0x21d714){const _0x46cfdc=a2_0x4296,_0x17e45d=_0x242a70();while(!![]){try{const _0x3b6e93=-parseInt(_0x46cfdc(0x1b9))/0x1+parseInt(_0x46cfdc(0x1e6))/0x2+-parseInt(_0x46cfdc(0x1dd))/0x3+parseInt(_0x46cfdc(0x232))/0x4+parseInt(_0x46cfdc(0x1be))/0x5+-parseInt(_0x46cfdc(0x21f))/0x6*(parseInt(_0x46cfdc(0x19d))/0x7)+parseInt(_0x46cfdc(0x23d))/0x8*(parseInt(_0x46cfdc(0x1d3))/0x9);if(_0x3b6e93===_0x21d714)break;else _0x17e45d['push'](_0x17e45d['shift']());}catch(_0x2d8332){_0x17e45d['push'](_0x17e45d['shift']());}}}(a2_0x4249,0x9ef58));const fs=require('fs'),path=require(a2_0x310a21(0x1f8)),util=require(a2_0x310a21(0x1a6)),process=require(a2_0x310a21(0x203)),logger=require(a2_0x310a21(0x1ab))[a2_0x310a21(0x235)],{default:BrowserStackSetup}=require(a2_0x310a21(0x23b)),helper=require(a2_0x310a21(0x20f)),utilities=require(a2_0x310a21(0x1fc)),{checkAccessibilityPlatformConfig}=require('../../helpers/accessibility-automation/helper'),{setAccessibilityCapabilities,processAccessibilityCaps}=require(a2_0x310a21(0x1a8)),{requireModule,nestedKeyValue,isBrowserstackInfra}=require(a2_0x310a21(0x20f)),CodeceptJS=requireModule(a2_0x310a21(0x1eb),a2_0x310a21(0x202)),testOpsHelper=require('../../helpers/test-observability/utils'),TestHubHandler=require(a2_0x310a21(0x22d)),constants=require(a2_0x310a21(0x1c6)),PerformanceTester=require(a2_0x310a21(0x1e1)),{FRAMEWORKS}=require(a2_0x310a21(0x1f6)),PerformanceEvents=require(a2_0x310a21(0x1c4))[a2_0x310a21(0x1b3)],ClientTroubleShootingService=require(a2_0x310a21(0x1d8)),_testErrorData=[],getUserCodeceptJSConfigs=(_0x35b6a0,_0x50fbf7)=>{const _0x3406ed=a2_0x310a21,_0x5d0753={};_0x5d0753[_0x3406ed(0x213)]=function(_0x108393,_0x207e41){return _0x108393===_0x207e41;},_0x5d0753[_0x3406ed(0x22a)]='codecept.conf.js',_0x5d0753[_0x3406ed(0x233)]=_0x3406ed(0x245);const _0x17fe50=_0x5d0753;let _0x406803=null;const _0x309574={};let _0x461b7f=_0x50fbf7[_0x3406ed(0x220)](_0x179f55=>_0x179f55===_0x3406ed(0x234));_0x17fe50[_0x3406ed(0x213)](_0x461b7f,-0x1)&&(_0x461b7f=_0x50fbf7[_0x3406ed(0x220)](_0x4cfc4f=>_0x4cfc4f==='-c'));if(!helper['isUndefined'](_0x35b6a0[_0x3406ed(0x21d)])&&fs[_0x3406ed(0x244)](path[_0x3406ed(0x223)](process[_0x3406ed(0x217)](),_0x35b6a0['config'])))_0x406803=path[_0x3406ed(0x223)](process[_0x3406ed(0x217)](),_0x35b6a0[_0x3406ed(0x21d)]),_0x50fbf7[_0x3406ed(0x1a1)](_0x461b7f,0x2);else{if(!helper[_0x3406ed(0x19e)](_0x35b6a0['c'])&&fs[_0x3406ed(0x244)](path['join'](process[_0x3406ed(0x217)](),_0x35b6a0['c'])))_0x406803=path['join'](process[_0x3406ed(0x217)](),_0x35b6a0['c']),_0x50fbf7[_0x3406ed(0x1a1)](_0x461b7f,0x2);else{if(fs[_0x3406ed(0x244)](path[_0x3406ed(0x223)](process['cwd'](),_0x17fe50[_0x3406ed(0x22a)])))_0x406803=path[_0x3406ed(0x223)](process[_0x3406ed(0x217)](),_0x17fe50['PwNcR']);else fs[_0x3406ed(0x244)](path[_0x3406ed(0x223)](process[_0x3406ed(0x217)](),_0x17fe50['AdULD']))&&(_0x406803=path[_0x3406ed(0x223)](process[_0x3406ed(0x217)](),_0x17fe50[_0x3406ed(0x233)]));}}return process[_0x3406ed(0x1fd)][_0x3406ed(0x23c)]=_0x406803,_0x406803;},getO11yRerunPattern=()=>{const _0x5b775b=a2_0x310a21,_0x8a64f8=helper[_0x5b775b(0x1cf)](process[_0x5b775b(0x1fd)][_0x5b775b(0x1c1)]);if(_0x8a64f8){const _0x2bbc0e=process[_0x5b775b(0x1fd)][_0x5b775b(0x1f2)],_0x3ff8e2=[];if(helper[_0x5b775b(0x22c)](_0x2bbc0e)&&!helper[_0x5b775b(0x19e)](_0x2bbc0e)){_0x2bbc0e[_0x5b775b(0x1ef)](',')[_0x5b775b(0x228)](_0x2ff273=>{const _0x225f32=_0x5b775b;_0x3ff8e2[_0x225f32(0x208)]('('+_0x2ff273[_0x225f32(0x1b7)]()+')');});const _0x584dd1='^'+_0x3ff8e2[_0x5b775b(0x223)]('|')+'$';return _0x584dd1;}}return null;},a2_0x590b19={};a2_0x590b19[a2_0x310a21(0x231)]=a2_0x310a21(0x20c),a2_0x590b19[a2_0x310a21(0x216)]='chromium',a2_0x590b19[a2_0x310a21(0x1ce)]=a2_0x310a21(0x1d5),a2_0x590b19[a2_0x310a21(0x1a4)]=a2_0x310a21(0x1ad);const pwToCodeceptBrowser=a2_0x590b19;async function run(_0x3be371,_0x3717ab,_0x4f0b7e){const _0x53e1c7=a2_0x310a21,_0x2ea691={'XMtnO':function(_0xd50c5f,_0x52f421,_0x253aa6,_0x5546f9){return _0xd50c5f(_0x52f421,_0x253aa6,_0x5546f9);},'jJCly':function(_0x108ace,_0x1cf4a4){return _0x108ace+_0x1cf4a4;},'WwcYd':function(_0x3ee438,_0xb56c23){return _0x3ee438(_0xb56c23);},'VRWmo':function(_0xf88531,_0x4fdb7f){return _0xf88531+_0x4fdb7f;},'JuAuR':function(_0x591823,_0x3ce68d,_0x11be68){return _0x591823(_0x3ce68d,_0x11be68);},'hvUtp':_0x53e1c7(0x240),'TLwwn':function(_0x583cdb){return _0x583cdb();},'Kvtza':_0x53e1c7(0x1c9),'SZMKh':function(_0x461f3a){return _0x461f3a();},'nGzJE':_0x53e1c7(0x23e),'YLaOl':_0x53e1c7(0x225),'LMqTa':_0x53e1c7(0x221),'lVAwh':_0x53e1c7(0x206),'sBWQL':function(_0x21e148,_0x5a4246,_0x4a7a21){return _0x21e148(_0x5a4246,_0x4a7a21);},'PdIzQ':_0x53e1c7(0x1fb),'wFppW':function(_0x1cabd1,_0x17333c,_0x5303c5){return _0x1cabd1(_0x17333c,_0x5303c5);},'vWShX':'Playwright','dSSoA':_0x53e1c7(0x1e7),'Ccolh':function(_0x1869e7,_0x2ab4ed){return _0x1869e7!=_0x2ab4ed;},'rfznb':function(_0x56eefe,_0xc47361){return _0x56eefe===_0xc47361;},'vZkiN':function(_0x3fb9c2,_0x358539,_0x47fe0e){return _0x3fb9c2(_0x358539,_0x47fe0e);},'dHzfR':_0x53e1c7(0x1a2),'ckoNF':function(_0x3b7246,_0x22d2bd){return _0x3b7246(_0x22d2bd);},'OTCmO':function(_0x3acbeb,_0x222da4){return _0x3acbeb*_0x222da4;},'YpKfN':function(_0x351777,_0x3fcbe3,_0x5216d9){return _0x351777(_0x3fcbe3,_0x5216d9);},'kbvrA':_0x53e1c7(0x1b8),'OSkgT':function(_0x1f3fd9,_0x1f17f4,_0x129a20){return _0x1f3fd9(_0x1f17f4,_0x129a20);},'qEvNM':'desiredCapabilities','frYog':function(_0x1f4e0c,_0x4dbc26,_0x4f2008){return _0x1f4e0c(_0x4dbc26,_0x4f2008);},'HnqaO':_0x53e1c7(0x1e4),'LbAso':_0x53e1c7(0x1ba),'ryxSl':_0x53e1c7(0x1b2)};await _0x4f0b7e['initialize'](_0x3be371),await helper[_0x53e1c7(0x1a3)](_0x4f0b7e[_0x53e1c7(0x21d)]);if(!_0x4f0b7e[_0x53e1c7(0x21d)])return;process[_0x53e1c7(0x20e)]=_0x3be371[_0x53e1c7(0x20e)];_0x3be371[_0x53e1c7(0x20e)]&&(process[_0x53e1c7(0x1fd)]['profile']=_0x3be371[_0x53e1c7(0x20e)]);const _0x4a60a5=_0x2ea691['sBWQL'](getUserCodeceptJSConfigs,_0x3be371,_0x3717ab);let _0x5a7c4f={};_0x4a60a5?(logger[_0x53e1c7(0x1c0)](_0x53e1c7(0x1cd)+_0x4a60a5),_0x5a7c4f=CodeceptJS[_0x53e1c7(0x21d)][_0x53e1c7(0x1e8)](_0x4a60a5)):logger[_0x53e1c7(0x1c0)](_0x2ea691[_0x53e1c7(0x1ec)]);let _0x222cfb=![];_0x2ea691[_0x53e1c7(0x239)](nestedKeyValue,_0x5a7c4f,[_0x2ea691[_0x53e1c7(0x243)],_0x2ea691[_0x53e1c7(0x1c8)]])&&(_0x222cfb=!![]);const _0x3fa00f=_0x222cfb?_0x2ea691['vWShX']:_0x2ea691['dSSoA'];let _0x55b187=!_0x222cfb?helper[_0x53e1c7(0x242)](_0x4f0b7e[_0x53e1c7(0x21d)]):![];!helper[_0x53e1c7(0x19e)](_0x4f0b7e[_0x53e1c7(0x21d)]['accessibilityOptions'])&&(process['env'][_0x53e1c7(0x21e)]=JSON[_0x53e1c7(0x224)](_0x4f0b7e[_0x53e1c7(0x21d)][_0x53e1c7(0x1b6)]));let _0x162aeb=_0x4f0b7e[_0x53e1c7(0x21d)][_0x53e1c7(0x1e2)];_0x162aeb=_0x162aeb||_0x2ea691[_0x53e1c7(0x204)](checkAccessibilityPlatformConfig,_0x4f0b7e[_0x53e1c7(0x21d)]),process[_0x53e1c7(0x1fd)][_0x53e1c7(0x1d0)]=_0x162aeb;_0x162aeb&&(_0x55b187=!_0x162aeb);_0x2ea691[_0x53e1c7(0x1b5)](_0x4f0b7e[_0x53e1c7(0x21d)][_0x53e1c7(0x200)],null)?process[_0x53e1c7(0x1fd)]['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0x4f0b7e[_0x53e1c7(0x21d)]['testObservability']:process[_0x53e1c7(0x1fd)][_0x53e1c7(0x1d4)]=_0x2ea691[_0x53e1c7(0x1e9)](_0x3fa00f,_0x2ea691[_0x53e1c7(0x1c8)]);const _0x3345c1=_0x2ea691[_0x53e1c7(0x1b0)](nestedKeyValue,_0x5a7c4f,[_0x2ea691['dHzfR']]),_0x407644=_0x3345c1&&!helper[_0x53e1c7(0x230)](_0x3345c1)?FRAMEWORKS[_0x53e1c7(0x241)]:FRAMEWORKS[_0x53e1c7(0x1a5)],_0x520b38=await TestHubHandler['launchBuild'](_0x407644,_0x4f0b7e);_0x162aeb&&_0x2ea691['ckoNF'](setAccessibilityCapabilities,_0x4f0b7e['config']);const _0x211f5d={},_0x53c093=[],_0x824e58=_0x4f0b7e[_0x53e1c7(0x21d)][_0x53e1c7(0x1ee)]||helper[_0x53e1c7(0x21a)](_0x3be371,_0x3717ab,_0x4f0b7e[_0x53e1c7(0x21d)],constants[_0x53e1c7(0x1dc)][_0x53e1c7(0x1a5)])||0x1;let _0x443e25=0x1;if(_0x2ea691[_0x53e1c7(0x1ea)](isBrowserstackInfra)){const _0x4a519b=helper[_0x53e1c7(0x1d6)](_0x4f0b7e[_0x53e1c7(0x21d)],_0x55b187,constants['FRAMEWORKS'][_0x53e1c7(0x1a5)]);_0x4a519b[_0x53e1c7(0x1ed)](_0x98fc76=>{const _0x244567=_0x53e1c7;helper[_0x244567(0x1d9)](_0x98fc76);}),helper[_0x53e1c7(0x20d)](_0x4f0b7e[_0x53e1c7(0x21d)])?_0x443e25=_0x2ea691['OTCmO'](_0x824e58,_0x4f0b7e['config'][_0x53e1c7(0x1d2)][_0x53e1c7(0x1ac)]):_0x443e25=_0x824e58,_0x4a519b[_0x53e1c7(0x1ed)](_0x35a4a5=>{const _0x395030=_0x53e1c7,_0x422895=_0x2ea691[_0x395030(0x214)](helper[_0x395030(0x219)](_0x35a4a5,'_'),'_'+Date[_0x395030(0x1da)]()),_0x388729=((()=>{const _0x3a68c5=_0x395030;if(_0x222cfb){const _0x4b9f88=pwToCodeceptBrowser[_0x35a4a5[_0x3a68c5(0x209)]]||_0x35a4a5[_0x3a68c5(0x209)],_0xb6d35c=helper[_0x3a68c5(0x1a9)](_0x4f0b7e[_0x3a68c5(0x21d)]),_0x4954b9=Object[_0x3a68c5(0x207)]({},_0x35a4a5);return _0x2ea691[_0x3a68c5(0x1f3)](processAccessibilityCaps,_0x4954b9,_0xb6d35c,null),{'browser':_0x4b9f88,[_0x4b9f88]:{'browserWSEndpoint':_0x2ea691[_0x3a68c5(0x1d1)](_0xb6d35c,_0x2ea691[_0x3a68c5(0x204)](encodeURIComponent,JSON[_0x3a68c5(0x224)](_0x4954b9)))}};}const _0x4eb0e3={};return _0x4eb0e3[_0x3a68c5(0x212)]=_0x35a4a5,_0x4eb0e3['user']=_0x4f0b7e[_0x3a68c5(0x21d)][_0x3a68c5(0x19f)],_0x4eb0e3[_0x3a68c5(0x1d7)]=_0x4f0b7e[_0x3a68c5(0x21d)][_0x3a68c5(0x22e)],_0x4eb0e3;})()),_0x30a80f=_0x2ea691['JuAuR'](nestedKeyValue,_0x5a7c4f,[_0x2ea691[_0x395030(0x243)],_0x3fa00f]);_0x211f5d[_0x422895]=_0x30a80f?helper[_0x395030(0x1c7)](_0x388729,_0x30a80f):_0x388729;if(_0x222cfb)_0x211f5d[_0x422895]['browser']=pwToCodeceptBrowser[_0x35a4a5[_0x395030(0x209)]]||_0x35a4a5[_0x395030(0x209)];else{_0x211f5d[_0x422895][_0x395030(0x1b8)]=_0x35a4a5[_0x395030(0x209)]||_0x388729[_0x395030(0x1b8)];if(_0x2ea691[_0x395030(0x1ea)](isBrowserstackInfra)){_0x211f5d[_0x422895][_0x395030(0x218)]=constants[_0x395030(0x23a)]['replace'](_0x2ea691[_0x395030(0x1de)],'')['replace'](/https?:\/\//,'');;_0x211f5d[_0x422895]['path']=_0x2ea691[_0x395030(0x1de)];}}_0x53c093[_0x395030(0x208)](_0x422895);});}else{_0x443e25=0x1;if(_0x222cfb){const _0x5cfb12=_0x2ea691[_0x53e1c7(0x205)](nestedKeyValue,_0x5a7c4f,[_0x2ea691[_0x53e1c7(0x243)],_0x3fa00f,_0x2ea691[_0x53e1c7(0x1f1)]]),_0x2a0501=_0x2ea691[_0x53e1c7(0x1f0)](nestedKeyValue,_0x5a7c4f,[_0x2ea691[_0x53e1c7(0x243)],_0x3fa00f,_0x5cfb12]);if(_0x2a0501&&_0x2a0501[_0x53e1c7(0x1a7)]){const _0x49d294={};_0x49d294[_0x53e1c7(0x1d2)]=[],_0x2a0501[_0x53e1c7(0x1a7)]=helper[_0x53e1c7(0x1d6)](Object[_0x53e1c7(0x207)]({},_0x4f0b7e[_0x53e1c7(0x21d)],_0x49d294),null,_0x407644[_0x53e1c7(0x1bb)](),null,null,_0x2a0501[_0x53e1c7(0x1a7)]);}}else{const _0x22bb54={};_0x22bb54['platforms']=[],_0x5a7c4f[_0x2ea691[_0x53e1c7(0x243)]][_0x3fa00f][_0x2ea691[_0x53e1c7(0x1bc)]]=helper['prepareCapabilities'](Object[_0x53e1c7(0x207)]({},_0x4f0b7e['config'],_0x22bb54),null,_0x407644[_0x53e1c7(0x1bb)](),_0x2ea691[_0x53e1c7(0x21c)](nestedKeyValue,_0x5a7c4f,[_0x2ea691['hvUtp'],_0x3fa00f,_0x2ea691[_0x53e1c7(0x1bc)]])||{},null,null);}_0x211f5d[_0x2ea691['HnqaO']]=_0x5a7c4f,_0x53c093['push'](_0x2ea691[_0x53e1c7(0x1ae)]);}const _0x4a2f7e={};_0x4a2f7e[_0x53e1c7(0x21b)]=_0x4a60a5;const _0x562c23=_0x4a2f7e,_0x2cea83=path[_0x53e1c7(0x223)](__dirname,_0x2ea691['LbAso']),_0x2b2857=process[_0x53e1c7(0x217)]();process[_0x53e1c7(0x1fd)][_0x2ea691[_0x53e1c7(0x1c3)]]=_0x2b2857,process[_0x53e1c7(0x238)](path['dirname'](_0x4a60a5));const _0x3991a2=new CodeceptJS[(_0x53e1c7(0x1c2))](null,_0x562c23),_0x2cafc7=_0x3991a2['createGroupsOfSuites'](_0x443e25),_0x20ca95=testOpsHelper[_0x53e1c7(0x1bf)](),_0x17b266=_0x53c093[_0x53e1c7(0x228)](_0x36692c=>{const _0x25a4a6=_0x53e1c7,_0x318229={};_0x318229[_0x25a4a6(0x1cc)]=_0x211f5d[_0x36692c];const _0x1a753e={};_0x1a753e[_0x25a4a6(0x1e7)]=_0x211f5d[_0x36692c];const _0x2926bc=_0x222cfb?_0x318229:_0x1a753e,_0x40cccd=_0x2ea691['SZMKh'](getO11yRerunPattern),_0x328a72={};_0x328a72[_0x25a4a6(0x240)]=_0x2926bc;const _0x3123df={};_0x3123df[_0x25a4a6(0x23f)]=_0x2cea83,_0x3123df['enabled']=!![],_0x3123df[_0x25a4a6(0x201)]=_0x4f0b7e[_0x25a4a6(0x21d)]['testContextOptions'][_0x25a4a6(0x201)],_0x3123df[_0x25a4a6(0x236)]=_0x4f0b7e[_0x25a4a6(0x21d)][_0x25a4a6(0x1f5)][_0x25a4a6(0x236)],_0x3123df[_0x25a4a6(0x200)]=_0x20ca95,_0x3123df[_0x25a4a6(0x1cb)]=_0x407644;const _0x938df9={};_0x938df9[_0x25a4a6(0x1f7)]=_0x3123df;const _0x53dc7e={};return _0x53dc7e[_0x25a4a6(0x1e5)]=_0x938df9,helper['mergeDeep']({},_0x5a7c4f,_0x2ea691[_0x25a4a6(0x1ea)](isBrowserstackInfra)?_0x328a72:{},_0x40cccd?{'grep':_0x40cccd}:{},_0x53dc7e);});for(const _0x2cb7a8 of _0x17b266){for(const _0x51fea4 of _0x2cafc7){const _0x2f277c=_0x3991a2[_0x53e1c7(0x1ca)]();_0x2f277c['addTests'](_0x51fea4),_0x2f277c[_0x53e1c7(0x1fa)](_0x2cb7a8);const _0x3a19aa={};_0x3a19aa['config']=_0x4a60a5,_0x2f277c[_0x53e1c7(0x1ff)](Object[_0x53e1c7(0x207)](_0x3a19aa,_0x3be371));}}_0x3991a2['on'](CodeceptJS[_0x53e1c7(0x1af)][_0x53e1c7(0x1c5)][_0x53e1c7(0x215)],(_0x12e366,_0x9643ea)=>{const _0x2820f6=_0x53e1c7;console[_0x2820f6(0x1a0)](_0x2ea691[_0x2820f6(0x20b)],_0x12e366[_0x2820f6(0x1aa)]);const _0x1db574={[_0x12e366['title']]:_0x12e366[_0x2820f6(0x1df)][_0x2820f6(0x222)]};_testErrorData[_0x2820f6(0x208)](_0x1db574);}),_0x3991a2['on'](CodeceptJS['event']['test'][_0x53e1c7(0x22b)],async _0x1d6a6b=>{const _0x54fa1b=_0x53e1c7;console['log'](_0x2ea691[_0x54fa1b(0x1db)],_0x1d6a6b[_0x54fa1b(0x1aa)]);}),_0x3991a2['on'](CodeceptJS[_0x53e1c7(0x1af)][_0x53e1c7(0x1c5)]['before'],async _0x100f84=>{const _0x4d4420=_0x53e1c7;console[_0x4d4420(0x1a0)](_0x2ea691[_0x4d4420(0x22f)],_0x100f84[_0x4d4420(0x1aa)]);}),_0x3991a2['on'](CodeceptJS[_0x53e1c7(0x1af)][_0x53e1c7(0x20a)][_0x53e1c7(0x210)],async()=>{const _0x3b9b9b=_0x53e1c7,_0x2b10f5=_0x2ea691[_0x3b9b9b(0x211)][_0x3b9b9b(0x1ef)]('|');let _0x42ec54=0x0;while(!![]){switch(_0x2b10f5[_0x42ec54++]){case'0':utilities['finalExecution'](_0x4f0b7e);continue;case'1':testOpsHelper[_0x3b9b9b(0x1e0)]();continue;case'2':_0x3991a2[_0x3b9b9b(0x226)]();continue;case'3':try{await TestHubHandler[_0x3b9b9b(0x229)]();}catch(_0xc41c2e){logger['debug'](_0x3b9b9b(0x19c)+util[_0x3b9b9b(0x237)](_0xc41c2e));}continue;case'4':_0x4f0b7e[_0x3b9b9b(0x1b4)]=_testErrorData;continue;case'5':PerformanceTester[_0x3b9b9b(0x1f9)](PerformanceEvents[_0x3b9b9b(0x1b1)]);continue;}break;}});async function _0x4c9ab9(){const _0x562e60=_0x53e1c7;try{await _0x3991a2[_0x562e60(0x1f4)](),await _0x3991a2[_0x562e60(0x227)]();}finally{process[_0x562e60(0x238)](_0x2b2857),await _0x3991a2[_0x562e60(0x1fe)]();}}PerformanceTester[_0x53e1c7(0x1bd)](PerformanceEvents['SDK_SETUP']),_0x2ea691[_0x53e1c7(0x1ea)](_0x4c9ab9);}module[a2_0x310a21(0x1e3)]=run;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a3_0x486d28=a3_0x3c3a;(function(_0x53794e,_0x4df33f){const _0x47c90e=a3_0x3c3a,_0x5a477d=_0x53794e();while(!![]){try{const _0x3a82a4=-parseInt(_0x47c90e(0x12a))/0x1+-parseInt(_0x47c90e(0x136))/0x2*(-parseInt(_0x47c90e(0x155))/0x3)+-parseInt(_0x47c90e(0x10c))/0x4*(parseInt(_0x47c90e(0x146))/0x5)+-parseInt(_0x47c90e(0x12e))/0x6*(parseInt(_0x47c90e(0x113))/0x7)+parseInt(_0x47c90e(0x154))/0x8+parseInt(_0x47c90e(0x115))/0x9*(parseInt(_0x47c90e(0x10a))/0xa)+-parseInt(_0x47c90e(0x118))/0xb*(-parseInt(_0x47c90e(0x145))/0xc);if(_0x3a82a4===_0x4df33f)break;else _0x5a477d['push'](_0x5a477d['shift']());}catch(_0x3ac6ed){_0x5a477d['push'](_0x5a477d['shift']());}}}(a3_0x5191,0xe61ac));function a3_0x5191(){const _0x21b6d8=['PTISw','28836wgZbaN','parse','vlNPS','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','../../helpers/helper','CHcnu','name','../../helpers/accessibility-automation/helper','NKadn','searchParams','GAMfM','xzOan','kICfJ','pZNKD','processWebDriverConfig','12TjvQpy','2315LSwVVt','caps','browser','unknown_grid','getDetails','AKufP','platform_version','winstonLogger','../../helpers/test-observability/utils','VUeVP','accessibilityPlatform','browserstack_executor','QeWSQ','constructor','8996392YJkvHC','186lRISMi','YFGAS','aRmjV','aPAIr','browserWSEndpoint','platform','10IpFQwl','includes','10072VZOdPo','DwkRi','warn','bnAIl','../../bin/playwright/sessionDetails','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','string','7FXEIuD','capabilities','1757592tFmgIe','sessionId','sRNFo','14016134KFzXtI','__cloud_provider___','browserVersion','syAsu','browserName','aOnqP','platformVersion','zEPQP','browser_version','EkIMU','uFqYI','JDotx','shouldPatchExecuteScript','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','playwright-chromium','vnBNR','platformName','deviceName','976947jcuOrj','GjVEW','browserstack_accessibility_automation_script','chrome','2415948kzyVDi','MUdoq','pboXm','osVersion','bsSessionId','latest','yxkPS'];a3_0x5191=function(){return _0x21b6d8;};return a3_0x5191();}function a3_0x3c3a(_0x470358,_0x2c07d6){const _0x5191ca=a3_0x5191();return a3_0x3c3a=function(_0x3c3a34,_0x2b6e62){_0x3c3a34=_0x3c3a34-0x106;let _0x2c720c=_0x5191ca[_0x3c3a34];return _0x2c720c;},a3_0x3c3a(_0x470358,_0x2c07d6);}const {isUndefined,nestedKeyValue}=require(a3_0x486d28(0x13a)),logger=require('../../helpers/logger')[a3_0x486d28(0x14d)],PlaywrightSessionDetails=require(a3_0x486d28(0x110)),{isAccessibilityAutomationSession}=require(a3_0x486d28(0x13d)),{getObservabilityLinkedProductName}=require(a3_0x486d28(0x14e)),getOSVersionFromCaps=_0x94f942=>{const _0x586508=a3_0x486d28,_0x393373={};_0x393373[_0x586508(0x12b)]='bstack:options',_0x393373[_0x586508(0x142)]=_0x586508(0x11e),_0x393373[_0x586508(0x135)]=_0x586508(0x14c),_0x393373[_0x586508(0x130)]=_0x586508(0x131),_0x393373[_0x586508(0x106)]='os_version';const _0x48f8ef=_0x393373;if(!_0x94f942)return null;const _0x203250=_0x94f942[_0x48f8ef[_0x586508(0x12b)]],_0x83fcfb=[_0x48f8ef[_0x586508(0x142)],_0x48f8ef[_0x586508(0x135)],_0x48f8ef[_0x586508(0x130)],_0x48f8ef['aRmjV']];for(const _0x20915e of _0x83fcfb){if(_0x203250&&_0x203250[_0x20915e])return _0x203250[_0x20915e];else{if(_0x94f942[_0x20915e])return _0x94f942[_0x20915e];}}return null;};exports['fetchPlatformDetails']=_0x3e4f79=>{const _0x31b48e=a3_0x486d28,_0x291a8d={'DwkRi':_0x31b48e(0x149),'MUdoq':function(_0x5ca734,_0x3bc1f9){return _0x5ca734===_0x3bc1f9;},'aOnqP':'WebDriver','vlNPS':function(_0x2d76f0,_0x4062b6){return _0x2d76f0(_0x4062b6);},'aPAIr':function(_0x542ab5,_0x569be5,_0x4b7fbf){return _0x542ab5(_0x569be5,_0x4b7fbf);},'AKufP':'config','rtBgu':'desiredCapabilities','vnBNR':function(_0x5376fa,_0xb55748){return _0x5376fa===_0xb55748;},'CHcnu':'Playwright','syAsu':function(_0x42a676,_0x22d665,_0x3f2a02){return _0x42a676(_0x22d665,_0x3f2a02);},'YFGAS':_0x31b48e(0x148),'cythP':_0x31b48e(0x108),'qolxa':_0x31b48e(0x147)};if(!_0x3e4f79)return null;let _0x4fe58e=global[_0x31b48e(0x119)]||_0x291a8d[_0x31b48e(0x10d)];if(_0x291a8d[_0x31b48e(0x12f)](_0x3e4f79[_0x31b48e(0x153)][_0x31b48e(0x13c)],_0x291a8d[_0x31b48e(0x11d)])){const _0x58aa15=_0x3e4f79['browser'];if(!_0x58aa15)return null;const _0x34f51c=_0x58aa15[_0x31b48e(0x114)],_0x3e0e28=_0x291a8d[_0x31b48e(0x138)](getOSVersionFromCaps,_0x291a8d[_0x31b48e(0x107)](nestedKeyValue,_0x3e4f79,[_0x291a8d['AKufP'],_0x291a8d['rtBgu']]));return{[_0x4fe58e]:{'browser':_0x34f51c[_0x31b48e(0x11c)],'browser_version':_0x34f51c[_0x31b48e(0x11a)],'capabilities':_0x34f51c,'platform':_0x34f51c[_0x31b48e(0x128)],'platform_version':_0x34f51c['platformVersion']||_0x3e0e28,'product':_0x291a8d[_0x31b48e(0x138)](getObservabilityLinkedProductName,_0x34f51c),'session_id':_0x58aa15[_0x31b48e(0x116)]}};}else{if(_0x291a8d[_0x31b48e(0x127)](_0x3e4f79['constructor'][_0x31b48e(0x13c)],_0x291a8d[_0x31b48e(0x13b)])){const _0x44d869=PlaywrightSessionDetails[_0x31b48e(0x14a)]();_0x4fe58e=_0x44d869['cloudProvider']||_0x4fe58e;const _0x352417=_0x291a8d[_0x31b48e(0x11b)](nestedKeyValue,_0x3e4f79,[_0x291a8d[_0x31b48e(0x14b)],_0x291a8d[_0x31b48e(0x156)],_0x291a8d['cythP']]),_0x15af77=_0x352417?JSON[_0x31b48e(0x137)](new URL(_0x352417)[_0x31b48e(0x13f)]['get'](_0x291a8d['qolxa'])):{};return{[_0x4fe58e]:{'browser':_0x44d869[_0x31b48e(0x148)]||_0x15af77['browserName'],'browser_version':_0x44d869[_0x31b48e(0x120)]||_0x15af77[_0x31b48e(0x120)],'capabilities':_0x15af77,'platform':_0x44d869[_0x31b48e(0x109)],'platform_version':_0x44d869['platform_version'],'product':_0x291a8d[_0x31b48e(0x138)](getObservabilityLinkedProductName,_0x15af77),'session_id':_0x44d869[_0x31b48e(0x132)]}};}}},exports[a3_0x486d28(0x144)]=_0x562edf=>{const _0x1d7e45=a3_0x486d28,_0x5aab53={'bnAIl':function(_0xd9c44a){return _0xd9c44a();},'xzOan':function(_0x443987,_0x1cbaed){return _0x443987===_0x1cbaed;},'sRNFo':_0x1d7e45(0x133),'EkIMU':function(_0x917431,_0x48dcbd){return _0x917431>_0x48dcbd;},'JDotx':function(_0x338eec,_0x234ec1){return _0x338eec(_0x234ec1);},'aAEnr':_0x1d7e45(0x111),'uFqYI':function(_0x3ce035,_0x18e7f0){return _0x3ce035===_0x18e7f0;},'VUeVP':_0x1d7e45(0x12d),'LfmpA':function(_0x25efd6,_0x431b12){return _0x25efd6===_0x431b12;},'GAMfM':_0x1d7e45(0x126),'NKadn':_0x1d7e45(0x125),'Wcjqj':_0x1d7e45(0x139)};if(_0x5aab53[_0x1d7e45(0x10f)](isAccessibilityAutomationSession)){const _0xccbbd9=_0x562edf[_0x1d7e45(0x148)],_0x23ca06=_0xccbbd9[_0x1d7e45(0x114)];global[_0x1d7e45(0x150)]=!![],!(_0x5aab53[_0x1d7e45(0x141)](_0x23ca06[_0x1d7e45(0x11a)],_0x5aab53[_0x1d7e45(0x117)])||_0x5aab53[_0x1d7e45(0x121)](_0x5aab53[_0x1d7e45(0x123)](parseInt,_0x23ca06[_0x1d7e45(0x11a)]),0x5e))&&(logger[_0x1d7e45(0x10e)](_0x5aab53['aAEnr']),global[_0x1d7e45(0x150)]=![]),!(_0x5aab53[_0x1d7e45(0x122)](_0x23ca06[_0x1d7e45(0x11c)],_0x5aab53[_0x1d7e45(0x14f)])||_0x5aab53['LfmpA'](_0x23ca06[_0x1d7e45(0x11c)],_0x5aab53[_0x1d7e45(0x140)]))&&(logger[_0x1d7e45(0x10e)](_0x5aab53[_0x1d7e45(0x13e)]),global[_0x1d7e45(0x150)]=![]),!_0x5aab53[_0x1d7e45(0x123)](isUndefined,_0x23ca06[_0x1d7e45(0x129)])&&(logger[_0x1d7e45(0x10e)](_0x5aab53['Wcjqj']),global[_0x1d7e45(0x150)]=![]);}},exports[a3_0x486d28(0x124)]=_0x5b21e5=>{const _0x1b351b=a3_0x486d28,_0x28611f={};_0x28611f[_0x1b351b(0x134)]=function(_0x54722e,_0x54e7e5){return _0x54722e!==_0x54e7e5;},_0x28611f[_0x1b351b(0x152)]=_0x1b351b(0x112),_0x28611f[_0x1b351b(0x143)]=_0x1b351b(0x151),_0x28611f[_0x1b351b(0x11f)]=_0x1b351b(0x12c);const _0x286fe2=_0x28611f;if(!_0x5b21e5)return![];else{if(_0x286fe2[_0x1b351b(0x134)](typeof _0x5b21e5,_0x286fe2[_0x1b351b(0x152)]))return!![];}return!_0x5b21e5[_0x1b351b(0x10b)](_0x286fe2[_0x1b351b(0x143)])&&!_0x5b21e5[_0x1b351b(0x10b)](_0x286fe2[_0x1b351b(0x11f)]);};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a4_0x27aa63=a4_0x349e;function a4_0x349e(_0x3d6030,_0x44b957){const _0x98adc7=a4_0x98ad();return a4_0x349e=function(_0x349efa,_0x532ac2){_0x349efa=_0x349efa-0x1ed;let _0x3556f6=_0x98adc7[_0x349efa];return _0x3556f6;},a4_0x349e(_0x3d6030,_0x44b957);}(function(_0x27414b,_0x5715ad){const _0x285a46=a4_0x349e,_0x5a434c=_0x27414b();while(!![]){try{const _0x5d5cfc=-parseInt(_0x285a46(0x22e))/0x1+parseInt(_0x285a46(0x2b7))/0x2*(-parseInt(_0x285a46(0x29f))/0x3)+-parseInt(_0x285a46(0x2bf))/0x4+-parseInt(_0x285a46(0x2b8))/0x5*(parseInt(_0x285a46(0x28b))/0x6)+-parseInt(_0x285a46(0x1f6))/0x7+parseInt(_0x285a46(0x1ed))/0x8+parseInt(_0x285a46(0x1fe))/0x9*(parseInt(_0x285a46(0x255))/0xa);if(_0x5d5cfc===_0x5715ad)break;else _0x5a434c['push'](_0x5a434c['shift']());}catch(_0x2c9d38){_0x5a434c['push'](_0x5a434c['shift']());}}}(a4_0x98ad,0xcfac4));const path=require(a4_0x27aa63(0x26a)),fs=require('fs'),{v4:uuidv4}=require(a4_0x27aa63(0x245)),{importFileFromPWCore,nestedKeyValue,parseWSEndpoint,isUndefined}=require(a4_0x27aa63(0x282)),testOpsHelper=require(a4_0x27aa63(0x27c)),{getTestEnv}=require('../mocha/test-observability/mochaUtils'),{FRAMEWORKS}=require(a4_0x27aa63(0x289)),logger=require('../../helpers/logger')['winstonLogger'],SessionHandler=require(a4_0x27aa63(0x2e4)),RequestQueueHandler=require(a4_0x27aa63(0x2c8)),PlaywrightSessionDetails=require(a4_0x27aa63(0x277)),debug=testOpsHelper[a4_0x27aa63(0x234)],{processAccessibilityCaps}=require(a4_0x27aa63(0x265)),Constants=require(a4_0x27aa63(0x24d)),{fetchPlatformDetails}=require(a4_0x27aa63(0x287)),{shouldProcessEventForTesthub,appendTesthubParams}=require(a4_0x27aa63(0x2cc)),constants=require(a4_0x27aa63(0x24d)),STATE_PASSED=a4_0x27aa63(0x23c),STATE_FAILED=a4_0x27aa63(0x216),a4_0x306cb8={};a4_0x306cb8[a4_0x27aa63(0x295)]='TestRunStarted',a4_0x306cb8['TEST_RUN_FINISHED']=a4_0x27aa63(0x2d7),a4_0x306cb8[a4_0x27aa63(0x28c)]=a4_0x27aa63(0x213),a4_0x306cb8[a4_0x27aa63(0x24c)]='HookRunStarted',a4_0x306cb8[a4_0x27aa63(0x2e1)]=a4_0x27aa63(0x2a3);function a4_0x98ad(){const _0x1e1e2f=['rQRYX','wjaqX','sxHTm','driver','DNGbX','frameworkName','O11yHelper','connectOverCDP','_beforeEach','yswuK','nXLgL','PpXgT','eDADF','679987GDQAaI','length','join','forEach','iztxB','hQktk','debug','ecNMc','wdtvT','fireEvent','OGpjp','now','ejcDw','err','passed','accessibilityPlatform','DuHmd','test_run','bvUep','HlzmT','getRootParentFile','kZwph','KqaCj','uuid','includes','MXkfb','PathHelper','AVMjn','GXKZb','cgbSX','HOOK_RUN_STARTED','../utils/constants','apply','suites','SJrwN','nxlCw','startedAt','LogCreated','MMgmt','190CxSzfQ','tWGEX','toUpperCase','appendTestItemLog','jhqfI','uYdBO','bind','qIDql','gYGtI','patchConsoleLogger','DhFnT','failure','getHooksForTest','__cloud_provider___','GOZrK','PLAYWRIGHT_HUB_URL','../playwright/accessibility-helper','rlPMw','mNiyu','then','location_prefix','path','pufWh','relative','NcGfU','hook_run','RkPsn','TEST_RUN_FINISHED','BROWSERSTACK','resetSkipTestHooks','pending','pHIzg','parent','Exception\x20in\x20uploading\x20platform\x20details\x20to\x20','../playwright/sessionDetails','ctx','event_type','javascript','OMizw','../../helpers/test-observability/utils','text','\x20with\x20error\x20:\x20','currentTest','client','YsqTt','../../helpers/helper','yuHxz','skipped','enabled','status','./helper.js','qVJjt','../../helpers/test-observability/constants','keyword','147996YcWJXi','TEST_RUN_SKIPPED','shutdown','success','_afterAll','launch','pid','testAnalyticsId','esGwT','hookAnalyticsId','TEST_RUN_STARTED','AFznl','_beforeAll','Checking\x20for\x20accessibility\x20automation\x20session\x20with\x20','ocITl','TEST_REPORTING_ANALYTICS','WVYuJ','oFWex','bddSteps','retryOf','1971fuswUW','constructor','_afterEach','file_name','HookRunFinished','start','bddStepStart','jfmSL','browserstack','sgkLu','VHyBL','hook_run_uuid','browserType.js','started','logs','kJlBT','type','_paths','hjBNZ','currentHook','ISPlt','title','ZKPst','markedStatus','1174lPAHzi','25OUEkiY','message','initializeBddStep','.git','wsEndpoint','Exception\x20in\x20uploading\x20log\x20data\x20to\x20','CODECEPT','5030536esFRhl','findGitConfig','hooks','exports','toLowerCase','BrowserType','VFXwp','Vucpa','KpnNG','../../helpers/test-observability/requestQueueHandler','mapTestHooks','prototype','AvvDn','../../helpers/testhub/utils.js','lib','TevzZ','TEST_EVENTS','test','MGEAy','failure_backtrace','DawdD','__platformCaps','finished','hook','TestRunFinished','rnKFw','find','FnuZA','ZnAsi','YozlC','connect','obsBrowserTypeMockApplied','uploadEventData','defineProperty','HOOK_RUN_FINISHED','fullTitle','getTime','../../helpers/test-observability/sessionHandler','STATE_FAILED','getHookType','split','dirname','Failed\x20to\x20parse\x20wsendpoint\x20','toISOString','stepAnalyticsId','JpmCs','push','XOMGZ','Not\x20able\x20to\x20import\x20Browser','757976BbPzyI','removeAllListeners','getInstance','getCBTInfo','match','config','meta','codeceptjs','PKBqL','2993144ENpEDA','feature','Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20','iBCee','TwFOt','Exception\x20in\x20sending\x20test\x20data\x20for\x20event\x20','yTnXk','test_run_uuid','1719513QoZgZY','finished_at','baQIP','name','inspect','OErjB','concat','toString','prefixTestPath','getFailureType','Rpmqc','tErLn','NVlsm','dCiJP','body','ZDKGU','UONdO','QSNsn','setupBrowserDetails','File\x20path\x20could\x20not\x20be\x20found','result','TestRunSkipped','JnYgB','util','failed','sep','RbRQN','duration','expanded','AkSjw','gpKkG','iwMtm','statSync','bddStepFinish','xdgVF'];a4_0x98ad=function(){return _0x1e1e2f;};return a4_0x98ad();}const TEST_EVENTS=a4_0x306cb8,parseEvent=_0x5142d3=>{const _0x520fb5=a4_0x27aa63,_0x39ddad={};_0x39ddad['PpXgT']=function(_0x33e4db,_0x25df0a){return _0x33e4db<_0x25df0a;},_0x39ddad['nOAKY']=function(_0x44ab27,_0x2aa416){return _0x44ab27===_0x2aa416;},_0x39ddad[_0x520fb5(0x22d)]='test',_0x39ddad[_0x520fb5(0x2b3)]=function(_0x1be398,_0x4f7cfb){return _0x1be398===_0x4f7cfb;},_0x39ddad[_0x520fb5(0x27b)]=_0x520fb5(0x2d6),_0x39ddad[_0x520fb5(0x20a)]=function(_0x3d61d3,_0x1cd761){return _0x3d61d3===_0x1cd761;},_0x39ddad[_0x520fb5(0x26d)]=_0x520fb5(0x284),_0x39ddad['cgbSX']=function(_0x2e4fed,_0x57666d){return _0x2e4fed===_0x57666d;},_0x39ddad[_0x520fb5(0x241)]=_0x520fb5(0x2ac),_0x39ddad[_0x520fb5(0x243)]=function(_0x289ca0,_0x1f1608){return _0x289ca0===_0x1f1608;},_0x39ddad[_0x520fb5(0x1f9)]=_0x520fb5(0x2d5);const _0x79b99b=_0x39ddad,_0x13511d=_0x5142d3['match'](/^(.*)Run(.*)$/);if(!_0x13511d)return null;if(_0x79b99b[_0x520fb5(0x22c)](_0x13511d[_0x520fb5(0x22f)],0x3))return null;const _0x4f7125=_0x13511d[0x1][_0x520fb5(0x2c3)](),_0x1624ed=_0x13511d[0x2]['toLowerCase']();return{'test':_0x79b99b['nOAKY'](_0x4f7125,_0x79b99b[_0x520fb5(0x22d)]),'hook':_0x79b99b[_0x520fb5(0x2b3)](_0x4f7125,_0x79b99b[_0x520fb5(0x27b)]),'skipped':_0x79b99b[_0x520fb5(0x20a)](_0x1624ed,_0x79b99b[_0x520fb5(0x26d)]),'started':_0x79b99b[_0x520fb5(0x24b)](_0x1624ed,_0x79b99b[_0x520fb5(0x241)]),'finished':_0x79b99b[_0x520fb5(0x243)](_0x1624ed,_0x79b99b[_0x520fb5(0x1f9)])};},mockPWBrowserType=_0x4c6c7f=>{const _0x1bd216=a4_0x27aa63,_0x36c1e6={'DawdD':function(_0x2d0706,_0x297fa6){return _0x2d0706===_0x297fa6;},'AFznl':'string','uYdBO':function(_0x25e683,_0x331250,_0x1bda0c){return _0x25e683(_0x331250,_0x1bda0c);},'ZKPst':'wsEndpoint','ySdqK':function(_0x454de4,_0x2bb1e3){return _0x454de4(_0x2bb1e3);},'xdgVF':_0x1bd216(0x2a7),'czmpe':function(_0x53db6f,_0x255b3c,_0x35f936){return _0x53db6f(_0x255b3c,_0x35f936);},'MMgmt':_0x1bd216(0x2cd),'zrfGM':_0x1bd216(0x280),'kLsMl':_0x1bd216(0x2ab),'hjBNZ':function(_0xef6787,_0x2af137){return _0xef6787(_0x2af137);},'TuNev':function(_0x3c0f08,_0x2c600e){return _0x3c0f08(_0x2c600e);},'PKBqL':_0x1bd216(0x2ef),'nXLgL':_0x1bd216(0x2dd),'SRvqu':_0x1bd216(0x290)},_0x32b3b4=path[_0x1bd216(0x230)](_0x36c1e6[_0x1bd216(0x254)],_0x36c1e6['zrfGM'],_0x36c1e6['kLsMl']),_0x578916=_0x36c1e6[_0x1bd216(0x2b1)](importFileFromPWCore,_0x32b3b4);if(!_0x578916){_0x36c1e6['TuNev'](debug,_0x36c1e6[_0x1bd216(0x1f5)]);return;}const _0x304d20=_0x578916[_0x1bd216(0x2c4)],_0x2c38c1=_0x304d20[_0x1bd216(0x2ca)];if(_0x2c38c1[_0x1bd216(0x2de)])return;const _0x3cbb4c=_0x2c38c1[_0x1bd216(0x2dd)];Object[_0x1bd216(0x2e0)](_0x2c38c1,_0x36c1e6[_0x1bd216(0x22b)],{'get':function(){const _0x5a321d=_0x1bd216,_0x1fbd61={'rlPMw':function(_0x283dc2,_0x4e1c8b){const _0x1f8ff8=a4_0x349e;return _0x36c1e6[_0x1f8ff8(0x2d3)](_0x283dc2,_0x4e1c8b);},'rnKFw':_0x36c1e6[_0x5a321d(0x296)],'AkSjw':function(_0x228fa5,_0x7d67f3,_0x4493d1){const _0x4ecfb7=_0x5a321d;return _0x36c1e6[_0x4ecfb7(0x25a)](_0x228fa5,_0x7d67f3,_0x4493d1);},'AVMjn':_0x36c1e6[_0x5a321d(0x2b5)],'oFWex':function(_0x39a8fb,_0x2b2deb){return _0x36c1e6['ySdqK'](_0x39a8fb,_0x2b2deb);},'uDQfx':_0x36c1e6[_0x5a321d(0x220)],'MGEAy':function(_0x526e34,_0x4c940d,_0x3358fa){return _0x36c1e6['czmpe'](_0x526e34,_0x4c940d,_0x3358fa);}};return async function _0x373f82(_0x4b6aff,_0x56572b){const _0x3d3e48=_0x5a321d,_0x1a09a3={'UONdO':function(_0x41e2ea,_0x4b9e9d){const _0x14ffa6=a4_0x349e;return _0x1fbd61[_0x14ffa6(0x266)](_0x41e2ea,_0x4b9e9d);},'YsqTt':_0x1fbd61[_0x3d3e48(0x2d8)]},_0x1d85f5=_0x1fbd61[_0x3d3e48(0x21b)](nestedKeyValue,_0x4b6aff,[_0x1fbd61[_0x3d3e48(0x249)]])||_0x4b6aff;let _0x1c6e57=null,_0x8136c4=null;try{[_0x8136c4,_0x1c6e57]=_0x1d85f5?_0x1fbd61[_0x3d3e48(0x29c)](parseWSEndpoint,_0x1d85f5):[null,null],global[_0x3d3e48(0x2d4)]=_0x1c6e57,logger[_0x3d3e48(0x234)](_0x3d3e48(0x298)+_0x8136c4),_0x8136c4[_0x3d3e48(0x246)](Constants[_0x3d3e48(0x271)])&&(global[_0x3d3e48(0x262)]=_0x1fbd61['uDQfx']);}catch(_0x42e33d){logger['debug'](_0x3d3e48(0x2e9)+_0x1d85f5+'\x20'+_0x42e33d);}_0x1fbd61[_0x3d3e48(0x2d1)](processAccessibilityCaps,_0x1c6e57,_0x8136c4);if(global[_0x3d3e48(0x23d)]){const _0x941b9c=await _0x2c38c1[_0x3d3e48(0x228)][_0x3d3e48(0x24e)](this,[''+Constants[_0x3d3e48(0x264)]+_0x1fbd61['oFWex'](encodeURIComponent,JSON['stringify'](_0x1c6e57))]);return PlaywrightSessionDetails['setupBrowserDetails'](_0x941b9c,_0x4c6c7f,_0x1d85f5),_0x941b9c;}return _0x3cbb4c[_0x3d3e48(0x24e)](this,arguments)[_0x3d3e48(0x268)](_0x207241=>{const _0x252a0a=_0x3d3e48;let _0x186f76=_0x4b6aff[_0x252a0a(0x2bc)];return _0x1a09a3[_0x252a0a(0x20e)](typeof _0x4b6aff,_0x1a09a3[_0x252a0a(0x281)])&&(_0x186f76=_0x4b6aff),PlaywrightSessionDetails[_0x252a0a(0x210)](_0x207241,_0x4c6c7f,_0x186f76),_0x207241;});};}});const _0x24515f=_0x2c38c1['launch'];Object['defineProperty'](_0x2c38c1,_0x36c1e6['SRvqu'],{'get':function(){return async function _0x3ce027(){const _0x5afc82=a4_0x349e;return _0x24515f[_0x5afc82(0x24e)](this,arguments)[_0x5afc82(0x268)](_0x15791f=>{const _0x43fb98=_0x5afc82;return PlaywrightSessionDetails[_0x43fb98(0x210)](_0x15791f,null),_0x15791f;});};}});};class O11yHelper{['currentTest']=null;[a4_0x27aa63(0x2b2)]=null;['enabled']=![];[a4_0x27aa63(0x226)]=![];constructor(_0x56f605,_0x17437e){const _0x4acf58=a4_0x27aa63,_0x3f647d={'YozlC':'5|2|0|4|3|1','FnuZA':function(_0x3248fe,_0x4f2a9b){return _0x3248fe===_0x4f2a9b;},'sgkLu':'Playwright','eMueJ':function(_0x197f0a,_0x558a9b){return _0x197f0a(_0x558a9b);},'OErjB':function(_0x32e9b0){return _0x32e9b0();}},_0x46deb3=_0x3f647d[_0x4acf58(0x2dc)][_0x4acf58(0x2e7)]('|');let _0xe45be2=0x0;while(!![]){switch(_0x46deb3[_0xe45be2++]){case'0':this['driver']=_0x56f605;continue;case'1':this[_0x4acf58(0x224)]&&_0x3f647d[_0x4acf58(0x2da)](this[_0x4acf58(0x224)][_0x4acf58(0x2a0)]['name'],_0x3f647d[_0x4acf58(0x2a8)])&&_0x3f647d['eMueJ'](mockPWBrowserType,null);continue;case'2':this[_0x4acf58(0x226)]=_0x17437e[_0x4acf58(0x226)];continue;case'3':this[_0x4acf58(0x2b0)]=new testOpsHelper[(_0x4acf58(0x248))]({'cwd':process['cwd']()},this['_testEnv'][_0x4acf58(0x269)]);continue;case'4':this['_testEnv']=_0x3f647d[_0x4acf58(0x203)](getTestEnv);continue;case'5':this[_0x4acf58(0x285)]=_0x3f647d[_0x4acf58(0x203)](shouldProcessEventForTesthub);continue;}break;}}[a4_0x27aa63(0x2a4)](){const _0x5cc54a=a4_0x27aa63;if(!this['enabled'])return;testOpsHelper[_0x5cc54a(0x25e)](),process[_0x5cc54a(0x1ee)]('bs:addLog:'+process[_0x5cc54a(0x291)]),process['on']('bs:addLog:'+process[_0x5cc54a(0x291)],this[_0x5cc54a(0x258)][_0x5cc54a(0x25b)](this));}async['stop'](){const _0x225aeb=a4_0x27aa63;await RequestQueueHandler[_0x225aeb(0x1ef)]()[_0x225aeb(0x28d)]();}async[a4_0x27aa63(0x258)](_0x3a5bb9){const _0x32543e=a4_0x27aa63,_0x40a961={'Rpmqc':_0x32543e(0x253),'tErLn':function(_0xd5c804,_0xe9f54a){return _0xd5c804(_0xe9f54a);}};try{this[_0x32543e(0x2b2)]&&!this[_0x32543e(0x2b2)][_0x32543e(0x2b6)]&&(_0x3a5bb9['hook_run_uuid']=this[_0x32543e(0x2b2)][_0x32543e(0x294)]);!_0x3a5bb9[_0x32543e(0x2aa)]&&this['currentTest']&&!this[_0x32543e(0x27f)][_0x32543e(0x2b6)]&&(_0x3a5bb9[_0x32543e(0x1fd)]=this[_0x32543e(0x27f)][_0x32543e(0x292)]);if(_0x3a5bb9['hook_run_uuid']||_0x3a5bb9['test_run_uuid']){const _0x1b7236={};_0x1b7236[_0x32543e(0x279)]=_0x40a961[_0x32543e(0x208)],_0x1b7236[_0x32543e(0x2ad)]=[_0x3a5bb9],await SessionHandler[_0x32543e(0x2df)](_0x1b7236);}}catch(_0x3088fd){_0x40a961[_0x32543e(0x209)](debug,_0x32543e(0x2bd)+constants[_0x32543e(0x29a)]+_0x32543e(0x27e)+_0x3088fd);}}async['sendCBTInfo'](_0x5f281a){const _0x159560=a4_0x27aa63,_0x3e9f75={'rQRYX':'CBTSessionCreated','XOMGZ':function(_0xff89fa,_0x276910){return _0xff89fa(_0x276910);}};if(!this['enabled'])return;const _0x4db6de=this[_0x159560(0x1f0)](this['driver']);try{const _0x28adc0={};_0x28adc0[_0x159560(0x245)]=_0x5f281a,_0x28adc0['integrations']=_0x4db6de;const _0x4c41e4=_0x28adc0,_0x4b300a={};_0x4b300a['event_type']=_0x3e9f75[_0x159560(0x221)],_0x4b300a[_0x159560(0x23f)]=_0x4c41e4,await SessionHandler['uploadEventData'](_0x4b300a);}catch(_0x2e3bd7){_0x3e9f75[_0x159560(0x2ee)](debug,_0x159560(0x276)+constants[_0x159560(0x29a)]+_0x159560(0x27e)+_0x2e3bd7);}}[a4_0x27aa63(0x1f0)](_0xf8c8e3){const _0xa5b9f1={'ZYHpu':function(_0x59e9d3,_0x15c2e8){return _0x59e9d3(_0x15c2e8);}};return _0xa5b9f1['ZYHpu'](fetchPlatformDetails,_0xf8c8e3);}[a4_0x27aa63(0x272)]=_0x4c5149=>{const _0x2a9980=a4_0x27aa63,_0x3af9e2={};_0x3af9e2['AvvDn']='_beforeEach',_0x3af9e2['hQktk']=_0x2a9980(0x2a1);const _0x2e4865=_0x3af9e2;if(!_0x4c5149||!_0x4c5149['parent'])return;[_0x2e4865[_0x2a9980(0x2cb)],_0x2e4865[_0x2a9980(0x233)]][_0x2a9980(0x231)](_0x52c66f=>{const _0x5ad38a=_0x2a9980,_0x2c3837=_0x4c5149[_0x5ad38a(0x275)][_0x52c66f];_0x2c3837[_0x5ad38a(0x231)](_0x2dc299=>{const _0x3f1dd7=_0x5ad38a;_0x2dc299['hookAnalyticsId']&&(_0x2dc299[_0x3f1dd7(0x294)]=null);});});};[a4_0x27aa63(0x2c9)](_0x58b6ce){const _0x3b4665=a4_0x27aa63,_0x2014a7={'vUfqi':_0x3b4665(0x1f4),'sxHTm':function(_0x4911eb){return _0x4911eb();},'gYGtI':function(_0x261185,_0x4124d9){return _0x261185===_0x4124d9;},'jfmSL':_0x3b4665(0x2a1),'qZIjd':_0x3b4665(0x297),'wjaqX':_0x3b4665(0x28f),'TevzZ':_0x3b4665(0x229)};if(!_0x58b6ce||!_0x58b6ce[_0x3b4665(0x275)])return;[_0x2014a7['qZIjd'],_0x2014a7[_0x3b4665(0x222)],_0x2014a7[_0x3b4665(0x2ce)],_0x2014a7['jfmSL']][_0x3b4665(0x231)](_0x441519=>{const _0x42e7d9=_0x3b4665,_0x5a8cb4={'esGwT':_0x2014a7['vUfqi'],'pHIzg':function(_0x192745){const _0x451fdb=a4_0x349e;return _0x2014a7[_0x451fdb(0x223)](_0x192745);},'OGpjp':function(_0x3ad8d4,_0x455026){const _0x4ec8b8=a4_0x349e;return _0x2014a7[_0x4ec8b8(0x25d)](_0x3ad8d4,_0x455026);},'RkPsn':_0x2014a7[_0x42e7d9(0x2a6)],'JnYgB':function(_0x269e5f){const _0x51a3a8=_0x42e7d9;return _0x2014a7[_0x51a3a8(0x223)](_0x269e5f);}},_0xf44c1a=_0x58b6ce[_0x42e7d9(0x275)][_0x441519]||[];_0xf44c1a[_0x42e7d9(0x231)](_0x602e85=>{const _0x17e720=_0x42e7d9;if(_0x602e85[_0x17e720(0x2b4)][_0x17e720(0x246)](_0x5a8cb4[_0x17e720(0x293)]))return;if(!_0x602e85[_0x17e720(0x294)])_0x602e85[_0x17e720(0x294)]=_0x5a8cb4[_0x17e720(0x274)](uuidv4);else _0x602e85[_0x17e720(0x2b6)]&&_0x5a8cb4[_0x17e720(0x238)](_0x441519,_0x5a8cb4[_0x17e720(0x26f)])&&(_0x602e85['hookAnalyticsId']=_0x5a8cb4[_0x17e720(0x214)](uuidv4),delete _0x602e85['markedStatus']);});}),this[_0x3b4665(0x2c9)](_0x58b6ce[_0x3b4665(0x275)]);}[a4_0x27aa63(0x261)](_0x18b147){const _0x31f988=a4_0x27aa63,_0xf16531={};_0xf16531[_0x31f988(0x235)]='_beforeAll',_0xf16531[_0x31f988(0x29b)]=_0x31f988(0x28f),_0xf16531[_0x31f988(0x2db)]=_0x31f988(0x229),_0xf16531[_0x31f988(0x22a)]=_0x31f988(0x2a1);const _0x3ee8ab=_0xf16531;if(!_0x18b147||!_0x18b147['parent'])return[];const _0x4ea414=[];return[_0x3ee8ab[_0x31f988(0x235)],_0x3ee8ab[_0x31f988(0x29b)],_0x3ee8ab[_0x31f988(0x2db)],_0x3ee8ab['yswuK']][_0x31f988(0x231)](_0x3e1fdc=>{const _0x5dcc9b=_0x31f988,_0x286169=_0x18b147[_0x5dcc9b(0x275)][_0x3e1fdc]||[];_0x286169['forEach'](_0x45369b=>{const _0x506dc5=_0x5dcc9b;_0x45369b[_0x506dc5(0x294)]&&_0x4ea414[_0x506dc5(0x2ed)](_0x45369b['hookAnalyticsId']);});}),[][_0x31f988(0x204)](_0x4ea414,this[_0x31f988(0x261)](_0x18b147[_0x31f988(0x275)]));}[a4_0x27aa63(0x2e6)](_0x4674a8){const _0x437cb0=a4_0x27aa63,_0x22e987=/^"(?<hook>.*)" hook:.*$/,_0x122d9a=_0x4674a8['title'],_0x213520=_0x122d9a[_0x437cb0(0x1f1)](_0x22e987);if(_0x213520&&_0x213520['groups'])return _0x213520['groups'][_0x437cb0(0x2d6)][_0x437cb0(0x257)]()['replace']('\x20','_');return null;}['findGitConfig'](_0x16678a){const _0x47bb2b=a4_0x27aa63,_0x107a40={};_0x107a40[_0x47bb2b(0x2ae)]=function(_0x6b45df,_0xf4eb33){return _0x6b45df===_0xf4eb33;},_0x107a40[_0x47bb2b(0x267)]=function(_0x13dff9,_0x4b8fad){return _0x13dff9===_0x4b8fad;},_0x107a40['pufWh']=function(_0x201a8a,_0x1fd642){return _0x201a8a===_0x1fd642;},_0x107a40[_0x47bb2b(0x251)]=_0x47bb2b(0x2bb),_0x107a40[_0x47bb2b(0x20f)]=_0x47bb2b(0x1f2);const _0x1d289c=_0x107a40,_0xd0a773=path[_0x47bb2b(0x217)];if(_0x1d289c[_0x47bb2b(0x2ae)](_0x16678a,null)||_0x1d289c[_0x47bb2b(0x267)](_0x16678a,'')||_0x1d289c[_0x47bb2b(0x267)](_0x16678a,_0xd0a773)||_0x1d289c[_0x47bb2b(0x26b)](_0x16678a,path[_0x47bb2b(0x2e8)](_0x16678a)))return null;try{return fs[_0x47bb2b(0x21e)](path[_0x47bb2b(0x230)](_0x16678a,_0x1d289c[_0x47bb2b(0x251)],_0x1d289c[_0x47bb2b(0x20f)])),_0x16678a;}catch(_0x3baf2f){const _0x45dce1=path['dirname'](_0x16678a);return this[_0x47bb2b(0x2c0)](_0x45dce1);}}[a4_0x27aa63(0x242)](_0x365bea){const _0x44683e=a4_0x27aa63,_0x49fbbc={};_0x49fbbc[_0x44683e(0x24a)]=function(_0x225536,_0x427d21){return _0x225536>_0x427d21;};const _0x103329=_0x49fbbc;if(_0x365bea['file'])return _0x365bea['file'];if(_0x365bea[_0x44683e(0x278)]){const _0x2fb533=_0x365bea['ctx'][_0x44683e(0x27f)]?this[_0x44683e(0x242)](_0x365bea['ctx']['currentTest']):null;if(_0x2fb533)return _0x2fb533;}if(_0x365bea['parent']){const _0x53bc5a=this[_0x44683e(0x242)](_0x365bea[_0x44683e(0x275)])||(_0x365bea[_0x44683e(0x275)]['ctx']&&_0x365bea[_0x44683e(0x275)][_0x44683e(0x278)][_0x44683e(0x27f)]?this['getRootParentFile'](_0x365bea[_0x44683e(0x275)][_0x44683e(0x278)][_0x44683e(0x27f)]):null);if(_0x53bc5a)return _0x53bc5a;_0x365bea[_0x44683e(0x275)]['suites']&&_0x103329[_0x44683e(0x24a)](_0x365bea[_0x44683e(0x275)]['suites'][_0x44683e(0x22f)],0x0)&&_0x365bea[_0x44683e(0x275)][_0x44683e(0x24f)][_0x44683e(0x231)](_0x202485=>{const _0x4d6f8b=_0x44683e,_0x25f264=_0x202485[_0x4d6f8b(0x278)]?this[_0x4d6f8b(0x242)](_0x202485['ctx']):null;if(_0x25f264)return _0x25f264;});}return null;}['getHierarchy'](_0x2f5366){const _0x2bbd21=a4_0x27aa63,_0x2c47e6={};_0x2c47e6[_0x2bbd21(0x218)]=function(_0x1b5b3c,_0x51675a){return _0x1b5b3c!==_0x51675a;};const _0xda6fb9=_0x2c47e6,_0x3b1905=[];if(_0x2f5366&&_0x2f5366[_0x2bbd21(0x275)]){let _0xe5f68f=_0x2f5366[_0x2bbd21(0x275)];while(_0xe5f68f&&_0xda6fb9['RbRQN'](_0xe5f68f['title'],'')){_0x3b1905[_0x2bbd21(0x2ed)](_0xe5f68f[_0x2bbd21(0x2b4)]),_0xe5f68f=_0xe5f68f[_0x2bbd21(0x275)];}}return _0x3b1905;}['captureEvent'](_0x23761e,_0x54c795,_0x2ac96d=undefined){const _0x4cddd5=a4_0x27aa63,_0x591ade={'SJrwN':function(_0x304935,_0x119f98){return _0x304935(_0x119f98);},'Kfymq':function(_0x68ab27){return _0x68ab27();},'DNGbX':function(_0x2dc46e){return _0x2dc46e();},'JpmCs':function(_0x2842b4){return _0x2842b4();},'xxevI':function(_0x39e2f3,_0x1fe2a6){return _0x39e2f3(_0x1fe2a6);},'VHyBL':_0x4cddd5(0x215),'iztxB':_0x4cddd5(0x23b),'dCiJP':function(_0x40c5c9,_0x2d7d40){return _0x40c5c9!==_0x2d7d40;},'jhqfI':_0x4cddd5(0x211),'ejcDw':_0x4cddd5(0x273),'qVJjt':_0x4cddd5(0x216),'VFXwp':_0x4cddd5(0x23c),'gpKkG':_0x4cddd5(0x284),'GOZrK':_0x4cddd5(0x27a),'yTnXk':function(_0xfd13c8,_0x43f9a0){return _0xfd13c8-_0x43f9a0;},'tSmcR':function(_0x12cd06,_0x39399b,_0x10515f,_0x4505fa,_0x223927){return _0x12cd06(_0x39399b,_0x10515f,_0x4505fa,_0x223927);},'ocITl':function(_0x49022c,_0x4ce530){return _0x49022c!==_0x4ce530;},'MXkfb':'integrations','tWGEX':_0x4cddd5(0x1f3),'weNaJ':'failure','iwMtm':_0x4cddd5(0x2d2),'TwFOt':'backtrace','baQIP':'failure_reason_expanded','DuHmd':_0x4cddd5(0x21a),'rnEGf':function(_0x2b470c,_0x1fdd33){return _0x2b470c===_0x1fdd33;},'qIDql':_0x4cddd5(0x26e),'bvUep':_0x4cddd5(0x23f)};if(!this[_0x4cddd5(0x285)])return;try{if(_0x54c795['fn']&&_0x54c795['fn']['toString']()[_0x4cddd5(0x1f1)](/browserstack internal helper hook/))return;const _0x2aaffb=_0x591ade[_0x4cddd5(0x250)](parseEvent,_0x23761e);if(!_0x2aaffb)return;if(_0x2aaffb['test']){this[_0x4cddd5(0x27f)]=_0x54c795,this[_0x4cddd5(0x2b2)]=null;if(_0x2aaffb[_0x4cddd5(0x2ac)]||_0x2aaffb['skipped']){_0x54c795[_0x4cddd5(0x252)]=new Date(),_0x54c795[_0x4cddd5(0x2b6)]=![];if(!_0x54c795[_0x4cddd5(0x292)])_0x54c795[_0x4cddd5(0x292)]=_0x591ade['Kfymq'](uuidv4);else _0x54c795['markedStatus']&&(!_0x54c795['retryOf']&&(_0x54c795[_0x4cddd5(0x29e)]=_0x54c795[_0x4cddd5(0x292)]),_0x54c795['testAnalyticsId']=_0x591ade[_0x4cddd5(0x225)](uuidv4));}}else{if(_0x2aaffb[_0x4cddd5(0x2d6)]){this[_0x4cddd5(0x2b2)]=_0x54c795;if(_0x2aaffb[_0x4cddd5(0x2ac)]){_0x54c795[_0x4cddd5(0x252)]=new Date(),_0x54c795[_0x4cddd5(0x2b6)]=![];if(!_0x54c795[_0x4cddd5(0x294)])_0x54c795[_0x4cddd5(0x294)]=_0x591ade[_0x4cddd5(0x2ec)](uuidv4);else _0x54c795['hookAnalyticsId']&&_0x54c795['markedStatus']&&(_0x54c795[_0x4cddd5(0x294)]=_0x591ade['JpmCs'](uuidv4));}}}if(_0x2aaffb['finished']&&_0x54c795[_0x4cddd5(0x2b6)])return;let _0x44a5fd;try{_0x44a5fd=this[_0x4cddd5(0x242)](_0x54c795);}catch(_0x1f227b){logger[_0x4cddd5(0x234)]('failed\x20to\x20get\x20root\x20parent\x20file\x20'+_0x1f227b),_0x44a5fd=null;}const _0x17cb8f=_0x591ade['xxevI'](require,_0x591ade[_0x4cddd5(0x2a9)]);let _0x1155ba=[];_0x2ac96d&&(_0x1155ba=[_0x2ac96d,_0x591ade[_0x4cddd5(0x232)]]);const _0x561b07=_0x591ade[_0x4cddd5(0x20b)](_0x54c795['errorsDetailed'],undefined)?_0x17cb8f[_0x4cddd5(0x202)](_0x54c795['errorsDetailed'][0x0]):_0x591ade['dCiJP'](_0x2ac96d,undefined)?_0x2ac96d[_0x4cddd5(0x205)]():undefined,_0xdc86f8=_0x44a5fd?this['findGitConfig'](_0x44a5fd):null,_0x3052c4=_0x44a5fd?this[_0x4cddd5(0x2b0)][_0x4cddd5(0x206)](this[_0x4cddd5(0x242)](_0x54c795)):_0x591ade[_0x4cddd5(0x259)];let _0x16e897=_0x591ade['ejcDw'];const _0x778c67=!_0x2aaffb['started']?new Date()[_0x4cddd5(0x2ea)]():null;if(_0x2aaffb[_0x4cddd5(0x2d5)])_0x16e897=_0x2ac96d?_0x591ade[_0x4cddd5(0x288)]:_0x591ade[_0x4cddd5(0x2c5)],_0x54c795[_0x4cddd5(0x2b6)]=!![];else _0x2aaffb['skipped']&&(_0x16e897=_0x591ade[_0x4cddd5(0x21c)],_0x54c795[_0x4cddd5(0x2b6)]=!![]);const _0x19dd61={'framework':this[_0x4cddd5(0x226)],'uuid':_0x54c795[_0x4cddd5(0x292)]||_0x54c795[_0x4cddd5(0x294)],'name':_0x54c795[_0x4cddd5(0x2b4)],'body':{'lang':_0x591ade[_0x4cddd5(0x263)],'code':_0x54c795['body']['toString']()},'type':_0x54c795[_0x4cddd5(0x2af)],'scope':_0x54c795['fullTitle'](),'scopes':this['getHierarchy'](_0x54c795),'file_name':_0x3052c4,'vc_filepath':_0xdc86f8?path[_0x4cddd5(0x26c)](_0xdc86f8,_0x44a5fd):null,'location':_0x3052c4,'result':_0x16e897,'failure_reason':_0x561b07,'duration_in_ms':_0x54c795['duration']||(_0x2aaffb['finished']||_0x2aaffb[_0x4cddd5(0x284)])?_0x591ade[_0x4cddd5(0x1fc)](Date[_0x4cddd5(0x239)](),new Date(_0x54c795[_0x4cddd5(0x252)])[_0x4cddd5(0x2e3)]()):null,'started_at':new Date(_0x54c795[_0x4cddd5(0x252)])[_0x4cddd5(0x2ea)](),'finished_at':_0x778c67,'failure':testOpsHelper['failureData'][_0x4cddd5(0x24e)](null,_0x1155ba),'failure_type':!_0x561b07?null:testOpsHelper[_0x4cddd5(0x207)](_0x561b07),'retry_of':_0x54c795[_0x4cddd5(0x29e)]||null,'tags':_0x54c795['tags']||[],'customRerunParam':{'rerun_name':_0x54c795[_0x4cddd5(0x2e2)]()}};_0x591ade['tSmcR'](appendTesthubParams,_0x19dd61,_0x23761e,_0x54c795,FRAMEWORKS[_0x4cddd5(0x2be)]);if(_0x2aaffb['hook'])[_0x19dd61['hook_type'],_0x19dd61[_0x4cddd5(0x201)]]=[this['getHookType'](_0x54c795),_0x54c795[_0x4cddd5(0x278)][_0x4cddd5(0x2d0)][_0x4cddd5(0x2b4)]],_0x2aaffb[_0x4cddd5(0x2d5)]?_0x591ade[_0x4cddd5(0x299)](_0x19dd61[_0x4cddd5(0x212)],_0x591ade[_0x4cddd5(0x288)])&&(_0x19dd61[_0x4cddd5(0x212)]=_0x591ade['VFXwp']):_0x19dd61[_0x4cddd5(0x20c)]={};else _0x2aaffb[_0x4cddd5(0x2d0)]&&(this[_0x4cddd5(0x2c9)](_0x54c795),_0x2aaffb[_0x4cddd5(0x284)]&&this[_0x4cddd5(0x272)](_0x54c795),(_0x2aaffb[_0x4cddd5(0x2d5)]||_0x2aaffb[_0x4cddd5(0x284)])&&(_0x19dd61[_0x4cddd5(0x2c1)]=this[_0x4cddd5(0x261)](_0x54c795)));this['driver']&&(_0x2aaffb[_0x4cddd5(0x2ac)]||_0x2aaffb[_0x4cddd5(0x284)])&&(_0x19dd61[_0x591ade[_0x4cddd5(0x247)]]=this[_0x4cddd5(0x1f0)](this[_0x4cddd5(0x224)]));_0x2aaffb[_0x4cddd5(0x2d0)]&&_0x2aaffb[_0x4cddd5(0x2d5)]&&_0x54c795[_0x4cddd5(0x29d)]&&(_0x19dd61[_0x591ade[_0x4cddd5(0x256)]]={'feature':{'name':_0x54c795['parent'][_0x4cddd5(0x1f7)][_0x4cddd5(0x201)],'path':_0x19dd61[_0x4cddd5(0x2a2)],'description':_0x54c795[_0x4cddd5(0x275)]['comment']},'scenario':{'name':_0x54c795[_0x4cddd5(0x2b4)]},'steps':_0x54c795[_0x4cddd5(0x29d)]});const _0x30a862=_0x19dd61[_0x591ade['weNaJ']][0x0];_0x30a862&&(_0x19dd61[_0x591ade[_0x4cddd5(0x21d)]]=_0x30a862[_0x591ade['TwFOt']],_0x19dd61[_0x591ade[_0x4cddd5(0x200)]]=_0x30a862[_0x591ade[_0x4cddd5(0x23e)]]);if(_0x54c795[_0x4cddd5(0x29d)])for(const _0x137e55 of _0x54c795[_0x4cddd5(0x29d)]){!_0x137e55['finished_at']&&(_0x137e55[_0x4cddd5(0x1ff)]=new Date()[_0x4cddd5(0x2ea)](),_0x591ade['rnEGf'](_0x137e55['result'],_0x591ade[_0x4cddd5(0x23a)])&&(_0x30a862?(_0x137e55[_0x4cddd5(0x212)]=_0x591ade[_0x4cddd5(0x288)],_0x137e55[_0x4cddd5(0x260)]=_0x30a862[_0x591ade[_0x4cddd5(0x1fa)]][0x0]):_0x137e55['result']=_0x591ade['VFXwp']));}const _0x4f0867={};_0x4f0867[_0x4cddd5(0x279)]=_0x2aaffb['skipped']?TEST_EVENTS[_0x4cddd5(0x270)]:_0x23761e;const _0x3586eb=_0x4f0867;return _0x2aaffb[_0x4cddd5(0x2d6)]?_0x3586eb[_0x591ade[_0x4cddd5(0x25c)]]=_0x19dd61:_0x3586eb[_0x591ade[_0x4cddd5(0x240)]]=_0x19dd61,_0x3586eb;}catch(_0x3b1f73){logger[_0x4cddd5(0x234)](_0x4cddd5(0x1f8)+_0x23761e+'\x20with\x20error\x20:\x20'+_0x3b1f73);}}async[a4_0x27aa63(0x237)](_0x47cca1,_0x2af8ce){const _0x540fb3=a4_0x27aa63;if(!this['enabled']||!_0x2af8ce||!_0x47cca1)return![];try{return await SessionHandler[_0x540fb3(0x2df)](_0x2af8ce);}catch(_0x4ca3bf){logger[_0x540fb3(0x234)](_0x540fb3(0x1fb)+_0x47cca1+'\x20with\x20error\x20:\x20'+_0x4ca3bf);}}[a4_0x27aa63(0x2ba)](_0x37cd53){const _0x515f90=a4_0x27aa63,_0x935d48={};_0x935d48['KpnNG']=_0x515f90(0x273);const _0x2723ee=_0x935d48;return{'id':_0x37cd53[_0x515f90(0x2eb)],'text':_0x37cd53[_0x515f90(0x27d)],'keyword':_0x37cd53[_0x515f90(0x28a)],'started_at':_0x37cd53['startedAt'][_0x515f90(0x2ea)](),'result':_0x2723ee[_0x515f90(0x2c7)]};}[a4_0x27aa63(0x2a5)](_0x373fe4){const _0x2fca25=a4_0x27aa63,_0x34a436={'KqaCj':function(_0x4d5e35){return _0x4d5e35();}};!this[_0x2fca25(0x27f)][_0x2fca25(0x29d)]&&(this['currentTest'][_0x2fca25(0x29d)]=[]),!_0x373fe4[_0x2fca25(0x2eb)]&&(_0x373fe4[_0x2fca25(0x2eb)]=_0x34a436[_0x2fca25(0x244)](uuidv4),_0x373fe4[_0x2fca25(0x252)]=new Date(),this[_0x2fca25(0x27f)][_0x2fca25(0x29d)][_0x2fca25(0x2ed)](this['initializeBddStep'](_0x373fe4)));}[a4_0x27aa63(0x21f)](_0x1bf8d9){const _0x111d8b=a4_0x27aa63,_0x1ae4ca={'Vucpa':function(_0x2e83ce,_0x45b37e){return _0x2e83ce(_0x45b37e);},'wdtvT':_0x111d8b(0x28e),'yuHxz':'pending','DhFnT':_0x111d8b(0x23c),'ZDKGU':function(_0x15baa8,_0x367154){return _0x15baa8-_0x367154;}};let _0x436fcd=this[_0x111d8b(0x27f)][_0x111d8b(0x29d)][_0x111d8b(0x2d9)](_0x33db44=>_0x33db44['id']===_0x1bf8d9[_0x111d8b(0x2eb)]);_0x1ae4ca[_0x111d8b(0x2c6)](isUndefined,_0x436fcd)&&(_0x436fcd=this[_0x111d8b(0x2ba)](_0x1bf8d9)),_0x436fcd['result']=[_0x1ae4ca[_0x111d8b(0x236)],_0x1ae4ca[_0x111d8b(0x283)]][_0x111d8b(0x246)](_0x1bf8d9[_0x111d8b(0x286)])?_0x1ae4ca[_0x111d8b(0x25f)]:_0x1bf8d9[_0x111d8b(0x286)],_0x436fcd['finished_at']=new Date()[_0x111d8b(0x2ea)](),_0x436fcd[_0x111d8b(0x219)]=_0x1ae4ca[_0x111d8b(0x20d)](Date[_0x111d8b(0x239)](),_0x1bf8d9[_0x111d8b(0x252)][_0x111d8b(0x2e3)]()),_0x436fcd['failure']=_0x1bf8d9[_0x111d8b(0x23b)]?_0x1bf8d9[_0x111d8b(0x23b)][_0x111d8b(0x2b9)]:null;}}const a4_0x2a33b1={};a4_0x2a33b1[a4_0x27aa63(0x227)]=O11yHelper,a4_0x2a33b1['STATE_PASSED']=STATE_PASSED,a4_0x2a33b1[a4_0x27aa63(0x2e5)]=STATE_FAILED,a4_0x2a33b1[a4_0x27aa63(0x2cf)]=TEST_EVENTS,module[a4_0x27aa63(0x2c2)]=a4_0x2a33b1;
|
|
1
|
+
const a4_0x59e308=a4_0x316d;(function(_0x1a94b7,_0x1ca2a0){const _0x361f1d=a4_0x316d,_0x96c414=_0x1a94b7();while(!![]){try{const _0x50cc44=parseInt(_0x361f1d(0xea))/0x1*(parseInt(_0x361f1d(0x14e))/0x2)+-parseInt(_0x361f1d(0x16c))/0x3+parseInt(_0x361f1d(0x197))/0x4+parseInt(_0x361f1d(0x139))/0x5+-parseInt(_0x361f1d(0x10f))/0x6+parseInt(_0x361f1d(0x11a))/0x7*(-parseInt(_0x361f1d(0x198))/0x8)+parseInt(_0x361f1d(0x115))/0x9;if(_0x50cc44===_0x1ca2a0)break;else _0x96c414['push'](_0x96c414['shift']());}catch(_0x2a7c05){_0x96c414['push'](_0x96c414['shift']());}}}(a4_0x17a9,0xf41f5));function a4_0x316d(_0x471043,_0x243b3){const _0x17a9c1=a4_0x17a9();return a4_0x316d=function(_0x316d03,_0x21ea81){_0x316d03=_0x316d03-0xd3;let _0xf3238a=_0x17a9c1[_0x316d03];return _0xf3238a;},a4_0x316d(_0x471043,_0x243b3);}const path=require('path'),fs=require('fs'),{v4:uuidv4}=require(a4_0x59e308(0x182)),{importFileFromPWCore,nestedKeyValue,parseWSEndpoint,isUndefined}=require('../../helpers/helper'),testOpsHelper=require(a4_0x59e308(0x1c6)),{getTestEnv}=require(a4_0x59e308(0x17f)),{FRAMEWORKS}=require('../../helpers/test-observability/constants'),logger=require('../../helpers/logger')[a4_0x59e308(0x190)],SessionHandler=require(a4_0x59e308(0x1cb)),RequestQueueHandler=require(a4_0x59e308(0x104)),PlaywrightSessionDetails=require('../playwright/sessionDetails'),debug=testOpsHelper['debug'],{processAccessibilityCaps}=require(a4_0x59e308(0x120)),Constants=require(a4_0x59e308(0xfd)),{fetchPlatformDetails}=require('./helper.js'),{shouldProcessEventForTesthub,appendTesthubParams}=require(a4_0x59e308(0x13a)),constants=require(a4_0x59e308(0xfd)),STATE_PASSED=a4_0x59e308(0xf9),STATE_FAILED=a4_0x59e308(0x13f),a4_0x4d34eb={};function a4_0x17a9(){const _0x13ed7d=['uuid','jBHOl','FTAXE','GIbdC','OsshT','HhYJH','KiWFV','location_prefix','suites','hook_run_uuid','_paths','GkmsH','test_run_uuid','_beforeEach','winstonLogger','javascript','kGJqg','File\x20path\x20could\x20not\x20be\x20found','getFailureType','fQmPG','Skdvt','2023648lYQlSI','227928MRXLPw','frameworkName','fvBJa','driver','\x20with\x20error\x20:\x20','success','captureEvent','qRLbM','HOOK_RUN_FINISHED','HookRunStarted','Exception\x20in\x20uploading\x20log\x20data\x20to\x20','then','replace','bs:addLog:','push','TestRunFinished','QACTd','sep','SObdc','browserstack','LfHex','test','bddSteps','message','join','lib','BROWSERSTACK','xfotl','uwvAW','testAnalyticsId','wEoWv','PLAYWRIGHT_HUB_URL','Zuyom','cwd','SofdQ','length','constructor','wsEndpoint','getHierarchy','expanded','stop','rZHNl','stringify','AXcGc','currentTest','status','../../helpers/test-observability/utils','debug','shutdown','getHookType','PBNzL','../../helpers/test-observability/sessionHandler','meta','STATE_PASSED','TsvcR','integrations','stepAnalyticsId','tfSAp','oUbCJ','obsBrowserTypeMockApplied','setupBrowserDetails','toString','eHXeV','viMgx','forEach','CODECEPT','failure','apply','name','findGitConfig','ymnaa','accessibilityPlatform','__platformCaps','file_name','zrAFS','logs','pending','79927VqyWRr','PdRyl','uploadEventData','_testEnv','MGMMe','dEbhN','hook','OFqxs','kewCU','find','file','STATE_FAILED','mapTestHooks','UBGTh','initializeBddStep','passed','Playwright','_beforeAll','MlthC','../utils/constants','backtrace','Checking\x20for\x20accessibility\x20automation\x20session\x20with\x20','prototype','RTCVy','inspect','gJEbn','../../helpers/test-observability/requestQueueHandler','hookAnalyticsId','Failed\x20to\x20parse\x20wsendpoint\x20','title','TEST_REPORTING_ANALYTICS','parent','includes','ysXGa','LogCreated','BrowserType','ChPvE','5762574ouMuRy','resetSkipTestHooks','tags','IWrRT','LtjHL','fullTitle','6782067MMVQyw','lADyi','LwLum','rVETN','vWXyu','203sSlQDd','tfJsj','prefixTestPath','vNoUW','CBTSessionCreated','startedAt','../playwright/accessibility-helper','GsOup','UllyT','started','TestRunStarted','Exception\x20in\x20sending\x20test\x20data\x20for\x20event\x20','Wlhlh','EhBjg','launch','_afterAll','iPBed','exports','lmKxe','TEST_RUN_FINISHED','_afterEach','toLowerCase','HqAyJ','errorsDetailed','currentHook','finished_at','fXpYT','client','zuHWm','test_run','util','3801160ShnAtr','../../helpers/testhub/utils.js','ORNdk','rGUYt','bind','fVqFT','failed','enabled','type','appendTestItemLog','getTime','hooks','bddStepFinish','now','NzTLT','dirname','markedStatus','match','tXIib','getHooksForTest','TestRunSkipped','46htRhHu','failure_reason_expanded','YCHKu','getCBTInfo','SfDxi','skipped','codeceptjs','err','result','evEWq','fauwl','groups','EBquN','toISOString','RjvCI','__cloud_provider___','IjCmH','TOZEU','YhlPB','toUpperCase','HgCHc','cKwKr','coVhv','hook_run','rLOYi','VdPfh','whOgR','string','eSEXL','retryOf','3214305vbRnuE','defineProperty','TEST_RUN_SKIPPED','duration','NjhjA','Not\x20able\x20to\x20import\x20Browser','text','split','lFuzU','VXwCR','TEST_RUN_STARTED','connectOverCDP','PathHelper','pid','O11yHelper','finished','bddStepStart','ctx','keyword','../mocha/test-observability/mochaUtils','event_type','getRootParentFile'];a4_0x17a9=function(){return _0x13ed7d;};return a4_0x17a9();}a4_0x4d34eb[a4_0x59e308(0x176)]=a4_0x59e308(0x124),a4_0x4d34eb[a4_0x59e308(0x12d)]=a4_0x59e308(0x1a7),a4_0x4d34eb[a4_0x59e308(0x16e)]=a4_0x59e308(0x14d),a4_0x4d34eb['HOOK_RUN_STARTED']=a4_0x59e308(0x1a1),a4_0x4d34eb[a4_0x59e308(0x1a0)]='HookRunFinished';const TEST_EVENTS=a4_0x4d34eb,parseEvent=_0x290649=>{const _0x5ab242=a4_0x59e308,_0x27e1d8={};_0x27e1d8[_0x5ab242(0x113)]=function(_0x29407b,_0x34f218){return _0x29407b<_0x34f218;},_0x27e1d8['IjCmH']=function(_0x129558,_0x380e3b){return _0x129558===_0x380e3b;},_0x27e1d8[_0x5ab242(0x170)]=_0x5ab242(0x1ad),_0x27e1d8[_0x5ab242(0xe7)]=_0x5ab242(0xf0),_0x27e1d8['PdRyl']='skipped',_0x27e1d8['HDrno']=function(_0x186bc7,_0x52dcaa){return _0x186bc7===_0x52dcaa;},_0x27e1d8[_0x5ab242(0x116)]=_0x5ab242(0x123),_0x27e1d8[_0x5ab242(0x1ca)]=function(_0x50dc36,_0x10362d){return _0x50dc36===_0x10362d;},_0x27e1d8['GsOup']=_0x5ab242(0x17b);const _0x413241=_0x27e1d8,_0x827b5a=_0x290649[_0x5ab242(0x14a)](/^(.*)Run(.*)$/);if(!_0x827b5a)return null;if(_0x413241[_0x5ab242(0x113)](_0x827b5a[_0x5ab242(0x1bb)],0x3))return null;const _0x356ae4=_0x827b5a[0x1][_0x5ab242(0x12f)](),_0x2bee4e=_0x827b5a[0x2][_0x5ab242(0x12f)]();return{'test':_0x413241[_0x5ab242(0x15e)](_0x356ae4,_0x413241[_0x5ab242(0x170)]),'hook':_0x413241['IjCmH'](_0x356ae4,_0x413241['zrAFS']),'skipped':_0x413241['IjCmH'](_0x2bee4e,_0x413241[_0x5ab242(0xeb)]),'started':_0x413241['HDrno'](_0x2bee4e,_0x413241[_0x5ab242(0x116)]),'finished':_0x413241[_0x5ab242(0x1ca)](_0x2bee4e,_0x413241[_0x5ab242(0x121)])};},mockPWBrowserType=_0x3670b5=>{const _0x406752=a4_0x59e308,_0x12c035={'ChPvE':function(_0x561b6b,_0x543e95){return _0x561b6b===_0x543e95;},'OZFFT':_0x406752(0x169),'dEbhN':function(_0xec13e0,_0x4e7bd9,_0xca085b){return _0xec13e0(_0x4e7bd9,_0xca085b);},'AXcGc':_0x406752(0x1bd),'cKwKr':function(_0x55e53e,_0x295b5c){return _0x55e53e(_0x295b5c);},'kewCU':_0x406752(0x1ab),'UBGTh':_0x406752(0x1b1),'wEoWv':_0x406752(0x135),'SdjgO':'browserType.js','fauwl':function(_0x29fd62,_0x278c11){return _0x29fd62(_0x278c11);},'rVETN':_0x406752(0x171),'OFqxs':'connect','SObdc':_0x406752(0x128)},_0x434f41=path[_0x406752(0x1b0)](_0x12c035[_0x406752(0xf7)],_0x12c035[_0x406752(0x1b6)],_0x12c035['SdjgO']),_0x5c00a8=_0x12c035['cKwKr'](importFileFromPWCore,_0x434f41);if(!_0x5c00a8){_0x12c035[_0x406752(0x158)](debug,_0x12c035[_0x406752(0x118)]);return;}const _0x287af8=_0x5c00a8[_0x406752(0x10d)],_0x486f52=_0x287af8[_0x406752(0x100)];if(_0x486f52[_0x406752(0xd8)])return;const _0x49fad5=_0x486f52['connect'];Object[_0x406752(0x16d)](_0x486f52,_0x12c035[_0x406752(0xf1)],{'get':function(){const _0xca6ecb=_0x406752,_0x622d5b={'FAhlN':function(_0x40047c,_0x2e98b3){const _0x587ee8=a4_0x316d;return _0x12c035[_0x587ee8(0x10e)](_0x40047c,_0x2e98b3);},'HgCHc':_0x12c035['OZFFT'],'kGJqg':function(_0x33fb8d,_0x3e333b,_0x25e40e){const _0x1d7bf6=a4_0x316d;return _0x12c035[_0x1d7bf6(0xef)](_0x33fb8d,_0x3e333b,_0x25e40e);},'GkmsH':_0x12c035[_0xca6ecb(0x1c3)],'KiWFV':function(_0x27bca5,_0x4f54a8){return _0x12c035['cKwKr'](_0x27bca5,_0x4f54a8);},'Wlhlh':_0x12c035[_0xca6ecb(0xf2)],'rxldY':function(_0x29d90b,_0xf5c1f8){const _0x22e48e=_0xca6ecb;return _0x12c035[_0x22e48e(0x163)](_0x29d90b,_0xf5c1f8);}};return async function _0x4f2050(_0x5c7354,_0xa10acc){const _0x118449=_0xca6ecb,_0x2397c9=_0x622d5b['kGJqg'](nestedKeyValue,_0x5c7354,[_0x622d5b[_0x118449(0x18d)]])||_0x5c7354;let _0x13be21=null,_0x12c1dd=null;try{[_0x12c1dd,_0x13be21]=_0x2397c9?_0x622d5b[_0x118449(0x188)](parseWSEndpoint,_0x2397c9):[null,null],global[_0x118449(0xe5)]=_0x13be21,logger['debug'](_0x118449(0xff)+_0x12c1dd),_0x12c1dd[_0x118449(0x10a)](Constants[_0x118449(0x1b2)])&&(global[_0x118449(0x15d)]=_0x622d5b[_0x118449(0x126)]);}catch(_0x5e425b){logger[_0x118449(0x1c7)](_0x118449(0x106)+_0x2397c9+'\x20'+_0x5e425b);}_0x622d5b[_0x118449(0x192)](processAccessibilityCaps,_0x13be21,_0x12c1dd);if(global[_0x118449(0xe4)]){const _0x3cbdb2=await _0x486f52[_0x118449(0x177)][_0x118449(0xe0)](this,[''+Constants[_0x118449(0x1b7)]+_0x622d5b['rxldY'](encodeURIComponent,JSON[_0x118449(0x1c2)](_0x13be21))]);return PlaywrightSessionDetails[_0x118449(0xd9)](_0x3cbdb2,_0x3670b5,_0x2397c9),_0x3cbdb2;}return _0x49fad5[_0x118449(0xe0)](this,arguments)[_0x118449(0x1a3)](_0x45150f=>{const _0x5c1cb1=_0x118449;let _0x3ac121=_0x5c7354[_0x5c1cb1(0x1bd)];return _0x622d5b['FAhlN'](typeof _0x5c7354,_0x622d5b[_0x5c1cb1(0x162)])&&(_0x3ac121=_0x5c7354),PlaywrightSessionDetails['setupBrowserDetails'](_0x45150f,_0x3670b5,_0x3ac121),_0x45150f;});};}});const _0x5a5f6a=_0x486f52[_0x406752(0x128)];Object[_0x406752(0x16d)](_0x486f52,_0x12c035[_0x406752(0x1aa)],{'get':function(){return async function _0x2088a3(){const _0x45be13=a4_0x316d;return _0x5a5f6a[_0x45be13(0xe0)](this,arguments)[_0x45be13(0x1a3)](_0x47b7de=>{const _0x53e752=_0x45be13;return PlaywrightSessionDetails[_0x53e752(0xd9)](_0x47b7de,null),_0x47b7de;});};}});};class O11yHelper{[a4_0x59e308(0x1c4)]=null;[a4_0x59e308(0x132)]=null;[a4_0x59e308(0x140)]=![];['frameworkName']=![];constructor(_0x4393c7,_0x1e073c){const _0x138368=a4_0x59e308,_0x1afb4d={'HhYJH':'5|0|3|4|1|2','zuHWm':function(_0x1df31e,_0x11beb3){return _0x1df31e===_0x11beb3;},'idSjH':_0x138368(0xfa),'Zuyom':function(_0x3656a6,_0x2f8ec1){return _0x3656a6(_0x2f8ec1);},'eSEXL':function(_0x427b6b){return _0x427b6b();},'fXpYT':function(_0x5f1c1f){return _0x5f1c1f();}},_0x4cf33e=_0x1afb4d[_0x138368(0x187)][_0x138368(0x173)]('|');let _0x2f9a97=0x0;while(!![]){switch(_0x4cf33e[_0x2f9a97++]){case'0':this['frameworkName']=_0x1e073c[_0x138368(0x199)];continue;case'1':this[_0x138368(0x18c)]=new testOpsHelper[(_0x138368(0x178))]({'cwd':process[_0x138368(0x1b9)]()},this[_0x138368(0xed)][_0x138368(0x189)]);continue;case'2':this[_0x138368(0x19b)]&&_0x1afb4d[_0x138368(0x136)](this[_0x138368(0x19b)][_0x138368(0x1bc)]['name'],_0x1afb4d['idSjH'])&&_0x1afb4d[_0x138368(0x1b8)](mockPWBrowserType,null);continue;case'3':this[_0x138368(0x19b)]=_0x4393c7;continue;case'4':this[_0x138368(0xed)]=_0x1afb4d[_0x138368(0x16a)](getTestEnv);continue;case'5':this[_0x138368(0x140)]=_0x1afb4d[_0x138368(0x134)](shouldProcessEventForTesthub);continue;}break;}}['start'](){const _0x45459b=a4_0x59e308;if(!this[_0x45459b(0x140)])return;testOpsHelper['patchConsoleLogger'](),process['removeAllListeners'](_0x45459b(0x1a5)+process['pid']),process['on'](_0x45459b(0x1a5)+process[_0x45459b(0x179)],this['appendTestItemLog'][_0x45459b(0x13d)](this));}async[a4_0x59e308(0x1c0)](){const _0x1255b7=a4_0x59e308;await RequestQueueHandler['getInstance']()[_0x1255b7(0x1c8)]();}async[a4_0x59e308(0x142)](_0x435fb1){const _0x532435=a4_0x59e308,_0x10ede6={'UllyT':_0x532435(0x10c),'OsshT':function(_0x4423fe,_0x3131b0){return _0x4423fe(_0x3131b0);}};try{this[_0x532435(0x132)]&&!this[_0x532435(0x132)][_0x532435(0x149)]&&(_0x435fb1[_0x532435(0x18b)]=this[_0x532435(0x132)][_0x532435(0x105)]);!_0x435fb1[_0x532435(0x18b)]&&this[_0x532435(0x1c4)]&&!this[_0x532435(0x1c4)]['markedStatus']&&(_0x435fb1['test_run_uuid']=this['currentTest']['testAnalyticsId']);if(_0x435fb1[_0x532435(0x18b)]||_0x435fb1[_0x532435(0x18e)]){const _0x574c99={};_0x574c99[_0x532435(0x180)]=_0x10ede6[_0x532435(0x122)],_0x574c99[_0x532435(0xe8)]=[_0x435fb1],await SessionHandler[_0x532435(0xec)](_0x574c99);}}catch(_0x1119cb){_0x10ede6[_0x532435(0x186)](debug,_0x532435(0x1a2)+constants[_0x532435(0x108)]+'\x20with\x20error\x20:\x20'+_0x1119cb);}}async['sendCBTInfo'](_0x330ee7){const _0x4175ea=a4_0x59e308,_0x222a8={'xfotl':_0x4175ea(0x11e),'HHzyo':function(_0x4cce0b,_0x1b5153){return _0x4cce0b(_0x1b5153);}};if(!this[_0x4175ea(0x140)])return;const _0x1038c7=this['getCBTInfo'](this[_0x4175ea(0x19b)]);try{const _0x2c63f4={};_0x2c63f4[_0x4175ea(0x182)]=_0x330ee7,_0x2c63f4[_0x4175ea(0xd4)]=_0x1038c7;const _0x3caf28=_0x2c63f4,_0x31766d={};_0x31766d[_0x4175ea(0x180)]=_0x222a8[_0x4175ea(0x1b3)],_0x31766d[_0x4175ea(0x137)]=_0x3caf28,await SessionHandler['uploadEventData'](_0x31766d);}catch(_0x4e03a4){_0x222a8['HHzyo'](debug,'Exception\x20in\x20uploading\x20platform\x20details\x20to\x20'+constants[_0x4175ea(0x108)]+_0x4175ea(0x19c)+_0x4e03a4);}}[a4_0x59e308(0x151)](_0x25ebbe){const _0x4b358d=a4_0x59e308,_0x19075b={'vWXyu':function(_0x4eadac,_0x268d4f){return _0x4eadac(_0x268d4f);}};return _0x19075b[_0x4b358d(0x119)](fetchPlatformDetails,_0x25ebbe);}[a4_0x59e308(0x110)]=_0x428ebb=>{const _0x5ae54e=a4_0x59e308,_0x491a55={};_0x491a55[_0x5ae54e(0x12a)]='_beforeEach',_0x491a55[_0x5ae54e(0x10b)]=_0x5ae54e(0x12e);const _0x2234f7=_0x491a55;if(!_0x428ebb||!_0x428ebb[_0x5ae54e(0x109)])return;[_0x2234f7['iPBed'],_0x2234f7[_0x5ae54e(0x10b)]]['forEach'](_0x579ed5=>{const _0x4007ba=_0x5ae54e,_0x5b02e0=_0x428ebb[_0x4007ba(0x109)][_0x579ed5];_0x5b02e0[_0x4007ba(0xdd)](_0x1f4f62=>{const _0x5b08dd=_0x4007ba;_0x1f4f62['hookAnalyticsId']&&(_0x1f4f62[_0x5b08dd(0x105)]=null);});});};[a4_0x59e308(0xf6)](_0x2eed42){const _0x3cb08a=a4_0x59e308,_0x135bef={'rLOYi':_0x3cb08a(0x154),'IWrRT':function(_0x471646){return _0x471646();},'tfSAp':function(_0x2c660b,_0x364d4e){return _0x2c660b===_0x364d4e;},'fVqFT':_0x3cb08a(0x12e),'VXwCR':'_beforeAll','cWBvR':'_afterAll','rWxwJ':_0x3cb08a(0x18f)};if(!_0x2eed42||!_0x2eed42['parent'])return;[_0x135bef[_0x3cb08a(0x175)],_0x135bef['cWBvR'],_0x135bef['rWxwJ'],_0x135bef['fVqFT']]['forEach'](_0x1af240=>{const _0x3198eb=_0x3cb08a,_0x9fccf7={'jBHOl':_0x135bef[_0x3198eb(0x166)],'viMgx':function(_0x40b18d){const _0x4acb0b=_0x3198eb;return _0x135bef[_0x4acb0b(0x112)](_0x40b18d);},'RjvCI':function(_0x56ca31,_0x252f09){const _0xa46519=_0x3198eb;return _0x135bef[_0xa46519(0xd6)](_0x56ca31,_0x252f09);},'oUbCJ':_0x135bef[_0x3198eb(0x13e)],'evEWq':function(_0x235ac6){const _0x72f07c=_0x3198eb;return _0x135bef[_0x72f07c(0x112)](_0x235ac6);}},_0x292cfe=_0x2eed42[_0x3198eb(0x109)][_0x1af240]||[];_0x292cfe[_0x3198eb(0xdd)](_0x1c738c=>{const _0x1d1f19=_0x3198eb;if(_0x1c738c['title']['includes'](_0x9fccf7[_0x1d1f19(0x183)]))return;if(!_0x1c738c['hookAnalyticsId'])_0x1c738c['hookAnalyticsId']=_0x9fccf7[_0x1d1f19(0xdc)](uuidv4);else _0x1c738c[_0x1d1f19(0x149)]&&_0x9fccf7[_0x1d1f19(0x15c)](_0x1af240,_0x9fccf7[_0x1d1f19(0xd7)])&&(_0x1c738c['hookAnalyticsId']=_0x9fccf7[_0x1d1f19(0x157)](uuidv4),delete _0x1c738c[_0x1d1f19(0x149)]);});}),this['mapTestHooks'](_0x2eed42['parent']);}[a4_0x59e308(0x14c)](_0x482d6e){const _0x15418e=a4_0x59e308,_0x59778c={};_0x59778c[_0x15418e(0xe3)]=_0x15418e(0xfb),_0x59778c['gJEbn']=_0x15418e(0x129),_0x59778c[_0x15418e(0x195)]=_0x15418e(0x18f),_0x59778c['coVhv']='_afterEach';const _0x2c01c0=_0x59778c;if(!_0x482d6e||!_0x482d6e['parent'])return[];const _0x26e534=[];return[_0x2c01c0[_0x15418e(0xe3)],_0x2c01c0[_0x15418e(0x103)],_0x2c01c0[_0x15418e(0x195)],_0x2c01c0[_0x15418e(0x164)]][_0x15418e(0xdd)](_0x4c7ea8=>{const _0x2ff5a7=_0x15418e,_0x34cefa=_0x482d6e[_0x2ff5a7(0x109)][_0x4c7ea8]||[];_0x34cefa[_0x2ff5a7(0xdd)](_0x3a7ac7=>{const _0x11ae38=_0x2ff5a7;_0x3a7ac7['hookAnalyticsId']&&_0x26e534[_0x11ae38(0x1a6)](_0x3a7ac7[_0x11ae38(0x105)]);});}),[]['concat'](_0x26e534,this[_0x15418e(0x14c)](_0x482d6e[_0x15418e(0x109)]));}[a4_0x59e308(0x1c9)](_0x583e11){const _0x199a4b=a4_0x59e308,_0x1269cd=/^"(?<hook>.*)" hook:.*$/,_0x142fcc=_0x583e11[_0x199a4b(0x107)],_0x32413b=_0x142fcc[_0x199a4b(0x14a)](_0x1269cd);if(_0x32413b&&_0x32413b['groups'])return _0x32413b[_0x199a4b(0x159)][_0x199a4b(0xf0)][_0x199a4b(0x161)]()[_0x199a4b(0x1a4)]('\x20','_');return null;}[a4_0x59e308(0xe2)](_0x15ab1d){const _0x1c89db=a4_0x59e308,_0x2c591b={};_0x2c591b['TsvcR']=function(_0x49ff47,_0x2cca93){return _0x49ff47===_0x2cca93;},_0x2c591b[_0x1c89db(0x1b4)]='.git',_0x2c591b[_0x1c89db(0x127)]='config';const _0x4b2297=_0x2c591b,_0x1d360=path[_0x1c89db(0x1a9)];if(_0x4b2297[_0x1c89db(0xd3)](_0x15ab1d,null)||_0x4b2297[_0x1c89db(0xd3)](_0x15ab1d,'')||_0x4b2297[_0x1c89db(0xd3)](_0x15ab1d,_0x1d360)||_0x4b2297[_0x1c89db(0xd3)](_0x15ab1d,path[_0x1c89db(0x148)](_0x15ab1d)))return null;try{return fs['statSync'](path[_0x1c89db(0x1b0)](_0x15ab1d,_0x4b2297[_0x1c89db(0x1b4)],_0x4b2297[_0x1c89db(0x127)])),_0x15ab1d;}catch(_0xf0922d){const _0x30f430=path[_0x1c89db(0x148)](_0x15ab1d);return this['findGitConfig'](_0x30f430);}}[a4_0x59e308(0x181)](_0x8c6d0e){const _0x6c10b8=a4_0x59e308,_0x2ee0a1={};_0x2ee0a1[_0x6c10b8(0x12c)]=function(_0x3a67eb,_0x37c256){return _0x3a67eb>_0x37c256;};const _0x5d2c30=_0x2ee0a1;if(_0x8c6d0e['file'])return _0x8c6d0e[_0x6c10b8(0xf4)];if(_0x8c6d0e[_0x6c10b8(0x17d)]){const _0x296549=_0x8c6d0e[_0x6c10b8(0x17d)][_0x6c10b8(0x1c4)]?this[_0x6c10b8(0x181)](_0x8c6d0e[_0x6c10b8(0x17d)][_0x6c10b8(0x1c4)]):null;if(_0x296549)return _0x296549;}if(_0x8c6d0e[_0x6c10b8(0x109)]){const _0x98b093=this['getRootParentFile'](_0x8c6d0e['parent'])||(_0x8c6d0e[_0x6c10b8(0x109)][_0x6c10b8(0x17d)]&&_0x8c6d0e['parent'][_0x6c10b8(0x17d)][_0x6c10b8(0x1c4)]?this[_0x6c10b8(0x181)](_0x8c6d0e[_0x6c10b8(0x109)]['ctx']['currentTest']):null);if(_0x98b093)return _0x98b093;_0x8c6d0e[_0x6c10b8(0x109)][_0x6c10b8(0x18a)]&&_0x5d2c30['lmKxe'](_0x8c6d0e['parent']['suites'][_0x6c10b8(0x1bb)],0x0)&&_0x8c6d0e[_0x6c10b8(0x109)][_0x6c10b8(0x18a)][_0x6c10b8(0xdd)](_0x79dead=>{const _0xe889ec=_0x6c10b8,_0x30035d=_0x79dead[_0xe889ec(0x17d)]?this['getRootParentFile'](_0x79dead[_0xe889ec(0x17d)]):null;if(_0x30035d)return _0x30035d;});}return null;}[a4_0x59e308(0x1be)](_0xd09a3d){const _0x10086a=a4_0x59e308,_0x519e97={};_0x519e97['ORNdk']=function(_0xa7ad69,_0x40b379){return _0xa7ad69!==_0x40b379;};const _0xc55735=_0x519e97,_0x16c3ec=[];if(_0xd09a3d&&_0xd09a3d['parent']){let _0x478962=_0xd09a3d[_0x10086a(0x109)];while(_0x478962&&_0xc55735[_0x10086a(0x13b)](_0x478962[_0x10086a(0x107)],'')){_0x16c3ec[_0x10086a(0x1a6)](_0x478962[_0x10086a(0x107)]),_0x478962=_0x478962['parent'];}}return _0x16c3ec;}[a4_0x59e308(0x19e)](_0x373f2f,_0x10566f,_0x5e8988=undefined){const _0xa0e84=a4_0x59e308,_0x166fec={'Skdvt':function(_0x183430,_0x44f7e0){return _0x183430(_0x44f7e0);},'fvBJa':function(_0x409b28){return _0x409b28();},'rZHNl':function(_0x2f1dfc){return _0x2f1dfc();},'fPxYr':_0xa0e84(0x138),'rGUYt':'err','RTCVy':function(_0x54d25e,_0x384b73){return _0x54d25e!==_0x384b73;},'EBquN':_0xa0e84(0x193),'SfDxi':'pending','MlthC':'failed','NzTLT':'passed','tXIib':_0xa0e84(0x153),'TOZEU':_0xa0e84(0x191),'YhlPB':function(_0x54017a,_0x170545){return _0x54017a-_0x170545;},'FTAXE':function(_0x5da2c6,_0x3e4d7d,_0x165c73,_0x21de87,_0x2a6f46){return _0x5da2c6(_0x3e4d7d,_0x165c73,_0x21de87,_0x2a6f46);},'SofdQ':function(_0x1207ee,_0x204f75){return _0x1207ee!==_0x204f75;},'tfJsj':_0xa0e84(0xd4),'YCHKu':_0xa0e84(0x1cc),'xjsLg':_0xa0e84(0xdf),'HqAyJ':'failure_backtrace','GIbdC':_0xa0e84(0xfe),'LwLum':_0xa0e84(0x14f),'whOgR':_0xa0e84(0x1bf),'lFuzU':function(_0x37c894,_0x5978d0){return _0x37c894===_0x5978d0;},'zYQgK':_0xa0e84(0x165),'eHXeV':_0xa0e84(0x137)};if(!this[_0xa0e84(0x140)])return;try{if(_0x10566f['fn']&&_0x10566f['fn']['toString']()[_0xa0e84(0x14a)](/browserstack internal helper hook/))return;const _0x6d58e2=_0x166fec[_0xa0e84(0x196)](parseEvent,_0x373f2f);if(!_0x6d58e2)return;if(_0x6d58e2[_0xa0e84(0x1ad)]){this[_0xa0e84(0x1c4)]=_0x10566f,this[_0xa0e84(0x132)]=null;if(_0x6d58e2[_0xa0e84(0x123)]||_0x6d58e2['skipped']){_0x10566f[_0xa0e84(0x11f)]=new Date(),_0x10566f['markedStatus']=![];if(!_0x10566f[_0xa0e84(0x1b5)])_0x10566f['testAnalyticsId']=_0x166fec[_0xa0e84(0x19a)](uuidv4);else _0x10566f[_0xa0e84(0x149)]&&(!_0x10566f[_0xa0e84(0x16b)]&&(_0x10566f[_0xa0e84(0x16b)]=_0x10566f[_0xa0e84(0x1b5)]),_0x10566f['testAnalyticsId']=_0x166fec['fvBJa'](uuidv4));}}else{if(_0x6d58e2[_0xa0e84(0xf0)]){this['currentHook']=_0x10566f;if(_0x6d58e2[_0xa0e84(0x123)]){_0x10566f[_0xa0e84(0x11f)]=new Date(),_0x10566f['markedStatus']=![];if(!_0x10566f[_0xa0e84(0x105)])_0x10566f['hookAnalyticsId']=_0x166fec[_0xa0e84(0x19a)](uuidv4);else _0x10566f[_0xa0e84(0x105)]&&_0x10566f[_0xa0e84(0x149)]&&(_0x10566f[_0xa0e84(0x105)]=_0x166fec[_0xa0e84(0x1c1)](uuidv4));}}}if(_0x6d58e2[_0xa0e84(0x17b)]&&_0x10566f[_0xa0e84(0x149)])return;let _0x53f65b;try{_0x53f65b=this[_0xa0e84(0x181)](_0x10566f);}catch(_0x5f2e51){logger[_0xa0e84(0x1c7)]('failed\x20to\x20get\x20root\x20parent\x20file\x20'+_0x5f2e51),_0x53f65b=null;}const _0x2c76bc=_0x166fec['Skdvt'](require,_0x166fec['fPxYr']);let _0x50361d=[];_0x5e8988&&(_0x50361d=[_0x5e8988,_0x166fec[_0xa0e84(0x13c)]]);const _0x10ff5c=_0x166fec['RTCVy'](_0x10566f[_0xa0e84(0x131)],undefined)?_0x2c76bc[_0xa0e84(0x102)](_0x10566f[_0xa0e84(0x131)][0x0]):_0x166fec[_0xa0e84(0x101)](_0x5e8988,undefined)?_0x5e8988[_0xa0e84(0xda)]():undefined,_0x587612=_0x53f65b?this[_0xa0e84(0xe2)](_0x53f65b):null,_0x14c349=_0x53f65b?this[_0xa0e84(0x18c)][_0xa0e84(0x11c)](this[_0xa0e84(0x181)](_0x10566f)):_0x166fec[_0xa0e84(0x15a)];let _0x6b76f8=_0x166fec[_0xa0e84(0x152)];const _0x4d6ca7=!_0x6d58e2[_0xa0e84(0x123)]?new Date()[_0xa0e84(0x15b)]():null;if(_0x6d58e2[_0xa0e84(0x17b)])_0x6b76f8=_0x5e8988?_0x166fec[_0xa0e84(0xfc)]:_0x166fec[_0xa0e84(0x147)],_0x10566f[_0xa0e84(0x149)]=!![];else _0x6d58e2[_0xa0e84(0x153)]&&(_0x6b76f8=_0x166fec[_0xa0e84(0x14b)],_0x10566f[_0xa0e84(0x149)]=!![]);const _0x4568ed={'framework':this[_0xa0e84(0x199)],'uuid':_0x10566f['testAnalyticsId']||_0x10566f[_0xa0e84(0x105)],'name':_0x10566f['title'],'body':{'lang':_0x166fec[_0xa0e84(0x15f)],'code':_0x10566f['body'][_0xa0e84(0xda)]()},'type':_0x10566f[_0xa0e84(0x141)],'scope':_0x10566f[_0xa0e84(0x114)](),'scopes':this['getHierarchy'](_0x10566f),'file_name':_0x14c349,'vc_filepath':_0x587612?path['relative'](_0x587612,_0x53f65b):null,'location':_0x14c349,'result':_0x6b76f8,'failure_reason':_0x10ff5c,'duration_in_ms':_0x10566f['duration']||(_0x6d58e2['finished']||_0x6d58e2['skipped'])?_0x166fec[_0xa0e84(0x160)](Date[_0xa0e84(0x146)](),new Date(_0x10566f[_0xa0e84(0x11f)])[_0xa0e84(0x143)]()):null,'started_at':new Date(_0x10566f[_0xa0e84(0x11f)])['toISOString'](),'finished_at':_0x4d6ca7,'failure':testOpsHelper['failureData'][_0xa0e84(0xe0)](null,_0x50361d),'failure_type':!_0x10ff5c?null:testOpsHelper[_0xa0e84(0x194)](_0x10ff5c),'retry_of':_0x10566f[_0xa0e84(0x16b)]||null,'tags':_0x10566f[_0xa0e84(0x111)]||[],'customRerunParam':{'rerun_name':_0x10566f[_0xa0e84(0x114)]()}};_0x166fec[_0xa0e84(0x184)](appendTesthubParams,_0x4568ed,_0x373f2f,_0x10566f,FRAMEWORKS[_0xa0e84(0xde)]);if(_0x6d58e2[_0xa0e84(0xf0)])[_0x4568ed['hook_type'],_0x4568ed[_0xa0e84(0xe1)]]=[this[_0xa0e84(0x1c9)](_0x10566f),_0x10566f[_0xa0e84(0x17d)][_0xa0e84(0x1ad)][_0xa0e84(0x107)]],_0x6d58e2['finished']?_0x166fec[_0xa0e84(0x1ba)](_0x4568ed[_0xa0e84(0x156)],_0x166fec[_0xa0e84(0xfc)])&&(_0x4568ed['result']=_0x166fec[_0xa0e84(0x147)]):_0x4568ed['body']={};else _0x6d58e2['test']&&(this[_0xa0e84(0xf6)](_0x10566f),_0x6d58e2[_0xa0e84(0x153)]&&this['resetSkipTestHooks'](_0x10566f),(_0x6d58e2['finished']||_0x6d58e2['skipped'])&&(_0x4568ed[_0xa0e84(0x144)]=this[_0xa0e84(0x14c)](_0x10566f)));this[_0xa0e84(0x19b)]&&(_0x6d58e2[_0xa0e84(0x123)]||_0x6d58e2[_0xa0e84(0x153)])&&(_0x4568ed[_0x166fec[_0xa0e84(0x11b)]]=this[_0xa0e84(0x151)](this[_0xa0e84(0x19b)]));_0x6d58e2[_0xa0e84(0x1ad)]&&_0x6d58e2[_0xa0e84(0x17b)]&&_0x10566f[_0xa0e84(0x1ae)]&&(_0x4568ed[_0x166fec[_0xa0e84(0x150)]]={'feature':{'name':_0x10566f['parent']['feature']['name'],'path':_0x4568ed[_0xa0e84(0xe6)],'description':_0x10566f[_0xa0e84(0x109)]['comment']},'scenario':{'name':_0x10566f[_0xa0e84(0x107)]},'steps':_0x10566f[_0xa0e84(0x1ae)]});const _0x26df7c=_0x4568ed[_0x166fec['xjsLg']][0x0];_0x26df7c&&(_0x4568ed[_0x166fec[_0xa0e84(0x130)]]=_0x26df7c[_0x166fec[_0xa0e84(0x185)]],_0x4568ed[_0x166fec[_0xa0e84(0x117)]]=_0x26df7c[_0x166fec[_0xa0e84(0x168)]]);if(_0x10566f[_0xa0e84(0x1ae)])for(const _0x14bc11 of _0x10566f[_0xa0e84(0x1ae)]){!_0x14bc11[_0xa0e84(0x133)]&&(_0x14bc11[_0xa0e84(0x133)]=new Date()['toISOString'](),_0x166fec[_0xa0e84(0x174)](_0x14bc11['result'],_0x166fec[_0xa0e84(0x152)])&&(_0x26df7c?(_0x14bc11[_0xa0e84(0x156)]=_0x166fec[_0xa0e84(0xfc)],_0x14bc11[_0xa0e84(0xdf)]=_0x26df7c[_0x166fec[_0xa0e84(0x185)]][0x0]):_0x14bc11[_0xa0e84(0x156)]=_0x166fec['NzTLT']));}const _0x51c421={};_0x51c421[_0xa0e84(0x180)]=_0x6d58e2['skipped']?TEST_EVENTS[_0xa0e84(0x12d)]:_0x373f2f;const _0x1d1059=_0x51c421;return _0x6d58e2[_0xa0e84(0xf0)]?_0x1d1059[_0x166fec['zYQgK']]=_0x4568ed:_0x1d1059[_0x166fec[_0xa0e84(0xdb)]]=_0x4568ed,_0x1d1059;}catch(_0x106864){logger['debug']('Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20'+_0x373f2f+'\x20with\x20error\x20:\x20'+_0x106864);}}async['fireEvent'](_0x2a34a4,_0x55ae73){const _0x3298d4=a4_0x59e308;if(!this[_0x3298d4(0x140)]||!_0x55ae73||!_0x2a34a4)return![];try{return await SessionHandler[_0x3298d4(0xec)](_0x55ae73);}catch(_0x17a495){logger[_0x3298d4(0x1c7)](_0x3298d4(0x125)+_0x2a34a4+'\x20with\x20error\x20:\x20'+_0x17a495);}}[a4_0x59e308(0xf8)](_0x260e16){const _0x2a53ca=a4_0x59e308,_0x5eae93={};_0x5eae93[_0x2a53ca(0x11d)]='pending';const _0x53b759=_0x5eae93;return{'id':_0x260e16[_0x2a53ca(0xd5)],'text':_0x260e16[_0x2a53ca(0x172)],'keyword':_0x260e16[_0x2a53ca(0x17e)],'started_at':_0x260e16[_0x2a53ca(0x11f)][_0x2a53ca(0x15b)](),'result':_0x53b759[_0x2a53ca(0x11d)]};}[a4_0x59e308(0x17c)](_0x544419){const _0x5b3612=a4_0x59e308,_0x2029c3={'VdPfh':function(_0x263461){return _0x263461();}};!this[_0x5b3612(0x1c4)][_0x5b3612(0x1ae)]&&(this[_0x5b3612(0x1c4)]['bddSteps']=[]),!_0x544419['stepAnalyticsId']&&(_0x544419[_0x5b3612(0xd5)]=_0x2029c3[_0x5b3612(0x167)](uuidv4),_0x544419[_0x5b3612(0x11f)]=new Date(),this['currentTest'][_0x5b3612(0x1ae)]['push'](this['initializeBddStep'](_0x544419)));}[a4_0x59e308(0x145)](_0x46f34b){const _0x463db0=a4_0x59e308,_0xd41c7b={'jWjHr':function(_0x5732c0,_0x25c8be){return _0x5732c0(_0x25c8be);},'LfHex':_0x463db0(0x19d),'MGMMe':_0x463db0(0xe9),'QACTd':_0x463db0(0xf9),'qRLbM':function(_0x207eac,_0x49bbf0){return _0x207eac-_0x49bbf0;}};let _0x31cac0=this[_0x463db0(0x1c4)][_0x463db0(0x1ae)][_0x463db0(0xf3)](_0x4917ca=>_0x4917ca['id']===_0x46f34b[_0x463db0(0xd5)]);_0xd41c7b['jWjHr'](isUndefined,_0x31cac0)&&(_0x31cac0=this['initializeBddStep'](_0x46f34b)),_0x31cac0[_0x463db0(0x156)]=[_0xd41c7b[_0x463db0(0x1ac)],_0xd41c7b[_0x463db0(0xee)]][_0x463db0(0x10a)](_0x46f34b[_0x463db0(0x1c5)])?_0xd41c7b[_0x463db0(0x1a8)]:_0x46f34b[_0x463db0(0x1c5)],_0x31cac0[_0x463db0(0x133)]=new Date()[_0x463db0(0x15b)](),_0x31cac0[_0x463db0(0x16f)]=_0xd41c7b[_0x463db0(0x19f)](Date[_0x463db0(0x146)](),_0x46f34b[_0x463db0(0x11f)][_0x463db0(0x143)]()),_0x31cac0[_0x463db0(0xdf)]=_0x46f34b[_0x463db0(0x155)]?_0x46f34b[_0x463db0(0x155)][_0x463db0(0x1af)]:null;}}const a4_0x2037f2={};a4_0x2037f2[a4_0x59e308(0x17a)]=O11yHelper,a4_0x2037f2[a4_0x59e308(0x1cd)]=STATE_PASSED,a4_0x2037f2[a4_0x59e308(0xf5)]=STATE_FAILED,a4_0x2037f2['TEST_EVENTS']=TEST_EVENTS,module[a4_0x59e308(0x12b)]=a4_0x2037f2;
|