browserstack-node-sdk 1.50.10 → 1.50.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ats/src/cloudproviders/AWS.js +1 -1
- package/ats/src/cloudproviders/Azure.js +1 -1
- package/ats/src/cloudproviders/CloudProvider.js +1 -1
- package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
- package/ats/src/cloudproviders/utils.js +1 -1
- package/ats/src/commands/configure.js +1 -1
- package/ats/src/commands/connect.js +1 -1
- package/ats/src/commands/connect_commands/grid.js +1 -1
- package/ats/src/commands/create.js +1 -1
- package/ats/src/commands/create_commands/grid.js +1 -1
- package/ats/src/commands/delete.js +1 -1
- package/ats/src/commands/delete_commands/grid.js +1 -1
- package/ats/src/commands/init.js +1 -1
- package/ats/src/commands/list.js +1 -1
- package/ats/src/commands/list_commands/grid_profiles.js +1 -1
- package/ats/src/commands/list_commands/grids.js +1 -1
- package/ats/src/commands/precheck.js +1 -1
- package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
- package/ats/src/commands/start.js +1 -1
- package/ats/src/commands/start_commands/grid.js +1 -1
- package/ats/src/commands/stop.js +1 -1
- package/ats/src/commands/stop_commands/grid.js +1 -1
- package/ats/src/config/constants.js +1 -1
- package/ats/src/config/logger.js +1 -1
- package/ats/src/index.js +1 -1
- package/ats/src/utils/AWSUtils.js +1 -1
- package/ats/src/utils/createAutoscalerStack.js +1 -1
- package/ats/src/utils/createClusterStack.js +1 -1
- package/ats/src/utils/createHubHaStack.js +1 -1
- package/ats/src/utils/createk8sClient.js +1 -1
- package/ats/src/utils/deleteEFSMountTargets.js +1 -1
- package/ats/src/utils/deleteStack.js +1 -1
- package/ats/src/utils/describeStack.js +1 -1
- package/ats/src/utils/gridComponents.js +1 -1
- package/ats/src/utils/hstUtils.js +1 -1
- package/ats/src/utils/instrumentationUtils.js +1 -1
- package/ats/src/utils/userInput.js +1 -1
- package/ats/src/utils/utilityMethods.js +1 -1
- package/ats/src/utils/webSocketUtils.js +1 -1
- package/package.json +1 -1
- package/src/ai-sdk-node/bundle.js +1 -1
- package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
- package/src/bin/codeceptjs/command.js +1 -1
- package/src/bin/codeceptjs/helper.js +1 -1
- package/src/bin/codeceptjs/o11yHelper.js +1 -1
- package/src/bin/cucumber-js/command.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
- package/src/bin/cucumber-js/test-observability.js +1 -1
- package/src/bin/cucumber-js/test.setup.js +1 -1
- package/src/bin/cucumber-js/test_old.setup.js +1 -1
- package/src/bin/cucumber-js/timeout.setup.js +1 -1
- package/src/bin/integrations/command.js +1 -1
- package/src/bin/integrations/constants.js +1 -1
- package/src/bin/jest/command.js +1 -1
- package/src/bin/jest/customImplements/customCircus.js +1 -1
- package/src/bin/jest/customImplements/customEnvironment.js +1 -1
- package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
- package/src/bin/jest/customImplements/customSequencer.js +1 -1
- package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
- package/src/bin/jest/jest.setup.js +1 -1
- package/src/bin/jest/test-observability/data-hooks.js +1 -1
- package/src/bin/jest/test-observability/helper.js +1 -1
- package/src/bin/jest/test-observability/obsReporter.js +1 -1
- package/src/bin/jest/test-observability/test-details.js +1 -1
- package/src/bin/jest/test.setup.js +1 -1
- package/src/bin/jest/test_before.setup.js +1 -1
- package/src/bin/launcher/launcher.js +1 -1
- package/src/bin/load/index.js +1 -1
- package/src/bin/load/loadUtils.js +1 -1
- package/src/bin/mocha/accessibility-automation/helper.js +1 -1
- package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
- package/src/bin/mocha/command.js +1 -1
- package/src/bin/mocha/test-observability/builderPatch.js +1 -1
- package/src/bin/mocha/test-observability/data-hooks.js +1 -1
- package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
- package/src/bin/mocha/test.setup.js +1 -1
- package/src/bin/nightwatch/command.js +1 -1
- package/src/bin/playwright/accessibility-helper.js +1 -1
- package/src/bin/playwright/command.js +1 -1
- package/src/bin/playwright/globalSetup.js +1 -1
- package/src/bin/playwright/mock-process.js +1 -1
- package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
- package/src/bin/playwright/patches.js +1 -1
- package/src/bin/playwright/reporter/pwUtils.js +1 -1
- package/src/bin/playwright/reporter/reporter.js +1 -1
- package/src/bin/playwright/reporter/test-details.js +1 -1
- package/src/bin/playwright/sessionDetails.js +1 -1
- package/src/bin/runner.js +1 -1
- package/src/bin/setup.js +1 -1
- package/src/bin/test-runner/index.js +1 -1
- package/src/bin/test-runner/runTest.js +1 -1
- package/src/bin/test-runner/testWorker.js +1 -1
- package/src/bin/utils/apiUtilityMethods.js +1 -1
- package/src/bin/utils/clientTroubleshootingService.js +1 -1
- package/src/bin/utils/constants.js +1 -1
- package/src/bin/utils/log4jsAppender.js +1 -1
- package/src/bin/utils/logPatcher.js +1 -1
- package/src/bin/utils/logReportingAPI.js +1 -1
- package/src/bin/utils/playwright-patcher.js +1 -1
- package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
- package/src/bin/utils/sharedUtils.js +1 -1
- package/src/bin/v2/TestInfo.js +1 -1
- package/src/bin/v2/browserstackCLI.js +1 -1
- package/src/bin/v2/cliUtils.js +1 -1
- package/src/bin/v2/customTagManager.js +1 -1
- package/src/bin/v2/eventDispatcher.js +1 -1
- package/src/bin/v2/framework/automationFramework.js +1 -1
- package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
- package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
- package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
- package/src/bin/v2/framework/jestTestFramework.js +1 -1
- package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
- package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
- package/src/bin/v2/framework/testFramework.js +1 -1
- package/src/bin/v2/grpcClient.js +1 -1
- package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
- package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
- package/src/bin/v2/instances/trackedContext.js +1 -1
- package/src/bin/v2/instances/trackedInstance.js +1 -1
- package/src/bin/v2/modules/accessibilityModule.js +1 -1
- package/src/bin/v2/modules/baseModule.js +1 -1
- package/src/bin/v2/modules/loadTestModule.js +1 -1
- package/src/bin/v2/modules/observabilityModule.js +1 -1
- package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
- package/src/bin/v2/modules/testhubModule.js +1 -1
- package/src/bin/v2/state/automationFrameworkState.js +1 -1
- package/src/bin/v2/state/hookState.js +1 -1
- package/src/bin/v2/state/testFrameworkState.js +1 -1
- package/src/bin/v2/uploadAttachmentsManager.js +1 -1
- package/src/bin/v2/utils/cucumber-utils.js +1 -1
- package/src/bin/v2/utils/jest-utils.js +1 -1
- package/src/bin/vanilla-js/command.js +1 -1
- package/src/browserStackSdk.js +1 -1
- package/src/helpers/BrowserStackSetup.js +1 -1
- package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
- package/src/helpers/accessibility-automation/constants.js +1 -1
- package/src/helpers/accessibility-automation/helper.js +1 -1
- package/src/helpers/accessibility-automation/scripts.js +1 -1
- package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
- package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
- package/src/helpers/ats/constants.js +1 -1
- package/src/helpers/ats/helper.js +1 -1
- package/src/helpers/capsMapping.js +1 -1
- package/src/helpers/central-scanner/constants.js +1 -1
- package/src/helpers/central-scanner/helpers.js +1 -1
- package/src/helpers/classLogger.js +1 -1
- package/src/helpers/globals.js +1 -1
- package/src/helpers/helper.js +1 -1
- package/src/helpers/logger.js +1 -1
- package/src/helpers/metadata.js +1 -1
- package/src/helpers/patchHelper.js +1 -1
- package/src/helpers/patchHelpers.js +1 -1
- package/src/helpers/percy/Percy.js +1 -1
- package/src/helpers/percy/PercyBinary.js +1 -1
- package/src/helpers/percy/PercyCaptureMap.js +1 -1
- package/src/helpers/percy/PercyCaptureModes.js +1 -1
- package/src/helpers/percy/PercySDK.js +1 -1
- package/src/helpers/percy/index.js +1 -1
- package/src/helpers/percy/utils.js +1 -1
- package/src/helpers/performance/constants.js +1 -1
- package/src/helpers/performance/performance-tester.js +1 -1
- package/src/helpers/playwright-helper.js +1 -1
- package/src/helpers/processHelper.js +1 -1
- package/src/helpers/request-spy.js +1 -1
- package/src/helpers/setKeepAlive.js +1 -1
- package/src/helpers/test-observability/constants.js +1 -1
- package/src/helpers/test-observability/error-handler.js +1 -1
- package/src/helpers/test-observability/requestQueueHandler.js +1 -1
- package/src/helpers/test-observability/sessionHandler.js +1 -1
- package/src/helpers/test-observability/utils.js +1 -1
- package/src/helpers/test-orchestration/constants.js +1 -1
- package/src/helpers/test-orchestration/failfastManager.js +1 -1
- package/src/helpers/test-orchestration/fileHelper.js +1 -1
- package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
- package/src/helpers/test-orchestration/requestUtils.js +1 -1
- package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
- package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
- package/src/helpers/testhub/constants.js +1 -1
- package/src/helpers/testhub/testhubHandler.js +1 -1
- package/src/helpers/testhub/utils.js +1 -1
- package/src/helpers/timeoutPromise.js +1 -1
- package/src/helpers/utilities.js +1 -1
- package/src/helpers/w3cMapping.js +1 -1
- package/src/hubAllocationMethods.js +1 -1
- package/src/index.js +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
const a1_0x39a0ef=a1_0x25c4;(function(_0x518872,_0x405231){const _0x5f3297=a1_0x25c4,_0x3ec17d=_0x518872();while(!![]){try{const _0x2e99a6=-parseInt(_0x5f3297(0x24d))/0x1+-parseInt(_0x5f3297(0x204))/0x2*(-parseInt(_0x5f3297(0x198))/0x3)+-parseInt(_0x5f3297(0x175))/0x4+-parseInt(_0x5f3297(0x1a9))/0x5+-parseInt(_0x5f3297(0x196))/0x6+parseInt(_0x5f3297(0x247))/0x7*(-parseInt(_0x5f3297(0x1f9))/0x8)+parseInt(_0x5f3297(0x1d9))/0x9;if(_0x2e99a6===_0x405231)break;else _0x3ec17d['push'](_0x3ec17d['shift']());}catch(_0x520974){_0x3ec17d['push'](_0x3ec17d['shift']());}}}(a1_0x1c74,0x698b5));const fs=require('fs'),util=require(a1_0x39a0ef(0x21e)),{requireModule,markSessionStatus,isUndefined,isTrue,isBrowserstackInfra}=require(a1_0x39a0ef(0x17e)),logger=require(a1_0x39a0ef(0x197))[a1_0x39a0ef(0x22b)],testOpsHelper=require('../../helpers/test-observability/utils'),requestSpy=require('../../helpers/request-spy'),PlaywrightSessionDetails=require(a1_0x39a0ef(0x261)),{O11yHelper,TEST_EVENTS,STATE_PASSED,STATE_FAILED}=require('./o11yHelper'),{shouldScanTestForAccessibility,isAccessibilityAutomationSession}=require('../../helpers/accessibility-automation/helper'),AccessibilityHelper=require(a1_0x39a0ef(0x243)),scripts=require('../../helpers/accessibility-automation/scripts'),PerformanceTester=require(a1_0x39a0ef(0x190)),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceHookEvents}=require('../../helpers/performance/constants'),{processWebDriverConfig,shouldPatchExecuteScript}=require(a1_0x39a0ef(0x20f)),testHubConstants=require(a1_0x39a0ef(0x232)),globals=require(a1_0x39a0ef(0x1c3)),CodeceptJS=requireModule(a1_0x39a0ef(0x225),a1_0x39a0ef(0x252)),CodeceptUtils=requireModule('codeceptjs/lib/utils.js',a1_0x39a0ef(0x252)),CodeceptWebDriver=requireModule(a1_0x39a0ef(0x1d8),a1_0x39a0ef(0x252)),CodeceptRecorder=requireModule(a1_0x39a0ef(0x1ad),'codeceptjs'),CodeceptPlaywright=requireModule(a1_0x39a0ef(0x17a),a1_0x39a0ef(0x252)),playwrightMarkSessionStatus=(_0x9956b4,_0x181e2d,_0xf146)=>{const _0x108cba=a1_0x39a0ef,_0x468560={'tMtxR':_0x108cba(0x195),'ytWLr':function(_0x2f7406,_0x136c74){return _0x2f7406(_0x136c74);}},_0xb1fa0b={};_0xb1fa0b[_0x108cba(0x222)]=_0x181e2d;const _0x1309a5={};_0x1309a5['action']=_0x468560[_0x108cba(0x1ed)],_0x1309a5[_0x108cba(0x1f8)]=_0xb1fa0b;const _0x3da534=_0x1309a5;return!_0x468560[_0x108cba(0x1d1)](isUndefined,_0xf146)&&(_0x3da534[_0x108cba(0x1f8)]['reason']=JSON[_0x108cba(0x17d)](_0xf146)),_0x9956b4[_0x108cba(0x205)](()=>{},_0x108cba(0x25f)+JSON['stringify'](_0x3da534));},o11ySync=PerformanceTester[a1_0x39a0ef(0x1c4)](PerformanceO11yEvents['SYNC'],async _0x13f2f5=>{const _0x16ce09=a1_0x39a0ef,_0x23b2e8={};_0x23b2e8['TDDJJ']=function(_0x42f439,_0x1d01b5){return _0x42f439===_0x1d01b5;},_0x23b2e8['AHtCk']=_0x16ce09(0x1ae);const _0x2c8015=_0x23b2e8;_0x2c8015[_0x16ce09(0x215)](_0x13f2f5['constructor'][_0x16ce09(0x1cb)],_0x2c8015[_0x16ce09(0x264)])?await _0x13f2f5[_0x16ce09(0x205)](_0x23b229=>{},testOpsHelper[_0x16ce09(0x1a3)]()):await _0x13f2f5['executeScript'](testOpsHelper[_0x16ce09(0x1a3)]());}),markSessionName=PerformanceTester[a1_0x39a0ef(0x1c4)](PerformanceAutEvents[a1_0x39a0ef(0x19e)],async(_0x4d8956,_0xded4a5)=>{const _0x5d54ef=a1_0x39a0ef,_0x2a8177={};_0x2a8177[_0x5d54ef(0x191)]=_0x5d54ef(0x1fc),_0x2a8177['cJepC']=function(_0x26a694,_0x1e4931){return _0x26a694===_0x1e4931;},_0x2a8177['fnttY']=_0x5d54ef(0x1ae);const _0x4311ad=_0x2a8177,_0x1225d4={};_0x1225d4[_0x5d54ef(0x1cb)]=_0xded4a5;const _0xf86424={};_0xf86424[_0x5d54ef(0x249)]=_0x4311ad[_0x5d54ef(0x191)],_0xf86424[_0x5d54ef(0x1f8)]=_0x1225d4;const _0x278f25=_0xf86424;_0x4311ad[_0x5d54ef(0x17c)](_0x4d8956[_0x5d54ef(0x26a)][_0x5d54ef(0x1cb)],_0x4311ad[_0x5d54ef(0x1cd)])?await _0x4d8956['executeScript'](()=>{},_0x5d54ef(0x25f)+JSON[_0x5d54ef(0x17d)](_0x278f25)):await _0x4d8956[_0x5d54ef(0x205)](_0x5d54ef(0x25f)+JSON[_0x5d54ef(0x17d)](_0x278f25));}),patchSaveScreenshot=_0x3a0f72=>{const _0x3599a6=a1_0x39a0ef,_0x2a8b69={'cWbwr':'base64','sfvSM':_0x3599a6(0x1cf),'pyzbT':function(_0x2fb94f){return _0x2fb94f();},'NCpWb':function(_0x429572,_0x56c066){return _0x429572(_0x56c066);},'JhJOC':_0x3599a6(0x266)};_0x2a8b69[_0x3599a6(0x183)](isTrue,process['env']['BS_TESTOPS_ALLOW_SCREENSHOTS'])&&!_0x3a0f72['patchSaveScreenshot']&&(_0x3a0f72[_0x3599a6(0x228)]=!![],_0x3a0f72[_0x3599a6(0x25b)]=_0x3a0f72[_0x3599a6(0x184)],_0x3a0f72[_0x3599a6(0x184)]=(_0x18f871,_0x545d49=![])=>{const _0x1cd2eb=_0x3599a6,_0x46b2a1={'QsOuT':_0x2a8b69[_0x1cd2eb(0x1f1)],'oRthN':_0x2a8b69[_0x1cd2eb(0x1f7)],'tRmBy':function(_0x33c0cf){const _0x2a0045=_0x1cd2eb;return _0x2a8b69[_0x2a0045(0x180)](_0x33c0cf);},'QvebB':function(_0x6e904b,_0x3cbc4a){const _0xad9f9=_0x1cd2eb;return _0x2a8b69[_0xad9f9(0x183)](_0x6e904b,_0x3cbc4a);},'pzlyz':_0x2a8b69[_0x1cd2eb(0x1f2)]};return new Promise(function(_0x5a1f4a,_0x1e6669){const _0xd708db=_0x1cd2eb;_0x3a0f72[_0xd708db(0x25b)](_0x18f871,_0x545d49)[_0xd708db(0x256)](()=>{const _0x48aa7c=_0xd708db,_0x2a78ec=CodeceptUtils[_0x48aa7c(0x1da)](_0x18f871);if(_0x2a78ec){const _0x34419d=fs['readFileSync'](_0x2a78ec);process[_0x48aa7c(0x199)](_0x48aa7c(0x1c2)+process['pid'],{'timestamp':new Date()[_0x48aa7c(0x253)](),'message':_0x34419d[_0x48aa7c(0x1cc)](_0x46b2a1['QsOuT']),'kind':_0x46b2a1[_0x48aa7c(0x188)]}),_0x46b2a1['tRmBy'](_0x5a1f4a);}_0x46b2a1['QvebB'](_0x1e6669,new Error(_0x46b2a1[_0x48aa7c(0x17b)]));})['catch'](()=>null);});});},patchWebDriverBefore=_0x2e0c10=>{const _0x39490f=a1_0x39a0ef,_0x4f4974={'xBZKJ':function(_0x1f04fa){return _0x1f04fa();},'RJLDI':function(_0x5a28bf,_0x2636ef){return _0x5a28bf(_0x2636ef);},'HmcdI':function(_0x2bc19a,_0x46a3fc){return _0x2bc19a===_0x46a3fc;},'soZYg':_0x39490f(0x1d5),'cOAIb':function(_0x5956ea,_0x569732){return _0x5956ea===_0x569732;},'mtVvF':_0x39490f(0x1b0),'cLypJ':function(_0x1ef39e,_0x4e31b4){return _0x1ef39e===_0x4e31b4;},'CfkNL':_0x39490f(0x193),'IdkRb':function(_0xd74e3e,_0x4d9208){return _0xd74e3e(_0x4d9208);}},_0x337321=async function(_0x413cb2,_0x42d250){const _0x13c45b=_0x39490f;_0x4f4974['xBZKJ'](isAccessibilityAutomationSession)&&!global[_0x13c45b(0x22e)]&&global[_0x13c45b(0x1e4)]&&scripts['shouldWrapCommand'](_0x413cb2['name'])&&_0x4f4974['RJLDI'](shouldPatchExecuteScript,arguments[0x2])&&(global[_0x13c45b(0x22e)]=!![],await PerformanceTester[_0x13c45b(0x1c4)](PerformanceA11yEvents[_0x13c45b(0x177)],async()=>{const _0xa8415a=_0x13c45b;logger[_0xa8415a(0x263)](_0xa8415a(0x241)+_0x413cb2['class']+'\x20'+_0x413cb2[_0xa8415a(0x1cb)]),await AccessibilityHelper[_0xa8415a(0x20e)](_0x2e0c10,scripts[_0xa8415a(0x22f)]);},{'command':_0x413cb2[_0x13c45b(0x1cb)]})());global['bstackAllyScanning']=![];const _0x5c7ab1=JSON['parse'](process['env']['FRAMEWORK_DETAILS']||'{}');if(_0x4f4974[_0x13c45b(0x24a)](_0x5c7ab1?.[_0x13c45b(0x18c)]?.[_0x13c45b(0x1cb)],_0x4f4974['soZYg'])&&_0x4f4974[_0x13c45b(0x1b4)](typeof _0x5c7ab1?.[_0x13c45b(0x18c)]?.[_0x13c45b(0x174)],_0x4f4974['mtVvF'])&&_0x5c7ab1?.['testFramework']?.[_0x13c45b(0x174)][_0x13c45b(0x1d2)]('7'))return _0x42d250['apply'](null,Array[_0x13c45b(0x1ec)][_0x13c45b(0x1e6)][_0x13c45b(0x1c9)](arguments,0x2));return _0x42d250['apply'](this,Array[_0x13c45b(0x1ec)][_0x13c45b(0x1e6)]['call'](arguments,0x2));},_0x14d80a=CodeceptWebDriver[_0x39490f(0x1ec)]['_before'];CodeceptWebDriver[_0x39490f(0x1ec)][_0x39490f(0x19d)]=async function(){const _0x40ae8c=_0x39490f;try{await _0x14d80a[_0x40ae8c(0x203)](this,arguments);}catch(_0x3f1b15){logger[_0x40ae8c(0x263)](_0x40ae8c(0x23d)+util[_0x40ae8c(0x21c)](_0x3f1b15));}scripts['commandsToWrap'][_0x40ae8c(0x224)](_0x91f6=>_0x91f6[_0x40ae8c(0x1cb)]&&_0x91f6[_0x40ae8c(0x216)])[_0x40ae8c(0x1db)](_0x4a2bae=>{const _0x3bd93a=_0x40ae8c;this['browser'][_0x3bd93a(0x1b3)](_0x4a2bae[_0x3bd93a(0x1cb)],_0x337321['bind'](this,_0x4a2bae),_0x4f4974[_0x3bd93a(0x1f6)](_0x4a2bae[_0x3bd93a(0x216)],_0x4f4974[_0x3bd93a(0x1e8)]));}),_0x4f4974['IdkRb'](processWebDriverConfig,_0x2e0c10);};};function parseJwt(_0x3de26b){const _0x294200=a1_0x39a0ef,_0x5f524c={};_0x5f524c[_0x294200(0x20b)]='base64';const _0x10934e=_0x5f524c;if(!_0x3de26b)return null;return JSON[_0x294200(0x1a6)](Buffer[_0x294200(0x24c)](_0x3de26b[_0x294200(0x1bf)]('.')[0x1],_0x10934e[_0x294200(0x20b)])[_0x294200(0x1cc)]());}function a1_0x1c74(){const _0xa256=['Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','MeoTg','bddStep-before','SESSION_STATUS','IXiHE','chromium','warn','browserStackExecuteDriver','./helper.js','ZmmNP','hookType','stack','xdTNd','bddStep','TDDJJ','class','startMonitoring','url','VLDjU','exports','hook','format','JlqVy','util','OZjQZ','skipped','thJwtToken','status','bddStepStart','filter','codeceptjs/lib/index.js','all','start','patchSaveScreenshot','bddStep-after','pMRKu','winstonLogger','currentTest','command','bstackAllyScanning','performScan','UQSQB','KHczq','../../helpers/testhub/constants.js','spVZV','bdwSt','event','RGwJZ','test','hGDaP','RZVHE','kgcId','gjjVa','TEST_RUN_SKIPPED','Failed\x20to\x20execute\x20_before:\x20','NXPPV','getResults','GET_RESULTS','Performing\x20scan\x20for\x20','thBuildUuid','../../bin/playwright/accessibility-helper','end','bvbZE','setGlobal','1183273ngbXKO','step','action','HmcdI','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','from','220106SGujyz','browser','devtools://','clNRn','bind','codeceptjs','toISOString','getAccessibilityResults','XshPi','then','ChhtP','kGDic','env','aznyv','initSaveScreenshot','jTGMO','SDK_TEST','pages','browserstack_executor:\x20','Failed\x20to\x20patch\x20pages\x20method\x20in\x20browserContext\x20for\x20a11y\x20domForge:\x20','../../bin/playwright/sessionDetails','Yoift','debug','AHtCk','titlePath','Screenshot\x20path\x20not\x20found','nkxGK','config','ENV_VAR','constructor','yzuQN','browserstackTestName','dipEC','hook-passed','version','1305712nDknRq','enKIE','PERFORM_SCAN','hook-started','pgubv','codeceptjs/lib/helper/Playwright.js','pzlyz','cJepC','stringify','../../helpers/helper','ufDGN','pyzbT','tfuSz','DVlKc','NCpWb','saveScreenshot','jADia','args','yzDct','oRthN','test-failed','Puppeteer','test-passed','testFramework','__workerDetails','captureEvent','ctx','../../helpers/performance/performance-tester','noatO','message','Element','snhWM','setSessionStatus','4838964MnfMVN','../../helpers/logger','42246GcHIzj','emit','tpjQR','ViLLZ','info','_before','SESSION_NAME','fireEvent','test-started','add','XhvnZ','getSyncScript','browserContext','HOOK_RUN_STARTED','parse','getResultsSummary','dZWCQ','3195275ljURrZ','thTestRunUuid','enabled','vwHpb','codeceptjs/lib/recorder.js','Playwright','SDK_PRE_TEST','string','started','restore','overwriteCommand','cOAIb','dispatcher','--auto-open-devtools-for-tabs','ksLin','comment','dLaPh','title','WebDriver','AiWSc','getAccessibilityResultsSummary','uKYPG','split','Failed\x20in\x20sending\x20TestRunFinish\x20event:\x20','hjjHk','bs:addLog:','../../helpers/globals.js','measureWrapper','SKPtH','__driver','isArray','pid','call','QbhVz','name','toString','fnttY','push','TEST_SCREENSHOT','_setPage','ytWLr','startsWith','contexts','TEST_RUN_FINISHED','webdriverio','failed','SDK_HOOK','codeceptjs/lib/helper/WebDriver.js','23595840YGzFpH','screenshotOutputFolder','forEach','GVOWJ','addRequestSpy','HOOK_RUN_FINISHED','Failed\x20in\x20marking\x20session\x20status\x20of\x20test:\x20','afterTest','after','passed','TsNBp','accessibilityPlatform','helpers','slice','captureError','CfkNL','patch','domForge','BROWSERSTACK_TESTHUB_UUID','prototype','tMtxR','BS_A11Y_JWT','TestCafe','stopMonitoring','cWbwr','JhJOC','test-skipped','stop','test-before','cLypJ','sfvSM','arguments','32NRyrNm','VYCRX','TEST_RUN_STARTED','setSessionName','container','pakbg','SDK_POST_TEST','SDK_PRE_INITIALIZE','before','MUhXV','apply','68xRaasL','executeScript','page'];a1_0x1c74=function(){return _0xa256;};return a1_0x1c74();}const patchPlaywrightBefore=()=>{const _0x1800e8=a1_0x39a0ef,_0xd316fd={'xdTNd':function(_0x286b79){return _0x286b79();},'enKIE':_0x1800e8(0x24f),'tpjQR':_0x1800e8(0x1b6),'ggcTb':function(_0x518747,_0x169b17){return _0x518747(_0x169b17);},'VLDjU':function(_0x93138d){return _0x93138d();},'CaKsp':function(_0x26a2e5,_0x46e246){return _0x26a2e5+_0x46e246;},'XhvnZ':'\x0aStack:\x20','RGwJZ':function(_0x245587){return _0x245587();},'nkxGK':function(_0x2cc35c){return _0x2cc35c();},'RZVHE':function(_0x18617c){return _0x18617c();}};PlaywrightSessionDetails[_0x1800e8(0x1e9)]();const _0x27d3cb=CodeceptPlaywright['prototype'][_0x1800e8(0x19d)];CodeceptPlaywright['prototype'][_0x1800e8(0x19d)]=async function(){const _0xe88f7f=_0x1800e8,_0x1241f7={'tfuSz':function(_0x52bfd7){return _0xd316fd['xdTNd'](_0x52bfd7);},'ksLin':_0xd316fd[_0xe88f7f(0x176)],'hGDaP':_0xd316fd[_0xe88f7f(0x19a)],'snhWM':function(_0x51d3f0){return _0xd316fd['xdTNd'](_0x51d3f0);},'LBaAB':function(_0x520946,_0x844fae){return _0xd316fd['ggcTb'](_0x520946,_0x844fae);},'clNRn':function(_0x18146b){const _0x3cc1f5=_0xe88f7f;return _0xd316fd[_0x3cc1f5(0x219)](_0x18146b);},'jTGMO':function(_0x1b0ead,_0x301822){return _0xd316fd['CaKsp'](_0x1b0ead,_0x301822);},'dLaPh':_0xd316fd[_0xe88f7f(0x1a2)]};this[_0xe88f7f(0x1a4)]=await this[_0xe88f7f(0x24e)][_0xe88f7f(0x1d3)]()[0x0];const _0x32142d=async()=>{const _0x3fea29=_0xe88f7f,_0x56ef8e=this['config']&&this[_0x3fea29(0x268)]['chromium']&&this[_0x3fea29(0x268)][_0x3fea29(0x20c)]['args']&&Array[_0x3fea29(0x1c7)](this[_0x3fea29(0x268)][_0x3fea29(0x20c)][_0x3fea29(0x186)])&&this['config'][_0x3fea29(0x20c)][_0x3fea29(0x186)]['includes'](_0x1241f7[_0x3fea29(0x238)]);if(_0x1241f7[_0x3fea29(0x194)](isAccessibilityAutomationSession)&&!_0x56ef8e)try{const _0xc37b94=_0x1241f7['LBaAB'](parseJwt,process['env'][_0x3fea29(0x1ee)]);if(_0xc37b94&&_0xc37b94['a11y_core_config']&&_0xc37b94['a11y_core_config'][_0x3fea29(0x1ea)]){const _0x2db9fa=this[_0x3fea29(0x1a4)][_0x3fea29(0x25e)][_0x3fea29(0x251)](this[_0x3fea29(0x1a4)]);this[_0x3fea29(0x1a4)][_0x3fea29(0x25e)]=async function(){const _0x3a8da9=_0x3fea29,_0x3b4762=await _0x1241f7[_0x3a8da9(0x181)](_0x2db9fa),_0x29bed2=[];for(const _0x4f5822 of _0x3b4762){try{const _0x383686=await _0x4f5822[_0x3a8da9(0x218)]();!_0x383686[_0x3a8da9(0x1d2)](_0x1241f7[_0x3a8da9(0x1b7)])&&_0x29bed2[_0x3a8da9(0x1ce)](_0x4f5822);}catch(_0x1e046f){_0x29bed2[_0x3a8da9(0x1ce)](_0x4f5822);}}return _0x29bed2;};}if(!_0x1241f7[_0x3fea29(0x250)](isBrowserstackInfra)){const _0x4eed12=await this[_0x3fea29(0x206)][_0x3fea29(0x218)]();if(_0x4eed12['startsWith'](_0x1241f7[_0x3fea29(0x1b7)])){const _0x4a596c=await this[_0x3fea29(0x1a4)][_0x3fea29(0x25e)]();this[_0x3fea29(0x1d0)](_0x4a596c[0x0]);}}}catch(_0x13a0e2){logger[_0x3fea29(0x263)](_0x3fea29(0x260)+_0x13a0e2[_0x3fea29(0x192)]+(_0x13a0e2['stack']?_0x1241f7[_0x3fea29(0x25c)](_0x1241f7[_0x3fea29(0x1b9)],_0x13a0e2[_0x3fea29(0x212)]):''));}};_0xd316fd[_0xe88f7f(0x213)](isBrowserstackInfra)&&await _0xd316fd[_0xe88f7f(0x236)](_0x32142d),await _0x27d3cb[_0xe88f7f(0x203)](this,arguments),!_0xd316fd[_0xe88f7f(0x267)](isBrowserstackInfra)&&await _0xd316fd[_0xe88f7f(0x239)](_0x32142d);};},getCodeceptDriver=()=>{const _0x3d538e=a1_0x39a0ef,_0x783b0f={};_0x783b0f['OZjQZ']=_0x3d538e(0x1bb),_0x783b0f[_0x3d538e(0x26b)]=_0x3d538e(0x1ae),_0x783b0f[_0x3d538e(0x1a8)]=_0x3d538e(0x18a),_0x783b0f[_0x3d538e(0x230)]=_0x3d538e(0x1ef);const _0x548ada=_0x783b0f,_0x227652=[_0x548ada[_0x3d538e(0x21f)],_0x548ada[_0x3d538e(0x26b)],_0x548ada[_0x3d538e(0x1a8)],_0x548ada[_0x3d538e(0x230)]],_0x11fd03=_0x227652['find'](_0x4cbfd4=>!!CodeceptJS[_0x3d538e(0x1fd)][_0x3d538e(0x1e5)](_0x4cbfd4));if(!_0x11fd03)return null;return CodeceptJS[_0x3d538e(0x1fd)][_0x3d538e(0x1e5)](_0x11fd03);};function a1_0x25c4(_0x40a7af,_0x5815ee){const _0x1c7493=a1_0x1c74();return a1_0x25c4=function(_0x25c41d,_0x1ea3e1){_0x25c41d=_0x25c41d-0x173;let _0xf28d5=_0x1c7493[_0x25c41d];return _0xf28d5;},a1_0x25c4(_0x40a7af,_0x5815ee);}module[a1_0x39a0ef(0x21a)]=function(_0x2e9162){const _0x44b279=a1_0x39a0ef,_0x5ab760={'bvbZE':function(_0x2e138f){return _0x2e138f();},'QbhVz':function(_0x4c1b47,_0x26e9f9){return _0x4c1b47(_0x26e9f9);},'kGDic':'getAccessibilityResultsSummary','MUhXV':'Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20summary.','uXlzI':_0x44b279(0x254),'kgcId':_0x44b279(0x207),'bdwSt':_0x44b279(0x178),'DVlKc':_0x44b279(0x173),'VYyOa':'hook-failed','dipEC':_0x44b279(0x26c),'KHczq':_0x44b279(0x1f5),'eorHu':function(_0x23bb67,_0x126bee,_0x43c2a1){return _0x23bb67(_0x126bee,_0x43c2a1);},'ChhtP':function(_0x13cb64,_0x11209b){return _0x13cb64(_0x11209b);},'gjjVa':_0x44b279(0x1a0),'TsNBp':function(_0x4083de,_0x4394c5,_0x44a508){return _0x4083de(_0x4394c5,_0x44a508);},'pMRKu':_0x44b279(0x18b),'tJVQj':function(_0x4bc62c,_0x3900b9,_0x430d45,_0x325e94){return _0x4bc62c(_0x3900b9,_0x430d45,_0x325e94);},'pgubv':function(_0x3cd2fa,_0x595c68){return _0x3cd2fa===_0x595c68;},'spVZV':'Suite','vwHpb':_0x44b279(0x189),'hjjHk':_0x44b279(0x1f3),'gFySM':_0x44b279(0x1e0),'JlqVy':function(_0x267216,_0x16e88d,_0x3d393d){return _0x267216(_0x16e88d,_0x3d393d);},'jADia':function(_0x4c16a8){return _0x4c16a8();},'pakbg':'Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','MeoTg':'test-after','ONhYx':'INFO','ufDGN':'TEST_LOG','GVOWJ':'step-comment','NofSY':_0x44b279(0x209),'yzDct':_0x44b279(0x229),'NXPPV':'Playwright'};_0x2e9162['skipSessionStatus']&&(global['__skipSessionStatus']=_0x2e9162['skipSessionStatus']);PerformanceTester[_0x44b279(0x217)]();const _0xbdbb6d=_0x5ab760['bvbZE'](getCodeceptDriver),_0x2e957f=new O11yHelper(_0xbdbb6d,_0x2e9162),_0x3d3a11=!!CodeceptJS[_0x44b279(0x1fd)]['helpers'](_0x5ab760[_0x44b279(0x23e)]);global[_0x44b279(0x1c6)]=_0xbdbb6d,_0xbdbb6d&&(PerformanceTester['measureWrapper'](PerformanceEvents[_0x44b279(0x200)],()=>{const _0x466219=_0x44b279;_0x3d3a11?_0x5ab760['bvbZE'](patchPlaywrightBefore):_0x5ab760[_0x466219(0x1ca)](patchWebDriverBefore,_0xbdbb6d);})(),PerformanceTester[_0x44b279(0x1c4)](PerformanceEvents['SDK_POST_INITIALIZE'],()=>{const _0x157313=_0x44b279,_0x10e60e={};_0x10e60e[_0x157313(0x19b)]=_0x5ab760[_0x157313(0x258)],_0x10e60e[_0x157313(0x1c5)]=_0x5ab760[_0x157313(0x202)],_0x10e60e[_0x157313(0x1be)]=_0x5ab760['uXlzI'],_0x10e60e[_0x157313(0x262)]=_0x5ab760[_0x157313(0x23a)];const _0x5eb059=_0x10e60e;_0xbdbb6d[_0x157313(0x1bd)]=async()=>{const _0x4c89f1=_0x157313;if(global[_0x4c89f1(0x1e4)]){const _0x559aeb={};return _0x559aeb[_0x4c89f1(0x22d)]=_0x5eb059[_0x4c89f1(0x19b)],await PerformanceTester[_0x4c89f1(0x1c4)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x563874=_0x4c89f1;return await AccessibilityHelper['browserStackExecuteDriver'](_0xbdbb6d,scripts[_0x563874(0x22f)]);},_0x559aeb)(),await PerformanceTester['measureWrapper'](PerformanceA11yEvents['GET_RESULTS_SUMMARY'],async()=>{const _0x5032d=_0x4c89f1;return await AccessibilityHelper[_0x5032d(0x20e)](_0xbdbb6d,scripts[_0x5032d(0x1a7)]);})();}return logger[_0x4c89f1(0x20d)](_0x5eb059[_0x4c89f1(0x1c5)]),{};},_0xbdbb6d[_0x157313(0x254)]=async()=>{const _0x1510f5=_0x157313;if(global[_0x1510f5(0x1e4)]){const _0x5882c5={};return _0x5882c5[_0x1510f5(0x22d)]=_0x5eb059[_0x1510f5(0x1be)],await PerformanceTester[_0x1510f5(0x1c4)](PerformanceA11yEvents[_0x1510f5(0x177)],async()=>{const _0x286a3b=_0x1510f5;return await AccessibilityHelper[_0x286a3b(0x20e)](_0xbdbb6d,scripts['performScan']);},_0x5882c5)(),await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x1510f5(0x240)],async()=>{const _0x414c63=_0x1510f5;return await AccessibilityHelper[_0x414c63(0x20e)](_0xbdbb6d,scripts[_0x414c63(0x23f)]);})();}return logger['warn'](_0x5eb059[_0x1510f5(0x262)]),{};},_0x5ab760[_0x157313(0x1ca)](patchSaveScreenshot,_0xbdbb6d);})()),CodeceptJS[_0x44b279(0x235)][_0x44b279(0x1b5)]['on'](CodeceptJS[_0x44b279(0x235)][_0x44b279(0x226)]['before'],()=>{const _0x45fdce=_0x44b279;PerformanceTester['start'](PerformanceEvents[_0x45fdce(0x1af)]);try{_0x2e957f[_0x45fdce(0x227)](),testOpsHelper[_0x45fdce(0x1dd)](),PerformanceTester[_0x45fdce(0x244)](PerformanceEvents['SDK_PRE_TEST']);}catch(_0x134b2d){PerformanceTester[_0x45fdce(0x1e7)](_0x134b2d),PerformanceTester[_0x45fdce(0x244)](PerformanceEvents['SDK_PRE_TEST'],![],_0x134b2d);}}),CodeceptJS['event'][_0x44b279(0x1b5)]['on'](CodeceptJS[_0x44b279(0x235)]['all'][_0x44b279(0x1e1)],async()=>{const _0x2f4676=_0x44b279;PerformanceTester['start'](PerformanceEvents[_0x2f4676(0x1ff)]);try{requestSpy[_0x2f4676(0x1b2)](),await _0x2e957f[_0x2f4676(0x1f4)](),PerformanceTester[_0x2f4676(0x244)](PerformanceEvents['SDK_POST_TEST']);}catch(_0x323e71){PerformanceTester['captureError'](_0x323e71),PerformanceTester[_0x2f4676(0x244)](PerformanceEvents[_0x2f4676(0x1ff)],![],_0x323e71);}finally{PerformanceTester[_0x2f4676(0x1f0)]();}}),CodeceptJS['event'][_0x44b279(0x1b5)]['on'](CodeceptJS[_0x44b279(0x235)][_0x44b279(0x21b)][_0x44b279(0x1b1)],_0x35546d=>{const _0x3d25e8=_0x44b279;PerformanceTester[_0x3d25e8(0x227)](PerformanceEvents['SDK_HOOK']);try{const _0x330941=_0x35546d[_0x3d25e8(0x18f)][_0x3d25e8(0x237)],_0x4d0e43=_0x2e957f[_0x3d25e8(0x18e)](TEST_EVENTS['HOOK_RUN_STARTED'],_0x330941);CodeceptRecorder[_0x3d25e8(0x1a1)](()=>_0x2e957f['fireEvent'](TEST_EVENTS[_0x3d25e8(0x1a5)],_0x4d0e43));const _0xf8b2a8={};_0xf8b2a8['hookType']=_0x5ab760['bdwSt'],PerformanceTester[_0x3d25e8(0x244)](PerformanceEvents['SDK_HOOK'],!![],null,_0xf8b2a8);}catch(_0x5eac2c){const _0x54214a={};_0x54214a['hookType']=_0x5ab760[_0x3d25e8(0x234)],PerformanceTester[_0x3d25e8(0x244)](PerformanceEvents['SDK_HOOK'],![],_0x5eac2c,_0x54214a),PerformanceTester[_0x3d25e8(0x1e7)](_0x5eac2c);}}),CodeceptJS['event'][_0x44b279(0x1b5)]['on'](CodeceptJS['event'][_0x44b279(0x21b)][_0x44b279(0x1e2)],_0x240006=>{const _0x3e213b=_0x44b279,_0x39dcc4={};_0x39dcc4[_0x3e213b(0x211)]=_0x5ab760[_0x3e213b(0x182)],PerformanceTester[_0x3e213b(0x227)](PerformanceHookEvents[_0x3e213b(0x1d7)],!![],null,_0x39dcc4);try{const _0x3a70f5=_0x240006[_0x3e213b(0x18f)][_0x3e213b(0x237)],_0x440205=_0x2e957f[_0x3e213b(0x18e)](TEST_EVENTS[_0x3e213b(0x1de)],_0x3a70f5);CodeceptRecorder[_0x3e213b(0x1a1)](()=>_0x2e957f['fireEvent'](TEST_EVENTS[_0x3e213b(0x1de)],_0x440205));const _0x3dec5b={};_0x3dec5b[_0x3e213b(0x211)]=_0x5ab760[_0x3e213b(0x182)],PerformanceTester[_0x3e213b(0x244)](PerformanceHookEvents[_0x3e213b(0x1d7)],!![],null,_0x3dec5b);}catch(_0x19002e){PerformanceTester[_0x3e213b(0x1e7)](_0x19002e);const _0x4889e5={};_0x4889e5[_0x3e213b(0x211)]=_0x5ab760[_0x3e213b(0x182)],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],![],_0x19002e,_0x4889e5);}}),CodeceptJS[_0x44b279(0x235)][_0x44b279(0x1b5)]['on'](CodeceptJS['event'][_0x44b279(0x21b)][_0x44b279(0x1d6)],async(_0x39eddc,_0x2f2481)=>{const _0x19b68d=_0x44b279;PerformanceTester[_0x19b68d(0x227)](PerformanceHookEvents[_0x19b68d(0x1d7)]);try{const _0x39a025=_0x39eddc['ctx']['test'],_0x3e9260=_0x2e957f[_0x19b68d(0x18e)](TEST_EVENTS[_0x19b68d(0x1de)],_0x39a025,_0x2f2481);CodeceptRecorder[_0x19b68d(0x1a1)](()=>_0x2e957f[_0x19b68d(0x19f)](TEST_EVENTS[_0x19b68d(0x1de)],_0x3e9260));const _0x3155b0={};_0x3155b0[_0x19b68d(0x211)]=_0x5ab760['VYyOa'],PerformanceTester[_0x19b68d(0x227)](PerformanceHookEvents[_0x19b68d(0x1d7)],!![],null,_0x3155b0);}catch(_0x49a3dd){PerformanceTester[_0x19b68d(0x1e7)](_0x49a3dd);const _0x252de6={};_0x252de6[_0x19b68d(0x211)]=_0x5ab760['VYyOa'],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],![],_0x49a3dd,_0x252de6);}const _0x52895d={};_0x52895d[_0x19b68d(0x211)]=_0x5ab760['VYyOa'],PerformanceTester['end'](PerformanceHookEvents[_0x19b68d(0x1d7)],!![],null,_0x52895d);}),CodeceptJS['event'][_0x44b279(0x1b5)]['on'](CodeceptJS[_0x44b279(0x235)][_0x44b279(0x237)][_0x44b279(0x201)],_0x1c9587=>{const _0x21ae2c=_0x44b279;PerformanceTester[_0x21ae2c(0x227)](PerformanceHookEvents[_0x21ae2c(0x1d7)]);try{globals[_0x21ae2c(0x246)](_0x5ab760['dipEC'],_0x1c9587[_0x21ae2c(0x1ba)]);_0x5ab760['bvbZE'](isBrowserstackInfra)&&(_0x3d3a11&&(global[_0x21ae2c(0x18d)]={'currentTest':{'name':_0x1c9587[_0x21ae2c(0x1ba)],'testInfo':{'titlePath':_0x1c9587[_0x21ae2c(0x265)]()}}}));const _0x1babd3={};_0x1babd3[_0x21ae2c(0x211)]=_0x5ab760[_0x21ae2c(0x231)],PerformanceTester['end'](PerformanceHookEvents[_0x21ae2c(0x1d7)],!![],null,_0x1babd3);}catch(_0x4c9fe6){PerformanceTester[_0x21ae2c(0x1e7)](_0x4c9fe6);const _0x4c913b={};_0x4c913b[_0x21ae2c(0x211)]=_0x5ab760[_0x21ae2c(0x231)],PerformanceTester['end'](PerformanceHookEvents[_0x21ae2c(0x1d7)],![],_0x4c9fe6,_0x4c913b);}}),CodeceptJS[_0x44b279(0x235)][_0x44b279(0x1b5)]['on'](CodeceptJS[_0x44b279(0x235)][_0x44b279(0x237)][_0x44b279(0x1b1)],_0x38504d=>{const _0x433e41=_0x44b279,_0x19b640={'ZmmNP':function(_0x527475){const _0x43df28=a1_0x25c4;return _0x5ab760[_0x43df28(0x245)](_0x527475);},'utCyj':function(_0x437963,_0x23db81){const _0x4624ea=a1_0x25c4;return _0x5ab760[_0x4624ea(0x1ca)](_0x437963,_0x23db81);},'VYCRX':function(_0x489ae8,_0x17bed9,_0x222e51){return _0x5ab760['eorHu'](_0x489ae8,_0x17bed9,_0x222e51);},'aznyv':function(_0x527459,_0x5a5dc0){const _0x2f05af=a1_0x25c4;return _0x5ab760[_0x2f05af(0x257)](_0x527459,_0x5a5dc0);}};PerformanceTester[_0x433e41(0x227)](PerformanceHookEvents[_0x433e41(0x1d7)]);try{globals[_0x433e41(0x246)](_0x5ab760[_0x433e41(0x26d)],_0x38504d[_0x433e41(0x1ba)]);const _0x5126a4=_0x2e957f[_0x433e41(0x18e)](TEST_EVENTS[_0x433e41(0x1fb)],_0x38504d);CodeceptRecorder[_0x433e41(0x1a1)](()=>_0x2e957f['fireEvent'](TEST_EVENTS[_0x433e41(0x1fb)],_0x5126a4)),CodeceptRecorder['add'](async()=>{const _0x51dfb2=_0x433e41;_0x19b640[_0x51dfb2(0x210)](isBrowserstackInfra)&&(!_0x19b640['utCyj'](isTrue,_0x2e9162['skipSessionName'])&&await _0x19b640[_0x51dfb2(0x1fa)](markSessionName,_0xbdbb6d,_0x38504d[_0x51dfb2(0x1ba)]),_0x2e957f[_0x51dfb2(0x1ab)]&&await _0x19b640[_0x51dfb2(0x25a)](o11ySync,_0xbdbb6d));});}catch(_0x500622){const _0x2a997b={};_0x2a997b['hookType']=_0x5ab760[_0x433e41(0x23b)],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],![],_0x500622,_0x2a997b),PerformanceTester['captureError'](_0x500622);}const _0x14465b={};_0x14465b['hookType']=_0x5ab760[_0x433e41(0x23b)],PerformanceTester[_0x433e41(0x244)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x14465b);}),CodeceptJS[_0x44b279(0x235)][_0x44b279(0x1b5)]['on'](CodeceptJS[_0x44b279(0x235)]['test'][_0x44b279(0x1e2)],_0x4676d3=>{const _0x6d3049=_0x44b279,_0x1198cd={'YRUDa':function(_0x10e8ec,_0x5d955a,_0x5b2f4e){return _0x5ab760['eorHu'](_0x10e8ec,_0x5d955a,_0x5b2f4e);},'vmWVk':function(_0x40d66a,_0x370bf2,_0x312700){const _0x1e6d8a=a1_0x25c4;return _0x5ab760[_0x1e6d8a(0x1e3)](_0x40d66a,_0x370bf2,_0x312700);}};PerformanceTester[_0x6d3049(0x227)](PerformanceHookEvents[_0x6d3049(0x1d7)]);try{const _0x32320d=_0x2e957f['captureEvent'](TEST_EVENTS[_0x6d3049(0x1d4)],_0x4676d3);CodeceptRecorder[_0x6d3049(0x1a1)](()=>_0x2e957f['fireEvent'](TEST_EVENTS[_0x6d3049(0x1d4)],_0x32320d)),CodeceptRecorder['add'](async()=>{const _0x3a48e0=_0x6d3049;_0x5ab760[_0x3a48e0(0x245)](isBrowserstackInfra)&&await PerformanceTester[_0x3a48e0(0x1c4)](PerformanceAutEvents[_0x3a48e0(0x20a)],async()=>{_0x3d3a11?await _0x1198cd['YRUDa'](playwrightMarkSessionStatus,_0xbdbb6d,STATE_PASSED):await _0x1198cd['vmWVk'](markSessionStatus,_0xbdbb6d,STATE_PASSED);})();}),PerformanceTester[_0x6d3049(0x244)](PerformanceEvents[_0x6d3049(0x25d)]);}catch(_0x27a130){PerformanceTester[_0x6d3049(0x1e7)](_0x27a130);const _0x1c59f9={};_0x1c59f9[_0x6d3049(0x211)]=_0x5ab760[_0x6d3049(0x22a)],PerformanceTester['end'](PerformanceHookEvents[_0x6d3049(0x1d7)],![],_0x27a130,_0x1c59f9),PerformanceTester[_0x6d3049(0x244)](PerformanceEvents[_0x6d3049(0x25d)],![],_0x27a130);}const _0x1a6122={};_0x1a6122['hookType']=_0x5ab760[_0x6d3049(0x22a)],PerformanceTester['end'](PerformanceHookEvents[_0x6d3049(0x1d7)],!![],null,_0x1a6122);}),CodeceptJS['event'][_0x44b279(0x1b5)]['on'](CodeceptJS['event']['test'][_0x44b279(0x1d6)],(_0x539d18,_0xce788b)=>{const _0x14e0c0=_0x44b279,_0x1d92a0={'AiWSc':function(_0x3722f5){const _0x294df3=a1_0x25c4;return _0x5ab760[_0x294df3(0x245)](_0x3722f5);},'XshPi':function(_0x574674,_0x394cd2,_0x3481f9,_0x292dd7){return _0x5ab760['tJVQj'](_0x574674,_0x394cd2,_0x3481f9,_0x292dd7);}};PerformanceTester['start'](PerformanceHookEvents[_0x14e0c0(0x1d7)]);try{if(_0x5ab760[_0x14e0c0(0x179)](_0x539d18[_0x14e0c0(0x26a)][_0x14e0c0(0x1cb)],_0x5ab760[_0x14e0c0(0x233)])){const _0x20616c=_0x2e957f[_0x14e0c0(0x18e)](TEST_EVENTS[_0x14e0c0(0x23c)],_0x539d18['ctx'][_0x14e0c0(0x22c)]);CodeceptRecorder[_0x14e0c0(0x1a1)](()=>_0x2e957f[_0x14e0c0(0x19f)](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x20616c));}else{const _0x400394=_0x2e957f[_0x14e0c0(0x18e)](TEST_EVENTS['TEST_RUN_FINISHED'],_0x539d18,_0xce788b);CodeceptRecorder[_0x14e0c0(0x1a1)](()=>{const _0x2e753d=_0x14e0c0;try{_0x2e957f[_0x2e753d(0x19f)](TEST_EVENTS[_0x2e753d(0x1d4)],_0x400394);}catch(_0x36ee53){logger['debug'](_0x2e753d(0x1c0)+util[_0x2e753d(0x21c)](_0x36ee53)),PerformanceTester['end'](PerformanceEvents[_0x2e753d(0x25d)],![],_0x36ee53);}}),CodeceptRecorder[_0x14e0c0(0x1a1)](async()=>{const _0x159be8=_0x14e0c0;try{_0x1d92a0[_0x159be8(0x1bc)](isBrowserstackInfra)&&(_0x3d3a11?await _0x1d92a0[_0x159be8(0x255)](playwrightMarkSessionStatus,_0xbdbb6d,STATE_FAILED,_0xce788b):await _0x1d92a0[_0x159be8(0x255)](markSessionStatus,_0xbdbb6d,STATE_FAILED,_0xce788b));}catch(_0x2195c2){logger[_0x159be8(0x263)](_0x159be8(0x1df)+util[_0x159be8(0x21c)](_0x2195c2)),PerformanceTester[_0x159be8(0x244)](PerformanceEvents[_0x159be8(0x25d)],![],_0x2195c2);}});}PerformanceTester[_0x14e0c0(0x244)](PerformanceEvents['SDK_TEST']);}catch(_0x140f10){PerformanceTester['captureError'](_0x140f10);const _0xc7354a={};_0xc7354a[_0x14e0c0(0x211)]=_0x5ab760['vwHpb'],PerformanceTester[_0x14e0c0(0x244)](PerformanceHookEvents[_0x14e0c0(0x1d7)],![],_0x140f10,_0xc7354a),PerformanceTester['end'](PerformanceEvents['SDK_TEST'],![],_0x140f10);}const _0x2528b0={};_0x2528b0[_0x14e0c0(0x211)]=_0x5ab760[_0x14e0c0(0x1ac)],PerformanceTester[_0x14e0c0(0x244)](PerformanceHookEvents[_0x14e0c0(0x1d7)],!![],null,_0x2528b0);}),CodeceptJS[_0x44b279(0x235)][_0x44b279(0x1b5)]['on'](CodeceptJS[_0x44b279(0x235)][_0x44b279(0x237)][_0x44b279(0x220)],_0x4932ea=>{const _0x2a4c1a=_0x44b279;PerformanceTester[_0x2a4c1a(0x227)](PerformanceHookEvents[_0x2a4c1a(0x1d7)]);try{const _0x49ff5d=_0x2e957f[_0x2a4c1a(0x18e)](TEST_EVENTS[_0x2a4c1a(0x23c)],_0x4932ea);CodeceptRecorder['add'](()=>_0x2e957f[_0x2a4c1a(0x19f)](TEST_EVENTS[_0x2a4c1a(0x23c)],_0x49ff5d)),PerformanceTester[_0x2a4c1a(0x244)](PerformanceEvents[_0x2a4c1a(0x25d)]);}catch(_0x3e20e0){PerformanceTester[_0x2a4c1a(0x1e7)](_0x3e20e0),PerformanceTester[_0x2a4c1a(0x244)](PerformanceEvents[_0x2a4c1a(0x25d)],![],_0x3e20e0);const _0x189932={};_0x189932['hookType']=_0x5ab760[_0x2a4c1a(0x1c1)],PerformanceTester[_0x2a4c1a(0x244)](PerformanceHookEvents[_0x2a4c1a(0x1d7)],![],_0x3e20e0,_0x189932);}const _0x303832={};_0x303832[_0x2a4c1a(0x211)]=_0x5ab760['hjjHk'],PerformanceTester[_0x2a4c1a(0x244)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x303832);}),CodeceptJS[_0x44b279(0x235)][_0x44b279(0x1b5)]['on'](CodeceptJS[_0x44b279(0x235)]['test']['after'],async(_0x61f50f,_0x4eb30b)=>{const _0x3f620e=_0x44b279;try{PerformanceTester[_0x3f620e(0x227)](PerformanceHookEvents['SDK_HOOK']);const _0x146e93=_0x5ab760[_0x3f620e(0x21d)](shouldScanTestForAccessibility,_0x61f50f['titlePath'](),!![]);if(_0x5ab760[_0x3f620e(0x185)](isAccessibilityAutomationSession)&&global[_0x3f620e(0x1e4)]&&_0x146e93){const _0x2813b7={};_0x2813b7[_0x3f620e(0x1aa)]=_0x61f50f['testAnalyticsId'],_0x2813b7[_0x3f620e(0x242)]=process[_0x3f620e(0x259)][testHubConstants[_0x3f620e(0x269)][_0x3f620e(0x1eb)]],_0x2813b7[_0x3f620e(0x221)]=process[_0x3f620e(0x259)][testHubConstants[_0x3f620e(0x269)]['BROWSERSTACK_TESTHUB_JWT']];const _0x4ac8b8=_0x2813b7;logger[_0x3f620e(0x263)](_0x3f620e(0x24b)+JSON[_0x3f620e(0x17d)](_0x4ac8b8)),CodeceptRecorder['add'](async()=>{const _0x17a3fc=_0x3f620e,_0x3cacd8={};_0x3cacd8[_0x17a3fc(0x22d)]=_0x5ab760['gFySM'],await PerformanceTester[_0x17a3fc(0x1c4)](PerformanceA11yEvents[_0x17a3fc(0x177)],async()=>{const _0x261a85=_0x17a3fc;await AccessibilityHelper['browserStackExecuteDriver'](_0xbdbb6d,scripts[_0x261a85(0x22f)]);},_0x3cacd8)(),await PerformanceTester[_0x17a3fc(0x1c4)](PerformanceA11yEvents['SAVE_RESULTS'],async()=>{const _0x4c73e7=_0x17a3fc;await AccessibilityHelper[_0x4c73e7(0x20e)](_0xbdbb6d,scripts['saveTestResults'],_0x4ac8b8);})();}),logger[_0x3f620e(0x19c)](_0x5ab760[_0x3f620e(0x1fe)]);}const _0x5722d0={};_0x5722d0[_0x3f620e(0x211)]=_0x5ab760[_0x3f620e(0x208)],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x5722d0);}catch(_0x28e6b5){PerformanceTester[_0x3f620e(0x1e7)](_0x28e6b5);const _0x82541f={};_0x82541f[_0x3f620e(0x211)]=_0x5ab760[_0x3f620e(0x208)],PerformanceTester[_0x3f620e(0x244)](PerformanceHookEvents[_0x3f620e(0x1d7)],![],_0x28e6b5,_0x82541f);}}),CodeceptJS['event'][_0x44b279(0x1b5)]['on'](CodeceptJS[_0x44b279(0x235)][_0x44b279(0x248)][_0x44b279(0x1b8)],_0x4a934b=>{const _0x25e0e9=_0x44b279;PerformanceTester[_0x25e0e9(0x227)](PerformanceHookEvents[_0x25e0e9(0x1d7)]);try{process[_0x25e0e9(0x199)](_0x25e0e9(0x1c2)+process[_0x25e0e9(0x1c8)],{'timestamp':new Date()[_0x25e0e9(0x253)](),'level':_0x5ab760['ONhYx'],'message':_0x4a934b,'kind':_0x5ab760[_0x25e0e9(0x17f)],'http_response':{}});}catch(_0x1800b7){PerformanceTester['captureError'](_0x1800b7);const _0x56ab43={};_0x56ab43[_0x25e0e9(0x211)]=_0x5ab760[_0x25e0e9(0x1dc)],PerformanceTester[_0x25e0e9(0x244)](PerformanceHookEvents[_0x25e0e9(0x1d7)],![],_0x1800b7,_0x56ab43);}const _0x49fa41={};_0x49fa41['hookType']=_0x5ab760[_0x25e0e9(0x1dc)],PerformanceTester[_0x25e0e9(0x244)](PerformanceHookEvents[_0x25e0e9(0x1d7)],!![],null,_0x49fa41);}),CodeceptJS[_0x44b279(0x235)][_0x44b279(0x1b5)]['on'](CodeceptJS[_0x44b279(0x235)][_0x44b279(0x214)][_0x44b279(0x201)],_0x3e7294=>{const _0x52dbb7=_0x44b279,_0x1b2dae={};_0x1b2dae[_0x52dbb7(0x211)]=_0x5ab760['NofSY'],PerformanceTester[_0x52dbb7(0x1c4)](PerformanceHookEvents[_0x52dbb7(0x1d7)],()=>{const _0xa6223=_0x52dbb7;_0x2e957f[_0xa6223(0x223)](_0x3e7294);},_0x1b2dae)();}),CodeceptJS[_0x44b279(0x235)][_0x44b279(0x1b5)]['on'](CodeceptJS[_0x44b279(0x235)][_0x44b279(0x214)][_0x44b279(0x1e1)],_0x148663=>{const _0x5e5767=_0x44b279,_0x1ec859={};_0x1ec859[_0x5e5767(0x211)]=_0x5ab760[_0x5e5767(0x187)],PerformanceTester[_0x5e5767(0x1c4)](PerformanceHookEvents[_0x5e5767(0x1d7)],()=>{_0x2e957f['bddStepFinish'](_0x148663);},_0x1ec859)();});};
|
|
1
|
+
const a1_0x4c576e=a1_0x4852;function a1_0x1820(){const _0x3a5c41=['TEST_RUN_SKIPPED','../../helpers/accessibility-automation/helper','page','screenshotOutputFolder','jaIhM','filter','testFramework','saveScreenshot','SDK_POST_INITIALIZE','4557CTIRTI','NJtdX','ZlLvT','pJJUv','title','bddStepStart','../../helpers/request-spy','skipped','hPynz','SlSFQ','patchSaveScreenshot','test-before','tGdmo','../../helpers/test-observability/utils','slice','WVemR','find','jubXJ','RRdHR','../../helpers/performance/performance-tester','XsaiD','SESSION_STATUS','stopMonitoring','KUahp','../../helpers/globals.js','SDK_PRE_TEST','MYwvp','../../helpers/performance/constants','BqFtv','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','stop','started','ylIEH','xOjzZ','pVGHu','browserStackExecuteDriver','call','initSaveScreenshot','vOErN','FgfDY','SDK_TEST','1hpcJZY','message','passed','bdTul','1826428swNjXG','mCAgO','test-after','test','debug','wzIij','pid','zrkfq','string','bs:addLog:','codeceptjs/lib/utils.js','Playwright','bddStepFinish','RkGrY','env','codeceptjs/lib/helper/Playwright.js','class','stringify','step-comment','thJwtToken','chromium','base64','WMeoz','SfnfY','executeScript','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','YdpMl','emit','browserstack_executor:\x20','BySKk','uMOII','Failed\x20to\x20patch\x20pages\x20method\x20in\x20browserContext\x20for\x20a11y\x20domForge:\x20','measureWrapper','hYbjq','ENV_VAR','test-passed','bddStep','from','ZeYrA','arguments','PredZ','XBYFq','getResultsSummary','tQcGC','end','hook-passed','UjiVn','startsWith','bind','TEST_LOG','includes','a11y_core_config','dhjAo','codeceptjs/lib/recorder.js','bstackAllyScanning','1546665rKvyIv','VTnZZ','domForge','_before','3298212snyWab','command','../../helpers/logger','toISOString','uDlyG','args','getAccessibilityResultsSummary','fEEQg','readFileSync','HOOK_RUN_FINISHED','TUxPB','stack','iiDAb','SESSION_NAME','QMBVH','TEST_RUN_FINISHED','hook-failed','version','titlePath','SWygQ','jFZTD','forEach','_setPage','action','captureError','constructor','BROWSERSTACK_TESTHUB_UUID','apply','skipSessionStatus','15416090Lefqcr','BdwbL','setSessionName','elsMR','warn','NWIIM','prototype','AkzLI','gEjwI','captureEvent','rXUtI','8yaFmIr','foCSL','name','hook-started','restore','reason','hGoKx','browserContext','isArray','uWYaK','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','3768HQFama','status','kvRvr','setSessionStatus','BS_A11Y_JWT','pages','helpers','nAuho','Failed\x20in\x20sending\x20TestRunFinish\x20event:\x20','__workerDetails','SDK_HOOK','iebTD','WebDriver','container','dispatcher','DAoHt','../../bin/playwright/accessibility-helper','format','./o11yHelper','Failed\x20to\x20execute\x20_before:\x20','Performing\x20scan\x20for\x20','yrXCs','performScan','setGlobal','accessibilityPlatform','../../bin/playwright/sessionDetails','SDK_PRE_INITIALIZE','catch','goupt','Ibqap','\x0aStack:\x20','winstonLogger','UyPiZ','AkuTf','NPiQI','voyZv','failed','config','fireEvent','lxOFg','BROWSERSTACK_TESTHUB_JWT','Element','addRequestSpy','push','3050185PJNroA','PERFORM_SCAN','getSyncScript','url','event','shouldWrapCommand','toString','test-skipped','codeceptjs/lib/helper/WebDriver.js','split','devtools://','BS_TESTOPS_ALLOW_SCREENSHOTS','codeceptjs','ajRlb','gQTtA','exports','../../helpers/helper','VkzvF','before','UZjrO','parse','test-started','browser','NxaVv','currentTest','Hzkmh','HOOK_RUN_STARTED','Suite','QtGok','BGGhk','all','AmVrH','hookType','getResults','hYwOj','TEST_RUN_STARTED','pGYMg','add','TestCafe','ZRZGU','ewwoJ','PQtug','SAVE_RESULTS','after','--auto-open-devtools-for-tabs','ctx','1108502ojFUPH','pPrKt','IVxOU','OcvXZ','TEST_SCREENSHOT','ZUqzt','onogV','saveTestResults','hsJhS','start','CEGxd','./helper.js','hook','browserstackTestName','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20summary.','GET_RESULTS_SUMMARY','SDK_POST_TEST','startMonitoring','SYNC','zsZPA'];a1_0x1820=function(){return _0x3a5c41;};return a1_0x1820();}(function(_0x360e10,_0x3689f8){const _0x2357de=a1_0x4852,_0x34db3f=_0x360e10();while(!![]){try{const _0x5174eb=parseInt(_0x2357de(0x17d))/0x1*(-parseInt(_0x2357de(0x137))/0x2)+parseInt(_0x2357de(0x1b8))/0x3+parseInt(_0x2357de(0x181))/0x4+-parseInt(_0x2357de(0x21b))/0x5+parseInt(_0x2357de(0x1ef))/0x6*(-parseInt(_0x2357de(0x154))/0x7)+-parseInt(_0x2357de(0x1e4))/0x8*(parseInt(_0x2357de(0x1bc))/0x9)+parseInt(_0x2357de(0x1d9))/0xa;if(_0x5174eb===_0x3689f8)break;else _0x34db3f['push'](_0x34db3f['shift']());}catch(_0x5b47a8){_0x34db3f['push'](_0x34db3f['shift']());}}}(a1_0x1820,0x8c2eb));const fs=require('fs'),util=require('util'),{requireModule,markSessionStatus,isUndefined,isTrue,isBrowserstackInfra}=require(a1_0x4c576e(0x119)),logger=require(a1_0x4c576e(0x1be))[a1_0x4c576e(0x20e)],testOpsHelper=require(a1_0x4c576e(0x161)),requestSpy=require(a1_0x4c576e(0x15a)),PlaywrightSessionDetails=require(a1_0x4c576e(0x208)),{O11yHelper,TEST_EVENTS,STATE_PASSED,STATE_FAILED}=require(a1_0x4c576e(0x201)),{shouldScanTestForAccessibility,isAccessibilityAutomationSession}=require(a1_0x4c576e(0x14c)),AccessibilityHelper=require(a1_0x4c576e(0x1ff)),scripts=require('../../helpers/accessibility-automation/scripts'),PerformanceTester=require(a1_0x4c576e(0x167)),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceHookEvents}=require(a1_0x4c576e(0x16f)),{processWebDriverConfig,shouldPatchExecuteScript}=require(a1_0x4c576e(0x142)),testHubConstants=require('../../helpers/testhub/constants.js'),globals=require(a1_0x4c576e(0x16c)),CodeceptJS=requireModule('codeceptjs/lib/index.js',a1_0x4c576e(0x115)),CodeceptUtils=requireModule(a1_0x4c576e(0x18b),a1_0x4c576e(0x115)),CodeceptWebDriver=requireModule(a1_0x4c576e(0x111),a1_0x4c576e(0x115)),CodeceptRecorder=requireModule(a1_0x4c576e(0x1b6),a1_0x4c576e(0x115)),CodeceptPlaywright=requireModule(a1_0x4c576e(0x190),'codeceptjs'),playwrightMarkSessionStatus=(_0x56d2df,_0x4a69f4,_0x42278a)=>{const _0x42606e=a1_0x4c576e,_0x332854={'NWIIM':_0x42606e(0x1f2),'uWYaK':function(_0x1865c0,_0x473dda){return _0x1865c0(_0x473dda);}},_0x5a43a1={};_0x5a43a1[_0x42606e(0x1f0)]=_0x4a69f4;const _0xfd9158={};_0xfd9158[_0x42606e(0x1d3)]=_0x332854[_0x42606e(0x1de)],_0xfd9158['arguments']=_0x5a43a1;const _0x1ded7f=_0xfd9158;return!_0x332854[_0x42606e(0x1ed)](isUndefined,_0x42278a)&&(_0x1ded7f[_0x42606e(0x1a8)][_0x42606e(0x1e9)]=JSON['stringify'](_0x42278a)),_0x56d2df[_0x42606e(0x199)](()=>{},_0x42606e(0x19d)+JSON[_0x42606e(0x192)](_0x1ded7f));},o11ySync=PerformanceTester[a1_0x4c576e(0x1a1)](PerformanceO11yEvents[a1_0x4c576e(0x149)],async _0x468b83=>{const _0x30fec1=a1_0x4c576e,_0x4a69f5={};_0x4a69f5[_0x30fec1(0x116)]=function(_0x5ab003,_0x27f39b){return _0x5ab003===_0x27f39b;},_0x4a69f5[_0x30fec1(0x20f)]=_0x30fec1(0x18c);const _0x365bc1=_0x4a69f5;_0x365bc1[_0x30fec1(0x116)](_0x468b83[_0x30fec1(0x1d5)]['name'],_0x365bc1['UyPiZ'])?await _0x468b83[_0x30fec1(0x199)](_0x361499=>{},testOpsHelper[_0x30fec1(0x10b)]()):await _0x468b83['executeScript'](testOpsHelper[_0x30fec1(0x10b)]());}),markSessionName=PerformanceTester[a1_0x4c576e(0x1a1)](PerformanceAutEvents[a1_0x4c576e(0x1c9)],async(_0x240630,_0x166a0d)=>{const _0x174d2a=a1_0x4c576e,_0x1c999d={};_0x1c999d['gQTtA']=_0x174d2a(0x1db),_0x1c999d['nBCze']=function(_0x4bae9a,_0x4d363c){return _0x4bae9a===_0x4d363c;},_0x1c999d[_0x174d2a(0x182)]='Playwright';const _0x476ffa=_0x1c999d,_0x2d0f10={};_0x2d0f10[_0x174d2a(0x1e6)]=_0x166a0d;const _0x479cc2={};_0x479cc2[_0x174d2a(0x1d3)]=_0x476ffa[_0x174d2a(0x117)],_0x479cc2['arguments']=_0x2d0f10;const _0x204e0f=_0x479cc2;_0x476ffa['nBCze'](_0x240630['constructor'][_0x174d2a(0x1e6)],_0x476ffa['mCAgO'])?await _0x240630[_0x174d2a(0x199)](()=>{},'browserstack_executor:\x20'+JSON['stringify'](_0x204e0f)):await _0x240630[_0x174d2a(0x199)]('browserstack_executor:\x20'+JSON[_0x174d2a(0x192)](_0x204e0f));}),patchSaveScreenshot=_0x195f6f=>{const _0x27a483=a1_0x4c576e,_0x434c20={'RkGrY':_0x27a483(0x196),'oeBCY':_0x27a483(0x13b),'hPynz':function(_0x41f0ff){return _0x41f0ff();},'NPiQI':function(_0x27bb2e,_0x14cd72){return _0x27bb2e(_0x14cd72);},'PQtug':'Screenshot\x20path\x20not\x20found'};_0x434c20[_0x27a483(0x211)](isTrue,process['env'][_0x27a483(0x114)])&&!_0x195f6f[_0x27a483(0x15e)]&&(_0x195f6f[_0x27a483(0x15e)]=!![],_0x195f6f[_0x27a483(0x179)]=_0x195f6f[_0x27a483(0x152)],_0x195f6f[_0x27a483(0x152)]=(_0x24443f,_0x44cef2=![])=>{const _0x1fd626=_0x27a483,_0xffd059={'DVkvB':_0x434c20[_0x1fd626(0x18e)],'ylIEH':_0x434c20['oeBCY'],'BqFtv':function(_0x4a93b7){const _0x2e9f19=_0x1fd626;return _0x434c20[_0x2e9f19(0x15c)](_0x4a93b7);},'jaIhM':function(_0x28d788,_0x33891b){const _0x5141d1=_0x1fd626;return _0x434c20[_0x5141d1(0x211)](_0x28d788,_0x33891b);},'IVxOU':_0x434c20[_0x1fd626(0x132)]};return new Promise(function(_0x14b177,_0x573b45){const _0x23b24f=_0x1fd626,_0x4bd268={'iebTD':_0xffd059['DVkvB'],'RqnUL':_0xffd059[_0x23b24f(0x174)],'AmVrH':function(_0x1955ec){const _0x19baef=_0x23b24f;return _0xffd059[_0x19baef(0x170)](_0x1955ec);},'SCSMS':function(_0x30e3ae,_0x2fe64c){const _0x476795=_0x23b24f;return _0xffd059[_0x476795(0x14f)](_0x30e3ae,_0x2fe64c);},'QZdIA':_0xffd059[_0x23b24f(0x139)]};_0x195f6f[_0x23b24f(0x179)](_0x24443f,_0x44cef2)['then'](()=>{const _0x12309e=_0x23b24f,_0x1b9d1d=CodeceptUtils[_0x12309e(0x14e)](_0x24443f);if(_0x1b9d1d){const _0x4fc3e7=fs[_0x12309e(0x1c4)](_0x1b9d1d);process[_0x12309e(0x19c)](_0x12309e(0x18a)+process[_0x12309e(0x187)],{'timestamp':new Date()[_0x12309e(0x1bf)](),'message':_0x4fc3e7[_0x12309e(0x10f)](_0x4bd268[_0x12309e(0x1fa)]),'kind':_0x4bd268['RqnUL']}),_0x4bd268[_0x12309e(0x128)](_0x14b177);}_0x4bd268['SCSMS'](_0x573b45,new Error(_0x4bd268['QZdIA']));})[_0x23b24f(0x20a)](()=>null);});});},patchWebDriverBefore=_0x2de69a=>{const _0x5086d6=a1_0x4c576e,_0x2beb28={'SfnfY':function(_0x32077d){return _0x32077d();},'BySKk':function(_0x2787a0,_0x524b21){return _0x2787a0(_0x524b21);},'foCSL':function(_0x1c3a8c,_0x43d67c){return _0x1c3a8c===_0x43d67c;},'VkzvF':'webdriverio','tGdmo':function(_0x1c24e2,_0x12025a){return _0x1c24e2===_0x12025a;},'MYwvp':_0x5086d6(0x189),'uMOII':function(_0x11b2c8,_0x2cb43){return _0x11b2c8===_0x2cb43;},'UxmFy':_0x5086d6(0x218)},_0x221261=async function(_0x43a184,_0x34cffb){const _0x6e965a=_0x5086d6;_0x2beb28[_0x6e965a(0x198)](isAccessibilityAutomationSession)&&!global[_0x6e965a(0x1b7)]&&global[_0x6e965a(0x207)]&&scripts[_0x6e965a(0x10e)](_0x43a184[_0x6e965a(0x1e6)])&&_0x2beb28[_0x6e965a(0x19e)](shouldPatchExecuteScript,arguments[0x2])&&(global[_0x6e965a(0x1b7)]=!![],await PerformanceTester[_0x6e965a(0x1a1)](PerformanceA11yEvents[_0x6e965a(0x21c)],async()=>{const _0x7f8681=_0x6e965a;logger[_0x7f8681(0x185)](_0x7f8681(0x203)+_0x43a184[_0x7f8681(0x191)]+'\x20'+_0x43a184[_0x7f8681(0x1e6)]),await AccessibilityHelper[_0x7f8681(0x177)](_0x2de69a,scripts[_0x7f8681(0x205)]);},{'command':_0x43a184[_0x6e965a(0x1e6)]})());global[_0x6e965a(0x1b7)]=![];const _0x584029=JSON[_0x6e965a(0x11d)](process[_0x6e965a(0x18f)]['FRAMEWORK_DETAILS']||'{}');if(_0x2beb28[_0x6e965a(0x1e5)](_0x584029?.[_0x6e965a(0x151)]?.[_0x6e965a(0x1e6)],_0x2beb28[_0x6e965a(0x11a)])&&_0x2beb28[_0x6e965a(0x160)](typeof _0x584029?.[_0x6e965a(0x151)]?.[_0x6e965a(0x1cd)],_0x2beb28[_0x6e965a(0x16e)])&&_0x584029?.[_0x6e965a(0x151)]?.[_0x6e965a(0x1cd)]['startsWith']('7'))return _0x34cffb['apply'](null,Array[_0x6e965a(0x1df)][_0x6e965a(0x162)][_0x6e965a(0x178)](arguments,0x2));return _0x34cffb[_0x6e965a(0x1d7)](this,Array['prototype'][_0x6e965a(0x162)]['call'](arguments,0x2));},_0x101c99=CodeceptWebDriver[_0x5086d6(0x1df)]['_before'];CodeceptWebDriver[_0x5086d6(0x1df)]['_before']=async function(){const _0x35b78c=_0x5086d6;try{await _0x101c99[_0x35b78c(0x1d7)](this,arguments);}catch(_0x13bbd4){logger[_0x35b78c(0x185)](_0x35b78c(0x202)+util[_0x35b78c(0x200)](_0x13bbd4));}scripts['commandsToWrap'][_0x35b78c(0x150)](_0x19f86d=>_0x19f86d['name']&&_0x19f86d['class'])[_0x35b78c(0x1d1)](_0x4d7955=>{const _0x5c9861=_0x35b78c;this[_0x5c9861(0x11f)]['overwriteCommand'](_0x4d7955['name'],_0x221261['bind'](this,_0x4d7955),_0x2beb28[_0x5c9861(0x19f)](_0x4d7955[_0x5c9861(0x191)],_0x2beb28['UxmFy']));}),_0x2beb28['BySKk'](processWebDriverConfig,_0x2de69a);};};function parseJwt(_0x27d9bc){const _0x3ca72a=a1_0x4c576e,_0x366379={};_0x366379[_0x3ca72a(0x16b)]='base64';const _0x3e80de=_0x366379;if(!_0x27d9bc)return null;return JSON[_0x3ca72a(0x11d)](Buffer[_0x3ca72a(0x1a6)](_0x27d9bc[_0x3ca72a(0x112)]('.')[0x1],_0x3e80de[_0x3ca72a(0x16b)])[_0x3ca72a(0x10f)]());}function a1_0x4852(_0xd08350,_0x43b5ce){const _0x1820fb=a1_0x1820();return a1_0x4852=function(_0x48527c,_0x18b60b){_0x48527c=_0x48527c-0x10b;let _0x2a49ed=_0x1820fb[_0x48527c];return _0x2a49ed;},a1_0x4852(_0xd08350,_0x43b5ce);}const patchPlaywrightBefore=()=>{const _0x3eda35=a1_0x4c576e,_0x13159a={'FgfDY':function(_0x57a48d){return _0x57a48d();},'uDlyG':_0x3eda35(0x113),'PredZ':_0x3eda35(0x135),'BGGhk':function(_0x4343cd,_0x37329c){return _0x4343cd(_0x37329c);},'Ibqap':function(_0x2c2679){return _0x2c2679();},'goupt':function(_0x3aded1,_0x3662fe){return _0x3aded1+_0x3662fe;},'QMBVH':_0x3eda35(0x20d),'fEEQg':function(_0x2c0490){return _0x2c0490();}};PlaywrightSessionDetails['patch']();const _0x3e363d=CodeceptPlaywright['prototype'][_0x3eda35(0x1bb)];CodeceptPlaywright[_0x3eda35(0x1df)][_0x3eda35(0x1bb)]=async function(){const _0xfac638=_0x3eda35,_0x3e1f18={'nAuho':function(_0xc23025){const _0x5a8e69=a1_0x4852;return _0x13159a[_0x5a8e69(0x17b)](_0xc23025);},'hsJhS':_0x13159a[_0xfac638(0x1c0)],'bTxYv':_0x13159a[_0xfac638(0x1a9)],'DAoHt':function(_0x50317e,_0x328711){const _0x59b504=_0xfac638;return _0x13159a[_0x59b504(0x126)](_0x50317e,_0x328711);},'OcvXZ':function(_0x3bbcc7){return _0x13159a['Ibqap'](_0x3bbcc7);},'JUZfN':function(_0x5ba37d,_0xd8410a){const _0xc7475d=_0xfac638;return _0x13159a[_0xc7475d(0x20b)](_0x5ba37d,_0xd8410a);},'fFmwx':_0x13159a[_0xfac638(0x1ca)]};this[_0xfac638(0x1eb)]=await this[_0xfac638(0x11f)]['contexts']()[0x0];const _0x51f70f=async()=>{const _0x403b4e=_0xfac638,_0x5eef50=this[_0x403b4e(0x214)]&&this['config'][_0x403b4e(0x195)]&&this[_0x403b4e(0x214)]['chromium'][_0x403b4e(0x1c1)]&&Array[_0x403b4e(0x1ec)](this['config']['chromium'][_0x403b4e(0x1c1)])&&this['config'][_0x403b4e(0x195)][_0x403b4e(0x1c1)][_0x403b4e(0x1b3)](_0x3e1f18['bTxYv']);if(_0x3e1f18['nAuho'](isAccessibilityAutomationSession)&&!_0x5eef50)try{const _0x1ed156=_0x3e1f18[_0x403b4e(0x1fe)](parseJwt,process[_0x403b4e(0x18f)][_0x403b4e(0x1f3)]);if(_0x1ed156&&_0x1ed156[_0x403b4e(0x1b4)]&&_0x1ed156['a11y_core_config'][_0x403b4e(0x1ba)]){const _0x25dd80=this[_0x403b4e(0x1eb)][_0x403b4e(0x1f4)][_0x403b4e(0x1b1)](this[_0x403b4e(0x1eb)]);this[_0x403b4e(0x1eb)]['pages']=async function(){const _0x43cccc=_0x403b4e,_0x60d5=await _0x3e1f18[_0x43cccc(0x1f6)](_0x25dd80),_0x59c973=[];for(const _0x33d67f of _0x60d5){try{const _0x19b0e3=await _0x33d67f[_0x43cccc(0x10c)]();!_0x19b0e3['startsWith'](_0x3e1f18[_0x43cccc(0x13f)])&&_0x59c973[_0x43cccc(0x21a)](_0x33d67f);}catch(_0x49ba3b){_0x59c973['push'](_0x33d67f);}}return _0x59c973;};}if(!_0x3e1f18[_0x403b4e(0x13a)](isBrowserstackInfra)){const _0x3d1d36=await this[_0x403b4e(0x14d)]['url']();if(_0x3d1d36[_0x403b4e(0x1b0)](_0x3e1f18[_0x403b4e(0x13f)])){const _0x56df51=await this[_0x403b4e(0x1eb)][_0x403b4e(0x1f4)]();this[_0x403b4e(0x1d2)](_0x56df51[0x0]);}}}catch(_0x3401ec){logger[_0x403b4e(0x185)](_0x403b4e(0x1a0)+_0x3401ec[_0x403b4e(0x17e)]+(_0x3401ec[_0x403b4e(0x1c7)]?_0x3e1f18['JUZfN'](_0x3e1f18['fFmwx'],_0x3401ec[_0x403b4e(0x1c7)]):''));}};_0x13159a[_0xfac638(0x20c)](isBrowserstackInfra)&&await _0x13159a[_0xfac638(0x1c3)](_0x51f70f),await _0x3e363d[_0xfac638(0x1d7)](this,arguments),!_0x13159a['FgfDY'](isBrowserstackInfra)&&await _0x13159a[_0xfac638(0x1c3)](_0x51f70f);};},getCodeceptDriver=()=>{const _0x468a1d=a1_0x4c576e,_0x183f3b={};_0x183f3b[_0x468a1d(0x1da)]=_0x468a1d(0x1fb),_0x183f3b[_0x468a1d(0x210)]=_0x468a1d(0x18c),_0x183f3b[_0x468a1d(0x166)]='Puppeteer',_0x183f3b[_0x468a1d(0x12d)]=_0x468a1d(0x12f);const _0x5ea9cf=_0x183f3b,_0x424120=[_0x5ea9cf[_0x468a1d(0x1da)],_0x5ea9cf[_0x468a1d(0x210)],_0x5ea9cf['RRdHR'],_0x5ea9cf[_0x468a1d(0x12d)]],_0xbebc3b=_0x424120[_0x468a1d(0x164)](_0x43e945=>!!CodeceptJS[_0x468a1d(0x1fc)]['helpers'](_0x43e945));if(!_0xbebc3b)return null;return CodeceptJS['container'][_0x468a1d(0x1f5)](_0xbebc3b);};module[a1_0x4c576e(0x118)]=function(_0x4c10af){const _0x2258e8=a1_0x4c576e,_0xe66c0={'SWygQ':function(_0x1491a6){return _0x1491a6();},'pPrKt':function(_0xc59192,_0x5b6ca7){return _0xc59192(_0x5b6ca7);},'XBYFq':_0x2258e8(0x1c2),'pnLUb':_0x2258e8(0x145),'zsZPA':'getAccessibilityResults','pJJUv':_0x2258e8(0x171),'hGoKx':function(_0x162ac4,_0x468523){return _0x162ac4(_0x468523);},'iiDAb':_0x2258e8(0x1e7),'ZRZGU':_0x2258e8(0x1ae),'onogV':_0x2258e8(0x1cc),'NJtdX':_0x2258e8(0x144),'kvRvr':_0x2258e8(0x15f),'AkzLI':function(_0x32a0b5){return _0x32a0b5();},'XsaiD':function(_0x31e689,_0x395894){return _0x31e689(_0x395894);},'UjiVn':function(_0x175d83,_0x1f16f3,_0x4076c5){return _0x175d83(_0x1f16f3,_0x4076c5);},'UZjrO':_0x2258e8(0x11e),'voyZv':function(_0x275f4a,_0x246197,_0x4bb04d){return _0x275f4a(_0x246197,_0x4bb04d);},'vOErN':function(_0x5db82a,_0x285184,_0x361103){return _0x5db82a(_0x285184,_0x361103);},'zrkfq':function(_0x3182ac){return _0x3182ac();},'dhjAo':_0x2258e8(0x1a4),'VTnZZ':function(_0x4a9171,_0x412834,_0x4b252f,_0x46b713){return _0x4a9171(_0x412834,_0x4b252f,_0x46b713);},'Hzkmh':function(_0x49a7f0,_0x1ea4ff,_0x6188e2,_0x362348){return _0x49a7f0(_0x1ea4ff,_0x6188e2,_0x362348);},'yrXCs':function(_0x1c32bc,_0x1e0219){return _0x1c32bc===_0x1e0219;},'lxOFg':_0x2258e8(0x124),'NxaVv':'test-failed','QtGok':_0x2258e8(0x110),'jubXJ':'afterTest','xOjzZ':_0x2258e8(0x1ee),'ZeYrA':_0x2258e8(0x183),'TUxPB':'INFO','gEjwI':_0x2258e8(0x1b2),'jFZTD':_0x2258e8(0x193),'BbSkp':'bddStep-before','WMeoz':'bddStep-after','ewwoJ':'Playwright'};_0x4c10af[_0x2258e8(0x1d8)]&&(global['__skipSessionStatus']=_0x4c10af['skipSessionStatus']);PerformanceTester[_0x2258e8(0x148)]();const _0x20cf89=_0xe66c0[_0x2258e8(0x1e0)](getCodeceptDriver),_0x53ac93=new O11yHelper(_0x20cf89,_0x4c10af),_0x323121=!!CodeceptJS['container'][_0x2258e8(0x1f5)](_0xe66c0[_0x2258e8(0x131)]);global['__driver']=_0x20cf89,_0x20cf89&&(PerformanceTester['measureWrapper'](PerformanceEvents[_0x2258e8(0x209)],()=>{const _0x5a597b=_0x2258e8;_0x323121?_0xe66c0[_0x5a597b(0x1cf)](patchPlaywrightBefore):_0xe66c0[_0x5a597b(0x138)](patchWebDriverBefore,_0x20cf89);})(),PerformanceTester['measureWrapper'](PerformanceEvents[_0x2258e8(0x153)],()=>{const _0x114739=_0x2258e8,_0x52291a={};_0x52291a[_0x114739(0x15d)]=_0xe66c0[_0x114739(0x1aa)],_0x52291a[_0x114739(0x1e3)]=_0xe66c0['pnLUb'],_0x52291a['oGiPm']=_0xe66c0[_0x114739(0x14a)],_0x52291a[_0x114739(0x163)]=_0xe66c0[_0x114739(0x157)];const _0x289201=_0x52291a;_0x20cf89[_0x114739(0x1c2)]=async()=>{const _0x5788e9=_0x114739;if(global[_0x5788e9(0x207)]){const _0x5b6db7={};return _0x5b6db7[_0x5788e9(0x1bd)]=_0x289201['SlSFQ'],await PerformanceTester[_0x5788e9(0x1a1)](PerformanceA11yEvents[_0x5788e9(0x21c)],async()=>{const _0x33cd6b=_0x5788e9;return await AccessibilityHelper[_0x33cd6b(0x177)](_0x20cf89,scripts['performScan']);},_0x5b6db7)(),await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x5788e9(0x146)],async()=>{const _0x21eb1d=_0x5788e9;return await AccessibilityHelper[_0x21eb1d(0x177)](_0x20cf89,scripts[_0x21eb1d(0x1ab)]);})();}return logger['warn'](_0x289201[_0x5788e9(0x1e3)]),{};},_0x20cf89['getAccessibilityResults']=async()=>{const _0xb6aa05=_0x114739;if(global[_0xb6aa05(0x207)]){const _0xf597b={};return _0xf597b[_0xb6aa05(0x1bd)]=_0x289201['oGiPm'],await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0xb6aa05(0x21c)],async()=>{const _0x431599=_0xb6aa05;return await AccessibilityHelper['browserStackExecuteDriver'](_0x20cf89,scripts[_0x431599(0x205)]);},_0xf597b)(),await PerformanceTester['measureWrapper'](PerformanceA11yEvents['GET_RESULTS'],async()=>{const _0x27ae3f=_0xb6aa05;return await AccessibilityHelper['browserStackExecuteDriver'](_0x20cf89,scripts[_0x27ae3f(0x12a)]);})();}return logger[_0xb6aa05(0x1dd)](_0x289201[_0xb6aa05(0x163)]),{};},_0xe66c0['hGoKx'](patchSaveScreenshot,_0x20cf89);})()),CodeceptJS['event'][_0x2258e8(0x1fd)]['on'](CodeceptJS['event'][_0x2258e8(0x127)][_0x2258e8(0x11b)],()=>{const _0xa14594=_0x2258e8;PerformanceTester[_0xa14594(0x140)](PerformanceEvents['SDK_PRE_TEST']);try{_0x53ac93[_0xa14594(0x140)](),testOpsHelper[_0xa14594(0x219)](),PerformanceTester['end'](PerformanceEvents[_0xa14594(0x16d)]);}catch(_0x386a44){PerformanceTester[_0xa14594(0x1d4)](_0x386a44),PerformanceTester['end'](PerformanceEvents[_0xa14594(0x16d)],![],_0x386a44);}}),CodeceptJS[_0x2258e8(0x10d)][_0x2258e8(0x1fd)]['on'](CodeceptJS[_0x2258e8(0x10d)][_0x2258e8(0x127)][_0x2258e8(0x134)],async()=>{const _0x432cb2=_0x2258e8;PerformanceTester['start'](PerformanceEvents[_0x432cb2(0x147)]);try{requestSpy[_0x432cb2(0x1e8)](),await _0x53ac93[_0x432cb2(0x172)](),PerformanceTester[_0x432cb2(0x1ad)](PerformanceEvents[_0x432cb2(0x147)]);}catch(_0x407624){PerformanceTester[_0x432cb2(0x1d4)](_0x407624),PerformanceTester[_0x432cb2(0x1ad)](PerformanceEvents['SDK_POST_TEST'],![],_0x407624);}finally{PerformanceTester[_0x432cb2(0x16a)]();}}),CodeceptJS[_0x2258e8(0x10d)]['dispatcher']['on'](CodeceptJS['event'][_0x2258e8(0x143)][_0x2258e8(0x173)],_0x34eb96=>{const _0x16463b=_0x2258e8;PerformanceTester[_0x16463b(0x140)](PerformanceEvents[_0x16463b(0x1f9)]);try{const _0xb0c844=_0x34eb96[_0x16463b(0x136)][_0x16463b(0x184)],_0x450909=_0x53ac93[_0x16463b(0x1e2)](TEST_EVENTS[_0x16463b(0x123)],_0xb0c844);CodeceptRecorder[_0x16463b(0x12e)](()=>_0x53ac93[_0x16463b(0x215)](TEST_EVENTS['HOOK_RUN_STARTED'],_0x450909));const _0x3dfbeb={};_0x3dfbeb[_0x16463b(0x129)]=_0xe66c0['iiDAb'],PerformanceTester[_0x16463b(0x1ad)](PerformanceEvents[_0x16463b(0x1f9)],!![],null,_0x3dfbeb);}catch(_0x4d30f8){const _0x52c621={};_0x52c621['hookType']=_0xe66c0[_0x16463b(0x1c8)],PerformanceTester[_0x16463b(0x1ad)](PerformanceEvents[_0x16463b(0x1f9)],![],_0x4d30f8,_0x52c621),PerformanceTester['captureError'](_0x4d30f8);}}),CodeceptJS[_0x2258e8(0x10d)][_0x2258e8(0x1fd)]['on'](CodeceptJS[_0x2258e8(0x10d)]['hook'][_0x2258e8(0x17f)],_0x1ce5e9=>{const _0x2aa002=_0x2258e8,_0x3a384f={};_0x3a384f[_0x2aa002(0x129)]=_0xe66c0['ZRZGU'],PerformanceTester[_0x2aa002(0x140)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x3a384f);try{const _0x251533=_0x1ce5e9[_0x2aa002(0x136)][_0x2aa002(0x184)],_0x44cbf4=_0x53ac93[_0x2aa002(0x1e2)](TEST_EVENTS[_0x2aa002(0x1c5)],_0x251533);CodeceptRecorder[_0x2aa002(0x12e)](()=>_0x53ac93[_0x2aa002(0x215)](TEST_EVENTS[_0x2aa002(0x1c5)],_0x44cbf4));const _0x1b1e4f={};_0x1b1e4f[_0x2aa002(0x129)]=_0xe66c0[_0x2aa002(0x130)],PerformanceTester['end'](PerformanceHookEvents[_0x2aa002(0x1f9)],!![],null,_0x1b1e4f);}catch(_0x47e127){PerformanceTester[_0x2aa002(0x1d4)](_0x47e127);const _0x1e5d1a={};_0x1e5d1a[_0x2aa002(0x129)]=_0xe66c0[_0x2aa002(0x130)],PerformanceTester[_0x2aa002(0x1ad)](PerformanceHookEvents[_0x2aa002(0x1f9)],![],_0x47e127,_0x1e5d1a);}}),CodeceptJS[_0x2258e8(0x10d)][_0x2258e8(0x1fd)]['on'](CodeceptJS['event'][_0x2258e8(0x143)][_0x2258e8(0x213)],async(_0x1e3230,_0x432e32)=>{const _0x2145f6=_0x2258e8;PerformanceTester[_0x2145f6(0x140)](PerformanceHookEvents['SDK_HOOK']);try{const _0x2f26da=_0x1e3230[_0x2145f6(0x136)][_0x2145f6(0x184)],_0x9c3b52=_0x53ac93['captureEvent'](TEST_EVENTS[_0x2145f6(0x1c5)],_0x2f26da,_0x432e32);CodeceptRecorder[_0x2145f6(0x12e)](()=>_0x53ac93['fireEvent'](TEST_EVENTS[_0x2145f6(0x1c5)],_0x9c3b52));const _0x2a22f6={};_0x2a22f6[_0x2145f6(0x129)]=_0xe66c0[_0x2145f6(0x13d)],PerformanceTester[_0x2145f6(0x140)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x2a22f6);}catch(_0x214482){PerformanceTester['captureError'](_0x214482);const _0x38a25e={};_0x38a25e['hookType']=_0xe66c0[_0x2145f6(0x13d)],PerformanceTester[_0x2145f6(0x1ad)](PerformanceHookEvents[_0x2145f6(0x1f9)],![],_0x214482,_0x38a25e);}const _0xbcb0c={};_0xbcb0c[_0x2145f6(0x129)]=_0xe66c0[_0x2145f6(0x13d)],PerformanceTester['end'](PerformanceHookEvents[_0x2145f6(0x1f9)],!![],null,_0xbcb0c);}),CodeceptJS['event'][_0x2258e8(0x1fd)]['on'](CodeceptJS['event'][_0x2258e8(0x184)][_0x2258e8(0x11b)],_0x9030aa=>{const _0x22860d=_0x2258e8;PerformanceTester['start'](PerformanceHookEvents['SDK_HOOK']);try{globals[_0x22860d(0x206)](_0xe66c0['NJtdX'],_0x9030aa[_0x22860d(0x158)]);_0xe66c0['SWygQ'](isBrowserstackInfra)&&(_0x323121&&(global[_0x22860d(0x1f8)]={'currentTest':{'name':_0x9030aa['title'],'testInfo':{'titlePath':_0x9030aa['titlePath']()}}}));const _0x45c16d={};_0x45c16d[_0x22860d(0x129)]=_0xe66c0[_0x22860d(0x1f1)],PerformanceTester['end'](PerformanceHookEvents[_0x22860d(0x1f9)],!![],null,_0x45c16d);}catch(_0x260682){PerformanceTester['captureError'](_0x260682);const _0x5661f0={};_0x5661f0[_0x22860d(0x129)]=_0xe66c0[_0x22860d(0x1f1)],PerformanceTester[_0x22860d(0x1ad)](PerformanceHookEvents['SDK_HOOK'],![],_0x260682,_0x5661f0);}}),CodeceptJS[_0x2258e8(0x10d)][_0x2258e8(0x1fd)]['on'](CodeceptJS[_0x2258e8(0x10d)][_0x2258e8(0x184)][_0x2258e8(0x173)],_0x47c325=>{const _0x3d55b4=_0x2258e8,_0x4f25f0={'tQcGC':function(_0x10a778){const _0xa305c0=a1_0x4852;return _0xe66c0[_0xa305c0(0x1e0)](_0x10a778);},'oMzUi':function(_0x5ce704,_0x48e7f8){const _0x53c9c0=a1_0x4852;return _0xe66c0[_0x53c9c0(0x168)](_0x5ce704,_0x48e7f8);},'hYwOj':function(_0x530235,_0x5a75db,_0x12a843){const _0x4d23ed=a1_0x4852;return _0xe66c0[_0x4d23ed(0x1af)](_0x530235,_0x5a75db,_0x12a843);},'wzIij':function(_0x40e7a0,_0x160f48){const _0x60fc87=a1_0x4852;return _0xe66c0[_0x60fc87(0x1ea)](_0x40e7a0,_0x160f48);}};PerformanceTester[_0x3d55b4(0x140)](PerformanceHookEvents[_0x3d55b4(0x1f9)]);try{globals[_0x3d55b4(0x206)](_0xe66c0[_0x3d55b4(0x155)],_0x47c325['title']);const _0x1e9a55=_0x53ac93[_0x3d55b4(0x1e2)](TEST_EVENTS[_0x3d55b4(0x12c)],_0x47c325);CodeceptRecorder[_0x3d55b4(0x12e)](()=>_0x53ac93[_0x3d55b4(0x215)](TEST_EVENTS[_0x3d55b4(0x12c)],_0x1e9a55)),CodeceptRecorder[_0x3d55b4(0x12e)](async()=>{const _0x504de7=_0x3d55b4;_0x4f25f0[_0x504de7(0x1ac)](isBrowserstackInfra)&&(!_0x4f25f0['oMzUi'](isTrue,_0x4c10af['skipSessionName'])&&await _0x4f25f0[_0x504de7(0x12b)](markSessionName,_0x20cf89,_0x47c325[_0x504de7(0x158)]),_0x53ac93['enabled']&&await _0x4f25f0[_0x504de7(0x186)](o11ySync,_0x20cf89));});}catch(_0xec9b70){const _0x4741aa={};_0x4741aa['hookType']=_0xe66c0[_0x3d55b4(0x11c)],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],![],_0xec9b70,_0x4741aa),PerformanceTester[_0x3d55b4(0x1d4)](_0xec9b70);}const _0x37361c={};_0x37361c[_0x3d55b4(0x129)]=_0xe66c0[_0x3d55b4(0x11c)],PerformanceTester[_0x3d55b4(0x1ad)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x37361c);}),CodeceptJS[_0x2258e8(0x10d)][_0x2258e8(0x1fd)]['on'](CodeceptJS[_0x2258e8(0x10d)][_0x2258e8(0x184)][_0x2258e8(0x17f)],_0x141c54=>{const _0x5364d8=_0x2258e8,_0x2edc73={'bdTul':function(_0x1653d0,_0x1e6fd8,_0x22a9b6){const _0x4fe7b1=a1_0x4852;return _0xe66c0[_0x4fe7b1(0x212)](_0x1653d0,_0x1e6fd8,_0x22a9b6);},'hYbjq':function(_0x1c41f3,_0x1c82fd,_0x508ab8){const _0x19ecce=a1_0x4852;return _0xe66c0[_0x19ecce(0x17a)](_0x1c41f3,_0x1c82fd,_0x508ab8);},'rTFDh':function(_0x45db2f){const _0x47c473=a1_0x4852;return _0xe66c0[_0x47c473(0x188)](_0x45db2f);}};PerformanceTester[_0x5364d8(0x140)](PerformanceHookEvents[_0x5364d8(0x1f9)]);try{const _0x176bcf=_0x53ac93['captureEvent'](TEST_EVENTS[_0x5364d8(0x1cb)],_0x141c54);CodeceptRecorder[_0x5364d8(0x12e)](()=>_0x53ac93['fireEvent'](TEST_EVENTS['TEST_RUN_FINISHED'],_0x176bcf)),CodeceptRecorder[_0x5364d8(0x12e)](async()=>{const _0x2a9d2b=_0x5364d8,_0x5db464={'ZlLvT':function(_0x222103,_0x229543,_0x7e75d5){const _0x5e0dff=a1_0x4852;return _0x2edc73[_0x5e0dff(0x180)](_0x222103,_0x229543,_0x7e75d5);},'CEGxd':function(_0x5c5e2c,_0x3a04c9,_0x11785c){const _0x295b95=a1_0x4852;return _0x2edc73[_0x295b95(0x1a2)](_0x5c5e2c,_0x3a04c9,_0x11785c);}};_0x2edc73['rTFDh'](isBrowserstackInfra)&&await PerformanceTester[_0x2a9d2b(0x1a1)](PerformanceAutEvents[_0x2a9d2b(0x169)],async()=>{const _0x313bb7=_0x2a9d2b;_0x323121?await _0x5db464[_0x313bb7(0x156)](playwrightMarkSessionStatus,_0x20cf89,STATE_PASSED):await _0x5db464[_0x313bb7(0x141)](markSessionStatus,_0x20cf89,STATE_PASSED);})();}),PerformanceTester[_0x5364d8(0x1ad)](PerformanceEvents['SDK_TEST']);}catch(_0x40b48d){PerformanceTester[_0x5364d8(0x1d4)](_0x40b48d);const _0xf65ed2={};_0xf65ed2[_0x5364d8(0x129)]=_0xe66c0[_0x5364d8(0x1b5)],PerformanceTester[_0x5364d8(0x1ad)](PerformanceHookEvents['SDK_HOOK'],![],_0x40b48d,_0xf65ed2),PerformanceTester['end'](PerformanceEvents[_0x5364d8(0x17c)],![],_0x40b48d);}const _0xd748c3={};_0xd748c3['hookType']=_0xe66c0['dhjAo'],PerformanceTester[_0x5364d8(0x1ad)](PerformanceHookEvents[_0x5364d8(0x1f9)],!![],null,_0xd748c3);}),CodeceptJS[_0x2258e8(0x10d)]['dispatcher']['on'](CodeceptJS[_0x2258e8(0x10d)][_0x2258e8(0x184)][_0x2258e8(0x213)],(_0x171929,_0x190e59)=>{const _0x4693a2=_0x2258e8,_0x517117={'pVGHu':function(_0x27c30a){return _0xe66c0['AkzLI'](_0x27c30a);},'elsMR':function(_0x93da5b,_0x256655,_0x22ff68,_0x20ca80){const _0x4ce2d1=a1_0x4852;return _0xe66c0[_0x4ce2d1(0x1b9)](_0x93da5b,_0x256655,_0x22ff68,_0x20ca80);},'YdpMl':function(_0x103152,_0x4fb85a,_0x4871c8,_0x42f344){const _0x356c93=a1_0x4852;return _0xe66c0[_0x356c93(0x122)](_0x103152,_0x4fb85a,_0x4871c8,_0x42f344);}};PerformanceTester[_0x4693a2(0x140)](PerformanceHookEvents[_0x4693a2(0x1f9)]);try{if(_0xe66c0[_0x4693a2(0x204)](_0x171929[_0x4693a2(0x1d5)][_0x4693a2(0x1e6)],_0xe66c0[_0x4693a2(0x216)])){const _0x1d2a58=_0x53ac93[_0x4693a2(0x1e2)](TEST_EVENTS[_0x4693a2(0x14b)],_0x171929[_0x4693a2(0x136)][_0x4693a2(0x121)]);CodeceptRecorder[_0x4693a2(0x12e)](()=>_0x53ac93[_0x4693a2(0x215)](TEST_EVENTS[_0x4693a2(0x14b)],_0x1d2a58));}else{const _0x1cadf3=_0x53ac93[_0x4693a2(0x1e2)](TEST_EVENTS[_0x4693a2(0x1cb)],_0x171929,_0x190e59);CodeceptRecorder['add'](()=>{const _0x2837a2=_0x4693a2;try{_0x53ac93[_0x2837a2(0x215)](TEST_EVENTS[_0x2837a2(0x1cb)],_0x1cadf3);}catch(_0x1246ec){logger[_0x2837a2(0x185)](_0x2837a2(0x1f7)+util[_0x2837a2(0x200)](_0x1246ec)),PerformanceTester[_0x2837a2(0x1ad)](PerformanceEvents[_0x2837a2(0x17c)],![],_0x1246ec);}}),CodeceptRecorder[_0x4693a2(0x12e)](async()=>{const _0x509352=_0x4693a2;try{_0x517117[_0x509352(0x176)](isBrowserstackInfra)&&(_0x323121?await _0x517117[_0x509352(0x1dc)](playwrightMarkSessionStatus,_0x20cf89,STATE_FAILED,_0x190e59):await _0x517117[_0x509352(0x19b)](markSessionStatus,_0x20cf89,STATE_FAILED,_0x190e59));}catch(_0x137d34){logger[_0x509352(0x185)]('Failed\x20in\x20marking\x20session\x20status\x20of\x20test:\x20'+util[_0x509352(0x200)](_0x137d34)),PerformanceTester[_0x509352(0x1ad)](PerformanceEvents[_0x509352(0x17c)],![],_0x137d34);}});}PerformanceTester[_0x4693a2(0x1ad)](PerformanceEvents['SDK_TEST']);}catch(_0x5ca071){PerformanceTester[_0x4693a2(0x1d4)](_0x5ca071);const _0x133828={};_0x133828[_0x4693a2(0x129)]=_0xe66c0[_0x4693a2(0x120)],PerformanceTester['end'](PerformanceHookEvents[_0x4693a2(0x1f9)],![],_0x5ca071,_0x133828),PerformanceTester[_0x4693a2(0x1ad)](PerformanceEvents[_0x4693a2(0x17c)],![],_0x5ca071);}const _0x25351b={};_0x25351b[_0x4693a2(0x129)]=_0xe66c0['NxaVv'],PerformanceTester[_0x4693a2(0x1ad)](PerformanceHookEvents[_0x4693a2(0x1f9)],!![],null,_0x25351b);}),CodeceptJS['event'][_0x2258e8(0x1fd)]['on'](CodeceptJS[_0x2258e8(0x10d)][_0x2258e8(0x184)][_0x2258e8(0x15b)],_0x19e4a5=>{const _0x1fdd07=_0x2258e8;PerformanceTester[_0x1fdd07(0x140)](PerformanceHookEvents[_0x1fdd07(0x1f9)]);try{const _0x2af0b4=_0x53ac93[_0x1fdd07(0x1e2)](TEST_EVENTS[_0x1fdd07(0x14b)],_0x19e4a5);CodeceptRecorder[_0x1fdd07(0x12e)](()=>_0x53ac93[_0x1fdd07(0x215)](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x2af0b4)),PerformanceTester['end'](PerformanceEvents[_0x1fdd07(0x17c)]);}catch(_0x3fb287){PerformanceTester['captureError'](_0x3fb287),PerformanceTester[_0x1fdd07(0x1ad)](PerformanceEvents['SDK_TEST'],![],_0x3fb287);const _0x333887={};_0x333887[_0x1fdd07(0x129)]=_0xe66c0[_0x1fdd07(0x125)],PerformanceTester[_0x1fdd07(0x1ad)](PerformanceHookEvents[_0x1fdd07(0x1f9)],![],_0x3fb287,_0x333887);}const _0x49e26d={};_0x49e26d[_0x1fdd07(0x129)]=_0xe66c0['QtGok'],PerformanceTester[_0x1fdd07(0x1ad)](PerformanceHookEvents[_0x1fdd07(0x1f9)],!![],null,_0x49e26d);}),CodeceptJS[_0x2258e8(0x10d)]['dispatcher']['on'](CodeceptJS[_0x2258e8(0x10d)]['test'][_0x2258e8(0x134)],async(_0x1ffffe,_0x22d9e9)=>{const _0x20c8d6=_0x2258e8,_0x486958={};_0x486958[_0x20c8d6(0x13c)]=_0xe66c0[_0x20c8d6(0x165)];const _0x3f269b=_0x486958;try{PerformanceTester[_0x20c8d6(0x140)](PerformanceHookEvents[_0x20c8d6(0x1f9)]);const _0x4eafe8=_0xe66c0[_0x20c8d6(0x212)](shouldScanTestForAccessibility,_0x1ffffe[_0x20c8d6(0x1ce)](),!![]);if(_0xe66c0[_0x20c8d6(0x1e0)](isAccessibilityAutomationSession)&&global[_0x20c8d6(0x207)]&&_0x4eafe8){const _0x4f204f={};_0x4f204f['thTestRunUuid']=_0x1ffffe['testAnalyticsId'],_0x4f204f['thBuildUuid']=process['env'][testHubConstants['ENV_VAR'][_0x20c8d6(0x1d6)]],_0x4f204f[_0x20c8d6(0x194)]=process['env'][testHubConstants[_0x20c8d6(0x1a3)][_0x20c8d6(0x217)]];const _0x42c324=_0x4f204f;logger[_0x20c8d6(0x185)](_0x20c8d6(0x19a)+JSON['stringify'](_0x42c324)),CodeceptRecorder[_0x20c8d6(0x12e)](async()=>{const _0x40f1a0=_0x20c8d6,_0x21a417={};_0x21a417[_0x40f1a0(0x1bd)]=_0x3f269b[_0x40f1a0(0x13c)],await PerformanceTester['measureWrapper'](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x3a51bc=_0x40f1a0;await AccessibilityHelper[_0x3a51bc(0x177)](_0x20cf89,scripts['performScan']);},_0x21a417)(),await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x40f1a0(0x133)],async()=>{const _0x298ce2=_0x40f1a0;await AccessibilityHelper[_0x298ce2(0x177)](_0x20cf89,scripts[_0x298ce2(0x13e)],_0x42c324);})();}),logger['info'](_0xe66c0[_0x20c8d6(0x175)]);}const _0xdffe17={};_0xdffe17[_0x20c8d6(0x129)]=_0xe66c0[_0x20c8d6(0x1a7)],PerformanceTester[_0x20c8d6(0x1ad)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0xdffe17);}catch(_0x26cc2d){PerformanceTester[_0x20c8d6(0x1d4)](_0x26cc2d);const _0x59f10c={};_0x59f10c[_0x20c8d6(0x129)]=_0xe66c0[_0x20c8d6(0x1a7)],PerformanceTester[_0x20c8d6(0x1ad)](PerformanceHookEvents[_0x20c8d6(0x1f9)],![],_0x26cc2d,_0x59f10c);}}),CodeceptJS['event'][_0x2258e8(0x1fd)]['on'](CodeceptJS['event']['step']['comment'],_0x5ec955=>{const _0x5e4ba3=_0x2258e8;PerformanceTester['start'](PerformanceHookEvents[_0x5e4ba3(0x1f9)]);try{process[_0x5e4ba3(0x19c)]('bs:addLog:'+process[_0x5e4ba3(0x187)],{'timestamp':new Date()[_0x5e4ba3(0x1bf)](),'level':_0xe66c0[_0x5e4ba3(0x1c6)],'message':_0x5ec955,'kind':_0xe66c0[_0x5e4ba3(0x1e1)],'http_response':{}});}catch(_0x24b963){PerformanceTester['captureError'](_0x24b963);const _0x585da9={};_0x585da9[_0x5e4ba3(0x129)]=_0xe66c0['jFZTD'],PerformanceTester[_0x5e4ba3(0x1ad)](PerformanceHookEvents[_0x5e4ba3(0x1f9)],![],_0x24b963,_0x585da9);}const _0x43268a={};_0x43268a[_0x5e4ba3(0x129)]=_0xe66c0[_0x5e4ba3(0x1d0)],PerformanceTester[_0x5e4ba3(0x1ad)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x43268a);}),CodeceptJS['event'][_0x2258e8(0x1fd)]['on'](CodeceptJS[_0x2258e8(0x10d)][_0x2258e8(0x1a5)][_0x2258e8(0x11b)],_0x258766=>{const _0x1d555b=_0x2258e8,_0x22159d={};_0x22159d[_0x1d555b(0x129)]=_0xe66c0['BbSkp'],PerformanceTester['measureWrapper'](PerformanceHookEvents['SDK_HOOK'],()=>{const _0x5a06b2=_0x1d555b;_0x53ac93[_0x5a06b2(0x159)](_0x258766);},_0x22159d)();}),CodeceptJS['event'][_0x2258e8(0x1fd)]['on'](CodeceptJS[_0x2258e8(0x10d)][_0x2258e8(0x1a5)][_0x2258e8(0x134)],_0x22de78=>{const _0x44e110=_0x2258e8,_0x41c733={};_0x41c733[_0x44e110(0x129)]=_0xe66c0[_0x44e110(0x197)],PerformanceTester[_0x44e110(0x1a1)](PerformanceHookEvents['SDK_HOOK'],()=>{const _0x1c7886=_0x44e110;_0x53ac93[_0x1c7886(0x18d)](_0x22de78);},_0x41c733)();});};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
'use strict';const a2_0x4bab2a=a2_0x291a;(function(_0x14b3c5,_0x4c93e3){const _0x2bbe06=a2_0x291a,_0x37825c=_0x14b3c5();while(!![]){try{const _0x262ad7=parseInt(_0x2bbe06(0x191))/0x1+-parseInt(_0x2bbe06(0x18f))/0x2+parseInt(_0x2bbe06(0x1b6))/0x3*(parseInt(_0x2bbe06(0x199))/0x4)+parseInt(_0x2bbe06(0x192))/0x5*(parseInt(_0x2bbe06(0x1ea))/0x6)+-parseInt(_0x2bbe06(0x1ec))/0x7*(-parseInt(_0x2bbe06(0x200))/0x8)+-parseInt(_0x2bbe06(0x18a))/0x9+-parseInt(_0x2bbe06(0x205))/0xa;if(_0x262ad7===_0x4c93e3)break;else _0x37825c['push'](_0x37825c['shift']());}catch(_0x5ded74){_0x37825c['push'](_0x37825c['shift']());}}}(a2_0x8bbc,0x53b06));const fs=require('fs'),path=require('path'),util=require(a2_0x4bab2a(0x1f6)),process=require(a2_0x4bab2a(0x19a)),logger=require(a2_0x4bab2a(0x204))[a2_0x4bab2a(0x1e6)],{default:BrowserStackSetup}=require('../../helpers/BrowserStackSetup'),helper=require(a2_0x4bab2a(0x1c3)),utilities=require(a2_0x4bab2a(0x1d6)),{checkAccessibilityPlatformConfig}=require('../../helpers/accessibility-automation/helper'),{setAccessibilityCapabilities,processAccessibilityCaps}=require(a2_0x4bab2a(0x1ac)),{requireModule,nestedKeyValue,isBrowserstackInfra}=require(a2_0x4bab2a(0x1c3)),CodeceptJS=requireModule(a2_0x4bab2a(0x1fb),'codeceptjs'),testOpsHelper=require(a2_0x4bab2a(0x222)),TestHubHandler=require(a2_0x4bab2a(0x1cc)),constants=require(a2_0x4bab2a(0x1f8)),PerformanceTester=require('../../helpers/performance/performance-tester'),{FRAMEWORKS}=require(a2_0x4bab2a(0x1ba)),PerformanceEvents=require(a2_0x4bab2a(0x1ed))[a2_0x4bab2a(0x1c2)],ClientTroubleShootingService=require(a2_0x4bab2a(0x1f7)),_testErrorData=[],getUserCodeceptJSConfigs=(_0x5f045a,_0x45141b)=>{const _0x3950e2=a2_0x4bab2a,_0x9aaf50={};_0x9aaf50[_0x3950e2(0x1b3)]=function(_0x2c7dcd,_0x96021c){return _0x2c7dcd===_0x96021c;},_0x9aaf50[_0x3950e2(0x1e3)]=_0x3950e2(0x220),_0x9aaf50['YSXck']='codecept.json';const _0x400261=_0x9aaf50;let _0x39686c=null;const _0x23a791={};let _0x24df75=_0x45141b['findIndex'](_0x4a92f6=>_0x4a92f6===_0x3950e2(0x207));_0x400261[_0x3950e2(0x1b3)](_0x24df75,-0x1)&&(_0x24df75=_0x45141b['findIndex'](_0x3b0e81=>_0x3b0e81==='-c'));if(!helper[_0x3950e2(0x21f)](_0x5f045a[_0x3950e2(0x1da)])&&fs['existsSync'](path[_0x3950e2(0x1a7)](process[_0x3950e2(0x1d8)](),_0x5f045a[_0x3950e2(0x1da)])))_0x39686c=path[_0x3950e2(0x1a7)](process[_0x3950e2(0x1d8)](),_0x5f045a[_0x3950e2(0x1da)]),_0x45141b['slice'](_0x24df75,0x2);else{if(!helper['isUndefined'](_0x5f045a['c'])&&fs[_0x3950e2(0x1d3)](path[_0x3950e2(0x1a7)](process[_0x3950e2(0x1d8)](),_0x5f045a['c'])))_0x39686c=path[_0x3950e2(0x1a7)](process[_0x3950e2(0x1d8)](),_0x5f045a['c']),_0x45141b[_0x3950e2(0x21e)](_0x24df75,0x2);else{if(fs['existsSync'](path[_0x3950e2(0x1a7)](process[_0x3950e2(0x1d8)](),_0x400261[_0x3950e2(0x1e3)])))_0x39686c=path['join'](process[_0x3950e2(0x1d8)](),_0x400261[_0x3950e2(0x1e3)]);else fs[_0x3950e2(0x1d3)](path[_0x3950e2(0x1a7)](process[_0x3950e2(0x1d8)](),_0x400261[_0x3950e2(0x20b)]))&&(_0x39686c=path[_0x3950e2(0x1a7)](process['cwd'](),_0x400261[_0x3950e2(0x20b)]));}}return process[_0x3950e2(0x21d)][_0x3950e2(0x21c)]=_0x39686c,_0x39686c;},getO11yRerunPattern=()=>{const _0x4d1f7e=a2_0x4bab2a,_0x28764c=helper[_0x4d1f7e(0x189)](process['env'][_0x4d1f7e(0x1f9)]);if(_0x28764c){const _0x598108=process[_0x4d1f7e(0x21d)][_0x4d1f7e(0x186)],_0x2b4582=[];if(helper['validateRerunTestList'](_0x598108)&&!helper[_0x4d1f7e(0x21f)](_0x598108)){_0x598108['split'](',')[_0x4d1f7e(0x216)](_0x3ba87f=>{const _0x14b026=_0x4d1f7e;_0x2b4582[_0x14b026(0x1ca)]('('+_0x3ba87f[_0x14b026(0x202)]()+')');});const _0x5564d9='^'+_0x2b4582[_0x4d1f7e(0x1a7)]('|')+'$';return _0x5564d9;}}return null;},a2_0x486b9e={};function a2_0x291a(_0x544e13,_0x3db031){const _0x8bbcdb=a2_0x8bbc();return a2_0x291a=function(_0x291ae4,_0x48b753){_0x291ae4=_0x291ae4-0x185;let _0x14ebb6=_0x8bbcdb[_0x291ae4];return _0x14ebb6;},a2_0x291a(_0x544e13,_0x3db031);}a2_0x486b9e['chrome']='chromium',a2_0x486b9e['playwright-chromium']='chromium',a2_0x486b9e['playwright-firefox']=a2_0x4bab2a(0x1c0),a2_0x486b9e['playwright-webkit']='webkit';function a2_0x8bbc(){const _0x24cd44=['../../helpers/test-observability/utils','title','chdir','rLJrg','errorMessage','BROWSERSTACK_RERUN_TESTS','isEmpty','bukVt','isTrue','1529406tMWCbw','format','addTests','/wd/hub','hWPND','94894EISznk','lbRnM','640260JsBVKR','235CqkvGC','tjFtr','start','createGroupsOfSuites','accessibility','parallelsPerPlatform','SDK_SETUP','397336xqBozZ','process','iKzgh','Failed\x20:\x20','printResults','forEach','IlWyW','kWjhv','facAC','kOMKt','err','before','browserStackCwd','oABiZ','join','toLowerCase','RJNyM','WebDriver','root','../../bin/playwright/accessibility-helper','plugins','IAvWl','BROWSERSTACK_TEST_ACCESSIBILITY_YML','isTestObservabilitySession','enabled','getPlatformName','KMLnW','BrowserStackPlugin.js','userName','6OmVHIo','testObservability','stringify','PLmHs','../../helpers/test-observability/constants','browserName','oeZsW','hubUrl','Workers','run','firefox','info','EVENTS','../../helpers/helper','initialize','assign','log','sXgkS','skipSessionStatus','test','push','result','../../helpers/testhub/testhubHandler','bStvA','Getting\x20your\x20codeceptjs\x20configs\x20from\x20','printBuildLink','require','skipSessionName','gherkin','existsSync','exports','profile','../../helpers/utilities','teardownAll','cwd','platforms','config','helpers','mergeDeep','FprQb','failed','getUserWorkerCount','split','accessibilityOptions','frameworkName','dnTqG','Playwright','SDPbP','winstonLogger','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','dirname','Aocrs','43068wdXqQS','length','7FtezdK','../../helpers/performance/constants','user','browser','bootstrapAll','Tfmjc','getPlaywrightUrl','testContextOptions','debug','stack','util','../utils/clientTroubleshootingService','../utils/constants','BROWSERSTACK_RERUN','CODECEPT','codeceptjs/lib/index.js','sdPpm','all','key','BrowserStackPlugin','5464624APeWOj','ADVge','trim','useW3C','../../helpers/logger','12992010TCBYgq','FRAMEWORKS','--config','now','desiredCapabilities','QAIJP','YSXck','handleApp','prepareCapabilities','Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20','load','passed','addConfig','CODECEPT_CUCUMBER','replace','spawn','event','map','browserWSEndpoint','BROWSERSTACK_TEST_OBSERVABILITY_YML','end','finalExecution','QEarL','USER_CONFIG_DETAILS_PATH','env','slice','isUndefined','codecept.conf.js','testConfig'];a2_0x8bbc=function(){return _0x24cd44;};return a2_0x8bbc();}const pwToCodeceptBrowser=a2_0x486b9e;async function run(_0x5652fb,_0xfa660d,_0x30d333){const _0x48c607=a2_0x4bab2a,_0x38396b={'AdgTA':function(_0x372cb2,_0x26c53c,_0x130529,_0x553974){return _0x372cb2(_0x26c53c,_0x130529,_0x553974);},'Aocrs':function(_0x44ece6,_0x13537d){return _0x44ece6+_0x13537d;},'QEarL':function(_0x224be7,_0x38061e){return _0x224be7(_0x38061e);},'WcgoL':function(_0x157dcc,_0x378bb9){return _0x157dcc+_0x378bb9;},'kOMKt':function(_0xf33784,_0x3aa137,_0x47d266){return _0xf33784(_0x3aa137,_0x47d266);},'Tfmjc':_0x48c607(0x1db),'facAC':function(_0x27486e){return _0x27486e();},'RJNyM':_0x48c607(0x18d),'bukVt':function(_0x1c2453){return _0x1c2453();},'PLmHs':function(_0x4a31e2){return _0x4a31e2();},'rswVz':_0x48c607(0x19c),'bStvA':'Passed\x20:\x20','IlWyW':'Started\x20:\x20','tbJcD':'4|5|1|3|0|2','kWjhv':function(_0x15630e,_0x576e9e,_0x1f5dbd){return _0x15630e(_0x576e9e,_0x1f5dbd);},'sdPpm':_0x48c607(0x1e7),'rLJrg':function(_0x2bc4f4,_0xb6a3c,_0x13ebb6){return _0x2bc4f4(_0xb6a3c,_0x13ebb6);},'IAvWl':_0x48c607(0x1e4),'lbRnM':_0x48c607(0x1aa),'FprQb':function(_0xaef6ec,_0x55914c){return _0xaef6ec!=_0x55914c;},'Bveex':function(_0x33b571,_0x13bb5e){return _0x33b571===_0x13bb5e;},'oABiZ':_0x48c607(0x1d2),'iKzgh':function(_0x2b4cb1,_0x585587){return _0x2b4cb1(_0x585587);},'tjFtr':function(_0xf3b373){return _0xf3b373();},'eCrUq':function(_0x4fe489,_0x89e542){return _0x4fe489*_0x89e542;},'hWPND':'browser','ADVge':_0x48c607(0x209),'SDPbP':function(_0x38d507,_0x79985f,_0x589c43){return _0x38d507(_0x79985f,_0x589c43);},'QAIJP':_0x48c607(0x1ab),'sXgkS':_0x48c607(0x1b4),'QKhee':_0x48c607(0x1a5),'oeZsW':function(_0x1ed4f9){return _0x1ed4f9();}};await _0x30d333[_0x48c607(0x1c4)](_0x5652fb),await helper[_0x48c607(0x20c)](_0x30d333[_0x48c607(0x1da)]);if(!_0x30d333[_0x48c607(0x1da)])return;process['profile']=_0x5652fb[_0x48c607(0x1d5)];_0x5652fb[_0x48c607(0x1d5)]&&(process[_0x48c607(0x21d)][_0x48c607(0x1d5)]=_0x5652fb[_0x48c607(0x1d5)]);const _0x25491f=_0x38396b[_0x48c607(0x1a0)](getUserCodeceptJSConfigs,_0x5652fb,_0xfa660d);let _0x29ec3b={};_0x25491f?(logger[_0x48c607(0x1c1)](_0x48c607(0x1ce)+_0x25491f),_0x29ec3b=CodeceptJS[_0x48c607(0x1da)][_0x48c607(0x20f)](_0x25491f)):logger[_0x48c607(0x1c1)](_0x38396b[_0x48c607(0x1fc)]);let _0x2224c2=![];_0x38396b[_0x48c607(0x225)](nestedKeyValue,_0x29ec3b,[_0x38396b[_0x48c607(0x1f1)],_0x38396b[_0x48c607(0x1ae)]])&&(_0x2224c2=!![]);const _0x2850ad=_0x2224c2?_0x38396b[_0x48c607(0x1ae)]:_0x38396b[_0x48c607(0x190)];let _0x23ba3f=!_0x2224c2?helper[_0x48c607(0x203)](_0x30d333['config']):![];!helper[_0x48c607(0x21f)](_0x30d333[_0x48c607(0x1da)][_0x48c607(0x1e1)])&&(process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']=JSON[_0x48c607(0x1b8)](_0x30d333[_0x48c607(0x1da)]['accessibilityOptions']));let _0x1f77e7=_0x30d333[_0x48c607(0x1da)][_0x48c607(0x196)];_0x1f77e7=_0x1f77e7||_0x38396b[_0x48c607(0x21b)](checkAccessibilityPlatformConfig,_0x30d333[_0x48c607(0x1da)]),process['env'][_0x48c607(0x1af)]=_0x1f77e7;_0x1f77e7&&(_0x23ba3f=!_0x1f77e7);_0x38396b[_0x48c607(0x1dd)](_0x30d333[_0x48c607(0x1da)][_0x48c607(0x1b7)],null)?process['env'][_0x48c607(0x218)]=_0x30d333[_0x48c607(0x1da)][_0x48c607(0x1b7)]:process[_0x48c607(0x21d)][_0x48c607(0x218)]=_0x38396b['Bveex'](_0x2850ad,_0x38396b[_0x48c607(0x1ae)]);const _0x3c0c49=_0x38396b['kWjhv'](nestedKeyValue,_0x29ec3b,[_0x38396b[_0x48c607(0x1a6)]]),_0x2a465c=_0x3c0c49&&!helper[_0x48c607(0x187)](_0x3c0c49)?FRAMEWORKS[_0x48c607(0x212)]:FRAMEWORKS[_0x48c607(0x1fa)],_0x14d766=await TestHubHandler['launchBuild'](_0x2a465c,_0x30d333);_0x1f77e7&&_0x38396b[_0x48c607(0x19b)](setAccessibilityCapabilities,_0x30d333['config']);const _0x5547a4={},_0x4f4d06=[],_0x290495=_0x30d333[_0x48c607(0x1da)][_0x48c607(0x197)]||helper[_0x48c607(0x1df)](_0x5652fb,_0xfa660d,_0x30d333[_0x48c607(0x1da)],constants[_0x48c607(0x206)][_0x48c607(0x1fa)])||0x1;let _0x5dc1e6=0x1;if(_0x38396b[_0x48c607(0x193)](isBrowserstackInfra)){const _0x3d9398=helper['prepareCapabilities'](_0x30d333[_0x48c607(0x1da)],_0x23ba3f,constants['FRAMEWORKS'][_0x48c607(0x1fa)]);_0x3d9398[_0x48c607(0x19e)](_0x4f03db=>{helper['setAdditionalCapabilities'](_0x4f03db);}),helper['validPlatformsPresent'](_0x30d333['config'])?_0x5dc1e6=_0x38396b['eCrUq'](_0x290495,_0x30d333[_0x48c607(0x1da)]['platforms'][_0x48c607(0x1eb)]):_0x5dc1e6=_0x290495,_0x3d9398[_0x48c607(0x19e)](_0x4754fd=>{const _0x380edf=_0x48c607,_0x387786=_0x38396b['WcgoL'](helper[_0x380edf(0x1b2)](_0x4754fd,'_'),'_'+Date[_0x380edf(0x208)]()),_0x3ea8d6=((()=>{const _0x3600b6=_0x380edf;if(_0x2224c2){const _0xfd1a65=pwToCodeceptBrowser[_0x4754fd[_0x3600b6(0x1bb)]]||_0x4754fd['browserName'],_0x2dc11d=helper[_0x3600b6(0x1f2)](_0x30d333[_0x3600b6(0x1da)]),_0x55813a=Object[_0x3600b6(0x1c5)]({},_0x4754fd);return _0x38396b['AdgTA'](processAccessibilityCaps,_0x55813a,_0x2dc11d,null),{'browser':_0xfd1a65,[_0xfd1a65]:{'browserWSEndpoint':_0x38396b[_0x3600b6(0x1e9)](_0x2dc11d,_0x38396b[_0x3600b6(0x21b)](encodeURIComponent,JSON[_0x3600b6(0x1b8)](_0x55813a)))}};}const _0x3666f7={};return _0x3666f7[_0x3600b6(0x209)]=_0x4754fd,_0x3666f7[_0x3600b6(0x1ee)]=_0x30d333[_0x3600b6(0x1da)][_0x3600b6(0x1b5)],_0x3666f7[_0x3600b6(0x1fe)]=_0x30d333[_0x3600b6(0x1da)]['accessKey'],_0x3666f7;})()),_0x25482e=_0x38396b[_0x380edf(0x1a2)](nestedKeyValue,_0x29ec3b,[_0x38396b['Tfmjc'],_0x2850ad]);_0x5547a4[_0x387786]=_0x25482e?helper[_0x380edf(0x1dc)](_0x3ea8d6,_0x25482e):_0x3ea8d6;if(_0x2224c2)_0x5547a4[_0x387786][_0x380edf(0x1ef)]=pwToCodeceptBrowser[_0x4754fd[_0x380edf(0x1bb)]]||_0x4754fd[_0x380edf(0x1bb)];else{_0x5547a4[_0x387786][_0x380edf(0x1ef)]=_0x4754fd[_0x380edf(0x1bb)]||_0x3ea8d6[_0x380edf(0x1ef)];if(_0x38396b[_0x380edf(0x1a1)](isBrowserstackInfra)){_0x5547a4[_0x387786]['host']=constants[_0x380edf(0x1bd)][_0x380edf(0x213)](_0x38396b[_0x380edf(0x1a9)],'')[_0x380edf(0x213)](/https?:\/\//,'');;_0x5547a4[_0x387786]['path']=_0x38396b['RJNyM'];}}_0x4f4d06[_0x380edf(0x1ca)](_0x387786);});}else{_0x5dc1e6=0x1;if(_0x2224c2){const _0x4705a2=_0x38396b['kWjhv'](nestedKeyValue,_0x29ec3b,[_0x38396b[_0x48c607(0x1f1)],_0x2850ad,_0x38396b[_0x48c607(0x18e)]]),_0x373a2c=_0x38396b['kOMKt'](nestedKeyValue,_0x29ec3b,[_0x38396b[_0x48c607(0x1f1)],_0x2850ad,_0x4705a2]);if(_0x373a2c&&_0x373a2c[_0x48c607(0x217)]){const _0xb9cc61={};_0xb9cc61[_0x48c607(0x1d9)]=[],_0x373a2c[_0x48c607(0x217)]=helper[_0x48c607(0x20d)](Object[_0x48c607(0x1c5)]({},_0x30d333[_0x48c607(0x1da)],_0xb9cc61),null,_0x2a465c[_0x48c607(0x1a8)](),null,null,_0x373a2c[_0x48c607(0x217)]);}}else{const _0x56e0fe={};_0x56e0fe[_0x48c607(0x1d9)]=[],_0x29ec3b[_0x38396b[_0x48c607(0x1f1)]][_0x2850ad][_0x38396b[_0x48c607(0x201)]]=helper[_0x48c607(0x20d)](Object[_0x48c607(0x1c5)]({},_0x30d333['config'],_0x56e0fe),null,_0x2a465c['toLowerCase'](),_0x38396b[_0x48c607(0x1e5)](nestedKeyValue,_0x29ec3b,[_0x38396b[_0x48c607(0x1f1)],_0x2850ad,_0x38396b[_0x48c607(0x201)]])||{},null,null);}_0x5547a4[_0x38396b[_0x48c607(0x20a)]]=_0x29ec3b,_0x4f4d06[_0x48c607(0x1ca)](_0x38396b['QAIJP']);}const _0x41262a={};_0x41262a[_0x48c607(0x221)]=_0x25491f;const _0x2639b7=_0x41262a,_0x42a0fc=path[_0x48c607(0x1a7)](__dirname,_0x38396b[_0x48c607(0x1c7)]),_0x27062a=process[_0x48c607(0x1d8)]();process[_0x48c607(0x21d)][_0x38396b['QKhee']]=_0x27062a,process['chdir'](path[_0x48c607(0x1e8)](_0x25491f));const _0xfc4ffc=new CodeceptJS[(_0x48c607(0x1be))](null,_0x2639b7),_0x5f16cb=_0xfc4ffc[_0x48c607(0x195)](_0x5dc1e6),_0x2eeefa=testOpsHelper[_0x48c607(0x1b0)](),_0x3eb8f8=_0x4f4d06[_0x48c607(0x216)](_0x569e6d=>{const _0x1c074d=_0x48c607,_0x406ad8={};_0x406ad8['Playwright']=_0x5547a4[_0x569e6d];const _0x140577={};_0x140577[_0x1c074d(0x1aa)]=_0x5547a4[_0x569e6d];const _0x345e0e=_0x2224c2?_0x406ad8:_0x140577,_0x23eaf4=_0x38396b[_0x1c074d(0x188)](getO11yRerunPattern),_0x1ebbc4={};_0x1ebbc4[_0x1c074d(0x1db)]=_0x345e0e;const _0x1581a9={};_0x1581a9[_0x1c074d(0x1d0)]=_0x42a0fc,_0x1581a9[_0x1c074d(0x1b1)]=!![],_0x1581a9['skipSessionName']=_0x30d333[_0x1c074d(0x1da)][_0x1c074d(0x1f3)][_0x1c074d(0x1d1)],_0x1581a9[_0x1c074d(0x1c8)]=_0x30d333[_0x1c074d(0x1da)][_0x1c074d(0x1f3)][_0x1c074d(0x1c8)],_0x1581a9[_0x1c074d(0x1b7)]=_0x2eeefa,_0x1581a9[_0x1c074d(0x1e2)]=_0x2a465c;const _0x1df598={};_0x1df598[_0x1c074d(0x1ff)]=_0x1581a9;const _0x247fe7={};return _0x247fe7[_0x1c074d(0x1ad)]=_0x1df598,helper[_0x1c074d(0x1dc)]({},_0x29ec3b,_0x38396b[_0x1c074d(0x1b9)](isBrowserstackInfra)?_0x1ebbc4:{},_0x23eaf4?{'grep':_0x23eaf4}:{},_0x247fe7);});for(const _0x54c07b of _0x3eb8f8){for(const _0xa30fa8 of _0x5f16cb){const _0xc9d7b9=_0xfc4ffc[_0x48c607(0x214)]();_0xc9d7b9[_0x48c607(0x18c)](_0xa30fa8),_0xc9d7b9[_0x48c607(0x211)](_0x54c07b);const _0xae7932={};_0xae7932[_0x48c607(0x1da)]=_0x25491f,_0xc9d7b9['addOptions'](Object[_0x48c607(0x1c5)](_0xae7932,_0x5652fb));}}_0xfc4ffc['on'](CodeceptJS[_0x48c607(0x215)][_0x48c607(0x1c9)][_0x48c607(0x1de)],(_0x1eabaa,_0x2ac762)=>{const _0xcd4c59=_0x48c607;console['log'](_0x38396b['rswVz'],_0x1eabaa[_0xcd4c59(0x223)]);const _0x4ae9f5={[_0x1eabaa[_0xcd4c59(0x223)]]:_0x1eabaa[_0xcd4c59(0x1a3)][_0xcd4c59(0x1f5)]};_testErrorData[_0xcd4c59(0x1ca)](_0x4ae9f5);}),_0xfc4ffc['on'](CodeceptJS[_0x48c607(0x215)][_0x48c607(0x1c9)][_0x48c607(0x210)],async _0x48fde6=>{const _0xf4ed32=_0x48c607;console[_0xf4ed32(0x1c6)](_0x38396b[_0xf4ed32(0x1cd)],_0x48fde6['title']);}),_0xfc4ffc['on'](CodeceptJS[_0x48c607(0x215)]['test'][_0x48c607(0x1a4)],async _0x5818ad=>{const _0x21bf6f=_0x48c607;console[_0x21bf6f(0x1c6)](_0x38396b[_0x21bf6f(0x19f)],_0x5818ad[_0x21bf6f(0x223)]);}),_0xfc4ffc['on'](CodeceptJS[_0x48c607(0x215)][_0x48c607(0x1fd)][_0x48c607(0x1cb)],async()=>{const _0xae3bb3=_0x48c607,_0x154ec1=_0x38396b['tbJcD'][_0xae3bb3(0x1e0)]('|');let _0x498784=0x0;while(!![]){switch(_0x154ec1[_0x498784++]){case'0':try{await TestHubHandler['stop']();}catch(_0x86aadc){logger[_0xae3bb3(0x1f4)](_0xae3bb3(0x20e)+util[_0xae3bb3(0x18b)](_0x86aadc));}continue;case'1':testOpsHelper[_0xae3bb3(0x1cf)]();continue;case'2':_0xfc4ffc[_0xae3bb3(0x19d)]();continue;case'3':utilities[_0xae3bb3(0x21a)](_0x30d333);continue;case'4':PerformanceTester[_0xae3bb3(0x194)](PerformanceEvents['SDK_CLEANUP']);continue;case'5':_0x30d333[_0xae3bb3(0x185)]=_testErrorData;continue;}break;}});async function _0x182da3(){const _0x3b259d=_0x48c607;try{await _0xfc4ffc[_0x3b259d(0x1f0)](),await _0xfc4ffc[_0x3b259d(0x1bf)]();}finally{process[_0x3b259d(0x224)](_0x27062a),await _0xfc4ffc[_0x3b259d(0x1d7)]();}}PerformanceTester[_0x48c607(0x219)](PerformanceEvents[_0x48c607(0x198)]),_0x38396b[_0x48c607(0x1bc)](_0x182da3);}module[a2_0x4bab2a(0x1d4)]=run;
|
|
2
|
+
'use strict';const a2_0x134138=a2_0x141c;function a2_0x141c(_0x51b52d,_0x34c4fb){const _0x4dfe51=a2_0x4dfe();return a2_0x141c=function(_0x141cad,_0x101a24){_0x141cad=_0x141cad-0x92;let _0xe6e42b=_0x4dfe51[_0x141cad];return _0xe6e42b;},a2_0x141c(_0x51b52d,_0x34c4fb);}(function(_0x14f9ca,_0x2a568f){const _0x4ee349=a2_0x141c,_0x300278=_0x14f9ca();while(!![]){try{const _0x416c51=parseInt(_0x4ee349(0xfc))/0x1*(-parseInt(_0x4ee349(0xfb))/0x2)+parseInt(_0x4ee349(0xa9))/0x3+-parseInt(_0x4ee349(0xaa))/0x4+parseInt(_0x4ee349(0x11a))/0x5*(parseInt(_0x4ee349(0x125))/0x6)+-parseInt(_0x4ee349(0x104))/0x7+-parseInt(_0x4ee349(0x12c))/0x8*(-parseInt(_0x4ee349(0x128))/0x9)+parseInt(_0x4ee349(0x93))/0xa;if(_0x416c51===_0x2a568f)break;else _0x300278['push'](_0x300278['shift']());}catch(_0x5c9e1d){_0x300278['push'](_0x300278['shift']());}}}(a2_0x4dfe,0x83c32));const fs=require('fs'),path=require(a2_0x134138(0xa1)),util=require(a2_0x134138(0x12d)),process=require(a2_0x134138(0xcf)),logger=require(a2_0x134138(0x96))[a2_0x134138(0x10a)],{default:BrowserStackSetup}=require(a2_0x134138(0xc4)),helper=require('../../helpers/helper'),utilities=require(a2_0x134138(0xdc)),{checkAccessibilityPlatformConfig}=require(a2_0x134138(0x103)),{setAccessibilityCapabilities,processAccessibilityCaps}=require(a2_0x134138(0x107)),{requireModule,nestedKeyValue,isBrowserstackInfra}=require(a2_0x134138(0xed)),CodeceptJS=requireModule(a2_0x134138(0x9d),a2_0x134138(0xe2)),testOpsHelper=require(a2_0x134138(0x12e)),TestHubHandler=require(a2_0x134138(0xc0)),constants=require('../utils/constants'),PerformanceTester=require(a2_0x134138(0xec)),{FRAMEWORKS}=require('../../helpers/test-observability/constants'),PerformanceEvents=require(a2_0x134138(0x114))['EVENTS'],ClientTroubleShootingService=require(a2_0x134138(0xc5)),_testErrorData=[],getUserCodeceptJSConfigs=(_0xad37e8,_0x57a999)=>{const _0x5467b3=a2_0x134138,_0x17be39={};_0x17be39['lTnsb']=function(_0x5ba39a,_0x5875bf){return _0x5ba39a===_0x5875bf;},_0x17be39[_0x5467b3(0xbb)]=_0x5467b3(0xb7),_0x17be39[_0x5467b3(0x10b)]=_0x5467b3(0xde);const _0xe820c5=_0x17be39;let _0xf1336a=null;const _0x3c50f1={};let _0x17b20c=_0x57a999['findIndex'](_0x31948b=>_0x31948b===_0x5467b3(0x132));_0xe820c5[_0x5467b3(0x9f)](_0x17b20c,-0x1)&&(_0x17b20c=_0x57a999[_0x5467b3(0xf6)](_0x153a52=>_0x153a52==='-c'));if(!helper[_0x5467b3(0xc8)](_0xad37e8[_0x5467b3(0xd7)])&&fs['existsSync'](path[_0x5467b3(0xbc)](process[_0x5467b3(0x106)](),_0xad37e8['config'])))_0xf1336a=path[_0x5467b3(0xbc)](process[_0x5467b3(0x106)](),_0xad37e8[_0x5467b3(0xd7)]),_0x57a999[_0x5467b3(0x127)](_0x17b20c,0x2);else{if(!helper[_0x5467b3(0xc8)](_0xad37e8['c'])&&fs[_0x5467b3(0xe9)](path[_0x5467b3(0xbc)](process['cwd'](),_0xad37e8['c'])))_0xf1336a=path[_0x5467b3(0xbc)](process[_0x5467b3(0x106)](),_0xad37e8['c']),_0x57a999[_0x5467b3(0x127)](_0x17b20c,0x2);else{if(fs[_0x5467b3(0xe9)](path['join'](process[_0x5467b3(0x106)](),_0xe820c5[_0x5467b3(0xbb)])))_0xf1336a=path[_0x5467b3(0xbc)](process['cwd'](),_0xe820c5[_0x5467b3(0xbb)]);else fs[_0x5467b3(0xe9)](path['join'](process[_0x5467b3(0x106)](),_0xe820c5[_0x5467b3(0x10b)]))&&(_0xf1336a=path[_0x5467b3(0xbc)](process[_0x5467b3(0x106)](),_0xe820c5[_0x5467b3(0x10b)]));}}return process[_0x5467b3(0xcb)][_0x5467b3(0xe6)]=_0xf1336a,_0xf1336a;},getO11yRerunPattern=()=>{const _0x549c9f=a2_0x134138,_0x13b8a2=helper[_0x549c9f(0xda)](process[_0x549c9f(0xcb)][_0x549c9f(0xf1)]);if(_0x13b8a2){const _0x4d58a1=process['env'][_0x549c9f(0x111)],_0x1ba3cd=[];if(helper[_0x549c9f(0xf3)](_0x4d58a1)&&!helper[_0x549c9f(0xc8)](_0x4d58a1)){_0x4d58a1[_0x549c9f(0xa2)](',')['map'](_0x5981a8=>{_0x1ba3cd['push']('('+_0x5981a8['trim']()+')');});const _0x4b4bca='^'+_0x1ba3cd[_0x549c9f(0xbc)]('|')+'$';return _0x4b4bca;}}return null;},a2_0x239f9a={};a2_0x239f9a[a2_0x134138(0xc9)]=a2_0x134138(0xc1),a2_0x239f9a[a2_0x134138(0xd2)]=a2_0x134138(0xc1),a2_0x239f9a[a2_0x134138(0xe4)]='firefox',a2_0x239f9a[a2_0x134138(0xd4)]=a2_0x134138(0xab);const pwToCodeceptBrowser=a2_0x239f9a;async function run(_0xfa8d77,_0x3c8d61,_0x1314d7){const _0x29bcf8=a2_0x134138,_0x5ca46f={'ZyJov':function(_0x46fd55,_0x4dbfbb,_0x4e4c9b,_0x56ced3){return _0x46fd55(_0x4dbfbb,_0x4e4c9b,_0x56ced3);},'VUawQ':function(_0x443b7a,_0x3e59c9){return _0x443b7a+_0x3e59c9;},'gFcLI':function(_0x268b58,_0x5a6251){return _0x268b58(_0x5a6251);},'wDGfI':function(_0x22a103,_0x294a15){return _0x22a103+_0x294a15;},'yeFPT':function(_0x124f03,_0x158e56,_0x11de86){return _0x124f03(_0x158e56,_0x11de86);},'FKirR':_0x29bcf8(0x9e),'cxjTu':function(_0x11e958){return _0x11e958();},'PBtyV':_0x29bcf8(0x10c),'SRjED':function(_0x11d353){return _0x11d353();},'GHpwr':_0x29bcf8(0x10e),'ClvwL':_0x29bcf8(0xe7),'fsWnZ':'Started\x20:\x20','BHZxN':_0x29bcf8(0xe5),'nNEkU':_0x29bcf8(0x123),'lyxQg':function(_0x380049,_0x7cec4c,_0x142020){return _0x380049(_0x7cec4c,_0x142020);},'yeaFb':'Playwright','wdKqb':_0x29bcf8(0xc7),'CWOdk':function(_0x260b10,_0x3812a6){return _0x260b10!=_0x3812a6;},'mxRYR':function(_0x394235,_0x3ec90d){return _0x394235===_0x3ec90d;},'fgrHg':function(_0x452906,_0x2c841e,_0x3d1117){return _0x452906(_0x2c841e,_0x3d1117);},'SMYxf':_0x29bcf8(0xb6),'FgOYZ':function(_0x22742e,_0x48289e){return _0x22742e(_0x48289e);},'GnjXv':function(_0x8e7236){return _0x8e7236();},'OJnLd':function(_0x3208b5,_0x3e9f21){return _0x3208b5*_0x3e9f21;},'hglQg':_0x29bcf8(0x10d),'pwxNn':_0x29bcf8(0x116),'evxOj':function(_0xd0d97c,_0x1c31fc,_0xcf3c81){return _0xd0d97c(_0x1c31fc,_0xcf3c81);},'urpDY':_0x29bcf8(0x12a),'ewGCc':_0x29bcf8(0xaf),'fzRVB':_0x29bcf8(0x110)};await _0x1314d7[_0x29bcf8(0xd0)](_0xfa8d77),await helper[_0x29bcf8(0x100)](_0x1314d7[_0x29bcf8(0xd7)]);if(!_0x1314d7[_0x29bcf8(0xd7)])return;process[_0x29bcf8(0x105)]=_0xfa8d77[_0x29bcf8(0x105)];_0xfa8d77[_0x29bcf8(0x105)]&&(process['env']['profile']=_0xfa8d77[_0x29bcf8(0x105)]);const _0x250e8a=_0x5ca46f[_0x29bcf8(0xa4)](getUserCodeceptJSConfigs,_0xfa8d77,_0x3c8d61);let _0x59a101={};_0x250e8a?(logger[_0x29bcf8(0xf4)](_0x29bcf8(0xa8)+_0x250e8a),_0x59a101=CodeceptJS[_0x29bcf8(0xd7)][_0x29bcf8(0x120)](_0x250e8a)):logger[_0x29bcf8(0xf4)](_0x5ca46f[_0x29bcf8(0xb1)]);let _0x5d0b54=![];_0x5ca46f[_0x29bcf8(0xf5)](nestedKeyValue,_0x59a101,[_0x5ca46f[_0x29bcf8(0xb3)],_0x5ca46f[_0x29bcf8(0x92)]])&&(_0x5d0b54=!![]);const _0x4b38fc=_0x5d0b54?_0x5ca46f[_0x29bcf8(0x92)]:_0x5ca46f['wdKqb'];let _0x472681=!_0x5d0b54?helper[_0x29bcf8(0xd1)](_0x1314d7[_0x29bcf8(0xd7)]):![];!helper[_0x29bcf8(0xc8)](_0x1314d7[_0x29bcf8(0xd7)][_0x29bcf8(0xc2)])&&(process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']=JSON['stringify'](_0x1314d7[_0x29bcf8(0xd7)][_0x29bcf8(0xc2)]));let _0x3b4fa2=_0x1314d7[_0x29bcf8(0xd7)][_0x29bcf8(0x11f)];_0x3b4fa2=_0x3b4fa2||_0x5ca46f[_0x29bcf8(0x108)](checkAccessibilityPlatformConfig,_0x1314d7['config']),process[_0x29bcf8(0xcb)][_0x29bcf8(0xa5)]=_0x3b4fa2;_0x3b4fa2&&(_0x472681=!_0x3b4fa2);_0x5ca46f[_0x29bcf8(0x115)](_0x1314d7[_0x29bcf8(0xd7)][_0x29bcf8(0x113)],null)?process['env']['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0x1314d7[_0x29bcf8(0xd7)][_0x29bcf8(0x113)]:process[_0x29bcf8(0xcb)][_0x29bcf8(0xb2)]=_0x5ca46f['mxRYR'](_0x4b38fc,_0x5ca46f['yeaFb']);const _0xe1df21=_0x5ca46f[_0x29bcf8(0xb4)](nestedKeyValue,_0x59a101,[_0x5ca46f[_0x29bcf8(0x129)]]),_0x482036=_0xe1df21&&!helper['isEmpty'](_0xe1df21)?FRAMEWORKS[_0x29bcf8(0x11c)]:FRAMEWORKS[_0x29bcf8(0xc3)],_0x163464=await TestHubHandler[_0x29bcf8(0xce)](_0x482036,_0x1314d7);_0x3b4fa2&&_0x5ca46f[_0x29bcf8(0xbe)](setAccessibilityCapabilities,_0x1314d7[_0x29bcf8(0xd7)]);const _0x1aa598={},_0x4fc924=[],_0xc6950=_0x1314d7[_0x29bcf8(0xd7)]['parallelsPerPlatform']||helper[_0x29bcf8(0xa6)](_0xfa8d77,_0x3c8d61,_0x1314d7[_0x29bcf8(0xd7)],constants[_0x29bcf8(0xf8)]['CODECEPT'])||0x1;let _0xa20db=0x1;if(_0x5ca46f[_0x29bcf8(0xe1)](isBrowserstackInfra)){const _0x46a2ce=helper[_0x29bcf8(0x119)](_0x1314d7[_0x29bcf8(0xd7)],_0x472681,constants[_0x29bcf8(0xf8)][_0x29bcf8(0xc3)]);_0x46a2ce[_0x29bcf8(0xa0)](_0x541660=>{const _0x2b37aa=_0x29bcf8;helper[_0x2b37aa(0x102)](_0x541660);}),helper['validPlatformsPresent'](_0x1314d7['config'])?_0xa20db=_0x5ca46f['OJnLd'](_0xc6950,_0x1314d7[_0x29bcf8(0xd7)][_0x29bcf8(0xf0)][_0x29bcf8(0x126)]):_0xa20db=_0xc6950,_0x46a2ce[_0x29bcf8(0xa0)](_0x494e27=>{const _0x3e7488=_0x29bcf8,_0x9278d9=_0x5ca46f['wDGfI'](helper[_0x3e7488(0x9c)](_0x494e27,'_'),'_'+Date[_0x3e7488(0xcc)]()),_0x563b17=((()=>{const _0x3f82f8=_0x3e7488;if(_0x5d0b54){const _0x3a4359=pwToCodeceptBrowser[_0x494e27[_0x3f82f8(0x122)]]||_0x494e27['browserName'],_0x299400=helper[_0x3f82f8(0xe0)](_0x1314d7[_0x3f82f8(0xd7)]),_0x4e87f8=Object[_0x3f82f8(0xb0)]({},_0x494e27);return _0x5ca46f[_0x3f82f8(0x118)](processAccessibilityCaps,_0x4e87f8,_0x299400,null),{'browser':_0x3a4359,[_0x3a4359]:{'browserWSEndpoint':_0x5ca46f[_0x3f82f8(0xea)](_0x299400,_0x5ca46f['gFcLI'](encodeURIComponent,JSON[_0x3f82f8(0xfe)](_0x4e87f8)))}};}const _0x44c15b={};return _0x44c15b[_0x3f82f8(0x116)]=_0x494e27,_0x44c15b[_0x3f82f8(0xba)]=_0x1314d7[_0x3f82f8(0xd7)]['userName'],_0x44c15b[_0x3f82f8(0x97)]=_0x1314d7['config']['accessKey'],_0x44c15b;})()),_0x2e99e3=_0x5ca46f[_0x3e7488(0xa4)](nestedKeyValue,_0x59a101,[_0x5ca46f[_0x3e7488(0xb3)],_0x4b38fc]);_0x1aa598[_0x9278d9]=_0x2e99e3?helper['mergeDeep'](_0x563b17,_0x2e99e3):_0x563b17;if(_0x5d0b54)_0x1aa598[_0x9278d9][_0x3e7488(0x10d)]=pwToCodeceptBrowser[_0x494e27[_0x3e7488(0x122)]]||_0x494e27['browserName'];else{_0x1aa598[_0x9278d9][_0x3e7488(0x10d)]=_0x494e27[_0x3e7488(0x122)]||_0x563b17[_0x3e7488(0x10d)];if(_0x5ca46f[_0x3e7488(0xd3)](isBrowserstackInfra)){_0x1aa598[_0x9278d9][_0x3e7488(0x9a)]=constants['hubUrl'][_0x3e7488(0xfd)](_0x5ca46f[_0x3e7488(0x11d)],'')['replace'](/https?:\/\//,'');;_0x1aa598[_0x9278d9][_0x3e7488(0xa1)]=_0x5ca46f[_0x3e7488(0x11d)];}}_0x4fc924[_0x3e7488(0xb5)](_0x9278d9);});}else{_0xa20db=0x1;if(_0x5d0b54){const _0xcb9fb5=_0x5ca46f[_0x29bcf8(0xf5)](nestedKeyValue,_0x59a101,[_0x5ca46f[_0x29bcf8(0xb3)],_0x4b38fc,_0x5ca46f['hglQg']]),_0x1b9546=_0x5ca46f[_0x29bcf8(0xf5)](nestedKeyValue,_0x59a101,[_0x5ca46f[_0x29bcf8(0xb3)],_0x4b38fc,_0xcb9fb5]);if(_0x1b9546&&_0x1b9546[_0x29bcf8(0x12b)]){const _0x547824={};_0x547824[_0x29bcf8(0xf0)]=[],_0x1b9546[_0x29bcf8(0x12b)]=helper[_0x29bcf8(0x119)](Object[_0x29bcf8(0xb0)]({},_0x1314d7['config'],_0x547824),null,_0x482036[_0x29bcf8(0x9b)](),null,null,_0x1b9546[_0x29bcf8(0x12b)]);}}else{const _0x48a8d4={};_0x48a8d4[_0x29bcf8(0xf0)]=[],_0x59a101[_0x5ca46f[_0x29bcf8(0xb3)]][_0x4b38fc][_0x5ca46f['pwxNn']]=helper[_0x29bcf8(0x119)](Object[_0x29bcf8(0xb0)]({},_0x1314d7['config'],_0x48a8d4),null,_0x482036[_0x29bcf8(0x9b)](),_0x5ca46f['evxOj'](nestedKeyValue,_0x59a101,[_0x5ca46f[_0x29bcf8(0xb3)],_0x4b38fc,_0x5ca46f[_0x29bcf8(0xdd)]])||{},null,null);}_0x1aa598[_0x5ca46f[_0x29bcf8(0xdf)]]=_0x59a101,_0x4fc924['push'](_0x5ca46f[_0x29bcf8(0xdf)]);}const _0x1004eb={};_0x1004eb[_0x29bcf8(0xef)]=_0x250e8a;const _0x5a457b=_0x1004eb,_0x3a2abb=path[_0x29bcf8(0xbc)](__dirname,_0x5ca46f['ewGCc']),_0x1878c4=process[_0x29bcf8(0x106)]();process[_0x29bcf8(0xcb)][_0x5ca46f[_0x29bcf8(0xae)]]=_0x1878c4,process[_0x29bcf8(0x11e)](path[_0x29bcf8(0x130)](_0x250e8a));const _0x3ab0fb=new CodeceptJS[(_0x29bcf8(0xd8))](null,_0x5a457b),_0x1618b3=_0x3ab0fb['createGroupsOfSuites'](_0xa20db),_0x22373c=testOpsHelper[_0x29bcf8(0x12f)](),_0x774eb9=_0x4fc924[_0x29bcf8(0xa3)](_0x58be03=>{const _0x40b78b=_0x29bcf8,_0x47f386={};_0x47f386[_0x40b78b(0xd9)]=_0x1aa598[_0x58be03];const _0x3302d1={};_0x3302d1['WebDriver']=_0x1aa598[_0x58be03];const _0x2c17fb=_0x5d0b54?_0x47f386:_0x3302d1,_0x2739ab=_0x5ca46f[_0x40b78b(0xb9)](getO11yRerunPattern),_0x55e441={};_0x55e441['helpers']=_0x2c17fb;const _0x1acac2={};_0x1acac2[_0x40b78b(0xf7)]=_0x3a2abb,_0x1acac2[_0x40b78b(0x117)]=!![],_0x1acac2['skipSessionName']=_0x1314d7[_0x40b78b(0xd7)][_0x40b78b(0x124)]['skipSessionName'],_0x1acac2[_0x40b78b(0x109)]=_0x1314d7[_0x40b78b(0xd7)][_0x40b78b(0x124)][_0x40b78b(0x109)],_0x1acac2[_0x40b78b(0x113)]=_0x22373c,_0x1acac2[_0x40b78b(0x131)]=_0x482036;const _0x2b8bc2={};_0x2b8bc2[_0x40b78b(0xac)]=_0x1acac2;const _0x1b44b1={};return _0x1b44b1[_0x40b78b(0xfa)]=_0x2b8bc2,helper[_0x40b78b(0xff)]({},_0x59a101,_0x5ca46f['SRjED'](isBrowserstackInfra)?_0x55e441:{},_0x2739ab?{'grep':_0x2739ab}:{},_0x1b44b1);});for(const _0x3a454b of _0x774eb9){for(const _0x5c4e52 of _0x1618b3){const _0x4c630d=_0x3ab0fb[_0x29bcf8(0xf9)]();_0x4c630d[_0x29bcf8(0xd6)](_0x5c4e52),_0x4c630d[_0x29bcf8(0xca)](_0x3a454b);const _0x1b9869={};_0x1b9869[_0x29bcf8(0xd7)]=_0x250e8a,_0x4c630d[_0x29bcf8(0xe3)](Object[_0x29bcf8(0xb0)](_0x1b9869,_0xfa8d77));}}_0x3ab0fb['on'](CodeceptJS[_0x29bcf8(0x98)][_0x29bcf8(0xe8)]['failed'],(_0x3304c0,_0x36db68)=>{const _0x2b2136=_0x29bcf8;console['log'](_0x5ca46f['GHpwr'],_0x3304c0['title']);const _0x350673={[_0x3304c0[_0x2b2136(0xa7)]]:_0x3304c0['err'][_0x2b2136(0xc6)]};_testErrorData[_0x2b2136(0xb5)](_0x350673);}),_0x3ab0fb['on'](CodeceptJS[_0x29bcf8(0x98)][_0x29bcf8(0xe8)][_0x29bcf8(0x94)],async _0x539603=>{const _0x4ddaad=_0x29bcf8;console['log'](_0x5ca46f[_0x4ddaad(0x101)],_0x539603['title']);}),_0x3ab0fb['on'](CodeceptJS[_0x29bcf8(0x98)][_0x29bcf8(0xe8)][_0x29bcf8(0x95)],async _0x36c829=>{const _0x1cad62=_0x29bcf8;console[_0x1cad62(0x10f)](_0x5ca46f[_0x1cad62(0xbd)],_0x36c829[_0x1cad62(0xa7)]);}),_0x3ab0fb['on'](CodeceptJS[_0x29bcf8(0x98)][_0x29bcf8(0x11b)][_0x29bcf8(0xbf)],async()=>{const _0x337f4d=_0x29bcf8,_0x443a0a=_0x5ca46f[_0x337f4d(0xf2)][_0x337f4d(0xa2)]('|');let _0x40985f=0x0;while(!![]){switch(_0x443a0a[_0x40985f++]){case'0':_0x1314d7['errorMessage']=_testErrorData;continue;case'1':utilities[_0x337f4d(0xd5)](_0x1314d7);continue;case'2':testOpsHelper[_0x337f4d(0xcd)]();continue;case'3':PerformanceTester['start'](PerformanceEvents[_0x337f4d(0xad)]);continue;case'4':_0x3ab0fb[_0x337f4d(0x112)]();continue;case'5':try{await TestHubHandler[_0x337f4d(0xee)]();}catch(_0x360378){logger['debug'](_0x337f4d(0x99)+util[_0x337f4d(0xeb)](_0x360378));}continue;}break;}});async function _0x1b8662(){const _0x4d503d=_0x29bcf8;try{await _0x3ab0fb[_0x4d503d(0x121)](),await _0x3ab0fb[_0x4d503d(0xb8)]();}finally{process['chdir'](_0x1878c4),await _0x3ab0fb['teardownAll']();}}PerformanceTester[_0x29bcf8(0x133)](PerformanceEvents['SDK_SETUP']),_0x5ca46f[_0x29bcf8(0xb9)](_0x1b8662);}module[a2_0x134138(0xdb)]=run;function a2_0x4dfe(){const _0x53c3d1=['../utils/clientTroubleshootingService','stack','WebDriver','isUndefined','chrome','addConfig','env','now','printBuildLink','launchBuild','process','initialize','useW3C','playwright-chromium','cxjTu','playwright-webkit','finalExecution','addTests','config','Workers','Playwright','isTrue','exports','../../helpers/utilities','pwxNn','codecept.json','urpDY','getPlaywrightUrl','GnjXv','codeceptjs','addOptions','playwright-firefox','3|0|2|1|5|4','USER_CONFIG_DETAILS_PATH','Passed\x20:\x20','test','existsSync','VUawQ','format','../../helpers/performance/performance-tester','../../helpers/helper','stop','testConfig','platforms','BROWSERSTACK_RERUN','BHZxN','validateRerunTestList','info','lyxQg','findIndex','require','FRAMEWORKS','spawn','plugins','10376oWBFBB','141iDivZr','replace','stringify','mergeDeep','handleApp','ClvwL','setAdditionalCapabilities','../../helpers/accessibility-automation/helper','7408898brmOIs','profile','cwd','../../bin/playwright/accessibility-helper','gFcLI','skipSessionStatus','winstonLogger','LFUHs','/wd/hub','browser','Failed\x20:\x20','log','browserStackCwd','BROWSERSTACK_RERUN_TESTS','printResults','testObservability','../../helpers/performance/constants','CWOdk','desiredCapabilities','enabled','ZyJov','prepareCapabilities','3614815ozaZua','all','CODECEPT_CUCUMBER','PBtyV','chdir','accessibility','load','bootstrapAll','browserName','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','testContextOptions','6FZOcnZ','length','slice','1431wlsoMe','SMYxf','root','browserWSEndpoint','16936ofKuRC','util','../../helpers/test-observability/utils','isTestObservabilitySession','dirname','frameworkName','--config','end','yeaFb','16652670eBswhy','passed','before','../../helpers/logger','key','event','Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20','host','toLowerCase','getPlatformName','codeceptjs/lib/index.js','helpers','lTnsb','forEach','path','split','map','yeFPT','BROWSERSTACK_TEST_ACCESSIBILITY_YML','getUserWorkerCount','title','Getting\x20your\x20codeceptjs\x20configs\x20from\x20','63150sGQKiM','1665052cUADqf','webkit','BrowserStackPlugin','SDK_CLEANUP','fzRVB','BrowserStackPlugin.js','assign','nNEkU','BROWSERSTACK_TEST_OBSERVABILITY_YML','FKirR','fgrHg','push','gherkin','codecept.conf.js','run','SRjED','user','FWNmY','join','fsWnZ','FgOYZ','result','../../helpers/testhub/testhubHandler','chromium','accessibilityOptions','CODECEPT','../../helpers/BrowserStackSetup'];a2_0x4dfe=function(){return _0x53c3d1;};return a2_0x4dfe();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function a3_0x1e64(_0x5169e0,_0x3f5bbc){const _0xed6e6e=a3_0xed6e();return a3_0x1e64=function(_0x1e644d,_0x499ef1){_0x1e644d=_0x1e644d-0x16a;let _0xb666bc=_0xed6e6e[_0x1e644d];return _0xb666bc;},a3_0x1e64(_0x5169e0,_0x3f5bbc);}const a3_0x3e60dc=a3_0x1e64;(function(_0x59cf7b,_0x5b4734){const _0x5efe20=a3_0x1e64,_0x3875bb=_0x59cf7b();while(!![]){try{const _0x247c83=parseInt(_0x5efe20(0x19b))/0x1+parseInt(_0x5efe20(0x16a))/0x2+parseInt(_0x5efe20(0x19e))/0x3+-parseInt(_0x5efe20(0x178))/0x4+-parseInt(_0x5efe20(0x18d))/0x5+parseInt(_0x5efe20(0x179))/0x6+-parseInt(_0x5efe20(0x1b9))/0x7*(-parseInt(_0x5efe20(0x199))/0x8);if(_0x247c83===_0x5b4734)break;else _0x3875bb['push'](_0x3875bb['shift']());}catch(_0x440b7a){_0x3875bb['push'](_0x3875bb['shift']());}}}(a3_0xed6e,0xbc979));const {isUndefined,nestedKeyValue}=require('../../helpers/helper'),logger=require(a3_0x3e60dc(0x185))[a3_0x3e60dc(0x1b2)],PlaywrightSessionDetails=require(a3_0x3e60dc(0x176)),{isAccessibilityAutomationSession}=require(a3_0x3e60dc(0x197)),{getObservabilityLinkedProductName}=require(a3_0x3e60dc(0x1a7)),getOSVersionFromCaps=_0x261786=>{const _0x42fe5c=a3_0x3e60dc,_0x41c5b9={};_0x41c5b9[_0x42fe5c(0x17b)]=_0x42fe5c(0x1a3),_0x41c5b9[_0x42fe5c(0x193)]='platformVersion',_0x41c5b9['FoGDT']='platform_version',_0x41c5b9[_0x42fe5c(0x19a)]=_0x42fe5c(0x192),_0x41c5b9[_0x42fe5c(0x184)]='os_version';const _0x261464=_0x41c5b9;if(!_0x261786)return null;const _0x5804fb=_0x261786[_0x261464[_0x42fe5c(0x17b)]],_0x58eb62=[_0x261464['swsZh'],_0x261464[_0x42fe5c(0x17e)],_0x261464[_0x42fe5c(0x19a)],_0x261464[_0x42fe5c(0x184)]];for(const _0x2d49dc of _0x58eb62){if(_0x5804fb&&_0x5804fb[_0x2d49dc])return _0x5804fb[_0x2d49dc];else{if(_0x261786[_0x2d49dc])return _0x261786[_0x2d49dc];}}return null;};exports['fetchPlatformDetails']=_0x34c2db=>{const _0x4a5842=a3_0x3e60dc,_0x5a3869={'OBJlK':_0x4a5842(0x177),'DywHz':function(_0x2902d4,_0x854965){return _0x2902d4===_0x854965;},'ngCQJ':_0x4a5842(0x173),'guLOa':function(_0x1a8412,_0x3386d4){return _0x1a8412(_0x3386d4);},'VaFTh':function(_0x10f3c1,_0x2ee70e,_0x6af5c1){return _0x10f3c1(_0x2ee70e,_0x6af5c1);},'dQyxj':'config','iEGyO':'desiredCapabilities','BNfWQ':function(_0x56dae0,_0x429383){return _0x56dae0(_0x429383);},'zkohx':_0x4a5842(0x188),'HLfNe':_0x4a5842(0x187),'suHSx':_0x4a5842(0x1b7),'svNwL':_0x4a5842(0x1a2)};if(!_0x34c2db)return null;let _0x4d39d6=global[_0x4a5842(0x180)]||_0x5a3869[_0x4a5842(0x1a9)];if(_0x5a3869[_0x4a5842(0x181)](_0x34c2db[_0x4a5842(0x174)]['name'],_0x5a3869[_0x4a5842(0x1b0)])){const _0x14e2aa=_0x34c2db[_0x4a5842(0x187)];if(!_0x14e2aa)return null;const _0x28ee10=_0x14e2aa[_0x4a5842(0x19d)],_0x3d5b79=_0x5a3869[_0x4a5842(0x1b6)](getOSVersionFromCaps,_0x5a3869['VaFTh'](nestedKeyValue,_0x34c2db,[_0x5a3869[_0x4a5842(0x1a4)],_0x5a3869[_0x4a5842(0x17f)]]));return{[_0x4d39d6]:{'browser':_0x28ee10['browserName'],'browser_version':_0x28ee10[_0x4a5842(0x1a0)],'capabilities':_0x28ee10,'platform':_0x28ee10[_0x4a5842(0x16e)],'platform_version':_0x28ee10[_0x4a5842(0x18a)]||_0x3d5b79,'product':_0x5a3869['BNfWQ'](getObservabilityLinkedProductName,_0x28ee10),'session_id':_0x14e2aa[_0x4a5842(0x17d)]}};}else{if(_0x5a3869[_0x4a5842(0x181)](_0x34c2db[_0x4a5842(0x174)][_0x4a5842(0x1a1)],_0x5a3869[_0x4a5842(0x16c)])){const _0xc9a1f=PlaywrightSessionDetails[_0x4a5842(0x1af)]();_0x4d39d6=_0xc9a1f[_0x4a5842(0x198)]||_0x4d39d6;const _0x3ab65b=_0x5a3869[_0x4a5842(0x1b8)](nestedKeyValue,_0x34c2db,[_0x5a3869['dQyxj'],_0x5a3869['HLfNe'],_0x5a3869[_0x4a5842(0x1b1)]]),_0x38fb20=_0x3ab65b?JSON[_0x4a5842(0x186)](new URL(_0x3ab65b)[_0x4a5842(0x19f)][_0x4a5842(0x172)](_0x5a3869[_0x4a5842(0x18f)])):{};return{[_0x4d39d6]:{'browser':_0xc9a1f[_0x4a5842(0x187)]||_0x38fb20[_0x4a5842(0x1ae)],'browser_version':_0xc9a1f[_0x4a5842(0x17c)]||_0x38fb20[_0x4a5842(0x17c)],'capabilities':_0x38fb20,'platform':_0xc9a1f[_0x4a5842(0x1ad)],'platform_version':_0xc9a1f[_0x4a5842(0x1a8)],'product':_0x5a3869[_0x4a5842(0x16f)](getObservabilityLinkedProductName,_0x38fb20),'session_id':_0xc9a1f[_0x4a5842(0x194)]}};}}},exports[a3_0x3e60dc(0x1ab)]=_0x1f29c4=>{const _0x18c822=a3_0x3e60dc,_0x114c03={'voyaK':function(_0xcec242){return _0xcec242();},'Msymf':function(_0x137018,_0x306725){return _0x137018===_0x306725;},'qcQvJ':_0x18c822(0x190),'pDoSV':function(_0x500745,_0x4a399b){return _0x500745>_0x4a399b;},'qcoSz':function(_0x2a8f,_0x78797b){return _0x2a8f(_0x78797b);},'IRWCL':_0x18c822(0x196),'DleTS':function(_0x398b65,_0x112d52){return _0x398b65===_0x112d52;},'JAdRx':_0x18c822(0x175),'itHZY':'playwright-chromium','IVumn':_0x18c822(0x18e),'mFUbK':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.'};if(_0x114c03[_0x18c822(0x18c)](isAccessibilityAutomationSession)){const _0x4de8e6=_0x1f29c4[_0x18c822(0x187)],_0x1235cc=_0x4de8e6['capabilities'];global[_0x18c822(0x16d)]=!![],!(_0x114c03[_0x18c822(0x1a6)](_0x1235cc[_0x18c822(0x1a0)],_0x114c03[_0x18c822(0x1aa)])||_0x114c03[_0x18c822(0x1a5)](_0x114c03[_0x18c822(0x183)](parseInt,_0x1235cc[_0x18c822(0x1a0)]),0x5e))&&(logger[_0x18c822(0x17a)](_0x114c03[_0x18c822(0x1b4)]),global[_0x18c822(0x16d)]=![]),!(_0x114c03[_0x18c822(0x191)](_0x1235cc[_0x18c822(0x1ae)],_0x114c03['JAdRx'])||_0x114c03['DleTS'](_0x1235cc[_0x18c822(0x1ae)],_0x114c03[_0x18c822(0x16b)]))&&(logger[_0x18c822(0x17a)](_0x114c03[_0x18c822(0x18b)]),global[_0x18c822(0x16d)]=![]),!_0x114c03['qcoSz'](isUndefined,_0x1235cc[_0x18c822(0x19c)])&&(logger['warn'](_0x114c03[_0x18c822(0x170)]),global[_0x18c822(0x16d)]=![]);}},exports['shouldPatchExecuteScript']=_0x339c48=>{const _0xa02ccf=a3_0x3e60dc,_0xa0fae2={};_0xa0fae2[_0xa02ccf(0x182)]=function(_0x3ab3df,_0x5cddcb){return _0x3ab3df!==_0x5cddcb;},_0xa0fae2[_0xa02ccf(0x1b5)]='string',_0xa0fae2['JJYIo']=_0xa02ccf(0x171),_0xa0fae2[_0xa02ccf(0x1ac)]=_0xa02ccf(0x1b3);const _0x1e646e=_0xa0fae2;if(!_0x339c48)return![];else{if(_0x1e646e[_0xa02ccf(0x182)](typeof _0x339c48,_0x1e646e[_0xa02ccf(0x1b5)]))return!![];}return!_0x339c48['includes'](_0x1e646e[_0xa02ccf(0x195)])&&!_0x339c48[_0xa02ccf(0x189)](_0x1e646e['TWyAA']);};function a3_0xed6e(){const _0x30e0b0=['parse','browser','Playwright','includes','platformVersion','IVumn','voyaK','2745135zbXhBb','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','svNwL','latest','DleTS','osVersion','swsZh','bsSessionId','JJYIo','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','../../helpers/accessibility-automation/helper','cloudProvider','2104usNylO','bMWPt','1084928uPSNRT','deviceName','capabilities','3251508EtBQFO','searchParams','browserVersion','name','caps','bstack:options','dQyxj','pDoSV','Msymf','../../helpers/test-observability/utils','platform_version','OBJlK','qcQvJ','processWebDriverConfig','TWyAA','platform','browserName','getDetails','ngCQJ','suHSx','winstonLogger','browserstack_accessibility_automation_script','IRWCL','OOMgc','guLOa','browserWSEndpoint','VaFTh','6671RhPTPY','440798syrxRk','itHZY','zkohx','accessibilityPlatform','platformName','BNfWQ','mFUbK','browserstack_executor','get','WebDriver','constructor','chrome','../../bin/playwright/sessionDetails','unknown_grid','5449604kutZnh','264594tNnLvE','warn','ZCoMj','browser_version','sessionId','FoGDT','iEGyO','__cloud_provider___','DywHz','yEIGi','qcoSz','GLEDI','../../helpers/logger'];a3_0xed6e=function(){return _0x30e0b0;};return a3_0xed6e();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a4_0x428c39=a4_0x285c;(function(_0x56bb33,_0x3263d0){const _0x26d4ad=a4_0x285c,_0x24b96b=_0x56bb33();while(!![]){try{const _0x15ba9b=-parseInt(_0x26d4ad(0x206))/0x1*(parseInt(_0x26d4ad(0x277))/0x2)+parseInt(_0x26d4ad(0x1e1))/0x3*(-parseInt(_0x26d4ad(0x260))/0x4)+-parseInt(_0x26d4ad(0x1d5))/0x5+-parseInt(_0x26d4ad(0x1e8))/0x6+parseInt(_0x26d4ad(0x299))/0x7+-parseInt(_0x26d4ad(0x1ef))/0x8+parseInt(_0x26d4ad(0x261))/0x9;if(_0x15ba9b===_0x3263d0)break;else _0x24b96b['push'](_0x24b96b['shift']());}catch(_0x2503bc){_0x24b96b['push'](_0x24b96b['shift']());}}}(a4_0x13ee,0xa5e23));const path=require('path'),fs=require('fs'),{v4:uuidv4}=require(a4_0x428c39(0x253)),{importFileFromPWCore,nestedKeyValue,parseWSEndpoint,isUndefined}=require(a4_0x428c39(0x24d)),testOpsHelper=require(a4_0x428c39(0x214)),{getTestEnv}=require('../mocha/test-observability/mochaUtils'),{FRAMEWORKS}=require('../../helpers/test-observability/constants'),logger=require(a4_0x428c39(0x275))['winstonLogger'],SessionHandler=require('../../helpers/test-observability/sessionHandler'),RequestQueueHandler=require(a4_0x428c39(0x1e0)),PlaywrightSessionDetails=require(a4_0x428c39(0x21b)),debug=testOpsHelper[a4_0x428c39(0x1cc)],{processAccessibilityCaps}=require(a4_0x428c39(0x21e)),Constants=require('../utils/constants'),{fetchPlatformDetails}=require(a4_0x428c39(0x282)),{shouldProcessEventForTesthub,appendTesthubParams}=require(a4_0x428c39(0x258)),constants=require(a4_0x428c39(0x23c)),STATE_PASSED=a4_0x428c39(0x26f),STATE_FAILED=a4_0x428c39(0x224),a4_0x529f13={};a4_0x529f13['TEST_RUN_STARTED']=a4_0x428c39(0x273),a4_0x529f13[a4_0x428c39(0x22b)]=a4_0x428c39(0x231),a4_0x529f13[a4_0x428c39(0x1ca)]=a4_0x428c39(0x1b7),a4_0x529f13[a4_0x428c39(0x29a)]=a4_0x428c39(0x1c3),a4_0x529f13[a4_0x428c39(0x23b)]='HookRunFinished';function a4_0x285c(_0xfc7955,_0x548ae7){const _0x13eed7=a4_0x13ee();return a4_0x285c=function(_0x285ca1,_0x7ab3c2){_0x285ca1=_0x285ca1-0x1aa;let _0x958fd1=_0x13eed7[_0x285ca1];return _0x958fd1;},a4_0x285c(_0xfc7955,_0x548ae7);}const TEST_EVENTS=a4_0x529f13,parseEvent=_0x106a0b=>{const _0x2cc887=a4_0x428c39,_0x1fb26f={};_0x1fb26f[_0x2cc887(0x1fe)]=function(_0x40cece,_0x1accde){return _0x40cece<_0x1accde;},_0x1fb26f[_0x2cc887(0x266)]=function(_0x17b86e,_0x5207ca){return _0x17b86e===_0x5207ca;},_0x1fb26f[_0x2cc887(0x270)]=_0x2cc887(0x264),_0x1fb26f[_0x2cc887(0x236)]=_0x2cc887(0x1b2),_0x1fb26f[_0x2cc887(0x23a)]=_0x2cc887(0x1e3),_0x1fb26f[_0x2cc887(0x1d7)]=function(_0x3e1bb6,_0xaa6032){return _0x3e1bb6===_0xaa6032;},_0x1fb26f['WbmLu']=_0x2cc887(0x297),_0x1fb26f[_0x2cc887(0x20c)]=_0x2cc887(0x1f6);const _0xb2fe27=_0x1fb26f,_0x809652=_0x106a0b['match'](/^(.*)Run(.*)$/);if(!_0x809652)return null;if(_0xb2fe27[_0x2cc887(0x1fe)](_0x809652[_0x2cc887(0x1e7)],0x3))return null;const _0x21a77b=_0x809652[0x1]['toLowerCase'](),_0x24f8e5=_0x809652[0x2][_0x2cc887(0x259)]();return{'test':_0xb2fe27[_0x2cc887(0x266)](_0x21a77b,_0xb2fe27['cxeSh']),'hook':_0xb2fe27[_0x2cc887(0x266)](_0x21a77b,_0xb2fe27['elUWf']),'skipped':_0xb2fe27[_0x2cc887(0x266)](_0x24f8e5,_0xb2fe27['cyKGs']),'started':_0xb2fe27[_0x2cc887(0x1d7)](_0x24f8e5,_0xb2fe27[_0x2cc887(0x243)]),'finished':_0xb2fe27[_0x2cc887(0x266)](_0x24f8e5,_0xb2fe27['GYLaB'])};},mockPWBrowserType=_0x50ae5c=>{const _0x2ae725=a4_0x428c39,_0x2e7eb0={'MNQLY':function(_0x2d45df,_0x30d070,_0x2fc72a){return _0x2d45df(_0x30d070,_0x2fc72a);},'jRUWK':_0x2ae725(0x26c),'xHlhC':function(_0x243160,_0x44abc5){return _0x243160(_0x44abc5);},'WlMXm':'browserstack','BIhlU':function(_0x3e631a,_0x48b2b6,_0x5e59e4){return _0x3e631a(_0x48b2b6,_0x5e59e4);},'PpGlp':function(_0x4855ec,_0x5ed17b){return _0x4855ec(_0x5ed17b);},'UAxuw':function(_0x27c817,_0x239d6b){return _0x27c817===_0x239d6b;},'xtMbu':_0x2ae725(0x24c),'LQZZE':_0x2ae725(0x240),'pFSuf':_0x2ae725(0x1bc),'WlrAc':_0x2ae725(0x21c),'oBfdB':'Not\x20able\x20to\x20import\x20Browser','LpLNv':_0x2ae725(0x1ac),'NqDxm':'launch'},_0x50653b=path[_0x2ae725(0x23f)](_0x2e7eb0['LQZZE'],_0x2e7eb0[_0x2ae725(0x1b4)],_0x2e7eb0[_0x2ae725(0x1ce)]),_0x2c8857=_0x2e7eb0[_0x2ae725(0x1c4)](importFileFromPWCore,_0x50653b);if(!_0x2c8857){_0x2e7eb0[_0x2ae725(0x1c4)](debug,_0x2e7eb0[_0x2ae725(0x28a)]);return;}const _0x27c0e5=_0x2c8857[_0x2ae725(0x1ab)],_0x53cbcb=_0x27c0e5[_0x2ae725(0x1f3)];if(_0x53cbcb[_0x2ae725(0x1f0)])return;const _0x2a7e87=_0x53cbcb['connect'];Object[_0x2ae725(0x1fd)](_0x53cbcb,_0x2e7eb0['LpLNv'],{'get':function(){const _0x4fd34b={'KLhta':function(_0xcb4813,_0x866290){const _0x4331a4=a4_0x285c;return _0x2e7eb0[_0x4331a4(0x263)](_0xcb4813,_0x866290);},'CwrEs':_0x2e7eb0['xtMbu']};return async function _0x1528ee(_0x4d53f1,_0x27b29d){const _0xe17c6=a4_0x285c,_0x3770e6=_0x2e7eb0[_0xe17c6(0x1e2)](nestedKeyValue,_0x4d53f1,[_0x2e7eb0[_0xe17c6(0x245)]])||_0x4d53f1;let _0x56aa73=null,_0x2e9fae=null;try{[_0x2e9fae,_0x56aa73]=_0x3770e6?_0x2e7eb0[_0xe17c6(0x1d4)](parseWSEndpoint,_0x3770e6):[null,null],global[_0xe17c6(0x27e)]=_0x56aa73,logger['debug'](_0xe17c6(0x1af)+_0x2e9fae),_0x2e9fae[_0xe17c6(0x296)](Constants[_0xe17c6(0x265)])&&(global['__cloud_provider___']=_0x2e7eb0[_0xe17c6(0x1f8)]);}catch(_0x5835ca){logger['debug']('Failed\x20to\x20parse\x20wsendpoint\x20'+_0x3770e6+'\x20'+_0x5835ca);}_0x2e7eb0[_0xe17c6(0x22e)](processAccessibilityCaps,_0x56aa73,_0x2e9fae);if(global[_0xe17c6(0x25d)]){const _0x2cb12d=await _0x53cbcb[_0xe17c6(0x221)][_0xe17c6(0x1e9)](this,[''+Constants['PLAYWRIGHT_HUB_URL']+_0x2e7eb0[_0xe17c6(0x1c4)](encodeURIComponent,JSON['stringify'](_0x56aa73))]);return PlaywrightSessionDetails['setupBrowserDetails'](_0x2cb12d,_0x50ae5c,_0x3770e6),_0x2cb12d;}return _0x2a7e87[_0xe17c6(0x1e9)](this,arguments)[_0xe17c6(0x21d)](_0x56c691=>{const _0x264cba=_0xe17c6;let _0x46935c=_0x4d53f1[_0x264cba(0x26c)];return _0x4fd34b[_0x264cba(0x298)](typeof _0x4d53f1,_0x4fd34b['CwrEs'])&&(_0x46935c=_0x4d53f1),PlaywrightSessionDetails[_0x264cba(0x20e)](_0x56c691,_0x50ae5c,_0x46935c),_0x56c691;});};}});const _0xcf8b2a=_0x53cbcb[_0x2ae725(0x203)];Object[_0x2ae725(0x1fd)](_0x53cbcb,_0x2e7eb0['NqDxm'],{'get':function(){return async function _0x1af1d2(){const _0x38142b=a4_0x285c;return _0xcf8b2a['apply'](this,arguments)[_0x38142b(0x21d)](_0x37d664=>{const _0xde53f3=_0x38142b;return PlaywrightSessionDetails[_0xde53f3(0x20e)](_0x37d664,null),_0x37d664;});};}});};class O11yHelper{[a4_0x428c39(0x285)]=null;[a4_0x428c39(0x24b)]=null;[a4_0x428c39(0x1da)]=![];[a4_0x428c39(0x289)]=![];constructor(_0x26b7bc,_0x1f1827){const _0x12b9af=a4_0x428c39,_0x5cc159={'Rvjih':_0x12b9af(0x249),'Xqzcd':function(_0x5da344){return _0x5da344();},'EgYQN':function(_0x345bb1,_0x4dccb4){return _0x345bb1===_0x4dccb4;},'TCZQc':_0x12b9af(0x1c2),'OFprR':function(_0x515b77,_0x2e524e){return _0x515b77(_0x2e524e);}},_0x5a7294=_0x5cc159['Rvjih'][_0x12b9af(0x217)]('|');let _0x4cfe9a=0x0;while(!![]){switch(_0x5a7294[_0x4cfe9a++]){case'0':this[_0x12b9af(0x1da)]=_0x5cc159[_0x12b9af(0x27a)](shouldProcessEventForTesthub);continue;case'1':this[_0x12b9af(0x289)]=_0x1f1827[_0x12b9af(0x289)];continue;case'2':this[_0x12b9af(0x279)]&&_0x5cc159['EgYQN'](this[_0x12b9af(0x279)][_0x12b9af(0x248)]['name'],_0x5cc159[_0x12b9af(0x200)])&&_0x5cc159[_0x12b9af(0x1b6)](mockPWBrowserType,null);continue;case'3':this[_0x12b9af(0x279)]=_0x26b7bc;continue;case'4':this['_paths']=new testOpsHelper['PathHelper']({'cwd':process[_0x12b9af(0x26d)]()},this[_0x12b9af(0x1c8)][_0x12b9af(0x222)]);continue;case'5':this['_testEnv']=_0x5cc159['Xqzcd'](getTestEnv);continue;}break;}}[a4_0x428c39(0x202)](){const _0x2e3d57=a4_0x428c39;if(!this[_0x2e3d57(0x1da)])return;testOpsHelper[_0x2e3d57(0x1ed)](),process[_0x2e3d57(0x26e)](_0x2e3d57(0x215)+process['pid']),process['on']('bs:addLog:'+process['pid'],this[_0x2e3d57(0x28d)][_0x2e3d57(0x262)](this));}async[a4_0x428c39(0x24a)](){const _0x58325e=a4_0x428c39;await RequestQueueHandler[_0x58325e(0x278)]()[_0x58325e(0x1bf)]();}async['appendTestItemLog'](_0x270cb9){const _0x245eda=a4_0x428c39,_0x10c463={'fiYzp':_0x245eda(0x251),'bkCzC':function(_0x36a977,_0x4f743e){return _0x36a977(_0x4f743e);}};try{this['currentHook']&&!this['currentHook']['markedStatus']&&(_0x270cb9['hook_run_uuid']=this['currentHook']['hookAnalyticsId']);!_0x270cb9['hook_run_uuid']&&this[_0x245eda(0x285)]&&!this['currentTest'][_0x245eda(0x269)]&&(_0x270cb9['test_run_uuid']=this[_0x245eda(0x285)][_0x245eda(0x284)]);if(_0x270cb9[_0x245eda(0x207)]||_0x270cb9['test_run_uuid']){const _0x455fd1={};_0x455fd1[_0x245eda(0x205)]=_0x10c463['fiYzp'],_0x455fd1[_0x245eda(0x1eb)]=[_0x270cb9],await SessionHandler['uploadEventData'](_0x455fd1);}}catch(_0x5e148b){_0x10c463[_0x245eda(0x286)](debug,_0x245eda(0x23d)+constants['TEST_REPORTING_ANALYTICS']+_0x245eda(0x276)+_0x5e148b);}}async['sendCBTInfo'](_0x1b2818){const _0x205e46=a4_0x428c39,_0x289e7c={'qWDnR':_0x205e46(0x1ea),'qQrLA':function(_0x181239,_0xf89f8b){return _0x181239(_0xf89f8b);}};if(!this[_0x205e46(0x1da)])return;const _0x30c584=this[_0x205e46(0x1cb)](this['driver']);try{const _0x4e01dd={};_0x4e01dd[_0x205e46(0x253)]=_0x1b2818,_0x4e01dd[_0x205e46(0x1ae)]=_0x30c584;const _0x31dec8=_0x4e01dd,_0x1e5eae={};_0x1e5eae['event_type']=_0x289e7c[_0x205e46(0x25f)],_0x1e5eae[_0x205e46(0x28f)]=_0x31dec8,await SessionHandler[_0x205e46(0x1e4)](_0x1e5eae);}catch(_0xfbe2d1){_0x289e7c[_0x205e46(0x22c)](debug,_0x205e46(0x209)+constants[_0x205e46(0x201)]+_0x205e46(0x276)+_0xfbe2d1);}}[a4_0x428c39(0x1cb)](_0x4b7b0a){const _0x1de62a=a4_0x428c39,_0x182ec1={'BmnCU':function(_0x54a891,_0x397d0b){return _0x54a891(_0x397d0b);}};return _0x182ec1[_0x1de62a(0x21a)](fetchPlatformDetails,_0x4b7b0a);}['resetSkipTestHooks']=_0xa7b5d3=>{const _0x407006=a4_0x428c39,_0x39cadd={};_0x39cadd[_0x407006(0x22f)]=_0x407006(0x272),_0x39cadd[_0x407006(0x287)]=_0x407006(0x208);const _0x146281=_0x39cadd;if(!_0xa7b5d3||!_0xa7b5d3[_0x407006(0x252)])return;[_0x146281['xfHVN'],_0x146281[_0x407006(0x287)]][_0x407006(0x242)](_0xfce72c=>{const _0x1091f9=_0x407006,_0x476b1d=_0xa7b5d3[_0x1091f9(0x252)][_0xfce72c];_0x476b1d[_0x1091f9(0x242)](_0x9651eb=>{const _0x3c3d17=_0x1091f9;_0x9651eb['hookAnalyticsId']&&(_0x9651eb[_0x3c3d17(0x288)]=null);});});};['mapTestHooks'](_0x4cc984){const _0x3950d5=a4_0x428c39,_0x2bea07={'gPdVj':_0x3950d5(0x294),'sORCz':function(_0xcf6462){return _0xcf6462();},'pIusI':function(_0x50aa59,_0x28871a){return _0x50aa59===_0x28871a;},'uehlX':_0x3950d5(0x208),'ycEZo':function(_0x59df21){return _0x59df21();},'XgdBn':'_beforeAll','KcRll':_0x3950d5(0x1d1),'Pitnq':_0x3950d5(0x272)};if(!_0x4cc984||!_0x4cc984[_0x3950d5(0x252)])return;[_0x2bea07[_0x3950d5(0x1d9)],_0x2bea07[_0x3950d5(0x283)],_0x2bea07[_0x3950d5(0x254)],_0x2bea07['uehlX']][_0x3950d5(0x242)](_0x106b15=>{const _0x2a79d3=_0x3950d5,_0x5b6b98={'sLbRZ':_0x2bea07['gPdVj'],'jiveJ':function(_0x8da952){return _0x2bea07['sORCz'](_0x8da952);},'VQCwV':function(_0x5e6e67,_0x41b1bb){const _0x3eb3ca=a4_0x285c;return _0x2bea07[_0x3eb3ca(0x232)](_0x5e6e67,_0x41b1bb);},'GRjTj':_0x2bea07['uehlX'],'xgLWp':function(_0x15c363){const _0x583922=a4_0x285c;return _0x2bea07[_0x583922(0x267)](_0x15c363);}},_0x10bab1=_0x4cc984['parent'][_0x106b15]||[];_0x10bab1[_0x2a79d3(0x242)](_0x3c7bd1=>{const _0x430f65=_0x2a79d3;if(_0x3c7bd1[_0x430f65(0x20f)]['includes'](_0x5b6b98[_0x430f65(0x220)]))return;if(!_0x3c7bd1['hookAnalyticsId'])_0x3c7bd1[_0x430f65(0x288)]=_0x5b6b98[_0x430f65(0x1aa)](uuidv4);else _0x3c7bd1['markedStatus']&&_0x5b6b98[_0x430f65(0x1ba)](_0x106b15,_0x5b6b98[_0x430f65(0x1f1)])&&(_0x3c7bd1[_0x430f65(0x288)]=_0x5b6b98[_0x430f65(0x293)](uuidv4),delete _0x3c7bd1[_0x430f65(0x269)]);});}),this[_0x3950d5(0x1d3)](_0x4cc984['parent']);}[a4_0x428c39(0x1e6)](_0x22417e){const _0xccda86=a4_0x428c39,_0x4df0a6={};_0x4df0a6[_0xccda86(0x1c9)]=_0xccda86(0x1bb),_0x4df0a6[_0xccda86(0x235)]=_0xccda86(0x1d1),_0x4df0a6['boLRK']=_0xccda86(0x272),_0x4df0a6[_0xccda86(0x1c7)]=_0xccda86(0x208);const _0x34db97=_0x4df0a6;if(!_0x22417e||!_0x22417e[_0xccda86(0x252)])return[];const _0x36dafd=[];return[_0x34db97[_0xccda86(0x1c9)],_0x34db97[_0xccda86(0x235)],_0x34db97[_0xccda86(0x1cf)],_0x34db97[_0xccda86(0x1c7)]]['forEach'](_0x3608c6=>{const _0x5d9822=_0x22417e['parent'][_0x3608c6]||[];_0x5d9822['forEach'](_0x5a2c97=>{const _0x101886=a4_0x285c;_0x5a2c97[_0x101886(0x288)]&&_0x36dafd[_0x101886(0x1c0)](_0x5a2c97[_0x101886(0x288)]);});}),[]['concat'](_0x36dafd,this[_0xccda86(0x1e6)](_0x22417e[_0xccda86(0x252)]));}[a4_0x428c39(0x223)](_0x340067){const _0x1f3cc0=a4_0x428c39,_0x109c1b=/^"(?<hook>.*)" hook:.*$/,_0x1eeea8=_0x340067['title'],_0x1986e5=_0x1eeea8['match'](_0x109c1b);if(_0x1986e5&&_0x1986e5['groups'])return _0x1986e5[_0x1f3cc0(0x234)]['hook'][_0x1f3cc0(0x1b1)]()[_0x1f3cc0(0x27c)]('\x20','_');return null;}[a4_0x428c39(0x1bd)](_0x2577f2){const _0x28da41=a4_0x428c39,_0x47735b={};_0x47735b[_0x28da41(0x238)]=function(_0x3de50d,_0x19507f){return _0x3de50d===_0x19507f;},_0x47735b[_0x28da41(0x241)]=function(_0x347855,_0x18025b){return _0x347855===_0x18025b;},_0x47735b[_0x28da41(0x246)]=_0x28da41(0x26b),_0x47735b[_0x28da41(0x1ee)]=_0x28da41(0x24f);const _0x586043=_0x47735b,_0x403742=path[_0x28da41(0x1b9)];if(_0x586043[_0x28da41(0x238)](_0x2577f2,null)||_0x586043['hsrqK'](_0x2577f2,'')||_0x586043['bCbwP'](_0x2577f2,_0x403742)||_0x586043['bCbwP'](_0x2577f2,path[_0x28da41(0x255)](_0x2577f2)))return null;try{return fs[_0x28da41(0x1fa)](path['join'](_0x2577f2,_0x586043['TNZpn'],_0x586043[_0x28da41(0x1ee)])),_0x2577f2;}catch(_0x4550fe){const _0x3c8079=path['dirname'](_0x2577f2);return this['findGitConfig'](_0x3c8079);}}['getRootParentFile'](_0xb557de){const _0x4fea92=a4_0x428c39,_0x5c873a={};_0x5c873a[_0x4fea92(0x213)]=function(_0x4e2ae8,_0x5c85ea){return _0x4e2ae8>_0x5c85ea;};const _0x55ed75=_0x5c873a;if(_0xb557de[_0x4fea92(0x1b8)])return _0xb557de['file'];if(_0xb557de[_0x4fea92(0x27d)]){const _0x1e6231=_0xb557de['ctx'][_0x4fea92(0x285)]?this[_0x4fea92(0x28b)](_0xb557de[_0x4fea92(0x27d)][_0x4fea92(0x285)]):null;if(_0x1e6231)return _0x1e6231;}if(_0xb557de[_0x4fea92(0x252)]){const _0x60b22b=this[_0x4fea92(0x28b)](_0xb557de[_0x4fea92(0x252)])||(_0xb557de['parent']['ctx']&&_0xb557de[_0x4fea92(0x252)][_0x4fea92(0x27d)]['currentTest']?this[_0x4fea92(0x28b)](_0xb557de['parent'][_0x4fea92(0x27d)]['currentTest']):null);if(_0x60b22b)return _0x60b22b;_0xb557de['parent']['suites']&&_0x55ed75[_0x4fea92(0x213)](_0xb557de[_0x4fea92(0x252)][_0x4fea92(0x1b0)][_0x4fea92(0x1e7)],0x0)&&_0xb557de[_0x4fea92(0x252)]['suites']['forEach'](_0x5bfb61=>{const _0x4c4d78=_0x4fea92,_0x36db5b=_0x5bfb61['ctx']?this[_0x4c4d78(0x28b)](_0x5bfb61[_0x4c4d78(0x27d)]):null;if(_0x36db5b)return _0x36db5b;});}return null;}['getHierarchy'](_0x4077e4){const _0x137b20=a4_0x428c39,_0x39c8d8={};_0x39c8d8[_0x137b20(0x218)]=function(_0x6d53c9,_0x1f0872){return _0x6d53c9!==_0x1f0872;};const _0x55097e=_0x39c8d8,_0x3b232a=[];if(_0x4077e4&&_0x4077e4[_0x137b20(0x252)]){let _0x3da396=_0x4077e4[_0x137b20(0x252)];while(_0x3da396&&_0x55097e['rdQEh'](_0x3da396[_0x137b20(0x20f)],'')){_0x3b232a[_0x137b20(0x1c0)](_0x3da396[_0x137b20(0x20f)]),_0x3da396=_0x3da396[_0x137b20(0x252)];}}return _0x3b232a;}['captureEvent'](_0x533daa,_0x26a196,_0x1145ca=undefined){const _0xa7b234=a4_0x428c39,_0x43668e={'HRjcu':function(_0x4c3496,_0x2fea7a){return _0x4c3496(_0x2fea7a);},'SfzSU':function(_0x1bd53f){return _0x1bd53f();},'EOUAr':function(_0xbcba80){return _0xbcba80();},'CfZtU':'util','CelNM':'err','IPrzL':function(_0xbf3ad0,_0x223bd9){return _0xbf3ad0!==_0x223bd9;},'XajIm':function(_0x117858,_0x43ae17){return _0x117858!==_0x43ae17;},'NtjEP':_0xa7b234(0x239),'udcav':_0xa7b234(0x1f2),'LpIqZ':_0xa7b234(0x224),'KbYJI':_0xa7b234(0x26f),'BEpyn':'skipped','aMaod':_0xa7b234(0x237),'peIPe':function(_0x1eb617,_0x1155b4){return _0x1eb617-_0x1155b4;},'ceaMN':function(_0x1c5b73,_0x399a8c,_0x3fb64e,_0x5bf7b6,_0xcc9a8e){return _0x1c5b73(_0x399a8c,_0x3fb64e,_0x5bf7b6,_0xcc9a8e);},'gAssa':function(_0x2b38fd,_0x370415){return _0x2b38fd!==_0x370415;},'LneNm':_0xa7b234(0x1ae),'RYoLU':'meta','vFsJt':_0xa7b234(0x23e),'tlgXa':_0xa7b234(0x1c5),'WZZEY':_0xa7b234(0x1df),'GXUxx':'failure_reason_expanded','mWhTu':_0xa7b234(0x295),'PCBhY':function(_0x4010c4,_0x43b150){return _0x4010c4===_0x43b150;},'Hkgnk':'hook_run','jOArJ':_0xa7b234(0x28f)};if(!this['enabled'])return;try{if(_0x26a196['fn']&&_0x26a196['fn']['toString']()[_0xa7b234(0x27f)](/browserstack internal helper hook/))return;const _0x4429ed=_0x43668e[_0xa7b234(0x27b)](parseEvent,_0x533daa);if(!_0x4429ed)return;if(_0x4429ed[_0xa7b234(0x264)]){this['currentTest']=_0x26a196,this[_0xa7b234(0x24b)]=null;if(_0x4429ed[_0xa7b234(0x297)]||_0x4429ed[_0xa7b234(0x1e3)]){_0x26a196[_0xa7b234(0x25b)]=new Date(),_0x26a196[_0xa7b234(0x269)]=![];if(!_0x26a196[_0xa7b234(0x284)])_0x26a196[_0xa7b234(0x284)]=_0x43668e[_0xa7b234(0x20b)](uuidv4);else _0x26a196[_0xa7b234(0x269)]&&(!_0x26a196['retryOf']&&(_0x26a196[_0xa7b234(0x1c6)]=_0x26a196[_0xa7b234(0x284)]),_0x26a196['testAnalyticsId']=_0x43668e[_0xa7b234(0x20b)](uuidv4));}}else{if(_0x4429ed[_0xa7b234(0x1b2)]){this[_0xa7b234(0x24b)]=_0x26a196;if(_0x4429ed[_0xa7b234(0x297)]){_0x26a196[_0xa7b234(0x25b)]=new Date(),_0x26a196['markedStatus']=![];if(!_0x26a196[_0xa7b234(0x288)])_0x26a196['hookAnalyticsId']=_0x43668e[_0xa7b234(0x20b)](uuidv4);else _0x26a196['hookAnalyticsId']&&_0x26a196[_0xa7b234(0x269)]&&(_0x26a196[_0xa7b234(0x288)]=_0x43668e[_0xa7b234(0x1de)](uuidv4));}}}if(_0x4429ed[_0xa7b234(0x1f6)]&&_0x26a196[_0xa7b234(0x269)])return;let _0x166e1f;try{_0x166e1f=this[_0xa7b234(0x28b)](_0x26a196);}catch(_0x57fa5a){logger[_0xa7b234(0x1cc)]('failed\x20to\x20get\x20root\x20parent\x20file\x20'+_0x57fa5a),_0x166e1f=null;}const _0x464384=_0x43668e[_0xa7b234(0x27b)](require,_0x43668e[_0xa7b234(0x1d8)]);let _0xb01f59=[];_0x1145ca&&(_0xb01f59=[_0x1145ca,_0x43668e[_0xa7b234(0x1db)]]);const _0x18cc8e=_0x43668e['IPrzL'](_0x26a196[_0xa7b234(0x28c)],undefined)?_0x464384['inspect'](_0x26a196[_0xa7b234(0x28c)][0x0]):_0x43668e['XajIm'](_0x1145ca,undefined)?_0x1145ca['toString']():undefined,_0x464f75=_0x166e1f?this[_0xa7b234(0x1bd)](_0x166e1f):null,_0x1e10fb=_0x166e1f?this[_0xa7b234(0x1dc)][_0xa7b234(0x1ad)](this[_0xa7b234(0x28b)](_0x26a196)):_0x43668e['NtjEP'];let _0xf20aaa=_0x43668e[_0xa7b234(0x211)];const _0xa75f5=!_0x4429ed[_0xa7b234(0x297)]?new Date()['toISOString']():null;if(_0x4429ed[_0xa7b234(0x1f6)])_0xf20aaa=_0x1145ca?_0x43668e[_0xa7b234(0x290)]:_0x43668e['KbYJI'],_0x26a196[_0xa7b234(0x269)]=!![];else _0x4429ed[_0xa7b234(0x1e3)]&&(_0xf20aaa=_0x43668e[_0xa7b234(0x24e)],_0x26a196[_0xa7b234(0x269)]=!![]);const _0xfaa638={'framework':this[_0xa7b234(0x289)],'uuid':_0x26a196[_0xa7b234(0x284)]||_0x26a196[_0xa7b234(0x288)],'name':_0x26a196['title'],'body':{'lang':_0x43668e['aMaod'],'code':_0x26a196[_0xa7b234(0x1f4)][_0xa7b234(0x25c)]()},'type':_0x26a196[_0xa7b234(0x1d0)],'scope':_0x26a196['fullTitle'](),'scopes':this['getHierarchy'](_0x26a196),'file_name':_0x1e10fb,'vc_filepath':_0x464f75?path[_0xa7b234(0x250)](_0x464f75,_0x166e1f):null,'location':_0x1e10fb,'result':_0xf20aaa,'failure_reason':_0x18cc8e,'duration_in_ms':_0x26a196[_0xa7b234(0x20d)]||(_0x4429ed[_0xa7b234(0x1f6)]||_0x4429ed[_0xa7b234(0x1e3)])?_0x43668e[_0xa7b234(0x21f)](Date[_0xa7b234(0x1fb)](),new Date(_0x26a196[_0xa7b234(0x25b)])[_0xa7b234(0x216)]()):null,'started_at':new Date(_0x26a196[_0xa7b234(0x25b)])['toISOString'](),'finished_at':_0xa75f5,'failure':testOpsHelper['failureData']['apply'](null,_0xb01f59),'failure_type':!_0x18cc8e?null:testOpsHelper[_0xa7b234(0x291)](_0x18cc8e),'retry_of':_0x26a196['retryOf']||null,'tags':_0x26a196[_0xa7b234(0x256)]||[],'customRerunParam':{'rerun_name':_0x26a196[_0xa7b234(0x1b5)]()}};_0x43668e[_0xa7b234(0x1e5)](appendTesthubParams,_0xfaa638,_0x533daa,_0x26a196,FRAMEWORKS[_0xa7b234(0x1cd)]);if(_0x4429ed[_0xa7b234(0x1b2)])[_0xfaa638[_0xa7b234(0x257)],_0xfaa638[_0xa7b234(0x20a)]]=[this[_0xa7b234(0x223)](_0x26a196),_0x26a196[_0xa7b234(0x27d)][_0xa7b234(0x264)][_0xa7b234(0x20f)]],_0x4429ed['finished']?_0x43668e['gAssa'](_0xfaa638['result'],_0x43668e[_0xa7b234(0x290)])&&(_0xfaa638[_0xa7b234(0x226)]=_0x43668e[_0xa7b234(0x1ff)]):_0xfaa638[_0xa7b234(0x1f4)]={};else _0x4429ed[_0xa7b234(0x264)]&&(this[_0xa7b234(0x1d3)](_0x26a196),_0x4429ed[_0xa7b234(0x1e3)]&&this[_0xa7b234(0x1f7)](_0x26a196),(_0x4429ed[_0xa7b234(0x1f6)]||_0x4429ed[_0xa7b234(0x1e3)])&&(_0xfaa638[_0xa7b234(0x1f5)]=this[_0xa7b234(0x1e6)](_0x26a196)));this['driver']&&(_0x4429ed[_0xa7b234(0x297)]||_0x4429ed['skipped'])&&(_0xfaa638[_0x43668e[_0xa7b234(0x280)]]=this[_0xa7b234(0x1cb)](this['driver']));_0x4429ed['test']&&_0x4429ed[_0xa7b234(0x1f6)]&&_0x26a196[_0xa7b234(0x1d6)]&&(_0xfaa638[_0x43668e['RYoLU']]={'feature':{'name':_0x26a196['parent'][_0xa7b234(0x1d2)][_0xa7b234(0x20a)],'path':_0xfaa638[_0xa7b234(0x228)],'description':_0x26a196[_0xa7b234(0x252)]['comment']},'scenario':{'name':_0x26a196[_0xa7b234(0x20f)]},'steps':_0x26a196[_0xa7b234(0x1d6)]});const _0x223df8=_0xfaa638[_0x43668e[_0xa7b234(0x225)]][0x0];_0x223df8&&(_0xfaa638[_0x43668e['tlgXa']]=_0x223df8[_0x43668e['WZZEY']],_0xfaa638[_0x43668e['GXUxx']]=_0x223df8[_0x43668e['mWhTu']]);if(_0x26a196['bddSteps'])for(const _0x47a539 of _0x26a196[_0xa7b234(0x1d6)]){!_0x47a539[_0xa7b234(0x292)]&&(_0x47a539[_0xa7b234(0x292)]=new Date()[_0xa7b234(0x233)](),_0x43668e[_0xa7b234(0x281)](_0x47a539[_0xa7b234(0x226)],_0x43668e[_0xa7b234(0x211)])&&(_0x223df8?(_0x47a539[_0xa7b234(0x226)]=_0x43668e[_0xa7b234(0x290)],_0x47a539[_0xa7b234(0x23e)]=_0x223df8[_0x43668e[_0xa7b234(0x1dd)]][0x0]):_0x47a539[_0xa7b234(0x226)]=_0x43668e[_0xa7b234(0x1ff)]));}const _0x4fc390={};_0x4fc390[_0xa7b234(0x205)]=_0x4429ed[_0xa7b234(0x1e3)]?TEST_EVENTS['TEST_RUN_FINISHED']:_0x533daa;const _0x9a76c=_0x4fc390;return _0x4429ed[_0xa7b234(0x1b2)]?_0x9a76c[_0x43668e[_0xa7b234(0x229)]]=_0xfaa638:_0x9a76c[_0x43668e[_0xa7b234(0x204)]]=_0xfaa638,_0x9a76c;}catch(_0x1002af){logger[_0xa7b234(0x1cc)](_0xa7b234(0x219)+_0x533daa+_0xa7b234(0x276)+_0x1002af);}}async[a4_0x428c39(0x22d)](_0x4881d9,_0x1a2020){const _0x173781=a4_0x428c39;if(!this['enabled']||!_0x1a2020||!_0x4881d9)return![];try{return await SessionHandler[_0x173781(0x1e4)](_0x1a2020);}catch(_0xe94c68){logger['debug'](_0x173781(0x274)+_0x4881d9+'\x20with\x20error\x20:\x20'+_0xe94c68);}}[a4_0x428c39(0x1f9)](_0x5466ee){const _0x265b32=a4_0x428c39,_0x26de7a={};_0x26de7a[_0x265b32(0x1fc)]=_0x265b32(0x1f2);const _0xf82427=_0x26de7a;return{'id':_0x5466ee['stepAnalyticsId'],'text':_0x5466ee[_0x265b32(0x212)],'keyword':_0x5466ee[_0x265b32(0x227)],'started_at':_0x5466ee[_0x265b32(0x25b)][_0x265b32(0x233)](),'result':_0xf82427['SwjuL']};}[a4_0x428c39(0x28e)](_0x1ea82d){const _0x1d6d21=a4_0x428c39,_0x1dcf02={'qsGpc':function(_0xb2cd9c){return _0xb2cd9c();}};!this[_0x1d6d21(0x285)]['bddSteps']&&(this['currentTest'][_0x1d6d21(0x1d6)]=[]),!_0x1ea82d['stepAnalyticsId']&&(_0x1ea82d[_0x1d6d21(0x22a)]=_0x1dcf02[_0x1d6d21(0x247)](uuidv4),_0x1ea82d[_0x1d6d21(0x25b)]=new Date(),this[_0x1d6d21(0x285)][_0x1d6d21(0x1d6)][_0x1d6d21(0x1c0)](this[_0x1d6d21(0x1f9)](_0x1ea82d)));}['bddStepFinish'](_0x1d2bda){const _0x2c37a9=a4_0x428c39,_0x40a2ec={'UnMpS':function(_0x4e66f3,_0x2cd9e7){return _0x4e66f3(_0x2cd9e7);},'fJoUH':_0x2c37a9(0x1be),'PVNAM':_0x2c37a9(0x1f2),'FMgSj':_0x2c37a9(0x26f),'hAekk':function(_0x3f30b8,_0x3ddaa5){return _0x3f30b8-_0x3ddaa5;}};let _0x1db4f2=this[_0x2c37a9(0x285)][_0x2c37a9(0x1d6)][_0x2c37a9(0x26a)](_0x536d95=>_0x536d95['id']===_0x1d2bda[_0x2c37a9(0x22a)]);_0x40a2ec[_0x2c37a9(0x210)](isUndefined,_0x1db4f2)&&(_0x1db4f2=this[_0x2c37a9(0x1f9)](_0x1d2bda)),_0x1db4f2[_0x2c37a9(0x226)]=[_0x40a2ec['fJoUH'],_0x40a2ec[_0x2c37a9(0x1c1)]][_0x2c37a9(0x296)](_0x1d2bda[_0x2c37a9(0x25e)])?_0x40a2ec[_0x2c37a9(0x1b3)]:_0x1d2bda[_0x2c37a9(0x25e)],_0x1db4f2[_0x2c37a9(0x292)]=new Date()[_0x2c37a9(0x233)](),_0x1db4f2['duration']=_0x40a2ec[_0x2c37a9(0x25a)](Date[_0x2c37a9(0x1fb)](),_0x1d2bda[_0x2c37a9(0x25b)][_0x2c37a9(0x216)]()),_0x1db4f2[_0x2c37a9(0x23e)]=_0x1d2bda['err']?_0x1d2bda[_0x2c37a9(0x244)]['message']:null;}}const a4_0x448132={};a4_0x448132[a4_0x428c39(0x268)]=O11yHelper,a4_0x448132[a4_0x428c39(0x271)]=STATE_PASSED,a4_0x448132['STATE_FAILED']=STATE_FAILED,a4_0x448132[a4_0x428c39(0x1ec)]=TEST_EVENTS,module[a4_0x428c39(0x230)]=a4_0x448132;function a4_0x13ee(){const _0x54aa97=['hookAnalyticsId','frameworkName','oBfdB','getRootParentFile','errorsDetailed','appendTestItemLog','bddStepStart','test_run','LpIqZ','getFailureType','finished_at','xgLWp','codeceptjs','expanded','includes','started','KLhta','2450000nfqYFp','HOOK_RUN_STARTED','jiveJ','BrowserType','connect','prefixTestPath','integrations','Checking\x20for\x20accessibility\x20automation\x20session\x20with\x20','suites','toUpperCase','hook','FMgSj','pFSuf','fullTitle','OFprR','TestRunSkipped','file','sep','VQCwV','_beforeAll','client','findGitConfig','success','shutdown','push','PVNAM','Playwright','HookRunStarted','PpGlp','failure_backtrace','retryOf','RZpJd','_testEnv','DPUsh','TEST_RUN_SKIPPED','getCBTInfo','debug','CODECEPT','WlrAc','boLRK','type','_afterAll','feature','mapTestHooks','xHlhC','5254560HsPZYq','bddSteps','UlVPL','CfZtU','XgdBn','enabled','CelNM','_paths','WZZEY','EOUAr','backtrace','../../helpers/test-observability/requestQueueHandler','1047CVywqV','MNQLY','skipped','uploadEventData','ceaMN','getHooksForTest','length','602166QZJZuL','apply','CBTSessionCreated','logs','TEST_EVENTS','patchConsoleLogger','Biapz','1588192rZSujw','obsBrowserTypeMockApplied','GRjTj','pending','prototype','body','hooks','finished','resetSkipTestHooks','WlMXm','initializeBddStep','statSync','now','SwjuL','defineProperty','AtzVZ','KbYJI','TCZQc','TEST_REPORTING_ANALYTICS','start','launch','jOArJ','event_type','1818ZbGTCX','hook_run_uuid','_afterEach','Exception\x20in\x20uploading\x20platform\x20details\x20to\x20','name','SfzSU','GYLaB','duration','setupBrowserDetails','title','UnMpS','udcav','text','AQxEV','../../helpers/test-observability/utils','bs:addLog:','getTime','split','rdQEh','Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20','BmnCU','../playwright/sessionDetails','browserType.js','then','../playwright/accessibility-helper','peIPe','sLbRZ','connectOverCDP','location_prefix','getHookType','failed','vFsJt','result','keyword','file_name','Hkgnk','stepAnalyticsId','TEST_RUN_FINISHED','qQrLA','fireEvent','BIhlU','xfHVN','exports','TestRunFinished','pIusI','toISOString','groups','kFmlD','elUWf','javascript','bCbwP','File\x20path\x20could\x20not\x20be\x20found','cyKGs','HOOK_RUN_FINISHED','../utils/constants','Exception\x20in\x20uploading\x20log\x20data\x20to\x20','failure','join','lib','hsrqK','forEach','WbmLu','err','jRUWK','TNZpn','qsGpc','constructor','0|1|3|5|4|2','stop','currentHook','string','../../helpers/helper','BEpyn','config','relative','LogCreated','parent','uuid','Pitnq','dirname','tags','hook_type','../../helpers/testhub/utils.js','toLowerCase','hAekk','startedAt','toString','accessibilityPlatform','status','qWDnR','5108MTWTsi','26961759WGRwac','bind','UAxuw','test','BROWSERSTACK','alPHs','ycEZo','O11yHelper','markedStatus','find','.git','wsEndpoint','cwd','removeAllListeners','passed','cxeSh','STATE_PASSED','_beforeEach','TestRunStarted','Exception\x20in\x20sending\x20test\x20data\x20for\x20event\x20','../../helpers/logger','\x20with\x20error\x20:\x20','958rtfGEz','getInstance','driver','Xqzcd','HRjcu','replace','ctx','__platformCaps','match','LneNm','PCBhY','./helper.js','KcRll','testAnalyticsId','currentTest','bkCzC','EUuXp'];a4_0x13ee=function(){return _0x54aa97;};return a4_0x13ee();}
|
|
1
|
+
const a4_0x2b0832=a4_0x3405;function a4_0x3405(_0x2541df,_0x1920e4){const _0x1eb2c4=a4_0x1eb2();return a4_0x3405=function(_0x340588,_0x51e386){_0x340588=_0x340588-0xf5;let _0x18a4e8=_0x1eb2c4[_0x340588];return _0x18a4e8;},a4_0x3405(_0x2541df,_0x1920e4);}function a4_0x1eb2(){const _0x4b56b4=['success','BmvUg','getHooksForTest','File\x20path\x20could\x20not\x20be\x20found','comment','tags','hook','IUskQ','../mocha/test-observability/mochaUtils','DGypI','now','tDLSl','../playwright/accessibility-helper','integrations','push','DptvH','qkIrB','config','gZyJt','qCIxx','WUEEP','ghwrb','BmDog','12JyJfpS','test','browserstack','Exception\x20in\x20uploading\x20log\x20data\x20to\x20','oqrFM','find','KeIWw','JqXSs','findGitConfig','getHierarchy','keyword','O11yHelper','match','apply','STATE_FAILED','backtrace','Failed\x20to\x20parse\x20wsendpoint\x20','getFailureType','9gfAxis','failure','5051620FLryyf','WrViU','zcQFW','BrowserType','hook_run','rfhiS','iWkNV','getCBTInfo','mapTestHooks','dirname','XfCRQ','LogCreated','TestRunSkipped','bddSteps','_afterAll','HOOK_RUN_STARTED','hLtSd','inspect','TestRunStarted','jGyHW','LKNMB','initializeBddStep','shutdown','vKFwU','iCtGA','_beforeAll','testAnalyticsId','xIxoo','lib','TEST_RUN_FINISHED','connectOverCDP','zOYMi','hook_run_uuid','jzixJ','setupBrowserDetails','cziGc','./helper.js','ctx','body','sep','includes','LXAtc','name','987711NpgmlX','util','../../helpers/logger','skipped','test_run_uuid','bs:addLog:','connect','ByBOA','STATE_PASSED','OfGqS','groups','toISOString','uesmJ','status','then','currentTest','JZzOD','lKBdC','NEpHz','CODECEPT','_testEnv','resetSkipTestHooks','bddStepStart','toString','launch','err','IIYGM','PkvmB','wNAmS','TEST_REPORTING_ANALYTICS','failure_backtrace','driver','hvukr','61279jEGbay','patchConsoleLogger','file_name','failure_reason_expanded','xOqik','KVyRU','EPJfZ','../../helpers/testhub/utils.js','YdNIb','length','currentHook','uploadEventData','fgvjF','QnuSz','TRsgu','14128870RjsUTV','FFDXK','3253514fXvwxo','result','test_run','event_type','Qhytw','7309255ZryTRx','suites','wsEndpoint','QNXQJ','pending','cdfVg','file','TEST_RUN_SKIPPED','toLowerCase','zpAcq','KGlqL','getTime','prefixTestPath','zPZWK','GNsRR','started','WnZdI','bddStepFinish','location_prefix','hookAnalyticsId','elFYh','yxfOE','EEEmN','../../helpers/test-observability/constants','pid','__cloud_provider___','Checking\x20for\x20accessibility\x20automation\x20session\x20with\x20','start','zPeoH','message','defineProperty','cywIQ','appendTestItemLog','../../helpers/test-observability/requestQueueHandler','HOOK_RUN_FINISHED','hook_type','failed','_afterEach','UqqoV','Playwright','parent','constructor','captureEvent','markedStatus','6gPGPck','.git','Exception\x20in\x20uploading\x20platform\x20details\x20to\x20','uuid','failureData','string','prototype','title','javascript','jBFLJ','getRootParentFile','OBJxV','jZYFV','stepAnalyticsId','getHookType','client','6vQUSSs','exports','startedAt','replace','YRTDU','concat','\x20with\x20error\x20:\x20','sendCBTInfo','CBTSessionCreated','UwtIU','_beforeEach','2518808EuawOu','retryOf','yHxBs','TestRunFinished','kPYkm','jNVun','finished_at','type','hooks','HZZbc','FcYnO','forEach','lDkPU','finished','passed','meta','getInstance','../utils/constants','enabled','removeAllListeners','frameworkName','EBPfY','split','neTFV','TEST_EVENTS','../../helpers/test-observability/sessionHandler','gbshy','_paths','HookRunFinished','debug','IDviF','BROWSERSTACK','aoCOO','Not\x20able\x20to\x20import\x20Browser','duration','LNIKy','FZDhV','browserType.js','toUpperCase','join','fullTitle','Exception\x20in\x20sending\x20test\x20data\x20for\x20event\x20','wRBfy','accessibilityPlatform'];a4_0x1eb2=function(){return _0x4b56b4;};return a4_0x1eb2();}(function(_0x1fd9ce,_0x3c7f45){const _0x57c46f=a4_0x3405,_0x3ef2a7=_0x1fd9ce();while(!![]){try{const _0x16c7bf=parseInt(_0x57c46f(0xf7))/0x1*(-parseInt(_0x57c46f(0x149))/0x2)+-parseInt(_0x57c46f(0x1d6))/0x3*(parseInt(_0x57c46f(0x197))/0x4)+parseInt(_0x57c46f(0x10d))/0x5*(parseInt(_0x57c46f(0x139))/0x6)+-parseInt(_0x57c46f(0x1ab))/0x7+parseInt(_0x57c46f(0x154))/0x8*(-parseInt(_0x57c46f(0x1a9))/0x9)+parseInt(_0x57c46f(0x106))/0xa+parseInt(_0x57c46f(0x108))/0xb;if(_0x16c7bf===_0x3c7f45)break;else _0x3ef2a7['push'](_0x3ef2a7['shift']());}catch(_0x3ace84){_0x3ef2a7['push'](_0x3ef2a7['shift']());}}}(a4_0x1eb2,0xeaf95));const path=require('path'),fs=require('fs'),{v4:uuidv4}=require(a4_0x2b0832(0x13c)),{importFileFromPWCore,nestedKeyValue,parseWSEndpoint,isUndefined}=require('../../helpers/helper'),testOpsHelper=require('../../helpers/test-observability/utils'),{getTestEnv}=require(a4_0x2b0832(0x188)),{FRAMEWORKS}=require(a4_0x2b0832(0x124)),logger=require(a4_0x2b0832(0x1d8))['winstonLogger'],SessionHandler=require(a4_0x2b0832(0x16d)),RequestQueueHandler=require(a4_0x2b0832(0x12e)),PlaywrightSessionDetails=require('../playwright/sessionDetails'),debug=testOpsHelper[a4_0x2b0832(0x171)],{processAccessibilityCaps}=require(a4_0x2b0832(0x18c)),Constants=require(a4_0x2b0832(0x165)),{fetchPlatformDetails}=require(a4_0x2b0832(0x1cf)),{shouldProcessEventForTesthub,appendTesthubParams}=require(a4_0x2b0832(0xfe)),constants=require(a4_0x2b0832(0x165)),STATE_PASSED=a4_0x2b0832(0x162),STATE_FAILED=a4_0x2b0832(0x131),a4_0x653b7={};a4_0x653b7['TEST_RUN_STARTED']=a4_0x2b0832(0x1bd),a4_0x653b7[a4_0x2b0832(0x1c8)]=a4_0x2b0832(0x157),a4_0x653b7[a4_0x2b0832(0x114)]=a4_0x2b0832(0x1b7),a4_0x653b7[a4_0x2b0832(0x1ba)]='HookRunStarted',a4_0x653b7[a4_0x2b0832(0x12f)]=a4_0x2b0832(0x170);const TEST_EVENTS=a4_0x653b7,parseEvent=_0x496802=>{const _0x5e170d=a4_0x2b0832,_0x546ab3={};_0x546ab3[_0x5e170d(0x117)]=function(_0x39b718,_0xfe3b31){return _0x39b718<_0xfe3b31;},_0x546ab3[_0x5e170d(0x1e6)]=function(_0x312b8c,_0x32a808){return _0x312b8c===_0x32a808;},_0x546ab3[_0x5e170d(0x174)]=_0x5e170d(0x198),_0x546ab3[_0x5e170d(0x16e)]=_0x5e170d(0x186),_0x546ab3[_0x5e170d(0x14d)]=_0x5e170d(0x1d9),_0x546ab3[_0x5e170d(0x145)]=function(_0x13105c,_0x12756b){return _0x13105c===_0x12756b;},_0x546ab3[_0x5e170d(0x18f)]=_0x5e170d(0x11c),_0x546ab3['KeIWw']=function(_0x27159a,_0x589f67){return _0x27159a===_0x589f67;},_0x546ab3[_0x5e170d(0x190)]=_0x5e170d(0x161);const _0x14912a=_0x546ab3,_0x24ca24=_0x496802[_0x5e170d(0x1a3)](/^(.*)Run(.*)$/);if(!_0x24ca24)return null;if(_0x14912a[_0x5e170d(0x117)](_0x24ca24[_0x5e170d(0x100)],0x3))return null;const _0x20b437=_0x24ca24[0x1]['toLowerCase'](),_0x3cf81a=_0x24ca24[0x2][_0x5e170d(0x115)]();return{'test':_0x14912a[_0x5e170d(0x1e6)](_0x20b437,_0x14912a[_0x5e170d(0x174)]),'hook':_0x14912a[_0x5e170d(0x1e6)](_0x20b437,_0x14912a[_0x5e170d(0x16e)]),'skipped':_0x14912a[_0x5e170d(0x1e6)](_0x3cf81a,_0x14912a[_0x5e170d(0x14d)]),'started':_0x14912a[_0x5e170d(0x145)](_0x3cf81a,_0x14912a['DptvH']),'finished':_0x14912a[_0x5e170d(0x19d)](_0x3cf81a,_0x14912a[_0x5e170d(0x190)])};},mockPWBrowserType=_0x597a2a=>{const _0xa927a6=a4_0x2b0832,_0x2d5c1a={'kPYkm':function(_0x4c110e,_0x499ffb){return _0x4c110e===_0x499ffb;},'XfCRQ':_0xa927a6(0x13e),'OBJxV':function(_0x14d3c5,_0x13ae03,_0x628517){return _0x14d3c5(_0x13ae03,_0x628517);},'QNXQJ':_0xa927a6(0x10f),'IDviF':function(_0x4416ae,_0x51e89a){return _0x4416ae(_0x51e89a);},'UwtIU':_0xa927a6(0x199),'zPZWK':_0xa927a6(0x1c7),'NmpWk':_0xa927a6(0x148),'WnZdI':_0xa927a6(0x179),'oqrFM':_0xa927a6(0x175),'SYqol':_0xa927a6(0x1dc),'FkdnR':_0xa927a6(0x1ee)},_0x4fbc75=path['join'](_0x2d5c1a[_0xa927a6(0x11a)],_0x2d5c1a['NmpWk'],_0x2d5c1a[_0xa927a6(0x11d)]),_0x5950b5=_0x2d5c1a[_0xa927a6(0x172)](importFileFromPWCore,_0x4fbc75);if(!_0x5950b5){_0x2d5c1a[_0xa927a6(0x172)](debug,_0x2d5c1a[_0xa927a6(0x19b)]);return;}const _0x4d7334=_0x5950b5[_0xa927a6(0x1ae)],_0x12bd9e=_0x4d7334[_0xa927a6(0x13f)];if(_0x12bd9e['obsBrowserTypeMockApplied'])return;const _0x4f45c0=_0x12bd9e['connect'];Object[_0xa927a6(0x12b)](_0x12bd9e,_0x2d5c1a['SYqol'],{'get':function(){const _0x50c87c=_0xa927a6,_0x31ab26={'lDkPU':function(_0x41a820,_0x32d0ec){const _0x25e7c8=a4_0x3405;return _0x2d5c1a[_0x25e7c8(0x158)](_0x41a820,_0x32d0ec);},'rfhiS':_0x2d5c1a[_0x50c87c(0x1b5)],'lKBdC':function(_0x430f62,_0x471e81,_0x3b2282){const _0x2522dd=_0x50c87c;return _0x2d5c1a[_0x2522dd(0x144)](_0x430f62,_0x471e81,_0x3b2282);},'FcYnO':_0x2d5c1a[_0x50c87c(0x110)],'ghwrb':function(_0x41c34a,_0x47e5f6){const _0x38ed1d=_0x50c87c;return _0x2d5c1a[_0x38ed1d(0x172)](_0x41c34a,_0x47e5f6);},'EXKFu':_0x2d5c1a[_0x50c87c(0x152)]};return async function _0x4293d2(_0x168050,_0x33e99c){const _0xf9098=_0x50c87c,_0x17dc13={'EBPfY':function(_0x5b039c,_0x1056d0){const _0x7eee53=a4_0x3405;return _0x31ab26[_0x7eee53(0x160)](_0x5b039c,_0x1056d0);},'IUskQ':_0x31ab26[_0xf9098(0x1b0)]},_0xadeaa1=_0x31ab26[_0xf9098(0x1e7)](nestedKeyValue,_0x168050,[_0x31ab26[_0xf9098(0x15e)]])||_0x168050;let _0x57879a=null,_0x1e0dcb=null;try{[_0x1e0dcb,_0x57879a]=_0xadeaa1?_0x31ab26[_0xf9098(0x195)](parseWSEndpoint,_0xadeaa1):[null,null],global['__platformCaps']=_0x57879a,logger[_0xf9098(0x171)](_0xf9098(0x127)+_0x1e0dcb),_0x1e0dcb['includes'](Constants[_0xf9098(0x173)])&&(global[_0xf9098(0x126)]=_0x31ab26['EXKFu']);}catch(_0x523d75){logger[_0xf9098(0x171)](_0xf9098(0x1a7)+_0xadeaa1+'\x20'+_0x523d75);}_0x31ab26[_0xf9098(0x1e7)](processAccessibilityCaps,_0x57879a,_0x1e0dcb);if(global[_0xf9098(0x17f)]){const _0x3d3e83=await _0x12bd9e[_0xf9098(0x1c9)][_0xf9098(0x1a4)](this,[''+Constants['PLAYWRIGHT_HUB_URL']+_0x31ab26[_0xf9098(0x195)](encodeURIComponent,JSON['stringify'](_0x57879a))]);return PlaywrightSessionDetails[_0xf9098(0x1cd)](_0x3d3e83,_0x597a2a,_0xadeaa1),_0x3d3e83;}return _0x4f45c0[_0xf9098(0x1a4)](this,arguments)['then'](_0x2862c8=>{const _0x61cf0b=_0xf9098;let _0x4cb1ce=_0x168050['wsEndpoint'];return _0x17dc13[_0x61cf0b(0x169)](typeof _0x168050,_0x17dc13[_0x61cf0b(0x187)])&&(_0x4cb1ce=_0x168050),PlaywrightSessionDetails[_0x61cf0b(0x1cd)](_0x2862c8,_0x597a2a,_0x4cb1ce),_0x2862c8;});};}});const _0x6fe526=_0x12bd9e[_0xa927a6(0x1ee)];Object[_0xa927a6(0x12b)](_0x12bd9e,_0x2d5c1a['FkdnR'],{'get':function(){return async function _0x3ab147(){const _0x20f3ed=a4_0x3405;return _0x6fe526[_0x20f3ed(0x1a4)](this,arguments)[_0x20f3ed(0x1e4)](_0x369323=>{return PlaywrightSessionDetails['setupBrowserDetails'](_0x369323,null),_0x369323;});};}});};class O11yHelper{[a4_0x2b0832(0x1e5)]=null;[a4_0x2b0832(0x101)]=null;[a4_0x2b0832(0x166)]=![];[a4_0x2b0832(0x168)]=![];constructor(_0x7c6d06,_0x27a9ec){const _0x2eb138=a4_0x2b0832,_0x2b9e26={'LKNMB':'2|3|1|5|0|4','gZyJt':function(_0x22f92a){return _0x22f92a();},'elFYh':function(_0xc64b88,_0x5c1d36){return _0xc64b88===_0x5c1d36;},'fgvjF':_0x2eb138(0x134),'jNVun':function(_0x1cae76,_0x545b4d){return _0x1cae76(_0x545b4d);}},_0x322a60=_0x2b9e26[_0x2eb138(0x1bf)][_0x2eb138(0x16a)]('|');let _0x5203e3=0x0;while(!![]){switch(_0x322a60[_0x5203e3++]){case'0':this['_paths']=new testOpsHelper['PathHelper']({'cwd':process['cwd']()},this[_0x2eb138(0x1ea)][_0x2eb138(0x11f)]);continue;case'1':this[_0x2eb138(0xf5)]=_0x7c6d06;continue;case'2':this[_0x2eb138(0x166)]=_0x2b9e26['gZyJt'](shouldProcessEventForTesthub);continue;case'3':this[_0x2eb138(0x168)]=_0x27a9ec[_0x2eb138(0x168)];continue;case'4':this[_0x2eb138(0xf5)]&&_0x2b9e26[_0x2eb138(0x121)](this['driver'][_0x2eb138(0x136)]['name'],_0x2b9e26[_0x2eb138(0x103)])&&_0x2b9e26[_0x2eb138(0x159)](mockPWBrowserType,null);continue;case'5':this[_0x2eb138(0x1ea)]=_0x2b9e26[_0x2eb138(0x192)](getTestEnv);continue;}break;}}[a4_0x2b0832(0x128)](){const _0x225bc2=a4_0x2b0832;if(!this[_0x225bc2(0x166)])return;testOpsHelper[_0x225bc2(0xf8)](),process[_0x225bc2(0x167)](_0x225bc2(0x1db)+process['pid']),process['on']('bs:addLog:'+process[_0x225bc2(0x125)],this[_0x225bc2(0x12d)]['bind'](this));}async['stop'](){const _0xf7922b=a4_0x2b0832;await RequestQueueHandler[_0xf7922b(0x164)]()[_0xf7922b(0x1c1)]();}async[a4_0x2b0832(0x12d)](_0x43de25){const _0x17a9d0=a4_0x2b0832,_0x2412f9={'EGzAq':_0x17a9d0(0x1b6),'jBFLJ':function(_0x491324,_0x46b085){return _0x491324(_0x46b085);}};try{this[_0x17a9d0(0x101)]&&!this[_0x17a9d0(0x101)]['markedStatus']&&(_0x43de25[_0x17a9d0(0x1cb)]=this[_0x17a9d0(0x101)][_0x17a9d0(0x120)]);!_0x43de25['hook_run_uuid']&&this[_0x17a9d0(0x1e5)]&&!this[_0x17a9d0(0x1e5)][_0x17a9d0(0x138)]&&(_0x43de25[_0x17a9d0(0x1da)]=this['currentTest'][_0x17a9d0(0x1c5)]);if(_0x43de25[_0x17a9d0(0x1cb)]||_0x43de25['test_run_uuid']){const _0x4b7e85={};_0x4b7e85[_0x17a9d0(0x10b)]=_0x2412f9['EGzAq'],_0x4b7e85['logs']=[_0x43de25],await SessionHandler['uploadEventData'](_0x4b7e85);}}catch(_0x4ec4ff){_0x2412f9[_0x17a9d0(0x142)](debug,_0x17a9d0(0x19a)+constants[_0x17a9d0(0x1f3)]+'\x20with\x20error\x20:\x20'+_0x4ec4ff);}}async[a4_0x2b0832(0x150)](_0xc1c9d1){const _0x3ca677=a4_0x2b0832,_0x4ddd36={'GNsRR':_0x3ca677(0x151),'zcQFW':function(_0x22c211,_0x4e1a7c){return _0x22c211(_0x4e1a7c);}};if(!this[_0x3ca677(0x166)])return;const _0x3d502d=this[_0x3ca677(0x1b2)](this[_0x3ca677(0xf5)]);try{const _0x292211={};_0x292211[_0x3ca677(0x13c)]=_0xc1c9d1,_0x292211[_0x3ca677(0x18d)]=_0x3d502d;const _0x10691c=_0x292211,_0x2dbb1c={};_0x2dbb1c[_0x3ca677(0x10b)]=_0x4ddd36[_0x3ca677(0x11b)],_0x2dbb1c[_0x3ca677(0x10a)]=_0x10691c,await SessionHandler['uploadEventData'](_0x2dbb1c);}catch(_0x6367b9){_0x4ddd36[_0x3ca677(0x1ad)](debug,_0x3ca677(0x13b)+constants['TEST_REPORTING_ANALYTICS']+_0x3ca677(0x14f)+_0x6367b9);}}[a4_0x2b0832(0x1b2)](_0x384ed1){const _0xdc8eed=a4_0x2b0832,_0x44a7b2={'jzixJ':function(_0x116084,_0x1b8c38){return _0x116084(_0x1b8c38);}};return _0x44a7b2[_0xdc8eed(0x1cc)](fetchPlatformDetails,_0x384ed1);}[a4_0x2b0832(0x1eb)]=_0x2a6751=>{const _0x3ec34b=a4_0x2b0832,_0x1789a8={};_0x1789a8['LXAtc']=_0x3ec34b(0x153),_0x1789a8[_0x3ec34b(0x123)]=_0x3ec34b(0x132);const _0x99c92=_0x1789a8;if(!_0x2a6751||!_0x2a6751['parent'])return;[_0x99c92[_0x3ec34b(0x1d4)],_0x99c92['EEEmN']][_0x3ec34b(0x15f)](_0xe02d2a=>{const _0x560ffc=_0x3ec34b,_0x1fe422=_0x2a6751[_0x560ffc(0x135)][_0xe02d2a];_0x1fe422[_0x560ffc(0x15f)](_0x3ac23e=>{const _0x302d3d=_0x560ffc;_0x3ac23e[_0x302d3d(0x120)]&&(_0x3ac23e['hookAnalyticsId']=null);});});};[a4_0x2b0832(0x1b3)](_0x5ca697){const _0x18640c=a4_0x2b0832,_0x5492ff={'LNIKy':'codeceptjs','jGyHW':function(_0x3d34d5){return _0x3d34d5();},'HZZbc':function(_0x24368f,_0x4032ec){return _0x24368f===_0x4032ec;},'hvukr':_0x18640c(0x132),'ByBOA':'_beforeAll','qCIxx':_0x18640c(0x1b9),'PkvmB':_0x18640c(0x153)};if(!_0x5ca697||!_0x5ca697['parent'])return;[_0x5492ff[_0x18640c(0x1dd)],_0x5492ff[_0x18640c(0x193)],_0x5492ff[_0x18640c(0x1f1)],_0x5492ff[_0x18640c(0xf6)]][_0x18640c(0x15f)](_0x1389c3=>{const _0x498585=_0x18640c,_0x419cff=_0x5ca697['parent'][_0x1389c3]||[];_0x419cff[_0x498585(0x15f)](_0x121040=>{const _0x48d9e1=_0x498585;if(_0x121040[_0x48d9e1(0x140)]['includes'](_0x5492ff[_0x48d9e1(0x177)]))return;if(!_0x121040[_0x48d9e1(0x120)])_0x121040[_0x48d9e1(0x120)]=_0x5492ff[_0x48d9e1(0x1be)](uuidv4);else _0x121040['markedStatus']&&_0x5492ff[_0x48d9e1(0x15d)](_0x1389c3,_0x5492ff[_0x48d9e1(0xf6)])&&(_0x121040[_0x48d9e1(0x120)]=_0x5492ff[_0x48d9e1(0x1be)](uuidv4),delete _0x121040[_0x48d9e1(0x138)]);});}),this[_0x18640c(0x1b3)](_0x5ca697[_0x18640c(0x135)]);}['getHooksForTest'](_0x4c5848){const _0x2611e9=a4_0x2b0832,_0x59bccb={};_0x59bccb[_0x2611e9(0x1e2)]=_0x2611e9(0x1c4),_0x59bccb['vKFwU']=_0x2611e9(0x1b9),_0x59bccb[_0x2611e9(0x1ac)]='_beforeEach',_0x59bccb[_0x2611e9(0x189)]='_afterEach';const _0x36902b=_0x59bccb;if(!_0x4c5848||!_0x4c5848[_0x2611e9(0x135)])return[];const _0x333431=[];return[_0x36902b['uesmJ'],_0x36902b[_0x2611e9(0x1c2)],_0x36902b['WrViU'],_0x36902b[_0x2611e9(0x189)]][_0x2611e9(0x15f)](_0x5ba44e=>{const _0x582768=_0x2611e9,_0x147a47=_0x4c5848[_0x582768(0x135)][_0x5ba44e]||[];_0x147a47[_0x582768(0x15f)](_0x1c7cc4=>{const _0x26cef1=_0x582768;_0x1c7cc4[_0x26cef1(0x120)]&&_0x333431[_0x26cef1(0x18e)](_0x1c7cc4['hookAnalyticsId']);});}),[][_0x2611e9(0x14e)](_0x333431,this[_0x2611e9(0x182)](_0x4c5848[_0x2611e9(0x135)]));}[a4_0x2b0832(0x147)](_0x2b8c4f){const _0x3cca27=a4_0x2b0832,_0x5a4e36=/^"(?<hook>.*)" hook:.*$/,_0xbb148a=_0x2b8c4f[_0x3cca27(0x140)],_0x525a05=_0xbb148a[_0x3cca27(0x1a3)](_0x5a4e36);if(_0x525a05&&_0x525a05['groups'])return _0x525a05[_0x3cca27(0x1e0)][_0x3cca27(0x186)][_0x3cca27(0x17a)]()[_0x3cca27(0x14c)]('\x20','_');return null;}[a4_0x2b0832(0x19f)](_0x2baf2a){const _0x1aad2a=a4_0x2b0832,_0x1ce81d={};_0x1ce81d['FFDXK']=function(_0x21ac1e,_0x2b4564){return _0x21ac1e===_0x2b4564;},_0x1ce81d[_0x1aad2a(0x181)]=function(_0x48c5b8,_0x5a2d6e){return _0x48c5b8===_0x5a2d6e;},_0x1ce81d[_0x1aad2a(0x16b)]=_0x1aad2a(0x13a),_0x1ce81d[_0x1aad2a(0x129)]=_0x1aad2a(0x191);const _0x5beaa1=_0x1ce81d,_0x555d00=path[_0x1aad2a(0x1d2)];if(_0x5beaa1[_0x1aad2a(0x107)](_0x2baf2a,null)||_0x5beaa1['FFDXK'](_0x2baf2a,'')||_0x5beaa1[_0x1aad2a(0x181)](_0x2baf2a,_0x555d00)||_0x5beaa1[_0x1aad2a(0x107)](_0x2baf2a,path[_0x1aad2a(0x1b4)](_0x2baf2a)))return null;try{return fs['statSync'](path[_0x1aad2a(0x17b)](_0x2baf2a,_0x5beaa1[_0x1aad2a(0x16b)],_0x5beaa1['zPeoH'])),_0x2baf2a;}catch(_0x6ddf2d){const _0x10608d=path[_0x1aad2a(0x1b4)](_0x2baf2a);return this['findGitConfig'](_0x10608d);}}[a4_0x2b0832(0x143)](_0x3a4418){const _0x3b238c=a4_0x2b0832,_0x39374c={};_0x39374c[_0x3b238c(0x18b)]=function(_0x494c33,_0x49698a){return _0x494c33>_0x49698a;};const _0x45913f=_0x39374c;if(_0x3a4418['file'])return _0x3a4418[_0x3b238c(0x113)];if(_0x3a4418['ctx']){const _0x21717e=_0x3a4418[_0x3b238c(0x1d0)][_0x3b238c(0x1e5)]?this[_0x3b238c(0x143)](_0x3a4418[_0x3b238c(0x1d0)]['currentTest']):null;if(_0x21717e)return _0x21717e;}if(_0x3a4418[_0x3b238c(0x135)]){const _0x366f0d=this['getRootParentFile'](_0x3a4418[_0x3b238c(0x135)])||(_0x3a4418['parent'][_0x3b238c(0x1d0)]&&_0x3a4418[_0x3b238c(0x135)][_0x3b238c(0x1d0)]['currentTest']?this['getRootParentFile'](_0x3a4418[_0x3b238c(0x135)]['ctx'][_0x3b238c(0x1e5)]):null);if(_0x366f0d)return _0x366f0d;_0x3a4418[_0x3b238c(0x135)]['suites']&&_0x45913f[_0x3b238c(0x18b)](_0x3a4418[_0x3b238c(0x135)]['suites'][_0x3b238c(0x100)],0x0)&&_0x3a4418[_0x3b238c(0x135)][_0x3b238c(0x10e)]['forEach'](_0x13379d=>{const _0x5a997d=_0x3b238c,_0x3081af=_0x13379d[_0x5a997d(0x1d0)]?this[_0x5a997d(0x143)](_0x13379d[_0x5a997d(0x1d0)]):null;if(_0x3081af)return _0x3081af;});}return null;}[a4_0x2b0832(0x1a0)](_0x3b5904){const _0xf94734=a4_0x2b0832,_0x12f52b={};_0x12f52b[_0xf94734(0x178)]=function(_0x252681,_0x5c117c){return _0x252681!==_0x5c117c;};const _0x467e83=_0x12f52b,_0x550e6b=[];if(_0x3b5904&&_0x3b5904['parent']){let _0x2bf17e=_0x3b5904[_0xf94734(0x135)];while(_0x2bf17e&&_0x467e83[_0xf94734(0x178)](_0x2bf17e['title'],'')){_0x550e6b[_0xf94734(0x18e)](_0x2bf17e[_0xf94734(0x140)]),_0x2bf17e=_0x2bf17e['parent'];}}return _0x550e6b;}[a4_0x2b0832(0x137)](_0x1db909,_0x4db6ae,_0x3b1e6d=undefined){const _0x14b663=a4_0x2b0832,_0x4832ef={'cziGc':function(_0x31eded,_0x377292){return _0x31eded(_0x377292);},'wRBfy':function(_0x211ae0){return _0x211ae0();},'WISUN':function(_0xc902a7){return _0xc902a7();},'yHxBs':function(_0x441515){return _0x441515();},'EPJfZ':_0x14b663(0x1d7),'iCtGA':_0x14b663(0x1ef),'TRsgu':function(_0x3d5dae,_0x113580){return _0x3d5dae!==_0x113580;},'QnuSz':function(_0x448339,_0x2d46be){return _0x448339!==_0x2d46be;},'yxfOE':_0x14b663(0x183),'cywIQ':'pending','KVyRU':_0x14b663(0x131),'zOYMi':_0x14b663(0x162),'IIYGM':_0x14b663(0x1d9),'eaEST':_0x14b663(0x141),'wNAmS':function(_0x537f8e,_0x18e59f){return _0x537f8e-_0x18e59f;},'iWkNV':function(_0x516157,_0x4563e4,_0x53268b,_0xe84d9f,_0x3192a5){return _0x516157(_0x4563e4,_0x53268b,_0xe84d9f,_0x3192a5);},'NEpHz':_0x14b663(0x18d),'fdmYS':_0x14b663(0x163),'UqqoV':_0x14b663(0x1aa),'cdfVg':_0x14b663(0x1f4),'zpAcq':_0x14b663(0x1a6),'xIxoo':_0x14b663(0xfa),'JqXSs':'expanded','RXdMv':function(_0x161a95,_0x2c816b){return _0x161a95===_0x2c816b;},'BmDog':_0x14b663(0x1af),'xOqik':_0x14b663(0x10a)};if(!this[_0x14b663(0x166)])return;try{if(_0x4db6ae['fn']&&_0x4db6ae['fn'][_0x14b663(0x1ed)]()[_0x14b663(0x1a3)](/browserstack internal helper hook/))return;const _0x5ca5e7=_0x4832ef[_0x14b663(0x1ce)](parseEvent,_0x1db909);if(!_0x5ca5e7)return;if(_0x5ca5e7['test']){this[_0x14b663(0x1e5)]=_0x4db6ae,this[_0x14b663(0x101)]=null;if(_0x5ca5e7['started']||_0x5ca5e7[_0x14b663(0x1d9)]){_0x4db6ae['startedAt']=new Date(),_0x4db6ae[_0x14b663(0x138)]=![];if(!_0x4db6ae[_0x14b663(0x1c5)])_0x4db6ae['testAnalyticsId']=_0x4832ef[_0x14b663(0x17e)](uuidv4);else _0x4db6ae[_0x14b663(0x138)]&&(!_0x4db6ae[_0x14b663(0x155)]&&(_0x4db6ae[_0x14b663(0x155)]=_0x4db6ae['testAnalyticsId']),_0x4db6ae[_0x14b663(0x1c5)]=_0x4832ef['WISUN'](uuidv4));}}else{if(_0x5ca5e7[_0x14b663(0x186)]){this[_0x14b663(0x101)]=_0x4db6ae;if(_0x5ca5e7['started']){_0x4db6ae[_0x14b663(0x14b)]=new Date(),_0x4db6ae[_0x14b663(0x138)]=![];if(!_0x4db6ae[_0x14b663(0x120)])_0x4db6ae[_0x14b663(0x120)]=_0x4832ef[_0x14b663(0x156)](uuidv4);else _0x4db6ae[_0x14b663(0x120)]&&_0x4db6ae[_0x14b663(0x138)]&&(_0x4db6ae['hookAnalyticsId']=_0x4832ef[_0x14b663(0x17e)](uuidv4));}}}if(_0x5ca5e7[_0x14b663(0x161)]&&_0x4db6ae[_0x14b663(0x138)])return;let _0x2413b6;try{_0x2413b6=this[_0x14b663(0x143)](_0x4db6ae);}catch(_0x2aae3b){logger[_0x14b663(0x171)]('failed\x20to\x20get\x20root\x20parent\x20file\x20'+_0x2aae3b),_0x2413b6=null;}const _0x4e572d=_0x4832ef[_0x14b663(0x1ce)](require,_0x4832ef[_0x14b663(0xfd)]);let _0x469cc3=[];_0x3b1e6d&&(_0x469cc3=[_0x3b1e6d,_0x4832ef[_0x14b663(0x1c3)]]);const _0x1a6605=_0x4832ef[_0x14b663(0x105)](_0x4db6ae['errorsDetailed'],undefined)?_0x4e572d[_0x14b663(0x1bc)](_0x4db6ae['errorsDetailed'][0x0]):_0x4832ef[_0x14b663(0x104)](_0x3b1e6d,undefined)?_0x3b1e6d[_0x14b663(0x1ed)]():undefined,_0x4d4687=_0x2413b6?this[_0x14b663(0x19f)](_0x2413b6):null,_0x488c78=_0x2413b6?this[_0x14b663(0x16f)][_0x14b663(0x119)](this[_0x14b663(0x143)](_0x4db6ae)):_0x4832ef[_0x14b663(0x122)];let _0x212c9f=_0x4832ef[_0x14b663(0x12c)];const _0x43c53a=!_0x5ca5e7['started']?new Date()[_0x14b663(0x1e1)]():null;if(_0x5ca5e7['finished'])_0x212c9f=_0x3b1e6d?_0x4832ef[_0x14b663(0xfc)]:_0x4832ef[_0x14b663(0x1ca)],_0x4db6ae['markedStatus']=!![];else _0x5ca5e7[_0x14b663(0x1d9)]&&(_0x212c9f=_0x4832ef[_0x14b663(0x1f0)],_0x4db6ae[_0x14b663(0x138)]=!![]);const _0x55ff8d={'framework':this[_0x14b663(0x168)],'uuid':_0x4db6ae[_0x14b663(0x1c5)]||_0x4db6ae[_0x14b663(0x120)],'name':_0x4db6ae[_0x14b663(0x140)],'body':{'lang':_0x4832ef['eaEST'],'code':_0x4db6ae[_0x14b663(0x1d1)]['toString']()},'type':_0x4db6ae[_0x14b663(0x15b)],'scope':_0x4db6ae['fullTitle'](),'scopes':this[_0x14b663(0x1a0)](_0x4db6ae),'file_name':_0x488c78,'vc_filepath':_0x4d4687?path['relative'](_0x4d4687,_0x2413b6):null,'location':_0x488c78,'result':_0x212c9f,'failure_reason':_0x1a6605,'duration_in_ms':_0x4db6ae[_0x14b663(0x176)]||(_0x5ca5e7[_0x14b663(0x161)]||_0x5ca5e7[_0x14b663(0x1d9)])?_0x4832ef[_0x14b663(0x1f2)](Date[_0x14b663(0x18a)](),new Date(_0x4db6ae[_0x14b663(0x14b)])['getTime']()):null,'started_at':new Date(_0x4db6ae[_0x14b663(0x14b)])[_0x14b663(0x1e1)](),'finished_at':_0x43c53a,'failure':testOpsHelper[_0x14b663(0x13d)][_0x14b663(0x1a4)](null,_0x469cc3),'failure_type':!_0x1a6605?null:testOpsHelper[_0x14b663(0x1a8)](_0x1a6605),'retry_of':_0x4db6ae[_0x14b663(0x155)]||null,'tags':_0x4db6ae[_0x14b663(0x185)]||[],'customRerunParam':{'rerun_name':_0x4db6ae[_0x14b663(0x17c)]()}};_0x4832ef[_0x14b663(0x1b1)](appendTesthubParams,_0x55ff8d,_0x1db909,_0x4db6ae,FRAMEWORKS[_0x14b663(0x1e9)]);if(_0x5ca5e7[_0x14b663(0x186)])[_0x55ff8d[_0x14b663(0x130)],_0x55ff8d[_0x14b663(0x1d5)]]=[this[_0x14b663(0x147)](_0x4db6ae),_0x4db6ae[_0x14b663(0x1d0)][_0x14b663(0x198)][_0x14b663(0x140)]],_0x5ca5e7['finished']?_0x4832ef[_0x14b663(0x104)](_0x55ff8d[_0x14b663(0x109)],_0x4832ef[_0x14b663(0xfc)])&&(_0x55ff8d[_0x14b663(0x109)]=_0x4832ef[_0x14b663(0x1ca)]):_0x55ff8d['body']={};else _0x5ca5e7['test']&&(this['mapTestHooks'](_0x4db6ae),_0x5ca5e7[_0x14b663(0x1d9)]&&this[_0x14b663(0x1eb)](_0x4db6ae),(_0x5ca5e7['finished']||_0x5ca5e7[_0x14b663(0x1d9)])&&(_0x55ff8d[_0x14b663(0x15c)]=this[_0x14b663(0x182)](_0x4db6ae)));this[_0x14b663(0xf5)]&&(_0x5ca5e7['started']||_0x5ca5e7[_0x14b663(0x1d9)])&&(_0x55ff8d[_0x4832ef[_0x14b663(0x1e8)]]=this['getCBTInfo'](this[_0x14b663(0xf5)]));_0x5ca5e7[_0x14b663(0x198)]&&_0x5ca5e7['finished']&&_0x4db6ae[_0x14b663(0x1b8)]&&(_0x55ff8d[_0x4832ef['fdmYS']]={'feature':{'name':_0x4db6ae[_0x14b663(0x135)]['feature']['name'],'path':_0x55ff8d[_0x14b663(0xf9)],'description':_0x4db6ae[_0x14b663(0x135)][_0x14b663(0x184)]},'scenario':{'name':_0x4db6ae[_0x14b663(0x140)]},'steps':_0x4db6ae[_0x14b663(0x1b8)]});const _0x39c032=_0x55ff8d[_0x4832ef[_0x14b663(0x133)]][0x0];_0x39c032&&(_0x55ff8d[_0x4832ef[_0x14b663(0x112)]]=_0x39c032[_0x4832ef[_0x14b663(0x116)]],_0x55ff8d[_0x4832ef[_0x14b663(0x1c6)]]=_0x39c032[_0x4832ef[_0x14b663(0x19e)]]);if(_0x4db6ae[_0x14b663(0x1b8)])for(const _0x2f92d5 of _0x4db6ae[_0x14b663(0x1b8)]){!_0x2f92d5['finished_at']&&(_0x2f92d5[_0x14b663(0x15a)]=new Date()[_0x14b663(0x1e1)](),_0x4832ef['RXdMv'](_0x2f92d5[_0x14b663(0x109)],_0x4832ef[_0x14b663(0x12c)])&&(_0x39c032?(_0x2f92d5[_0x14b663(0x109)]=_0x4832ef[_0x14b663(0xfc)],_0x2f92d5[_0x14b663(0x1aa)]=_0x39c032[_0x4832ef['zpAcq']][0x0]):_0x2f92d5[_0x14b663(0x109)]=_0x4832ef[_0x14b663(0x1ca)]));}const _0x284102={};_0x284102['event_type']=_0x5ca5e7[_0x14b663(0x1d9)]?TEST_EVENTS[_0x14b663(0x1c8)]:_0x1db909;const _0x41b8dc=_0x284102;return _0x5ca5e7[_0x14b663(0x186)]?_0x41b8dc[_0x4832ef[_0x14b663(0x196)]]=_0x55ff8d:_0x41b8dc[_0x4832ef[_0x14b663(0xfb)]]=_0x55ff8d,_0x41b8dc;}catch(_0x14c85f){logger[_0x14b663(0x171)]('Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20'+_0x1db909+_0x14b663(0x14f)+_0x14c85f);}}async['fireEvent'](_0x46339e,_0x353a22){const _0x2469ce=a4_0x2b0832;if(!this[_0x2469ce(0x166)]||!_0x353a22||!_0x46339e)return![];try{return await SessionHandler[_0x2469ce(0x102)](_0x353a22);}catch(_0x4b0f7f){logger[_0x2469ce(0x171)](_0x2469ce(0x17d)+_0x46339e+'\x20with\x20error\x20:\x20'+_0x4b0f7f);}}[a4_0x2b0832(0x1c0)](_0x1e423a){const _0x3763df=a4_0x2b0832,_0x47e472={};_0x47e472['YdNIb']=_0x3763df(0x111);const _0x249a44=_0x47e472;return{'id':_0x1e423a['stepAnalyticsId'],'text':_0x1e423a['text'],'keyword':_0x1e423a[_0x3763df(0x1a1)],'started_at':_0x1e423a['startedAt'][_0x3763df(0x1e1)](),'result':_0x249a44[_0x3763df(0xff)]};}[a4_0x2b0832(0x1ec)](_0xa88ac4){const _0x1d9391=a4_0x2b0832,_0x247c7f={'DrHZs':function(_0x4f5f27){return _0x4f5f27();}};!this['currentTest'][_0x1d9391(0x1b8)]&&(this['currentTest'][_0x1d9391(0x1b8)]=[]),!_0xa88ac4['stepAnalyticsId']&&(_0xa88ac4[_0x1d9391(0x146)]=_0x247c7f['DrHZs'](uuidv4),_0xa88ac4[_0x1d9391(0x14b)]=new Date(),this[_0x1d9391(0x1e5)][_0x1d9391(0x1b8)][_0x1d9391(0x18e)](this['initializeBddStep'](_0xa88ac4)));}[a4_0x2b0832(0x11e)](_0x1e4b0d){const _0x15baf=a4_0x2b0832,_0x53384b={'OfGqS':function(_0x3055d0,_0x3c2971){return _0x3055d0(_0x3c2971);},'WUEEP':_0x15baf(0x180),'ZfRaA':'pending','Qhytw':_0x15baf(0x162),'hLtSd':function(_0x3a96c8,_0x232f8f){return _0x3a96c8-_0x232f8f;}};let _0x1df965=this[_0x15baf(0x1e5)][_0x15baf(0x1b8)][_0x15baf(0x19c)](_0xaed591=>_0xaed591['id']===_0x1e4b0d[_0x15baf(0x146)]);_0x53384b[_0x15baf(0x1df)](isUndefined,_0x1df965)&&(_0x1df965=this[_0x15baf(0x1c0)](_0x1e4b0d)),_0x1df965['result']=[_0x53384b[_0x15baf(0x194)],_0x53384b['ZfRaA']][_0x15baf(0x1d3)](_0x1e4b0d['status'])?_0x53384b[_0x15baf(0x10c)]:_0x1e4b0d[_0x15baf(0x1e3)],_0x1df965[_0x15baf(0x15a)]=new Date()[_0x15baf(0x1e1)](),_0x1df965[_0x15baf(0x176)]=_0x53384b[_0x15baf(0x1bb)](Date[_0x15baf(0x18a)](),_0x1e4b0d[_0x15baf(0x14b)][_0x15baf(0x118)]()),_0x1df965[_0x15baf(0x1aa)]=_0x1e4b0d[_0x15baf(0x1ef)]?_0x1e4b0d[_0x15baf(0x1ef)][_0x15baf(0x12a)]:null;}}const a4_0xc5a81c={};a4_0xc5a81c[a4_0x2b0832(0x1a2)]=O11yHelper,a4_0xc5a81c[a4_0x2b0832(0x1de)]=STATE_PASSED,a4_0xc5a81c[a4_0x2b0832(0x1a5)]=STATE_FAILED,a4_0xc5a81c[a4_0x2b0832(0x16c)]=TEST_EVENTS,module[a4_0x2b0832(0x14a)]=a4_0xc5a81c;
|