browserstack-node-sdk 1.40.4 → 1.40.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ats/src/cloudproviders/AWS.js +1 -1
- package/ats/src/cloudproviders/Azure.js +1 -1
- package/ats/src/cloudproviders/CloudProvider.js +1 -1
- package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
- package/ats/src/cloudproviders/utils.js +1 -1
- package/ats/src/commands/configure.js +1 -1
- package/ats/src/commands/connect.js +1 -1
- package/ats/src/commands/connect_commands/grid.js +1 -1
- package/ats/src/commands/create.js +1 -1
- package/ats/src/commands/create_commands/grid.js +1 -1
- package/ats/src/commands/delete.js +1 -1
- package/ats/src/commands/delete_commands/grid.js +1 -1
- package/ats/src/commands/init.js +1 -1
- package/ats/src/commands/list.js +1 -1
- package/ats/src/commands/list_commands/grid_profiles.js +1 -1
- package/ats/src/commands/list_commands/grids.js +1 -1
- package/ats/src/commands/precheck.js +1 -1
- package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
- package/ats/src/commands/start.js +1 -1
- package/ats/src/commands/start_commands/grid.js +1 -1
- package/ats/src/commands/stop.js +1 -1
- package/ats/src/commands/stop_commands/grid.js +1 -1
- package/ats/src/config/constants.js +1 -1
- package/ats/src/config/logger.js +1 -1
- package/ats/src/index.js +1 -1
- package/ats/src/utils/AWSUtils.js +1 -1
- package/ats/src/utils/createAutoscalerStack.js +1 -1
- package/ats/src/utils/createClusterStack.js +1 -1
- package/ats/src/utils/createHubHaStack.js +1 -1
- package/ats/src/utils/createk8sClient.js +1 -1
- package/ats/src/utils/deleteEFSMountTargets.js +1 -1
- package/ats/src/utils/deleteStack.js +1 -1
- package/ats/src/utils/describeStack.js +1 -1
- package/ats/src/utils/gridComponents.js +1 -1
- package/ats/src/utils/hstUtils.js +1 -1
- package/ats/src/utils/instrumentationUtils.js +1 -1
- package/ats/src/utils/userInput.js +1 -1
- package/ats/src/utils/utilityMethods.js +1 -1
- package/ats/src/utils/webSocketUtils.js +1 -1
- package/package.json +1 -1
- package/src/ai-sdk-node/bundle.js +1 -1
- package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
- package/src/bin/codeceptjs/command.js +1 -1
- package/src/bin/codeceptjs/helper.js +1 -1
- package/src/bin/codeceptjs/o11yHelper.js +1 -1
- package/src/bin/cucumber-js/command.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
- package/src/bin/cucumber-js/test-observability.js +1 -1
- package/src/bin/cucumber-js/test.setup.js +1 -1
- package/src/bin/cucumber-js/test_old.setup.js +1 -1
- package/src/bin/cucumber-js/timeout.setup.js +1 -1
- package/src/bin/integrations/command.js +1 -1
- package/src/bin/integrations/constants.js +1 -1
- package/src/bin/jest/command.js +1 -1
- package/src/bin/jest/customImplements/customCircus.js +1 -1
- package/src/bin/jest/customImplements/customEnvironment.js +1 -1
- package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
- package/src/bin/jest/customImplements/customSequencer.js +1 -1
- package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
- package/src/bin/jest/jest.setup.js +1 -1
- package/src/bin/jest/test-observability/data-hooks.js +1 -1
- package/src/bin/jest/test-observability/helper.js +1 -1
- package/src/bin/jest/test-observability/obsReporter.js +1 -1
- package/src/bin/jest/test-observability/test-details.js +1 -1
- package/src/bin/jest/test_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/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/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/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/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/vanilla-js/command.js +1 -1
- package/src/browserStackSdk.js +1 -1
- package/src/helpers/BrowserStackSetup.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/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
|
-
function a1_0x493e(_0x5a5836,_0x131d9c){const _0x611078=a1_0x6110();return a1_0x493e=function(_0x493e85,_0x50b652){_0x493e85=_0x493e85-0x1b7;let _0x2240a4=_0x611078[_0x493e85];return _0x2240a4;},a1_0x493e(_0x5a5836,_0x131d9c);}const a1_0x3b8233=a1_0x493e;(function(_0x243732,_0x28a267){const _0x3f4d13=a1_0x493e,_0x34be9d=_0x243732();while(!![]){try{const _0x1f85ad=-parseInt(_0x3f4d13(0x23e))/0x1*(-parseInt(_0x3f4d13(0x1ed))/0x2)+parseInt(_0x3f4d13(0x278))/0x3*(parseInt(_0x3f4d13(0x243))/0x4)+-parseInt(_0x3f4d13(0x299))/0x5*(parseInt(_0x3f4d13(0x27f))/0x6)+parseInt(_0x3f4d13(0x27d))/0x7+parseInt(_0x3f4d13(0x21a))/0x8*(parseInt(_0x3f4d13(0x256))/0x9)+-parseInt(_0x3f4d13(0x220))/0xa+parseInt(_0x3f4d13(0x1dc))/0xb;if(_0x1f85ad===_0x28a267)break;else _0x34be9d['push'](_0x34be9d['shift']());}catch(_0x10caa4){_0x34be9d['push'](_0x34be9d['shift']());}}}(a1_0x6110,0x455bb));const fs=require('fs'),util=require(a1_0x3b8233(0x1cc)),{requireModule,markSessionStatus,isUndefined,isTrue,isBrowserstackInfra}=require(a1_0x3b8233(0x297)),logger=require(a1_0x3b8233(0x1c0))[a1_0x3b8233(0x28c)],testOpsHelper=require('../../helpers/test-observability/utils'),requestSpy=require(a1_0x3b8233(0x1ec)),PlaywrightSessionDetails=require(a1_0x3b8233(0x22a)),{O11yHelper,TEST_EVENTS,STATE_PASSED,STATE_FAILED}=require(a1_0x3b8233(0x248)),{shouldScanTestForAccessibility,isAccessibilityAutomationSession}=require(a1_0x3b8233(0x281)),AccessibilityHelper=require(a1_0x3b8233(0x20d)),scripts=require('../../helpers/accessibility-automation/scripts'),PerformanceTester=require(a1_0x3b8233(0x29a)),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceHookEvents}=require(a1_0x3b8233(0x252)),{processWebDriverConfig,shouldPatchExecuteScript}=require(a1_0x3b8233(0x27c)),testHubConstants=require(a1_0x3b8233(0x1f3)),globals=require(a1_0x3b8233(0x279)),CodeceptJS=requireModule(a1_0x3b8233(0x298),a1_0x3b8233(0x296)),CodeceptUtils=requireModule('codeceptjs/lib/utils.js',a1_0x3b8233(0x296)),CodeceptWebDriver=requireModule(a1_0x3b8233(0x224),'codeceptjs'),CodeceptRecorder=requireModule('codeceptjs/lib/recorder.js','codeceptjs'),CodeceptPlaywright=requireModule(a1_0x3b8233(0x246),a1_0x3b8233(0x296)),playwrightMarkSessionStatus=(_0xd57c56,_0x49d83d,_0x408f17)=>{const _0x409e47=a1_0x3b8233,_0x155d5f={'gpWIZ':_0x409e47(0x266),'TQqPk':function(_0x70b9ad,_0x15150f){return _0x70b9ad(_0x15150f);}},_0x203989={};_0x203989['status']=_0x49d83d;const _0x358ece={};_0x358ece[_0x409e47(0x25e)]=_0x155d5f[_0x409e47(0x1d7)],_0x358ece[_0x409e47(0x1dd)]=_0x203989;const _0x59e614=_0x358ece;return!_0x155d5f[_0x409e47(0x222)](isUndefined,_0x408f17)&&(_0x59e614[_0x409e47(0x1dd)][_0x409e47(0x20f)]=JSON[_0x409e47(0x280)](_0x408f17)),_0xd57c56[_0x409e47(0x20b)](()=>{},_0x409e47(0x1e2)+JSON[_0x409e47(0x280)](_0x59e614));},o11ySync=PerformanceTester[a1_0x3b8233(0x27e)](PerformanceO11yEvents[a1_0x3b8233(0x274)],async _0xcedb8a=>{const _0x3c764b=a1_0x3b8233,_0x166750={};_0x166750[_0x3c764b(0x1d5)]=function(_0x3e3966,_0x536e6c){return _0x3e3966===_0x536e6c;},_0x166750['BjYZs']=_0x3c764b(0x21d);const _0x513651=_0x166750;_0x513651[_0x3c764b(0x1d5)](_0xcedb8a[_0x3c764b(0x203)][_0x3c764b(0x20a)],_0x513651[_0x3c764b(0x1f9)])?await _0xcedb8a[_0x3c764b(0x20b)](_0x4058d7=>{},testOpsHelper[_0x3c764b(0x1d6)]()):await _0xcedb8a[_0x3c764b(0x20b)](testOpsHelper['getSyncScript']());}),markSessionName=PerformanceTester[a1_0x3b8233(0x27e)](PerformanceAutEvents[a1_0x3b8233(0x21e)],async(_0x15617c,_0x6d49b8)=>{const _0x1b429b=a1_0x3b8233,_0x5a850d={};_0x5a850d['OAmgO']=_0x1b429b(0x1e1),_0x5a850d[_0x1b429b(0x1c6)]=function(_0x1160ab,_0x57d55d){return _0x1160ab===_0x57d55d;},_0x5a850d[_0x1b429b(0x238)]=_0x1b429b(0x21d);const _0x31f610=_0x5a850d,_0xe534b0={};_0xe534b0['name']=_0x6d49b8;const _0x38409d={};_0x38409d[_0x1b429b(0x25e)]=_0x31f610[_0x1b429b(0x1fe)],_0x38409d[_0x1b429b(0x1dd)]=_0xe534b0;const _0xd0f1bb=_0x38409d;_0x31f610[_0x1b429b(0x1c6)](_0x15617c['constructor']['name'],_0x31f610[_0x1b429b(0x238)])?await _0x15617c[_0x1b429b(0x20b)](()=>{},_0x1b429b(0x1e2)+JSON[_0x1b429b(0x280)](_0xd0f1bb)):await _0x15617c[_0x1b429b(0x20b)](_0x1b429b(0x1e2)+JSON[_0x1b429b(0x280)](_0xd0f1bb));}),patchSaveScreenshot=_0x25a04a=>{const _0x3e1e82=a1_0x3b8233,_0x100e7b={'zLREp':_0x3e1e82(0x229),'GTVrZ':_0x3e1e82(0x28f),'NXefi':function(_0x3c658c){return _0x3c658c();},'vFcdC':function(_0x491146,_0x1bdc85){return _0x491146(_0x1bdc85);},'QgBJl':'Screenshot\x20path\x20not\x20found','wKuGl':function(_0x334705,_0xd4c9dc){return _0x334705(_0xd4c9dc);}};_0x100e7b['wKuGl'](isTrue,process[_0x3e1e82(0x235)][_0x3e1e82(0x1ba)])&&!_0x25a04a[_0x3e1e82(0x22b)]&&(_0x25a04a[_0x3e1e82(0x22b)]=!![],_0x25a04a['initSaveScreenshot']=_0x25a04a[_0x3e1e82(0x1c9)],_0x25a04a[_0x3e1e82(0x1c9)]=(_0x5e0ec0,_0x56d497=![])=>{const _0x2c246b=_0x3e1e82,_0x3b7d36={'nhRBA':_0x100e7b[_0x2c246b(0x1e3)],'rYgZD':_0x100e7b[_0x2c246b(0x1cb)],'XOgjZ':function(_0x3d93c8){const _0x401da1=_0x2c246b;return _0x100e7b[_0x401da1(0x24d)](_0x3d93c8);},'xwvMN':function(_0x13b830,_0x3690b8){const _0x36a034=_0x2c246b;return _0x100e7b[_0x36a034(0x232)](_0x13b830,_0x3690b8);},'yLbDp':_0x100e7b[_0x2c246b(0x223)]};return new Promise(function(_0x54645b,_0x2ddee5){const _0x3d96e2=_0x2c246b;_0x25a04a[_0x3d96e2(0x272)](_0x5e0ec0,_0x56d497)[_0x3d96e2(0x1e0)](()=>{const _0x345478=_0x3d96e2,_0x3fcd3f=CodeceptUtils[_0x345478(0x24c)](_0x5e0ec0);if(_0x3fcd3f){const _0x1efa0b=fs[_0x345478(0x253)](_0x3fcd3f);process[_0x345478(0x1bd)](_0x345478(0x21c)+process[_0x345478(0x25a)],{'timestamp':new Date()[_0x345478(0x241)](),'message':_0x1efa0b[_0x345478(0x25c)](_0x3b7d36[_0x345478(0x1ef)]),'kind':_0x3b7d36[_0x345478(0x228)]}),_0x3b7d36[_0x345478(0x23c)](_0x54645b);}_0x3b7d36[_0x345478(0x270)](_0x2ddee5,new Error(_0x3b7d36[_0x345478(0x23b)]));})[_0x3d96e2(0x240)](()=>null);});});},patchWebDriverBefore=_0x16035a=>{const _0x23b6bd=a1_0x3b8233,_0x40bc68={'dbSWL':function(_0x41af08){return _0x41af08();},'pccQe':function(_0x404b95,_0x95ae24){return _0x404b95(_0x95ae24);},'rFbUo':function(_0x500319,_0x2c157d){return _0x500319===_0x2c157d;},'iDFYF':'Element','OCeCP':function(_0x220b98,_0xc3fed4){return _0x220b98(_0xc3fed4);}},_0x598000=async function(_0x1443fe,_0x59132e){const _0xe60514=a1_0x493e;return _0x40bc68[_0xe60514(0x212)](isAccessibilityAutomationSession)&&!global[_0xe60514(0x21f)]&&global[_0xe60514(0x1d8)]&&scripts[_0xe60514(0x1bb)](_0x1443fe[_0xe60514(0x20a)])&&_0x40bc68[_0xe60514(0x208)](shouldPatchExecuteScript,arguments[0x2])&&(global[_0xe60514(0x21f)]=!![],await PerformanceTester[_0xe60514(0x27e)](PerformanceA11yEvents[_0xe60514(0x25f)],async()=>{const _0x4df66c=_0xe60514;logger['debug'](_0x4df66c(0x234)+_0x1443fe['class']+'\x20'+_0x1443fe[_0x4df66c(0x20a)]),await AccessibilityHelper[_0x4df66c(0x218)](_0x16035a,scripts[_0x4df66c(0x236)]);},{'command':_0x1443fe[_0xe60514(0x20a)]})()),global[_0xe60514(0x21f)]=![],_0x59132e[_0xe60514(0x21b)](this,Array[_0xe60514(0x277)][_0xe60514(0x292)][_0xe60514(0x206)](arguments,0x2));},_0x3adf7b=CodeceptWebDriver[_0x23b6bd(0x277)][_0x23b6bd(0x28e)];CodeceptWebDriver[_0x23b6bd(0x277)]['_before']=async function(){const _0x3a2029=_0x23b6bd;try{await _0x3adf7b['apply'](this,arguments);}catch(_0x45fe7f){logger['debug'](_0x3a2029(0x267)+util[_0x3a2029(0x283)](_0x45fe7f));}scripts[_0x3a2029(0x255)][_0x3a2029(0x244)](_0x5093f4=>_0x5093f4[_0x3a2029(0x20a)]&&_0x5093f4[_0x3a2029(0x1ce)])[_0x3a2029(0x24a)](_0xdba2fa=>{const _0x49c6fb=_0x3a2029;this[_0x49c6fb(0x20e)][_0x49c6fb(0x257)](_0xdba2fa['name'],_0x598000['bind'](this,_0xdba2fa),_0x40bc68[_0x49c6fb(0x1fd)](_0xdba2fa['class'],_0x40bc68[_0x49c6fb(0x247)]));}),_0x40bc68[_0x3a2029(0x1be)](processWebDriverConfig,_0x16035a);};},patchPlaywrightBefore=()=>{const _0x42ef5b=a1_0x3b8233;PlaywrightSessionDetails[_0x42ef5b(0x1fb)]();const _0x55a4ea=CodeceptPlaywright[_0x42ef5b(0x277)][_0x42ef5b(0x28e)];CodeceptPlaywright['prototype'][_0x42ef5b(0x28e)]=async function(){const _0x3e64fa=_0x42ef5b;this[_0x3e64fa(0x23a)]=await this[_0x3e64fa(0x20e)][_0x3e64fa(0x260)]()[0x0],await _0x55a4ea['apply'](this,arguments);};},getCodeceptDriver=()=>{const _0x274c22=a1_0x3b8233,_0x5cf352={};_0x5cf352['tACSb']=_0x274c22(0x1d2),_0x5cf352[_0x274c22(0x293)]=_0x274c22(0x21d),_0x5cf352[_0x274c22(0x1d3)]='Puppeteer',_0x5cf352[_0x274c22(0x26e)]=_0x274c22(0x20c);const _0x3eb4cf=_0x5cf352,_0x1b35ad=[_0x3eb4cf[_0x274c22(0x1b9)],_0x3eb4cf[_0x274c22(0x293)],_0x3eb4cf['BdyiW'],_0x3eb4cf[_0x274c22(0x26e)]],_0x5a1e73=_0x1b35ad[_0x274c22(0x231)](_0x26b722=>!!CodeceptJS['container']['helpers'](_0x26b722));if(!_0x5a1e73)return null;return CodeceptJS[_0x274c22(0x1c3)][_0x274c22(0x1e8)](_0x5a1e73);};function a1_0x6110(){const _0x3ff904=['name','executeScript','TestCafe','../../bin/playwright/accessibility-helper','browser','reason','tHiPh','skipSessionStatus','dbSWL','GET_RESULTS_SUMMARY','XBnJG','hook','SDK_PRE_TEST','bddStep-before','browserStackExecuteDriver','__workerDetails','8mNzwho','apply','bs:addLog:','Playwright','SESSION_NAME','bstackAllyScanning','4362290spOXHj','thBuildUuid','TQqPk','QgBJl','codeceptjs/lib/helper/WebDriver.js','step','SDK_POST_TEST','stopMonitoring','rYgZD','base64','../../bin/playwright/sessionDetails','patchSaveScreenshot','dispatcher','jrYue','hxhAZ','afterTest','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','find','vFcdC','test-started','Performing\x20scan\x20for\x20','env','performScan','BROWSERSTACK_TESTHUB_UUID','hLAck','dOtCP','browserContext','yLbDp','XOgjZ','rGktC','1992PYtnpF','warn','catch','toISOString','SDK_TEST','88AxGoTJ','filter','before','codeceptjs/lib/helper/Playwright.js','iDFYF','./o11yHelper','HOOK_RUN_FINISHED','forEach','fireEvent','screenshotOutputFolder','NXefi','Dplda','sDSPA','addRequestSpy','ctx','../../helpers/performance/constants','readFileSync','xSJeW','commandsToWrap','2692278teibgw','overwriteCommand','bddStep','captureError','pid','AQxhb','toString','ymAiv','action','PERFORM_SCAN','contexts','TEST_LOG','MOKel','YeDOQ','getAccessibilityResultsSummary','comment','setSessionStatus','Failed\x20to\x20execute\x20_before:\x20','__skipSessionStatus','SESSION_STATUS','currentTest','failed','BROWSERSTACK_TESTHUB_JWT','AhJwu','IufHJ','iYEpm','xwvMN','Failed\x20in\x20sending\x20TestRunFinish\x20event:\x20','initSaveScreenshot','zhdeb','SYNC','daaBa','xJTjJ','prototype','21189UzGKhv','../../helpers/globals.js','ENV_VAR','YKiFh','./helper.js','640822IbUrbc','measureWrapper','2478714XNvzfJ','stringify','../../helpers/accessibility-automation/helper','VMgQv','format','event','test-skipped','getAccessibilityResults','GET_RESULTS','add','BjAhT','start','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20summary.','winstonLogger','mjhjY','_before','TEST_SCREENSHOT','captureEvent','setGlobal','slice','HcINV','TEST_RUN_SKIPPED','WqUkS','codeceptjs','../../helpers/helper','codeceptjs/lib/index.js','5PvdLBV','../../helpers/performance/performance-tester','thJwtToken','stop','tACSb','BS_TESTOPS_ALLOW_SCREENSHOTS','shouldWrapCommand','all','emit','OCeCP','command','../../helpers/logger','YbgQu','end','container','skipped','passed','BkuIJ','restore','SDK_HOOK','saveScreenshot','skipSessionName','GTVrZ','util','test-after','class','HOOK_RUN_STARTED','CLbTT','ADxYH','WebDriver','BdyiW','LwjPy','Szxti','getSyncScript','gpWIZ','accessibilityPlatform','bddStep-after','KuhEI','TEST_RUN_STARTED','435215SpEexX','arguments','test','wiqFx','then','setSessionName','browserstack_executor:\x20','zLREp','title','yYeAA','hookType','thTestRunUuid','helpers','startMonitoring','INFO','SDK_POST_INITIALIZE','../../helpers/request-spy','550UdJtuH','TEST_RUN_FINISHED','nhRBA','NLYUj','enabled','hook-passed','../../helpers/testhub/constants.js','cclUx','mTBdl','test-failed','info','debug','BjYZs','getResults','patch','SDK_PRE_INITIALIZE','rFbUo','OAmgO','titlePath','cfcCB','ElXPN','browserstackTestName','constructor','hook-failed','jybtg','call','after','pccQe','SAVE_RESULTS'];a1_0x6110=function(){return _0x3ff904;};return a1_0x6110();}module['exports']=function(_0x1bed47){const _0x51a246=a1_0x3b8233,_0x1bc3d5={'sDSPA':function(_0x4bee83){return _0x4bee83();},'hxhAZ':function(_0xee6a04,_0x4c8c9f){return _0xee6a04(_0x4c8c9f);},'jybtg':_0x51a246(0x264),'knDYI':_0x51a246(0x28b),'zrvdp':_0x51a246(0x286),'aLNfQ':'Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','hJvXx':function(_0x5c2b82,_0x523ca4){return _0x5c2b82(_0x523ca4);},'dOtCP':'hook-started','mjhjY':_0x51a246(0x1f2),'yYeAA':_0x51a246(0x204),'ymAiv':_0x51a246(0x202),'MOKel':function(_0x108bde){return _0x108bde();},'WqUkS':'test-before','CLbTT':function(_0x39b3a9){return _0x39b3a9();},'iYEpm':function(_0x84775d,_0x110cc6,_0x55a1ee){return _0x84775d(_0x110cc6,_0x55a1ee);},'AQxhb':_0x51a246(0x233),'cclUx':function(_0x498b35,_0xa9c74,_0x2173d1){return _0x498b35(_0xa9c74,_0x2173d1);},'GKnHv':'test-passed','ADxYH':function(_0x5b3a95){return _0x5b3a95();},'mTBdl':function(_0x5336dd,_0x46a1ed,_0x4d99b9,_0x53cab0){return _0x5336dd(_0x46a1ed,_0x4d99b9,_0x53cab0);},'ElXPN':function(_0x2ffb15,_0x4bad98){return _0x2ffb15===_0x4bad98;},'tHiPh':'Suite','wiqFx':_0x51a246(0x1f6),'zhdeb':_0x51a246(0x285),'gPIhH':_0x51a246(0x22f),'rGktC':function(_0x1a26b7,_0x21b8f6,_0x5b3018){return _0x1a26b7(_0x21b8f6,_0x5b3018);},'LwjPy':function(_0x24dcea){return _0x24dcea();},'xJTjJ':_0x51a246(0x230),'YKiFh':_0x51a246(0x1cd),'dMNqW':_0x51a246(0x1ea),'VMgQv':_0x51a246(0x261),'xSJeW':'step-comment','XBnJG':_0x51a246(0x217),'daaBa':_0x51a246(0x1d9),'wLsYq':function(_0xe534d1){return _0xe534d1();},'jrYue':'Playwright'};_0x1bed47['skipSessionStatus']&&(global[_0x51a246(0x268)]=_0x1bed47[_0x51a246(0x211)]);PerformanceTester[_0x51a246(0x1e9)]();const _0x20862a=_0x1bc3d5['wLsYq'](getCodeceptDriver),_0x1d0dd1=new O11yHelper(_0x20862a,_0x1bed47),_0x54cd64=!!CodeceptJS[_0x51a246(0x1c3)][_0x51a246(0x1e8)](_0x1bc3d5[_0x51a246(0x22d)]);global['__driver']=_0x20862a,_0x20862a&&(PerformanceTester[_0x51a246(0x27e)](PerformanceEvents[_0x51a246(0x1fc)],()=>{const _0x5a0020=_0x51a246;_0x54cd64?_0x1bc3d5[_0x5a0020(0x24f)](patchPlaywrightBefore):_0x1bc3d5[_0x5a0020(0x22e)](patchWebDriverBefore,_0x20862a);})(),PerformanceTester['measureWrapper'](PerformanceEvents[_0x51a246(0x1eb)],()=>{const _0x1d8937=_0x51a246,_0x2a1585={};_0x2a1585[_0x1d8937(0x263)]=_0x1bc3d5['zrvdp'],_0x2a1585[_0x1d8937(0x1c1)]=_0x1bc3d5['aLNfQ'];const _0x51db6c=_0x2a1585;_0x20862a[_0x1d8937(0x264)]=async()=>{const _0x2241b6=_0x1d8937;if(global[_0x2241b6(0x1d8)]){const _0x5f49c6={};_0x5f49c6[_0x2241b6(0x1bf)]=_0x1bc3d5[_0x2241b6(0x205)],await PerformanceTester[_0x2241b6(0x27e)](PerformanceA11yEvents[_0x2241b6(0x25f)],async()=>{const _0x3cb3af=_0x2241b6;await AccessibilityHelper[_0x3cb3af(0x218)](_0x20862a,scripts['performScan']);},_0x5f49c6)(),await PerformanceTester[_0x2241b6(0x27e)](PerformanceA11yEvents[_0x2241b6(0x213)],async()=>{await AccessibilityHelper['browserStackExecuteDriver'](_0x20862a,scripts['getResultsSummary']);})();}else return logger['warn'](_0x1bc3d5['knDYI']),{};},_0x20862a['getAccessibilityResults']=async()=>{const _0x334429=_0x1d8937;if(global[_0x334429(0x1d8)]){const _0x29a708={};_0x29a708[_0x334429(0x1bf)]=_0x51db6c[_0x334429(0x263)],await PerformanceTester[_0x334429(0x27e)](PerformanceA11yEvents[_0x334429(0x25f)],async()=>{const _0x116931=_0x334429;await AccessibilityHelper[_0x116931(0x218)](_0x20862a,scripts[_0x116931(0x236)]);},_0x29a708)(),await PerformanceTester[_0x334429(0x27e)](PerformanceA11yEvents[_0x334429(0x287)],async()=>{const _0x4b4a74=_0x334429;await AccessibilityHelper[_0x4b4a74(0x218)](_0x20862a,scripts[_0x4b4a74(0x1fa)]);})();}else return logger[_0x334429(0x23f)](_0x51db6c[_0x334429(0x1c1)]),{};},_0x1bc3d5['hJvXx'](patchSaveScreenshot,_0x20862a);})()),CodeceptJS[_0x51a246(0x284)][_0x51a246(0x22c)]['on'](CodeceptJS[_0x51a246(0x284)][_0x51a246(0x1bc)][_0x51a246(0x245)],()=>{const _0x1e0930=_0x51a246;PerformanceTester[_0x1e0930(0x28a)](PerformanceEvents[_0x1e0930(0x216)]);try{_0x1d0dd1[_0x1e0930(0x28a)](),testOpsHelper[_0x1e0930(0x250)](),PerformanceTester[_0x1e0930(0x1c2)](PerformanceEvents[_0x1e0930(0x216)]);}catch(_0x36fcaa){PerformanceTester[_0x1e0930(0x259)](_0x36fcaa),PerformanceTester[_0x1e0930(0x1c2)](PerformanceEvents[_0x1e0930(0x216)],![],_0x36fcaa);}}),CodeceptJS[_0x51a246(0x284)]['dispatcher']['on'](CodeceptJS[_0x51a246(0x284)][_0x51a246(0x1bc)][_0x51a246(0x207)],async()=>{const _0x426026=_0x51a246;PerformanceTester[_0x426026(0x28a)](PerformanceEvents[_0x426026(0x226)]);try{requestSpy[_0x426026(0x1c7)](),await _0x1d0dd1[_0x426026(0x1b8)](),PerformanceTester['end'](PerformanceEvents[_0x426026(0x226)]);}catch(_0x334328){PerformanceTester['captureError'](_0x334328),PerformanceTester[_0x426026(0x1c2)](PerformanceEvents[_0x426026(0x226)],![],_0x334328);}finally{PerformanceTester[_0x426026(0x227)]();}}),CodeceptJS['event'][_0x51a246(0x22c)]['on'](CodeceptJS['event']['hook']['started'],_0x421c23=>{const _0x1763f0=_0x51a246;PerformanceTester[_0x1763f0(0x28a)](PerformanceEvents[_0x1763f0(0x1c8)]);try{const _0x8104fa=_0x421c23[_0x1763f0(0x251)][_0x1763f0(0x1de)],_0x32635c=_0x1d0dd1[_0x1763f0(0x290)](TEST_EVENTS[_0x1763f0(0x1cf)],_0x8104fa);CodeceptRecorder[_0x1763f0(0x288)](()=>_0x1d0dd1[_0x1763f0(0x24b)](TEST_EVENTS[_0x1763f0(0x1cf)],_0x32635c));const _0x4365af={};_0x4365af[_0x1763f0(0x1e6)]=_0x1bc3d5[_0x1763f0(0x239)],PerformanceTester[_0x1763f0(0x1c2)](PerformanceEvents[_0x1763f0(0x1c8)],!![],null,_0x4365af);}catch(_0x8ccc67){const _0x5b8542={};_0x5b8542[_0x1763f0(0x1e6)]=_0x1bc3d5['dOtCP'],PerformanceTester[_0x1763f0(0x1c2)](PerformanceEvents[_0x1763f0(0x1c8)],![],_0x8ccc67,_0x5b8542),PerformanceTester['captureError'](_0x8ccc67);}}),CodeceptJS[_0x51a246(0x284)][_0x51a246(0x22c)]['on'](CodeceptJS[_0x51a246(0x284)][_0x51a246(0x215)][_0x51a246(0x1c5)],_0x255c4c=>{const _0xd23e86=_0x51a246,_0x1ff89f={};_0x1ff89f['hookType']=_0x1bc3d5['mjhjY'],PerformanceTester[_0xd23e86(0x28a)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x1ff89f);try{const _0x43d3ac=_0x255c4c[_0xd23e86(0x251)][_0xd23e86(0x1de)],_0x147068=_0x1d0dd1[_0xd23e86(0x290)](TEST_EVENTS[_0xd23e86(0x249)],_0x43d3ac);CodeceptRecorder[_0xd23e86(0x288)](()=>_0x1d0dd1[_0xd23e86(0x24b)](TEST_EVENTS[_0xd23e86(0x249)],_0x147068));const _0x3b3d48={};_0x3b3d48['hookType']=_0x1bc3d5[_0xd23e86(0x28d)],PerformanceTester[_0xd23e86(0x1c2)](PerformanceHookEvents[_0xd23e86(0x1c8)],!![],null,_0x3b3d48);}catch(_0x3e9ee6){PerformanceTester[_0xd23e86(0x259)](_0x3e9ee6);const _0x2f23f2={};_0x2f23f2['hookType']=_0x1bc3d5[_0xd23e86(0x28d)],PerformanceTester[_0xd23e86(0x1c2)](PerformanceHookEvents[_0xd23e86(0x1c8)],![],_0x3e9ee6,_0x2f23f2);}}),CodeceptJS[_0x51a246(0x284)]['dispatcher']['on'](CodeceptJS[_0x51a246(0x284)][_0x51a246(0x215)][_0x51a246(0x26b)],async(_0x59a92a,_0x33ac55)=>{const _0x4e4c4c=_0x51a246;PerformanceTester[_0x4e4c4c(0x28a)](PerformanceHookEvents['SDK_HOOK']);try{const _0x59a88d=_0x59a92a[_0x4e4c4c(0x251)][_0x4e4c4c(0x1de)],_0x3142fb=_0x1d0dd1['captureEvent'](TEST_EVENTS['HOOK_RUN_FINISHED'],_0x59a88d,_0x33ac55);CodeceptRecorder[_0x4e4c4c(0x288)](()=>_0x1d0dd1[_0x4e4c4c(0x24b)](TEST_EVENTS['HOOK_RUN_FINISHED'],_0x3142fb));const _0x4f546e={};_0x4f546e[_0x4e4c4c(0x1e6)]=_0x1bc3d5[_0x4e4c4c(0x1e5)],PerformanceTester[_0x4e4c4c(0x28a)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x4f546e);}catch(_0x28cd35){PerformanceTester['captureError'](_0x28cd35);const _0x1f22fb={};_0x1f22fb[_0x4e4c4c(0x1e6)]=_0x1bc3d5[_0x4e4c4c(0x1e5)],PerformanceTester[_0x4e4c4c(0x1c2)](PerformanceHookEvents[_0x4e4c4c(0x1c8)],![],_0x28cd35,_0x1f22fb);}const _0x1d764b={};_0x1d764b[_0x4e4c4c(0x1e6)]=_0x1bc3d5['yYeAA'],PerformanceTester[_0x4e4c4c(0x1c2)](PerformanceHookEvents[_0x4e4c4c(0x1c8)],!![],null,_0x1d764b);}),CodeceptJS[_0x51a246(0x284)][_0x51a246(0x22c)]['on'](CodeceptJS[_0x51a246(0x284)][_0x51a246(0x1de)][_0x51a246(0x245)],_0x580bcf=>{const _0xb22571=_0x51a246;PerformanceTester[_0xb22571(0x28a)](PerformanceHookEvents[_0xb22571(0x1c8)]);try{globals['setGlobal'](_0x1bc3d5[_0xb22571(0x25d)],_0x580bcf[_0xb22571(0x1e4)]);_0x1bc3d5[_0xb22571(0x262)](isBrowserstackInfra)&&(_0x54cd64&&(global[_0xb22571(0x219)]={'currentTest':{'name':_0x580bcf[_0xb22571(0x1e4)],'testInfo':{'titlePath':_0x580bcf[_0xb22571(0x1ff)]()}}}));const _0x47c049={};_0x47c049[_0xb22571(0x1e6)]=_0x1bc3d5[_0xb22571(0x295)],PerformanceTester[_0xb22571(0x1c2)](PerformanceHookEvents[_0xb22571(0x1c8)],!![],null,_0x47c049);}catch(_0x29e0d9){PerformanceTester['captureError'](_0x29e0d9);const _0x14efad={};_0x14efad['hookType']=_0x1bc3d5[_0xb22571(0x295)],PerformanceTester['end'](PerformanceHookEvents[_0xb22571(0x1c8)],![],_0x29e0d9,_0x14efad);}}),CodeceptJS[_0x51a246(0x284)][_0x51a246(0x22c)]['on'](CodeceptJS[_0x51a246(0x284)][_0x51a246(0x1de)]['started'],_0x2331d2=>{const _0x5689e0=_0x51a246,_0x1e721a={'BDZXM':function(_0x48e407){const _0x32fb8d=a1_0x493e;return _0x1bc3d5[_0x32fb8d(0x1d0)](_0x48e407);},'cfcCB':function(_0x273b82,_0xa06b67){return _0x1bc3d5['hxhAZ'](_0x273b82,_0xa06b67);},'BjAhT':function(_0x48cc42,_0xa7f545,_0x589991){const _0x39b14d=a1_0x493e;return _0x1bc3d5[_0x39b14d(0x26f)](_0x48cc42,_0xa7f545,_0x589991);}};PerformanceTester['start'](PerformanceHookEvents[_0x5689e0(0x1c8)]);try{globals[_0x5689e0(0x291)](_0x1bc3d5[_0x5689e0(0x25d)],_0x2331d2[_0x5689e0(0x1e4)]);const _0x28c192=_0x1d0dd1[_0x5689e0(0x290)](TEST_EVENTS['TEST_RUN_STARTED'],_0x2331d2);CodeceptRecorder['add'](()=>_0x1d0dd1['fireEvent'](TEST_EVENTS[_0x5689e0(0x1db)],_0x28c192)),CodeceptRecorder[_0x5689e0(0x288)](async()=>{const _0x27c0d5=_0x5689e0;_0x1e721a['BDZXM'](isBrowserstackInfra)&&(!_0x1e721a[_0x27c0d5(0x200)](isTrue,_0x1bed47[_0x27c0d5(0x1ca)])&&await _0x1e721a[_0x27c0d5(0x289)](markSessionName,_0x20862a,_0x2331d2[_0x27c0d5(0x1e4)]),_0x1d0dd1[_0x27c0d5(0x1f1)]&&await _0x1e721a[_0x27c0d5(0x200)](o11ySync,_0x20862a));});}catch(_0x1fc9ab){const _0x2d924f={};_0x2d924f[_0x5689e0(0x1e6)]=_0x1bc3d5[_0x5689e0(0x25b)],PerformanceTester[_0x5689e0(0x1c2)](PerformanceHookEvents[_0x5689e0(0x1c8)],![],_0x1fc9ab,_0x2d924f),PerformanceTester[_0x5689e0(0x259)](_0x1fc9ab);}const _0x279ea4={};_0x279ea4[_0x5689e0(0x1e6)]=_0x1bc3d5['AQxhb'],PerformanceTester[_0x5689e0(0x1c2)](PerformanceHookEvents[_0x5689e0(0x1c8)],!![],null,_0x279ea4);}),CodeceptJS[_0x51a246(0x284)]['dispatcher']['on'](CodeceptJS[_0x51a246(0x284)]['test'][_0x51a246(0x1c5)],_0x13df37=>{const _0x24216d=_0x51a246,_0x563e7b={'Dplda':function(_0x5a4330,_0xe667e,_0x1f2512){const _0x292be8=a1_0x493e;return _0x1bc3d5[_0x292be8(0x26f)](_0x5a4330,_0xe667e,_0x1f2512);},'AhJwu':function(_0x527de9,_0x458ca1,_0x35f2a3){const _0x5ced90=a1_0x493e;return _0x1bc3d5[_0x5ced90(0x1f4)](_0x527de9,_0x458ca1,_0x35f2a3);},'NLYUj':function(_0x3fc34c){const _0x22032e=a1_0x493e;return _0x1bc3d5[_0x22032e(0x24f)](_0x3fc34c);}};PerformanceTester[_0x24216d(0x28a)](PerformanceHookEvents[_0x24216d(0x1c8)]);try{const _0x34fb36=_0x1d0dd1['captureEvent'](TEST_EVENTS[_0x24216d(0x1ee)],_0x13df37);CodeceptRecorder[_0x24216d(0x288)](()=>_0x1d0dd1[_0x24216d(0x24b)](TEST_EVENTS[_0x24216d(0x1ee)],_0x34fb36)),CodeceptRecorder[_0x24216d(0x288)](async()=>{const _0xd0eb5f=_0x24216d;_0x563e7b[_0xd0eb5f(0x1f0)](isBrowserstackInfra)&&await PerformanceTester['measureWrapper'](PerformanceAutEvents[_0xd0eb5f(0x269)],async()=>{const _0x38c1a0=_0xd0eb5f;_0x54cd64?await _0x563e7b[_0x38c1a0(0x24e)](playwrightMarkSessionStatus,_0x20862a,STATE_PASSED):await _0x563e7b[_0x38c1a0(0x26d)](markSessionStatus,_0x20862a,STATE_PASSED);})();}),PerformanceTester[_0x24216d(0x1c2)](PerformanceEvents[_0x24216d(0x242)]);}catch(_0x266462){PerformanceTester['captureError'](_0x266462);const _0x42e255={};_0x42e255[_0x24216d(0x1e6)]=_0x1bc3d5['GKnHv'],PerformanceTester[_0x24216d(0x1c2)](PerformanceHookEvents[_0x24216d(0x1c8)],![],_0x266462,_0x42e255),PerformanceTester[_0x24216d(0x1c2)](PerformanceEvents[_0x24216d(0x242)],![],_0x266462);}const _0x498a7c={};_0x498a7c[_0x24216d(0x1e6)]=_0x1bc3d5['GKnHv'],PerformanceTester[_0x24216d(0x1c2)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x498a7c);}),CodeceptJS[_0x51a246(0x284)][_0x51a246(0x22c)]['on'](CodeceptJS[_0x51a246(0x284)]['test'][_0x51a246(0x26b)],(_0x2ff472,_0x2afdaa)=>{const _0xb1785e=_0x51a246;PerformanceTester[_0xb1785e(0x28a)](PerformanceHookEvents[_0xb1785e(0x1c8)]);try{if(_0x1bc3d5[_0xb1785e(0x201)](_0x2ff472['constructor']['name'],_0x1bc3d5[_0xb1785e(0x210)])){const _0x51f799=_0x1d0dd1[_0xb1785e(0x290)](TEST_EVENTS[_0xb1785e(0x294)],_0x2ff472['ctx'][_0xb1785e(0x26a)]);CodeceptRecorder[_0xb1785e(0x288)](()=>_0x1d0dd1[_0xb1785e(0x24b)](TEST_EVENTS[_0xb1785e(0x294)],_0x51f799));}else{const _0x40ca50=_0x1d0dd1['captureEvent'](TEST_EVENTS[_0xb1785e(0x1ee)],_0x2ff472,_0x2afdaa);CodeceptRecorder['add'](()=>{const _0x23889e=_0xb1785e;try{_0x1d0dd1[_0x23889e(0x24b)](TEST_EVENTS[_0x23889e(0x1ee)],_0x40ca50);}catch(_0x9cd3d1){logger[_0x23889e(0x1f8)](_0x23889e(0x271)+util[_0x23889e(0x283)](_0x9cd3d1)),PerformanceTester[_0x23889e(0x1c2)](PerformanceEvents[_0x23889e(0x242)],![],_0x9cd3d1);}}),CodeceptRecorder[_0xb1785e(0x288)](async()=>{const _0x3307d7=_0xb1785e;try{_0x1bc3d5[_0x3307d7(0x1d1)](isBrowserstackInfra)&&(_0x54cd64?await _0x1bc3d5['mTBdl'](playwrightMarkSessionStatus,_0x20862a,STATE_FAILED,_0x2afdaa):await _0x1bc3d5[_0x3307d7(0x1f5)](markSessionStatus,_0x20862a,STATE_FAILED,_0x2afdaa));}catch(_0x111a2f){logger[_0x3307d7(0x1f8)]('Failed\x20in\x20marking\x20session\x20status\x20of\x20test:\x20'+util[_0x3307d7(0x283)](_0x111a2f)),PerformanceTester[_0x3307d7(0x1c2)](PerformanceEvents[_0x3307d7(0x242)],![],_0x111a2f);}});}PerformanceTester[_0xb1785e(0x1c2)](PerformanceEvents[_0xb1785e(0x242)]);}catch(_0x5667b9){PerformanceTester['captureError'](_0x5667b9);const _0x2296bf={};_0x2296bf[_0xb1785e(0x1e6)]=_0x1bc3d5[_0xb1785e(0x1df)],PerformanceTester[_0xb1785e(0x1c2)](PerformanceHookEvents['SDK_HOOK'],![],_0x5667b9,_0x2296bf),PerformanceTester['end'](PerformanceEvents['SDK_TEST'],![],_0x5667b9);}const _0x4b9934={};_0x4b9934['hookType']=_0x1bc3d5[_0xb1785e(0x1df)],PerformanceTester[_0xb1785e(0x1c2)](PerformanceHookEvents[_0xb1785e(0x1c8)],!![],null,_0x4b9934);}),CodeceptJS[_0x51a246(0x284)][_0x51a246(0x22c)]['on'](CodeceptJS['event']['test'][_0x51a246(0x1c4)],_0x3917bb=>{const _0x1091c0=_0x51a246;PerformanceTester[_0x1091c0(0x28a)](PerformanceHookEvents[_0x1091c0(0x1c8)]);try{const _0x2bde51=_0x1d0dd1[_0x1091c0(0x290)](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x3917bb);CodeceptRecorder[_0x1091c0(0x288)](()=>_0x1d0dd1['fireEvent'](TEST_EVENTS[_0x1091c0(0x294)],_0x2bde51)),PerformanceTester[_0x1091c0(0x1c2)](PerformanceEvents[_0x1091c0(0x242)]);}catch(_0x3ea597){PerformanceTester[_0x1091c0(0x259)](_0x3ea597),PerformanceTester[_0x1091c0(0x1c2)](PerformanceEvents[_0x1091c0(0x242)],![],_0x3ea597);const _0x1503e9={};_0x1503e9[_0x1091c0(0x1e6)]=_0x1bc3d5[_0x1091c0(0x273)],PerformanceTester[_0x1091c0(0x1c2)](PerformanceHookEvents[_0x1091c0(0x1c8)],![],_0x3ea597,_0x1503e9);}const _0x495419={};_0x495419[_0x1091c0(0x1e6)]=_0x1bc3d5[_0x1091c0(0x273)],PerformanceTester[_0x1091c0(0x1c2)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x495419);}),CodeceptJS[_0x51a246(0x284)]['dispatcher']['on'](CodeceptJS['event']['test']['after'],async(_0x52543c,_0x135341)=>{const _0x5c02e5=_0x51a246,_0x244252={};_0x244252['KuhEI']=_0x1bc3d5['gPIhH'];const _0x3a2c1c=_0x244252;try{PerformanceTester[_0x5c02e5(0x28a)](PerformanceHookEvents[_0x5c02e5(0x1c8)]);const _0x4e7be4=_0x1bc3d5[_0x5c02e5(0x23d)](shouldScanTestForAccessibility,_0x52543c[_0x5c02e5(0x1ff)](),!![]);if(_0x1bc3d5[_0x5c02e5(0x1d4)](isAccessibilityAutomationSession)&&global['accessibilityPlatform']&&_0x4e7be4){const _0x216d23={};_0x216d23[_0x5c02e5(0x1e7)]=_0x52543c['testAnalyticsId'],_0x216d23[_0x5c02e5(0x221)]=process[_0x5c02e5(0x235)][testHubConstants['ENV_VAR'][_0x5c02e5(0x237)]],_0x216d23[_0x5c02e5(0x1b7)]=process['env'][testHubConstants[_0x5c02e5(0x27a)][_0x5c02e5(0x26c)]];const _0x1c65e3=_0x216d23;logger[_0x5c02e5(0x1f8)]('Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20'+JSON[_0x5c02e5(0x280)](_0x1c65e3)),CodeceptRecorder[_0x5c02e5(0x288)](async()=>{const _0x434364=_0x5c02e5,_0x395949={};_0x395949[_0x434364(0x1bf)]=_0x3a2c1c[_0x434364(0x1da)],await PerformanceTester['measureWrapper'](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x309724=_0x434364;await AccessibilityHelper[_0x309724(0x218)](_0x20862a,scripts[_0x309724(0x236)]);},_0x395949)(),await PerformanceTester[_0x434364(0x27e)](PerformanceA11yEvents[_0x434364(0x209)],async()=>{await AccessibilityHelper['browserStackExecuteDriver'](_0x20862a,scripts['saveTestResults'],_0x1c65e3);})();}),logger[_0x5c02e5(0x1f7)](_0x1bc3d5[_0x5c02e5(0x276)]);}const _0x50ec3d={};_0x50ec3d[_0x5c02e5(0x1e6)]=_0x1bc3d5[_0x5c02e5(0x27b)],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x50ec3d);}catch(_0x109d4f){PerformanceTester[_0x5c02e5(0x259)](_0x109d4f);const _0x51d82e={};_0x51d82e[_0x5c02e5(0x1e6)]=_0x1bc3d5[_0x5c02e5(0x27b)],PerformanceTester[_0x5c02e5(0x1c2)](PerformanceHookEvents[_0x5c02e5(0x1c8)],![],_0x109d4f,_0x51d82e);}}),CodeceptJS[_0x51a246(0x284)][_0x51a246(0x22c)]['on'](CodeceptJS[_0x51a246(0x284)][_0x51a246(0x225)][_0x51a246(0x265)],_0x43d32e=>{const _0x3e1b89=_0x51a246;PerformanceTester[_0x3e1b89(0x28a)](PerformanceHookEvents['SDK_HOOK']);try{process[_0x3e1b89(0x1bd)](_0x3e1b89(0x21c)+process[_0x3e1b89(0x25a)],{'timestamp':new Date()[_0x3e1b89(0x241)](),'level':_0x1bc3d5['dMNqW'],'message':_0x43d32e,'kind':_0x1bc3d5[_0x3e1b89(0x282)],'http_response':{}});}catch(_0x50d281){PerformanceTester['captureError'](_0x50d281);const _0x34b338={};_0x34b338[_0x3e1b89(0x1e6)]=_0x1bc3d5['xSJeW'],PerformanceTester['end'](PerformanceHookEvents[_0x3e1b89(0x1c8)],![],_0x50d281,_0x34b338);}const _0x49681c={};_0x49681c[_0x3e1b89(0x1e6)]=_0x1bc3d5[_0x3e1b89(0x254)],PerformanceTester[_0x3e1b89(0x1c2)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x49681c);}),CodeceptJS[_0x51a246(0x284)][_0x51a246(0x22c)]['on'](CodeceptJS[_0x51a246(0x284)][_0x51a246(0x258)][_0x51a246(0x245)],_0x2e63a5=>{const _0x43cc07=_0x51a246,_0x5ca2ba={};_0x5ca2ba[_0x43cc07(0x1e6)]=_0x1bc3d5[_0x43cc07(0x214)],PerformanceTester['measureWrapper'](PerformanceHookEvents[_0x43cc07(0x1c8)],()=>{_0x1d0dd1['bddStepStart'](_0x2e63a5);},_0x5ca2ba)();}),CodeceptJS[_0x51a246(0x284)][_0x51a246(0x22c)]['on'](CodeceptJS['event']['bddStep']['after'],_0x54681e=>{const _0x4da19a=_0x51a246,_0x79b7aa={};_0x79b7aa[_0x4da19a(0x1e6)]=_0x1bc3d5[_0x4da19a(0x275)],PerformanceTester[_0x4da19a(0x27e)](PerformanceHookEvents[_0x4da19a(0x1c8)],()=>{_0x1d0dd1['bddStepFinish'](_0x54681e);},_0x79b7aa)();});};
|
|
1
|
+
const a1_0x5bd2b7=a1_0x5d70;function a1_0x2d4f(){const _0x178380=['enabled','YYEVj','test-skipped','iddSZ','TEST_SCREENSHOT','bRbTB','browserstackTestName','test-failed','GET_RESULTS_SUMMARY','bddStepFinish','testAnalyticsId','thJwtToken','csEPr','slice','SCdsM','dispatcher','UosoT','debug','Screenshot\x20path\x20not\x20found','21321QEhfov','35256HEbgUq','after','slEnV','initSaveScreenshot','ygjeh','start','overwriteCommand','end','codeceptjs/lib/index.js','PERFORM_SCAN','exports','4teHfvY','fireEvent','commandsToWrap','sgnwW','ZGUdG','721CkWxVY','hook-started','getAccessibilityResultsSummary','whCoq','name','codeceptjs','class','Element','measureWrapper','saveScreenshot','shouldWrapCommand','info','7744vpQvMu','WebDriver','add','./o11yHelper','TEST_LOG','test-after','cFNiy','helpers','SDK_PRE_TEST','skipped','Failed\x20to\x20execute\x20_before:\x20','then','thBuildUuid','BROWSERSTACK_TESTHUB_JWT','getResultsSummary','oDzis','DvHKf','captureError','stringify','Failed\x20in\x20sending\x20TestRunFinish\x20event:\x20','xjQRf','SDK_PRE_INITIALIZE','lbggN','bddStep-after','../../helpers/test-observability/utils','all','util','hzYDw','2705046dAoNqG','filter','Performing\x20scan\x20for\x20','SSZsH','TEST_RUN_FINISHED','gjPbO','BS_TESTOPS_ALLOW_SCREENSHOTS','command','JjeVl','ctx','warn','./helper.js','qLGav','stopMonitoring','toISOString','atlJh','stop','RgdSB','Failed\x20in\x20marking\x20session\x20status\x20of\x20test:\x20','readFileSync','__workerDetails','_before','OizJP','passed','tGOpV','GET_RESULTS','apply','../../helpers/logger','../../helpers/accessibility-automation/helper','rgpzC','SDK_POST_INITIALIZE','getResults','IBVaa','VaGoI','SDK_POST_TEST','saveTestResults','HOOK_RUN_FINISHED','browserstack_executor:\x20','Fvlsz','../../helpers/testhub/constants.js','bind','../../bin/playwright/sessionDetails','constructor','event','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','iGuOS','bddStep','skipSessionName','osnqm','TEST_RUN_STARTED','../../helpers/accessibility-automation/scripts','hookType','../../helpers/helper','wJPYg','COuMw','../../helpers/performance/performance-tester','4VjOGgN','hook','status','TestCafe','TEST_RUN_SKIPPED','yAHGK','eAVRt','call','thTestRunUuid','GVHpY','titlePath','208209CZpOfn','codeceptjs/lib/helper/WebDriver.js','JgWxP','YmJFU','failed','bs:addLog:','pUVnb','170iqHWsS','8004phQApg','INFO','jifSj','IyakT','qdyPH','arguments','ENV_VAR','BaujN','bstackAllyScanning','contexts','SESSION_NAME','1045345DTLmCI','browserStackExecuteDriver','hook-failed','trSmO','SESSION_STATUS','../../helpers/globals.js','restore','patchSaveScreenshot','jYzOK','action','afterTest','Suite','PgpOT','SDK_TEST','format','currentTest','Playwright','prototype','getSyncScript','uDvXX','WxdTt','obmvU','ugYQR','lhnkq','pid','browser','Xexwf','started','NWRuO','../../bin/playwright/accessibility-helper','hook-passed','executeScript','wZDwv','setGlobal','../../helpers/performance/constants','MxxfI','fojVc','GLIuh','accessibilityPlatform','before','getAccessibilityResults','SAVE_RESULTS','performScan','tClbT','1999566pFHzXX','fyhnh','cmGza','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','FpXwE','winstonLogger','bYrAr','test-before','__driver','catch','captureEvent','bddStep-before','env','comment','HodDo','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20summary.','EdEYN','wwuYD','codeceptjs/lib/helper/Playwright.js','title','Puppeteer','step-comment','forEach','codeceptjs/lib/utils.js','skipSessionStatus','DhQfb','emit','container','test','SDK_HOOK','__skipSessionStatus','codeceptjs/lib/recorder.js','diVbt'];a1_0x2d4f=function(){return _0x178380;};return a1_0x2d4f();}(function(_0x58c328,_0x138e7e){const _0x1d50e5=a1_0x5d70,_0x1c843b=_0x58c328();while(!![]){try{const _0x5aeeb8=-parseInt(_0x1d50e5(0x2b2))/0x1*(-parseInt(_0x1d50e5(0x2a7))/0x2)+parseInt(_0x1d50e5(0x202))/0x3+-parseInt(_0x1d50e5(0x242))/0x4*(parseInt(_0x1d50e5(0x2c5))/0x5)+-parseInt(_0x1d50e5(0x26f))/0x6+parseInt(_0x1d50e5(0x247))/0x7*(parseInt(_0x1d50e5(0x237))/0x8)+-parseInt(_0x1d50e5(0x236))/0x9*(parseInt(_0x1d50e5(0x2b9))/0xa)+-parseInt(_0x1d50e5(0x253))/0xb*(parseInt(_0x1d50e5(0x2ba))/0xc);if(_0x5aeeb8===_0x138e7e)break;else _0x1c843b['push'](_0x1c843b['shift']());}catch(_0x23b30e){_0x1c843b['push'](_0x1c843b['shift']());}}}(a1_0x2d4f,0x59a06));const fs=require('fs'),util=require(a1_0x5bd2b7(0x26d)),{requireModule,markSessionStatus,isUndefined,isTrue,isBrowserstackInfra}=require(a1_0x5bd2b7(0x2a3)),logger=require(a1_0x5bd2b7(0x28a))[a1_0x5bd2b7(0x207)],testOpsHelper=require(a1_0x5bd2b7(0x26b)),requestSpy=require('../../helpers/request-spy'),PlaywrightSessionDetails=require(a1_0x5bd2b7(0x298)),{O11yHelper,TEST_EVENTS,STATE_PASSED,STATE_FAILED}=require(a1_0x5bd2b7(0x256)),{shouldScanTestForAccessibility,isAccessibilityAutomationSession}=require(a1_0x5bd2b7(0x28b)),AccessibilityHelper=require(a1_0x5bd2b7(0x1f3)),scripts=require(a1_0x5bd2b7(0x2a1)),PerformanceTester=require(a1_0x5bd2b7(0x2a6)),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceHookEvents}=require(a1_0x5bd2b7(0x1f8)),{processWebDriverConfig,shouldPatchExecuteScript}=require(a1_0x5bd2b7(0x27a)),testHubConstants=require(a1_0x5bd2b7(0x296)),globals=require(a1_0x5bd2b7(0x2ca)),CodeceptJS=requireModule(a1_0x5bd2b7(0x23f),a1_0x5bd2b7(0x24c)),CodeceptUtils=requireModule(a1_0x5bd2b7(0x219),a1_0x5bd2b7(0x24c)),CodeceptWebDriver=requireModule(a1_0x5bd2b7(0x2b3),'codeceptjs'),CodeceptRecorder=requireModule(a1_0x5bd2b7(0x221),'codeceptjs'),CodeceptPlaywright=requireModule(a1_0x5bd2b7(0x214),'codeceptjs'),playwrightMarkSessionStatus=(_0x45b809,_0x8535c6,_0x4345b1)=>{const _0x18ff89=a1_0x5bd2b7,_0x5ac4f6={'PgpOT':'setSessionStatus','YTZAn':function(_0x262932,_0x242c19){return _0x262932(_0x242c19);}},_0x207ef8={};_0x207ef8[_0x18ff89(0x2a9)]=_0x8535c6;const _0x31855d={};_0x31855d[_0x18ff89(0x2ce)]=_0x5ac4f6[_0x18ff89(0x2d1)],_0x31855d[_0x18ff89(0x2bf)]=_0x207ef8;const _0x37a0c4=_0x31855d;return!_0x5ac4f6['YTZAn'](isUndefined,_0x4345b1)&&(_0x37a0c4[_0x18ff89(0x2bf)]['reason']=JSON[_0x18ff89(0x265)](_0x4345b1)),_0x45b809[_0x18ff89(0x1f5)](()=>{},_0x18ff89(0x294)+JSON[_0x18ff89(0x265)](_0x37a0c4));},o11ySync=PerformanceTester[a1_0x5bd2b7(0x24f)](PerformanceO11yEvents['SYNC'],async _0x569ac1=>{const _0x52aed5=a1_0x5bd2b7,_0x17d2b3={};_0x17d2b3['IyakT']=function(_0x4ca770,_0x7b2b9b){return _0x4ca770===_0x7b2b9b;},_0x17d2b3[_0x52aed5(0x208)]=_0x52aed5(0x2d5);const _0x3f78b1=_0x17d2b3;_0x3f78b1[_0x52aed5(0x2bd)](_0x569ac1['constructor'][_0x52aed5(0x24b)],_0x3f78b1[_0x52aed5(0x208)])?await _0x569ac1[_0x52aed5(0x1f5)](_0x13ef9e=>{},testOpsHelper[_0x52aed5(0x2d7)]()):await _0x569ac1[_0x52aed5(0x1f5)](testOpsHelper[_0x52aed5(0x2d7)]());}),markSessionName=PerformanceTester[a1_0x5bd2b7(0x24f)](PerformanceAutEvents[a1_0x5bd2b7(0x2c4)],async(_0x5b2398,_0x1f3433)=>{const _0x35bbd0=a1_0x5bd2b7,_0x4a3f58={};_0x4a3f58[_0x35bbd0(0x290)]='setSessionName',_0x4a3f58[_0x35bbd0(0x2dc)]=function(_0x3e7dcd,_0x58eea3){return _0x3e7dcd===_0x58eea3;},_0x4a3f58[_0x35bbd0(0x2b5)]=_0x35bbd0(0x2d5);const _0x31cb11=_0x4a3f58,_0xbd9730={};_0xbd9730['name']=_0x1f3433;const _0x328f62={};_0x328f62[_0x35bbd0(0x2ce)]=_0x31cb11[_0x35bbd0(0x290)],_0x328f62[_0x35bbd0(0x2bf)]=_0xbd9730;const _0x2df833=_0x328f62;_0x31cb11[_0x35bbd0(0x2dc)](_0x5b2398['constructor'][_0x35bbd0(0x24b)],_0x31cb11['YmJFU'])?await _0x5b2398[_0x35bbd0(0x1f5)](()=>{},'browserstack_executor:\x20'+JSON[_0x35bbd0(0x265)](_0x2df833)):await _0x5b2398['executeScript'](_0x35bbd0(0x294)+JSON['stringify'](_0x2df833));}),patchSaveScreenshot=_0x36e476=>{const _0x3f6374=a1_0x5bd2b7,_0x4dfaf3={'cmGza':'base64','gjPbO':_0x3f6374(0x227),'lbggN':function(_0x28b317){return _0x28b317();},'DvHKf':function(_0x598097,_0x54a14f){return _0x598097(_0x54a14f);},'JgWxP':_0x3f6374(0x235)};_0x4dfaf3[_0x3f6374(0x263)](isTrue,process[_0x3f6374(0x20e)][_0x3f6374(0x275)])&&!_0x36e476[_0x3f6374(0x2cc)]&&(_0x36e476['patchSaveScreenshot']=!![],_0x36e476['initSaveScreenshot']=_0x36e476[_0x3f6374(0x250)],_0x36e476['saveScreenshot']=(_0x15d48b,_0x4be217=![])=>{const _0x3b7bac=_0x3f6374,_0x2d4132={'BWrTG':_0x4dfaf3[_0x3b7bac(0x204)],'SOoJx':_0x4dfaf3[_0x3b7bac(0x274)],'SSZsH':function(_0x1126c1){const _0x1ea269=_0x3b7bac;return _0x4dfaf3[_0x1ea269(0x269)](_0x1126c1);},'iGuOS':function(_0x24ad11,_0x973ea0){const _0x238fb9=_0x3b7bac;return _0x4dfaf3[_0x238fb9(0x263)](_0x24ad11,_0x973ea0);},'wZDwv':_0x4dfaf3[_0x3b7bac(0x2b4)]};return new Promise(function(_0x5976cf,_0x275d00){const _0xda6e24=_0x3b7bac,_0xd3670c={'atlJh':_0x2d4132['BWrTG'],'OizJP':_0x2d4132['SOoJx'],'pUVnb':function(_0x93ccac){const _0x434302=a1_0x5d70;return _0x2d4132[_0x434302(0x272)](_0x93ccac);},'hoFdR':function(_0x1c7e72,_0x57ddce){const _0x2cbaaa=a1_0x5d70;return _0x2d4132[_0x2cbaaa(0x29c)](_0x1c7e72,_0x57ddce);},'ciEIN':_0x2d4132[_0xda6e24(0x1f6)]};_0x36e476[_0xda6e24(0x23a)](_0x15d48b,_0x4be217)[_0xda6e24(0x25e)](()=>{const _0x224ede=_0xda6e24,_0x5cd596=CodeceptUtils['screenshotOutputFolder'](_0x15d48b);if(_0x5cd596){const _0x394b41=fs[_0x224ede(0x282)](_0x5cd596);process[_0x224ede(0x21c)](_0x224ede(0x2b7)+process[_0x224ede(0x2dd)],{'timestamp':new Date()[_0x224ede(0x27d)](),'message':_0x394b41['toString'](_0xd3670c[_0x224ede(0x27e)]),'kind':_0xd3670c[_0x224ede(0x285)]}),_0xd3670c[_0x224ede(0x2b8)](_0x5976cf);}_0xd3670c['hoFdR'](_0x275d00,new Error(_0xd3670c['ciEIN']));})[_0xda6e24(0x20b)](()=>null);});});},patchWebDriverBefore=_0x2c076c=>{const _0x99a185=a1_0x5bd2b7,_0x4ffd58={'wJPYg':function(_0x44fc06){return _0x44fc06();},'SCdsM':function(_0x20b041,_0x37c4f8){return _0x20b041(_0x37c4f8);},'DhQfb':function(_0x46dcd1,_0x40cc62){return _0x46dcd1===_0x40cc62;},'Xexwf':_0x99a185(0x24e)},_0x150d8f=async function(_0xc3ee0,_0x44f452){const _0x1579f1=_0x99a185;return _0x4ffd58[_0x1579f1(0x2a4)](isAccessibilityAutomationSession)&&!global[_0x1579f1(0x2c2)]&&global[_0x1579f1(0x1fc)]&&scripts[_0x1579f1(0x251)](_0xc3ee0[_0x1579f1(0x24b)])&&_0x4ffd58[_0x1579f1(0x231)](shouldPatchExecuteScript,arguments[0x2])&&(global[_0x1579f1(0x2c2)]=!![],await PerformanceTester[_0x1579f1(0x24f)](PerformanceA11yEvents[_0x1579f1(0x240)],async()=>{const _0xf7cc97=_0x1579f1;logger[_0xf7cc97(0x234)](_0xf7cc97(0x271)+_0xc3ee0[_0xf7cc97(0x24d)]+'\x20'+_0xc3ee0['name']),await AccessibilityHelper['browserStackExecuteDriver'](_0x2c076c,scripts[_0xf7cc97(0x200)]);},{'command':_0xc3ee0[_0x1579f1(0x24b)]})()),global[_0x1579f1(0x2c2)]=![],_0x44f452[_0x1579f1(0x289)](this,Array['prototype'][_0x1579f1(0x230)][_0x1579f1(0x2ae)](arguments,0x2));},_0x8f93f4=CodeceptWebDriver[_0x99a185(0x2d6)][_0x99a185(0x284)];CodeceptWebDriver['prototype'][_0x99a185(0x284)]=async function(){const _0x3627e9=_0x99a185,_0x1c33c4={'GLIuh':function(_0x8f8759,_0x40fc8d){const _0x2d0a32=a1_0x5d70;return _0x4ffd58[_0x2d0a32(0x21b)](_0x8f8759,_0x40fc8d);},'RgdSB':_0x4ffd58[_0x3627e9(0x2df)]};try{await _0x8f93f4[_0x3627e9(0x289)](this,arguments);}catch(_0x80e8b3){logger[_0x3627e9(0x234)](_0x3627e9(0x25d)+util[_0x3627e9(0x2d3)](_0x80e8b3));}scripts[_0x3627e9(0x244)][_0x3627e9(0x270)](_0x29cdc6=>_0x29cdc6[_0x3627e9(0x24b)]&&_0x29cdc6[_0x3627e9(0x24d)])[_0x3627e9(0x218)](_0x51db9d=>{const _0x1bac1f=_0x3627e9;this[_0x1bac1f(0x2de)][_0x1bac1f(0x23d)](_0x51db9d[_0x1bac1f(0x24b)],_0x150d8f[_0x1bac1f(0x297)](this,_0x51db9d),_0x1c33c4[_0x1bac1f(0x1fb)](_0x51db9d[_0x1bac1f(0x24d)],_0x1c33c4[_0x1bac1f(0x280)]));}),_0x4ffd58['SCdsM'](processWebDriverConfig,_0x2c076c);};},patchPlaywrightBefore=()=>{const _0x5eb5d2=a1_0x5bd2b7;PlaywrightSessionDetails['patch']();const _0x9953d2=CodeceptPlaywright[_0x5eb5d2(0x2d6)]['_before'];CodeceptPlaywright[_0x5eb5d2(0x2d6)][_0x5eb5d2(0x284)]=async function(){const _0x378ec9=_0x5eb5d2;this['browserContext']=await this[_0x378ec9(0x2de)][_0x378ec9(0x2c3)]()[0x0],await _0x9953d2['apply'](this,arguments);};},getCodeceptDriver=()=>{const _0x48c459=a1_0x5bd2b7,_0x1b9ad4={};_0x1b9ad4[_0x48c459(0x259)]=_0x48c459(0x254),_0x1b9ad4['fojVc']=_0x48c459(0x2d5),_0x1b9ad4[_0x48c459(0x2cd)]=_0x48c459(0x216),_0x1b9ad4[_0x48c459(0x27b)]=_0x48c459(0x2aa);const _0x40b77e=_0x1b9ad4,_0x2dfcf3=[_0x40b77e[_0x48c459(0x259)],_0x40b77e[_0x48c459(0x1fa)],_0x40b77e['jYzOK'],_0x40b77e[_0x48c459(0x27b)]],_0x4c5df7=_0x2dfcf3['find'](_0x15a3a1=>!!CodeceptJS[_0x48c459(0x21d)][_0x48c459(0x25a)](_0x15a3a1));if(!_0x4c5df7)return null;return CodeceptJS[_0x48c459(0x21d)][_0x48c459(0x25a)](_0x4c5df7);};function a1_0x5d70(_0x19cc70,_0x32bf19){const _0x2d4f8d=a1_0x2d4f();return a1_0x5d70=function(_0x5d704f,_0x3a4c9b){_0x5d704f=_0x5d704f-0x1f1;let _0x18b537=_0x2d4f8d[_0x5d704f];return _0x18b537;},a1_0x5d70(_0x19cc70,_0x32bf19);}module[a1_0x5bd2b7(0x241)]=function(_0x2470c8){const _0x575846=a1_0x5bd2b7,_0x3024af={'IBVaa':function(_0xf45928){return _0xf45928();},'uDvXX':function(_0x512db6,_0x538213){return _0x512db6(_0x538213);},'tGOpV':'getAccessibilityResultsSummary','wwuYD':_0x575846(0x211),'upnAG':_0x575846(0x1fe),'ygjeh':_0x575846(0x205),'obmvU':_0x575846(0x248),'JjeVl':_0x575846(0x1f4),'MxxfI':_0x575846(0x2c7),'HodDo':_0x575846(0x229),'eAVRt':_0x575846(0x209),'FpXwE':function(_0x5d0304,_0x2ecaed){return _0x5d0304(_0x2ecaed);},'whCoq':function(_0x29010c,_0x58ca9c,_0xe253d){return _0x29010c(_0x58ca9c,_0xe253d);},'qdyPH':'test-started','ugYQR':'test-passed','yAHGK':function(_0x383599,_0x21df3a,_0x4e2817,_0x88499){return _0x383599(_0x21df3a,_0x4e2817,_0x88499);},'csEPr':function(_0x413a76,_0x133e68,_0x3b015a,_0x4f4658){return _0x413a76(_0x133e68,_0x3b015a,_0x4f4658);},'ZGUdG':function(_0xe8956a,_0x32d0b6){return _0xe8956a===_0x32d0b6;},'diVbt':_0x575846(0x2d0),'BaujN':_0x575846(0x22a),'sgnwW':_0x575846(0x225),'trSmO':_0x575846(0x2cf),'fyhnh':function(_0x38a727){return _0x38a727();},'iddSZ':_0x575846(0x29b),'osnqm':_0x575846(0x258),'GVHpY':_0x575846(0x2bb),'jifSj':_0x575846(0x257),'WxdTt':_0x575846(0x217),'YYEVj':_0x575846(0x20d),'rgpzC':_0x575846(0x26a),'UosoT':function(_0x4c2ca5){return _0x4c2ca5();},'hzYDw':_0x575846(0x2d5)};_0x2470c8[_0x575846(0x21a)]&&(global[_0x575846(0x220)]=_0x2470c8[_0x575846(0x21a)]);PerformanceTester['startMonitoring']();const _0x386e56=_0x3024af[_0x575846(0x233)](getCodeceptDriver),_0xb976ab=new O11yHelper(_0x386e56,_0x2470c8),_0x2ee5a0=!!CodeceptJS[_0x575846(0x21d)]['helpers'](_0x3024af[_0x575846(0x26e)]);global[_0x575846(0x20a)]=_0x386e56,_0x386e56&&(PerformanceTester['measureWrapper'](PerformanceEvents[_0x575846(0x268)],()=>{const _0x49d325=_0x575846;_0x2ee5a0?_0x3024af[_0x49d325(0x28f)](patchPlaywrightBefore):_0x3024af[_0x49d325(0x2d8)](patchWebDriverBefore,_0x386e56);})(),PerformanceTester[_0x575846(0x24f)](PerformanceEvents[_0x575846(0x28d)],()=>{const _0x3f7319=_0x575846;_0x386e56[_0x3f7319(0x249)]=async()=>{const _0x5cea69=_0x3f7319;if(global[_0x5cea69(0x1fc)]){const _0x5b9faf={};_0x5b9faf[_0x5cea69(0x276)]=_0x3024af[_0x5cea69(0x287)],await PerformanceTester[_0x5cea69(0x24f)](PerformanceA11yEvents[_0x5cea69(0x240)],async()=>{const _0x4c42b1=_0x5cea69;await AccessibilityHelper[_0x4c42b1(0x2c6)](_0x386e56,scripts[_0x4c42b1(0x200)]);},_0x5b9faf)(),await PerformanceTester[_0x5cea69(0x24f)](PerformanceA11yEvents[_0x5cea69(0x22b)],async()=>{const _0x28f308=_0x5cea69;await AccessibilityHelper['browserStackExecuteDriver'](_0x386e56,scripts[_0x28f308(0x261)]);})();}else return logger[_0x5cea69(0x279)](_0x3024af[_0x5cea69(0x213)]),{};},_0x386e56[_0x3f7319(0x1fe)]=async()=>{const _0x4678b4=_0x3f7319;if(global[_0x4678b4(0x1fc)]){const _0x36a02c={};_0x36a02c[_0x4678b4(0x276)]=_0x3024af['upnAG'],await PerformanceTester[_0x4678b4(0x24f)](PerformanceA11yEvents[_0x4678b4(0x240)],async()=>{const _0x8287d1=_0x4678b4;await AccessibilityHelper[_0x8287d1(0x2c6)](_0x386e56,scripts['performScan']);},_0x36a02c)(),await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x4678b4(0x288)],async()=>{const _0x1f2405=_0x4678b4;await AccessibilityHelper['browserStackExecuteDriver'](_0x386e56,scripts[_0x1f2405(0x28e)]);})();}else return logger['warn'](_0x3024af[_0x4678b4(0x23b)]),{};},_0x3024af[_0x3f7319(0x2d8)](patchSaveScreenshot,_0x386e56);})()),CodeceptJS[_0x575846(0x29a)][_0x575846(0x232)]['on'](CodeceptJS[_0x575846(0x29a)][_0x575846(0x26c)][_0x575846(0x1fd)],()=>{const _0x56c125=_0x575846;PerformanceTester[_0x56c125(0x23c)](PerformanceEvents[_0x56c125(0x25b)]);try{_0xb976ab['start'](),testOpsHelper['addRequestSpy'](),PerformanceTester[_0x56c125(0x23e)](PerformanceEvents[_0x56c125(0x25b)]);}catch(_0x1e7fc8){PerformanceTester[_0x56c125(0x264)](_0x1e7fc8),PerformanceTester[_0x56c125(0x23e)](PerformanceEvents[_0x56c125(0x25b)],![],_0x1e7fc8);}}),CodeceptJS[_0x575846(0x29a)][_0x575846(0x232)]['on'](CodeceptJS[_0x575846(0x29a)][_0x575846(0x26c)][_0x575846(0x238)],async()=>{const _0xf4d091=_0x575846;PerformanceTester[_0xf4d091(0x23c)](PerformanceEvents[_0xf4d091(0x291)]);try{requestSpy[_0xf4d091(0x2cb)](),await _0xb976ab[_0xf4d091(0x27f)](),PerformanceTester[_0xf4d091(0x23e)](PerformanceEvents[_0xf4d091(0x291)]);}catch(_0x38ab5a){PerformanceTester[_0xf4d091(0x264)](_0x38ab5a),PerformanceTester[_0xf4d091(0x23e)](PerformanceEvents[_0xf4d091(0x291)],![],_0x38ab5a);}finally{PerformanceTester[_0xf4d091(0x27c)]();}}),CodeceptJS['event'][_0x575846(0x232)]['on'](CodeceptJS[_0x575846(0x29a)][_0x575846(0x2a8)][_0x575846(0x1f1)],_0x191932=>{const _0x388b02=_0x575846;PerformanceTester[_0x388b02(0x23c)](PerformanceEvents[_0x388b02(0x21f)]);try{const _0x1bb95c=_0x191932[_0x388b02(0x278)][_0x388b02(0x21e)],_0x2aa3c3=_0xb976ab['captureEvent'](TEST_EVENTS['HOOK_RUN_STARTED'],_0x1bb95c);CodeceptRecorder[_0x388b02(0x255)](()=>_0xb976ab[_0x388b02(0x243)](TEST_EVENTS['HOOK_RUN_STARTED'],_0x2aa3c3));const _0x3d3238={};_0x3d3238[_0x388b02(0x2a2)]=_0x3024af[_0x388b02(0x2da)],PerformanceTester['end'](PerformanceEvents[_0x388b02(0x21f)],!![],null,_0x3d3238);}catch(_0x4daf4e){const _0x337370={};_0x337370[_0x388b02(0x2a2)]=_0x3024af['obmvU'],PerformanceTester[_0x388b02(0x23e)](PerformanceEvents[_0x388b02(0x21f)],![],_0x4daf4e,_0x337370),PerformanceTester[_0x388b02(0x264)](_0x4daf4e);}}),CodeceptJS[_0x575846(0x29a)][_0x575846(0x232)]['on'](CodeceptJS['event'][_0x575846(0x2a8)][_0x575846(0x286)],_0x3952b4=>{const _0xa349c8=_0x575846,_0x1ab39b={};_0x1ab39b['hookType']=_0x3024af[_0xa349c8(0x277)],PerformanceTester[_0xa349c8(0x23c)](PerformanceHookEvents[_0xa349c8(0x21f)],!![],null,_0x1ab39b);try{const _0x37abc1=_0x3952b4[_0xa349c8(0x278)]['test'],_0x32a5c9=_0xb976ab[_0xa349c8(0x20c)](TEST_EVENTS[_0xa349c8(0x293)],_0x37abc1);CodeceptRecorder[_0xa349c8(0x255)](()=>_0xb976ab[_0xa349c8(0x243)](TEST_EVENTS['HOOK_RUN_FINISHED'],_0x32a5c9));const _0x2720c8={};_0x2720c8[_0xa349c8(0x2a2)]=_0x3024af['JjeVl'],PerformanceTester[_0xa349c8(0x23e)](PerformanceHookEvents[_0xa349c8(0x21f)],!![],null,_0x2720c8);}catch(_0x2f9e73){PerformanceTester[_0xa349c8(0x264)](_0x2f9e73);const _0x54b712={};_0x54b712[_0xa349c8(0x2a2)]=_0x3024af[_0xa349c8(0x277)],PerformanceTester[_0xa349c8(0x23e)](PerformanceHookEvents[_0xa349c8(0x21f)],![],_0x2f9e73,_0x54b712);}}),CodeceptJS[_0x575846(0x29a)][_0x575846(0x232)]['on'](CodeceptJS[_0x575846(0x29a)][_0x575846(0x2a8)][_0x575846(0x2b6)],async(_0xff27e2,_0x3aa0e3)=>{const _0x3f38d6=_0x575846;PerformanceTester[_0x3f38d6(0x23c)](PerformanceHookEvents['SDK_HOOK']);try{const _0x2ee176=_0xff27e2[_0x3f38d6(0x278)][_0x3f38d6(0x21e)],_0xedcdc0=_0xb976ab[_0x3f38d6(0x20c)](TEST_EVENTS[_0x3f38d6(0x293)],_0x2ee176,_0x3aa0e3);CodeceptRecorder[_0x3f38d6(0x255)](()=>_0xb976ab['fireEvent'](TEST_EVENTS['HOOK_RUN_FINISHED'],_0xedcdc0));const _0x3f9c9c={};_0x3f9c9c[_0x3f38d6(0x2a2)]=_0x3024af['MxxfI'],PerformanceTester[_0x3f38d6(0x23c)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x3f9c9c);}catch(_0x5e0b01){PerformanceTester[_0x3f38d6(0x264)](_0x5e0b01);const _0x589f46={};_0x589f46[_0x3f38d6(0x2a2)]=_0x3024af[_0x3f38d6(0x1f9)],PerformanceTester[_0x3f38d6(0x23e)](PerformanceHookEvents[_0x3f38d6(0x21f)],![],_0x5e0b01,_0x589f46);}const _0x3e6647={};_0x3e6647[_0x3f38d6(0x2a2)]=_0x3024af['MxxfI'],PerformanceTester[_0x3f38d6(0x23e)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x3e6647);}),CodeceptJS['event'][_0x575846(0x232)]['on'](CodeceptJS[_0x575846(0x29a)][_0x575846(0x21e)][_0x575846(0x1fd)],_0x4cadbc=>{const _0x446eb4=_0x575846;PerformanceTester[_0x446eb4(0x23c)](PerformanceHookEvents[_0x446eb4(0x21f)]);try{globals['setGlobal'](_0x3024af[_0x446eb4(0x210)],_0x4cadbc[_0x446eb4(0x215)]);_0x3024af[_0x446eb4(0x28f)](isBrowserstackInfra)&&(_0x2ee5a0&&(global[_0x446eb4(0x283)]={'currentTest':{'name':_0x4cadbc[_0x446eb4(0x215)],'testInfo':{'titlePath':_0x4cadbc[_0x446eb4(0x2b1)]()}}}));const _0x7aacc0={};_0x7aacc0[_0x446eb4(0x2a2)]=_0x3024af[_0x446eb4(0x2ad)],PerformanceTester['end'](PerformanceHookEvents[_0x446eb4(0x21f)],!![],null,_0x7aacc0);}catch(_0x2a6d74){PerformanceTester[_0x446eb4(0x264)](_0x2a6d74);const _0x502107={};_0x502107[_0x446eb4(0x2a2)]=_0x3024af[_0x446eb4(0x2ad)],PerformanceTester[_0x446eb4(0x23e)](PerformanceHookEvents[_0x446eb4(0x21f)],![],_0x2a6d74,_0x502107);}}),CodeceptJS[_0x575846(0x29a)][_0x575846(0x232)]['on'](CodeceptJS[_0x575846(0x29a)][_0x575846(0x21e)][_0x575846(0x1f1)],_0x53c12e=>{const _0x104079=_0x575846,_0x1d1720={'xjQRf':function(_0x5af553){const _0xc0af6c=a1_0x5d70;return _0x3024af[_0xc0af6c(0x28f)](_0x5af553);},'COuMw':function(_0x1e2577,_0x14a155){const _0x4f5ff2=a1_0x5d70;return _0x3024af[_0x4f5ff2(0x206)](_0x1e2577,_0x14a155);},'EdEYN':function(_0x5f517a,_0x3dcb5e,_0x1ce3c2){const _0x51ad6e=a1_0x5d70;return _0x3024af[_0x51ad6e(0x24a)](_0x5f517a,_0x3dcb5e,_0x1ce3c2);}};PerformanceTester[_0x104079(0x23c)](PerformanceHookEvents[_0x104079(0x21f)]);try{globals[_0x104079(0x1f7)](_0x3024af[_0x104079(0x210)],_0x53c12e[_0x104079(0x215)]);const _0x2fe688=_0xb976ab[_0x104079(0x20c)](TEST_EVENTS[_0x104079(0x2a0)],_0x53c12e);CodeceptRecorder[_0x104079(0x255)](()=>_0xb976ab[_0x104079(0x243)](TEST_EVENTS[_0x104079(0x2a0)],_0x2fe688)),CodeceptRecorder[_0x104079(0x255)](async()=>{const _0x38dd10=_0x104079;_0x1d1720[_0x38dd10(0x267)](isBrowserstackInfra)&&(!_0x1d1720[_0x38dd10(0x2a5)](isTrue,_0x2470c8[_0x38dd10(0x29e)])&&await _0x1d1720[_0x38dd10(0x212)](markSessionName,_0x386e56,_0x53c12e['title']),_0xb976ab[_0x38dd10(0x223)]&&await _0x1d1720[_0x38dd10(0x2a5)](o11ySync,_0x386e56));});}catch(_0x9911b2){const _0x8658d0={};_0x8658d0[_0x104079(0x2a2)]=_0x3024af['qdyPH'],PerformanceTester['end'](PerformanceHookEvents[_0x104079(0x21f)],![],_0x9911b2,_0x8658d0),PerformanceTester[_0x104079(0x264)](_0x9911b2);}const _0x50cf3f={};_0x50cf3f[_0x104079(0x2a2)]=_0x3024af[_0x104079(0x2be)],PerformanceTester[_0x104079(0x23e)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x50cf3f);}),CodeceptJS[_0x575846(0x29a)][_0x575846(0x232)]['on'](CodeceptJS[_0x575846(0x29a)][_0x575846(0x21e)]['passed'],_0x3c4e6b=>{const _0x54128c=_0x575846,_0x11173b={'Fvlsz':function(_0x5bdc33,_0x303013,_0x2cc388){const _0x46e972=a1_0x5d70;return _0x3024af[_0x46e972(0x24a)](_0x5bdc33,_0x303013,_0x2cc388);},'bRbTB':function(_0x1de48d,_0x1df429,_0x5d933a){return _0x3024af['whCoq'](_0x1de48d,_0x1df429,_0x5d933a);}};PerformanceTester[_0x54128c(0x23c)](PerformanceHookEvents[_0x54128c(0x21f)]);try{const _0x31961c=_0xb976ab[_0x54128c(0x20c)](TEST_EVENTS[_0x54128c(0x273)],_0x3c4e6b);CodeceptRecorder[_0x54128c(0x255)](()=>_0xb976ab['fireEvent'](TEST_EVENTS['TEST_RUN_FINISHED'],_0x31961c)),CodeceptRecorder[_0x54128c(0x255)](async()=>{const _0x326719=_0x54128c;_0x3024af['IBVaa'](isBrowserstackInfra)&&await PerformanceTester[_0x326719(0x24f)](PerformanceAutEvents[_0x326719(0x2c9)],async()=>{const _0x543476=_0x326719;_0x2ee5a0?await _0x11173b[_0x543476(0x295)](playwrightMarkSessionStatus,_0x386e56,STATE_PASSED):await _0x11173b[_0x543476(0x228)](markSessionStatus,_0x386e56,STATE_PASSED);})();}),PerformanceTester[_0x54128c(0x23e)](PerformanceEvents['SDK_TEST']);}catch(_0x456f00){PerformanceTester[_0x54128c(0x264)](_0x456f00);const _0x33389d={};_0x33389d['hookType']=_0x3024af[_0x54128c(0x2db)],PerformanceTester[_0x54128c(0x23e)](PerformanceHookEvents['SDK_HOOK'],![],_0x456f00,_0x33389d),PerformanceTester[_0x54128c(0x23e)](PerformanceEvents[_0x54128c(0x2d2)],![],_0x456f00);}const _0x4ec412={};_0x4ec412[_0x54128c(0x2a2)]=_0x3024af[_0x54128c(0x2db)],PerformanceTester[_0x54128c(0x23e)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x4ec412);}),CodeceptJS['event']['dispatcher']['on'](CodeceptJS[_0x575846(0x29a)][_0x575846(0x21e)]['failed'],(_0x43040e,_0x4e4a0a)=>{const _0x371ea=_0x575846,_0x50e4be={'oDzis':function(_0x458f21){return _0x3024af['IBVaa'](_0x458f21);},'NWRuO':function(_0x19c7ac,_0x101ff9,_0x3d8967,_0x46bec9){const _0x33e055=a1_0x5d70;return _0x3024af[_0x33e055(0x2ac)](_0x19c7ac,_0x101ff9,_0x3d8967,_0x46bec9);},'tClbT':function(_0x4f3cdc,_0x5bcbda,_0x1ae672,_0x5cccf8){const _0x3923e2=a1_0x5d70;return _0x3024af[_0x3923e2(0x22f)](_0x4f3cdc,_0x5bcbda,_0x1ae672,_0x5cccf8);}};PerformanceTester['start'](PerformanceHookEvents[_0x371ea(0x21f)]);try{if(_0x3024af[_0x371ea(0x246)](_0x43040e[_0x371ea(0x299)][_0x371ea(0x24b)],_0x3024af[_0x371ea(0x222)])){const _0xc943d1=_0xb976ab['captureEvent'](TEST_EVENTS[_0x371ea(0x2ab)],_0x43040e[_0x371ea(0x278)][_0x371ea(0x2d4)]);CodeceptRecorder[_0x371ea(0x255)](()=>_0xb976ab[_0x371ea(0x243)](TEST_EVENTS['TEST_RUN_SKIPPED'],_0xc943d1));}else{const _0x4a644a=_0xb976ab['captureEvent'](TEST_EVENTS[_0x371ea(0x273)],_0x43040e,_0x4e4a0a);CodeceptRecorder[_0x371ea(0x255)](()=>{const _0x523d75=_0x371ea;try{_0xb976ab[_0x523d75(0x243)](TEST_EVENTS[_0x523d75(0x273)],_0x4a644a);}catch(_0x39718d){logger['debug'](_0x523d75(0x266)+util[_0x523d75(0x2d3)](_0x39718d)),PerformanceTester[_0x523d75(0x23e)](PerformanceEvents['SDK_TEST'],![],_0x39718d);}}),CodeceptRecorder[_0x371ea(0x255)](async()=>{const _0x594957=_0x371ea;try{_0x50e4be[_0x594957(0x262)](isBrowserstackInfra)&&(_0x2ee5a0?await _0x50e4be[_0x594957(0x1f2)](playwrightMarkSessionStatus,_0x386e56,STATE_FAILED,_0x4e4a0a):await _0x50e4be[_0x594957(0x201)](markSessionStatus,_0x386e56,STATE_FAILED,_0x4e4a0a));}catch(_0x417859){logger[_0x594957(0x234)](_0x594957(0x281)+util[_0x594957(0x2d3)](_0x417859)),PerformanceTester['end'](PerformanceEvents['SDK_TEST'],![],_0x417859);}});}PerformanceTester['end'](PerformanceEvents[_0x371ea(0x2d2)]);}catch(_0x426789){PerformanceTester[_0x371ea(0x264)](_0x426789);const _0x497078={};_0x497078[_0x371ea(0x2a2)]=_0x3024af[_0x371ea(0x2c1)],PerformanceTester[_0x371ea(0x23e)](PerformanceHookEvents['SDK_HOOK'],![],_0x426789,_0x497078),PerformanceTester[_0x371ea(0x23e)](PerformanceEvents['SDK_TEST'],![],_0x426789);}const _0x81943d={};_0x81943d[_0x371ea(0x2a2)]=_0x3024af[_0x371ea(0x2c1)],PerformanceTester[_0x371ea(0x23e)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x81943d);}),CodeceptJS[_0x575846(0x29a)]['dispatcher']['on'](CodeceptJS['event'][_0x575846(0x21e)][_0x575846(0x25c)],_0x2f8f41=>{const _0xa206fe=_0x575846;PerformanceTester[_0xa206fe(0x23c)](PerformanceHookEvents[_0xa206fe(0x21f)]);try{const _0x42e051=_0xb976ab[_0xa206fe(0x20c)](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x2f8f41);CodeceptRecorder[_0xa206fe(0x255)](()=>_0xb976ab[_0xa206fe(0x243)](TEST_EVENTS[_0xa206fe(0x2ab)],_0x42e051)),PerformanceTester[_0xa206fe(0x23e)](PerformanceEvents[_0xa206fe(0x2d2)]);}catch(_0x563e1b){PerformanceTester[_0xa206fe(0x264)](_0x563e1b),PerformanceTester['end'](PerformanceEvents[_0xa206fe(0x2d2)],![],_0x563e1b);const _0x17d910={};_0x17d910[_0xa206fe(0x2a2)]=_0x3024af[_0xa206fe(0x245)],PerformanceTester[_0xa206fe(0x23e)](PerformanceHookEvents[_0xa206fe(0x21f)],![],_0x563e1b,_0x17d910);}const _0x354f4e={};_0x354f4e[_0xa206fe(0x2a2)]=_0x3024af['sgnwW'],PerformanceTester[_0xa206fe(0x23e)](PerformanceHookEvents[_0xa206fe(0x21f)],!![],null,_0x354f4e);}),CodeceptJS[_0x575846(0x29a)][_0x575846(0x232)]['on'](CodeceptJS[_0x575846(0x29a)]['test'][_0x575846(0x238)],async(_0x4a6b5b,_0x1d113e)=>{const _0x1fdb12=_0x575846,_0x1a178f={};_0x1a178f[_0x1fdb12(0x239)]=_0x3024af[_0x1fdb12(0x2c8)];const _0x31c3a0=_0x1a178f;try{PerformanceTester['start'](PerformanceHookEvents[_0x1fdb12(0x21f)]);const _0xc4ce36=_0x3024af[_0x1fdb12(0x24a)](shouldScanTestForAccessibility,_0x4a6b5b[_0x1fdb12(0x2b1)](),!![]);if(_0x3024af[_0x1fdb12(0x203)](isAccessibilityAutomationSession)&&global[_0x1fdb12(0x1fc)]&&_0xc4ce36){const _0xd95fc={};_0xd95fc[_0x1fdb12(0x2af)]=_0x4a6b5b[_0x1fdb12(0x22d)],_0xd95fc[_0x1fdb12(0x25f)]=process[_0x1fdb12(0x20e)][testHubConstants[_0x1fdb12(0x2c0)]['BROWSERSTACK_TESTHUB_UUID']],_0xd95fc[_0x1fdb12(0x22e)]=process[_0x1fdb12(0x20e)][testHubConstants[_0x1fdb12(0x2c0)][_0x1fdb12(0x260)]];const _0x386175=_0xd95fc;logger[_0x1fdb12(0x234)]('Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20'+JSON['stringify'](_0x386175)),CodeceptRecorder[_0x1fdb12(0x255)](async()=>{const _0x263a7d=_0x1fdb12,_0x51b717={};_0x51b717[_0x263a7d(0x276)]=_0x31c3a0[_0x263a7d(0x239)],await PerformanceTester[_0x263a7d(0x24f)](PerformanceA11yEvents[_0x263a7d(0x240)],async()=>{const _0x497568=_0x263a7d;await AccessibilityHelper[_0x497568(0x2c6)](_0x386e56,scripts[_0x497568(0x200)]);},_0x51b717)(),await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x263a7d(0x1ff)],async()=>{const _0x3fb5ab=_0x263a7d;await AccessibilityHelper[_0x3fb5ab(0x2c6)](_0x386e56,scripts[_0x3fb5ab(0x292)],_0x386175);})();}),logger[_0x1fdb12(0x252)](_0x3024af[_0x1fdb12(0x226)]);}const _0x3f4e18={};_0x3f4e18['hookType']=_0x3024af[_0x1fdb12(0x29f)],PerformanceTester[_0x1fdb12(0x23e)](PerformanceHookEvents[_0x1fdb12(0x21f)],!![],null,_0x3f4e18);}catch(_0x3a8063){PerformanceTester[_0x1fdb12(0x264)](_0x3a8063);const _0x38c630={};_0x38c630[_0x1fdb12(0x2a2)]=_0x3024af[_0x1fdb12(0x29f)],PerformanceTester[_0x1fdb12(0x23e)](PerformanceHookEvents['SDK_HOOK'],![],_0x3a8063,_0x38c630);}}),CodeceptJS[_0x575846(0x29a)][_0x575846(0x232)]['on'](CodeceptJS['event']['step'][_0x575846(0x20f)],_0x45fa57=>{const _0x179fed=_0x575846;PerformanceTester['start'](PerformanceHookEvents[_0x179fed(0x21f)]);try{process['emit'](_0x179fed(0x2b7)+process[_0x179fed(0x2dd)],{'timestamp':new Date()[_0x179fed(0x27d)](),'level':_0x3024af[_0x179fed(0x2b0)],'message':_0x45fa57,'kind':_0x3024af[_0x179fed(0x2bc)],'http_response':{}});}catch(_0x2c8287){PerformanceTester[_0x179fed(0x264)](_0x2c8287);const _0x3eaf41={};_0x3eaf41[_0x179fed(0x2a2)]=_0x3024af[_0x179fed(0x2d9)],PerformanceTester['end'](PerformanceHookEvents[_0x179fed(0x21f)],![],_0x2c8287,_0x3eaf41);}const _0x465183={};_0x465183[_0x179fed(0x2a2)]=_0x3024af[_0x179fed(0x2d9)],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x465183);}),CodeceptJS[_0x575846(0x29a)]['dispatcher']['on'](CodeceptJS[_0x575846(0x29a)][_0x575846(0x29d)]['before'],_0x2ed6aa=>{const _0x820ed1=_0x575846,_0x58ca85={};_0x58ca85[_0x820ed1(0x2a2)]=_0x3024af[_0x820ed1(0x224)],PerformanceTester[_0x820ed1(0x24f)](PerformanceHookEvents[_0x820ed1(0x21f)],()=>{_0xb976ab['bddStepStart'](_0x2ed6aa);},_0x58ca85)();}),CodeceptJS[_0x575846(0x29a)][_0x575846(0x232)]['on'](CodeceptJS[_0x575846(0x29a)]['bddStep']['after'],_0xc87090=>{const _0x5d854b=_0x575846,_0x41ade3={};_0x41ade3[_0x5d854b(0x2a2)]=_0x3024af[_0x5d854b(0x28c)],PerformanceTester['measureWrapper'](PerformanceHookEvents[_0x5d854b(0x21f)],()=>{const _0x324f1b=_0x5d854b;_0xb976ab[_0x324f1b(0x22c)](_0xc87090);},_0x41ade3)();});};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
'use strict';const a2_0x3d60f9=a2_0x5357;(function(_0x2a09ad,_0x5642da){const _0x92543f=a2_0x5357,_0x92cf72=_0x2a09ad();while(!![]){try{const _0x3f62bd=parseInt(_0x92543f(0x1c7))/0x1+parseInt(_0x92543f(0x1d4))/0x2*(-parseInt(_0x92543f(0x170))/0x3)+parseInt(_0x92543f(0x1d9))/0x4*(-parseInt(_0x92543f(0x181))/0x5)+parseInt(_0x92543f(0x172))/0x6+parseInt(_0x92543f(0x177))/0x7*(-parseInt(_0x92543f(0x187))/0x8)+-parseInt(_0x92543f(0x1c8))/0x9+parseInt(_0x92543f(0x1e0))/0xa;if(_0x3f62bd===_0x5642da)break;else _0x92cf72['push'](_0x92cf72['shift']());}catch(_0x4db7c2){_0x92cf72['push'](_0x92cf72['shift']());}}}(a2_0x2947,0x263ac));function a2_0x5357(_0x2aca23,_0x392012){const _0x294726=a2_0x2947();return a2_0x5357=function(_0x53574d,_0x2d4976){_0x53574d=_0x53574d-0x15f;let _0x278ab2=_0x294726[_0x53574d];return _0x278ab2;},a2_0x5357(_0x2aca23,_0x392012);}const fs=require('fs'),path=require('path'),util=require(a2_0x3d60f9(0x194)),process=require(a2_0x3d60f9(0x1c5)),logger=require(a2_0x3d60f9(0x1a9))[a2_0x3d60f9(0x168)],{default:BrowserStackSetup}=require(a2_0x3d60f9(0x18a)),helper=require('../../helpers/helper'),utilities=require('../../helpers/utilities'),{checkAccessibilityPlatformConfig}=require(a2_0x3d60f9(0x1eb)),{setAccessibilityCapabilities}=require(a2_0x3d60f9(0x167)),{requireModule,nestedKeyValue,isBrowserstackInfra}=require(a2_0x3d60f9(0x1b0)),CodeceptJS=requireModule(a2_0x3d60f9(0x1b2),a2_0x3d60f9(0x19c)),testOpsHelper=require(a2_0x3d60f9(0x178)),TestHubHandler=require('../../helpers/testhub/testhubHandler'),constants=require(a2_0x3d60f9(0x1be)),PerformanceTester=require('../../helpers/performance/performance-tester'),{FRAMEWORKS}=require(a2_0x3d60f9(0x16e)),PerformanceEvents=require('../../helpers/performance/constants')[a2_0x3d60f9(0x1b4)],_testErrorData=[],getUserCodeceptJSConfigs=(_0xd8a7d7,_0x3a1cf4)=>{const _0x1941bb=a2_0x3d60f9,_0xc6049f={};_0xc6049f[_0x1941bb(0x179)]=function(_0x456ab9,_0x38bf26){return _0x456ab9===_0x38bf26;},_0xc6049f[_0x1941bb(0x192)]='codecept.conf.js',_0xc6049f[_0x1941bb(0x16b)]='codecept.json';const _0xbd0a6=_0xc6049f;let _0x30eef7=null;const _0x385252={};let _0x1a636e=_0x3a1cf4[_0x1941bb(0x160)](_0x3f0467=>_0x3f0467==='--config');_0xbd0a6[_0x1941bb(0x179)](_0x1a636e,-0x1)&&(_0x1a636e=_0x3a1cf4[_0x1941bb(0x160)](_0xdf9c85=>_0xdf9c85==='-c'));if(!helper['isUndefined'](_0xd8a7d7[_0x1941bb(0x1bd)])&&fs['existsSync'](path['join'](process[_0x1941bb(0x1ca)](),_0xd8a7d7['config'])))_0x30eef7=path[_0x1941bb(0x1ef)](process[_0x1941bb(0x1ca)](),_0xd8a7d7['config']),_0x3a1cf4[_0x1941bb(0x17a)](_0x1a636e,0x2);else{if(!helper[_0x1941bb(0x1cd)](_0xd8a7d7['c'])&&fs[_0x1941bb(0x1a8)](path[_0x1941bb(0x1ef)](process['cwd'](),_0xd8a7d7['c'])))_0x30eef7=path[_0x1941bb(0x1ef)](process[_0x1941bb(0x1ca)](),_0xd8a7d7['c']),_0x3a1cf4[_0x1941bb(0x17a)](_0x1a636e,0x2);else{if(fs[_0x1941bb(0x1a8)](path['join'](process[_0x1941bb(0x1ca)](),_0xbd0a6[_0x1941bb(0x192)])))_0x30eef7=path[_0x1941bb(0x1ef)](process[_0x1941bb(0x1ca)](),_0xbd0a6[_0x1941bb(0x192)]);else fs[_0x1941bb(0x1a8)](path['join'](process[_0x1941bb(0x1ca)](),_0xbd0a6[_0x1941bb(0x16b)]))&&(_0x30eef7=path[_0x1941bb(0x1ef)](process[_0x1941bb(0x1ca)](),_0xbd0a6[_0x1941bb(0x16b)]));}}return process['env'][_0x1941bb(0x169)]=_0x30eef7,_0x30eef7;},getO11yRerunPattern=()=>{const _0x1b68f7=a2_0x3d60f9,_0x5a20a4=helper['isTrue'](process[_0x1b68f7(0x182)][_0x1b68f7(0x19b)]);if(_0x5a20a4){const _0x4784e8=process[_0x1b68f7(0x182)][_0x1b68f7(0x1cc)],_0x5e1251=[];if(helper[_0x1b68f7(0x1ec)](_0x4784e8)&&!helper['isUndefined'](_0x4784e8)){_0x4784e8[_0x1b68f7(0x17f)](',')['map'](_0x45630c=>{const _0x20460e=_0x1b68f7;_0x5e1251[_0x20460e(0x18f)]('('+_0x45630c[_0x20460e(0x1cb)]()+')');});const _0x1dde68='^'+_0x5e1251['join']('|')+'$';return _0x1dde68;}}return null;},a2_0x1d000e={};function a2_0x2947(){const _0x476d73=['validateRerunTestList','load','Nqtqd','join','Started\x20:\x20','forEach','mHILL','addTests','findIndex','toLowerCase','dirname','parallelsPerPlatform','VDUuW','isEmpty','require','../../bin/playwright/accessibility-helper','winstonLogger','USER_CONFIG_DETAILS_PATH','KKWsx','HuRby','bWKTi','debug','../../helpers/test-observability/constants','length','9xxqwdB','test','225966myanKi','YoMzY','userName','CODECEPT','hubUrl','63jzLzFV','../../helpers/test-observability/utils','Oirpz','slice','IGBHN','wKrML','Lpeaa','SDK_SETUP','split','bFygN','10tndMrp','env','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','browserStackCwd','helpers','accessKey','13576ZawFGd','GcoFH','host','../../helpers/BrowserStackSetup','handleApp','spawn','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','chdir','push','Ffzfl','WLUTg','bWPWR','browserName','util','prepareCapabilities','run','WebDriver','testConfig','replace','format','BROWSERSTACK_RERUN','codeceptjs','BROWSERSTACK_TEST_ACCESSIBILITY_YML','Workers','SDK_CLEANUP','browser','printBuildLink','testContextOptions','skipSessionStatus','testObservability','result','initialize','passed','existsSync','../../helpers/logger','DsnlH','err','Getting\x20your\x20codeceptjs\x20configs\x20from\x20','addConfig','firefox','PuTlp','../../helpers/helper','playwright-firefox','codeceptjs/lib/index.js','now','EVENTS','info','Playwright','skipSessionName','errorMessage','accessibilityOptions','enabled','user','1|0|5|2|4|3','config','../utils/constants','chromium','gGbEx','stringify','browserWSEndpoint','start','setAdditionalCapabilities','process','useW3C','30874xoQZsQ','693648sEKnoP','all','cwd','trim','BROWSERSTACK_RERUN_TESTS','isUndefined','failed','profile','stack','playwright-webkit','Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20','FRAMEWORKS','76174SSjSNB','wxFJB','log','webkit','GRTqR','564228gEydUO','Passed\x20:\x20','gherkin','assign','bootstrapAll','teardownAll','event','5767730DnERGU','accessibility','qOxoV','BROWSERSTACK_TEST_OBSERVABILITY_YML','platforms','frameworkName','createGroupsOfSuites','title','Failed\x20:\x20','addOptions','mergeDeep','../../helpers/accessibility-automation/helper'];a2_0x2947=function(){return _0x476d73;};return a2_0x2947();}a2_0x1d000e['chrome']=a2_0x3d60f9(0x1bf),a2_0x1d000e['playwright-chromium']=a2_0x3d60f9(0x1bf),a2_0x1d000e[a2_0x3d60f9(0x1b1)]=a2_0x3d60f9(0x1ae),a2_0x1d000e[a2_0x3d60f9(0x1d1)]=a2_0x3d60f9(0x1d7);const pwToCodeceptBrowser=a2_0x1d000e;async function run(_0x92740f,_0x5ce8bc,_0x30c413){const _0x2f146c=a2_0x3d60f9,_0x2fe1f6={'kOmQK':function(_0x8704d6,_0x4edbb6){return _0x8704d6+_0x4edbb6;},'wKrML':function(_0x3def5b,_0x255f0e){return _0x3def5b(_0x255f0e);},'XtDaY':function(_0x2d01ed,_0x30cd8e){return _0x2d01ed+_0x30cd8e;},'GRTqR':function(_0x5bd077,_0x1ba1ff,_0xa1e931){return _0x5bd077(_0x1ba1ff,_0xa1e931);},'gGbEx':_0x2f146c(0x185),'qOxoV':function(_0x319b60){return _0x319b60();},'GcoFH':'/wd/hub','YoMzY':function(_0xc8ab03){return _0xc8ab03();},'UvpXy':_0x2f146c(0x1e8),'mHILL':_0x2f146c(0x1da),'avgAo':_0x2f146c(0x1f0),'MtSUF':_0x2f146c(0x1bc),'IGBHN':_0x2f146c(0x183),'bFygN':function(_0x3a282,_0x1380e9,_0x452211){return _0x3a282(_0x1380e9,_0x452211);},'DsnlH':_0x2f146c(0x1b6),'Ffzfl':_0x2f146c(0x197),'Nqtqd':function(_0x268d26,_0x11c8c1){return _0x268d26!=_0x11c8c1;},'QyVDM':function(_0x471528,_0x5a8464){return _0x471528===_0x5a8464;},'viGnD':_0x2f146c(0x1db),'bnUfY':function(_0x4155af,_0xc1b854){return _0x4155af(_0xc1b854);},'WLUTg':function(_0x5b00e0){return _0x5b00e0();},'pRwKd':function(_0x5946b8,_0x55ec12){return _0x5946b8*_0x55ec12;},'Lpeaa':_0x2f146c(0x1a0),'VDUuW':function(_0x3597b6,_0x5473a,_0x52eb1d){return _0x3597b6(_0x5473a,_0x52eb1d);},'uMFmG':'desiredCapabilities','KKWsx':'root','bWKTi':'BrowserStackPlugin.js','wxFJB':_0x2f146c(0x184),'FMhOc':function(_0x344932){return _0x344932();}};await _0x30c413[_0x2f146c(0x1a6)](_0x92740f),await helper[_0x2f146c(0x18b)](_0x30c413[_0x2f146c(0x1bd)]);if(!_0x30c413[_0x2f146c(0x1bd)])return;process[_0x2f146c(0x1cf)]=_0x92740f[_0x2f146c(0x1cf)];_0x92740f[_0x2f146c(0x1cf)]&&(process['env']['profile']=_0x92740f[_0x2f146c(0x1cf)]);const _0x555cdf=_0x2fe1f6['GRTqR'](getUserCodeceptJSConfigs,_0x92740f,_0x5ce8bc);let _0x39f4d9={};_0x555cdf?(logger[_0x2f146c(0x1b5)](_0x2f146c(0x1ac)+_0x555cdf),_0x39f4d9=CodeceptJS['config'][_0x2f146c(0x1ed)](_0x555cdf)):logger['info'](_0x2fe1f6[_0x2f146c(0x17b)]);let _0x294a1b=![];_0x2fe1f6[_0x2f146c(0x180)](nestedKeyValue,_0x39f4d9,[_0x2fe1f6[_0x2f146c(0x1c0)],_0x2fe1f6[_0x2f146c(0x1aa)]])&&(_0x294a1b=!![]);const _0x3d6123=_0x294a1b?_0x2fe1f6[_0x2f146c(0x1aa)]:_0x2fe1f6[_0x2f146c(0x190)];let _0xecb1d7=!_0x294a1b?helper[_0x2f146c(0x1c6)](_0x30c413['config']):![];!helper[_0x2f146c(0x1cd)](_0x30c413[_0x2f146c(0x1bd)]['accessibilityOptions'])&&(process[_0x2f146c(0x182)][_0x2f146c(0x18d)]=JSON[_0x2f146c(0x1c1)](_0x30c413[_0x2f146c(0x1bd)][_0x2f146c(0x1b9)]));let _0x3cb926=_0x30c413[_0x2f146c(0x1bd)][_0x2f146c(0x1e1)];_0x3cb926=_0x3cb926||_0x2fe1f6['wKrML'](checkAccessibilityPlatformConfig,_0x30c413[_0x2f146c(0x1bd)]),process[_0x2f146c(0x182)][_0x2f146c(0x19d)]=_0x3cb926;_0x3cb926&&(_0xecb1d7=!_0x3cb926);_0x2fe1f6[_0x2f146c(0x1ee)](_0x30c413['config'][_0x2f146c(0x1a4)],null)?process['env']['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0x30c413[_0x2f146c(0x1bd)][_0x2f146c(0x1a4)]:process[_0x2f146c(0x182)][_0x2f146c(0x1e3)]=_0x2fe1f6['QyVDM'](_0x3d6123,_0x2fe1f6[_0x2f146c(0x1aa)]);const _0x472c0f=_0x2fe1f6[_0x2f146c(0x180)](nestedKeyValue,_0x39f4d9,[_0x2fe1f6['viGnD']]),_0x5989e2=_0x472c0f&&!helper[_0x2f146c(0x165)](_0x472c0f)?FRAMEWORKS['CODECEPT_CUCUMBER']:FRAMEWORKS[_0x2f146c(0x175)],_0x295506=await TestHubHandler['launchBuild'](_0x5989e2,_0x30c413);_0x3cb926&&_0x2fe1f6['bnUfY'](setAccessibilityCapabilities,_0x30c413['config']);const _0x3e6fe3={},_0x389fed=[],_0x3f233b=_0x30c413[_0x2f146c(0x1bd)][_0x2f146c(0x163)]||helper['getUserWorkerCount'](_0x92740f,_0x5ce8bc,_0x30c413['config'],constants[_0x2f146c(0x1d3)][_0x2f146c(0x175)])||0x1;let _0x3ec60c=0x1;if(_0x2fe1f6[_0x2f146c(0x191)](isBrowserstackInfra)){const _0x4d074a=helper[_0x2f146c(0x195)](_0x30c413['config'],_0xecb1d7,constants[_0x2f146c(0x1d3)][_0x2f146c(0x175)]);_0x4d074a[_0x2f146c(0x1f1)](_0x3465a5=>{const _0x7c0b07=_0x2f146c;helper[_0x7c0b07(0x1c4)](_0x3465a5);}),helper['validPlatformsPresent'](_0x30c413['config'])?_0x3ec60c=_0x2fe1f6['pRwKd'](_0x3f233b,_0x30c413[_0x2f146c(0x1bd)][_0x2f146c(0x1e4)][_0x2f146c(0x16f)]):_0x3ec60c=_0x3f233b,_0x4d074a['forEach'](_0x1ce68f=>{const _0xa66a77=_0x2f146c,_0x55b4af={'PuTlp':function(_0x4a5744,_0x28ab44){return _0x2fe1f6['kOmQK'](_0x4a5744,_0x28ab44);},'srLwh':function(_0x31df2b,_0x1bb7c9){const _0x6d7c26=a2_0x5357;return _0x2fe1f6[_0x6d7c26(0x17c)](_0x31df2b,_0x1bb7c9);}},_0xf6aad1=_0x2fe1f6['XtDaY'](helper['getPlatformName'](_0x1ce68f,'_'),'_'+Date[_0xa66a77(0x1b3)]()),_0x5bcaca=((()=>{const _0x3584fb=_0xa66a77;if(_0x294a1b){const _0x325d13=pwToCodeceptBrowser[_0x1ce68f[_0x3584fb(0x193)]]||_0x1ce68f[_0x3584fb(0x193)];return{'browser':_0x325d13,[_0x325d13]:{'browserWSEndpoint':_0x55b4af[_0x3584fb(0x1af)](helper['getPlaywrightUrl'](_0x30c413[_0x3584fb(0x1bd)]),_0x55b4af['srLwh'](encodeURIComponent,JSON[_0x3584fb(0x1c1)](_0x1ce68f)))}};}const _0x1b3925={};return _0x1b3925['desiredCapabilities']=_0x1ce68f,_0x1b3925[_0x3584fb(0x1bb)]=_0x30c413[_0x3584fb(0x1bd)][_0x3584fb(0x174)],_0x1b3925['key']=_0x30c413[_0x3584fb(0x1bd)][_0x3584fb(0x186)],_0x1b3925;})()),_0x5a6863=_0x2fe1f6[_0xa66a77(0x1d8)](nestedKeyValue,_0x39f4d9,[_0x2fe1f6[_0xa66a77(0x1c0)],_0x3d6123]);_0x3e6fe3[_0xf6aad1]=_0x5a6863?helper[_0xa66a77(0x1ea)](_0x5bcaca,_0x5a6863):_0x5bcaca;if(!_0x294a1b){_0x3e6fe3[_0xf6aad1]['browser']=_0x1ce68f['browserName']||_0x5bcaca[_0xa66a77(0x1a0)];if(_0x2fe1f6[_0xa66a77(0x1e2)](isBrowserstackInfra)){_0x3e6fe3[_0xf6aad1][_0xa66a77(0x189)]=constants[_0xa66a77(0x176)][_0xa66a77(0x199)](_0x2fe1f6[_0xa66a77(0x188)],'')['replace'](/https?:\/\//,'');;_0x3e6fe3[_0xf6aad1]['path']=_0x2fe1f6[_0xa66a77(0x188)];}}_0x389fed[_0xa66a77(0x18f)](_0xf6aad1);});}else{_0x3ec60c=0x1;if(_0x294a1b){const _0x4a8e23=_0x2fe1f6['bFygN'](nestedKeyValue,_0x39f4d9,[_0x2fe1f6[_0x2f146c(0x1c0)],_0x3d6123,_0x2fe1f6[_0x2f146c(0x17d)]]),_0x19b6bf=_0x2fe1f6[_0x2f146c(0x164)](nestedKeyValue,_0x39f4d9,[_0x2fe1f6[_0x2f146c(0x1c0)],_0x3d6123,_0x4a8e23]);if(_0x19b6bf&&_0x19b6bf[_0x2f146c(0x1c2)]){const _0xd6d93c={};_0xd6d93c[_0x2f146c(0x1e4)]=[],_0x19b6bf[_0x2f146c(0x1c2)]=helper[_0x2f146c(0x195)](Object['assign']({},_0x30c413['config'],_0xd6d93c),null,_0x5989e2['toLowerCase'](),null,null,_0x19b6bf[_0x2f146c(0x1c2)]);}}else{const _0x3665f8={};_0x3665f8['platforms']=[],_0x39f4d9[_0x2fe1f6[_0x2f146c(0x1c0)]][_0x3d6123][_0x2fe1f6['uMFmG']]=helper[_0x2f146c(0x195)](Object[_0x2f146c(0x1dc)]({},_0x30c413[_0x2f146c(0x1bd)],_0x3665f8),null,_0x5989e2[_0x2f146c(0x161)](),_0x2fe1f6['GRTqR'](nestedKeyValue,_0x39f4d9,[_0x2fe1f6['gGbEx'],_0x3d6123,_0x2fe1f6['uMFmG']])||{},null,null);}_0x3e6fe3[_0x2fe1f6[_0x2f146c(0x16a)]]=_0x39f4d9,_0x389fed[_0x2f146c(0x18f)](_0x2fe1f6['KKWsx']);}const _0x4ecd6a={};_0x4ecd6a[_0x2f146c(0x198)]=_0x555cdf;const _0x102c0e=_0x4ecd6a,_0x167788=path[_0x2f146c(0x1ef)](__dirname,_0x2fe1f6[_0x2f146c(0x16c)]),_0x571ef8=process[_0x2f146c(0x1ca)]();process['env'][_0x2fe1f6[_0x2f146c(0x1d5)]]=_0x571ef8,process['chdir'](path[_0x2f146c(0x162)](_0x555cdf));const _0x296905=new CodeceptJS[(_0x2f146c(0x19e))](null,_0x102c0e),_0x228afd=_0x296905[_0x2f146c(0x1e6)](_0x3ec60c),_0x2feaf7=testOpsHelper['isTestObservabilitySession'](),_0x27bad9=_0x389fed['map'](_0x26fd08=>{const _0x24bacd=_0x2f146c,_0x318c52={};_0x318c52[_0x24bacd(0x1b6)]=_0x3e6fe3[_0x26fd08];const _0x23c6c4={};_0x23c6c4[_0x24bacd(0x197)]=_0x3e6fe3[_0x26fd08];const _0xf7ad91=_0x294a1b?_0x318c52:_0x23c6c4,_0x3e3e9b=_0x2fe1f6[_0x24bacd(0x1e2)](getO11yRerunPattern),_0x43ecd8={};_0x43ecd8[_0x24bacd(0x185)]=_0xf7ad91;const _0x539588={};_0x539588[_0x24bacd(0x166)]=_0x167788,_0x539588[_0x24bacd(0x1ba)]=!![],_0x539588[_0x24bacd(0x1b7)]=_0x30c413['config'][_0x24bacd(0x1a2)]['skipSessionName'],_0x539588[_0x24bacd(0x1a3)]=_0x30c413[_0x24bacd(0x1bd)][_0x24bacd(0x1a2)]['skipSessionStatus'],_0x539588[_0x24bacd(0x1a4)]=_0x2feaf7,_0x539588[_0x24bacd(0x1e5)]=_0x5989e2;const _0xa9c7ae={};_0xa9c7ae['BrowserStackPlugin']=_0x539588;const _0x1aa7e1={};return _0x1aa7e1['plugins']=_0xa9c7ae,helper[_0x24bacd(0x1ea)]({},_0x39f4d9,_0x2fe1f6[_0x24bacd(0x173)](isBrowserstackInfra)?_0x43ecd8:{},_0x3e3e9b?{'grep':_0x3e3e9b}:{},_0x1aa7e1);});for(const _0x361eec of _0x27bad9){for(const _0x1f1aa9 of _0x228afd){const _0x1f2410=_0x296905[_0x2f146c(0x18c)]();_0x1f2410[_0x2f146c(0x15f)](_0x1f1aa9),_0x1f2410[_0x2f146c(0x1ad)](_0x361eec);const _0x169cd5={};_0x169cd5[_0x2f146c(0x1bd)]=_0x555cdf,_0x1f2410[_0x2f146c(0x1e9)](_0x169cd5);}}_0x296905['on'](CodeceptJS['event'][_0x2f146c(0x171)][_0x2f146c(0x1ce)],(_0x4f5cdd,_0x54ad4a)=>{const _0x550b94=_0x2f146c;console[_0x550b94(0x1d6)](_0x2fe1f6['UvpXy'],_0x4f5cdd['title']);const _0x35fe65={[_0x4f5cdd[_0x550b94(0x1e7)]]:_0x4f5cdd[_0x550b94(0x1ab)][_0x550b94(0x1d0)]};_testErrorData['push'](_0x35fe65);}),_0x296905['on'](CodeceptJS[_0x2f146c(0x1df)][_0x2f146c(0x171)][_0x2f146c(0x1a7)],async _0x1a44f2=>{const _0x21530f=_0x2f146c;console[_0x21530f(0x1d6)](_0x2fe1f6[_0x21530f(0x1f2)],_0x1a44f2['title']);}),_0x296905['on'](CodeceptJS[_0x2f146c(0x1df)][_0x2f146c(0x171)]['before'],async _0x101e83=>{const _0x5e9f19=_0x2f146c;console[_0x5e9f19(0x1d6)](_0x2fe1f6['avgAo'],_0x101e83[_0x5e9f19(0x1e7)]);}),_0x296905['on'](CodeceptJS['event'][_0x2f146c(0x1c9)][_0x2f146c(0x1a5)],async()=>{const _0x4fd803=_0x2f146c,_0x3a2d1f=_0x2fe1f6['MtSUF'][_0x4fd803(0x17f)]('|');let _0x2f571d=0x0;while(!![]){switch(_0x3a2d1f[_0x2f571d++]){case'0':_0x30c413[_0x4fd803(0x1b8)]=_testErrorData;continue;case'1':PerformanceTester[_0x4fd803(0x1c3)](PerformanceEvents[_0x4fd803(0x19f)]);continue;case'2':utilities['finalExecution'](_0x30c413);continue;case'3':_0x296905['printResults']();continue;case'4':try{await TestHubHandler['stop']();}catch(_0x5a5fd1){logger[_0x4fd803(0x16d)](_0x4fd803(0x1d2)+util[_0x4fd803(0x19a)](_0x5a5fd1));}continue;case'5':testOpsHelper[_0x4fd803(0x1a1)]();continue;}break;}});async function _0x51196c(){const _0x4a9a1a=_0x2f146c;try{await _0x296905[_0x4a9a1a(0x1dd)](),await _0x296905[_0x4a9a1a(0x196)]();}finally{process[_0x4a9a1a(0x18e)](_0x571ef8),await _0x296905[_0x4a9a1a(0x1de)]();}}PerformanceTester['end'](PerformanceEvents[_0x2f146c(0x17e)]),_0x2fe1f6['FMhOc'](_0x51196c);}module['exports']=run;
|
|
2
|
+
'use strict';function a2_0x498d(){const _0x2f316f=['fZUoz','357332DAomoV','log','result','99LPkHyp','prepareCapabilities','ENrzT','findIndex','jyQvT','env','validPlatformsPresent','isEmpty','stringify','accessibility','before','split','hTKxo','codecept.json','join','../../helpers/test-observability/constants','../../helpers/testhub/testhubHandler','jlNsZ','require','../../helpers/accessibility-automation/helper','playwright-firefox','push','LNniy','util','browserName','testObservability','addTests','info','profile','/wd/hub','dhkjn','BROWSERSTACK_TEST_ACCESSIBILITY_YML','codeceptjs','addOptions','Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20','OnhvD','length','path','browser','errorMessage','isTestObservabilitySession','enabled','HjBwW','finalExecution','playwright-chromium','5|4|3|2|0|1','failed','10AmKXsz','3395295vJNMan','accessibilityOptions','browserStackCwd','skipSessionStatus','host','browserWSEndpoint','zEfmt','9621168faqTNI','slice','15017859LsfXwb','ADHNb','SDK_CLEANUP','Failed\x20:\x20','lupau','Getting\x20your\x20codeceptjs\x20configs\x20from\x20','config','SDK_SETUP','firefox','testConfig','hubUrl','title','BROWSERSTACK_TEST_OBSERVABILITY_YML','BrowserStackPlugin.js','FRAMEWORKS','EVENTS','../../helpers/utilities','root','useW3C','forEach','60weqPwJ','257383RlXDkt','ygANb','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','getUserWorkerCount','handleApp','gherkin','UcqcU','key','BROWSERSTACK_RERUN_TESTS','skipSessionName','1ohAqmV','dirname','1399870HJpSYm','chromium','--config','mergeDeep','event','AAcbV','existsSync','stack','mCoAM','err','test','accessKey','plugins','../../helpers/BrowserStackSetup','passed','1844120vdrNzU','getPlatformName','helpers','webkit','chdir','Lgapy','tdwmX','createGroupsOfSuites','../../helpers/helper','map','uIiCz','CODECEPT','USER_CONFIG_DETAILS_PATH','platforms','aJfFW','Passed\x20:\x20','yqOGY','nliyu','parallelsPerPlatform','mfbkh','addConfig','launchBuild','spawn','LAQYe','itiYn','toLowerCase','process','initialize','userName','Playwright','cwd','assign','zWVnO','format','isUndefined','WebDriver','BrowserStackPlugin','jufIE','replace','codecept.conf.js','trim'];a2_0x498d=function(){return _0x2f316f;};return a2_0x498d();}const a2_0x3f342c=a2_0x484a;function a2_0x484a(_0x565822,_0x17e067){const _0x498dfb=a2_0x498d();return a2_0x484a=function(_0x484a85,_0x12b724){_0x484a85=_0x484a85-0x110;let _0x3dded2=_0x498dfb[_0x484a85];return _0x3dded2;},a2_0x484a(_0x565822,_0x17e067);}(function(_0x26605b,_0x1d4300){const _0x5d157e=a2_0x484a,_0x34f02c=_0x26605b();while(!![]){try{const _0x5b6790=-parseInt(_0x5d157e(0x19c))/0x1*(-parseInt(_0x5d157e(0x19e))/0x2)+-parseInt(_0x5d157e(0x174))/0x3+-parseInt(_0x5d157e(0x141))/0x4*(parseInt(_0x5d157e(0x173))/0x5)+-parseInt(_0x5d157e(0x191))/0x6*(-parseInt(_0x5d157e(0x192))/0x7)+parseInt(_0x5d157e(0x17b))/0x8+parseInt(_0x5d157e(0x17d))/0x9+parseInt(_0x5d157e(0x117))/0xa*(-parseInt(_0x5d157e(0x144))/0xb);if(_0x5b6790===_0x1d4300)break;else _0x34f02c['push'](_0x34f02c['shift']());}catch(_0x1965df){_0x34f02c['push'](_0x34f02c['shift']());}}}(a2_0x498d,0xec84f));const fs=require('fs'),path=require('path'),util=require(a2_0x3f342c(0x15b)),process=require(a2_0x3f342c(0x131)),logger=require('../../helpers/logger')['winstonLogger'],{default:BrowserStackSetup}=require(a2_0x3f342c(0x115)),helper=require(a2_0x3f342c(0x11f)),utilities=require(a2_0x3f342c(0x18d)),{checkAccessibilityPlatformConfig}=require(a2_0x3f342c(0x157)),{setAccessibilityCapabilities}=require('../../bin/playwright/accessibility-helper'),{requireModule,nestedKeyValue,isBrowserstackInfra}=require(a2_0x3f342c(0x11f)),CodeceptJS=requireModule('codeceptjs/lib/index.js',a2_0x3f342c(0x164)),testOpsHelper=require('../../helpers/test-observability/utils'),TestHubHandler=require(a2_0x3f342c(0x154)),constants=require('../utils/constants'),PerformanceTester=require('../../helpers/performance/performance-tester'),{FRAMEWORKS}=require(a2_0x3f342c(0x153)),PerformanceEvents=require('../../helpers/performance/constants')[a2_0x3f342c(0x18c)],_testErrorData=[],getUserCodeceptJSConfigs=(_0x293688,_0x1b9638)=>{const _0x269b74=a2_0x3f342c,_0x4f8016={};_0x4f8016[_0x269b74(0x17a)]=function(_0x1b0c9a,_0x31c374){return _0x1b0c9a===_0x31c374;},_0x4f8016[_0x269b74(0x148)]=_0x269b74(0x13e),_0x4f8016[_0x269b74(0x125)]=_0x269b74(0x151);const _0x115c68=_0x4f8016;let _0x44580d=null;const _0x45e554={};let _0x104226=_0x1b9638[_0x269b74(0x147)](_0x3e1e00=>_0x3e1e00===_0x269b74(0x1a0));_0x115c68[_0x269b74(0x17a)](_0x104226,-0x1)&&(_0x104226=_0x1b9638[_0x269b74(0x147)](_0x147d48=>_0x147d48==='-c'));if(!helper[_0x269b74(0x139)](_0x293688[_0x269b74(0x183)])&&fs['existsSync'](path[_0x269b74(0x152)](process[_0x269b74(0x135)](),_0x293688[_0x269b74(0x183)])))_0x44580d=path[_0x269b74(0x152)](process[_0x269b74(0x135)](),_0x293688[_0x269b74(0x183)]),_0x1b9638['slice'](_0x104226,0x2);else{if(!helper['isUndefined'](_0x293688['c'])&&fs[_0x269b74(0x1a4)](path['join'](process[_0x269b74(0x135)](),_0x293688['c'])))_0x44580d=path[_0x269b74(0x152)](process[_0x269b74(0x135)](),_0x293688['c']),_0x1b9638[_0x269b74(0x17c)](_0x104226,0x2);else{if(fs[_0x269b74(0x1a4)](path[_0x269b74(0x152)](process[_0x269b74(0x135)](),_0x115c68[_0x269b74(0x148)])))_0x44580d=path['join'](process['cwd'](),_0x115c68[_0x269b74(0x148)]);else fs[_0x269b74(0x1a4)](path['join'](process[_0x269b74(0x135)](),_0x115c68['aJfFW']))&&(_0x44580d=path[_0x269b74(0x152)](process[_0x269b74(0x135)](),_0x115c68[_0x269b74(0x125)]));}}return process[_0x269b74(0x149)][_0x269b74(0x123)]=_0x44580d,_0x44580d;},getO11yRerunPattern=()=>{const _0x17dd6b=a2_0x3f342c,_0x13c494=helper['isTrue'](process['env']['BROWSERSTACK_RERUN']);if(_0x13c494){const _0x4b0097=process['env'][_0x17dd6b(0x19a)],_0x508be9=[];if(helper['validateRerunTestList'](_0x4b0097)&&!helper[_0x17dd6b(0x139)](_0x4b0097)){_0x4b0097[_0x17dd6b(0x14f)](',')[_0x17dd6b(0x120)](_0x2d7e0c=>{const _0x5d7f5b=_0x17dd6b;_0x508be9[_0x5d7f5b(0x159)]('('+_0x2d7e0c[_0x5d7f5b(0x13f)]()+')');});const _0x39e9fe='^'+_0x508be9[_0x17dd6b(0x152)]('|')+'$';return _0x39e9fe;}}return null;},a2_0x3f2198={};a2_0x3f2198['chrome']=a2_0x3f342c(0x19f),a2_0x3f2198[a2_0x3f342c(0x170)]='chromium',a2_0x3f2198[a2_0x3f342c(0x158)]=a2_0x3f342c(0x185),a2_0x3f2198['playwright-webkit']=a2_0x3f342c(0x11a);const pwToCodeceptBrowser=a2_0x3f2198;async function run(_0x34e832,_0x14e49f,_0x3aa2e7){const _0x4c8df3=a2_0x3f342c,_0x26621c={'ygANb':function(_0x42232c,_0x485e5d){return _0x42232c+_0x485e5d;},'HjBwW':function(_0x280d5a,_0x1bbb5f){return _0x280d5a(_0x1bbb5f);},'LAQYe':function(_0x17acff,_0x277497,_0xb7232a){return _0x17acff(_0x277497,_0xb7232a);},'mfbkh':_0x4c8df3(0x119),'uIiCz':function(_0x3273a2){return _0x3273a2();},'ADHNb':_0x4c8df3(0x161),'fZUoz':_0x4c8df3(0x180),'RRkKw':_0x4c8df3(0x126),'ENrzT':'Started\x20:\x20','mCoAM':_0x4c8df3(0x171),'UcqcU':'Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','LNniy':function(_0x2f345b,_0x94b40e,_0x489953){return _0x2f345b(_0x94b40e,_0x489953);},'hTKxo':_0x4c8df3(0x134),'jlNsZ':'WebDriver','Lgapy':function(_0x3ad007,_0xba80f6){return _0x3ad007!=_0xba80f6;},'OnhvD':function(_0x29e3b5,_0x2a0ebf){return _0x29e3b5===_0x2a0ebf;},'FhWuW':_0x4c8df3(0x197),'dhkjn':function(_0x31b83c,_0x148139){return _0x31b83c(_0x148139);},'yqOGY':function(_0x28f468){return _0x28f468();},'jufIE':function(_0x335804,_0x45af01){return _0x335804*_0x45af01;},'nliyu':function(_0xb0d077,_0x3e11d6,_0x3dde47){return _0xb0d077(_0x3e11d6,_0x3dde47);},'itiYn':_0x4c8df3(0x16a),'mjGuL':function(_0x1d8da5,_0x211abf,_0x2e38cc){return _0x1d8da5(_0x211abf,_0x2e38cc);},'lupau':'desiredCapabilities','zWVnO':_0x4c8df3(0x18e),'tdwmX':_0x4c8df3(0x18a),'AAcbV':_0x4c8df3(0x176)};await _0x3aa2e7[_0x4c8df3(0x132)](_0x34e832),await helper[_0x4c8df3(0x196)](_0x3aa2e7['config']);if(!_0x3aa2e7[_0x4c8df3(0x183)])return;process[_0x4c8df3(0x160)]=_0x34e832[_0x4c8df3(0x160)];_0x34e832[_0x4c8df3(0x160)]&&(process['env']['profile']=_0x34e832['profile']);const _0x173169=_0x26621c[_0x4c8df3(0x12e)](getUserCodeceptJSConfigs,_0x34e832,_0x14e49f);let _0x5bbd4f={};_0x173169?(logger[_0x4c8df3(0x15f)](_0x4c8df3(0x182)+_0x173169),_0x5bbd4f=CodeceptJS[_0x4c8df3(0x183)]['load'](_0x173169)):logger[_0x4c8df3(0x15f)](_0x26621c[_0x4c8df3(0x198)]);let _0x4d2fb2=![];_0x26621c[_0x4c8df3(0x15a)](nestedKeyValue,_0x5bbd4f,[_0x26621c['mfbkh'],_0x26621c[_0x4c8df3(0x150)]])&&(_0x4d2fb2=!![]);const _0xf5fca1=_0x4d2fb2?_0x26621c[_0x4c8df3(0x150)]:_0x26621c[_0x4c8df3(0x155)];let _0x3d4ec4=!_0x4d2fb2?helper[_0x4c8df3(0x18f)](_0x3aa2e7[_0x4c8df3(0x183)]):![];!helper[_0x4c8df3(0x139)](_0x3aa2e7['config'][_0x4c8df3(0x175)])&&(process[_0x4c8df3(0x149)][_0x4c8df3(0x194)]=JSON[_0x4c8df3(0x14c)](_0x3aa2e7[_0x4c8df3(0x183)][_0x4c8df3(0x175)]));let _0x124a87=_0x3aa2e7[_0x4c8df3(0x183)][_0x4c8df3(0x14d)];_0x124a87=_0x124a87||_0x26621c[_0x4c8df3(0x16e)](checkAccessibilityPlatformConfig,_0x3aa2e7[_0x4c8df3(0x183)]),process[_0x4c8df3(0x149)][_0x4c8df3(0x163)]=_0x124a87;_0x124a87&&(_0x3d4ec4=!_0x124a87);_0x26621c[_0x4c8df3(0x11c)](_0x3aa2e7[_0x4c8df3(0x183)][_0x4c8df3(0x15d)],null)?process[_0x4c8df3(0x149)]['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0x3aa2e7[_0x4c8df3(0x183)][_0x4c8df3(0x15d)]:process['env'][_0x4c8df3(0x189)]=_0x26621c[_0x4c8df3(0x167)](_0xf5fca1,_0x26621c[_0x4c8df3(0x150)]);const _0x64c9e4=_0x26621c[_0x4c8df3(0x12e)](nestedKeyValue,_0x5bbd4f,[_0x26621c['FhWuW']]),_0x31feaa=_0x64c9e4&&!helper[_0x4c8df3(0x14b)](_0x64c9e4)?FRAMEWORKS['CODECEPT_CUCUMBER']:FRAMEWORKS['CODECEPT'],_0x23aa3e=await TestHubHandler[_0x4c8df3(0x12c)](_0x31feaa,_0x3aa2e7);_0x124a87&&_0x26621c[_0x4c8df3(0x162)](setAccessibilityCapabilities,_0x3aa2e7['config']);const _0xa74027={},_0x40f28c=[],_0x261902=_0x3aa2e7[_0x4c8df3(0x183)][_0x4c8df3(0x129)]||helper[_0x4c8df3(0x195)](_0x34e832,_0x14e49f,_0x3aa2e7[_0x4c8df3(0x183)],constants['FRAMEWORKS']['CODECEPT'])||0x1;let _0x58909a=0x1;if(_0x26621c[_0x4c8df3(0x127)](isBrowserstackInfra)){const _0x3234c4=helper[_0x4c8df3(0x145)](_0x3aa2e7[_0x4c8df3(0x183)],_0x3d4ec4,constants[_0x4c8df3(0x18b)][_0x4c8df3(0x122)]);_0x3234c4[_0x4c8df3(0x190)](_0x446f0f=>{helper['setAdditionalCapabilities'](_0x446f0f);}),helper[_0x4c8df3(0x14a)](_0x3aa2e7[_0x4c8df3(0x183)])?_0x58909a=_0x26621c[_0x4c8df3(0x13c)](_0x261902,_0x3aa2e7[_0x4c8df3(0x183)][_0x4c8df3(0x124)][_0x4c8df3(0x168)]):_0x58909a=_0x261902,_0x3234c4['forEach'](_0x1bc4ce=>{const _0x3048d0=_0x4c8df3,_0x455844=_0x26621c[_0x3048d0(0x193)](helper[_0x3048d0(0x118)](_0x1bc4ce,'_'),'_'+Date['now']()),_0x6a28d1=((()=>{const _0x3b66e3=_0x3048d0;if(_0x4d2fb2){const _0x1a54bf=pwToCodeceptBrowser[_0x1bc4ce['browserName']]||_0x1bc4ce[_0x3b66e3(0x15c)];return{'browser':_0x1a54bf,[_0x1a54bf]:{'browserWSEndpoint':_0x26621c[_0x3b66e3(0x193)](helper['getPlaywrightUrl'](_0x3aa2e7['config']),_0x26621c['HjBwW'](encodeURIComponent,JSON[_0x3b66e3(0x14c)](_0x1bc4ce)))}};}const _0x424fe0={};return _0x424fe0['desiredCapabilities']=_0x1bc4ce,_0x424fe0['user']=_0x3aa2e7[_0x3b66e3(0x183)][_0x3b66e3(0x133)],_0x424fe0[_0x3b66e3(0x199)]=_0x3aa2e7[_0x3b66e3(0x183)][_0x3b66e3(0x113)],_0x424fe0;})()),_0x9f8bbc=_0x26621c[_0x3048d0(0x12e)](nestedKeyValue,_0x5bbd4f,[_0x26621c[_0x3048d0(0x12a)],_0xf5fca1]);_0xa74027[_0x455844]=_0x9f8bbc?helper[_0x3048d0(0x1a1)](_0x6a28d1,_0x9f8bbc):_0x6a28d1;if(!_0x4d2fb2){_0xa74027[_0x455844][_0x3048d0(0x16a)]=_0x1bc4ce['browserName']||_0x6a28d1[_0x3048d0(0x16a)];if(_0x26621c['uIiCz'](isBrowserstackInfra)){_0xa74027[_0x455844][_0x3048d0(0x178)]=constants[_0x3048d0(0x187)][_0x3048d0(0x13d)](_0x26621c[_0x3048d0(0x17e)],'')[_0x3048d0(0x13d)](/https?:\/\//,'');;_0xa74027[_0x455844][_0x3048d0(0x169)]=_0x26621c[_0x3048d0(0x17e)];}}_0x40f28c[_0x3048d0(0x159)](_0x455844);});}else{_0x58909a=0x1;if(_0x4d2fb2){const _0x4d5900=_0x26621c[_0x4c8df3(0x128)](nestedKeyValue,_0x5bbd4f,[_0x26621c['mfbkh'],_0xf5fca1,_0x26621c[_0x4c8df3(0x12f)]]),_0x2aa95e=_0x26621c['mjGuL'](nestedKeyValue,_0x5bbd4f,[_0x26621c[_0x4c8df3(0x12a)],_0xf5fca1,_0x4d5900]);if(_0x2aa95e&&_0x2aa95e[_0x4c8df3(0x179)]){const _0x443ffb={};_0x443ffb['platforms']=[],_0x2aa95e['browserWSEndpoint']=helper[_0x4c8df3(0x145)](Object[_0x4c8df3(0x136)]({},_0x3aa2e7[_0x4c8df3(0x183)],_0x443ffb),null,_0x31feaa['toLowerCase'](),null,null,_0x2aa95e[_0x4c8df3(0x179)]);}}else{const _0x3c93d7={};_0x3c93d7[_0x4c8df3(0x124)]=[],_0x5bbd4f[_0x26621c[_0x4c8df3(0x12a)]][_0xf5fca1][_0x26621c[_0x4c8df3(0x181)]]=helper['prepareCapabilities'](Object[_0x4c8df3(0x136)]({},_0x3aa2e7[_0x4c8df3(0x183)],_0x3c93d7),null,_0x31feaa[_0x4c8df3(0x130)](),_0x26621c['nliyu'](nestedKeyValue,_0x5bbd4f,[_0x26621c['mfbkh'],_0xf5fca1,_0x26621c[_0x4c8df3(0x181)]])||{},null,null);}_0xa74027[_0x26621c[_0x4c8df3(0x137)]]=_0x5bbd4f,_0x40f28c[_0x4c8df3(0x159)](_0x26621c[_0x4c8df3(0x137)]);}const _0x50e582={};_0x50e582[_0x4c8df3(0x186)]=_0x173169;const _0x300b95=_0x50e582,_0x3bbc5f=path['join'](__dirname,_0x26621c[_0x4c8df3(0x11d)]),_0x118383=process[_0x4c8df3(0x135)]();process[_0x4c8df3(0x149)][_0x26621c[_0x4c8df3(0x1a3)]]=_0x118383,process[_0x4c8df3(0x11b)](path[_0x4c8df3(0x19d)](_0x173169));const _0x2cd469=new CodeceptJS['Workers'](null,_0x300b95),_0x379674=_0x2cd469[_0x4c8df3(0x11e)](_0x58909a),_0x1b6577=testOpsHelper[_0x4c8df3(0x16c)](),_0x565c63=_0x40f28c['map'](_0x3b879c=>{const _0x17d961=_0x4c8df3,_0xa9b32c={};_0xa9b32c[_0x17d961(0x134)]=_0xa74027[_0x3b879c];const _0x15d320={};_0x15d320[_0x17d961(0x13a)]=_0xa74027[_0x3b879c];const _0x4fc8c0=_0x4d2fb2?_0xa9b32c:_0x15d320,_0xb3bd15=_0x26621c['uIiCz'](getO11yRerunPattern),_0x5f5bfc={};_0x5f5bfc['helpers']=_0x4fc8c0;const _0x55e531={};_0x55e531[_0x17d961(0x156)]=_0x3bbc5f,_0x55e531[_0x17d961(0x16d)]=!![],_0x55e531[_0x17d961(0x19b)]=_0x3aa2e7[_0x17d961(0x183)]['testContextOptions'][_0x17d961(0x19b)],_0x55e531[_0x17d961(0x177)]=_0x3aa2e7[_0x17d961(0x183)]['testContextOptions'][_0x17d961(0x177)],_0x55e531['testObservability']=_0x1b6577,_0x55e531['frameworkName']=_0x31feaa;const _0xfbaca0={};_0xfbaca0[_0x17d961(0x13b)]=_0x55e531;const _0x500d6a={};return _0x500d6a[_0x17d961(0x114)]=_0xfbaca0,helper[_0x17d961(0x1a1)]({},_0x5bbd4f,_0x26621c[_0x17d961(0x121)](isBrowserstackInfra)?_0x5f5bfc:{},_0xb3bd15?{'grep':_0xb3bd15}:{},_0x500d6a);});for(const _0x565c2c of _0x565c63){for(const _0x364acd of _0x379674){const _0x227a6a=_0x2cd469[_0x4c8df3(0x12d)]();_0x227a6a[_0x4c8df3(0x15e)](_0x364acd),_0x227a6a[_0x4c8df3(0x12b)](_0x565c2c);const _0x271817={};_0x271817[_0x4c8df3(0x183)]=_0x173169,_0x227a6a[_0x4c8df3(0x165)](_0x271817);}}_0x2cd469['on'](CodeceptJS[_0x4c8df3(0x1a2)][_0x4c8df3(0x112)][_0x4c8df3(0x172)],(_0x5a8ea0,_0x1810c3)=>{const _0x1dd875=_0x4c8df3;console[_0x1dd875(0x142)](_0x26621c[_0x1dd875(0x140)],_0x5a8ea0[_0x1dd875(0x188)]);const _0x4b7ca2={[_0x5a8ea0['title']]:_0x5a8ea0[_0x1dd875(0x111)][_0x1dd875(0x1a5)]};_testErrorData[_0x1dd875(0x159)](_0x4b7ca2);}),_0x2cd469['on'](CodeceptJS[_0x4c8df3(0x1a2)][_0x4c8df3(0x112)][_0x4c8df3(0x116)],async _0xb9036=>{console['log'](_0x26621c['RRkKw'],_0xb9036['title']);}),_0x2cd469['on'](CodeceptJS[_0x4c8df3(0x1a2)]['test'][_0x4c8df3(0x14e)],async _0x58810e=>{const _0x85582f=_0x4c8df3;console[_0x85582f(0x142)](_0x26621c[_0x85582f(0x146)],_0x58810e[_0x85582f(0x188)]);}),_0x2cd469['on'](CodeceptJS[_0x4c8df3(0x1a2)]['all'][_0x4c8df3(0x143)],async()=>{const _0x3dbcd5=_0x4c8df3,_0x3e43a1=_0x26621c[_0x3dbcd5(0x110)][_0x3dbcd5(0x14f)]('|');let _0x5dd447=0x0;while(!![]){switch(_0x3e43a1[_0x5dd447++]){case'0':try{await TestHubHandler['stop']();}catch(_0x1241f7){logger['debug'](_0x3dbcd5(0x166)+util[_0x3dbcd5(0x138)](_0x1241f7));}continue;case'1':_0x2cd469['printResults']();continue;case'2':utilities[_0x3dbcd5(0x16f)](_0x3aa2e7);continue;case'3':testOpsHelper['printBuildLink']();continue;case'4':_0x3aa2e7[_0x3dbcd5(0x16b)]=_testErrorData;continue;case'5':PerformanceTester['start'](PerformanceEvents[_0x3dbcd5(0x17f)]);continue;}break;}});async function _0x7776a3(){try{await _0x2cd469['bootstrapAll'](),await _0x2cd469['run']();}finally{process['chdir'](_0x118383),await _0x2cd469['teardownAll']();}}PerformanceTester['end'](PerformanceEvents[_0x4c8df3(0x184)]),_0x26621c[_0x4c8df3(0x127)](_0x7776a3);}module['exports']=run;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a3_0x1d1364=a3_0x1adf;(function(_0x233e4f,_0x561250){const _0x130b6d=a3_0x1adf,_0x561664=_0x233e4f();while(!![]){try{const _0x2f5412=parseInt(_0x130b6d(0x1b6))/0x1*(-parseInt(_0x130b6d(0x195))/0x2)+-parseInt(_0x130b6d(0x197))/0x3+-parseInt(_0x130b6d(0x185))/0x4*(parseInt(_0x130b6d(0x1ac))/0x5)+-parseInt(_0x130b6d(0x1a1))/0x6+-parseInt(_0x130b6d(0x178))/0x7+parseInt(_0x130b6d(0x187))/0x8*(-parseInt(_0x130b6d(0x177))/0x9)+-parseInt(_0x130b6d(0x183))/0xa*(-parseInt(_0x130b6d(0x194))/0xb);if(_0x2f5412===_0x561250)break;else _0x561664['push'](_0x561664['shift']());}catch(_0x4d7b2d){_0x561664['push'](_0x561664['shift']());}}}(a3_0x37ce,0x6c755));function a3_0x1adf(_0xc2e327,_0x4ab533){const _0x37ce7e=a3_0x37ce();return a3_0x1adf=function(_0x1adff5,_0x2d93ab){_0x1adff5=_0x1adff5-0x173;let _0x2e3e62=_0x37ce7e[_0x1adff5];return _0x2e3e62;},a3_0x1adf(_0xc2e327,_0x4ab533);}const {isUndefined,nestedKeyValue}=require(a3_0x1d1364(0x174)),logger=require(a3_0x1d1364(0x17f))[a3_0x1d1364(0x1bb)],PlaywrightSessionDetails=require('../../bin/playwright/sessionDetails'),{isAccessibilityAutomationSession}=require(a3_0x1d1364(0x1ae)),{getObservabilityLinkedProductName}=require(a3_0x1d1364(0x1a7)),getOSVersionFromCaps=_0x59038a=>{const _0x5badf1=a3_0x1d1364,_0x441184={};_0x441184['JXWWI']=_0x5badf1(0x1b0),_0x441184['KFbEE']='platformVersion',_0x441184[_0x5badf1(0x1a5)]=_0x5badf1(0x1ab),_0x441184[_0x5badf1(0x1a2)]=_0x5badf1(0x17c),_0x441184['IwSNa']=_0x5badf1(0x18b);const _0x4eda3e=_0x441184;if(!_0x59038a)return null;const _0x5c2da2=_0x59038a[_0x4eda3e[_0x5badf1(0x1ad)]],_0xb1a4da=[_0x4eda3e['KFbEE'],_0x4eda3e[_0x5badf1(0x1a5)],_0x4eda3e[_0x5badf1(0x1a2)],_0x4eda3e['IwSNa']];for(const _0x3f9937 of _0xb1a4da){if(_0x5c2da2&&_0x5c2da2[_0x3f9937])return _0x5c2da2[_0x3f9937];else{if(_0x59038a[_0x3f9937])return _0x59038a[_0x3f9937];}}return null;};exports['fetchPlatformDetails']=_0x91f607=>{const _0x3d6195=a3_0x1d1364,_0x21a330={'sJoBH':_0x3d6195(0x1bc),'CfFgR':function(_0x55a7fb,_0x3c46e6){return _0x55a7fb===_0x3c46e6;},'GmHUx':_0x3d6195(0x19e),'eixmE':function(_0x312921,_0x23a0cd){return _0x312921(_0x23a0cd);},'kxtoi':function(_0x49514e,_0xd5eddb,_0x4a5b1b){return _0x49514e(_0xd5eddb,_0x4a5b1b);},'NtMzD':_0x3d6195(0x1b4),'LeVcJ':_0x3d6195(0x176),'sPlHX':function(_0x54b245,_0x14ff30){return _0x54b245(_0x14ff30);},'pjRqI':_0x3d6195(0x1a0),'OgDPT':_0x3d6195(0x186),'CNoWw':_0x3d6195(0x1af),'khwyw':_0x3d6195(0x1a9)};if(!_0x91f607)return null;let _0x56280=global[_0x3d6195(0x189)]||_0x21a330[_0x3d6195(0x19a)];if(_0x21a330[_0x3d6195(0x1a3)](_0x91f607[_0x3d6195(0x18e)][_0x3d6195(0x19c)],_0x21a330[_0x3d6195(0x1b5)])){const _0x2b71d0=_0x91f607[_0x3d6195(0x186)];if(!_0x2b71d0)return null;const _0x24500d=_0x2b71d0['capabilities'],_0x41e6e6=_0x21a330[_0x3d6195(0x190)](getOSVersionFromCaps,_0x21a330[_0x3d6195(0x17e)](nestedKeyValue,_0x91f607,[_0x21a330[_0x3d6195(0x1b7)],_0x21a330[_0x3d6195(0x180)]]));return{[_0x56280]:{'browser':_0x24500d[_0x3d6195(0x1ba)],'browser_version':_0x24500d['browserVersion'],'capabilities':_0x24500d,'platform':_0x24500d[_0x3d6195(0x18a)],'platform_version':_0x24500d['platformVersion']||_0x41e6e6,'product':_0x21a330[_0x3d6195(0x1b9)](getObservabilityLinkedProductName,_0x24500d),'session_id':_0x2b71d0['sessionId']}};}else{if(_0x21a330[_0x3d6195(0x1a3)](_0x91f607['constructor'][_0x3d6195(0x19c)],_0x21a330['pjRqI'])){const _0x56c6f=PlaywrightSessionDetails[_0x3d6195(0x191)]();_0x56280=_0x56c6f['cloudProvider']||_0x56280;const _0x19a9ed=_0x21a330[_0x3d6195(0x17e)](nestedKeyValue,_0x91f607,[_0x21a330[_0x3d6195(0x1b7)],_0x21a330[_0x3d6195(0x184)],_0x21a330[_0x3d6195(0x1aa)]]),_0xe162ef=_0x19a9ed?JSON['parse'](new URL(_0x19a9ed)[_0x3d6195(0x179)][_0x3d6195(0x182)](_0x21a330[_0x3d6195(0x193)])):{};return{[_0x56280]:{'browser':_0x56c6f['browser']||_0xe162ef[_0x3d6195(0x1ba)],'browser_version':_0x56c6f[_0x3d6195(0x17d)]||_0xe162ef[_0x3d6195(0x17d)],'capabilities':_0xe162ef,'platform':_0x56c6f[_0x3d6195(0x199)],'platform_version':_0x56c6f[_0x3d6195(0x1ab)],'product':_0x21a330[_0x3d6195(0x1b9)](getObservabilityLinkedProductName,_0xe162ef),'session_id':_0x56c6f[_0x3d6195(0x198)]}};}}},exports['processWebDriverConfig']=_0x79bbeb=>{const _0x2e8c83=a3_0x1d1364,_0x59dddf={'SVPYz':function(_0x4ed747){return _0x4ed747();},'fzfTk':function(_0x3a7386,_0x57b0bf){return _0x3a7386===_0x57b0bf;},'TQkwC':'latest','vFPGo':function(_0x3b8b43,_0x27cad7){return _0x3b8b43>_0x27cad7;},'Gtlqy':function(_0x4af4e8,_0x3aa4d8){return _0x4af4e8(_0x3aa4d8);},'Izeiz':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','Ftmlv':function(_0x435612,_0x1cd076){return _0x435612===_0x1cd076;},'FOCyK':_0x2e8c83(0x1bd),'cnQwt':_0x2e8c83(0x192),'kqRFE':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','fyISE':function(_0x4f9d06,_0x543651){return _0x4f9d06(_0x543651);},'hbsxI':_0x2e8c83(0x17b)};if(_0x59dddf[_0x2e8c83(0x1a6)](isAccessibilityAutomationSession)){const _0x3905ea=_0x79bbeb[_0x2e8c83(0x186)],_0x16bf49=_0x3905ea['capabilities'];global[_0x2e8c83(0x19d)]=!![],!(_0x59dddf[_0x2e8c83(0x1b1)](_0x16bf49['browserVersion'],_0x59dddf[_0x2e8c83(0x196)])||_0x59dddf[_0x2e8c83(0x173)](_0x59dddf['Gtlqy'](parseInt,_0x16bf49['browserVersion']),0x5e))&&(logger[_0x2e8c83(0x17a)](_0x59dddf['Izeiz']),global[_0x2e8c83(0x19d)]=![]),!(_0x59dddf[_0x2e8c83(0x19f)](_0x16bf49['browserName'],_0x59dddf[_0x2e8c83(0x175)])||_0x59dddf['fzfTk'](_0x16bf49[_0x2e8c83(0x1ba)],_0x59dddf[_0x2e8c83(0x1b3)]))&&(logger[_0x2e8c83(0x17a)](_0x59dddf[_0x2e8c83(0x1b8)]),global[_0x2e8c83(0x19d)]=![]),!_0x59dddf[_0x2e8c83(0x188)](isUndefined,_0x16bf49[_0x2e8c83(0x19b)])&&(logger[_0x2e8c83(0x17a)](_0x59dddf[_0x2e8c83(0x1a8)]),global[_0x2e8c83(0x19d)]=![]);}},exports[a3_0x1d1364(0x1a4)]=_0x6831b5=>{const _0x4eb99c=a3_0x1d1364,_0x480d33={};_0x480d33[_0x4eb99c(0x1b2)]=_0x4eb99c(0x18f),_0x480d33[_0x4eb99c(0x181)]=_0x4eb99c(0x18c);const _0x47319f=_0x480d33;if(!_0x6831b5)return![];return!_0x6831b5[_0x4eb99c(0x18d)](_0x47319f[_0x4eb99c(0x1b2)])&&!_0x6831b5[_0x4eb99c(0x18d)](_0x47319f[_0x4eb99c(0x181)]);};function a3_0x37ce(){const _0x3d7729=['hbsxI','caps','CNoWw','platform_version','1825895YkhSSQ','JXWWI','../../helpers/accessibility-automation/helper','browserWSEndpoint','bstack:options','fzfTk','MJOuq','cnQwt','config','GmHUx','2eVsTbE','NtMzD','kqRFE','sPlHX','browserName','winstonLogger','unknown_grid','chrome','vFPGo','../../helpers/helper','FOCyK','desiredCapabilities','136872VUWwCU','5383427VZHSGu','searchParams','warn','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','osVersion','browser_version','kxtoi','../../helpers/logger','LeVcJ','HQdWb','get','260870pNTFEZ','OgDPT','8MAmtts','browser','176uXMBLl','fyISE','__cloud_provider___','platformName','os_version','browserstack_accessibility_automation_script','includes','constructor','browserstack_executor','eixmE','getDetails','playwright-chromium','khwyw','1463DSpqJb','738236MhNlTx','TQkwC','609948DEuzPY','bsSessionId','platform','sJoBH','deviceName','name','accessibilityPlatform','WebDriver','Ftmlv','Playwright','1498674bhjHNV','oPlMr','CfFgR','shouldPatchExecuteScript','qtwyf','SVPYz','../../helpers/test-observability/utils'];a3_0x37ce=function(){return _0x3d7729;};return a3_0x37ce();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a4_0x50377c=a4_0x4ce7;(function(_0x3c7110,_0x31a018){const _0x4bce42=a4_0x4ce7,_0x341824=_0x3c7110();while(!![]){try{const _0x1f42d5=-parseInt(_0x4bce42(0x1b8))/0x1+parseInt(_0x4bce42(0x221))/0x2+parseInt(_0x4bce42(0x217))/0x3*(parseInt(_0x4bce42(0x1cb))/0x4)+-parseInt(_0x4bce42(0x194))/0x5*(parseInt(_0x4bce42(0x21c))/0x6)+-parseInt(_0x4bce42(0x15b))/0x7*(parseInt(_0x4bce42(0x1c5))/0x8)+parseInt(_0x4bce42(0x1f3))/0x9*(-parseInt(_0x4bce42(0x1b9))/0xa)+parseInt(_0x4bce42(0x1bc))/0xb;if(_0x1f42d5===_0x31a018)break;else _0x341824['push'](_0x341824['shift']());}catch(_0x1cc298){_0x341824['push'](_0x341824['shift']());}}}(a4_0x4907,0xb5de2));function a4_0x4ce7(_0x53fc69,_0x223fd1){const _0x490799=a4_0x4907();return a4_0x4ce7=function(_0x4ce766,_0x3e0988){_0x4ce766=_0x4ce766-0x157;let _0x3c9c4a=_0x490799[_0x4ce766];return _0x3c9c4a;},a4_0x4ce7(_0x53fc69,_0x223fd1);}const path=require(a4_0x50377c(0x1fc)),fs=require('fs'),{v4:uuidv4}=require(a4_0x50377c(0x1c4)),{importFileFromPWCore,nestedKeyValue,parseWSEndpoint,isUndefined}=require(a4_0x50377c(0x1de)),testOpsHelper=require(a4_0x50377c(0x173)),{getTestEnv}=require('../mocha/test-observability/mochaUtils'),{FRAMEWORKS}=require('../../helpers/test-observability/constants'),logger=require(a4_0x50377c(0x193))['winstonLogger'],SessionHandler=require(a4_0x50377c(0x1dc)),RequestQueueHandler=require('../../helpers/test-observability/requestQueueHandler'),PlaywrightSessionDetails=require(a4_0x50377c(0x1d8)),debug=testOpsHelper[a4_0x50377c(0x159)],{processAccessibilityCaps}=require('../playwright/accessibility-helper'),Constants=require('../utils/constants'),{fetchPlatformDetails}=require(a4_0x50377c(0x1d3)),{shouldProcessEventForTesthub,appendTesthubParams}=require(a4_0x50377c(0x163)),STATE_PASSED='passed',STATE_FAILED=a4_0x50377c(0x17e),a4_0x4518a1={};a4_0x4518a1[a4_0x50377c(0x1e5)]=a4_0x50377c(0x1b6),a4_0x4518a1[a4_0x50377c(0x1cd)]=a4_0x50377c(0x1a7),a4_0x4518a1[a4_0x50377c(0x1f9)]=a4_0x50377c(0x176),a4_0x4518a1[a4_0x50377c(0x1ed)]='HookRunStarted',a4_0x4518a1[a4_0x50377c(0x218)]='HookRunFinished';const TEST_EVENTS=a4_0x4518a1,parseEvent=_0x364633=>{const _0x577c3a=a4_0x50377c,_0x3d472d={};_0x3d472d['WgUrj']=function(_0x20ce1a,_0x3ea318){return _0x20ce1a<_0x3ea318;},_0x3d472d['fGnxc']=function(_0x1e975f,_0x18da73){return _0x1e975f===_0x18da73;},_0x3d472d[_0x577c3a(0x1c7)]=_0x577c3a(0x17c),_0x3d472d[_0x577c3a(0x22c)]=function(_0x4b8196,_0x5c36bd){return _0x4b8196===_0x5c36bd;},_0x3d472d[_0x577c3a(0x1e9)]=_0x577c3a(0x251),_0x3d472d[_0x577c3a(0x1f6)]=_0x577c3a(0x1e2),_0x3d472d[_0x577c3a(0x22d)]=function(_0xbdd650,_0x29ec76){return _0xbdd650===_0x29ec76;},_0x3d472d[_0x577c3a(0x1bd)]='started',_0x3d472d[_0x577c3a(0x1d2)]=_0x577c3a(0x209);const _0x33c8a6=_0x3d472d,_0x2cb234=_0x364633[_0x577c3a(0x1df)](/^(.*)Run(.*)$/);if(!_0x2cb234)return null;if(_0x33c8a6[_0x577c3a(0x1e1)](_0x2cb234[_0x577c3a(0x215)],0x3))return null;const _0x57a327=_0x2cb234[0x1][_0x577c3a(0x167)](),_0x30618b=_0x2cb234[0x2][_0x577c3a(0x167)]();return{'test':_0x33c8a6['fGnxc'](_0x57a327,_0x33c8a6[_0x577c3a(0x1c7)]),'hook':_0x33c8a6['mIfjS'](_0x57a327,_0x33c8a6['KCMZo']),'skipped':_0x33c8a6[_0x577c3a(0x1a0)](_0x30618b,_0x33c8a6[_0x577c3a(0x1f6)]),'started':_0x33c8a6[_0x577c3a(0x22d)](_0x30618b,_0x33c8a6[_0x577c3a(0x1bd)]),'finished':_0x33c8a6['mIfjS'](_0x30618b,_0x33c8a6[_0x577c3a(0x1d2)])};},mockPWBrowserType=_0x55b6c8=>{const _0x1ae57c=a4_0x50377c,_0x2e73af={'kKyGY':function(_0x503657,_0x20bd06){return _0x503657===_0x20bd06;},'RqEHA':'string','SYENe':function(_0x22d0a5,_0x43c03e,_0x52e1ad){return _0x22d0a5(_0x43c03e,_0x52e1ad);},'VaVXV':'wsEndpoint','BVgLT':function(_0x14b80d,_0x1bafdd){return _0x14b80d(_0x1bafdd);},'cIZNv':'browserstack','OvkUG':_0x1ae57c(0x1c8),'acoGO':_0x1ae57c(0x1eb),'hmIFp':'browserType.js','noSsV':_0x1ae57c(0x19b),'RecCw':_0x1ae57c(0x22a),'hsglD':'launch'},_0x267128=path[_0x1ae57c(0x16b)](_0x2e73af[_0x1ae57c(0x228)],_0x2e73af['acoGO'],_0x2e73af[_0x1ae57c(0x213)]),_0x749490=_0x2e73af[_0x1ae57c(0x16e)](importFileFromPWCore,_0x267128);if(!_0x749490){_0x2e73af[_0x1ae57c(0x16e)](debug,_0x2e73af[_0x1ae57c(0x1f2)]);return;}const _0x47b92d=_0x749490[_0x1ae57c(0x175)],_0x4aac2a=_0x47b92d[_0x1ae57c(0x198)];if(_0x4aac2a['obsBrowserTypeMockApplied'])return;const _0x461af2=_0x4aac2a[_0x1ae57c(0x22a)];Object[_0x1ae57c(0x24b)](_0x4aac2a,_0x2e73af[_0x1ae57c(0x22e)],{'get':function(){return async function _0x36f5bf(_0x584fc8,_0x399a74){const _0x3b024f=a4_0x4ce7,_0x14a905={'Jrkxv':function(_0x3241ed,_0x9489fb){const _0x45711a=a4_0x4ce7;return _0x2e73af[_0x45711a(0x19f)](_0x3241ed,_0x9489fb);},'GMYWm':_0x2e73af['RqEHA']},_0x27c6ee=_0x2e73af[_0x3b024f(0x250)](nestedKeyValue,_0x584fc8,[_0x2e73af[_0x3b024f(0x1d5)]])||_0x584fc8;let _0x1ec66f=null,_0x55b254=null;try{[_0x55b254,_0x1ec66f]=_0x27c6ee?_0x2e73af[_0x3b024f(0x16e)](parseWSEndpoint,_0x27c6ee):[null,null],global[_0x3b024f(0x1e7)]=_0x1ec66f,logger[_0x3b024f(0x159)]('Checking\x20for\x20accessibility\x20automation\x20session\x20with\x20'+_0x55b254),_0x55b254['includes'](Constants[_0x3b024f(0x21e)])&&(global[_0x3b024f(0x1a5)]=_0x2e73af['cIZNv']);}catch(_0x24d8a4){logger[_0x3b024f(0x159)](_0x3b024f(0x225)+_0x27c6ee+'\x20'+_0x24d8a4);}_0x2e73af[_0x3b024f(0x250)](processAccessibilityCaps,_0x1ec66f,_0x55b254);if(global[_0x3b024f(0x247)]){const _0x1c1675=await _0x4aac2a[_0x3b024f(0x226)]['apply'](this,[''+Constants[_0x3b024f(0x1d4)]+_0x2e73af[_0x3b024f(0x16e)](encodeURIComponent,JSON[_0x3b024f(0x235)](_0x1ec66f))]);return PlaywrightSessionDetails[_0x3b024f(0x1b0)](_0x1c1675,_0x55b6c8,_0x27c6ee),_0x1c1675;}return _0x461af2[_0x3b024f(0x1c6)](this,arguments)[_0x3b024f(0x242)](_0x5a5739=>{const _0x1a155a=_0x3b024f;let _0xdb3adf=_0x584fc8[_0x1a155a(0x24a)];return _0x14a905[_0x1a155a(0x179)](typeof _0x584fc8,_0x14a905[_0x1a155a(0x183)])&&(_0xdb3adf=_0x584fc8),PlaywrightSessionDetails[_0x1a155a(0x1b0)](_0x5a5739,_0x55b6c8,_0xdb3adf),_0x5a5739;});};}});const _0x276f71=_0x4aac2a[_0x1ae57c(0x1da)];Object[_0x1ae57c(0x24b)](_0x4aac2a,_0x2e73af[_0x1ae57c(0x207)],{'get':function(){return async function _0x479ca0(){const _0x4f9a9b=a4_0x4ce7;return _0x276f71[_0x4f9a9b(0x1c6)](this,arguments)['then'](_0x456256=>{const _0x3d5733=_0x4f9a9b;return PlaywrightSessionDetails[_0x3d5733(0x1b0)](_0x456256,null),_0x456256;});};}});};class O11yHelper{['currentTest']=null;['currentHook']=null;['enabled']=![];[a4_0x50377c(0x1bb)]=![];constructor(_0x1f3795,_0xbd45fd){const _0x1fa980=a4_0x50377c,_0x40f487={'rosRT':_0x1fa980(0x1ee),'GDYWv':function(_0x3247b6,_0x4ce574){return _0x3247b6===_0x4ce574;},'TdigY':'Playwright','rwCjY':function(_0x4b5394,_0x34d7fc){return _0x4b5394(_0x34d7fc);},'jQLaG':function(_0x302e80){return _0x302e80();}},_0x349973=_0x40f487[_0x1fa980(0x222)][_0x1fa980(0x18c)]('|');let _0x401257=0x0;while(!![]){switch(_0x349973[_0x401257++]){case'0':this[_0x1fa980(0x206)]&&_0x40f487[_0x1fa980(0x178)](this[_0x1fa980(0x206)][_0x1fa980(0x18d)][_0x1fa980(0x216)],_0x40f487[_0x1fa980(0x157)])&&_0x40f487[_0x1fa980(0x1ba)](mockPWBrowserType,null);continue;case'1':this[_0x1fa980(0x15d)]=_0x40f487[_0x1fa980(0x244)](getTestEnv);continue;case'2':this[_0x1fa980(0x206)]=_0x1f3795;continue;case'3':this[_0x1fa980(0x1bb)]=_0xbd45fd[_0x1fa980(0x1bb)];continue;case'4':this['enabled']=_0x40f487[_0x1fa980(0x244)](shouldProcessEventForTesthub);continue;case'5':this['_paths']=new testOpsHelper[(_0x1fa980(0x1a1))]({'cwd':process[_0x1fa980(0x1b2)]()},this[_0x1fa980(0x15d)][_0x1fa980(0x208)]);continue;}break;}}[a4_0x50377c(0x219)](){const _0x33b380=a4_0x50377c;if(!this[_0x33b380(0x1a9)])return;testOpsHelper[_0x33b380(0x1af)](),process[_0x33b380(0x21a)](_0x33b380(0x1ad)+process[_0x33b380(0x1f1)]),process['on']('bs:addLog:'+process[_0x33b380(0x1f1)],this[_0x33b380(0x1c1)][_0x33b380(0x17d)](this));}async[a4_0x50377c(0x1d6)](){const _0x75c283=a4_0x50377c;await RequestQueueHandler[_0x75c283(0x1a3)]()[_0x75c283(0x237)]();}async[a4_0x50377c(0x1c1)](_0x2a579c){const _0x25c2a4=a4_0x50377c,_0x3bcfe9={'nkYnt':'LogCreated','PzolD':function(_0x2e5952,_0x4d3281){return _0x2e5952(_0x4d3281);}};try{this[_0x25c2a4(0x232)]&&!this[_0x25c2a4(0x232)][_0x25c2a4(0x246)]&&(_0x2a579c[_0x25c2a4(0x1bf)]=this[_0x25c2a4(0x232)]['hookAnalyticsId']);!_0x2a579c[_0x25c2a4(0x1bf)]&&this[_0x25c2a4(0x197)]&&!this[_0x25c2a4(0x197)][_0x25c2a4(0x246)]&&(_0x2a579c['test_run_uuid']=this['currentTest'][_0x25c2a4(0x24f)]);if(_0x2a579c[_0x25c2a4(0x1bf)]||_0x2a579c[_0x25c2a4(0x231)]){const _0x3e4caf={};_0x3e4caf['event_type']=_0x3bcfe9[_0x25c2a4(0x1d9)],_0x3e4caf[_0x25c2a4(0x1cf)]=[_0x2a579c],await SessionHandler[_0x25c2a4(0x1ab)](_0x3e4caf);}}catch(_0x3021d7){_0x3bcfe9[_0x25c2a4(0x1e4)](debug,_0x25c2a4(0x233)+_0x3021d7);}}async[a4_0x50377c(0x1fe)](_0x3b98e3){const _0x12a463=a4_0x50377c,_0x109763={'bVtYz':'CBTSessionCreated','fvEMO':function(_0x13d8e5,_0xea4aa7){return _0x13d8e5(_0xea4aa7);}};if(!this[_0x12a463(0x1a9)])return;const _0x2c8a3b=this[_0x12a463(0x1ca)](this[_0x12a463(0x206)]);try{const _0x567386={};_0x567386[_0x12a463(0x1c4)]=_0x3b98e3,_0x567386[_0x12a463(0x1dd)]=_0x2c8a3b;const _0x46cecf=_0x567386,_0x3efd1c={};_0x3efd1c[_0x12a463(0x1c0)]=_0x109763['bVtYz'],_0x3efd1c[_0x12a463(0x227)]=_0x46cecf,await SessionHandler[_0x12a463(0x1ab)](_0x3efd1c);}catch(_0x7fdd05){_0x109763[_0x12a463(0x165)](debug,_0x12a463(0x1d7)+_0x7fdd05);}}[a4_0x50377c(0x1ca)](_0x4c6d33){const _0x3d29a1=a4_0x50377c,_0x79a290={'cezKX':function(_0x244ddd,_0x2d6d11){return _0x244ddd(_0x2d6d11);}};return _0x79a290[_0x3d29a1(0x212)](fetchPlatformDetails,_0x4c6d33);}['resetSkipTestHooks']=_0x1afd45=>{const _0x5db652=a4_0x50377c,_0xfd0eaf={};_0xfd0eaf[_0x5db652(0x17f)]='_beforeEach',_0xfd0eaf[_0x5db652(0x19c)]=_0x5db652(0x20d);const _0x5de7e8=_0xfd0eaf;if(!_0x1afd45||!_0x1afd45[_0x5db652(0x1e0)])return;[_0x5de7e8['WDYSU'],_0x5de7e8['TUSbv']][_0x5db652(0x174)](_0x2a3f22=>{const _0x43044a=_0x1afd45['parent'][_0x2a3f22];_0x43044a['forEach'](_0x5519a0=>{const _0x1b1fd5=a4_0x4ce7;_0x5519a0['hookAnalyticsId']&&(_0x5519a0[_0x1b1fd5(0x191)]=null);});});};[a4_0x50377c(0x1fa)](_0x394a11){const _0x527d92=a4_0x50377c,_0x20f6c6={'YEKWw':_0x527d92(0x224),'HJYmN':function(_0x5016e7){return _0x5016e7();},'RJvRX':function(_0x4f6fcc,_0x24cd6e){return _0x4f6fcc===_0x24cd6e;},'arHAl':'_afterEach','yptgI':function(_0x3491c0){return _0x3491c0();},'AdzNq':_0x527d92(0x18f),'gVrcb':_0x527d92(0x20e),'MXjbh':_0x527d92(0x1f8)};if(!_0x394a11||!_0x394a11[_0x527d92(0x1e0)])return;[_0x20f6c6[_0x527d92(0x245)],_0x20f6c6[_0x527d92(0x249)],_0x20f6c6[_0x527d92(0x1a8)],_0x20f6c6[_0x527d92(0x187)]]['forEach'](_0xd1a108=>{const _0x2fb7e6=_0x527d92,_0x167a25=_0x394a11[_0x2fb7e6(0x1e0)][_0xd1a108]||[];_0x167a25[_0x2fb7e6(0x174)](_0x543da2=>{const _0x29f7fa=_0x2fb7e6;if(_0x543da2[_0x29f7fa(0x1ea)][_0x29f7fa(0x1db)](_0x20f6c6[_0x29f7fa(0x1ec)]))return;if(!_0x543da2[_0x29f7fa(0x191)])_0x543da2['hookAnalyticsId']=_0x20f6c6[_0x29f7fa(0x1e3)](uuidv4);else _0x543da2['markedStatus']&&_0x20f6c6[_0x29f7fa(0x21b)](_0xd1a108,_0x20f6c6['arHAl'])&&(_0x543da2[_0x29f7fa(0x191)]=_0x20f6c6[_0x29f7fa(0x182)](uuidv4),delete _0x543da2[_0x29f7fa(0x246)]);});}),this[_0x527d92(0x1fa)](_0x394a11[_0x527d92(0x1e0)]);}[a4_0x50377c(0x164)](_0x3b57c0){const _0x35937a=a4_0x50377c,_0x65391b={};_0x65391b[_0x35937a(0x1c9)]='_beforeAll',_0x65391b[_0x35937a(0x214)]=_0x35937a(0x20e),_0x65391b['ydwqN']=_0x35937a(0x1f8),_0x65391b[_0x35937a(0x161)]=_0x35937a(0x20d);const _0x21b463=_0x65391b;if(!_0x3b57c0||!_0x3b57c0['parent'])return[];const _0x3ef8c2=[];return[_0x21b463['AGaGI'],_0x21b463[_0x35937a(0x214)],_0x21b463[_0x35937a(0x238)],_0x21b463[_0x35937a(0x161)]][_0x35937a(0x174)](_0x54b99c=>{const _0x3865c8=_0x3b57c0['parent'][_0x54b99c]||[];_0x3865c8['forEach'](_0x367a33=>{const _0x530a95=a4_0x4ce7;_0x367a33['hookAnalyticsId']&&_0x3ef8c2[_0x530a95(0x211)](_0x367a33[_0x530a95(0x191)]);});}),[]['concat'](_0x3ef8c2,this['getHooksForTest'](_0x3b57c0[_0x35937a(0x1e0)]));}[a4_0x50377c(0x180)](_0x3296c9){const _0x5cc458=a4_0x50377c,_0x3502d1=/^"(?<hook>.*)" hook:.*$/,_0x1a8d77=_0x3296c9[_0x5cc458(0x1ea)],_0x382b80=_0x1a8d77[_0x5cc458(0x1df)](_0x3502d1);if(_0x382b80&&_0x382b80[_0x5cc458(0x20c)])return _0x382b80[_0x5cc458(0x20c)][_0x5cc458(0x251)][_0x5cc458(0x1b5)]()[_0x5cc458(0x15a)]('\x20','_');return null;}[a4_0x50377c(0x185)](_0x5cb428){const _0x4df3fc=a4_0x50377c,_0x177d66={};_0x177d66['QPKty']=function(_0x3c39ab,_0x43b0c0){return _0x3c39ab===_0x43b0c0;},_0x177d66[_0x4df3fc(0x16a)]=function(_0x1a23ec,_0x237dbe){return _0x1a23ec===_0x237dbe;},_0x177d66['Fjpfl']=function(_0x1a9569,_0x15f6f4){return _0x1a9569===_0x15f6f4;},_0x177d66['uLLMZ']=function(_0x4eb304,_0x2cfd13){return _0x4eb304===_0x2cfd13;},_0x177d66[_0x4df3fc(0x1cc)]=_0x4df3fc(0x20f),_0x177d66['GydQg']='config';const _0xd7e958=_0x177d66,_0x4d4fa7=path[_0x4df3fc(0x160)];if(_0xd7e958[_0x4df3fc(0x1be)](_0x5cb428,null)||_0xd7e958['DynDg'](_0x5cb428,'')||_0xd7e958[_0x4df3fc(0x21d)](_0x5cb428,_0x4d4fa7)||_0xd7e958['uLLMZ'](_0x5cb428,path['dirname'](_0x5cb428)))return null;try{return fs[_0x4df3fc(0x1fb)](path[_0x4df3fc(0x16b)](_0x5cb428,_0xd7e958[_0x4df3fc(0x1cc)],_0xd7e958[_0x4df3fc(0x248)])),_0x5cb428;}catch(_0x44a4d6){const _0x4272ae=path['dirname'](_0x5cb428);return this[_0x4df3fc(0x185)](_0x4272ae);}}['getRootParentFile'](_0x13fd25){const _0x159f6e=a4_0x50377c,_0x360d60={};_0x360d60[_0x159f6e(0x181)]=function(_0x5d86b7,_0x21ad4a){return _0x5d86b7>_0x21ad4a;};const _0x4b419a=_0x360d60;if(_0x13fd25[_0x159f6e(0x1ce)])return _0x13fd25[_0x159f6e(0x1ce)];if(_0x13fd25[_0x159f6e(0x24c)]){const _0x14c194=_0x13fd25['ctx'][_0x159f6e(0x197)]?this[_0x159f6e(0x1f7)](_0x13fd25[_0x159f6e(0x24c)][_0x159f6e(0x197)]):null;if(_0x14c194)return _0x14c194;}if(_0x13fd25[_0x159f6e(0x1e0)]){const _0x50b102=this['getRootParentFile'](_0x13fd25[_0x159f6e(0x1e0)])||(_0x13fd25['parent'][_0x159f6e(0x24c)]&&_0x13fd25[_0x159f6e(0x1e0)]['ctx'][_0x159f6e(0x197)]?this[_0x159f6e(0x1f7)](_0x13fd25[_0x159f6e(0x1e0)]['ctx'][_0x159f6e(0x197)]):null);if(_0x50b102)return _0x50b102;_0x13fd25['parent'][_0x159f6e(0x177)]&&_0x4b419a[_0x159f6e(0x181)](_0x13fd25[_0x159f6e(0x1e0)][_0x159f6e(0x177)]['length'],0x0)&&_0x13fd25[_0x159f6e(0x1e0)][_0x159f6e(0x177)][_0x159f6e(0x174)](_0x3fb769=>{const _0x28c097=_0x159f6e,_0x4fe24e=_0x3fb769['ctx']?this[_0x28c097(0x1f7)](_0x3fb769[_0x28c097(0x24c)]):null;if(_0x4fe24e)return _0x4fe24e;});}return null;}[a4_0x50377c(0x195)](_0x58ca37){const _0x270356=a4_0x50377c,_0x2fcc42={};_0x2fcc42[_0x270356(0x1b1)]=function(_0x4e0dd9,_0x3b9d3d){return _0x4e0dd9!==_0x3b9d3d;};const _0x245feb=_0x2fcc42,_0x332785=[];if(_0x58ca37&&_0x58ca37[_0x270356(0x1e0)]){let _0x474181=_0x58ca37[_0x270356(0x1e0)];while(_0x474181&&_0x245feb['aMJQp'](_0x474181['title'],'')){_0x332785['push'](_0x474181[_0x270356(0x1ea)]),_0x474181=_0x474181[_0x270356(0x1e0)];}}return _0x332785;}[a4_0x50377c(0x15f)](_0x261889,_0x47211d,_0x3e58f6=undefined){const _0x5ac274=a4_0x50377c,_0x2ad4dd={'FgIpy':function(_0x415493,_0x2674d8){return _0x415493(_0x2674d8);},'lfLxm':function(_0x4985a7){return _0x4985a7();},'wYzkv':function(_0x352e65){return _0x352e65();},'qkBsK':function(_0x42dd69,_0x3c1559){return _0x42dd69(_0x3c1559);},'unDnV':_0x5ac274(0x18a),'ccQUb':_0x5ac274(0x169),'YEJXU':function(_0x5e2cb6,_0x3065ec){return _0x5e2cb6!==_0x3065ec;},'ukoqQ':_0x5ac274(0x1ff),'rSwWj':_0x5ac274(0x16c),'oFWID':_0x5ac274(0x17e),'BsDbQ':_0x5ac274(0x17a),'FfZNy':_0x5ac274(0x1e2),'YIyil':_0x5ac274(0x234),'RQCdt':function(_0x40b4f6,_0x58c297){return _0x40b4f6-_0x58c297;},'LGnFD':function(_0x3a2b36,_0x419a88,_0x4d0c61,_0x5777bd,_0x490ef2){return _0x3a2b36(_0x419a88,_0x4d0c61,_0x5777bd,_0x490ef2);},'oSoEP':_0x5ac274(0x1dd),'yhwhu':'meta','bFASw':_0x5ac274(0x23b),'YQyUZ':_0x5ac274(0x199),'PsVxO':_0x5ac274(0x210),'hFxdx':_0x5ac274(0x241),'JLFWC':_0x5ac274(0x20b),'vDtkO':function(_0x2658a1,_0x928937){return _0x2658a1===_0x928937;},'aXhKp':_0x5ac274(0x1d0),'gvhZu':'test_run'};if(!this[_0x5ac274(0x1a9)])return;try{if(_0x47211d['fn']&&_0x47211d['fn']['toString']()[_0x5ac274(0x1df)](/browserstack internal helper hook/))return;const _0x2b876b=_0x2ad4dd['FgIpy'](parseEvent,_0x261889);if(!_0x2b876b)return;if(_0x2b876b[_0x5ac274(0x17c)]){this['currentTest']=_0x47211d,this[_0x5ac274(0x232)]=null;if(_0x2b876b[_0x5ac274(0x196)]||_0x2b876b[_0x5ac274(0x1e2)]){_0x47211d[_0x5ac274(0x1f5)]=new Date(),_0x47211d[_0x5ac274(0x246)]=![];if(!_0x47211d[_0x5ac274(0x24f)])_0x47211d[_0x5ac274(0x24f)]=_0x2ad4dd['lfLxm'](uuidv4);else _0x47211d['markedStatus']&&(!_0x47211d[_0x5ac274(0x23c)]&&(_0x47211d[_0x5ac274(0x23c)]=_0x47211d[_0x5ac274(0x24f)]),_0x47211d[_0x5ac274(0x24f)]=_0x2ad4dd['lfLxm'](uuidv4));}}else{if(_0x2b876b['hook']){this[_0x5ac274(0x232)]=_0x47211d;if(_0x2b876b[_0x5ac274(0x196)]){_0x47211d['startedAt']=new Date(),_0x47211d[_0x5ac274(0x246)]=![];if(!_0x47211d[_0x5ac274(0x191)])_0x47211d['hookAnalyticsId']=_0x2ad4dd[_0x5ac274(0x15e)](uuidv4);else _0x47211d[_0x5ac274(0x191)]&&_0x47211d[_0x5ac274(0x246)]&&(_0x47211d[_0x5ac274(0x191)]=_0x2ad4dd[_0x5ac274(0x202)](uuidv4));}}}if(_0x2b876b[_0x5ac274(0x209)]&&_0x47211d['markedStatus'])return;let _0x175cbd;try{_0x175cbd=this[_0x5ac274(0x1f7)](_0x47211d);}catch(_0x33d957){logger['debug']('failed\x20to\x20get\x20root\x20parent\x20file\x20'+_0x33d957),_0x175cbd=null;}const _0x350523=_0x2ad4dd[_0x5ac274(0x24d)](require,_0x2ad4dd[_0x5ac274(0x19d)]);let _0xfb965a=[];_0x3e58f6&&(_0xfb965a=[_0x3e58f6,_0x2ad4dd[_0x5ac274(0x230)]]);const _0x126b46=_0x2ad4dd[_0x5ac274(0x171)](_0x47211d[_0x5ac274(0x18e)],undefined)?_0x350523[_0x5ac274(0x170)](_0x47211d['errorsDetailed'][0x0]):_0x2ad4dd['YEJXU'](_0x3e58f6,undefined)?_0x3e58f6[_0x5ac274(0x1f0)]():undefined,_0x2984e6=_0x175cbd?this[_0x5ac274(0x185)](_0x175cbd):null,_0x15ccd8=_0x175cbd?this[_0x5ac274(0x186)]['prefixTestPath'](this['getRootParentFile'](_0x47211d)):_0x2ad4dd[_0x5ac274(0x204)];let _0xa88d33=_0x2ad4dd[_0x5ac274(0x1c3)];const _0x4320ca=!_0x2b876b[_0x5ac274(0x196)]?new Date()[_0x5ac274(0x16f)]():null;if(_0x2b876b['finished'])_0xa88d33=_0x3e58f6?_0x2ad4dd[_0x5ac274(0x172)]:_0x2ad4dd['BsDbQ'],_0x47211d[_0x5ac274(0x246)]=!![];else _0x2b876b[_0x5ac274(0x1e2)]&&(_0xa88d33=_0x2ad4dd[_0x5ac274(0x1fd)],_0x47211d[_0x5ac274(0x246)]=!![]);const _0x297b0e={'framework':this[_0x5ac274(0x1bb)],'uuid':_0x47211d[_0x5ac274(0x24f)]||_0x47211d['hookAnalyticsId'],'name':_0x47211d['title'],'body':{'lang':_0x2ad4dd['YIyil'],'code':_0x47211d[_0x5ac274(0x236)][_0x5ac274(0x1f0)]()},'type':_0x47211d[_0x5ac274(0x166)],'scope':_0x47211d[_0x5ac274(0x1d1)](),'scopes':this[_0x5ac274(0x195)](_0x47211d),'file_name':_0x15ccd8,'vc_filepath':_0x2984e6?path[_0x5ac274(0x1b3)](_0x2984e6,_0x175cbd):null,'location':_0x15ccd8,'result':_0xa88d33,'failure_reason':_0x126b46,'duration_in_ms':_0x47211d[_0x5ac274(0x1ae)]||(_0x2b876b['finished']||_0x2b876b[_0x5ac274(0x1e2)])?_0x2ad4dd[_0x5ac274(0x18b)](Date[_0x5ac274(0x239)](),new Date(_0x47211d[_0x5ac274(0x1f5)])[_0x5ac274(0x190)]()):null,'started_at':new Date(_0x47211d[_0x5ac274(0x1f5)])[_0x5ac274(0x16f)](),'finished_at':_0x4320ca,'failure':testOpsHelper['failureData'][_0x5ac274(0x1c6)](null,_0xfb965a),'failure_type':!_0x126b46?null:testOpsHelper['getFailureType'](_0x126b46),'retry_of':_0x47211d['retryOf']||null,'tags':_0x47211d[_0x5ac274(0x21f)]||[],'customRerunParam':{'rerun_name':_0x47211d[_0x5ac274(0x1d1)]()}};_0x2ad4dd[_0x5ac274(0x1c2)](appendTesthubParams,_0x297b0e,_0x261889,_0x47211d,FRAMEWORKS[_0x5ac274(0x220)]);if(_0x2b876b[_0x5ac274(0x251)])[_0x297b0e[_0x5ac274(0x229)],_0x297b0e[_0x5ac274(0x216)]]=[this['getHookType'](_0x47211d),_0x47211d[_0x5ac274(0x24c)][_0x5ac274(0x17c)][_0x5ac274(0x1ea)]],_0x2b876b[_0x5ac274(0x209)]?_0x2ad4dd[_0x5ac274(0x171)](_0x297b0e[_0x5ac274(0x243)],_0x2ad4dd[_0x5ac274(0x172)])&&(_0x297b0e[_0x5ac274(0x243)]=_0x2ad4dd[_0x5ac274(0x1a2)]):_0x297b0e[_0x5ac274(0x236)]={};else _0x2b876b[_0x5ac274(0x17c)]&&(this[_0x5ac274(0x1fa)](_0x47211d),_0x2b876b[_0x5ac274(0x1e2)]&&this[_0x5ac274(0x20a)](_0x47211d),(_0x2b876b[_0x5ac274(0x209)]||_0x2b876b['skipped'])&&(_0x297b0e[_0x5ac274(0x1e8)]=this['getHooksForTest'](_0x47211d)));this['driver']&&(_0x2b876b[_0x5ac274(0x196)]||_0x2b876b[_0x5ac274(0x1e2)])&&(_0x297b0e[_0x2ad4dd[_0x5ac274(0x223)]]=this[_0x5ac274(0x1ca)](this['driver']));_0x2b876b['test']&&_0x2b876b[_0x5ac274(0x209)]&&_0x47211d[_0x5ac274(0x19a)]&&(_0x297b0e[_0x2ad4dd[_0x5ac274(0x23e)]]={'feature':{'name':_0x47211d[_0x5ac274(0x1e0)][_0x5ac274(0x1ef)][_0x5ac274(0x216)],'path':_0x297b0e[_0x5ac274(0x1aa)],'description':_0x47211d['parent']['comment']},'scenario':{'name':_0x47211d[_0x5ac274(0x1ea)]},'steps':_0x47211d[_0x5ac274(0x19a)]});const _0x32eee6=_0x297b0e[_0x2ad4dd['bFASw']][0x0];_0x32eee6&&(_0x297b0e[_0x2ad4dd['YQyUZ']]=_0x32eee6[_0x2ad4dd['PsVxO']],_0x297b0e[_0x2ad4dd[_0x5ac274(0x22f)]]=_0x32eee6[_0x2ad4dd[_0x5ac274(0x192)]]);if(_0x47211d[_0x5ac274(0x19a)])for(const _0x2a935b of _0x47211d[_0x5ac274(0x19a)]){!_0x2a935b[_0x5ac274(0x23a)]&&(_0x2a935b[_0x5ac274(0x23a)]=new Date()['toISOString'](),_0x2ad4dd[_0x5ac274(0x1e6)](_0x2a935b[_0x5ac274(0x243)],_0x2ad4dd['rSwWj'])&&(_0x32eee6?(_0x2a935b[_0x5ac274(0x243)]=_0x2ad4dd['oFWID'],_0x2a935b[_0x5ac274(0x23b)]=_0x32eee6[_0x2ad4dd[_0x5ac274(0x22b)]][0x0]):_0x2a935b[_0x5ac274(0x243)]=_0x2ad4dd[_0x5ac274(0x1a2)]));}const _0x289c33={};_0x289c33[_0x5ac274(0x1c0)]=_0x2b876b[_0x5ac274(0x1e2)]?TEST_EVENTS[_0x5ac274(0x1cd)]:_0x261889;const _0x322858=_0x289c33;return _0x2b876b['hook']?_0x322858[_0x2ad4dd[_0x5ac274(0x184)]]=_0x297b0e:_0x322858[_0x2ad4dd['gvhZu']]=_0x297b0e,_0x322858;}catch(_0x4a38c5){logger[_0x5ac274(0x159)](_0x5ac274(0x168)+_0x261889+_0x5ac274(0x158)+_0x4a38c5);}}async[a4_0x50377c(0x188)](_0x2c565c,_0x11a95d){const _0x1031ae=a4_0x50377c;if(!this['enabled']||!_0x11a95d||!_0x2c565c)return![];try{return await SessionHandler['uploadEventData'](_0x11a95d);}catch(_0x21b31f){logger[_0x1031ae(0x159)](_0x1031ae(0x1ac)+_0x2c565c+'\x20with\x20error\x20:\x20'+_0x21b31f);}}[a4_0x50377c(0x16d)](_0x33736f){const _0x1fe339=a4_0x50377c,_0x5882fc={};_0x5882fc['yeizP']=_0x1fe339(0x16c);const _0x14afe1=_0x5882fc;return{'id':_0x33736f[_0x1fe339(0x1f4)],'text':_0x33736f[_0x1fe339(0x201)],'keyword':_0x33736f[_0x1fe339(0x23d)],'started_at':_0x33736f['startedAt'][_0x1fe339(0x16f)](),'result':_0x14afe1[_0x1fe339(0x1a6)]};}[a4_0x50377c(0x23f)](_0x20c6b6){const _0xf2d650=a4_0x50377c,_0x150e4e={'nGjIx':function(_0x40461f){return _0x40461f();}};!this[_0xf2d650(0x197)][_0xf2d650(0x19a)]&&(this[_0xf2d650(0x197)]['bddSteps']=[]),!_0x20c6b6[_0xf2d650(0x1f4)]&&(_0x20c6b6[_0xf2d650(0x1f4)]=_0x150e4e[_0xf2d650(0x240)](uuidv4),_0x20c6b6[_0xf2d650(0x1f5)]=new Date(),this[_0xf2d650(0x197)][_0xf2d650(0x19a)][_0xf2d650(0x211)](this[_0xf2d650(0x16d)](_0x20c6b6)));}['bddStepFinish'](_0x5b1572){const _0x42dabb=a4_0x50377c,_0x399b16={'aPQFm':function(_0xdfd211,_0x140b34){return _0xdfd211(_0x140b34);},'SxWBD':'success','TxFUr':_0x42dabb(0x16c),'PoBHS':_0x42dabb(0x17a),'aUNHy':function(_0x4d65ba,_0x82e5a8){return _0x4d65ba-_0x82e5a8;}};let _0x1b9d4c=this[_0x42dabb(0x197)]['bddSteps'][_0x42dabb(0x189)](_0x21233d=>_0x21233d['id']===_0x5b1572[_0x42dabb(0x1f4)]);_0x399b16['aPQFm'](isUndefined,_0x1b9d4c)&&(_0x1b9d4c=this[_0x42dabb(0x16d)](_0x5b1572)),_0x1b9d4c['result']=[_0x399b16[_0x42dabb(0x1a4)],_0x399b16[_0x42dabb(0x15c)]][_0x42dabb(0x1db)](_0x5b1572[_0x42dabb(0x1b4)])?_0x399b16[_0x42dabb(0x162)]:_0x5b1572[_0x42dabb(0x1b4)],_0x1b9d4c[_0x42dabb(0x23a)]=new Date()['toISOString'](),_0x1b9d4c['duration']=_0x399b16[_0x42dabb(0x19e)](Date[_0x42dabb(0x239)](),_0x5b1572['startedAt'][_0x42dabb(0x190)]()),_0x1b9d4c[_0x42dabb(0x23b)]=_0x5b1572[_0x42dabb(0x169)]?_0x5b1572[_0x42dabb(0x169)][_0x42dabb(0x24e)]:null;}}const a4_0x5c226c={};function a4_0x4907(){const _0x52f38d=['getHooksForTest','fvEMO','type','toLowerCase','Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20','err','DynDg','join','pending','initializeBddStep','BVgLT','toISOString','inspect','YEJXU','oFWID','../../helpers/test-observability/utils','forEach','BrowserType','TestRunSkipped','suites','GDYWv','Jrkxv','passed','exports','test','bind','failed','WDYSU','getHookType','ezViX','yptgI','GMYWm','aXhKp','findGitConfig','_paths','arHAl','fireEvent','find','util','RQCdt','split','constructor','errorsDetailed','_beforeAll','getTime','hookAnalyticsId','JLFWC','../../helpers/logger','1345bPspRo','getHierarchy','started','currentTest','prototype','failure_backtrace','bddSteps','Not\x20able\x20to\x20import\x20Browser','TUSbv','unDnV','aUNHy','kKyGY','fGnxc','PathHelper','BsDbQ','getInstance','SxWBD','__cloud_provider___','yeizP','TestRunFinished','MXjbh','enabled','file_name','uploadEventData','Exception\x20in\x20sending\x20test\x20data\x20for\x20event\x20','bs:addLog:','duration','patchConsoleLogger','setupBrowserDetails','aMJQp','cwd','relative','status','toUpperCase','TestRunStarted','O11yHelper','1431936JXyoGn','739810dARNYg','rwCjY','frameworkName','10924738vYTsEZ','VqGgB','QPKty','hook_run_uuid','event_type','appendTestItemLog','LGnFD','rSwWj','uuid','73224qTFghm','apply','hocGJ','lib','AGaGI','getCBTInfo','16cVZehj','Dluiz','TEST_RUN_FINISHED','file','logs','hook_run','fullTitle','xPGeH','./helper.js','PLAYWRIGHT_HUB_URL','VaVXV','stop','Exception\x20in\x20uploading\x20platform\x20details\x20to\x20Observability\x20with\x20error\x20:\x20','../playwright/sessionDetails','nkYnt','launch','includes','../../helpers/test-observability/sessionHandler','integrations','../../helpers/helper','match','parent','WgUrj','skipped','HJYmN','PzolD','TEST_RUN_STARTED','vDtkO','__platformCaps','hooks','KCMZo','title','client','YEKWw','HOOK_RUN_STARTED','4|3|2|1|5|0','feature','toString','pid','noSsV','18MsWhBn','stepAnalyticsId','startedAt','fQbiq','getRootParentFile','_beforeEach','TEST_RUN_SKIPPED','mapTestHooks','statSync','path','FfZNy','sendCBTInfo','File\x20path\x20could\x20not\x20be\x20found','STATE_FAILED','text','wYzkv','STATE_PASSED','ukoqQ','TEST_EVENTS','driver','hsglD','location_prefix','finished','resetSkipTestHooks','expanded','groups','_afterEach','_afterAll','.git','backtrace','push','cezKX','hmIFp','IVlHK','length','name','1035897yvxQIu','HOOK_RUN_FINISHED','start','removeAllListeners','RJvRX','17706yWAHnF','Fjpfl','BROWSERSTACK','tags','CODECEPT','1781482sTWqVd','rosRT','oSoEP','codeceptjs','Failed\x20to\x20parse\x20wsendpoint\x20','connectOverCDP','test_run','OvkUG','hook_type','connect','PsVxO','mIfjS','htVyO','RecCw','hFxdx','ccQUb','test_run_uuid','currentHook','Exception\x20in\x20uploading\x20log\x20data\x20to\x20Observability\x20with\x20error\x20:\x20','javascript','stringify','body','shutdown','ydwqN','now','finished_at','failure','retryOf','keyword','yhwhu','bddStepStart','nGjIx','failure_reason_expanded','then','result','jQLaG','AdzNq','markedStatus','accessibilityPlatform','GydQg','gVrcb','wsEndpoint','defineProperty','ctx','qkBsK','message','testAnalyticsId','SYENe','hook','TdigY','\x20with\x20error\x20:\x20','debug','replace','112lXikQd','TxFUr','_testEnv','lfLxm','captureEvent','sep','cQzcx','PoBHS','../../helpers/testhub/utils.js'];a4_0x4907=function(){return _0x52f38d;};return a4_0x4907();}a4_0x5c226c[a4_0x50377c(0x1b7)]=O11yHelper,a4_0x5c226c[a4_0x50377c(0x203)]=STATE_PASSED,a4_0x5c226c[a4_0x50377c(0x200)]=STATE_FAILED,a4_0x5c226c[a4_0x50377c(0x205)]=TEST_EVENTS,module[a4_0x50377c(0x17b)]=a4_0x5c226c;
|
|
1
|
+
const a4_0x4ebfc2=a4_0x53d2;(function(_0x3ef715,_0x44db04){const _0x224e85=a4_0x53d2,_0x174efa=_0x3ef715();while(!![]){try{const _0x229bd2=parseInt(_0x224e85(0x1df))/0x1+parseInt(_0x224e85(0x23a))/0x2*(parseInt(_0x224e85(0x22f))/0x3)+parseInt(_0x224e85(0x254))/0x4*(parseInt(_0x224e85(0x226))/0x5)+parseInt(_0x224e85(0x22e))/0x6*(-parseInt(_0x224e85(0x287))/0x7)+parseInt(_0x224e85(0x2b7))/0x8+parseInt(_0x224e85(0x2ad))/0x9+parseInt(_0x224e85(0x237))/0xa*(-parseInt(_0x224e85(0x2c0))/0xb);if(_0x229bd2===_0x44db04)break;else _0x174efa['push'](_0x174efa['shift']());}catch(_0x34d53d){_0x174efa['push'](_0x174efa['shift']());}}}(a4_0x5c8f,0x47c83));function a4_0x53d2(_0x189fee,_0x36e0d4){const _0x5c8fb1=a4_0x5c8f();return a4_0x53d2=function(_0x53d258,_0x5eaba3){_0x53d258=_0x53d258-0x1d8;let _0x343d05=_0x5c8fb1[_0x53d258];return _0x343d05;},a4_0x53d2(_0x189fee,_0x36e0d4);}const path=require(a4_0x4ebfc2(0x29a)),fs=require('fs'),{v4:uuidv4}=require(a4_0x4ebfc2(0x26b)),{importFileFromPWCore,nestedKeyValue,parseWSEndpoint,isUndefined}=require(a4_0x4ebfc2(0x21e)),testOpsHelper=require(a4_0x4ebfc2(0x261)),{getTestEnv}=require(a4_0x4ebfc2(0x2b9)),{FRAMEWORKS}=require('../../helpers/test-observability/constants'),logger=require(a4_0x4ebfc2(0x27d))['winstonLogger'],SessionHandler=require(a4_0x4ebfc2(0x21b)),RequestQueueHandler=require(a4_0x4ebfc2(0x2a5)),PlaywrightSessionDetails=require('../playwright/sessionDetails'),debug=testOpsHelper['debug'],{processAccessibilityCaps}=require(a4_0x4ebfc2(0x260)),Constants=require(a4_0x4ebfc2(0x2a4)),{fetchPlatformDetails}=require(a4_0x4ebfc2(0x246)),{shouldProcessEventForTesthub,appendTesthubParams}=require(a4_0x4ebfc2(0x29f)),STATE_PASSED=a4_0x4ebfc2(0x26a),STATE_FAILED='failed',a4_0x3d8af3={};a4_0x3d8af3[a4_0x4ebfc2(0x1ea)]=a4_0x4ebfc2(0x1f2),a4_0x3d8af3['TEST_RUN_FINISHED']=a4_0x4ebfc2(0x2a9),a4_0x3d8af3[a4_0x4ebfc2(0x269)]=a4_0x4ebfc2(0x1e7),a4_0x3d8af3[a4_0x4ebfc2(0x28a)]=a4_0x4ebfc2(0x224),a4_0x3d8af3[a4_0x4ebfc2(0x278)]=a4_0x4ebfc2(0x222);const TEST_EVENTS=a4_0x3d8af3,parseEvent=_0x70545f=>{const _0x1953bb=a4_0x4ebfc2,_0xfc800d={};_0xfc800d[_0x1953bb(0x2bf)]=function(_0x450582,_0x29df60){return _0x450582<_0x29df60;},_0xfc800d[_0x1953bb(0x2cb)]=function(_0x5ac5a5,_0x47f799){return _0x5ac5a5===_0x47f799;},_0xfc800d[_0x1953bb(0x25c)]=_0x1953bb(0x286),_0xfc800d[_0x1953bb(0x221)]=function(_0x57769a,_0x3262db){return _0x57769a===_0x3262db;},_0xfc800d['ehqfW']='hook',_0xfc800d['CzSMr']='skipped',_0xfc800d[_0x1953bb(0x1e5)]=function(_0x24ff8d,_0x3f22cd){return _0x24ff8d===_0x3f22cd;},_0xfc800d[_0x1953bb(0x1e0)]='started',_0xfc800d[_0x1953bb(0x27b)]=function(_0x3487fa,_0x2f2644){return _0x3487fa===_0x2f2644;},_0xfc800d['rJYSd']=_0x1953bb(0x247);const _0x3cd465=_0xfc800d,_0x3336e7=_0x70545f[_0x1953bb(0x297)](/^(.*)Run(.*)$/);if(!_0x3336e7)return null;if(_0x3cd465[_0x1953bb(0x2bf)](_0x3336e7[_0x1953bb(0x1fa)],0x3))return null;const _0x1ddeed=_0x3336e7[0x1]['toLowerCase'](),_0x2c1d50=_0x3336e7[0x2]['toLowerCase']();return{'test':_0x3cd465['uEVti'](_0x1ddeed,_0x3cd465[_0x1953bb(0x25c)]),'hook':_0x3cd465[_0x1953bb(0x221)](_0x1ddeed,_0x3cd465['ehqfW']),'skipped':_0x3cd465[_0x1953bb(0x221)](_0x2c1d50,_0x3cd465[_0x1953bb(0x2be)]),'started':_0x3cd465['gDGxs'](_0x2c1d50,_0x3cd465[_0x1953bb(0x1e0)]),'finished':_0x3cd465[_0x1953bb(0x27b)](_0x2c1d50,_0x3cd465['rJYSd'])};},mockPWBrowserType=_0x16b4f7=>{const _0x545c93=a4_0x4ebfc2,_0x387d45={'lpBVJ':function(_0x831815,_0x5316a2,_0x141493){return _0x831815(_0x5316a2,_0x141493);},'Wuhhy':_0x545c93(0x200),'tEtFs':function(_0x13a170,_0x4ab71c){return _0x13a170(_0x4ab71c);},'PQiHb':_0x545c93(0x290),'ZvPHG':function(_0x7711bc,_0x50b86e){return _0x7711bc(_0x50b86e);},'qAAfi':function(_0x330105,_0x2ba149){return _0x330105===_0x2ba149;},'sjSeb':_0x545c93(0x258),'ZDLhR':'lib','cRAXo':'client','ADqEe':_0x545c93(0x24b),'gDYUN':function(_0x573208,_0x29e328){return _0x573208(_0x29e328);},'fSzRr':_0x545c93(0x1db),'gJcXl':_0x545c93(0x29d),'ODZrC':_0x545c93(0x294)},_0x3c0f10=path[_0x545c93(0x2c6)](_0x387d45['ZDLhR'],_0x387d45[_0x545c93(0x2c9)],_0x387d45[_0x545c93(0x24d)]),_0x25c958=_0x387d45[_0x545c93(0x2c7)](importFileFromPWCore,_0x3c0f10);if(!_0x25c958){_0x387d45[_0x545c93(0x255)](debug,_0x387d45[_0x545c93(0x266)]);return;}const _0x3bc45e=_0x25c958[_0x545c93(0x251)],_0x3d9da1=_0x3bc45e[_0x545c93(0x24c)];if(_0x3d9da1['obsBrowserTypeMockApplied'])return;const _0x1e473d=_0x3d9da1[_0x545c93(0x29d)];Object[_0x545c93(0x2b8)](_0x3d9da1,_0x387d45[_0x545c93(0x248)],{'get':function(){const _0x445bcc=_0x545c93,_0x145205={'mZOka':function(_0x1ee9d9,_0x6c2520){const _0x168977=a4_0x53d2;return _0x387d45[_0x168977(0x2ce)](_0x1ee9d9,_0x6c2520);},'FCbkt':_0x387d45[_0x445bcc(0x229)]};return async function _0x2e8730(_0x1c228c,_0x501809){const _0x288616=_0x445bcc,_0x330ffa=_0x387d45[_0x288616(0x1f6)](nestedKeyValue,_0x1c228c,[_0x387d45['Wuhhy']])||_0x1c228c;let _0x13f6fa=null,_0x1d3b32=null;try{[_0x1d3b32,_0x13f6fa]=_0x330ffa?_0x387d45[_0x288616(0x275)](parseWSEndpoint,_0x330ffa):[null,null],global[_0x288616(0x280)]=_0x13f6fa,logger[_0x288616(0x235)](_0x288616(0x2aa)+_0x1d3b32),_0x1d3b32[_0x288616(0x2a0)](Constants['BROWSERSTACK'])&&(global['__cloud_provider___']=_0x387d45[_0x288616(0x20e)]);}catch(_0x410732){logger[_0x288616(0x235)](_0x288616(0x262)+_0x330ffa+'\x20'+_0x410732);}_0x387d45['lpBVJ'](processAccessibilityCaps,_0x13f6fa,_0x1d3b32);if(global[_0x288616(0x225)]){const _0x5ee733=await _0x3d9da1['connectOverCDP']['apply'](this,[''+Constants[_0x288616(0x259)]+_0x387d45[_0x288616(0x2c7)](encodeURIComponent,JSON[_0x288616(0x2cf)](_0x13f6fa))]);return PlaywrightSessionDetails['setupBrowserDetails'](_0x5ee733,_0x16b4f7,_0x330ffa),_0x5ee733;}return _0x1e473d['apply'](this,arguments)[_0x288616(0x1f9)](_0x277e66=>{const _0x59cfc3=_0x288616;let _0x394d3b=_0x1c228c[_0x59cfc3(0x200)];return _0x145205[_0x59cfc3(0x2b1)](typeof _0x1c228c,_0x145205['FCbkt'])&&(_0x394d3b=_0x1c228c),PlaywrightSessionDetails['setupBrowserDetails'](_0x277e66,_0x16b4f7,_0x394d3b),_0x277e66;});};}});const _0x4b1dad=_0x3d9da1[_0x545c93(0x294)];Object[_0x545c93(0x2b8)](_0x3d9da1,_0x387d45[_0x545c93(0x293)],{'get':function(){return async function _0x1873e1(){const _0x75a3fc=a4_0x53d2;return _0x4b1dad[_0x75a3fc(0x2bc)](this,arguments)[_0x75a3fc(0x1f9)](_0x433b02=>{return PlaywrightSessionDetails['setupBrowserDetails'](_0x433b02,null),_0x433b02;});};}});};class O11yHelper{[a4_0x4ebfc2(0x24f)]=null;[a4_0x4ebfc2(0x202)]=null;[a4_0x4ebfc2(0x2c5)]=![];[a4_0x4ebfc2(0x244)]=![];constructor(_0x3df79b,_0x4f8fd9){const _0x5c2127=a4_0x4ebfc2,_0x563295={'fDMXo':'3|4|5|2|1|0','YQoTP':function(_0x1e8a49,_0x47adcd){return _0x1e8a49===_0x47adcd;},'lckoL':'Playwright','ziTyH':function(_0x32ecb0,_0x3da50f){return _0x32ecb0(_0x3da50f);},'ORDky':function(_0x44b2c1){return _0x44b2c1();}},_0x20ee63=_0x563295[_0x5c2127(0x227)][_0x5c2127(0x298)]('|');let _0x2d5fe3=0x0;while(!![]){switch(_0x20ee63[_0x2d5fe3++]){case'0':this[_0x5c2127(0x2a7)]&&_0x563295[_0x5c2127(0x20c)](this[_0x5c2127(0x2a7)]['constructor'][_0x5c2127(0x206)],_0x563295[_0x5c2127(0x249)])&&_0x563295['ziTyH'](mockPWBrowserType,null);continue;case'1':this[_0x5c2127(0x25e)]=new testOpsHelper[(_0x5c2127(0x212))]({'cwd':process['cwd']()},this[_0x5c2127(0x252)][_0x5c2127(0x1fd)]);continue;case'2':this[_0x5c2127(0x252)]=_0x563295[_0x5c2127(0x215)](getTestEnv);continue;case'3':this[_0x5c2127(0x2c5)]=_0x563295[_0x5c2127(0x215)](shouldProcessEventForTesthub);continue;case'4':this[_0x5c2127(0x244)]=_0x4f8fd9[_0x5c2127(0x244)];continue;case'5':this[_0x5c2127(0x2a7)]=_0x3df79b;continue;}break;}}[a4_0x4ebfc2(0x1f4)](){const _0x22d30c=a4_0x4ebfc2;if(!this['enabled'])return;testOpsHelper['patchConsoleLogger'](),process[_0x22d30c(0x2a1)](_0x22d30c(0x1f0)+process[_0x22d30c(0x28e)]),process['on']('bs:addLog:'+process[_0x22d30c(0x28e)],this[_0x22d30c(0x2c8)][_0x22d30c(0x1f8)](this));}async[a4_0x4ebfc2(0x2c1)](){const _0x4bb9c5=a4_0x4ebfc2;await RequestQueueHandler[_0x4bb9c5(0x20f)]()['shutdown']();}async['appendTestItemLog'](_0x16202d){const _0x13db4a=a4_0x4ebfc2,_0x505f3f={'KsNsg':_0x13db4a(0x233),'QAUut':function(_0x37b85a,_0x42c4f0){return _0x37b85a(_0x42c4f0);}};try{this[_0x13db4a(0x202)]&&!this[_0x13db4a(0x202)]['markedStatus']&&(_0x16202d[_0x13db4a(0x1e1)]=this[_0x13db4a(0x202)][_0x13db4a(0x2b3)]);!_0x16202d[_0x13db4a(0x1e1)]&&this[_0x13db4a(0x24f)]&&!this[_0x13db4a(0x24f)][_0x13db4a(0x1dd)]&&(_0x16202d[_0x13db4a(0x223)]=this['currentTest'][_0x13db4a(0x268)]);if(_0x16202d[_0x13db4a(0x1e1)]||_0x16202d[_0x13db4a(0x223)]){const _0x55422b={};_0x55422b[_0x13db4a(0x264)]=_0x505f3f[_0x13db4a(0x26d)],_0x55422b[_0x13db4a(0x218)]=[_0x16202d],await SessionHandler[_0x13db4a(0x26e)](_0x55422b);}}catch(_0x26ad0c){_0x505f3f['QAUut'](debug,_0x13db4a(0x288)+_0x26ad0c);}}async[a4_0x4ebfc2(0x205)](_0x1b7cc5){const _0x69840=a4_0x4ebfc2,_0x461f70={'TMnUy':_0x69840(0x1ed),'nUXFV':function(_0x17954e,_0x16746b){return _0x17954e(_0x16746b);}};if(!this[_0x69840(0x2c5)])return;const _0x2f8194=this['getCBTInfo'](this['driver']);try{const _0x596ab1={};_0x596ab1[_0x69840(0x26b)]=_0x1b7cc5,_0x596ab1[_0x69840(0x2b5)]=_0x2f8194;const _0x30303e=_0x596ab1,_0x4fd8f4={};_0x4fd8f4[_0x69840(0x264)]=_0x461f70['TMnUy'],_0x4fd8f4['test_run']=_0x30303e,await SessionHandler[_0x69840(0x26e)](_0x4fd8f4);}catch(_0x346830){_0x461f70[_0x69840(0x2b2)](debug,_0x69840(0x274)+_0x346830);}}[a4_0x4ebfc2(0x243)](_0xf0ee07){const _0x195771=a4_0x4ebfc2,_0x38629f={'ySHkP':function(_0x344eec,_0x3e2750){return _0x344eec(_0x3e2750);}};return _0x38629f[_0x195771(0x27a)](fetchPlatformDetails,_0xf0ee07);}[a4_0x4ebfc2(0x1eb)]=_0x2661ec=>{const _0x52a8ab=a4_0x4ebfc2,_0x107664={};_0x107664['cCMPK']=_0x52a8ab(0x23d),_0x107664['IpKGu']=_0x52a8ab(0x277);const _0x488d7b=_0x107664;if(!_0x2661ec||!_0x2661ec['parent'])return;[_0x488d7b[_0x52a8ab(0x250)],_0x488d7b['IpKGu']][_0x52a8ab(0x29e)](_0x5383c3=>{const _0x4e2810=_0x52a8ab,_0x53477f=_0x2661ec[_0x4e2810(0x209)][_0x5383c3];_0x53477f[_0x4e2810(0x29e)](_0x3c25e9=>{const _0x2bacfa=_0x4e2810;_0x3c25e9[_0x2bacfa(0x2b3)]&&(_0x3c25e9[_0x2bacfa(0x2b3)]=null);});});};[a4_0x4ebfc2(0x23e)](_0xf4d682){const _0x2399d9=a4_0x4ebfc2,_0x1643d3={'itllH':_0x2399d9(0x24a),'gnqVF':function(_0x4d9f71){return _0x4d9f71();},'quapX':function(_0x4a9ad0,_0x7f8cf3){return _0x4a9ad0===_0x7f8cf3;},'WxDJm':_0x2399d9(0x277),'UnYto':function(_0x5b52ac){return _0x5b52ac();},'attPA':'_beforeAll','EgNfu':'_afterAll','BDXMj':_0x2399d9(0x23d)};if(!_0xf4d682||!_0xf4d682['parent'])return;[_0x1643d3['attPA'],_0x1643d3['EgNfu'],_0x1643d3['BDXMj'],_0x1643d3[_0x2399d9(0x1ff)]][_0x2399d9(0x29e)](_0x1c9ca0=>{const _0xa69615=_0x2399d9,_0x2c0cba={'HBuYM':_0x1643d3['itllH'],'fkWKp':function(_0x2dc6c4){const _0x594610=a4_0x53d2;return _0x1643d3[_0x594610(0x22a)](_0x2dc6c4);},'ifKDd':function(_0x376729,_0x819661){return _0x1643d3['quapX'](_0x376729,_0x819661);},'HcsGH':_0x1643d3[_0xa69615(0x1ff)],'RNrqE':function(_0x441a8b){const _0xf05800=_0xa69615;return _0x1643d3[_0xf05800(0x230)](_0x441a8b);}},_0x152cb0=_0xf4d682[_0xa69615(0x209)][_0x1c9ca0]||[];_0x152cb0[_0xa69615(0x29e)](_0x4d2f57=>{const _0xd11ef1=_0xa69615;if(_0x4d2f57[_0xd11ef1(0x1fb)][_0xd11ef1(0x2a0)](_0x2c0cba[_0xd11ef1(0x22b)]))return;if(!_0x4d2f57['hookAnalyticsId'])_0x4d2f57[_0xd11ef1(0x2b3)]=_0x2c0cba[_0xd11ef1(0x26f)](uuidv4);else _0x4d2f57[_0xd11ef1(0x1dd)]&&_0x2c0cba[_0xd11ef1(0x234)](_0x1c9ca0,_0x2c0cba[_0xd11ef1(0x2bd)])&&(_0x4d2f57[_0xd11ef1(0x2b3)]=_0x2c0cba['RNrqE'](uuidv4),delete _0x4d2f57[_0xd11ef1(0x1dd)]);});}),this[_0x2399d9(0x23e)](_0xf4d682[_0x2399d9(0x209)]);}[a4_0x4ebfc2(0x2ca)](_0x5960c0){const _0x13c942=a4_0x4ebfc2,_0x57fd3b={};_0x57fd3b[_0x13c942(0x1e3)]='_beforeAll',_0x57fd3b['nIDIr']=_0x13c942(0x204),_0x57fd3b[_0x13c942(0x242)]=_0x13c942(0x23d),_0x57fd3b[_0x13c942(0x2cd)]=_0x13c942(0x277);const _0xc9808e=_0x57fd3b;if(!_0x5960c0||!_0x5960c0[_0x13c942(0x209)])return[];const _0x2078f3=[];return[_0xc9808e[_0x13c942(0x1e3)],_0xc9808e[_0x13c942(0x1e8)],_0xc9808e[_0x13c942(0x242)],_0xc9808e['QRJns']][_0x13c942(0x29e)](_0x18fb3b=>{const _0x12dc4a=_0x13c942,_0x3c0899=_0x5960c0[_0x12dc4a(0x209)][_0x18fb3b]||[];_0x3c0899[_0x12dc4a(0x29e)](_0x38eff4=>{const _0x42d238=_0x12dc4a;_0x38eff4[_0x42d238(0x2b3)]&&_0x2078f3[_0x42d238(0x241)](_0x38eff4[_0x42d238(0x2b3)]);});}),[][_0x13c942(0x2a6)](_0x2078f3,this[_0x13c942(0x2ca)](_0x5960c0[_0x13c942(0x209)]));}[a4_0x4ebfc2(0x29b)](_0x5d6cc9){const _0x3d841e=a4_0x4ebfc2,_0x2fa1c1=/^"(?<hook>.*)" hook:.*$/,_0x146560=_0x5d6cc9['title'],_0x2fbc5c=_0x146560['match'](_0x2fa1c1);if(_0x2fbc5c&&_0x2fbc5c[_0x3d841e(0x217)])return _0x2fbc5c[_0x3d841e(0x217)][_0x3d841e(0x219)][_0x3d841e(0x231)]()[_0x3d841e(0x21f)]('\x20','_');return null;}[a4_0x4ebfc2(0x2bb)](_0x32faa2){const _0x4b61d3=a4_0x4ebfc2,_0x1631c3={};_0x1631c3[_0x4b61d3(0x253)]=function(_0x3360e0,_0x2d2a37){return _0x3360e0===_0x2d2a37;},_0x1631c3[_0x4b61d3(0x210)]=function(_0x5c5664,_0x1e7c7f){return _0x5c5664===_0x1e7c7f;},_0x1631c3[_0x4b61d3(0x22c)]=function(_0x5f43da,_0x387caf){return _0x5f43da===_0x387caf;},_0x1631c3['NsqrL']=_0x4b61d3(0x28d),_0x1631c3[_0x4b61d3(0x20d)]=_0x4b61d3(0x216);const _0x21be96=_0x1631c3,_0x6869bb=path[_0x4b61d3(0x27c)];if(_0x21be96['EjQeg'](_0x32faa2,null)||_0x21be96['eMXNH'](_0x32faa2,'')||_0x21be96['FdpNz'](_0x32faa2,_0x6869bb)||_0x21be96['EjQeg'](_0x32faa2,path[_0x4b61d3(0x236)](_0x32faa2)))return null;try{return fs['statSync'](path[_0x4b61d3(0x2c6)](_0x32faa2,_0x21be96[_0x4b61d3(0x23f)],_0x21be96[_0x4b61d3(0x20d)])),_0x32faa2;}catch(_0x7e4aff){const _0x3b94f2=path[_0x4b61d3(0x236)](_0x32faa2);return this[_0x4b61d3(0x2bb)](_0x3b94f2);}}[a4_0x4ebfc2(0x2a2)](_0x119e1a){const _0x21a8af=a4_0x4ebfc2,_0x763c50={};_0x763c50[_0x21a8af(0x2b0)]=function(_0x5b0111,_0x5bbc39){return _0x5b0111>_0x5bbc39;};const _0x4ea552=_0x763c50;if(_0x119e1a[_0x21a8af(0x2b6)])return _0x119e1a[_0x21a8af(0x2b6)];if(_0x119e1a[_0x21a8af(0x284)]){const _0x31c3a6=_0x119e1a[_0x21a8af(0x284)][_0x21a8af(0x24f)]?this[_0x21a8af(0x2a2)](_0x119e1a[_0x21a8af(0x284)][_0x21a8af(0x24f)]):null;if(_0x31c3a6)return _0x31c3a6;}if(_0x119e1a[_0x21a8af(0x209)]){const _0xae0d3=this[_0x21a8af(0x2a2)](_0x119e1a[_0x21a8af(0x209)])||(_0x119e1a[_0x21a8af(0x209)][_0x21a8af(0x284)]&&_0x119e1a[_0x21a8af(0x209)][_0x21a8af(0x284)]['currentTest']?this['getRootParentFile'](_0x119e1a[_0x21a8af(0x209)]['ctx']['currentTest']):null);if(_0xae0d3)return _0xae0d3;_0x119e1a[_0x21a8af(0x209)][_0x21a8af(0x1f5)]&&_0x4ea552['yGnoA'](_0x119e1a[_0x21a8af(0x209)][_0x21a8af(0x1f5)]['length'],0x0)&&_0x119e1a[_0x21a8af(0x209)][_0x21a8af(0x1f5)][_0x21a8af(0x29e)](_0x14334e=>{const _0x387186=_0x21a8af,_0x441a18=_0x14334e['ctx']?this[_0x387186(0x2a2)](_0x14334e[_0x387186(0x284)]):null;if(_0x441a18)return _0x441a18;});}return null;}['getHierarchy'](_0x192d52){const _0x5da103=a4_0x4ebfc2,_0x9bcd24={};_0x9bcd24[_0x5da103(0x289)]=function(_0x211a58,_0x5ec88d){return _0x211a58!==_0x5ec88d;};const _0x2d6bc2=_0x9bcd24,_0x2bf281=[];if(_0x192d52&&_0x192d52[_0x5da103(0x209)]){let _0x4ddf28=_0x192d52['parent'];while(_0x4ddf28&&_0x2d6bc2[_0x5da103(0x289)](_0x4ddf28[_0x5da103(0x1fb)],'')){_0x2bf281[_0x5da103(0x241)](_0x4ddf28[_0x5da103(0x1fb)]),_0x4ddf28=_0x4ddf28[_0x5da103(0x209)];}}return _0x2bf281;}[a4_0x4ebfc2(0x21a)](_0x42a1d9,_0x4003f7,_0x2dafac=undefined){const _0x26756f=a4_0x4ebfc2,_0x4f0294={'gqFBB':function(_0x508faa,_0x3d4c08){return _0x508faa(_0x3d4c08);},'RUdlU':function(_0x193510){return _0x193510();},'VzmZR':function(_0x24fb23){return _0x24fb23();},'FpZOj':function(_0x41c2fa){return _0x41c2fa();},'pxYnc':function(_0x22edaf,_0x531136){return _0x22edaf(_0x531136);},'MdbUI':_0x26756f(0x2ab),'KsMwU':'err','keeUV':function(_0x28ef8e,_0x16ff0e){return _0x28ef8e!==_0x16ff0e;},'ziCIB':_0x26756f(0x1e6),'lyilZ':_0x26756f(0x1fc),'QfcEI':_0x26756f(0x2c2),'mZlMN':_0x26756f(0x26a),'ATGle':'skipped','JnGIB':'javascript','aqruu':function(_0xb5d785,_0x4ca2dd){return _0xb5d785-_0x4ca2dd;},'TySiT':function(_0x3d5c1c,_0x475aef,_0x249d38,_0x545f98,_0x187ec7){return _0x3d5c1c(_0x475aef,_0x249d38,_0x545f98,_0x187ec7);},'SwhUQ':_0x26756f(0x2b5),'TQBcd':_0x26756f(0x245),'ZPRzR':'failure','TkDiP':_0x26756f(0x213),'iMUSL':_0x26756f(0x1f7),'wCEGa':_0x26756f(0x2c4),'sHhCP':_0x26756f(0x283),'UilrR':function(_0x462fa8,_0x2e32d0){return _0x462fa8===_0x2e32d0;},'wtMDK':'hook_run','oQsqc':_0x26756f(0x1ec)};if(!this[_0x26756f(0x2c5)])return;try{if(_0x4003f7['fn']&&_0x4003f7['fn'][_0x26756f(0x240)]()['match'](/browserstack internal helper hook/))return;const _0x232f68=_0x4f0294[_0x26756f(0x211)](parseEvent,_0x42a1d9);if(!_0x232f68)return;if(_0x232f68[_0x26756f(0x286)]){this['currentTest']=_0x4003f7,this[_0x26756f(0x202)]=null;if(_0x232f68[_0x26756f(0x1da)]||_0x232f68['skipped']){_0x4003f7[_0x26756f(0x281)]=new Date(),_0x4003f7[_0x26756f(0x1dd)]=![];if(!_0x4003f7[_0x26756f(0x268)])_0x4003f7[_0x26756f(0x268)]=_0x4f0294['RUdlU'](uuidv4);else _0x4003f7['markedStatus']&&(!_0x4003f7[_0x26756f(0x263)]&&(_0x4003f7[_0x26756f(0x263)]=_0x4003f7[_0x26756f(0x268)]),_0x4003f7[_0x26756f(0x268)]=_0x4f0294[_0x26756f(0x257)](uuidv4));}}else{if(_0x232f68[_0x26756f(0x219)]){this['currentHook']=_0x4003f7;if(_0x232f68['started']){_0x4003f7['startedAt']=new Date(),_0x4003f7['markedStatus']=![];if(!_0x4003f7['hookAnalyticsId'])_0x4003f7[_0x26756f(0x2b3)]=_0x4f0294['VzmZR'](uuidv4);else _0x4003f7[_0x26756f(0x2b3)]&&_0x4003f7['markedStatus']&&(_0x4003f7['hookAnalyticsId']=_0x4f0294['FpZOj'](uuidv4));}}}if(_0x232f68[_0x26756f(0x247)]&&_0x4003f7[_0x26756f(0x1dd)])return;let _0x47517a;try{_0x47517a=this[_0x26756f(0x2a2)](_0x4003f7);}catch(_0x4e5e2d){logger[_0x26756f(0x235)](_0x26756f(0x22d)+_0x4e5e2d),_0x47517a=null;}const _0x48c00e=_0x4f0294[_0x26756f(0x2cc)](require,_0x4f0294[_0x26756f(0x28b)]);let _0x18dc88=[];_0x2dafac&&(_0x18dc88=[_0x2dafac,_0x4f0294[_0x26756f(0x256)]]);const _0x186641=_0x4f0294[_0x26756f(0x238)](_0x4003f7['errorsDetailed'],undefined)?_0x48c00e[_0x26756f(0x279)](_0x4003f7[_0x26756f(0x28c)][0x0]):_0x4f0294['keeUV'](_0x2dafac,undefined)?_0x2dafac[_0x26756f(0x240)]():undefined,_0x591651=_0x47517a?this['findGitConfig'](_0x47517a):null,_0x127451=_0x47517a?this['_paths'][_0x26756f(0x2ae)](this[_0x26756f(0x2a2)](_0x4003f7)):_0x4f0294[_0x26756f(0x1fe)];let _0x2ab37e=_0x4f0294[_0x26756f(0x295)];const _0x56c750=!_0x232f68[_0x26756f(0x1da)]?new Date()[_0x26756f(0x208)]():null;if(_0x232f68[_0x26756f(0x247)])_0x2ab37e=_0x2dafac?_0x4f0294[_0x26756f(0x29c)]:_0x4f0294[_0x26756f(0x228)],_0x4003f7[_0x26756f(0x1dd)]=!![];else _0x232f68[_0x26756f(0x207)]&&(_0x2ab37e=_0x4f0294[_0x26756f(0x27f)],_0x4003f7['markedStatus']=!![]);const _0x206ae6={'framework':this[_0x26756f(0x244)],'uuid':_0x4003f7['testAnalyticsId']||_0x4003f7[_0x26756f(0x2b3)],'name':_0x4003f7[_0x26756f(0x1fb)],'body':{'lang':_0x4f0294[_0x26756f(0x291)],'code':_0x4003f7['body'][_0x26756f(0x240)]()},'type':_0x4003f7[_0x26756f(0x1ef)],'scope':_0x4003f7[_0x26756f(0x2af)](),'scopes':this[_0x26756f(0x2ac)](_0x4003f7),'file_name':_0x127451,'vc_filepath':_0x591651?path['relative'](_0x591651,_0x47517a):null,'location':_0x127451,'result':_0x2ab37e,'failure_reason':_0x186641,'duration_in_ms':_0x4003f7[_0x26756f(0x1e4)]||(_0x232f68[_0x26756f(0x247)]||_0x232f68['skipped'])?_0x4f0294[_0x26756f(0x272)](Date[_0x26756f(0x299)](),new Date(_0x4003f7[_0x26756f(0x281)])[_0x26756f(0x28f)]()):null,'started_at':new Date(_0x4003f7[_0x26756f(0x281)])[_0x26756f(0x208)](),'finished_at':_0x56c750,'failure':testOpsHelper['failureData'][_0x26756f(0x2bc)](null,_0x18dc88),'failure_type':!_0x186641?null:testOpsHelper[_0x26756f(0x2b4)](_0x186641),'retry_of':_0x4003f7[_0x26756f(0x263)]||null,'tags':_0x4003f7['tags']||[],'customRerunParam':{'rerun_name':_0x4003f7[_0x26756f(0x2af)]()}};_0x4f0294[_0x26756f(0x1e2)](appendTesthubParams,_0x206ae6,_0x42a1d9,_0x4003f7,FRAMEWORKS['CODECEPT']);if(_0x232f68['hook'])[_0x206ae6[_0x26756f(0x292)],_0x206ae6[_0x26756f(0x206)]]=[this[_0x26756f(0x29b)](_0x4003f7),_0x4003f7[_0x26756f(0x284)][_0x26756f(0x286)][_0x26756f(0x1fb)]],_0x232f68[_0x26756f(0x247)]?_0x4f0294['keeUV'](_0x206ae6['result'],_0x4f0294[_0x26756f(0x29c)])&&(_0x206ae6[_0x26756f(0x285)]=_0x4f0294[_0x26756f(0x228)]):_0x206ae6[_0x26756f(0x1dc)]={};else _0x232f68['test']&&(this[_0x26756f(0x23e)](_0x4003f7),_0x232f68['skipped']&&this['resetSkipTestHooks'](_0x4003f7),(_0x232f68[_0x26756f(0x247)]||_0x232f68[_0x26756f(0x207)])&&(_0x206ae6[_0x26756f(0x1f3)]=this[_0x26756f(0x2ca)](_0x4003f7)));this[_0x26756f(0x2a7)]&&(_0x232f68[_0x26756f(0x1da)]||_0x232f68[_0x26756f(0x207)])&&(_0x206ae6[_0x4f0294[_0x26756f(0x26c)]]=this['getCBTInfo'](this[_0x26756f(0x2a7)]));_0x232f68[_0x26756f(0x286)]&&_0x232f68[_0x26756f(0x247)]&&_0x4003f7[_0x26756f(0x2a8)]&&(_0x206ae6[_0x4f0294['TQBcd']]={'feature':{'name':_0x4003f7[_0x26756f(0x209)][_0x26756f(0x265)][_0x26756f(0x206)],'path':_0x206ae6[_0x26756f(0x23c)],'description':_0x4003f7[_0x26756f(0x209)]['comment']},'scenario':{'name':_0x4003f7[_0x26756f(0x1fb)]},'steps':_0x4003f7[_0x26756f(0x2a8)]});const _0x2d778f=_0x206ae6[_0x4f0294[_0x26756f(0x25f)]][0x0];_0x2d778f&&(_0x206ae6[_0x4f0294[_0x26756f(0x282)]]=_0x2d778f[_0x4f0294['iMUSL']],_0x206ae6[_0x4f0294[_0x26756f(0x267)]]=_0x2d778f[_0x4f0294[_0x26756f(0x203)]]);if(_0x4003f7['bddSteps'])for(const _0x25a463 of _0x4003f7[_0x26756f(0x2a8)]){!_0x25a463[_0x26756f(0x25a)]&&(_0x25a463[_0x26756f(0x25a)]=new Date()[_0x26756f(0x208)](),_0x4f0294[_0x26756f(0x1f1)](_0x25a463[_0x26756f(0x285)],_0x4f0294[_0x26756f(0x295)])&&(_0x2d778f?(_0x25a463[_0x26756f(0x285)]=_0x4f0294[_0x26756f(0x29c)],_0x25a463[_0x26756f(0x1ee)]=_0x2d778f[_0x4f0294[_0x26756f(0x21d)]][0x0]):_0x25a463[_0x26756f(0x285)]=_0x4f0294[_0x26756f(0x228)]));}const _0x47b2e0={};_0x47b2e0[_0x26756f(0x264)]=_0x232f68[_0x26756f(0x207)]?TEST_EVENTS[_0x26756f(0x20b)]:_0x42a1d9;const _0x334e99=_0x47b2e0;return _0x232f68[_0x26756f(0x219)]?_0x334e99[_0x4f0294[_0x26756f(0x21c)]]=_0x206ae6:_0x334e99[_0x4f0294[_0x26756f(0x273)]]=_0x206ae6,_0x334e99;}catch(_0x5da7f3){logger[_0x26756f(0x235)]('Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20'+_0x42a1d9+_0x26756f(0x296)+_0x5da7f3);}}async[a4_0x4ebfc2(0x27e)](_0x2b4cc3,_0x2bd247){const _0x5efa4d=a4_0x4ebfc2;if(!this[_0x5efa4d(0x2c5)]||!_0x2bd247||!_0x2b4cc3)return![];try{return await SessionHandler['uploadEventData'](_0x2bd247);}catch(_0x552fc3){logger[_0x5efa4d(0x235)](_0x5efa4d(0x201)+_0x2b4cc3+_0x5efa4d(0x296)+_0x552fc3);}}['initializeBddStep'](_0x4ccd34){const _0x23ebae=a4_0x4ebfc2,_0x3116dc={};_0x3116dc[_0x23ebae(0x276)]='pending';const _0x2a3cd0=_0x3116dc;return{'id':_0x4ccd34[_0x23ebae(0x2d0)],'text':_0x4ccd34['text'],'keyword':_0x4ccd34[_0x23ebae(0x25b)],'started_at':_0x4ccd34['startedAt'][_0x23ebae(0x208)](),'result':_0x2a3cd0[_0x23ebae(0x276)]};}[a4_0x4ebfc2(0x1d9)](_0x1c7686){const _0x5b9409=a4_0x4ebfc2,_0x3367d4={'etApR':function(_0x4b2b86){return _0x4b2b86();}};!this[_0x5b9409(0x24f)][_0x5b9409(0x2a8)]&&(this[_0x5b9409(0x24f)][_0x5b9409(0x2a8)]=[]),!_0x1c7686[_0x5b9409(0x2d0)]&&(_0x1c7686[_0x5b9409(0x2d0)]=_0x3367d4[_0x5b9409(0x25d)](uuidv4),_0x1c7686[_0x5b9409(0x281)]=new Date(),this[_0x5b9409(0x24f)][_0x5b9409(0x2a8)]['push'](this[_0x5b9409(0x24e)](_0x1c7686)));}[a4_0x4ebfc2(0x239)](_0x2d9c07){const _0x4bed7d=a4_0x4ebfc2,_0x1b9010={'oychU':function(_0x5af34b,_0x479588){return _0x5af34b(_0x479588);},'ypbBZ':'success','nzvwx':_0x4bed7d(0x1fc),'IASns':_0x4bed7d(0x26a),'IflMo':function(_0x2fe7c4,_0x197f4b){return _0x2fe7c4-_0x197f4b;}};let _0x49a903=this[_0x4bed7d(0x24f)]['bddSteps']['find'](_0xad99fb=>_0xad99fb['id']===_0x2d9c07[_0x4bed7d(0x2d0)]);_0x1b9010[_0x4bed7d(0x2a3)](isUndefined,_0x49a903)&&(_0x49a903=this[_0x4bed7d(0x24e)](_0x2d9c07)),_0x49a903['result']=[_0x1b9010[_0x4bed7d(0x23b)],_0x1b9010[_0x4bed7d(0x1e9)]][_0x4bed7d(0x2a0)](_0x2d9c07[_0x4bed7d(0x20a)])?_0x1b9010[_0x4bed7d(0x232)]:_0x2d9c07[_0x4bed7d(0x20a)],_0x49a903['finished_at']=new Date()[_0x4bed7d(0x208)](),_0x49a903[_0x4bed7d(0x1e4)]=_0x1b9010[_0x4bed7d(0x271)](Date[_0x4bed7d(0x299)](),_0x2d9c07['startedAt'][_0x4bed7d(0x28f)]()),_0x49a903[_0x4bed7d(0x1ee)]=_0x2d9c07['err']?_0x2d9c07[_0x4bed7d(0x270)][_0x4bed7d(0x1d8)]:null;}}const a4_0x525c02={};a4_0x525c02[a4_0x4ebfc2(0x2c3)]=O11yHelper,a4_0x525c02[a4_0x4ebfc2(0x220)]=STATE_PASSED,a4_0x525c02[a4_0x4ebfc2(0x1de)]=STATE_FAILED,a4_0x525c02[a4_0x4ebfc2(0x2ba)]=TEST_EVENTS,module[a4_0x4ebfc2(0x214)]=a4_0x525c02;function a4_0x5c8f(){const _0x2b6608=['vDEhf','hook_run_uuid','TySiT','PcDOa','duration','gDGxs','File\x20path\x20could\x20not\x20be\x20found','TestRunSkipped','nIDIr','nzvwx','TEST_RUN_STARTED','resetSkipTestHooks','test_run','CBTSessionCreated','failure','type','bs:addLog:','UilrR','TestRunStarted','hooks','start','suites','lpBVJ','backtrace','bind','then','length','title','pending','location_prefix','ziCIB','WxDJm','wsEndpoint','Exception\x20in\x20sending\x20test\x20data\x20for\x20event\x20','currentHook','sHhCP','_afterAll','sendCBTInfo','name','skipped','toISOString','parent','status','TEST_RUN_FINISHED','YQoTP','zzrQj','PQiHb','getInstance','eMXNH','gqFBB','PathHelper','failure_backtrace','exports','ORDky','config','groups','logs','hook','captureEvent','../../helpers/test-observability/sessionHandler','wtMDK','iMUSL','../../helpers/helper','replace','STATE_PASSED','yIhMu','HookRunFinished','test_run_uuid','HookRunStarted','accessibilityPlatform','500180BEjlVc','fDMXo','mZlMN','sjSeb','gnqVF','HBuYM','FdpNz','failed\x20to\x20get\x20root\x20parent\x20file\x20','6aCsnrA','3iMFkDP','UnYto','toUpperCase','IASns','LogCreated','ifKDd','debug','dirname','7295910SEMZUg','keeUV','bddStepFinish','874522OSLweM','ypbBZ','file_name','_beforeEach','mapTestHooks','NsqrL','toString','push','SwpaM','getCBTInfo','frameworkName','meta','./helper.js','finished','gJcXl','lckoL','codeceptjs','browserType.js','prototype','ADqEe','initializeBddStep','currentTest','cCMPK','BrowserType','_testEnv','EjQeg','4uekOqT','gDYUN','KsMwU','RUdlU','string','PLAYWRIGHT_HUB_URL','finished_at','keyword','EhdQz','etApR','_paths','ZPRzR','../playwright/accessibility-helper','../../helpers/test-observability/utils','Failed\x20to\x20parse\x20wsendpoint\x20','retryOf','event_type','feature','fSzRr','wCEGa','testAnalyticsId','TEST_RUN_SKIPPED','passed','uuid','SwhUQ','KsNsg','uploadEventData','fkWKp','err','IflMo','aqruu','oQsqc','Exception\x20in\x20uploading\x20platform\x20details\x20to\x20Observability\x20with\x20error\x20:\x20','tEtFs','wWVQU','_afterEach','HOOK_RUN_FINISHED','inspect','ySHkP','ONKwo','sep','../../helpers/logger','fireEvent','ATGle','__platformCaps','startedAt','TkDiP','expanded','ctx','result','test','1945279dYrZSj','Exception\x20in\x20uploading\x20log\x20data\x20to\x20Observability\x20with\x20error\x20:\x20','KQSNq','HOOK_RUN_STARTED','MdbUI','errorsDetailed','.git','pid','getTime','browserstack','JnGIB','hook_type','ODZrC','launch','lyilZ','\x20with\x20error\x20:\x20','match','split','now','path','getHookType','QfcEI','connect','forEach','../../helpers/testhub/utils.js','includes','removeAllListeners','getRootParentFile','oychU','../utils/constants','../../helpers/test-observability/requestQueueHandler','concat','driver','bddSteps','TestRunFinished','Checking\x20for\x20accessibility\x20automation\x20session\x20with\x20','util','getHierarchy','1097613pfCDJa','prefixTestPath','fullTitle','yGnoA','mZOka','nUXFV','hookAnalyticsId','getFailureType','integrations','file','3428864yVqSgT','defineProperty','../mocha/test-observability/mochaUtils','TEST_EVENTS','findGitConfig','apply','HcsGH','CzSMr','aUukl','11IlwHuL','stop','failed','O11yHelper','failure_reason_expanded','enabled','join','ZvPHG','appendTestItemLog','cRAXo','getHooksForTest','uEVti','pxYnc','QRJns','qAAfi','stringify','stepAnalyticsId','message','bddStepStart','started','Not\x20able\x20to\x20import\x20Browser','body','markedStatus','STATE_FAILED','213645ymKpij'];a4_0x5c8f=function(){return _0x2b6608;};return a4_0x5c8f();}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
'use strict';const a5_0x1e7496=a5_0x4fb3;(function(_0xf8463c,_0x1610db){const _0x2f1740=a5_0x4fb3,_0xb0b3ad=_0xf8463c();while(!![]){try{const _0x203c38=parseInt(_0x2f1740(0xe6))/0x1+-parseInt(_0x2f1740(0x93))/0x2*(-parseInt(_0x2f1740(0x9b))/0x3)+parseInt(_0x2f1740(0xf5))/0x4+parseInt(_0x2f1740(0xf6))/0x5*(-parseInt(_0x2f1740(0xef))/0x6)+-parseInt(_0x2f1740(0x90))/0x7+-parseInt(_0x2f1740(0xf1))/0x8+-parseInt(_0x2f1740(0x8b))/0x9;if(_0x203c38===_0x1610db)break;else _0xb0b3ad['push'](_0xb0b3ad['shift']());}catch(_0x157f15){_0xb0b3ad['push'](_0xb0b3ad['shift']());}}}(a5_0x2910,0x26341));const fs=require('fs'),path=require(a5_0x1e7496(0xe9)),util=require(a5_0x1e7496(0xab)),logger=require(a5_0x1e7496(0x94))[a5_0x1e7496(0xa6)],{default:BrowserStackSetup}=require(a5_0x1e7496(0xc1)),helper=require(a5_0x1e7496(0xf9)),utilities=require('../../helpers/utilities'),constants=require(a5_0x1e7496(0xed)),{parallelCucumberRun}=require(a5_0x1e7496(0x87)),TestHubHandler=require(a5_0x1e7496(0x92)),testOpsHelper=require('../../helpers/test-observability/utils'),chalk=require(a5_0x1e7496(0xfc)),PerformanceTester=require(a5_0x1e7496(0x86)),PerformanceEvents=require(a5_0x1e7496(0xe4))['EVENTS'];function a5_0x2910(){const _0x1f9a54=['setupTCGAuth','svMHZ','scenariosFailed','stepsSkipped','3HIpZAM','mEZtD','ikptv','scenarios','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','rmdirSync','HdscU','yellow','parseFormatters','getPlatformName','framework','winstonLogger','getUserWorkerCount','stepsPassed','Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20','SDK_CLEANUP','util','stepsUnknown','unlinkSync','cwd','join','HfqfQ','setUserConfigPath','HfrgU','skipSessionStatus','\x20skipped','cyan','stop','error\x20removing\x20tcg\x20config\x20file','SMeus','CUCUMBER','bold','XMwCZ','PbHZi','logLevel','URPtP','printBuildLink','turboScaleUrl','../../helpers/BrowserStackSetup','rgIJQ','cVGQa','rnGNB','\x20steps','debug','tmp','mergeOutputFiles','testContextOptions','RkdMB','getHubUrl','isBrowserstackInfra','Generating\x20consolidated\x20report...','stepsUndefined','finally','FuaXe','splice','exports','getTCGConfigFilePaths','proxySettings','push','DVegn','format','NWkwt','SSDxB','Kgvvq','getErrorMessageFromResults','stepsAmbiguous','hrJFY','accessibilityOptions','exitCode','processSuccess','end','skipSessionName','handleApp','../../helpers/performance/constants','parallelsPerPlatform','300681coqfIf','green','NBRei','path','GDcOA','env','length','../utils/constants','useW3C','16086VuIOok','xJXgn','1186864LePynK','stringify','LLqFG','prepareCapabilities','736916KvjJWa','520EtLpFs','config','start','../../helpers/helper','BROWSERSTACK_TEST_OBSERVABILITY_YML','\x20failed','chalk','\x20undefined','then','kxisz','bgWhite','log','../../helpers/performance/performance-tester','../test-runner','testObservability','createDir','****\x20RESULTS\x20****','1602873lBwjpa','boWin','forEach','stepsPending','FRAMEWORKS','246078UmTUrL','bdnTX','../../helpers/testhub/testhubHandler','624008myiHQN','../../helpers/logger','UhOOX','red'];a5_0x2910=function(){return _0x1f9a54;};return a5_0x2910();}function printCucumberStats(_0x5dd802){const _0x5b1142=a5_0x1e7496,_0x317cd8={};_0x317cd8['Kgvvq']=function(_0x6a3bcc,_0x55925c){return _0x6a3bcc>_0x55925c;},_0x317cd8[_0x5b1142(0xd9)]=function(_0x453d91,_0x5e9cfa){return _0x453d91-_0x5e9cfa;},_0x317cd8[_0x5b1142(0xc2)]=function(_0x2a7689,_0x3b2c9a){return _0x2a7689-_0x3b2c9a;},_0x317cd8[_0x5b1142(0x8c)]=function(_0x43be4f,_0x14b68b){return _0x43be4f>_0x14b68b;},_0x317cd8[_0x5b1142(0xdd)]=function(_0x197d69,_0x4b05ba){return _0x197d69>_0x4b05ba;},_0x317cd8[_0x5b1142(0xca)]=function(_0x3992de,_0x592681){return _0x3992de>_0x592681;},_0x317cd8[_0x5b1142(0x91)]=function(_0x2115e1,_0x5a2e97){return _0x2115e1>_0x5a2e97;},_0x317cd8[_0x5b1142(0xe8)]=function(_0x4e1523,_0x475b04){return _0x4e1523>_0x475b04;},_0x317cd8[_0x5b1142(0xa1)]=function(_0x564605,_0x2fa0f1){return _0x564605>_0x2fa0f1;},_0x317cd8[_0x5b1142(0xbb)]=function(_0x6dfbf,_0xaa0ce4){return _0x6dfbf>_0xaa0ce4;},_0x317cd8['uBCaE']=function(_0x474a6f,_0x7533e4){return _0x474a6f>_0x7533e4;},_0x317cd8['sNRdi']=function(_0x4cbe79,_0x3cf46c){return _0x4cbe79>_0x3cf46c;},_0x317cd8['sxiKA']=function(_0x127c02,_0x5769a2){return _0x127c02>_0x5769a2;},_0x317cd8[_0x5b1142(0x98)]=function(_0x2ec378,_0x472fbb){return _0x2ec378+_0x472fbb;},_0x317cd8[_0x5b1142(0xbe)]=function(_0x40284d,_0x33391d){return _0x40284d+_0x33391d;},_0x317cd8[_0x5b1142(0xea)]=function(_0x2fa182,_0x3052e4){return _0x2fa182+_0x3052e4;},_0x317cd8[_0x5b1142(0xb8)]=function(_0x28796f,_0x1629fd){return _0x28796f+_0x1629fd;},_0x317cd8[_0x5b1142(0xc4)]=function(_0xc535c6,_0x11882e){return _0xc535c6+_0x11882e;},_0x317cd8['ikptv']=function(_0x55fb9f,_0x4d35ae){return _0x55fb9f===_0x4d35ae;},_0x317cd8[_0x5b1142(0xf3)]=_0x5b1142(0x8a);const _0x4353a6=_0x317cd8;let _0x1e0355=0x0;if(_0x4353a6[_0x5b1142(0x9d)](_0x5dd802[_0x5b1142(0xec)],0x0))return _0x1e0355;return console['log'](chalk['bold'][_0x5b1142(0x100)](_0x4353a6[_0x5b1142(0xf3)])),_0x5dd802[_0x5b1142(0x8d)](_0xb327bd=>{const _0x236f8a=_0x5b1142,_0x50b3dd=_0xb327bd[0x0],_0x1f921e=_0xb327bd[0x1];helper[_0x236f8a(0xcc)]()&&console['log']('\x0a'+chalk[_0x236f8a(0xba)][_0x236f8a(0xa2)](''+helper[_0x236f8a(0xa4)](_0x50b3dd)));const _0x23d3d5=_0x1f921e[_0x236f8a(0x9e)],_0x55c3d5=_0x1f921e['steps'],_0x143678=_0x1f921e[_0x236f8a(0x99)],_0x34cd06=_0x1f921e['stepsFailed'],_0x3010fa=_0x1f921e[_0x236f8a(0xa8)],_0x3b52ff=_0x1f921e[_0x236f8a(0x9a)],_0x5938a0=_0x1f921e[_0x236f8a(0x8e)],_0x518c95=_0x1f921e[_0x236f8a(0xce)],_0x4ebe26=_0x1f921e[_0x236f8a(0xac)],_0x782cad=_0x1f921e[_0x236f8a(0xdc)],_0x5a6b23=_0x1f921e[_0x236f8a(0xe0)];let _0x5a74a6=_0x23d3d5+'\x20scenarios';const _0x379894=_0x4353a6[_0x236f8a(0xda)](_0x4353a6[_0x236f8a(0xd9)](_0x23d3d5,_0x143678),0x0)?_0x4353a6[_0x236f8a(0xc2)](_0x23d3d5,_0x143678):0x0;if(_0x4353a6['Kgvvq'](_0x143678,0x0)&&_0x4353a6[_0x236f8a(0x8c)](_0x379894,0x0))_0x5a74a6+='\x20('+chalk[_0x236f8a(0xba)][_0x236f8a(0x96)](_0x143678+_0x236f8a(0xfb))+',\x20'+chalk[_0x236f8a(0xba)][_0x236f8a(0xe7)](_0x379894+'\x20passed')+')';else(_0x4353a6[_0x236f8a(0xdd)](_0x143678,0x0)||_0x4353a6[_0x236f8a(0xca)](_0x379894,0x0))&&(_0x5a74a6+=_0x4353a6[_0x236f8a(0x91)](_0x143678,0x0)?'\x20('+chalk['bold'][_0x236f8a(0x96)](_0x143678+_0x236f8a(0xfb))+')':'\x20('+chalk[_0x236f8a(0xba)][_0x236f8a(0xe7)](_0x379894+'\x20passed')+')');const _0xdb62f2=_0x55c3d5+_0x236f8a(0xc5),_0x6e4427=[];_0x4353a6['NBRei'](_0x782cad,0x0)&&_0x6e4427['push'](''+chalk[_0x236f8a(0xba)]['red'](_0x782cad+'\x20ambiguous'));_0x4353a6[_0x236f8a(0xa1)](_0x34cd06,0x0)&&_0x6e4427[_0x236f8a(0xd5)](''+chalk[_0x236f8a(0xba)][_0x236f8a(0x96)](_0x34cd06+_0x236f8a(0xfb)));_0x4353a6[_0x236f8a(0xdd)](_0x3010fa,0x0)&&_0x6e4427['push'](''+chalk[_0x236f8a(0xba)][_0x236f8a(0xe7)](_0x3010fa+'\x20passed'));_0x4353a6[_0x236f8a(0xbb)](_0x5938a0,0x0)&&_0x6e4427['push'](''+chalk['bold']['yellow'](_0x5938a0+'\x20pending'));_0x4353a6['uBCaE'](_0x3b52ff,0x0)&&_0x6e4427[_0x236f8a(0xd5)](''+chalk[_0x236f8a(0xba)][_0x236f8a(0xb5)](_0x3b52ff+_0x236f8a(0xb4)));_0x4353a6['sNRdi'](_0x518c95,0x0)&&_0x6e4427[_0x236f8a(0xd5)](''+chalk[_0x236f8a(0xba)]['yellow'](_0x518c95+_0x236f8a(0xfd)));_0x4353a6['sxiKA'](_0x4ebe26,0x0)&&_0x6e4427['push'](''+chalk[_0x236f8a(0xba)][_0x236f8a(0xa2)](_0x4ebe26+_0x236f8a(0xb4)));const _0x12104d=_0x4353a6['svMHZ'](_0x4353a6[_0x236f8a(0xbe)](_0x4353a6[_0x236f8a(0xea)](_0xdb62f2,'('),_0x6e4427['join'](',\x20')),')');console[_0x236f8a(0x101)](_0x4353a6['SMeus'](_0x4353a6[_0x236f8a(0xc4)](_0x4353a6[_0x236f8a(0xc4)](_0x4353a6['SMeus']('\x0a',_0x5a74a6),'\x0a'),_0x12104d),'\x0a')),_0x4353a6[_0x236f8a(0x9d)](_0x5a6b23,![])&&(_0x1e0355=0x1);}),_0x1e0355;}function a5_0x4fb3(_0x185e9b,_0x4c3314){const _0x29108b=a5_0x2910();return a5_0x4fb3=function(_0x4fb349,_0x1f9310){_0x4fb349=_0x4fb349-0x86;let _0x57fc07=_0x29108b[_0x4fb349];return _0x57fc07;},a5_0x4fb3(_0x185e9b,_0x4c3314);}async function run(_0x509ade,_0x26e19c,_0x10da4a){const _0x52530e=a5_0x1e7496,_0x3ae517={'DVegn':function(_0x65d66a,_0x50acef){return _0x65d66a(_0x50acef);},'xJXgn':function(_0x3ff9d5,_0x351278){return _0x3ff9d5>_0x351278;},'kxisz':_0x52530e(0xcd),'PbHZi':'Removing\x20tmp\x20directory\x20created\x20for\x20reports','HfqfQ':'cucumber','HfrgU':_0x52530e(0xb7),'ULYeZ':_0x52530e(0xc7),'mEZtD':function(_0x328c64,_0x337ae6){return _0x328c64-_0x337ae6;},'NWkwt':function(_0x3b984c,_0x78e270){return _0x3b984c>=_0x78e270;},'UhOOX':function(_0x511940,_0xd02edc){return _0x511940!=_0xd02edc;},'FuaXe':'true','cVGQa':function(_0x21e2e6,_0x517f02,_0x208bc6,_0xd6e2f2,_0x3801b2,_0x1efa30){return _0x21e2e6(_0x517f02,_0x208bc6,_0xd6e2f2,_0x3801b2,_0x1efa30);}};await _0x10da4a['initialize'](_0x509ade),helper[_0x52530e(0xb1)](_0x10da4a[_0x52530e(0xa5)],_0x509ade);!helper['isBrowserstackInfra']()&&await _0x10da4a[_0x52530e(0x97)]();await helper[_0x52530e(0xe3)](_0x10da4a['config']);const _0x15cab9=helper[_0x52530e(0xee)](_0x10da4a[_0x52530e(0xf7)]);!helper['isUndefined'](_0x10da4a['config'][_0x52530e(0xde)])&&(process[_0x52530e(0xeb)][_0x52530e(0x9f)]=JSON[_0x52530e(0xf2)](_0x10da4a[_0x52530e(0xf7)][_0x52530e(0xde)]));const _0x379960=await TestHubHandler['launchBuild'](constants[_0x52530e(0x8f)][_0x52530e(0xb9)],_0x10da4a);let _0x18c42f=[];if(!helper['isBrowserstackInfra']()){const _0x37cd8d={};_0x37cd8d['platforms']=[],_0x18c42f=helper[_0x52530e(0xf4)](Object['assign']({},_0x10da4a['config'],_0x37cd8d),_0x15cab9,constants[_0x52530e(0x8f)][_0x52530e(0xb9)]);}else _0x18c42f=helper[_0x52530e(0xf4)](_0x10da4a[_0x52530e(0xf7)],_0x15cab9,constants[_0x52530e(0x8f)]['CUCUMBER']);if(!_0x10da4a[_0x52530e(0xf7)])return;const _0x344cbe=_0x10da4a[_0x52530e(0xf7)][_0x52530e(0xe5)]||helper[_0x52530e(0xa7)](_0x509ade,_0x26e19c,_0x10da4a[_0x52530e(0xf7)],constants[_0x52530e(0x8f)][_0x52530e(0xb9)])||0x1,_0x28c2bb={'server':helper[_0x52530e(0xcb)](_0x10da4a[_0x52530e(0xf7)]),'proxySettings':_0x10da4a[_0x52530e(0xf7)][_0x52530e(0xd4)],'maxWorkers':_0x344cbe,'browserStackLogLevel':_0x10da4a[_0x52530e(0xf7)][_0x52530e(0xbd)],'skipSessionName':_0x10da4a[_0x52530e(0xf7)][_0x52530e(0xc9)][_0x52530e(0xe2)],'skipSessionStatus':_0x10da4a['config']['testContextOptions'][_0x52530e(0xb3)],'turboScaleUrl':_0x10da4a[_0x52530e(0xf7)][_0x52530e(0xc0)]},_0x4fb519=process['argv'],[_0x442f16,_0x2f4b92]=helper[_0x52530e(0xa3)](_0x4fb519),_0xde15d0=path[_0x52530e(0xaf)](process[_0x52530e(0xae)](),_0x3ae517['ULYeZ']);if(_0x3ae517[_0x52530e(0xf0)](_0x2f4b92['length'],0x0)){helper[_0x52530e(0x89)](_0xde15d0);for(let _0x5e0fc4=_0x3ae517[_0x52530e(0x9c)](_0x442f16[_0x52530e(0xec)],0x1);_0x3ae517[_0x52530e(0xd8)](_0x5e0fc4,0x0);_0x5e0fc4--){_0x4fb519[_0x52530e(0xd1)](_0x442f16[_0x5e0fc4],0x2);}}_0x3ae517[_0x52530e(0x95)](_0x10da4a[_0x52530e(0xf7)][_0x52530e(0x88)],null)?process['env'][_0x52530e(0xfa)]=_0x10da4a[_0x52530e(0xf7)][_0x52530e(0x88)]:process[_0x52530e(0xeb)][_0x52530e(0xfa)]=_0x3ae517[_0x52530e(0xd0)];PerformanceTester[_0x52530e(0xe1)](PerformanceEvents['SDK_SETUP']);let _0x14b354;_0x3ae517[_0x52530e(0xc3)](parallelCucumberRun,_0x18c42f,_0x28c2bb,_0x10da4a[_0x52530e(0xf7)],_0x4fb519,_0x2f4b92)[_0x52530e(0xfe)](async _0x4e4a07=>{const _0x44e47c=_0x52530e;PerformanceTester[_0x44e47c(0xf8)](PerformanceEvents[_0x44e47c(0xaa)]),_0x14b354=_0x4e4a07;const _0x365692=_0x3ae517[_0x44e47c(0xd6)](printCucumberStats,_0x4e4a07);process[_0x44e47c(0xdf)]=_0x365692,_0x3ae517[_0x44e47c(0xf0)](_0x2f4b92[_0x44e47c(0xec)],0x0)&&(logger[_0x44e47c(0xc6)](_0x3ae517[_0x44e47c(0xff)]),helper[_0x44e47c(0xc8)](_0xde15d0,_0x2f4b92),logger[_0x44e47c(0xc6)](_0x3ae517[_0x44e47c(0xbc)]),helper['removeDir'](_0xde15d0));})[_0x52530e(0xcf)](async()=>{const _0x41ee3d=_0x52530e;PerformanceTester[_0x41ee3d(0xf8)](PerformanceEvents[_0x41ee3d(0xaa)]),_0x10da4a['errorMessage']=helper[_0x41ee3d(0xdb)](_0x14b354,_0x3ae517[_0x41ee3d(0xb0)]),testOpsHelper[_0x41ee3d(0xbf)]();try{await TestHubHandler[_0x41ee3d(0xb6)]();}catch(_0x4156e0){logger[_0x41ee3d(0xc6)](_0x41ee3d(0xa9)+util[_0x41ee3d(0xd7)](_0x4156e0));}try{const {browserstackFolderPath:_0x2ce3d9,tcgConfigPath:_0x54c0fc}=helper[_0x41ee3d(0xd3)]();fs[_0x41ee3d(0xad)](_0x54c0fc),fs[_0x41ee3d(0xa0)](_0x2ce3d9);}catch(_0x459eb2){logger[_0x41ee3d(0xc6)](_0x3ae517[_0x41ee3d(0xb2)],_0x459eb2);}await utilities['finalExecution'](_0x10da4a);});}module[a5_0x1e7496(0xd2)]=run;
|
|
2
|
+
'use strict';const a5_0x2eb826=a5_0x3601;function a5_0x3601(_0x2d07e0,_0x10ad34){const _0x27b1a6=a5_0x27b1();return a5_0x3601=function(_0x3601c5,_0x4e12d4){_0x3601c5=_0x3601c5-0xe7;let _0x4f579b=_0x27b1a6[_0x3601c5];return _0x4f579b;},a5_0x3601(_0x2d07e0,_0x10ad34);}(function(_0x1f6691,_0x5ed620){const _0x2cd966=a5_0x3601,_0x4e5a75=_0x1f6691();while(!![]){try{const _0x111e66=-parseInt(_0x2cd966(0x150))/0x1*(-parseInt(_0x2cd966(0x138))/0x2)+-parseInt(_0x2cd966(0x123))/0x3*(parseInt(_0x2cd966(0x156))/0x4)+parseInt(_0x2cd966(0x159))/0x5*(-parseInt(_0x2cd966(0x132))/0x6)+-parseInt(_0x2cd966(0xe9))/0x7*(-parseInt(_0x2cd966(0x10b))/0x8)+-parseInt(_0x2cd966(0xfc))/0x9+-parseInt(_0x2cd966(0x14a))/0xa*(parseInt(_0x2cd966(0x11d))/0xb)+parseInt(_0x2cd966(0x143))/0xc*(parseInt(_0x2cd966(0x155))/0xd);if(_0x111e66===_0x5ed620)break;else _0x4e5a75['push'](_0x4e5a75['shift']());}catch(_0x5e85c1){_0x4e5a75['push'](_0x4e5a75['shift']());}}}(a5_0x27b1,0x58a3a));const fs=require('fs'),path=require(a5_0x2eb826(0x148)),util=require(a5_0x2eb826(0x139)),logger=require(a5_0x2eb826(0x126))[a5_0x2eb826(0x154)],{default:BrowserStackSetup}=require(a5_0x2eb826(0xf0)),helper=require(a5_0x2eb826(0x12d)),utilities=require(a5_0x2eb826(0xf9)),constants=require('../utils/constants'),{parallelCucumberRun}=require(a5_0x2eb826(0xf5)),TestHubHandler=require(a5_0x2eb826(0x147)),testOpsHelper=require('../../helpers/test-observability/utils'),chalk=require(a5_0x2eb826(0xf3)),PerformanceTester=require('../../helpers/performance/performance-tester'),PerformanceEvents=require('../../helpers/performance/constants')[a5_0x2eb826(0x114)];function printCucumberStats(_0x5eb078){const _0x2bf17f=a5_0x2eb826,_0x13e4f3={};_0x13e4f3[_0x2bf17f(0x10a)]=function(_0x3c1678,_0x47a02c){return _0x3c1678>_0x47a02c;},_0x13e4f3['AtnpJ']=function(_0x142ed4,_0x1306ad){return _0x142ed4-_0x1306ad;},_0x13e4f3[_0x2bf17f(0x144)]=function(_0x37c47c,_0x336c70){return _0x37c47c>_0x336c70;},_0x13e4f3[_0x2bf17f(0xfd)]=function(_0x1f8945,_0x56d391){return _0x1f8945>_0x56d391;},_0x13e4f3[_0x2bf17f(0x120)]=function(_0x342eb2,_0x7e5a3c){return _0x342eb2>_0x7e5a3c;},_0x13e4f3[_0x2bf17f(0x112)]=function(_0x4df5a7,_0x5574b0){return _0x4df5a7+_0x5574b0;},_0x13e4f3[_0x2bf17f(0x15c)]=function(_0x11da2c,_0x553f06){return _0x11da2c+_0x553f06;},_0x13e4f3['wukgR']=function(_0x360078,_0x19a517){return _0x360078+_0x19a517;},_0x13e4f3[_0x2bf17f(0x129)]=function(_0x512383,_0x119e68){return _0x512383+_0x119e68;},_0x13e4f3[_0x2bf17f(0xec)]=function(_0x360600,_0x5cc01a){return _0x360600+_0x5cc01a;},_0x13e4f3['lHdaz']=function(_0x33927a,_0x27820d){return _0x33927a===_0x27820d;},_0x13e4f3[_0x2bf17f(0xf4)]='****\x20RESULTS\x20****';const _0x4951a1=_0x13e4f3;let _0x4c44f5=0x0;if(_0x4951a1['lHdaz'](_0x5eb078[_0x2bf17f(0xf2)],0x0))return _0x4c44f5;return console[_0x2bf17f(0x14b)](chalk[_0x2bf17f(0xfe)]['bgWhite'](_0x4951a1[_0x2bf17f(0xf4)])),_0x5eb078[_0x2bf17f(0x13d)](_0x429e8b=>{const _0x4fcf2c=_0x2bf17f,_0x359090=_0x429e8b[0x0],_0x3c8ea9=_0x429e8b[0x1];helper[_0x4fcf2c(0x121)]()&&console[_0x4fcf2c(0x14b)]('\x0a'+chalk[_0x4fcf2c(0xfe)][_0x4fcf2c(0xed)](''+helper[_0x4fcf2c(0x135)](_0x359090)));const _0x8c4ed5=_0x3c8ea9['scenarios'],_0x415ce5=_0x3c8ea9[_0x4fcf2c(0x117)],_0x1a0b21=_0x3c8ea9['scenariosFailed'],_0x23a007=_0x3c8ea9[_0x4fcf2c(0x13b)],_0x3e92da=_0x3c8ea9[_0x4fcf2c(0x12b)],_0xef14d=_0x3c8ea9[_0x4fcf2c(0x12a)],_0x2ac3b2=_0x3c8ea9[_0x4fcf2c(0x111)],_0x24b425=_0x3c8ea9[_0x4fcf2c(0x151)],_0x55e66e=_0x3c8ea9[_0x4fcf2c(0x145)],_0x22a600=_0x3c8ea9[_0x4fcf2c(0x141)],_0x2cae0f=_0x3c8ea9['processSuccess'];let _0x544c23=_0x8c4ed5+'\x20scenarios';const _0x1049f4=_0x4951a1[_0x4fcf2c(0x10a)](_0x4951a1[_0x4fcf2c(0x110)](_0x8c4ed5,_0x1a0b21),0x0)?_0x4951a1[_0x4fcf2c(0x110)](_0x8c4ed5,_0x1a0b21):0x0;if(_0x4951a1[_0x4fcf2c(0x10a)](_0x1a0b21,0x0)&&_0x4951a1['aBsJt'](_0x1049f4,0x0))_0x544c23+='\x20('+chalk[_0x4fcf2c(0xfe)][_0x4fcf2c(0x140)](_0x1a0b21+_0x4fcf2c(0x12f))+',\x20'+chalk[_0x4fcf2c(0xfe)][_0x4fcf2c(0x113)](_0x1049f4+_0x4fcf2c(0x13c))+')';else(_0x4951a1[_0x4fcf2c(0x10a)](_0x1a0b21,0x0)||_0x4951a1[_0x4fcf2c(0x10a)](_0x1049f4,0x0))&&(_0x544c23+=_0x4951a1[_0x4fcf2c(0x10a)](_0x1a0b21,0x0)?'\x20('+chalk[_0x4fcf2c(0xfe)][_0x4fcf2c(0x140)](_0x1a0b21+_0x4fcf2c(0x12f))+')':'\x20('+chalk[_0x4fcf2c(0xfe)][_0x4fcf2c(0x113)](_0x1049f4+_0x4fcf2c(0x13c))+')');const _0x39fe75=_0x415ce5+_0x4fcf2c(0x133),_0x10f632=[];_0x4951a1[_0x4fcf2c(0x144)](_0x22a600,0x0)&&_0x10f632['push'](''+chalk[_0x4fcf2c(0xfe)][_0x4fcf2c(0x140)](_0x22a600+_0x4fcf2c(0x119)));_0x4951a1[_0x4fcf2c(0x10a)](_0x23a007,0x0)&&_0x10f632[_0x4fcf2c(0x101)](''+chalk[_0x4fcf2c(0xfe)][_0x4fcf2c(0x140)](_0x23a007+_0x4fcf2c(0x12f)));_0x4951a1[_0x4fcf2c(0xfd)](_0x3e92da,0x0)&&_0x10f632[_0x4fcf2c(0x101)](''+chalk['bold'][_0x4fcf2c(0x113)](_0x3e92da+_0x4fcf2c(0x13c)));_0x4951a1[_0x4fcf2c(0x120)](_0x2ac3b2,0x0)&&_0x10f632[_0x4fcf2c(0x101)](''+chalk['bold']['yellow'](_0x2ac3b2+_0x4fcf2c(0x11b)));_0x4951a1[_0x4fcf2c(0x10a)](_0xef14d,0x0)&&_0x10f632[_0x4fcf2c(0x101)](''+chalk[_0x4fcf2c(0xfe)][_0x4fcf2c(0x115)](_0xef14d+_0x4fcf2c(0x13a)));_0x4951a1[_0x4fcf2c(0x120)](_0x24b425,0x0)&&_0x10f632[_0x4fcf2c(0x101)](''+chalk[_0x4fcf2c(0xfe)][_0x4fcf2c(0xed)](_0x24b425+'\x20undefined'));_0x4951a1[_0x4fcf2c(0x10a)](_0x55e66e,0x0)&&_0x10f632[_0x4fcf2c(0x101)](''+chalk[_0x4fcf2c(0xfe)][_0x4fcf2c(0xed)](_0x55e66e+'\x20skipped'));const _0x440650=_0x4951a1[_0x4fcf2c(0x112)](_0x4951a1[_0x4fcf2c(0x112)](_0x4951a1[_0x4fcf2c(0x15c)](_0x39fe75,'('),_0x10f632['join'](',\x20')),')');console[_0x4fcf2c(0x14b)](_0x4951a1[_0x4fcf2c(0x149)](_0x4951a1['WqwmO'](_0x4951a1[_0x4fcf2c(0xec)](_0x4951a1[_0x4fcf2c(0x112)]('\x0a',_0x544c23),'\x0a'),_0x440650),'\x0a')),_0x4951a1[_0x4fcf2c(0x11c)](_0x2cae0f,![])&&(_0x4c44f5=0x1);}),_0x4c44f5;}async function run(_0x49a04d,_0x40df56,_0x3dbd0b){const _0x3c2057=a5_0x2eb826,_0x539307={'ZdKba':function(_0x5515e0,_0x4aaca8){return _0x5515e0(_0x4aaca8);},'bzqJw':function(_0x1441ef,_0x562ec2){return _0x1441ef>_0x562ec2;},'aKHkY':_0x3c2057(0x152),'VKsHz':'Removing\x20tmp\x20directory\x20created\x20for\x20reports','fAjAu':_0x3c2057(0x13f),'nuPLz':_0x3c2057(0x14c),'byasi':_0x3c2057(0x118),'tVmsq':function(_0x5d8aea,_0x557cf0){return _0x5d8aea-_0x557cf0;},'RjDxH':function(_0x5d59cc,_0x4d7421){return _0x5d59cc>=_0x4d7421;},'yfUvO':function(_0x36c350,_0x9b8025){return _0x36c350!=_0x9b8025;},'wbdvs':_0x3c2057(0xef),'IycIv':function(_0x170cf9,_0x5c02cb,_0x511b91,_0x4c93e8,_0x20584c,_0x2491b2){return _0x170cf9(_0x5c02cb,_0x511b91,_0x4c93e8,_0x20584c,_0x2491b2);}};await _0x3dbd0b[_0x3c2057(0x158)](_0x49a04d),helper[_0x3c2057(0xe7)](_0x3dbd0b[_0x3c2057(0x153)],_0x49a04d);!helper[_0x3c2057(0x121)]()&&await _0x3dbd0b['setupTCGAuth']();await helper[_0x3c2057(0xfb)](_0x3dbd0b[_0x3c2057(0xe8)]);const _0x5a71d7=helper[_0x3c2057(0x12c)](_0x3dbd0b[_0x3c2057(0xe8)]);!helper[_0x3c2057(0xf6)](_0x3dbd0b[_0x3c2057(0xe8)][_0x3c2057(0x134)])&&(process[_0x3c2057(0x10d)][_0x3c2057(0x146)]=JSON[_0x3c2057(0x157)](_0x3dbd0b[_0x3c2057(0xe8)][_0x3c2057(0x134)]));const _0x5a430e=await TestHubHandler[_0x3c2057(0x103)](constants[_0x3c2057(0xf8)][_0x3c2057(0x12e)],_0x3dbd0b);let _0x574216=[];if(!helper[_0x3c2057(0x121)]()){const _0x549c54={};_0x549c54[_0x3c2057(0x124)]=[],_0x574216=helper[_0x3c2057(0x11e)](Object['assign']({},_0x3dbd0b['config'],_0x549c54),_0x5a71d7,constants[_0x3c2057(0xf8)][_0x3c2057(0x12e)]);}else _0x574216=helper[_0x3c2057(0x11e)](_0x3dbd0b[_0x3c2057(0xe8)],_0x5a71d7,constants[_0x3c2057(0xf8)]['CUCUMBER']);if(!_0x3dbd0b[_0x3c2057(0xe8)])return;const _0x4ef2a2=_0x3dbd0b['config']['parallelsPerPlatform']||helper[_0x3c2057(0xfa)](_0x49a04d,_0x40df56,_0x3dbd0b['config'],constants[_0x3c2057(0xf8)][_0x3c2057(0x12e)])||0x1,_0x464f0e={'server':helper['getHubUrl'](_0x3dbd0b[_0x3c2057(0xe8)]),'proxySettings':_0x3dbd0b[_0x3c2057(0xe8)]['proxySettings'],'maxWorkers':_0x4ef2a2,'browserStackLogLevel':_0x3dbd0b[_0x3c2057(0xe8)]['logLevel'],'skipSessionName':_0x3dbd0b['config'][_0x3c2057(0x125)][_0x3c2057(0x10c)],'skipSessionStatus':_0x3dbd0b['config']['testContextOptions'][_0x3c2057(0x13e)],'turboScaleUrl':_0x3dbd0b['config']['turboScaleUrl']},_0x4129d9=process[_0x3c2057(0x128)],[_0x147b6a,_0x58aa0a]=helper['parseFormatters'](_0x4129d9),_0x3eeabf=path['join'](process['cwd'](),_0x539307[_0x3c2057(0xeb)]);if(_0x539307['bzqJw'](_0x58aa0a['length'],0x0)){helper[_0x3c2057(0xee)](_0x3eeabf);for(let _0x177789=_0x539307[_0x3c2057(0x104)](_0x147b6a[_0x3c2057(0xf2)],0x1);_0x539307[_0x3c2057(0x10f)](_0x177789,0x0);_0x177789--){_0x4129d9['splice'](_0x147b6a[_0x177789],0x2);}}_0x539307['yfUvO'](_0x3dbd0b['config'][_0x3c2057(0x15a)],null)?process[_0x3c2057(0x10d)][_0x3c2057(0x136)]=_0x3dbd0b[_0x3c2057(0xe8)]['testObservability']:process[_0x3c2057(0x10d)]['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0x539307[_0x3c2057(0x105)];PerformanceTester[_0x3c2057(0x116)](PerformanceEvents['SDK_SETUP']);let _0x1e2c5b;_0x539307[_0x3c2057(0x11f)](parallelCucumberRun,_0x574216,_0x464f0e,_0x3dbd0b['config'],_0x4129d9,_0x58aa0a)['then'](async _0x8c73f5=>{const _0x37aee4=_0x3c2057;PerformanceTester[_0x37aee4(0x108)](PerformanceEvents[_0x37aee4(0x130)]),_0x1e2c5b=_0x8c73f5;const _0x14dc56=_0x539307[_0x37aee4(0x10e)](printCucumberStats,_0x8c73f5);process[_0x37aee4(0x109)]=_0x14dc56,_0x539307[_0x37aee4(0xf1)](_0x58aa0a['length'],0x0)&&(logger['debug'](_0x539307['aKHkY']),helper[_0x37aee4(0x131)](_0x3eeabf,_0x58aa0a),logger[_0x37aee4(0x14d)](_0x539307[_0x37aee4(0x137)]),helper[_0x37aee4(0xf7)](_0x3eeabf));})[_0x3c2057(0x14e)](async()=>{const _0x169fa8=_0x3c2057;PerformanceTester[_0x169fa8(0x108)](PerformanceEvents['SDK_CLEANUP']),_0x3dbd0b[_0x169fa8(0x102)]=helper[_0x169fa8(0xff)](_0x1e2c5b,_0x539307[_0x169fa8(0xea)]),testOpsHelper[_0x169fa8(0x127)]();try{await TestHubHandler[_0x169fa8(0x142)]();}catch(_0x30cc8b){logger[_0x169fa8(0x14d)](_0x169fa8(0x14f)+util[_0x169fa8(0x122)](_0x30cc8b));}try{const {browserstackFolderPath:_0x23ddd9,tcgConfigPath:_0x49c118}=helper[_0x169fa8(0x100)]();fs[_0x169fa8(0x107)](_0x49c118),fs[_0x169fa8(0x106)](_0x23ddd9);}catch(_0x5b56e0){logger[_0x169fa8(0x14d)](_0x539307[_0x169fa8(0x11a)],_0x5b56e0);}await utilities[_0x169fa8(0x15b)](_0x3dbd0b);});}module['exports']=run;function a5_0x27b1(){const _0x2fdb46=['true','../../helpers/BrowserStackSetup','bzqJw','length','chalk','fXOnI','../test-runner','isUndefined','removeDir','FRAMEWORKS','../../helpers/utilities','getUserWorkerCount','handleApp','2611116pqoZjQ','MiESn','bold','getErrorMessageFromResults','getTCGConfigFilePaths','push','errorMessage','launchBuild','tVmsq','wbdvs','rmdirSync','unlinkSync','start','exitCode','aBsJt','2368zYoLKc','skipSessionName','env','ZdKba','RjDxH','AtnpJ','stepsPending','YItWA','green','EVENTS','cyan','end','steps','tmp','\x20ambiguous','nuPLz','\x20pending','lHdaz','4573349jAsSdp','prepareCapabilities','IycIv','TiiAQ','isBrowserstackInfra','format','3gcFRTn','platforms','testContextOptions','../../helpers/logger','printBuildLink','argv','WqwmO','stepsSkipped','stepsPassed','useW3C','../../helpers/helper','CUCUMBER','\x20failed','SDK_CLEANUP','mergeOutputFiles','6NqbvwR','\x20steps','accessibilityOptions','getPlatformName','BROWSERSTACK_TEST_OBSERVABILITY_YML','VKsHz','37140vOkCLR','util','\x20skipped','stepsFailed','\x20passed','forEach','skipSessionStatus','cucumber','red','stepsAmbiguous','stop','12cFwNlK','MGhGX','stepsUnknown','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','../../helpers/testhub/testhubHandler','path','wukgR','10EYJmkz','log','error\x20removing\x20tcg\x20config\x20file','debug','finally','Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20','13FZoeKH','stepsUndefined','Generating\x20consolidated\x20report...','framework','winstonLogger','25710932CbCCXM','2661236PtebQQ','stringify','initialize','2710220FBijQE','testObservability','finalExecution','jghDh','setUserConfigPath','config','1351rEltEK','fAjAu','byasi','tTWbw','yellow','createDir'];a5_0x27b1=function(){return _0x2fdb46;};return a5_0x27b1();}
|