browserstack-node-sdk 1.49.5 → 1.49.7
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_0x5f0dfe=a1_0x3cd8;(function(_0x223ae3,_0x3d19db){const _0x27df32=a1_0x3cd8,_0x2d21f2=_0x223ae3();while(!![]){try{const _0x238073=-parseInt(_0x27df32(0x229))/0x1+-parseInt(_0x27df32(0x25b))/0x2*(parseInt(_0x27df32(0x2b0))/0x3)+-parseInt(_0x27df32(0x221))/0x4+parseInt(_0x27df32(0x1db))/0x5*(-parseInt(_0x27df32(0x21c))/0x6)+-parseInt(_0x27df32(0x203))/0x7*(parseInt(_0x27df32(0x1e4))/0x8)+-parseInt(_0x27df32(0x264))/0x9+parseInt(_0x27df32(0x217))/0xa;if(_0x238073===_0x3d19db)break;else _0x2d21f2['push'](_0x2d21f2['shift']());}catch(_0x59e075){_0x2d21f2['push'](_0x2d21f2['shift']());}}}(a1_0x550f,0xc4568));const fs=require('fs'),util=require('util'),{requireModule,markSessionStatus,isUndefined,isTrue,isBrowserstackInfra}=require(a1_0x5f0dfe(0x25e)),logger=require(a1_0x5f0dfe(0x224))[a1_0x5f0dfe(0x253)],testOpsHelper=require(a1_0x5f0dfe(0x23b)),requestSpy=require(a1_0x5f0dfe(0x29a)),PlaywrightSessionDetails=require(a1_0x5f0dfe(0x26f)),{O11yHelper,TEST_EVENTS,STATE_PASSED,STATE_FAILED}=require(a1_0x5f0dfe(0x237)),{shouldScanTestForAccessibility,isAccessibilityAutomationSession}=require(a1_0x5f0dfe(0x233)),AccessibilityHelper=require(a1_0x5f0dfe(0x2ae)),scripts=require(a1_0x5f0dfe(0x1c5)),PerformanceTester=require(a1_0x5f0dfe(0x209)),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceHookEvents}=require('../../helpers/performance/constants'),{processWebDriverConfig,shouldPatchExecuteScript}=require(a1_0x5f0dfe(0x1ef)),testHubConstants=require(a1_0x5f0dfe(0x297)),globals=require(a1_0x5f0dfe(0x1d8)),CodeceptJS=requireModule('codeceptjs/lib/index.js',a1_0x5f0dfe(0x27b)),CodeceptUtils=requireModule(a1_0x5f0dfe(0x1c3),a1_0x5f0dfe(0x27b)),CodeceptWebDriver=requireModule('codeceptjs/lib/helper/WebDriver.js','codeceptjs'),CodeceptRecorder=requireModule(a1_0x5f0dfe(0x280),a1_0x5f0dfe(0x27b)),CodeceptPlaywright=requireModule('codeceptjs/lib/helper/Playwright.js',a1_0x5f0dfe(0x27b)),playwrightMarkSessionStatus=(_0x2dff95,_0x36f77c,_0x52c9c0)=>{const _0x2057bc=a1_0x5f0dfe,_0x567894={'mLEfN':'setSessionStatus','LFTyk':function(_0x416fff,_0x15ee12){return _0x416fff(_0x15ee12);}},_0x246dbf={};_0x246dbf[_0x2057bc(0x289)]=_0x36f77c;const _0x417bc5={};_0x417bc5[_0x2057bc(0x260)]=_0x567894['mLEfN'],_0x417bc5[_0x2057bc(0x2b2)]=_0x246dbf;const _0x2da8fa=_0x417bc5;return!_0x567894[_0x2057bc(0x277)](isUndefined,_0x52c9c0)&&(_0x2da8fa[_0x2057bc(0x2b2)][_0x2057bc(0x239)]=JSON['stringify'](_0x52c9c0)),_0x2dff95[_0x2057bc(0x206)](()=>{},_0x2057bc(0x1f3)+JSON[_0x2057bc(0x2b5)](_0x2da8fa));},o11ySync=PerformanceTester[a1_0x5f0dfe(0x212)](PerformanceO11yEvents[a1_0x5f0dfe(0x232)],async _0x40bb6c=>{const _0x6a1ab6=a1_0x5f0dfe,_0xf75111={};_0xf75111[_0x6a1ab6(0x223)]=function(_0x2273c9,_0x5a2743){return _0x2273c9===_0x5a2743;},_0xf75111['AEGOy']=_0x6a1ab6(0x23e);const _0x3caf25=_0xf75111;_0x3caf25[_0x6a1ab6(0x223)](_0x40bb6c[_0x6a1ab6(0x23d)][_0x6a1ab6(0x1fb)],_0x3caf25['AEGOy'])?await _0x40bb6c[_0x6a1ab6(0x206)](_0x46c51d=>{},testOpsHelper['getSyncScript']()):await _0x40bb6c[_0x6a1ab6(0x206)](testOpsHelper['getSyncScript']());}),markSessionName=PerformanceTester['measureWrapper'](PerformanceAutEvents['SESSION_NAME'],async(_0x106976,_0x5216e3)=>{const _0x2672e1=a1_0x5f0dfe,_0x2d3bd1={};_0x2d3bd1[_0x2672e1(0x1ca)]='setSessionName',_0x2d3bd1[_0x2672e1(0x219)]=function(_0xad7f38,_0x31a53f){return _0xad7f38===_0x31a53f;},_0x2d3bd1['sBePB']=_0x2672e1(0x23e);const _0x25e868=_0x2d3bd1,_0x1a0ff0={};_0x1a0ff0[_0x2672e1(0x1fb)]=_0x5216e3;const _0x5b7adf={};_0x5b7adf[_0x2672e1(0x260)]=_0x25e868[_0x2672e1(0x1ca)],_0x5b7adf[_0x2672e1(0x2b2)]=_0x1a0ff0;const _0x282a16=_0x5b7adf;_0x25e868[_0x2672e1(0x219)](_0x106976[_0x2672e1(0x23d)]['name'],_0x25e868[_0x2672e1(0x1e5)])?await _0x106976[_0x2672e1(0x206)](()=>{},_0x2672e1(0x1f3)+JSON['stringify'](_0x282a16)):await _0x106976[_0x2672e1(0x206)](_0x2672e1(0x1f3)+JSON['stringify'](_0x282a16));}),patchSaveScreenshot=_0x2bc87d=>{const _0x428064=a1_0x5f0dfe,_0x8adfda={'fpPVJ':_0x428064(0x220),'pCWMh':'TEST_SCREENSHOT','hRTxq':function(_0x127fa4){return _0x127fa4();},'ZwhiM':function(_0x48c6bc,_0x28c5a7){return _0x48c6bc(_0x28c5a7);},'DPlva':_0x428064(0x1ee)};_0x8adfda['ZwhiM'](isTrue,process['env'][_0x428064(0x2a8)])&&!_0x2bc87d[_0x428064(0x26c)]&&(_0x2bc87d[_0x428064(0x26c)]=!![],_0x2bc87d[_0x428064(0x28f)]=_0x2bc87d['saveScreenshot'],_0x2bc87d[_0x428064(0x22a)]=(_0x2b2945,_0xd6b189=![])=>{return new Promise(function(_0x13c040,_0x1cc75b){const _0x2d2a46=a1_0x3cd8,_0x25535f={'riIeU':_0x8adfda[_0x2d2a46(0x245)],'CVPjx':_0x8adfda[_0x2d2a46(0x1e3)],'pJChK':function(_0x4fc9fd){const _0x498f1f=_0x2d2a46;return _0x8adfda[_0x498f1f(0x24a)](_0x4fc9fd);},'YRIVR':function(_0xbf225b,_0x2d85ab){const _0x52c125=_0x2d2a46;return _0x8adfda[_0x52c125(0x29d)](_0xbf225b,_0x2d85ab);},'ANsqa':_0x8adfda[_0x2d2a46(0x26b)]};_0x2bc87d[_0x2d2a46(0x28f)](_0x2b2945,_0xd6b189)[_0x2d2a46(0x1ce)](()=>{const _0x1c6103=_0x2d2a46,_0x41177b=CodeceptUtils['screenshotOutputFolder'](_0x2b2945);if(_0x41177b){const _0x55c714=fs['readFileSync'](_0x41177b);process[_0x1c6103(0x256)]('bs:addLog:'+process[_0x1c6103(0x276)],{'timestamp':new Date()[_0x1c6103(0x257)](),'message':_0x55c714[_0x1c6103(0x249)](_0x25535f[_0x1c6103(0x226)]),'kind':_0x25535f[_0x1c6103(0x1e0)]}),_0x25535f[_0x1c6103(0x21e)](_0x13c040);}_0x25535f['YRIVR'](_0x1cc75b,new Error(_0x25535f[_0x1c6103(0x1d2)]));})[_0x2d2a46(0x2a6)](()=>null);});});},patchWebDriverBefore=_0x224401=>{const _0x9c69dd=a1_0x5f0dfe,_0x54c67f={'FdkTI':function(_0x303876){return _0x303876();},'DWoXL':function(_0x3c60fb,_0x58d477){return _0x3c60fb(_0x58d477);},'YbCUY':function(_0x4b159a,_0x24735c){return _0x4b159a===_0x24735c;},'BGhET':_0x9c69dd(0x271),'qaEfX':'string','wMQQe':function(_0x24b877,_0xf23af){return _0x24b877===_0xf23af;},'HoUnT':_0x9c69dd(0x227),'svAOT':function(_0x515d65,_0x22eede){return _0x515d65(_0x22eede);}},_0x35f42b=async function(_0x4fad46,_0x134054){const _0xa4881a=_0x9c69dd;_0x54c67f['FdkTI'](isAccessibilityAutomationSession)&&!global[_0xa4881a(0x1cf)]&&global[_0xa4881a(0x211)]&&scripts['shouldWrapCommand'](_0x4fad46[_0xa4881a(0x1fb)])&&_0x54c67f[_0xa4881a(0x29e)](shouldPatchExecuteScript,arguments[0x2])&&(global[_0xa4881a(0x1cf)]=!![],await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0xa4881a(0x215)],async()=>{const _0x4b7d6c=_0xa4881a;logger[_0x4b7d6c(0x207)](_0x4b7d6c(0x2b3)+_0x4fad46[_0x4b7d6c(0x1dc)]+'\x20'+_0x4fad46[_0x4b7d6c(0x1fb)]),await AccessibilityHelper[_0x4b7d6c(0x21d)](_0x224401,scripts[_0x4b7d6c(0x1ff)]);},{'command':_0x4fad46['name']})());global[_0xa4881a(0x1cf)]=![];const _0x316a45=JSON['parse'](process[_0xa4881a(0x1ea)][_0xa4881a(0x1cc)]||'{}');if(_0x54c67f[_0xa4881a(0x1da)](_0x316a45?.['testFramework']?.[_0xa4881a(0x1fb)],_0x54c67f['BGhET'])&&_0x54c67f[_0xa4881a(0x1da)](typeof _0x316a45?.[_0xa4881a(0x288)]?.[_0xa4881a(0x28a)],_0x54c67f[_0xa4881a(0x263)])&&_0x316a45?.[_0xa4881a(0x288)]?.[_0xa4881a(0x28a)]['startsWith']('7'))return _0x134054[_0xa4881a(0x1f8)](null,Array[_0xa4881a(0x2a2)]['slice']['call'](arguments,0x2));return _0x134054[_0xa4881a(0x1f8)](this,Array[_0xa4881a(0x2a2)][_0xa4881a(0x259)][_0xa4881a(0x2a1)](arguments,0x2));},_0x1fb8c6=CodeceptWebDriver[_0x9c69dd(0x2a2)][_0x9c69dd(0x21b)];CodeceptWebDriver[_0x9c69dd(0x2a2)][_0x9c69dd(0x21b)]=async function(){const _0x445ed4=_0x9c69dd;try{await _0x1fb8c6[_0x445ed4(0x1f8)](this,arguments);}catch(_0x30fc2c){logger['debug'](_0x445ed4(0x2a4)+util[_0x445ed4(0x296)](_0x30fc2c));}scripts[_0x445ed4(0x1c0)][_0x445ed4(0x22c)](_0x3c683f=>_0x3c683f[_0x445ed4(0x1fb)]&&_0x3c683f[_0x445ed4(0x1dc)])[_0x445ed4(0x240)](_0x3742f3=>{const _0x8abd8b=_0x445ed4;this[_0x8abd8b(0x2a9)][_0x8abd8b(0x274)](_0x3742f3[_0x8abd8b(0x1fb)],_0x35f42b[_0x8abd8b(0x287)](this,_0x3742f3),_0x54c67f[_0x8abd8b(0x24c)](_0x3742f3['class'],_0x54c67f['HoUnT']));}),_0x54c67f[_0x445ed4(0x234)](processWebDriverConfig,_0x224401);};};function parseJwt(_0x1d0225){const _0x36a1d9=a1_0x5f0dfe,_0x34766e={};_0x34766e['GmZKA']=_0x36a1d9(0x220);const _0x2731a1=_0x34766e;if(!_0x1d0225)return null;return JSON['parse'](Buffer[_0x36a1d9(0x255)](_0x1d0225[_0x36a1d9(0x236)]('.')[0x1],_0x2731a1[_0x36a1d9(0x1e6)])['toString']());}const patchPlaywrightBefore=()=>{const _0x5a94e6=a1_0x5f0dfe,_0x84a862={'Oeujd':function(_0x216c60){return _0x216c60();},'PmShj':_0x5a94e6(0x28e),'GRDtk':_0x5a94e6(0x218),'iBjFI':function(_0x34249c,_0x1eead3){return _0x34249c(_0x1eead3);},'kvIpK':function(_0x3466a4,_0x23b1ba){return _0x3466a4+_0x23b1ba;},'AVqSK':_0x5a94e6(0x292),'mVnyt':function(_0x412424){return _0x412424();},'xjJyJ':function(_0x2e56fb){return _0x2e56fb();},'rHLmr':function(_0xa1d534){return _0xa1d534();}};PlaywrightSessionDetails[_0x5a94e6(0x2b7)]();const _0x240503=CodeceptPlaywright[_0x5a94e6(0x2a2)][_0x5a94e6(0x21b)];CodeceptPlaywright[_0x5a94e6(0x2a2)][_0x5a94e6(0x21b)]=async function(){const _0x5ff037=_0x5a94e6,_0x3582a6={'ALUBQ':function(_0x1a0ec2){return _0x84a862['Oeujd'](_0x1a0ec2);},'tfTvQ':_0x84a862[_0x5ff037(0x210)],'LHTHa':_0x84a862[_0x5ff037(0x1eb)],'MRcgd':function(_0xb6a5b9){const _0x44bca5=_0x5ff037;return _0x84a862[_0x44bca5(0x22b)](_0xb6a5b9);},'knkFN':function(_0x40cda3,_0x50b3d6){const _0x282663=_0x5ff037;return _0x84a862[_0x282663(0x201)](_0x40cda3,_0x50b3d6);},'fzEzU':function(_0x2e42e7,_0x56fb96){const _0xe49589=_0x5ff037;return _0x84a862[_0xe49589(0x22e)](_0x2e42e7,_0x56fb96);},'uQhwV':_0x84a862[_0x5ff037(0x2b4)]};this[_0x5ff037(0x242)]=await this[_0x5ff037(0x2a9)][_0x5ff037(0x1d3)]()[0x0];const _0x37a9aa=async()=>{const _0x144cba=_0x5ff037,_0x1ca4b6=this[_0x144cba(0x286)]&&this['config'][_0x144cba(0x1fc)]&&this['config'][_0x144cba(0x1fc)][_0x144cba(0x247)]&&Array[_0x144cba(0x23f)](this['config'][_0x144cba(0x1fc)][_0x144cba(0x247)])&&this[_0x144cba(0x286)][_0x144cba(0x1fc)][_0x144cba(0x247)]['includes'](_0x3582a6[_0x144cba(0x20a)]);if(_0x3582a6['MRcgd'](isAccessibilityAutomationSession)&&!_0x1ca4b6)try{const _0xd86351=_0x3582a6[_0x144cba(0x261)](parseJwt,process[_0x144cba(0x1ea)][_0x144cba(0x2aa)]);if(_0xd86351&&_0xd86351[_0x144cba(0x266)]&&_0xd86351[_0x144cba(0x266)]['domForge']){const _0x1622e9=this[_0x144cba(0x242)][_0x144cba(0x21a)][_0x144cba(0x287)](this[_0x144cba(0x242)]);this[_0x144cba(0x242)]['pages']=async function(){const _0x186962=_0x144cba,_0x420b74=await _0x3582a6[_0x186962(0x2b6)](_0x1622e9),_0x367e6e=[];for(const _0x525679 of _0x420b74){try{const _0x5668db=await _0x525679['url']();!_0x5668db[_0x186962(0x24e)](_0x3582a6['tfTvQ'])&&_0x367e6e['push'](_0x525679);}catch(_0xba27d3){_0x367e6e[_0x186962(0x254)](_0x525679);}}return _0x367e6e;};}if(!_0x3582a6['MRcgd'](isBrowserstackInfra)){const _0x598c09=await this[_0x144cba(0x1e7)][_0x144cba(0x1d5)]();if(_0x598c09['startsWith'](_0x3582a6[_0x144cba(0x1cd)])){const _0x21a520=await this[_0x144cba(0x242)]['pages']();this[_0x144cba(0x24b)](_0x21a520[0x0]);}}}catch(_0x254963){logger[_0x144cba(0x207)](_0x144cba(0x295)+_0x254963[_0x144cba(0x27c)]+(_0x254963[_0x144cba(0x1d4)]?_0x3582a6[_0x144cba(0x270)](_0x3582a6[_0x144cba(0x26e)],_0x254963[_0x144cba(0x1d4)]):''));}};_0x84a862['Oeujd'](isBrowserstackInfra)&&await _0x84a862[_0x5ff037(0x22d)](_0x37a9aa),await _0x240503[_0x5ff037(0x1f8)](this,arguments),!_0x84a862[_0x5ff037(0x2b1)](isBrowserstackInfra)&&await _0x84a862['rHLmr'](_0x37a9aa);};},getCodeceptDriver=()=>{const _0x554779=a1_0x5f0dfe,_0x47ba66={};_0x47ba66[_0x554779(0x1bd)]=_0x554779(0x1f1),_0x47ba66['GeasO']=_0x554779(0x23e),_0x47ba66[_0x554779(0x27e)]='Puppeteer',_0x47ba66['EVPPj']=_0x554779(0x2a5);const _0x4ec399=_0x47ba66,_0x2eb3f5=[_0x4ec399[_0x554779(0x1bd)],_0x4ec399[_0x554779(0x1fe)],_0x4ec399[_0x554779(0x27e)],_0x4ec399['EVPPj']],_0x4f25b8=_0x2eb3f5[_0x554779(0x1e2)](_0xfd0206=>!!CodeceptJS[_0x554779(0x1c4)][_0x554779(0x291)](_0xfd0206));if(!_0x4f25b8)return null;return CodeceptJS['container'][_0x554779(0x291)](_0x4f25b8);};function a1_0x3cd8(_0x204094,_0x388620){const _0x550fde=a1_0x550f();return a1_0x3cd8=function(_0x3cd862,_0x2017fb){_0x3cd862=_0x3cd862-0x1bd;let _0x50ca61=_0x550fde[_0x3cd862];return _0x50ca61;},a1_0x3cd8(_0x204094,_0x388620);}function a1_0x550f(){const _0x43f8b8=['measureWrapper','aCWoW','BROWSERSTACK_TESTHUB_JWT','PERFORM_SCAN','VIQbF','51547080Srpunh','--auto-open-devtools-for-tabs','mKmgW','pages','_before','811914muDbgX','browserStackExecuteDriver','pJChK','SDK_HOOK','base64','1238328NdCBbD','dispatcher','VHIst','../../helpers/logger','bddStep-after','riIeU','Element','title','36709YoEQGA','saveScreenshot','Oeujd','filter','mVnyt','kvIpK','SESSION_STATUS','SDK_POST_INITIALIZE','stopMonitoring','SYNC','../../helpers/accessibility-automation/helper','svAOT','QHqGR','split','./o11yHelper','pXvUX','reason','startMonitoring','../../helpers/test-observability/utils','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','constructor','Playwright','isArray','forEach','comment','browserContext','mWBwI','XoiwL','fpPVJ','fireEvent','args','test-after','toString','hRTxq','_setPage','wMQQe','SDK_PRE_INITIALIZE','startsWith','enabled','captureError','GET_RESULTS_SUMMARY','SAVE_RESULTS','winstonLogger','push','from','emit','toISOString','thJwtToken','slice','afterTest','174WEGGUK','yRCuo','captureEvent','../../helpers/helper','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','action','knkFN','add','qaEfX','12743532jjDsEy','DDaCw','a11y_core_config','TEST_RUN_SKIPPED','SDK_POST_TEST','currentTest','end','DPlva','patchSaveScreenshot','step-comment','uQhwV','../../bin/playwright/sessionDetails','fzEzU','webdriverio','saveTestResults','__workerDetails','overwriteCommand','vbpth','pid','LFTyk','restore','skipped','getAccessibilityResultsSummary','codeceptjs','message','ywuCc','nmFJN','thBuildUuid','codeceptjs/lib/recorder.js','rmPDZ','addRequestSpy','setGlobal','getAccessibilityResults','osHJQ','config','bind','testFramework','status','version','HOOK_RUN_FINISHED','NBrdx','browserstackTestName','devtools://','initSaveScreenshot','passed','helpers','\x0aStack:\x20','EKYKg','command','Failed\x20to\x20patch\x20pages\x20method\x20in\x20browserContext\x20for\x20a11y\x20domForge:\x20','format','../../helpers/testhub/constants.js','__skipSessionStatus','hookType','../../helpers/request-spy','thTestRunUuid','Suite','ZwhiM','DWoXL','TEST_RUN_FINISHED','getResultsSummary','call','prototype','ENV_VAR','Failed\x20to\x20execute\x20_before:\x20','TestCafe','catch','bs:addLog:','BS_TESTOPS_ALLOW_SCREENSHOTS','browser','BS_A11Y_JWT','test-started','bddStepStart','event','../../bin/playwright/accessibility-helper','skipSessionStatus','44931RsNDHy','xjJyJ','arguments','Performing\x20scan\x20for\x20','AVqSK','stringify','ALUBQ','patch','rXBHj','sWalm','qNboY','commandsToWrap','Hllqh','step','codeceptjs/lib/utils.js','container','../../helpers/accessibility-automation/scripts','ctx','test-before','warn','NYAXu','jIYwF','hook','FRAMEWORK_DETAILS','tfTvQ','then','bstackAllyScanning','lYYMb','NBXGc','ANsqa','contexts','stack','url','bddStep','bddStep-before','../../helpers/globals.js','test','YbCUY','35nAsHvI','class','QSeqA','getResults','SDK_TEST','CVPjx','TEST_RUN_STARTED','find','pCWMh','56DAGiSz','sBePB','GmZKA','page','GET_RESULTS','before','env','GRDtk','swCgw','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20summary.','Screenshot\x20path\x20not\x20found','./helper.js','Failed\x20in\x20sending\x20TestRunFinish\x20event:\x20','WebDriver','HOOK_RUN_STARTED','browserstack_executor:\x20','lFbEd','all','after','stop','apply','SDK_PRE_TEST','hook-passed','name','chromium','start','GeasO','performScan','fciYl','iBjFI','failed','338037finrEy','mBHFm','titlePath','executeScript','debug','hook-failed','../../helpers/performance/performance-tester','LHTHa','zsyRm','__driver','rOtAf','skipSessionName','MwhlX','PmShj','accessibilityPlatform'];a1_0x550f=function(){return _0x43f8b8;};return a1_0x550f();}module['exports']=function(_0x371543){const _0xc9691=a1_0x5f0dfe,_0x1b631c={'mWBwI':function(_0x308bd5){return _0x308bd5();},'pXvUX':function(_0x27624e,_0x2b511c){return _0x27624e(_0x2b511c);},'QHqGR':'getAccessibilityResultsSummary','VuTWo':_0xc9691(0x1ed),'VIQbF':'getAccessibilityResults','mXUeP':_0xc9691(0x25f),'wAROh':function(_0x22012b,_0x3d1eb0){return _0x22012b(_0x3d1eb0);},'EKYKg':'hook-started','NBXGc':_0xc9691(0x1fa),'NBrdx':_0xc9691(0x208),'rmPDZ':_0xc9691(0x28d),'sWalm':_0xc9691(0x1c7),'vbpth':function(_0x5e6a6e,_0xd3725a){return _0x5e6a6e(_0xd3725a);},'XoiwL':function(_0xc75740,_0x1a4814,_0x5a69b7){return _0xc75740(_0x1a4814,_0x5a69b7);},'Hllqh':function(_0x396da2,_0x4cbb56){return _0x396da2(_0x4cbb56);},'aCWoW':_0xc9691(0x2ab),'lxLMi':function(_0x320815,_0x2dc0fa,_0xb99da7){return _0x320815(_0x2dc0fa,_0xb99da7);},'lFbEd':'test-passed','qNboY':function(_0xd5236b){return _0xd5236b();},'lYYMb':function(_0x3cf81f,_0x20d218,_0xbb670,_0x17565f){return _0x3cf81f(_0x20d218,_0xbb670,_0x17565f);},'yRCuo':function(_0x4a49d8,_0x16ac01){return _0x4a49d8===_0x16ac01;},'ywuCc':_0xc9691(0x29c),'ZlqAb':'test-failed','DDaCw':'test-skipped','cMQhP':_0xc9691(0x25a),'QSeqA':function(_0x13dcc6,_0x304918,_0x214af2){return _0x13dcc6(_0x304918,_0x214af2);},'osHJQ':'Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','cZolI':_0xc9691(0x248),'NYAXu':'INFO','zsyRm':'TEST_LOG','fciYl':_0xc9691(0x26d),'MwhlX':_0xc9691(0x1d7),'rOtAf':_0xc9691(0x225),'mBHFm':_0xc9691(0x23e)};_0x371543[_0xc9691(0x2af)]&&(global[_0xc9691(0x298)]=_0x371543[_0xc9691(0x2af)]);PerformanceTester[_0xc9691(0x23a)]();const _0xffdb99=_0x1b631c[_0xc9691(0x243)](getCodeceptDriver),_0x46e6a8=new O11yHelper(_0xffdb99,_0x371543),_0x39a89b=!!CodeceptJS[_0xc9691(0x1c4)][_0xc9691(0x291)](_0x1b631c[_0xc9691(0x204)]);global[_0xc9691(0x20c)]=_0xffdb99,_0xffdb99&&(PerformanceTester[_0xc9691(0x212)](PerformanceEvents[_0xc9691(0x24d)],()=>{const _0x363e54=_0xc9691;_0x39a89b?_0x1b631c[_0x363e54(0x243)](patchPlaywrightBefore):_0x1b631c[_0x363e54(0x238)](patchWebDriverBefore,_0xffdb99);})(),PerformanceTester[_0xc9691(0x212)](PerformanceEvents[_0xc9691(0x230)],()=>{const _0x50dd24=_0xc9691;_0xffdb99[_0x50dd24(0x27a)]=async()=>{const _0x511961=_0x50dd24;if(global['accessibilityPlatform']){const _0x2a7c27={};return _0x2a7c27[_0x511961(0x294)]=_0x1b631c[_0x511961(0x235)],await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x511961(0x215)],async()=>{const _0x43d13c=_0x511961;return await AccessibilityHelper[_0x43d13c(0x21d)](_0xffdb99,scripts[_0x43d13c(0x1ff)]);},_0x2a7c27)(),await PerformanceTester[_0x511961(0x212)](PerformanceA11yEvents[_0x511961(0x251)],async()=>{const _0x4dd638=_0x511961;return await AccessibilityHelper[_0x4dd638(0x21d)](_0xffdb99,scripts[_0x4dd638(0x2a0)]);})();}return logger[_0x511961(0x1c8)](_0x1b631c['VuTWo']),{};},_0xffdb99[_0x50dd24(0x284)]=async()=>{const _0x7f88fa=_0x50dd24;if(global[_0x7f88fa(0x211)]){const _0x1bb159={};return _0x1bb159[_0x7f88fa(0x294)]=_0x1b631c[_0x7f88fa(0x216)],await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x7f88fa(0x215)],async()=>{return await AccessibilityHelper['browserStackExecuteDriver'](_0xffdb99,scripts['performScan']);},_0x1bb159)(),await PerformanceTester[_0x7f88fa(0x212)](PerformanceA11yEvents[_0x7f88fa(0x1e8)],async()=>{const _0xfc1618=_0x7f88fa;return await AccessibilityHelper['browserStackExecuteDriver'](_0xffdb99,scripts[_0xfc1618(0x1de)]);})();}return logger[_0x7f88fa(0x1c8)](_0x1b631c['mXUeP']),{};},_0x1b631c['wAROh'](patchSaveScreenshot,_0xffdb99);})()),CodeceptJS[_0xc9691(0x2ad)]['dispatcher']['on'](CodeceptJS[_0xc9691(0x2ad)][_0xc9691(0x1f5)]['before'],()=>{const _0x462ee9=_0xc9691;PerformanceTester['start'](PerformanceEvents[_0x462ee9(0x1f9)]);try{_0x46e6a8[_0x462ee9(0x1fd)](),testOpsHelper[_0x462ee9(0x282)](),PerformanceTester[_0x462ee9(0x26a)](PerformanceEvents[_0x462ee9(0x1f9)]);}catch(_0x43550b){PerformanceTester[_0x462ee9(0x250)](_0x43550b),PerformanceTester[_0x462ee9(0x26a)](PerformanceEvents[_0x462ee9(0x1f9)],![],_0x43550b);}}),CodeceptJS[_0xc9691(0x2ad)][_0xc9691(0x222)]['on'](CodeceptJS[_0xc9691(0x2ad)]['all'][_0xc9691(0x1f6)],async()=>{const _0x3dffa2=_0xc9691;PerformanceTester[_0x3dffa2(0x1fd)](PerformanceEvents['SDK_POST_TEST']);try{requestSpy[_0x3dffa2(0x278)](),await _0x46e6a8[_0x3dffa2(0x1f7)](),PerformanceTester[_0x3dffa2(0x26a)](PerformanceEvents['SDK_POST_TEST']);}catch(_0x7f0ea3){PerformanceTester[_0x3dffa2(0x250)](_0x7f0ea3),PerformanceTester[_0x3dffa2(0x26a)](PerformanceEvents[_0x3dffa2(0x268)],![],_0x7f0ea3);}finally{PerformanceTester[_0x3dffa2(0x231)]();}}),CodeceptJS[_0xc9691(0x2ad)][_0xc9691(0x222)]['on'](CodeceptJS[_0xc9691(0x2ad)]['hook']['started'],_0x1b0828=>{const _0x46a7f6=_0xc9691;PerformanceTester['start'](PerformanceEvents[_0x46a7f6(0x21f)]);try{const _0x2d1615=_0x1b0828[_0x46a7f6(0x1c6)][_0x46a7f6(0x1d9)],_0x24942c=_0x46e6a8[_0x46a7f6(0x25d)](TEST_EVENTS[_0x46a7f6(0x1f2)],_0x2d1615);CodeceptRecorder[_0x46a7f6(0x262)](()=>_0x46e6a8[_0x46a7f6(0x246)](TEST_EVENTS[_0x46a7f6(0x1f2)],_0x24942c));const _0x40c307={};_0x40c307[_0x46a7f6(0x299)]=_0x1b631c[_0x46a7f6(0x293)],PerformanceTester[_0x46a7f6(0x26a)](PerformanceEvents[_0x46a7f6(0x21f)],!![],null,_0x40c307);}catch(_0xa29c1c){const _0x445154={};_0x445154[_0x46a7f6(0x299)]=_0x1b631c[_0x46a7f6(0x293)],PerformanceTester[_0x46a7f6(0x26a)](PerformanceEvents[_0x46a7f6(0x21f)],![],_0xa29c1c,_0x445154),PerformanceTester[_0x46a7f6(0x250)](_0xa29c1c);}}),CodeceptJS[_0xc9691(0x2ad)]['dispatcher']['on'](CodeceptJS[_0xc9691(0x2ad)][_0xc9691(0x1cb)][_0xc9691(0x290)],_0xc7235b=>{const _0x504bf8=_0xc9691,_0x592f06={};_0x592f06[_0x504bf8(0x299)]=_0x1b631c[_0x504bf8(0x1d1)],PerformanceTester[_0x504bf8(0x1fd)](PerformanceHookEvents[_0x504bf8(0x21f)],!![],null,_0x592f06);try{const _0x279729=_0xc7235b['ctx'][_0x504bf8(0x1d9)],_0x3d70eb=_0x46e6a8['captureEvent'](TEST_EVENTS['HOOK_RUN_FINISHED'],_0x279729);CodeceptRecorder[_0x504bf8(0x262)](()=>_0x46e6a8[_0x504bf8(0x246)](TEST_EVENTS['HOOK_RUN_FINISHED'],_0x3d70eb));const _0x11689e={};_0x11689e[_0x504bf8(0x299)]=_0x1b631c['NBXGc'],PerformanceTester['end'](PerformanceHookEvents[_0x504bf8(0x21f)],!![],null,_0x11689e);}catch(_0x31cfd9){PerformanceTester['captureError'](_0x31cfd9);const _0x3cd646={};_0x3cd646['hookType']=_0x1b631c[_0x504bf8(0x1d1)],PerformanceTester[_0x504bf8(0x26a)](PerformanceHookEvents['SDK_HOOK'],![],_0x31cfd9,_0x3cd646);}}),CodeceptJS[_0xc9691(0x2ad)][_0xc9691(0x222)]['on'](CodeceptJS[_0xc9691(0x2ad)][_0xc9691(0x1cb)]['failed'],async(_0x4c0cfa,_0x2aa2c8)=>{const _0x1e09c4=_0xc9691;PerformanceTester[_0x1e09c4(0x1fd)](PerformanceHookEvents[_0x1e09c4(0x21f)]);try{const _0x490199=_0x4c0cfa[_0x1e09c4(0x1c6)][_0x1e09c4(0x1d9)],_0x29c7aa=_0x46e6a8[_0x1e09c4(0x25d)](TEST_EVENTS[_0x1e09c4(0x28b)],_0x490199,_0x2aa2c8);CodeceptRecorder[_0x1e09c4(0x262)](()=>_0x46e6a8[_0x1e09c4(0x246)](TEST_EVENTS['HOOK_RUN_FINISHED'],_0x29c7aa));const _0x1e3064={};_0x1e3064[_0x1e09c4(0x299)]=_0x1b631c['NBrdx'],PerformanceTester[_0x1e09c4(0x1fd)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x1e3064);}catch(_0x16cd2b){PerformanceTester[_0x1e09c4(0x250)](_0x16cd2b);const _0x271038={};_0x271038[_0x1e09c4(0x299)]=_0x1b631c['NBrdx'],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],![],_0x16cd2b,_0x271038);}const _0x161c13={};_0x161c13[_0x1e09c4(0x299)]=_0x1b631c[_0x1e09c4(0x28c)],PerformanceTester[_0x1e09c4(0x26a)](PerformanceHookEvents[_0x1e09c4(0x21f)],!![],null,_0x161c13);}),CodeceptJS[_0xc9691(0x2ad)]['dispatcher']['on'](CodeceptJS['event'][_0xc9691(0x1d9)][_0xc9691(0x1e9)],_0x461783=>{const _0x2292a0=_0xc9691;PerformanceTester[_0x2292a0(0x1fd)](PerformanceHookEvents['SDK_HOOK']);try{globals['setGlobal'](_0x1b631c[_0x2292a0(0x281)],_0x461783[_0x2292a0(0x228)]);_0x1b631c[_0x2292a0(0x243)](isBrowserstackInfra)&&(_0x39a89b&&(global[_0x2292a0(0x273)]={'currentTest':{'name':_0x461783[_0x2292a0(0x228)],'testInfo':{'titlePath':_0x461783[_0x2292a0(0x205)]()}}}));const _0x4a2729={};_0x4a2729[_0x2292a0(0x299)]=_0x1b631c[_0x2292a0(0x1be)],PerformanceTester['end'](PerformanceHookEvents[_0x2292a0(0x21f)],!![],null,_0x4a2729);}catch(_0x3a4e66){PerformanceTester[_0x2292a0(0x250)](_0x3a4e66);const _0x1adb66={};_0x1adb66[_0x2292a0(0x299)]=_0x1b631c[_0x2292a0(0x1be)],PerformanceTester[_0x2292a0(0x26a)](PerformanceHookEvents['SDK_HOOK'],![],_0x3a4e66,_0x1adb66);}}),CodeceptJS[_0xc9691(0x2ad)][_0xc9691(0x222)]['on'](CodeceptJS[_0xc9691(0x2ad)][_0xc9691(0x1d9)]['started'],_0x27abce=>{const _0x3a2d7b=_0xc9691;PerformanceTester[_0x3a2d7b(0x1fd)](PerformanceHookEvents[_0x3a2d7b(0x21f)]);try{globals[_0x3a2d7b(0x283)](_0x1b631c['rmPDZ'],_0x27abce[_0x3a2d7b(0x228)]);const _0x1aa692=_0x46e6a8[_0x3a2d7b(0x25d)](TEST_EVENTS[_0x3a2d7b(0x1e1)],_0x27abce);CodeceptRecorder[_0x3a2d7b(0x262)](()=>_0x46e6a8[_0x3a2d7b(0x246)](TEST_EVENTS[_0x3a2d7b(0x1e1)],_0x1aa692)),CodeceptRecorder[_0x3a2d7b(0x262)](async()=>{const _0x3a1c3e=_0x3a2d7b;_0x1b631c[_0x3a1c3e(0x243)](isBrowserstackInfra)&&(!_0x1b631c[_0x3a1c3e(0x275)](isTrue,_0x371543[_0x3a1c3e(0x20e)])&&await _0x1b631c[_0x3a1c3e(0x244)](markSessionName,_0xffdb99,_0x27abce[_0x3a1c3e(0x228)]),_0x46e6a8[_0x3a1c3e(0x24f)]&&await _0x1b631c[_0x3a1c3e(0x1c1)](o11ySync,_0xffdb99));});}catch(_0x166a1c){const _0x2d2549={};_0x2d2549['hookType']=_0x1b631c[_0x3a2d7b(0x213)],PerformanceTester['end'](PerformanceHookEvents[_0x3a2d7b(0x21f)],![],_0x166a1c,_0x2d2549),PerformanceTester[_0x3a2d7b(0x250)](_0x166a1c);}const _0x1af8bf={};_0x1af8bf['hookType']=_0x1b631c[_0x3a2d7b(0x213)],PerformanceTester[_0x3a2d7b(0x26a)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x1af8bf);}),CodeceptJS[_0xc9691(0x2ad)][_0xc9691(0x222)]['on'](CodeceptJS[_0xc9691(0x2ad)][_0xc9691(0x1d9)][_0xc9691(0x290)],_0x129503=>{const _0x5e630b=_0xc9691,_0x2a894e={'swCgw':function(_0x469aba,_0x1cebad,_0x43f4dd){const _0x41cf6c=a1_0x3cd8;return _0x1b631c[_0x41cf6c(0x244)](_0x469aba,_0x1cebad,_0x43f4dd);},'GcZyY':function(_0x8b2237,_0x38b28a,_0x3c205c){return _0x1b631c['lxLMi'](_0x8b2237,_0x38b28a,_0x3c205c);}};PerformanceTester[_0x5e630b(0x1fd)](PerformanceHookEvents[_0x5e630b(0x21f)]);try{const _0xae3720=_0x46e6a8['captureEvent'](TEST_EVENTS[_0x5e630b(0x29f)],_0x129503);CodeceptRecorder[_0x5e630b(0x262)](()=>_0x46e6a8[_0x5e630b(0x246)](TEST_EVENTS[_0x5e630b(0x29f)],_0xae3720)),CodeceptRecorder[_0x5e630b(0x262)](async()=>{const _0x50bc36=_0x5e630b;_0x1b631c['mWBwI'](isBrowserstackInfra)&&await PerformanceTester[_0x50bc36(0x212)](PerformanceAutEvents[_0x50bc36(0x22f)],async()=>{const _0x17ebbc=_0x50bc36;_0x39a89b?await _0x2a894e[_0x17ebbc(0x1ec)](playwrightMarkSessionStatus,_0xffdb99,STATE_PASSED):await _0x2a894e['GcZyY'](markSessionStatus,_0xffdb99,STATE_PASSED);})();}),PerformanceTester[_0x5e630b(0x26a)](PerformanceEvents[_0x5e630b(0x1df)]);}catch(_0x569426){PerformanceTester[_0x5e630b(0x250)](_0x569426);const _0x58c5b2={};_0x58c5b2[_0x5e630b(0x299)]=_0x1b631c[_0x5e630b(0x1f4)],PerformanceTester[_0x5e630b(0x26a)](PerformanceHookEvents[_0x5e630b(0x21f)],![],_0x569426,_0x58c5b2),PerformanceTester[_0x5e630b(0x26a)](PerformanceEvents[_0x5e630b(0x1df)],![],_0x569426);}const _0x119e4e={};_0x119e4e[_0x5e630b(0x299)]=_0x1b631c['lFbEd'],PerformanceTester[_0x5e630b(0x26a)](PerformanceHookEvents[_0x5e630b(0x21f)],!![],null,_0x119e4e);}),CodeceptJS[_0xc9691(0x2ad)][_0xc9691(0x222)]['on'](CodeceptJS[_0xc9691(0x2ad)]['test'][_0xc9691(0x202)],(_0x30bb1c,_0x2d300b)=>{const _0x148334=_0xc9691;PerformanceTester[_0x148334(0x1fd)](PerformanceHookEvents[_0x148334(0x21f)]);try{if(_0x1b631c[_0x148334(0x25c)](_0x30bb1c[_0x148334(0x23d)][_0x148334(0x1fb)],_0x1b631c[_0x148334(0x27d)])){const _0x37719a=_0x46e6a8[_0x148334(0x25d)](TEST_EVENTS[_0x148334(0x267)],_0x30bb1c[_0x148334(0x1c6)][_0x148334(0x269)]);CodeceptRecorder[_0x148334(0x262)](()=>_0x46e6a8['fireEvent'](TEST_EVENTS[_0x148334(0x267)],_0x37719a));}else{const _0x28e59b=_0x46e6a8[_0x148334(0x25d)](TEST_EVENTS[_0x148334(0x29f)],_0x30bb1c,_0x2d300b);CodeceptRecorder['add'](()=>{const _0x4a7976=_0x148334;try{_0x46e6a8[_0x4a7976(0x246)](TEST_EVENTS['TEST_RUN_FINISHED'],_0x28e59b);}catch(_0x3a9704){logger[_0x4a7976(0x207)](_0x4a7976(0x1f0)+util[_0x4a7976(0x296)](_0x3a9704)),PerformanceTester[_0x4a7976(0x26a)](PerformanceEvents[_0x4a7976(0x1df)],![],_0x3a9704);}}),CodeceptRecorder['add'](async()=>{const _0x50c0ba=_0x148334;try{_0x1b631c[_0x50c0ba(0x1bf)](isBrowserstackInfra)&&(_0x39a89b?await _0x1b631c[_0x50c0ba(0x1d0)](playwrightMarkSessionStatus,_0xffdb99,STATE_FAILED,_0x2d300b):await _0x1b631c[_0x50c0ba(0x1d0)](markSessionStatus,_0xffdb99,STATE_FAILED,_0x2d300b));}catch(_0x3a18db){logger[_0x50c0ba(0x207)]('Failed\x20in\x20marking\x20session\x20status\x20of\x20test:\x20'+util[_0x50c0ba(0x296)](_0x3a18db)),PerformanceTester[_0x50c0ba(0x26a)](PerformanceEvents[_0x50c0ba(0x1df)],![],_0x3a18db);}});}PerformanceTester[_0x148334(0x26a)](PerformanceEvents[_0x148334(0x1df)]);}catch(_0x2e597f){PerformanceTester[_0x148334(0x250)](_0x2e597f);const _0x53d6e2={};_0x53d6e2[_0x148334(0x299)]=_0x1b631c['ZlqAb'],PerformanceTester[_0x148334(0x26a)](PerformanceHookEvents[_0x148334(0x21f)],![],_0x2e597f,_0x53d6e2),PerformanceTester[_0x148334(0x26a)](PerformanceEvents['SDK_TEST'],![],_0x2e597f);}const _0x199d85={};_0x199d85[_0x148334(0x299)]=_0x1b631c['ZlqAb'],PerformanceTester[_0x148334(0x26a)](PerformanceHookEvents[_0x148334(0x21f)],!![],null,_0x199d85);}),CodeceptJS[_0xc9691(0x2ad)]['dispatcher']['on'](CodeceptJS[_0xc9691(0x2ad)][_0xc9691(0x1d9)][_0xc9691(0x279)],_0x542782=>{const _0x521497=_0xc9691;PerformanceTester['start'](PerformanceHookEvents[_0x521497(0x21f)]);try{const _0x2efbbe=_0x46e6a8[_0x521497(0x25d)](TEST_EVENTS[_0x521497(0x267)],_0x542782);CodeceptRecorder[_0x521497(0x262)](()=>_0x46e6a8[_0x521497(0x246)](TEST_EVENTS[_0x521497(0x267)],_0x2efbbe)),PerformanceTester[_0x521497(0x26a)](PerformanceEvents[_0x521497(0x1df)]);}catch(_0x2b9a3c){PerformanceTester['captureError'](_0x2b9a3c),PerformanceTester[_0x521497(0x26a)](PerformanceEvents[_0x521497(0x1df)],![],_0x2b9a3c);const _0xcfa761={};_0xcfa761[_0x521497(0x299)]=_0x1b631c[_0x521497(0x265)],PerformanceTester[_0x521497(0x26a)](PerformanceHookEvents[_0x521497(0x21f)],![],_0x2b9a3c,_0xcfa761);}const _0xc2dab2={};_0xc2dab2[_0x521497(0x299)]=_0x1b631c[_0x521497(0x265)],PerformanceTester[_0x521497(0x26a)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0xc2dab2);}),CodeceptJS[_0xc9691(0x2ad)]['dispatcher']['on'](CodeceptJS[_0xc9691(0x2ad)][_0xc9691(0x1d9)][_0xc9691(0x1f6)],async(_0x418cc5,_0x183632)=>{const _0x26d0a9=_0xc9691;try{PerformanceTester[_0x26d0a9(0x1fd)](PerformanceHookEvents[_0x26d0a9(0x21f)]);const _0x397929=_0x1b631c[_0x26d0a9(0x1dd)](shouldScanTestForAccessibility,_0x418cc5[_0x26d0a9(0x205)](),!![]);if(_0x1b631c[_0x26d0a9(0x243)](isAccessibilityAutomationSession)&&global['accessibilityPlatform']&&_0x397929){const _0x2c08e7={};_0x2c08e7[_0x26d0a9(0x29b)]=_0x418cc5['testAnalyticsId'],_0x2c08e7[_0x26d0a9(0x27f)]=process[_0x26d0a9(0x1ea)][testHubConstants[_0x26d0a9(0x2a3)]['BROWSERSTACK_TESTHUB_UUID']],_0x2c08e7[_0x26d0a9(0x258)]=process['env'][testHubConstants[_0x26d0a9(0x2a3)][_0x26d0a9(0x214)]];const _0x2e49c7=_0x2c08e7;logger[_0x26d0a9(0x207)](_0x26d0a9(0x23c)+JSON['stringify'](_0x2e49c7)),CodeceptRecorder[_0x26d0a9(0x262)](async()=>{const _0x42432f=_0x26d0a9,_0x1ea55d={};_0x1ea55d[_0x42432f(0x294)]=_0x1b631c['cMQhP'],await PerformanceTester[_0x42432f(0x212)](PerformanceA11yEvents[_0x42432f(0x215)],async()=>{const _0x133c17=_0x42432f;await AccessibilityHelper[_0x133c17(0x21d)](_0xffdb99,scripts[_0x133c17(0x1ff)]);},_0x1ea55d)(),await PerformanceTester[_0x42432f(0x212)](PerformanceA11yEvents[_0x42432f(0x252)],async()=>{const _0x5031a8=_0x42432f;await AccessibilityHelper[_0x5031a8(0x21d)](_0xffdb99,scripts[_0x5031a8(0x272)],_0x2e49c7);})();}),logger['info'](_0x1b631c[_0x26d0a9(0x285)]);}const _0x34baa7={};_0x34baa7['hookType']=_0x1b631c['cZolI'],PerformanceTester[_0x26d0a9(0x26a)](PerformanceHookEvents[_0x26d0a9(0x21f)],!![],null,_0x34baa7);}catch(_0x92703b){PerformanceTester[_0x26d0a9(0x250)](_0x92703b);const _0x45c0f5={};_0x45c0f5[_0x26d0a9(0x299)]=_0x1b631c['cZolI'],PerformanceTester[_0x26d0a9(0x26a)](PerformanceHookEvents[_0x26d0a9(0x21f)],![],_0x92703b,_0x45c0f5);}}),CodeceptJS[_0xc9691(0x2ad)][_0xc9691(0x222)]['on'](CodeceptJS[_0xc9691(0x2ad)][_0xc9691(0x1c2)][_0xc9691(0x241)],_0x22e277=>{const _0x232bf6=_0xc9691;PerformanceTester[_0x232bf6(0x1fd)](PerformanceHookEvents[_0x232bf6(0x21f)]);try{process[_0x232bf6(0x256)](_0x232bf6(0x2a7)+process[_0x232bf6(0x276)],{'timestamp':new Date()[_0x232bf6(0x257)](),'level':_0x1b631c[_0x232bf6(0x1c9)],'message':_0x22e277,'kind':_0x1b631c[_0x232bf6(0x20b)],'http_response':{}});}catch(_0x137f07){PerformanceTester[_0x232bf6(0x250)](_0x137f07);const _0x7929f3={};_0x7929f3['hookType']=_0x1b631c['fciYl'],PerformanceTester[_0x232bf6(0x26a)](PerformanceHookEvents[_0x232bf6(0x21f)],![],_0x137f07,_0x7929f3);}const _0x438acf={};_0x438acf[_0x232bf6(0x299)]=_0x1b631c[_0x232bf6(0x200)],PerformanceTester[_0x232bf6(0x26a)](PerformanceHookEvents[_0x232bf6(0x21f)],!![],null,_0x438acf);}),CodeceptJS['event']['dispatcher']['on'](CodeceptJS[_0xc9691(0x2ad)][_0xc9691(0x1d6)][_0xc9691(0x1e9)],_0x179196=>{const _0x598739=_0xc9691,_0x423aa1={};_0x423aa1[_0x598739(0x299)]=_0x1b631c[_0x598739(0x20f)],PerformanceTester[_0x598739(0x212)](PerformanceHookEvents[_0x598739(0x21f)],()=>{const _0x24d4b7=_0x598739;_0x46e6a8[_0x24d4b7(0x2ac)](_0x179196);},_0x423aa1)();}),CodeceptJS[_0xc9691(0x2ad)][_0xc9691(0x222)]['on'](CodeceptJS[_0xc9691(0x2ad)]['bddStep']['after'],_0x2346b6=>{const _0x81af4c=_0xc9691,_0x2402ae={};_0x2402ae[_0x81af4c(0x299)]=_0x1b631c[_0x81af4c(0x20d)],PerformanceTester[_0x81af4c(0x212)](PerformanceHookEvents[_0x81af4c(0x21f)],()=>{_0x46e6a8['bddStepFinish'](_0x2346b6);},_0x2402ae)();});};
|
|
1
|
+
function a1_0x37b4(){const _0xc99bc1=['5dRsrZo','addRequestSpy','--auto-open-devtools-for-tabs','title','UfbjC','commandsToWrap','performScan','afterTest','5519408bFLqHO','bddStep','BEynk','TEST_SCREENSHOT','status','hook','AomCa','tAJSy','startsWith','Screenshot\x20path\x20not\x20found','HOOK_RUN_FINISHED','class','../../helpers/globals.js','end','_before','container','push','name','slice','bddStepStart','getSyncScript','passed','args','getAccessibilityResults','CRRLr','ICllj','yyZih','YbvgW','517ahWIeX','chromium','testFramework','saveScreenshot','parse','browserStackExecuteDriver','started','kYbmS','../../helpers/helper','SDK_HOOK','version','Failed\x20to\x20execute\x20_before:\x20','skdko','test','command','TEST_RUN_SKIPPED','NYmbx','accessibilityPlatform','stringify','SReZJ','OaRZQ','enabled','kzeCn','ZnpRT','thTestRunUuid','setGlobal','thBuildUuid','readFileSync','getResultsSummary','SnegU','INFO','SAVE_RESULTS','bddStepFinish','FaLdX','TxQTt','apply','BS_TESTOPS_ALLOW_SCREENSHOTS','./helper.js','SwpNc','pawtY','action','bstackAllyScanning','TEST_RUN_FINISHED','IFxOf','codeceptjs/lib/helper/WebDriver.js','llGLJ','initSaveScreenshot','hHUKk','find','start','toISOString','catch','../../helpers/test-observability/utils','PERFORM_SCAN','aNExS','yggiU','a11y_core_config','restore','shouldWrapCommand','zWvFn','XQQOI','all','after','MSamE','test-skipped','reason','NMNRN','titlePath','WebDriver','SESSION_STATUS','codeceptjs/lib/utils.js','Failed\x20in\x20sending\x20TestRunFinish\x20event:\x20','1343972JOAKSH','ENV_VAR','WfjdI','mMuSi','WotiM','NLOfX','ZadoU','Failed\x20in\x20marking\x20session\x20status\x20of\x20test:\x20','667104CSaaAW','OgjIJ','getAccessibilityResultsSummary','test-failed','../../helpers/request-spy','pages','TEST_RUN_STARTED','browserstack_executor:\x20','HEgMf','config','captureError','stack','overwriteCommand','bind','codeceptjs','string','page','measureWrapper','test-started','tgAmu','filter','SDK_TEST','fireEvent','asfWX','browserstackTestName','bDIob','hookType','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','call','getResults','MBpLk','patchSaveScreenshot','OryGG','isArray','url','bs:addLog:','nCMBM','szFdu','stopMonitoring','ZTMQq','fDNQG','Yrlcn','codeceptjs/lib/index.js','kBqEp','Ixmlx','executeScript','winstonLogger','231861cRPibr','ctx','SDK_POST_TEST','ZDkSP','warn','env','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20summary.','IlLPI','envJB','captureEvent','23300NahyJN','OGiVO','cbrDW','startMonitoring','lSoPR','browserContext','bHKyh','thJwtToken','event','then','GET_RESULTS_SUMMARY','forEach','HJnle','skipSessionStatus','Performing\x20scan\x20for\x20','prototype','SDK_POST_INITIALIZE','codeceptjs/lib/recorder.js','../../helpers/performance/constants','../../helpers/accessibility-automation/scripts','../../helpers/testhub/constants.js','GddZv','_setPage','toString','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','test-passed','arguments','add','BROWSERSTACK_TESTHUB_UUID','2786cTbcth','WAJSs','split','jfeFm','OEVAl','codeceptjs/lib/helper/Playwright.js','../../bin/playwright/sessionDetails','__driver','emit','SnAES','RXOVA','helpers','exports','./o11yHelper','debug','devtools://','TEST_LOG','3798VdaODx','__skipSessionStatus','TsUmB','KVIsA','BrPbU','ncwdi','FlsKK','vYdiT','DThcJ','format','base64','4369524odgiNz','__workerDetails','dispatcher','domForge','PGuNp','aUtWS','SDK_PRE_TEST','Playwright','nSVAn','JONgC','hook-passed','zVKMT','stop','IuLoc','BS_A11Y_JWT','aHJjl','saveTestResults','bddStep-after','DaFbT','Aemdh','Element','pid','test-after','bddStep-before','constructor','step','../../helpers/accessibility-automation/helper','skipSessionName','aURUw','AmyXI','before'];a1_0x37b4=function(){return _0xc99bc1;};return a1_0x37b4();}const a1_0x430db5=a1_0x16b4;(function(_0xff3e8a,_0x5bd274){const _0x437ca1=a1_0x16b4,_0x436af1=_0xff3e8a();while(!![]){try{const _0x22f1cf=parseInt(_0x437ca1(0x1bc))/0x1*(-parseInt(_0x437ca1(0x262))/0x2)+-parseInt(_0x437ca1(0x20c))/0x3+-parseInt(_0x437ca1(0x204))/0x4*(-parseInt(_0x437ca1(0x198))/0x5)+parseInt(_0x437ca1(0x179))/0x6+parseInt(_0x437ca1(0x23b))/0x7+-parseInt(_0x437ca1(0x1a0))/0x8+parseInt(_0x437ca1(0x16e))/0x9*(parseInt(_0x437ca1(0x245))/0xa);if(_0x22f1cf===_0x5bd274)break;else _0x436af1['push'](_0x436af1['shift']());}catch(_0x4612ef){_0x436af1['push'](_0x436af1['shift']());}}}(a1_0x37b4,0x6d69b));const fs=require('fs'),util=require('util'),{requireModule,markSessionStatus,isUndefined,isTrue,isBrowserstackInfra}=require(a1_0x430db5(0x1c4)),logger=require('../../helpers/logger')[a1_0x430db5(0x23a)],testOpsHelper=require(a1_0x430db5(0x1f0)),requestSpy=require(a1_0x430db5(0x210)),PlaywrightSessionDetails=require(a1_0x430db5(0x268)),{O11yHelper,TEST_EVENTS,STATE_PASSED,STATE_FAILED}=require(a1_0x430db5(0x26f)),{shouldScanTestForAccessibility,isAccessibilityAutomationSession}=require(a1_0x430db5(0x193)),AccessibilityHelper=require('../../bin/playwright/accessibility-helper'),scripts=require(a1_0x430db5(0x258)),PerformanceTester=require('../../helpers/performance/performance-tester'),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceHookEvents}=require(a1_0x430db5(0x257)),{processWebDriverConfig,shouldPatchExecuteScript}=require(a1_0x430db5(0x1e1)),testHubConstants=require(a1_0x430db5(0x259)),globals=require(a1_0x430db5(0x1ac)),CodeceptJS=requireModule(a1_0x430db5(0x236),a1_0x430db5(0x21a)),CodeceptUtils=requireModule(a1_0x430db5(0x202),a1_0x430db5(0x21a)),CodeceptWebDriver=requireModule(a1_0x430db5(0x1e8),'codeceptjs'),CodeceptRecorder=requireModule(a1_0x430db5(0x256),a1_0x430db5(0x21a)),CodeceptPlaywright=requireModule(a1_0x430db5(0x267),'codeceptjs'),playwrightMarkSessionStatus=(_0x42dd52,_0x2e6a10,_0x440d50)=>{const _0x5f2c3a=a1_0x430db5,_0x366f9c={'envJB':'setSessionStatus','ZTMQq':function(_0x72e257,_0x51c87f){return _0x72e257(_0x51c87f);}},_0x20d756={};_0x20d756[_0x5f2c3a(0x1a4)]=_0x2e6a10;const _0x51a627={};_0x51a627[_0x5f2c3a(0x1e4)]=_0x366f9c[_0x5f2c3a(0x243)],_0x51a627['arguments']=_0x20d756;const _0x4873c1=_0x51a627;return!_0x366f9c[_0x5f2c3a(0x233)](isUndefined,_0x440d50)&&(_0x4873c1[_0x5f2c3a(0x25f)][_0x5f2c3a(0x1fd)]=JSON[_0x5f2c3a(0x1ce)](_0x440d50)),_0x42dd52[_0x5f2c3a(0x239)](()=>{},_0x5f2c3a(0x213)+JSON[_0x5f2c3a(0x1ce)](_0x4873c1));},o11ySync=PerformanceTester['measureWrapper'](PerformanceO11yEvents['SYNC'],async _0x19c7fe=>{const _0x47239f=a1_0x430db5,_0x5812c6={};_0x5812c6['GddZv']=function(_0x26d224,_0x44e7b7){return _0x26d224===_0x44e7b7;},_0x5812c6[_0x47239f(0x196)]='Playwright';const _0x1ee877=_0x5812c6;_0x1ee877[_0x47239f(0x25a)](_0x19c7fe[_0x47239f(0x191)]['name'],_0x1ee877[_0x47239f(0x196)])?await _0x19c7fe[_0x47239f(0x239)](_0x525cd5=>{},testOpsHelper[_0x47239f(0x1b4)]()):await _0x19c7fe['executeScript'](testOpsHelper['getSyncScript']());}),markSessionName=PerformanceTester[a1_0x430db5(0x21d)](PerformanceAutEvents['SESSION_NAME'],async(_0x21ca1e,_0x527da0)=>{const _0x3c03f2=a1_0x430db5,_0x499143={};_0x499143['avKjF']='setSessionName',_0x499143['SnegU']=function(_0x304222,_0x2afa92){return _0x304222===_0x2afa92;},_0x499143[_0x3c03f2(0x1d0)]=_0x3c03f2(0x180);const _0x43df71=_0x499143,_0xffc8c5={};_0xffc8c5[_0x3c03f2(0x1b1)]=_0x527da0;const _0x47afeb={};_0x47afeb[_0x3c03f2(0x1e4)]=_0x43df71['avKjF'],_0x47afeb[_0x3c03f2(0x25f)]=_0xffc8c5;const _0x3b14bd=_0x47afeb;_0x43df71[_0x3c03f2(0x1d9)](_0x21ca1e[_0x3c03f2(0x191)]['name'],_0x43df71['OaRZQ'])?await _0x21ca1e['executeScript'](()=>{},_0x3c03f2(0x213)+JSON['stringify'](_0x3b14bd)):await _0x21ca1e[_0x3c03f2(0x239)]('browserstack_executor:\x20'+JSON[_0x3c03f2(0x1ce)](_0x3b14bd));}),patchSaveScreenshot=_0x292f6a=>{const _0xf6d6c0=a1_0x430db5,_0x519afc={'jfeFm':_0xf6d6c0(0x178),'NWwje':_0xf6d6c0(0x1a3),'HEgMf':function(_0x35ddc5){return _0x35ddc5();},'WotiM':function(_0x3e7037,_0x325f2e){return _0x3e7037(_0x325f2e);},'WfjdI':_0xf6d6c0(0x1a9),'lSoPR':function(_0xa4a678,_0x1dc6bb){return _0xa4a678(_0x1dc6bb);}};_0x519afc[_0xf6d6c0(0x249)](isTrue,process[_0xf6d6c0(0x240)][_0xf6d6c0(0x1e0)])&&!_0x292f6a[_0xf6d6c0(0x22b)]&&(_0x292f6a['patchSaveScreenshot']=!![],_0x292f6a[_0xf6d6c0(0x1ea)]=_0x292f6a[_0xf6d6c0(0x1bf)],_0x292f6a['saveScreenshot']=(_0x4e3ced,_0x3072ff=![])=>{return new Promise(function(_0x768bdf,_0xb53986){const _0x89ae27=a1_0x16b4,_0x1e54fc={'llGLJ':_0x519afc[_0x89ae27(0x265)],'IlLPI':_0x519afc['NWwje'],'RXOVA':function(_0x34e9be){const _0x52b013=_0x89ae27;return _0x519afc[_0x52b013(0x214)](_0x34e9be);},'XQQOI':function(_0x85d24a,_0x1523de){const _0xf9f093=_0x89ae27;return _0x519afc[_0xf9f093(0x208)](_0x85d24a,_0x1523de);},'ICllj':_0x519afc[_0x89ae27(0x206)]};_0x292f6a['initSaveScreenshot'](_0x4e3ced,_0x3072ff)[_0x89ae27(0x24e)](()=>{const _0x2e9836=_0x89ae27,_0x30e510=CodeceptUtils['screenshotOutputFolder'](_0x4e3ced);if(_0x30e510){const _0x276cb9=fs[_0x2e9836(0x1d7)](_0x30e510);process[_0x2e9836(0x26a)](_0x2e9836(0x22f)+process[_0x2e9836(0x18e)],{'timestamp':new Date()[_0x2e9836(0x1ee)](),'message':_0x276cb9[_0x2e9836(0x25c)](_0x1e54fc[_0x2e9836(0x1e9)]),'kind':_0x1e54fc[_0x2e9836(0x242)]}),_0x1e54fc[_0x2e9836(0x26c)](_0x768bdf);}_0x1e54fc[_0x2e9836(0x1f8)](_0xb53986,new Error(_0x1e54fc[_0x2e9836(0x1b9)]));})[_0x89ae27(0x1ef)](()=>null);});});},patchWebDriverBefore=_0x3f24ee=>{const _0x2381f7=a1_0x430db5,_0x44c37b={'SwpNc':function(_0x5b2376){return _0x5b2376();},'ZadoU':function(_0x5f93d5,_0x46f164){return _0x5f93d5(_0x46f164);},'RXVqK':function(_0xcc6382,_0x2f0ede){return _0xcc6382===_0x2f0ede;},'cbrDW':'webdriverio','ZDkSP':_0x2381f7(0x21b),'kzeCn':function(_0x1d5d3e,_0x26dbc1){return _0x1d5d3e===_0x26dbc1;},'LUibX':_0x2381f7(0x18d)},_0x3875b6=async function(_0x17616a,_0xc2efec){const _0x1c4355=_0x2381f7;_0x44c37b[_0x1c4355(0x1e2)](isAccessibilityAutomationSession)&&!global['bstackAllyScanning']&&global[_0x1c4355(0x1cd)]&&scripts[_0x1c4355(0x1f6)](_0x17616a[_0x1c4355(0x1b1)])&&_0x44c37b['ZadoU'](shouldPatchExecuteScript,arguments[0x2])&&(global[_0x1c4355(0x1e5)]=!![],await PerformanceTester[_0x1c4355(0x21d)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x4a8fbd=_0x1c4355;logger[_0x4a8fbd(0x270)](_0x4a8fbd(0x253)+_0x17616a[_0x4a8fbd(0x1ab)]+'\x20'+_0x17616a['name']),await AccessibilityHelper[_0x4a8fbd(0x1c1)](_0x3f24ee,scripts['performScan']);},{'command':_0x17616a[_0x1c4355(0x1b1)]})());global[_0x1c4355(0x1e5)]=![];const _0x22c154=JSON['parse'](process[_0x1c4355(0x240)]['FRAMEWORK_DETAILS']||'{}');if(_0x44c37b['RXVqK'](_0x22c154?.[_0x1c4355(0x1be)]?.['name'],_0x44c37b[_0x1c4355(0x247)])&&_0x44c37b['RXVqK'](typeof _0x22c154?.[_0x1c4355(0x1be)]?.[_0x1c4355(0x1c6)],_0x44c37b[_0x1c4355(0x23e)])&&_0x22c154?.[_0x1c4355(0x1be)]?.[_0x1c4355(0x1c6)][_0x1c4355(0x1a8)]('7'))return _0xc2efec['apply'](null,Array[_0x1c4355(0x254)][_0x1c4355(0x1b2)][_0x1c4355(0x228)](arguments,0x2));return _0xc2efec[_0x1c4355(0x1df)](this,Array[_0x1c4355(0x254)][_0x1c4355(0x1b2)][_0x1c4355(0x228)](arguments,0x2));},_0x56467e=CodeceptWebDriver[_0x2381f7(0x254)]['_before'];CodeceptWebDriver['prototype'][_0x2381f7(0x1ae)]=async function(){const _0x33ce8f=_0x2381f7,_0x519507={'nSVAn':function(_0x29573c,_0x2d2a69){const _0x5a9795=a1_0x16b4;return _0x44c37b[_0x5a9795(0x1d2)](_0x29573c,_0x2d2a69);},'kYbmS':_0x44c37b['LUibX']};try{await _0x56467e[_0x33ce8f(0x1df)](this,arguments);}catch(_0xb19012){logger[_0x33ce8f(0x270)](_0x33ce8f(0x1c7)+util[_0x33ce8f(0x177)](_0xb19012));}scripts[_0x33ce8f(0x19d)][_0x33ce8f(0x220)](_0x5a9cac=>_0x5a9cac[_0x33ce8f(0x1b1)]&&_0x5a9cac[_0x33ce8f(0x1ab)])[_0x33ce8f(0x250)](_0x2e3ca8=>{const _0x1d109f=_0x33ce8f;this['browser'][_0x1d109f(0x218)](_0x2e3ca8[_0x1d109f(0x1b1)],_0x3875b6[_0x1d109f(0x219)](this,_0x2e3ca8),_0x519507[_0x1d109f(0x181)](_0x2e3ca8[_0x1d109f(0x1ab)],_0x519507[_0x1d109f(0x1c3)]));}),_0x44c37b[_0x33ce8f(0x20a)](processWebDriverConfig,_0x3f24ee);};};function parseJwt(_0x58df27){const _0x586d80=a1_0x430db5,_0x3c145a={};_0x3c145a['BcXPY']=_0x586d80(0x178);const _0x614928=_0x3c145a;if(!_0x58df27)return null;return JSON[_0x586d80(0x1c0)](Buffer['from'](_0x58df27[_0x586d80(0x264)]('.')[0x1],_0x614928['BcXPY'])[_0x586d80(0x25c)]());}const patchPlaywrightBefore=()=>{const _0x424ab6=a1_0x430db5,_0x15722d={'NLOfX':function(_0x10d274){return _0x10d274();},'TXCKw':_0x424ab6(0x271),'vaHFV':_0x424ab6(0x19a),'fDNQG':function(_0x1494bf){return _0x1494bf();},'OGiVO':function(_0x5a9fa8,_0x60253){return _0x5a9fa8(_0x60253);},'XvsvU':function(_0x5b61d9,_0x4bb9ae){return _0x5b61d9+_0x4bb9ae;},'hHUKk':'\x0aStack:\x20','pawtY':function(_0xe501ec){return _0xe501ec();},'WAJSs':function(_0x17c18a){return _0x17c18a();},'YbvgW':function(_0x4f7c0d){return _0x4f7c0d();}};PlaywrightSessionDetails['patch']();const _0x5992ab=CodeceptPlaywright[_0x424ab6(0x254)][_0x424ab6(0x1ae)];CodeceptPlaywright['prototype'][_0x424ab6(0x1ae)]=async function(){const _0x3c1b73=_0x424ab6,_0x145feb={'OgjIJ':function(_0x72d995){const _0x44e717=a1_0x16b4;return _0x15722d[_0x44e717(0x209)](_0x72d995);},'vYdiT':_0x15722d['TXCKw'],'oBjIH':_0x15722d['vaHFV'],'glfAT':function(_0x49bda1){return _0x15722d['fDNQG'](_0x49bda1);},'SReZJ':function(_0x12a6f4,_0x55236e){const _0x2c9d25=a1_0x16b4;return _0x15722d[_0x2c9d25(0x246)](_0x12a6f4,_0x55236e);},'JONgC':function(_0x2fd84d,_0x127c80){return _0x15722d['XvsvU'](_0x2fd84d,_0x127c80);},'CRRLr':_0x15722d[_0x3c1b73(0x1eb)]};this['browserContext']=await this['browser']['contexts']()[0x0];const _0x406158=async()=>{const _0x3775a4=_0x3c1b73,_0x49954c=this[_0x3775a4(0x215)]&&this['config'][_0x3775a4(0x1bd)]&&this[_0x3775a4(0x215)][_0x3775a4(0x1bd)][_0x3775a4(0x1b6)]&&Array[_0x3775a4(0x22d)](this[_0x3775a4(0x215)][_0x3775a4(0x1bd)][_0x3775a4(0x1b6)])&&this[_0x3775a4(0x215)]['chromium'][_0x3775a4(0x1b6)]['includes'](_0x145feb['oBjIH']);if(_0x145feb['glfAT'](isAccessibilityAutomationSession)&&!_0x49954c)try{const _0x43a418=_0x145feb[_0x3775a4(0x1cf)](parseJwt,process[_0x3775a4(0x240)][_0x3775a4(0x187)]);if(_0x43a418&&_0x43a418[_0x3775a4(0x1f4)]&&_0x43a418[_0x3775a4(0x1f4)][_0x3775a4(0x17c)]){const _0xcd8704=this[_0x3775a4(0x24a)][_0x3775a4(0x211)][_0x3775a4(0x219)](this['browserContext']);this[_0x3775a4(0x24a)][_0x3775a4(0x211)]=async function(){const _0x2705e3=_0x3775a4,_0x330be2=await _0x145feb[_0x2705e3(0x20d)](_0xcd8704),_0x36bc65=[];for(const _0x1b1dd3 of _0x330be2){try{const _0x57858b=await _0x1b1dd3[_0x2705e3(0x22e)]();!_0x57858b[_0x2705e3(0x1a8)](_0x145feb[_0x2705e3(0x175)])&&_0x36bc65[_0x2705e3(0x1b0)](_0x1b1dd3);}catch(_0x51a296){_0x36bc65[_0x2705e3(0x1b0)](_0x1b1dd3);}}return _0x36bc65;};}if(!_0x145feb[_0x3775a4(0x20d)](isBrowserstackInfra)){const _0x20d15c=await this[_0x3775a4(0x21c)]['url']();if(_0x20d15c['startsWith'](_0x145feb[_0x3775a4(0x175)])){const _0x47e012=await this[_0x3775a4(0x24a)][_0x3775a4(0x211)]();this[_0x3775a4(0x25b)](_0x47e012[0x0]);}}}catch(_0x54ce52){logger[_0x3775a4(0x270)]('Failed\x20to\x20patch\x20pages\x20method\x20in\x20browserContext\x20for\x20a11y\x20domForge:\x20'+_0x54ce52['message']+(_0x54ce52['stack']?_0x145feb[_0x3775a4(0x182)](_0x145feb[_0x3775a4(0x1b8)],_0x54ce52[_0x3775a4(0x217)]):''));}};_0x15722d[_0x3c1b73(0x234)](isBrowserstackInfra)&&await _0x15722d[_0x3c1b73(0x1e3)](_0x406158),await _0x5992ab[_0x3c1b73(0x1df)](this,arguments),!_0x15722d[_0x3c1b73(0x263)](isBrowserstackInfra)&&await _0x15722d[_0x3c1b73(0x1bb)](_0x406158);};},getCodeceptDriver=()=>{const _0x316031=a1_0x430db5,_0x22b888={};_0x22b888['asfWX']=_0x316031(0x200),_0x22b888[_0x316031(0x17e)]=_0x316031(0x180),_0x22b888[_0x316031(0x24b)]='Puppeteer',_0x22b888['tAJSy']='TestCafe';const _0x3d8eed=_0x22b888,_0xb17a98=[_0x3d8eed[_0x316031(0x223)],_0x3d8eed['aUtWS'],_0x3d8eed[_0x316031(0x24b)],_0x3d8eed[_0x316031(0x1a7)]],_0x53076c=_0xb17a98[_0x316031(0x1ec)](_0x21e47b=>!!CodeceptJS[_0x316031(0x1af)][_0x316031(0x26d)](_0x21e47b));if(!_0x53076c)return null;return CodeceptJS[_0x316031(0x1af)][_0x316031(0x26d)](_0x53076c);};function a1_0x16b4(_0xbca008,_0x59d43b){const _0x37b488=a1_0x37b4();return a1_0x16b4=function(_0x16b427,_0x1d8e16){_0x16b427=_0x16b427-0x16e;let _0x1c7ab4=_0x37b488[_0x16b427];return _0x1c7ab4;},a1_0x16b4(_0xbca008,_0x59d43b);}module[a1_0x430db5(0x26e)]=function(_0xe67ee9){const _0x11a390=a1_0x430db5,_0x4cf7bc={'yggiU':function(_0x460427){return _0x460427();},'skdko':function(_0x8fd2e1,_0x45a008){return _0x8fd2e1(_0x45a008);},'aNExS':_0x11a390(0x20e),'DThcJ':_0x11a390(0x241),'IFxOf':'getAccessibilityResults','rWXnA':_0x11a390(0x227),'bDIob':'hook-started','mMuSi':_0x11a390(0x183),'zWvFn':'hook-failed','ZnpRT':_0x11a390(0x224),'KVIsA':'test-before','tgAmu':function(_0x4f8ca1,_0x139567,_0x3b4497){return _0x4f8ca1(_0x139567,_0x3b4497);},'TsUmB':function(_0x173655,_0x590eaf){return _0x173655(_0x590eaf);},'DaFbT':_0x11a390(0x21e),'TxQTt':function(_0x14a057,_0x3b3d80,_0x18db47){return _0x14a057(_0x3b3d80,_0x18db47);},'IuLoc':function(_0x4e3b86,_0x2e4d8d,_0x310900){return _0x4e3b86(_0x2e4d8d,_0x310900);},'aHJjl':_0x11a390(0x25e),'FaLdX':function(_0x1ced31,_0x26045f,_0x253175,_0x1c1337){return _0x1ced31(_0x26045f,_0x253175,_0x1c1337);},'UfbjC':function(_0x3e193f,_0x5825fe,_0x1810a2,_0x428906){return _0x3e193f(_0x5825fe,_0x1810a2,_0x428906);},'SnAES':function(_0xe03ac6,_0x5a05e2){return _0xe03ac6===_0x5a05e2;},'nCMBM':'Suite','wOAZH':_0x11a390(0x20f),'Aemdh':_0x11a390(0x1fc),'MBpLk':_0x11a390(0x19f),'OryGG':function(_0x27fd39,_0x2dbfe5,_0x52e06f){return _0x27fd39(_0x2dbfe5,_0x52e06f);},'NMNRN':function(_0x55503a){return _0x55503a();},'GKdKN':_0x11a390(0x25d),'Ixmlx':_0x11a390(0x18f),'OEVAl':_0x11a390(0x1da),'BrPbU':_0x11a390(0x272),'aURUw':'step-comment','HJnle':_0x11a390(0x190),'ncwdi':_0x11a390(0x18a),'yyZih':_0x11a390(0x180)};_0xe67ee9['skipSessionStatus']&&(global[_0x11a390(0x16f)]=_0xe67ee9[_0x11a390(0x252)]);PerformanceTester[_0x11a390(0x248)]();const _0x3684c3=_0x4cf7bc[_0x11a390(0x1fe)](getCodeceptDriver),_0x176bb8=new O11yHelper(_0x3684c3,_0xe67ee9),_0xefd1c2=!!CodeceptJS['container'][_0x11a390(0x26d)](_0x4cf7bc[_0x11a390(0x1ba)]);global[_0x11a390(0x269)]=_0x3684c3,_0x3684c3&&(PerformanceTester['measureWrapper'](PerformanceEvents['SDK_PRE_INITIALIZE'],()=>{const _0x4d4e56=_0x11a390;_0xefd1c2?_0x4cf7bc[_0x4d4e56(0x1f3)](patchPlaywrightBefore):_0x4cf7bc['skdko'](patchWebDriverBefore,_0x3684c3);})(),PerformanceTester[_0x11a390(0x21d)](PerformanceEvents[_0x11a390(0x255)],()=>{const _0x11532=_0x11a390,_0x36dccb={};_0x36dccb[_0x11532(0x184)]=_0x4cf7bc[_0x11532(0x1e7)],_0x36dccb[_0x11532(0x1a2)]=_0x4cf7bc['rWXnA'];const _0x49124f=_0x36dccb;_0x3684c3[_0x11532(0x20e)]=async()=>{const _0x1af2a1=_0x11532;if(global[_0x1af2a1(0x1cd)]){const _0x9b73ad={};return _0x9b73ad[_0x1af2a1(0x1ca)]=_0x4cf7bc[_0x1af2a1(0x1f2)],await PerformanceTester[_0x1af2a1(0x21d)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x2717f5=_0x1af2a1;return await AccessibilityHelper[_0x2717f5(0x1c1)](_0x3684c3,scripts[_0x2717f5(0x19e)]);},_0x9b73ad)(),await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x1af2a1(0x24f)],async()=>{const _0x232a05=_0x1af2a1;return await AccessibilityHelper[_0x232a05(0x1c1)](_0x3684c3,scripts[_0x232a05(0x1d8)]);})();}return logger[_0x1af2a1(0x23f)](_0x4cf7bc[_0x1af2a1(0x176)]),{};},_0x3684c3[_0x11532(0x1b7)]=async()=>{const _0x3da1c=_0x11532;if(global[_0x3da1c(0x1cd)]){const _0x4bb4f8={};return _0x4bb4f8[_0x3da1c(0x1ca)]=_0x49124f[_0x3da1c(0x184)],await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x3da1c(0x1f1)],async()=>{const _0x4582cb=_0x3da1c;return await AccessibilityHelper[_0x4582cb(0x1c1)](_0x3684c3,scripts[_0x4582cb(0x19e)]);},_0x4bb4f8)(),await PerformanceTester[_0x3da1c(0x21d)](PerformanceA11yEvents['GET_RESULTS'],async()=>{const _0x479f16=_0x3da1c;return await AccessibilityHelper['browserStackExecuteDriver'](_0x3684c3,scripts[_0x479f16(0x229)]);})();}return logger[_0x3da1c(0x23f)](_0x49124f['BEynk']),{};},_0x4cf7bc[_0x11532(0x1c8)](patchSaveScreenshot,_0x3684c3);})()),CodeceptJS['event'][_0x11a390(0x17b)]['on'](CodeceptJS[_0x11a390(0x24d)][_0x11a390(0x1f9)][_0x11a390(0x197)],()=>{const _0x5d0c1f=_0x11a390;PerformanceTester['start'](PerformanceEvents[_0x5d0c1f(0x17f)]);try{_0x176bb8['start'](),testOpsHelper[_0x5d0c1f(0x199)](),PerformanceTester[_0x5d0c1f(0x1ad)](PerformanceEvents['SDK_PRE_TEST']);}catch(_0x493db4){PerformanceTester['captureError'](_0x493db4),PerformanceTester[_0x5d0c1f(0x1ad)](PerformanceEvents[_0x5d0c1f(0x17f)],![],_0x493db4);}}),CodeceptJS[_0x11a390(0x24d)][_0x11a390(0x17b)]['on'](CodeceptJS[_0x11a390(0x24d)][_0x11a390(0x1f9)][_0x11a390(0x1fa)],async()=>{const _0xf66fce=_0x11a390;PerformanceTester['start'](PerformanceEvents[_0xf66fce(0x23d)]);try{requestSpy[_0xf66fce(0x1f5)](),await _0x176bb8[_0xf66fce(0x185)](),PerformanceTester[_0xf66fce(0x1ad)](PerformanceEvents[_0xf66fce(0x23d)]);}catch(_0x2effe8){PerformanceTester[_0xf66fce(0x216)](_0x2effe8),PerformanceTester['end'](PerformanceEvents[_0xf66fce(0x23d)],![],_0x2effe8);}finally{PerformanceTester[_0xf66fce(0x232)]();}}),CodeceptJS[_0x11a390(0x24d)][_0x11a390(0x17b)]['on'](CodeceptJS[_0x11a390(0x24d)][_0x11a390(0x1a5)][_0x11a390(0x1c2)],_0xf0317f=>{const _0x526909=_0x11a390;PerformanceTester[_0x526909(0x1ed)](PerformanceEvents[_0x526909(0x1c5)]);try{const _0x3730a7=_0xf0317f[_0x526909(0x23c)][_0x526909(0x1c9)],_0x38f430=_0x176bb8[_0x526909(0x244)](TEST_EVENTS['HOOK_RUN_STARTED'],_0x3730a7);CodeceptRecorder[_0x526909(0x260)](()=>_0x176bb8[_0x526909(0x222)](TEST_EVENTS['HOOK_RUN_STARTED'],_0x38f430));const _0x5889bb={};_0x5889bb[_0x526909(0x226)]=_0x4cf7bc[_0x526909(0x225)],PerformanceTester[_0x526909(0x1ad)](PerformanceEvents['SDK_HOOK'],!![],null,_0x5889bb);}catch(_0x513b89){const _0x355ed5={};_0x355ed5[_0x526909(0x226)]=_0x4cf7bc[_0x526909(0x225)],PerformanceTester[_0x526909(0x1ad)](PerformanceEvents[_0x526909(0x1c5)],![],_0x513b89,_0x355ed5),PerformanceTester[_0x526909(0x216)](_0x513b89);}}),CodeceptJS['event'][_0x11a390(0x17b)]['on'](CodeceptJS[_0x11a390(0x24d)]['hook'][_0x11a390(0x1b5)],_0x494765=>{const _0x20a820=_0x11a390,_0x341e44={};_0x341e44[_0x20a820(0x226)]=_0x4cf7bc['mMuSi'],PerformanceTester['start'](PerformanceHookEvents[_0x20a820(0x1c5)],!![],null,_0x341e44);try{const _0x23fc6d=_0x494765[_0x20a820(0x23c)]['test'],_0x467378=_0x176bb8[_0x20a820(0x244)](TEST_EVENTS[_0x20a820(0x1aa)],_0x23fc6d);CodeceptRecorder[_0x20a820(0x260)](()=>_0x176bb8[_0x20a820(0x222)](TEST_EVENTS[_0x20a820(0x1aa)],_0x467378));const _0x4f23da={};_0x4f23da[_0x20a820(0x226)]=_0x4cf7bc[_0x20a820(0x207)],PerformanceTester[_0x20a820(0x1ad)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x4f23da);}catch(_0x23521f){PerformanceTester['captureError'](_0x23521f);const _0x32487a={};_0x32487a[_0x20a820(0x226)]=_0x4cf7bc[_0x20a820(0x207)],PerformanceTester['end'](PerformanceHookEvents[_0x20a820(0x1c5)],![],_0x23521f,_0x32487a);}}),CodeceptJS[_0x11a390(0x24d)][_0x11a390(0x17b)]['on'](CodeceptJS['event'][_0x11a390(0x1a5)]['failed'],async(_0x17e6d6,_0x59574c)=>{const _0x304eaa=_0x11a390;PerformanceTester[_0x304eaa(0x1ed)](PerformanceHookEvents[_0x304eaa(0x1c5)]);try{const _0x20cdd9=_0x17e6d6['ctx'][_0x304eaa(0x1c9)],_0x59b45d=_0x176bb8[_0x304eaa(0x244)](TEST_EVENTS[_0x304eaa(0x1aa)],_0x20cdd9,_0x59574c);CodeceptRecorder[_0x304eaa(0x260)](()=>_0x176bb8[_0x304eaa(0x222)](TEST_EVENTS['HOOK_RUN_FINISHED'],_0x59b45d));const _0x1894c0={};_0x1894c0['hookType']=_0x4cf7bc[_0x304eaa(0x1f7)],PerformanceTester['start'](PerformanceHookEvents[_0x304eaa(0x1c5)],!![],null,_0x1894c0);}catch(_0x53a74c){PerformanceTester[_0x304eaa(0x216)](_0x53a74c);const _0x47a685={};_0x47a685[_0x304eaa(0x226)]=_0x4cf7bc[_0x304eaa(0x1f7)],PerformanceTester[_0x304eaa(0x1ad)](PerformanceHookEvents[_0x304eaa(0x1c5)],![],_0x53a74c,_0x47a685);}const _0x1b0f6b={};_0x1b0f6b[_0x304eaa(0x226)]=_0x4cf7bc[_0x304eaa(0x1f7)],PerformanceTester['end'](PerformanceHookEvents[_0x304eaa(0x1c5)],!![],null,_0x1b0f6b);}),CodeceptJS['event'][_0x11a390(0x17b)]['on'](CodeceptJS[_0x11a390(0x24d)][_0x11a390(0x1c9)]['before'],_0x44d1cc=>{const _0x420433=_0x11a390;PerformanceTester[_0x420433(0x1ed)](PerformanceHookEvents['SDK_HOOK']);try{globals[_0x420433(0x1d5)](_0x4cf7bc[_0x420433(0x1d3)],_0x44d1cc[_0x420433(0x19b)]);_0x4cf7bc[_0x420433(0x1f3)](isBrowserstackInfra)&&(_0xefd1c2&&(global[_0x420433(0x17a)]={'currentTest':{'name':_0x44d1cc[_0x420433(0x19b)],'testInfo':{'titlePath':_0x44d1cc[_0x420433(0x1ff)]()}}}));const _0xd2ef36={};_0xd2ef36[_0x420433(0x226)]=_0x4cf7bc['KVIsA'],PerformanceTester['end'](PerformanceHookEvents[_0x420433(0x1c5)],!![],null,_0xd2ef36);}catch(_0x14e6bc){PerformanceTester[_0x420433(0x216)](_0x14e6bc);const _0x458b0d={};_0x458b0d[_0x420433(0x226)]=_0x4cf7bc[_0x420433(0x171)],PerformanceTester[_0x420433(0x1ad)](PerformanceHookEvents[_0x420433(0x1c5)],![],_0x14e6bc,_0x458b0d);}}),CodeceptJS[_0x11a390(0x24d)][_0x11a390(0x17b)]['on'](CodeceptJS[_0x11a390(0x24d)]['test'][_0x11a390(0x1c2)],_0x3d076c=>{const _0x2363d6=_0x11a390,_0x42006c={'kBqEp':function(_0x95ee37){const _0x3bbc39=a1_0x16b4;return _0x4cf7bc[_0x3bbc39(0x1f3)](_0x95ee37);},'DagIf':function(_0x580cbf,_0x1015bb){const _0x15a369=a1_0x16b4;return _0x4cf7bc[_0x15a369(0x1c8)](_0x580cbf,_0x1015bb);},'FlsKK':function(_0x95a485,_0x42e82a,_0xdb23c7){const _0x234cdc=a1_0x16b4;return _0x4cf7bc[_0x234cdc(0x21f)](_0x95a485,_0x42e82a,_0xdb23c7);},'NYmbx':function(_0x592f16,_0x272e75){const _0x5c80c3=a1_0x16b4;return _0x4cf7bc[_0x5c80c3(0x170)](_0x592f16,_0x272e75);}};PerformanceTester[_0x2363d6(0x1ed)](PerformanceHookEvents[_0x2363d6(0x1c5)]);try{globals[_0x2363d6(0x1d5)](_0x4cf7bc[_0x2363d6(0x1d3)],_0x3d076c[_0x2363d6(0x19b)]);const _0x208d9e=_0x176bb8['captureEvent'](TEST_EVENTS[_0x2363d6(0x212)],_0x3d076c);CodeceptRecorder[_0x2363d6(0x260)](()=>_0x176bb8[_0x2363d6(0x222)](TEST_EVENTS[_0x2363d6(0x212)],_0x208d9e)),CodeceptRecorder['add'](async()=>{const _0x45995a=_0x2363d6;_0x42006c[_0x45995a(0x237)](isBrowserstackInfra)&&(!_0x42006c['DagIf'](isTrue,_0xe67ee9[_0x45995a(0x194)])&&await _0x42006c[_0x45995a(0x174)](markSessionName,_0x3684c3,_0x3d076c[_0x45995a(0x19b)]),_0x176bb8[_0x45995a(0x1d1)]&&await _0x42006c[_0x45995a(0x1cc)](o11ySync,_0x3684c3));});}catch(_0x625417){const _0x162657={};_0x162657[_0x2363d6(0x226)]=_0x4cf7bc[_0x2363d6(0x18b)],PerformanceTester[_0x2363d6(0x1ad)](PerformanceHookEvents[_0x2363d6(0x1c5)],![],_0x625417,_0x162657),PerformanceTester[_0x2363d6(0x216)](_0x625417);}const _0x450f72={};_0x450f72[_0x2363d6(0x226)]=_0x4cf7bc[_0x2363d6(0x18b)],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x450f72);}),CodeceptJS['event']['dispatcher']['on'](CodeceptJS[_0x11a390(0x24d)]['test'][_0x11a390(0x1b5)],_0x5dbcc9=>{const _0x38c013=_0x11a390;PerformanceTester[_0x38c013(0x1ed)](PerformanceHookEvents[_0x38c013(0x1c5)]);try{const _0xb3ca12=_0x176bb8['captureEvent'](TEST_EVENTS[_0x38c013(0x1e6)],_0x5dbcc9);CodeceptRecorder['add'](()=>_0x176bb8[_0x38c013(0x222)](TEST_EVENTS[_0x38c013(0x1e6)],_0xb3ca12)),CodeceptRecorder[_0x38c013(0x260)](async()=>{const _0x2d0c51=_0x38c013,_0x126571={'Yrlcn':function(_0x2bf3ef,_0x5189b1,_0x112ca2){const _0x1cc695=a1_0x16b4;return _0x4cf7bc[_0x1cc695(0x1de)](_0x2bf3ef,_0x5189b1,_0x112ca2);},'szFdu':function(_0x84cf17,_0x1a670a,_0x361dec){const _0x1f7e2a=a1_0x16b4;return _0x4cf7bc[_0x1f7e2a(0x186)](_0x84cf17,_0x1a670a,_0x361dec);}};_0x4cf7bc[_0x2d0c51(0x1f3)](isBrowserstackInfra)&&await PerformanceTester['measureWrapper'](PerformanceAutEvents[_0x2d0c51(0x201)],async()=>{const _0x2ea017=_0x2d0c51;_0xefd1c2?await _0x126571[_0x2ea017(0x235)](playwrightMarkSessionStatus,_0x3684c3,STATE_PASSED):await _0x126571[_0x2ea017(0x231)](markSessionStatus,_0x3684c3,STATE_PASSED);})();}),PerformanceTester[_0x38c013(0x1ad)](PerformanceEvents[_0x38c013(0x221)]);}catch(_0x3126ca){PerformanceTester[_0x38c013(0x216)](_0x3126ca);const _0x2ee567={};_0x2ee567[_0x38c013(0x226)]=_0x4cf7bc[_0x38c013(0x188)],PerformanceTester[_0x38c013(0x1ad)](PerformanceHookEvents[_0x38c013(0x1c5)],![],_0x3126ca,_0x2ee567),PerformanceTester[_0x38c013(0x1ad)](PerformanceEvents[_0x38c013(0x221)],![],_0x3126ca);}const _0x41109d={};_0x41109d[_0x38c013(0x226)]=_0x4cf7bc['aHJjl'],PerformanceTester['end'](PerformanceHookEvents[_0x38c013(0x1c5)],!![],null,_0x41109d);}),CodeceptJS[_0x11a390(0x24d)][_0x11a390(0x17b)]['on'](CodeceptJS['event'][_0x11a390(0x1c9)]['failed'],(_0x59e579,_0x49ed9e)=>{const _0x3b6db1=_0x11a390,_0xaef5d0={'MSamE':function(_0x4b89c1){return _0x4cf7bc['yggiU'](_0x4b89c1);},'AomCa':function(_0x418d5a,_0x48e63f,_0x42ccc2,_0x4d4403){const _0x454995=a1_0x16b4;return _0x4cf7bc[_0x454995(0x1dd)](_0x418d5a,_0x48e63f,_0x42ccc2,_0x4d4403);},'PGuNp':function(_0x270ac9,_0x3ab70a,_0x49d4c4,_0x171e10){const _0x193e63=a1_0x16b4;return _0x4cf7bc[_0x193e63(0x19c)](_0x270ac9,_0x3ab70a,_0x49d4c4,_0x171e10);}};PerformanceTester[_0x3b6db1(0x1ed)](PerformanceHookEvents[_0x3b6db1(0x1c5)]);try{if(_0x4cf7bc[_0x3b6db1(0x26b)](_0x59e579[_0x3b6db1(0x191)]['name'],_0x4cf7bc[_0x3b6db1(0x230)])){const _0x452fd1=_0x176bb8[_0x3b6db1(0x244)](TEST_EVENTS[_0x3b6db1(0x1cb)],_0x59e579[_0x3b6db1(0x23c)]['currentTest']);CodeceptRecorder['add'](()=>_0x176bb8[_0x3b6db1(0x222)](TEST_EVENTS[_0x3b6db1(0x1cb)],_0x452fd1));}else{const _0x1e38de=_0x176bb8['captureEvent'](TEST_EVENTS[_0x3b6db1(0x1e6)],_0x59e579,_0x49ed9e);CodeceptRecorder[_0x3b6db1(0x260)](()=>{const _0x73cbe7=_0x3b6db1;try{_0x176bb8[_0x73cbe7(0x222)](TEST_EVENTS[_0x73cbe7(0x1e6)],_0x1e38de);}catch(_0x43cb6c){logger[_0x73cbe7(0x270)](_0x73cbe7(0x203)+util[_0x73cbe7(0x177)](_0x43cb6c)),PerformanceTester[_0x73cbe7(0x1ad)](PerformanceEvents[_0x73cbe7(0x221)],![],_0x43cb6c);}}),CodeceptRecorder[_0x3b6db1(0x260)](async()=>{const _0x4a14e2=_0x3b6db1;try{_0xaef5d0[_0x4a14e2(0x1fb)](isBrowserstackInfra)&&(_0xefd1c2?await _0xaef5d0[_0x4a14e2(0x1a6)](playwrightMarkSessionStatus,_0x3684c3,STATE_FAILED,_0x49ed9e):await _0xaef5d0[_0x4a14e2(0x17d)](markSessionStatus,_0x3684c3,STATE_FAILED,_0x49ed9e));}catch(_0xde0f2d){logger[_0x4a14e2(0x270)](_0x4a14e2(0x20b)+util['format'](_0xde0f2d)),PerformanceTester[_0x4a14e2(0x1ad)](PerformanceEvents[_0x4a14e2(0x221)],![],_0xde0f2d);}});}PerformanceTester['end'](PerformanceEvents[_0x3b6db1(0x221)]);}catch(_0x866f6){PerformanceTester[_0x3b6db1(0x216)](_0x866f6);const _0x28068a={};_0x28068a[_0x3b6db1(0x226)]=_0x4cf7bc['wOAZH'],PerformanceTester[_0x3b6db1(0x1ad)](PerformanceHookEvents[_0x3b6db1(0x1c5)],![],_0x866f6,_0x28068a),PerformanceTester[_0x3b6db1(0x1ad)](PerformanceEvents[_0x3b6db1(0x221)],![],_0x866f6);}const _0x428c47={};_0x428c47[_0x3b6db1(0x226)]=_0x4cf7bc['wOAZH'],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x428c47);}),CodeceptJS[_0x11a390(0x24d)][_0x11a390(0x17b)]['on'](CodeceptJS[_0x11a390(0x24d)][_0x11a390(0x1c9)]['skipped'],_0x2fd3b9=>{const _0x418546=_0x11a390;PerformanceTester[_0x418546(0x1ed)](PerformanceHookEvents[_0x418546(0x1c5)]);try{const _0x4e48af=_0x176bb8['captureEvent'](TEST_EVENTS[_0x418546(0x1cb)],_0x2fd3b9);CodeceptRecorder[_0x418546(0x260)](()=>_0x176bb8['fireEvent'](TEST_EVENTS[_0x418546(0x1cb)],_0x4e48af)),PerformanceTester[_0x418546(0x1ad)](PerformanceEvents['SDK_TEST']);}catch(_0x540c43){PerformanceTester['captureError'](_0x540c43),PerformanceTester[_0x418546(0x1ad)](PerformanceEvents[_0x418546(0x221)],![],_0x540c43);const _0x3f27bb={};_0x3f27bb[_0x418546(0x226)]=_0x4cf7bc[_0x418546(0x18c)],PerformanceTester[_0x418546(0x1ad)](PerformanceHookEvents[_0x418546(0x1c5)],![],_0x540c43,_0x3f27bb);}const _0x4883e6={};_0x4883e6['hookType']=_0x4cf7bc[_0x418546(0x18c)],PerformanceTester[_0x418546(0x1ad)](PerformanceHookEvents[_0x418546(0x1c5)],!![],null,_0x4883e6);}),CodeceptJS['event']['dispatcher']['on'](CodeceptJS[_0x11a390(0x24d)][_0x11a390(0x1c9)][_0x11a390(0x1fa)],async(_0x51f427,_0xa8b6d1)=>{const _0x5bd826=_0x11a390;try{PerformanceTester[_0x5bd826(0x1ed)](PerformanceHookEvents[_0x5bd826(0x1c5)]);const _0x1d68db=_0x4cf7bc[_0x5bd826(0x22c)](shouldScanTestForAccessibility,_0x51f427[_0x5bd826(0x1ff)](),!![]);if(_0x4cf7bc[_0x5bd826(0x1fe)](isAccessibilityAutomationSession)&&global[_0x5bd826(0x1cd)]&&_0x1d68db){const _0x3e7874={};_0x3e7874[_0x5bd826(0x1d4)]=_0x51f427['testAnalyticsId'],_0x3e7874[_0x5bd826(0x1d6)]=process[_0x5bd826(0x240)][testHubConstants[_0x5bd826(0x205)][_0x5bd826(0x261)]],_0x3e7874[_0x5bd826(0x24c)]=process[_0x5bd826(0x240)][testHubConstants[_0x5bd826(0x205)]['BROWSERSTACK_TESTHUB_JWT']];const _0x122e16=_0x3e7874;logger[_0x5bd826(0x270)]('Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20'+JSON['stringify'](_0x122e16)),CodeceptRecorder[_0x5bd826(0x260)](async()=>{const _0x16bc2f=_0x5bd826,_0x3fa7a5={};_0x3fa7a5[_0x16bc2f(0x1ca)]=_0x4cf7bc[_0x16bc2f(0x22a)],await PerformanceTester[_0x16bc2f(0x21d)](PerformanceA11yEvents[_0x16bc2f(0x1f1)],async()=>{const _0x398221=_0x16bc2f;await AccessibilityHelper['browserStackExecuteDriver'](_0x3684c3,scripts[_0x398221(0x19e)]);},_0x3fa7a5)(),await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x16bc2f(0x1db)],async()=>{const _0x203689=_0x16bc2f;await AccessibilityHelper[_0x203689(0x1c1)](_0x3684c3,scripts[_0x203689(0x189)],_0x122e16);})();}),logger['info'](_0x4cf7bc['GKdKN']);}const _0x331631={};_0x331631[_0x5bd826(0x226)]=_0x4cf7bc[_0x5bd826(0x238)],PerformanceTester[_0x5bd826(0x1ad)](PerformanceHookEvents[_0x5bd826(0x1c5)],!![],null,_0x331631);}catch(_0x3226db){PerformanceTester[_0x5bd826(0x216)](_0x3226db);const _0x3d1403={};_0x3d1403[_0x5bd826(0x226)]=_0x4cf7bc[_0x5bd826(0x238)],PerformanceTester[_0x5bd826(0x1ad)](PerformanceHookEvents['SDK_HOOK'],![],_0x3226db,_0x3d1403);}}),CodeceptJS[_0x11a390(0x24d)][_0x11a390(0x17b)]['on'](CodeceptJS[_0x11a390(0x24d)][_0x11a390(0x192)]['comment'],_0x3b670f=>{const _0x570de0=_0x11a390;PerformanceTester[_0x570de0(0x1ed)](PerformanceHookEvents[_0x570de0(0x1c5)]);try{process[_0x570de0(0x26a)]('bs:addLog:'+process['pid'],{'timestamp':new Date()[_0x570de0(0x1ee)](),'level':_0x4cf7bc[_0x570de0(0x266)],'message':_0x3b670f,'kind':_0x4cf7bc[_0x570de0(0x172)],'http_response':{}});}catch(_0x380674){PerformanceTester[_0x570de0(0x216)](_0x380674);const _0x9a2730={};_0x9a2730['hookType']=_0x4cf7bc[_0x570de0(0x195)],PerformanceTester[_0x570de0(0x1ad)](PerformanceHookEvents[_0x570de0(0x1c5)],![],_0x380674,_0x9a2730);}const _0xe14d26={};_0xe14d26[_0x570de0(0x226)]=_0x4cf7bc[_0x570de0(0x195)],PerformanceTester[_0x570de0(0x1ad)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0xe14d26);}),CodeceptJS[_0x11a390(0x24d)][_0x11a390(0x17b)]['on'](CodeceptJS['event'][_0x11a390(0x1a1)][_0x11a390(0x197)],_0x43d9cf=>{const _0x150bea=_0x11a390,_0x52cb6f={};_0x52cb6f[_0x150bea(0x226)]=_0x4cf7bc[_0x150bea(0x251)],PerformanceTester[_0x150bea(0x21d)](PerformanceHookEvents['SDK_HOOK'],()=>{const _0x15293f=_0x150bea;_0x176bb8[_0x15293f(0x1b3)](_0x43d9cf);},_0x52cb6f)();}),CodeceptJS[_0x11a390(0x24d)][_0x11a390(0x17b)]['on'](CodeceptJS[_0x11a390(0x24d)][_0x11a390(0x1a1)][_0x11a390(0x1fa)],_0x118382=>{const _0x4f6cfe=_0x11a390,_0x4188a8={};_0x4188a8[_0x4f6cfe(0x226)]=_0x4cf7bc[_0x4f6cfe(0x173)],PerformanceTester[_0x4f6cfe(0x21d)](PerformanceHookEvents[_0x4f6cfe(0x1c5)],()=>{const _0x3552bf=_0x4f6cfe;_0x176bb8[_0x3552bf(0x1dc)](_0x118382);},_0x4188a8)();});};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
'use strict';const a2_0x2d2be3=a2_0x125b;function a2_0x4fc4(){const _0x1410fd=['../utils/clientTroubleshootingService','Playwright','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','browser','findIndex','title','HNZSZ','../../helpers/test-observability/utils','../../helpers/testhub/testhubHandler','config','Failed\x20:\x20','handleApp','split','run','testContextOptions','err','slice','stringify','playwright-webkit','wMNYA','format','path','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','EVENTS','xvvUK','isTestObservabilitySession','ctVJm','../../helpers/test-observability/constants','failed','util','chdir','load','3277038ZGainJ','env','existsSync','push','qKMYe','BrowserStackPlugin.js','start','../../helpers/logger','ctQea','4GCvqBH','accessibilityOptions','skipSessionStatus','test','7bvllRT','before','browserStackCwd','IFwfr','plugins','2403585HQFrlK','codecept.conf.js','../utils/constants','platforms','chromium','assign','--config','toLowerCase','USER_CONFIG_DETAILS_PATH','prepareCapabilities','../../helpers/helper','vrpNV','../../helpers/accessibility-automation/helper','BrowserStackPlugin','XDHpb','spawn','rOdQs','replace','event','isTrue','qOmEm','skipSessionName','../../helpers/performance/constants','../../helpers/performance/performance-tester','jeTUf','29752DaBcVd','uffOE','testObservability','info','FRAMEWORKS','../../helpers/BrowserStackSetup','codeceptjs/lib/index.js','addTests','cwd','stack','501OwemBl','createGroupsOfSuites','firefox','map','browserWSEndpoint','BROWSERSTACK_TEST_ACCESSIBILITY_YML','getPlaywrightUrl','qaDiu','CODECEPT','12503810ANUngN','desiredCapabilities','profile','playwright-chromium','MSJVv','/wd/hub','result','testConfig','key','finalExecution','browserName','chrome','passed','codeceptjs','301590PlfZNF','../../helpers/utilities','Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20','initialize','hubUrl','webkit','addOptions','NSQOc','parallelsPerPlatform','length','debug','OSPwt','enabled','Workers','playwright-firefox','join','Passed\x20:\x20','winstonLogger','validateRerunTestList','helpers','VUBxF','WebDriver','SDK_SETUP','bootstrapAll','1|0|4|5|3|2','setAdditionalCapabilities','gherkin','getUserWorkerCount','BROWSERSTACK_TEST_OBSERVABILITY_YML','CODECEPT_CUCUMBER','log','MSmft','UASfU','now','637413gjCIBk','IBwOI','qLQsy','mergeDeep','all','nSSNG','process','accessibility','PAHux','user','5332fLMUvQ','host','isUndefined','useW3C','SDK_CLEANUP','BROWSERSTACK_RERUN_TESTS','../../bin/playwright/accessibility-helper','zBTQX'];a2_0x4fc4=function(){return _0x1410fd;};return a2_0x4fc4();}(function(_0x5f1add,_0x23e3b5){const _0x5c7840=a2_0x125b,_0x310e5f=_0x5f1add();while(!![]){try{const _0x3c6404=parseInt(_0x5c7840(0x202))/0x1+-parseInt(_0x5c7840(0x20c))/0x2*(parseInt(_0x5c7840(0x1c9))/0x3)+parseInt(_0x5c7840(0x23d))/0x4*(-parseInt(_0x5c7840(0x246))/0x5)+-parseInt(_0x5c7840(0x234))/0x6+parseInt(_0x5c7840(0x241))/0x7*(parseInt(_0x5c7840(0x1bf))/0x8)+-parseInt(_0x5c7840(0x1e0))/0x9+parseInt(_0x5c7840(0x1d2))/0xa;if(_0x3c6404===_0x23e3b5)break;else _0x310e5f['push'](_0x310e5f['shift']());}catch(_0xb35ebf){_0x310e5f['push'](_0x310e5f['shift']());}}}(a2_0x4fc4,0x5e363));const fs=require('fs'),path=require(a2_0x2d2be3(0x229)),util=require(a2_0x2d2be3(0x231)),process=require(a2_0x2d2be3(0x208)),logger=require(a2_0x2d2be3(0x23b))[a2_0x2d2be3(0x1f1)],{default:BrowserStackSetup}=require(a2_0x2d2be3(0x1c4)),helper=require(a2_0x2d2be3(0x250)),utilities=require(a2_0x2d2be3(0x1e1)),{checkAccessibilityPlatformConfig}=require(a2_0x2d2be3(0x1b2)),{setAccessibilityCapabilities}=require(a2_0x2d2be3(0x212)),{requireModule,nestedKeyValue,isBrowserstackInfra}=require('../../helpers/helper'),CodeceptJS=requireModule(a2_0x2d2be3(0x1c5),a2_0x2d2be3(0x1df)),testOpsHelper=require(a2_0x2d2be3(0x21b)),TestHubHandler=require(a2_0x2d2be3(0x21c)),constants=require(a2_0x2d2be3(0x248)),PerformanceTester=require(a2_0x2d2be3(0x1bd)),{FRAMEWORKS}=require(a2_0x2d2be3(0x22f)),PerformanceEvents=require(a2_0x2d2be3(0x1bc))[a2_0x2d2be3(0x22b)],ClientTroubleShootingService=require(a2_0x2d2be3(0x214)),_testErrorData=[],getUserCodeceptJSConfigs=(_0x3c6c55,_0x38d159)=>{const _0x2472f3=a2_0x2d2be3,_0x27c04b={};_0x27c04b[_0x2472f3(0x1c0)]=function(_0x29755e,_0x4d10db){return _0x29755e===_0x4d10db;},_0x27c04b[_0x2472f3(0x213)]=_0x2472f3(0x247),_0x27c04b[_0x2472f3(0x207)]='codecept.json';const _0x186c8b=_0x27c04b;let _0x1ce871=null;const _0x5a671b={};let _0x43cc11=_0x38d159['findIndex'](_0x114956=>_0x114956===_0x2472f3(0x24c));_0x186c8b[_0x2472f3(0x1c0)](_0x43cc11,-0x1)&&(_0x43cc11=_0x38d159[_0x2472f3(0x218)](_0x572bd4=>_0x572bd4==='-c'));if(!helper[_0x2472f3(0x20e)](_0x3c6c55['config'])&&fs[_0x2472f3(0x236)](path['join'](process[_0x2472f3(0x1c7)](),_0x3c6c55[_0x2472f3(0x21d)])))_0x1ce871=path[_0x2472f3(0x1ef)](process[_0x2472f3(0x1c7)](),_0x3c6c55['config']),_0x38d159[_0x2472f3(0x224)](_0x43cc11,0x2);else{if(!helper['isUndefined'](_0x3c6c55['c'])&&fs[_0x2472f3(0x236)](path[_0x2472f3(0x1ef)](process['cwd'](),_0x3c6c55['c'])))_0x1ce871=path[_0x2472f3(0x1ef)](process[_0x2472f3(0x1c7)](),_0x3c6c55['c']),_0x38d159[_0x2472f3(0x224)](_0x43cc11,0x2);else{if(fs[_0x2472f3(0x236)](path[_0x2472f3(0x1ef)](process['cwd'](),_0x186c8b[_0x2472f3(0x213)])))_0x1ce871=path[_0x2472f3(0x1ef)](process[_0x2472f3(0x1c7)](),_0x186c8b[_0x2472f3(0x213)]);else fs[_0x2472f3(0x236)](path['join'](process[_0x2472f3(0x1c7)](),_0x186c8b['nSSNG']))&&(_0x1ce871=path[_0x2472f3(0x1ef)](process[_0x2472f3(0x1c7)](),_0x186c8b[_0x2472f3(0x207)]));}}return process[_0x2472f3(0x235)][_0x2472f3(0x24e)]=_0x1ce871,_0x1ce871;},getO11yRerunPattern=()=>{const _0x3247da=a2_0x2d2be3,_0x41b9f3=helper[_0x3247da(0x1b9)](process[_0x3247da(0x235)]['BROWSERSTACK_RERUN']);if(_0x41b9f3){const _0x294251=process[_0x3247da(0x235)][_0x3247da(0x211)],_0x26c5f0=[];if(helper[_0x3247da(0x1f2)](_0x294251)&&!helper[_0x3247da(0x20e)](_0x294251)){_0x294251[_0x3247da(0x220)](',')['map'](_0x38225=>{const _0x305e01=_0x3247da;_0x26c5f0[_0x305e01(0x237)]('('+_0x38225['trim']()+')');});const _0x535958='^'+_0x26c5f0[_0x3247da(0x1ef)]('|')+'$';return _0x535958;}}return null;},a2_0x63bd14={};a2_0x63bd14[a2_0x2d2be3(0x1dd)]='chromium',a2_0x63bd14[a2_0x2d2be3(0x1d5)]=a2_0x2d2be3(0x24a),a2_0x63bd14[a2_0x2d2be3(0x1ee)]=a2_0x2d2be3(0x1cb),a2_0x63bd14[a2_0x2d2be3(0x226)]=a2_0x2d2be3(0x1e5);const pwToCodeceptBrowser=a2_0x63bd14;function a2_0x125b(_0x52babd,_0x4cee9b){const _0x4fc409=a2_0x4fc4();return a2_0x125b=function(_0x125b3f,_0x415ed9){_0x125b3f=_0x125b3f-0x1b1;let _0x3fd7d5=_0x4fc409[_0x125b3f];return _0x3fd7d5;},a2_0x125b(_0x52babd,_0x4cee9b);}async function run(_0x4bac05,_0x428549,_0x4de3fd){const _0x4c5f41=a2_0x2d2be3,_0x3e07b2={'qaDiu':function(_0x542956,_0x170cee){return _0x542956+_0x170cee;},'qLQsy':function(_0x5a721a,_0x1bd0d6){return _0x5a721a(_0x1bd0d6);},'IFwfr':function(_0x1c56b3,_0x2cf568,_0x50ba67){return _0x1c56b3(_0x2cf568,_0x50ba67);},'HNZSZ':_0x4c5f41(0x1f3),'EWkjy':function(_0xbd3663){return _0xbd3663();},'ctQea':_0x4c5f41(0x1d7),'rOdQs':function(_0x49e0b0){return _0x49e0b0();},'ctVJm':function(_0x3a2af3){return _0x3a2af3();},'PAHux':_0x4c5f41(0x21e),'MSJVv':_0x4c5f41(0x1f0),'MSmft':'Started\x20:\x20','vrpNV':_0x4c5f41(0x1f8),'XDHpb':function(_0x18fbb9,_0x2eb3bf,_0x105397){return _0x18fbb9(_0x2eb3bf,_0x105397);},'lDQob':_0x4c5f41(0x22a),'qOmEm':_0x4c5f41(0x215),'UASfU':'WebDriver','NSQOc':function(_0x550562,_0x2001b5){return _0x550562!=_0x2001b5;},'WDpwG':function(_0x2b60ad,_0x3f631c){return _0x2b60ad===_0x3f631c;},'xvvUK':_0x4c5f41(0x1fa),'OSPwt':function(_0x58a6b9){return _0x58a6b9();},'IBwOI':function(_0x339344,_0x468f33){return _0x339344*_0x468f33;},'jeTUf':_0x4c5f41(0x217),'qKMYe':_0x4c5f41(0x1d3),'wMNYA':function(_0x221fd0,_0x501b07,_0x5e7ec2){return _0x221fd0(_0x501b07,_0x5e7ec2);},'zivil':'root','VUBxF':_0x4c5f41(0x239),'YkIeA':_0x4c5f41(0x243)};await _0x4de3fd[_0x4c5f41(0x1e3)](_0x4bac05),await helper[_0x4c5f41(0x21f)](_0x4de3fd[_0x4c5f41(0x21d)]);if(!_0x4de3fd[_0x4c5f41(0x21d)])return;process['profile']=_0x4bac05[_0x4c5f41(0x1d4)];_0x4bac05[_0x4c5f41(0x1d4)]&&(process[_0x4c5f41(0x235)][_0x4c5f41(0x1d4)]=_0x4bac05[_0x4c5f41(0x1d4)]);const _0x4b0f19=_0x3e07b2[_0x4c5f41(0x1b4)](getUserCodeceptJSConfigs,_0x4bac05,_0x428549);let _0x18a945={};_0x4b0f19?(logger[_0x4c5f41(0x1c2)]('Getting\x20your\x20codeceptjs\x20configs\x20from\x20'+_0x4b0f19),_0x18a945=CodeceptJS[_0x4c5f41(0x21d)][_0x4c5f41(0x233)](_0x4b0f19)):logger[_0x4c5f41(0x1c2)](_0x3e07b2['lDQob']);let _0x2befd8=![];_0x3e07b2[_0x4c5f41(0x244)](nestedKeyValue,_0x18a945,[_0x3e07b2[_0x4c5f41(0x21a)],_0x3e07b2['qOmEm']])&&(_0x2befd8=!![]);const _0x188074=_0x2befd8?_0x3e07b2[_0x4c5f41(0x1ba)]:_0x3e07b2[_0x4c5f41(0x200)];let _0xe15715=!_0x2befd8?helper[_0x4c5f41(0x20f)](_0x4de3fd[_0x4c5f41(0x21d)]):![];!helper[_0x4c5f41(0x20e)](_0x4de3fd[_0x4c5f41(0x21d)][_0x4c5f41(0x23e)])&&(process[_0x4c5f41(0x235)][_0x4c5f41(0x216)]=JSON['stringify'](_0x4de3fd[_0x4c5f41(0x21d)][_0x4c5f41(0x23e)]));let _0x576751=_0x4de3fd['config'][_0x4c5f41(0x209)];_0x576751=_0x576751||_0x3e07b2[_0x4c5f41(0x204)](checkAccessibilityPlatformConfig,_0x4de3fd[_0x4c5f41(0x21d)]),process[_0x4c5f41(0x235)][_0x4c5f41(0x1ce)]=_0x576751;_0x576751&&(_0xe15715=!_0x576751);_0x3e07b2[_0x4c5f41(0x1e7)](_0x4de3fd[_0x4c5f41(0x21d)][_0x4c5f41(0x1c1)],null)?process[_0x4c5f41(0x235)][_0x4c5f41(0x1fc)]=_0x4de3fd[_0x4c5f41(0x21d)]['testObservability']:process[_0x4c5f41(0x235)][_0x4c5f41(0x1fc)]=_0x3e07b2['WDpwG'](_0x188074,_0x3e07b2[_0x4c5f41(0x1ba)]);const _0x17b4da=_0x3e07b2[_0x4c5f41(0x1b4)](nestedKeyValue,_0x18a945,[_0x3e07b2[_0x4c5f41(0x22c)]]),_0x46051f=_0x17b4da&&!helper['isEmpty'](_0x17b4da)?FRAMEWORKS[_0x4c5f41(0x1fd)]:FRAMEWORKS[_0x4c5f41(0x1d1)],_0x532752=await TestHubHandler['launchBuild'](_0x46051f,_0x4de3fd);_0x576751&&_0x3e07b2[_0x4c5f41(0x204)](setAccessibilityCapabilities,_0x4de3fd[_0x4c5f41(0x21d)]);const _0x38b562={},_0x3c1fab=[],_0x4cebba=_0x4de3fd[_0x4c5f41(0x21d)][_0x4c5f41(0x1e8)]||helper[_0x4c5f41(0x1fb)](_0x4bac05,_0x428549,_0x4de3fd[_0x4c5f41(0x21d)],constants[_0x4c5f41(0x1c3)][_0x4c5f41(0x1d1)])||0x1;let _0x382768=0x1;if(_0x3e07b2[_0x4c5f41(0x1eb)](isBrowserstackInfra)){const _0x3ac6a6=helper[_0x4c5f41(0x24f)](_0x4de3fd[_0x4c5f41(0x21d)],_0xe15715,constants[_0x4c5f41(0x1c3)][_0x4c5f41(0x1d1)]);_0x3ac6a6['forEach'](_0x27a184=>{const _0x2e0d89=_0x4c5f41;helper[_0x2e0d89(0x1f9)](_0x27a184);}),helper['validPlatformsPresent'](_0x4de3fd[_0x4c5f41(0x21d)])?_0x382768=_0x3e07b2[_0x4c5f41(0x203)](_0x4cebba,_0x4de3fd['config'][_0x4c5f41(0x249)][_0x4c5f41(0x1e9)]):_0x382768=_0x4cebba,_0x3ac6a6['forEach'](_0x5c88ee=>{const _0x23c430=_0x4c5f41,_0x39856f=_0x3e07b2[_0x23c430(0x1d0)](helper['getPlatformName'](_0x5c88ee,'_'),'_'+Date[_0x23c430(0x201)]()),_0x2f7237=((()=>{const _0x2067b9=_0x23c430;if(_0x2befd8){const _0x1bb37f=pwToCodeceptBrowser[_0x5c88ee[_0x2067b9(0x1dc)]]||_0x5c88ee[_0x2067b9(0x1dc)];return{'browser':_0x1bb37f,[_0x1bb37f]:{'browserWSEndpoint':_0x3e07b2[_0x2067b9(0x1d0)](helper[_0x2067b9(0x1cf)](_0x4de3fd[_0x2067b9(0x21d)]),_0x3e07b2[_0x2067b9(0x204)](encodeURIComponent,JSON[_0x2067b9(0x225)](_0x5c88ee)))}};}const _0x24b6cd={};return _0x24b6cd['desiredCapabilities']=_0x5c88ee,_0x24b6cd[_0x2067b9(0x20b)]=_0x4de3fd[_0x2067b9(0x21d)]['userName'],_0x24b6cd[_0x2067b9(0x1da)]=_0x4de3fd[_0x2067b9(0x21d)]['accessKey'],_0x24b6cd;})()),_0x1ee141=_0x3e07b2[_0x23c430(0x244)](nestedKeyValue,_0x18a945,[_0x3e07b2[_0x23c430(0x21a)],_0x188074]);_0x38b562[_0x39856f]=_0x1ee141?helper[_0x23c430(0x205)](_0x2f7237,_0x1ee141):_0x2f7237;if(_0x2befd8)_0x38b562[_0x39856f][_0x23c430(0x217)]=pwToCodeceptBrowser[_0x5c88ee['browserName']]||_0x5c88ee['browserName'];else{_0x38b562[_0x39856f]['browser']=_0x5c88ee['browserName']||_0x2f7237[_0x23c430(0x217)];if(_0x3e07b2['EWkjy'](isBrowserstackInfra)){_0x38b562[_0x39856f][_0x23c430(0x20d)]=constants[_0x23c430(0x1e4)][_0x23c430(0x1b7)](_0x3e07b2[_0x23c430(0x23c)],'')[_0x23c430(0x1b7)](/https?:\/\//,'');;_0x38b562[_0x39856f][_0x23c430(0x229)]=_0x3e07b2[_0x23c430(0x23c)];}}_0x3c1fab[_0x23c430(0x237)](_0x39856f);});}else{_0x382768=0x1;if(_0x2befd8){const _0x576fcd=_0x3e07b2[_0x4c5f41(0x244)](nestedKeyValue,_0x18a945,[_0x3e07b2[_0x4c5f41(0x21a)],_0x188074,_0x3e07b2[_0x4c5f41(0x1be)]]),_0x286dd8=_0x3e07b2['XDHpb'](nestedKeyValue,_0x18a945,[_0x3e07b2[_0x4c5f41(0x21a)],_0x188074,_0x576fcd]);if(_0x286dd8&&_0x286dd8[_0x4c5f41(0x1cd)]){const _0x829d86={};_0x829d86[_0x4c5f41(0x249)]=[],_0x286dd8['browserWSEndpoint']=helper[_0x4c5f41(0x24f)](Object[_0x4c5f41(0x24b)]({},_0x4de3fd[_0x4c5f41(0x21d)],_0x829d86),null,_0x46051f[_0x4c5f41(0x24d)](),null,null,_0x286dd8['browserWSEndpoint']);}}else{const _0x3d65d9={};_0x3d65d9[_0x4c5f41(0x249)]=[],_0x18a945[_0x3e07b2[_0x4c5f41(0x21a)]][_0x188074][_0x3e07b2[_0x4c5f41(0x238)]]=helper['prepareCapabilities'](Object['assign']({},_0x4de3fd['config'],_0x3d65d9),null,_0x46051f[_0x4c5f41(0x24d)](),_0x3e07b2[_0x4c5f41(0x227)](nestedKeyValue,_0x18a945,[_0x3e07b2['HNZSZ'],_0x188074,_0x3e07b2['qKMYe']])||{},null,null);}_0x38b562[_0x3e07b2['zivil']]=_0x18a945,_0x3c1fab[_0x4c5f41(0x237)](_0x3e07b2['zivil']);}const _0x2d295f={};_0x2d295f[_0x4c5f41(0x1d9)]=_0x4b0f19;const _0x43054f=_0x2d295f,_0x5cb422=path[_0x4c5f41(0x1ef)](__dirname,_0x3e07b2[_0x4c5f41(0x1f4)]),_0x147bcf=process[_0x4c5f41(0x1c7)]();process['env'][_0x3e07b2['YkIeA']]=_0x147bcf,process[_0x4c5f41(0x232)](path['dirname'](_0x4b0f19));const _0x119365=new CodeceptJS[(_0x4c5f41(0x1ed))](null,_0x43054f),_0xe96999=_0x119365[_0x4c5f41(0x1ca)](_0x382768),_0xa6454c=testOpsHelper[_0x4c5f41(0x22d)](),_0x3144a4=_0x3c1fab[_0x4c5f41(0x1cc)](_0x35d500=>{const _0x1da8cc=_0x4c5f41,_0x35c67b={};_0x35c67b['Playwright']=_0x38b562[_0x35d500];const _0x3d0b5a={};_0x3d0b5a[_0x1da8cc(0x1f5)]=_0x38b562[_0x35d500];const _0xd4fa1f=_0x2befd8?_0x35c67b:_0x3d0b5a,_0x40db95=_0x3e07b2[_0x1da8cc(0x1b6)](getO11yRerunPattern),_0x5988c4={};_0x5988c4[_0x1da8cc(0x1f3)]=_0xd4fa1f;const _0x3eb7b3={};_0x3eb7b3['require']=_0x5cb422,_0x3eb7b3[_0x1da8cc(0x1ec)]=!![],_0x3eb7b3[_0x1da8cc(0x1bb)]=_0x4de3fd[_0x1da8cc(0x21d)][_0x1da8cc(0x222)][_0x1da8cc(0x1bb)],_0x3eb7b3[_0x1da8cc(0x23f)]=_0x4de3fd['config'][_0x1da8cc(0x222)][_0x1da8cc(0x23f)],_0x3eb7b3[_0x1da8cc(0x1c1)]=_0xa6454c,_0x3eb7b3['frameworkName']=_0x46051f;const _0xe881cd={};_0xe881cd[_0x1da8cc(0x1b3)]=_0x3eb7b3;const _0x2731ea={};return _0x2731ea[_0x1da8cc(0x245)]=_0xe881cd,helper[_0x1da8cc(0x205)]({},_0x18a945,_0x3e07b2[_0x1da8cc(0x22e)](isBrowserstackInfra)?_0x5988c4:{},_0x40db95?{'grep':_0x40db95}:{},_0x2731ea);});for(const _0x3ba0b1 of _0x3144a4){for(const _0x360ce0 of _0xe96999){const _0x36f570=_0x119365[_0x4c5f41(0x1b5)]();_0x36f570[_0x4c5f41(0x1c6)](_0x360ce0),_0x36f570['addConfig'](_0x3ba0b1);const _0x42708a={};_0x42708a[_0x4c5f41(0x21d)]=_0x4b0f19,_0x36f570[_0x4c5f41(0x1e6)](Object[_0x4c5f41(0x24b)](_0x42708a,_0x4bac05));}}_0x119365['on'](CodeceptJS['event'][_0x4c5f41(0x240)][_0x4c5f41(0x230)],(_0x3a1391,_0x91b59f)=>{const _0x340399=_0x4c5f41;console[_0x340399(0x1fe)](_0x3e07b2[_0x340399(0x20a)],_0x3a1391[_0x340399(0x219)]);const _0xffedc8={[_0x3a1391[_0x340399(0x219)]]:_0x3a1391[_0x340399(0x223)][_0x340399(0x1c8)]};_testErrorData[_0x340399(0x237)](_0xffedc8);}),_0x119365['on'](CodeceptJS[_0x4c5f41(0x1b8)]['test'][_0x4c5f41(0x1de)],async _0x2a1a58=>{const _0x4fe4cd=_0x4c5f41;console['log'](_0x3e07b2[_0x4fe4cd(0x1d6)],_0x2a1a58[_0x4fe4cd(0x219)]);}),_0x119365['on'](CodeceptJS[_0x4c5f41(0x1b8)]['test'][_0x4c5f41(0x242)],async _0x56bbbc=>{const _0x2eb4f9=_0x4c5f41;console[_0x2eb4f9(0x1fe)](_0x3e07b2[_0x2eb4f9(0x1ff)],_0x56bbbc[_0x2eb4f9(0x219)]);}),_0x119365['on'](CodeceptJS[_0x4c5f41(0x1b8)][_0x4c5f41(0x206)][_0x4c5f41(0x1d8)],async()=>{const _0x5a45c5=_0x4c5f41,_0x762524=_0x3e07b2[_0x5a45c5(0x1b1)][_0x5a45c5(0x220)]('|');let _0x587957=0x0;while(!![]){switch(_0x762524[_0x587957++]){case'0':_0x4de3fd['errorMessage']=_testErrorData;continue;case'1':PerformanceTester[_0x5a45c5(0x23a)](PerformanceEvents[_0x5a45c5(0x210)]);continue;case'2':_0x119365['printResults']();continue;case'3':try{await TestHubHandler['stop']();}catch(_0x23e00c){logger[_0x5a45c5(0x1ea)](_0x5a45c5(0x1e2)+util[_0x5a45c5(0x228)](_0x23e00c));}continue;case'4':testOpsHelper['printBuildLink']();continue;case'5':utilities[_0x5a45c5(0x1db)](_0x4de3fd);continue;}break;}});async function _0x3d538e(){const _0x2c634b=_0x4c5f41;try{await _0x119365[_0x2c634b(0x1f7)](),await _0x119365[_0x2c634b(0x221)]();}finally{process['chdir'](_0x147bcf),await _0x119365['teardownAll']();}}PerformanceTester['end'](PerformanceEvents[_0x4c5f41(0x1f6)]),_0x3e07b2[_0x4c5f41(0x1b6)](_0x3d538e);}module['exports']=run;
|
|
2
|
+
'use strict';const a2_0x3185d2=a2_0x5b91;(function(_0x4bf6ff,_0x72b8d6){const _0x14ab9a=a2_0x5b91,_0x50a9d2=_0x4bf6ff();while(!![]){try{const _0x118666=parseInt(_0x14ab9a(0xda))/0x1+-parseInt(_0x14ab9a(0x103))/0x2*(parseInt(_0x14ab9a(0xad))/0x3)+-parseInt(_0x14ab9a(0xcd))/0x4*(parseInt(_0x14ab9a(0xcb))/0x5)+-parseInt(_0x14ab9a(0xdf))/0x6*(parseInt(_0x14ab9a(0x11a))/0x7)+-parseInt(_0x14ab9a(0x122))/0x8+-parseInt(_0x14ab9a(0x10b))/0x9+parseInt(_0x14ab9a(0x126))/0xa;if(_0x118666===_0x72b8d6)break;else _0x50a9d2['push'](_0x50a9d2['shift']());}catch(_0x2cc31d){_0x50a9d2['push'](_0x50a9d2['shift']());}}}(a2_0x3ebf,0x1c0ac));const fs=require('fs'),path=require(a2_0x3185d2(0x111)),util=require(a2_0x3185d2(0xc5)),process=require('process'),logger=require(a2_0x3185d2(0x119))[a2_0x3185d2(0xe5)],{default:BrowserStackSetup}=require(a2_0x3185d2(0x9a)),helper=require(a2_0x3185d2(0x10f)),utilities=require(a2_0x3185d2(0x93)),{checkAccessibilityPlatformConfig}=require(a2_0x3185d2(0xd3)),{setAccessibilityCapabilities}=require(a2_0x3185d2(0x123)),{requireModule,nestedKeyValue,isBrowserstackInfra}=require(a2_0x3185d2(0x10f)),CodeceptJS=requireModule('codeceptjs/lib/index.js',a2_0x3185d2(0xec)),testOpsHelper=require(a2_0x3185d2(0xb5)),TestHubHandler=require(a2_0x3185d2(0xaf)),constants=require('../utils/constants'),PerformanceTester=require(a2_0x3185d2(0xf3)),{FRAMEWORKS}=require(a2_0x3185d2(0xb2)),PerformanceEvents=require('../../helpers/performance/constants')['EVENTS'],ClientTroubleShootingService=require(a2_0x3185d2(0x9c)),_testErrorData=[],getUserCodeceptJSConfigs=(_0x43786e,_0x2e82cd)=>{const _0x2f5f90=a2_0x3185d2,_0x3729b5={};_0x3729b5[_0x2f5f90(0xfe)]=function(_0x2930e9,_0x5147b7){return _0x2930e9===_0x5147b7;},_0x3729b5[_0x2f5f90(0x98)]=_0x2f5f90(0xcc),_0x3729b5[_0x2f5f90(0xe4)]=_0x2f5f90(0x124);const _0x3267ec=_0x3729b5;let _0x567e32=null;const _0x50e46e={};let _0x3de01b=_0x2e82cd['findIndex'](_0x2a2854=>_0x2a2854===_0x2f5f90(0xee));_0x3267ec[_0x2f5f90(0xfe)](_0x3de01b,-0x1)&&(_0x3de01b=_0x2e82cd['findIndex'](_0x3467be=>_0x3467be==='-c'));if(!helper['isUndefined'](_0x43786e['config'])&&fs[_0x2f5f90(0xb8)](path[_0x2f5f90(0xd0)](process['cwd'](),_0x43786e['config'])))_0x567e32=path['join'](process[_0x2f5f90(0x9d)](),_0x43786e[_0x2f5f90(0xe6)]),_0x2e82cd[_0x2f5f90(0xe1)](_0x3de01b,0x2);else{if(!helper['isUndefined'](_0x43786e['c'])&&fs['existsSync'](path['join'](process[_0x2f5f90(0x9d)](),_0x43786e['c'])))_0x567e32=path[_0x2f5f90(0xd0)](process[_0x2f5f90(0x9d)](),_0x43786e['c']),_0x2e82cd['slice'](_0x3de01b,0x2);else{if(fs['existsSync'](path['join'](process[_0x2f5f90(0x9d)](),_0x3267ec[_0x2f5f90(0x98)])))_0x567e32=path[_0x2f5f90(0xd0)](process[_0x2f5f90(0x9d)](),_0x3267ec[_0x2f5f90(0x98)]);else fs[_0x2f5f90(0xb8)](path[_0x2f5f90(0xd0)](process['cwd'](),_0x3267ec['FhBXK']))&&(_0x567e32=path['join'](process['cwd'](),_0x3267ec[_0x2f5f90(0xe4)]));}}return process[_0x2f5f90(0xed)][_0x2f5f90(0xfb)]=_0x567e32,_0x567e32;},getO11yRerunPattern=()=>{const _0x285e00=a2_0x3185d2,_0xb3fbef=helper[_0x285e00(0xf8)](process[_0x285e00(0xed)][_0x285e00(0x9b)]);if(_0xb3fbef){const _0x43e2c8=process[_0x285e00(0xed)][_0x285e00(0xf1)],_0x513e46=[];if(helper[_0x285e00(0xef)](_0x43e2c8)&&!helper[_0x285e00(0x108)](_0x43e2c8)){_0x43e2c8[_0x285e00(0x106)](',')[_0x285e00(0x12c)](_0x926075=>{const _0x10ddea=_0x285e00;_0x513e46[_0x10ddea(0xa0)]('('+_0x926075[_0x10ddea(0xe0)]()+')');});const _0x33bf1a='^'+_0x513e46['join']('|')+'$';return _0x33bf1a;}}return null;},a2_0x1560f2={};a2_0x1560f2[a2_0x3185d2(0x10a)]=a2_0x3185d2(0xe3),a2_0x1560f2['playwright-chromium']=a2_0x3185d2(0xe3),a2_0x1560f2[a2_0x3185d2(0x9e)]=a2_0x3185d2(0xa8),a2_0x1560f2[a2_0x3185d2(0xd4)]='webkit';function a2_0x5b91(_0x510a20,_0xa378d){const _0x3ebf57=a2_0x3ebf();return a2_0x5b91=function(_0x5b9147,_0x5075f2){_0x5b9147=_0x5b9147-0x93;let _0x474436=_0x3ebf57[_0x5b9147];return _0x474436;},a2_0x5b91(_0x510a20,_0xa378d);}const pwToCodeceptBrowser=a2_0x1560f2;async function run(_0x472663,_0x3db982,_0x2490ed){const _0x13c823=a2_0x3185d2,_0xcd2dbb={'WuAXs':function(_0x20f8ad,_0x14fe99){return _0x20f8ad+_0x14fe99;},'QgJVJ':function(_0x1b1105,_0xee1463){return _0x1b1105(_0xee1463);},'khvcm':function(_0x4df05e,_0x198262,_0x2d916a){return _0x4df05e(_0x198262,_0x2d916a);},'HRoKG':'helpers','SRBPh':function(_0x568384){return _0x568384();},'DIvSr':_0x13c823(0x12b),'cuMJZ':function(_0x2eaa00){return _0x2eaa00();},'cqZqk':_0x13c823(0xc7),'LJtLq':_0x13c823(0xbf),'WInsD':_0x13c823(0xe8),'tryMe':_0x13c823(0xce),'CzAQT':function(_0x561002,_0x3a6fa4,_0x585cbf){return _0x561002(_0x3a6fa4,_0x585cbf);},'DIZNc':_0x13c823(0x101),'iYIsl':_0x13c823(0x10d),'zIqDC':'WebDriver','ffvCc':function(_0x26d323,_0x84df64){return _0x26d323(_0x84df64);},'cLqlo':function(_0x15d26e,_0xfd2c67){return _0x15d26e!=_0xfd2c67;},'VQRxZ':function(_0x117165,_0x5ebedd){return _0x117165===_0x5ebedd;},'Rvvfh':function(_0x4df06c,_0x51b5e4,_0x1b06a2){return _0x4df06c(_0x51b5e4,_0x1b06a2);},'YihmC':_0x13c823(0x104),'wuhnL':function(_0x4724c7,_0x2fb279){return _0x4724c7(_0x2fb279);},'YGtHo':function(_0x4bbab2){return _0x4bbab2();},'nvKdb':function(_0x4fc12f,_0x5146f5){return _0x4fc12f*_0x5146f5;},'rPLYc':_0x13c823(0xa3),'PDzCJ':_0x13c823(0x95),'RYEEz':function(_0x2be11e,_0x36a53a,_0x4c2057){return _0x2be11e(_0x36a53a,_0x4c2057);},'dlPfa':_0x13c823(0xb4),'bRecx':'BrowserStackPlugin.js','RRIZK':_0x13c823(0xe2),'gdwPa':function(_0x346747){return _0x346747();}};await _0x2490ed[_0x13c823(0x102)](_0x472663),await helper[_0x13c823(0xf5)](_0x2490ed[_0x13c823(0xe6)]);if(!_0x2490ed['config'])return;process[_0x13c823(0xc2)]=_0x472663['profile'];_0x472663['profile']&&(process[_0x13c823(0xed)][_0x13c823(0xc2)]=_0x472663[_0x13c823(0xc2)]);const _0xdcaf87=_0xcd2dbb[_0x13c823(0xc4)](getUserCodeceptJSConfigs,_0x472663,_0x3db982);let _0x327d3c={};_0xdcaf87?(logger[_0x13c823(0x99)]('Getting\x20your\x20codeceptjs\x20configs\x20from\x20'+_0xdcaf87),_0x327d3c=CodeceptJS[_0x13c823(0xe6)]['load'](_0xdcaf87)):logger['info'](_0xcd2dbb[_0x13c823(0xff)]);let _0xca0d19=![];_0xcd2dbb['CzAQT'](nestedKeyValue,_0x327d3c,[_0xcd2dbb[_0x13c823(0x9f)],_0xcd2dbb[_0x13c823(0xc3)]])&&(_0xca0d19=!![]);const _0x3c4f01=_0xca0d19?_0xcd2dbb[_0x13c823(0xc3)]:_0xcd2dbb[_0x13c823(0xbb)];let _0x4f82eb=!_0xca0d19?helper[_0x13c823(0xaa)](_0x2490ed['config']):![];!helper['isUndefined'](_0x2490ed[_0x13c823(0xe6)]['accessibilityOptions'])&&(process['env'][_0x13c823(0xca)]=JSON[_0x13c823(0xb7)](_0x2490ed[_0x13c823(0xe6)][_0x13c823(0x96)]));let _0x390861=_0x2490ed['config'][_0x13c823(0xba)];_0x390861=_0x390861||_0xcd2dbb[_0x13c823(0xc9)](checkAccessibilityPlatformConfig,_0x2490ed[_0x13c823(0xe6)]),process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x390861;_0x390861&&(_0x4f82eb=!_0x390861);_0xcd2dbb[_0x13c823(0xdd)](_0x2490ed[_0x13c823(0xe6)]['testObservability'],null)?process['env'][_0x13c823(0xd7)]=_0x2490ed[_0x13c823(0xe6)][_0x13c823(0x94)]:process[_0x13c823(0xed)][_0x13c823(0xd7)]=_0xcd2dbb['VQRxZ'](_0x3c4f01,_0xcd2dbb[_0x13c823(0xc3)]);const _0x48103e=_0xcd2dbb['Rvvfh'](nestedKeyValue,_0x327d3c,[_0xcd2dbb['YihmC']]),_0x10f7ef=_0x48103e&&!helper[_0x13c823(0xd9)](_0x48103e)?FRAMEWORKS[_0x13c823(0xf4)]:FRAMEWORKS['CODECEPT'],_0x1a1d2f=await TestHubHandler[_0x13c823(0x97)](_0x10f7ef,_0x2490ed);_0x390861&&_0xcd2dbb[_0x13c823(0xb3)](setAccessibilityCapabilities,_0x2490ed[_0x13c823(0xe6)]);const _0x580a91={},_0x3310ed=[],_0x3410d6=_0x2490ed[_0x13c823(0xe6)][_0x13c823(0xb9)]||helper[_0x13c823(0x118)](_0x472663,_0x3db982,_0x2490ed[_0x13c823(0xe6)],constants[_0x13c823(0x128)][_0x13c823(0xeb)])||0x1;let _0x34e4a8=0x1;if(_0xcd2dbb['YGtHo'](isBrowserstackInfra)){const _0x2a0a81=helper[_0x13c823(0x120)](_0x2490ed[_0x13c823(0xe6)],_0x4f82eb,constants['FRAMEWORKS'][_0x13c823(0xeb)]);_0x2a0a81[_0x13c823(0xf2)](_0x5d39ba=>{const _0x18b327=_0x13c823;helper[_0x18b327(0xf7)](_0x5d39ba);}),helper['validPlatformsPresent'](_0x2490ed['config'])?_0x34e4a8=_0xcd2dbb[_0x13c823(0xab)](_0x3410d6,_0x2490ed[_0x13c823(0xe6)][_0x13c823(0x10c)][_0x13c823(0x110)]):_0x34e4a8=_0x3410d6,_0x2a0a81[_0x13c823(0xf2)](_0x45bbf8=>{const _0x158f64=_0x13c823,_0x1a3797={'nRPvZ':function(_0xdde2c7,_0x490a91){const _0x5015f6=a2_0x5b91;return _0xcd2dbb[_0x5015f6(0xac)](_0xdde2c7,_0x490a91);},'leEAc':function(_0x4ab3ec,_0x39038a){return _0xcd2dbb['QgJVJ'](_0x4ab3ec,_0x39038a);}},_0x4465ea=_0xcd2dbb[_0x158f64(0xac)](helper[_0x158f64(0xbe)](_0x45bbf8,'_'),'_'+Date[_0x158f64(0xf0)]()),_0x524e96=((()=>{const _0x288444=_0x158f64;if(_0xca0d19){const _0x48ff0c=pwToCodeceptBrowser[_0x45bbf8['browserName']]||_0x45bbf8['browserName'];return{'browser':_0x48ff0c,[_0x48ff0c]:{'browserWSEndpoint':_0x1a3797[_0x288444(0x109)](helper[_0x288444(0x11e)](_0x2490ed['config']),_0x1a3797[_0x288444(0xc1)](encodeURIComponent,JSON[_0x288444(0xb7)](_0x45bbf8)))}};}const _0x36e3ba={};return _0x36e3ba[_0x288444(0x95)]=_0x45bbf8,_0x36e3ba[_0x288444(0xd2)]=_0x2490ed[_0x288444(0xe6)]['userName'],_0x36e3ba['key']=_0x2490ed[_0x288444(0xe6)][_0x288444(0x117)],_0x36e3ba;})()),_0x122ab9=_0xcd2dbb[_0x158f64(0xf9)](nestedKeyValue,_0x327d3c,[_0xcd2dbb['HRoKG'],_0x3c4f01]);_0x580a91[_0x4465ea]=_0x122ab9?helper[_0x158f64(0xfd)](_0x524e96,_0x122ab9):_0x524e96;if(_0xca0d19)_0x580a91[_0x4465ea][_0x158f64(0xa3)]=pwToCodeceptBrowser[_0x45bbf8[_0x158f64(0x112)]]||_0x45bbf8[_0x158f64(0x112)];else{_0x580a91[_0x4465ea][_0x158f64(0xa3)]=_0x45bbf8[_0x158f64(0x112)]||_0x524e96[_0x158f64(0xa3)];if(_0xcd2dbb[_0x158f64(0x127)](isBrowserstackInfra)){_0x580a91[_0x4465ea][_0x158f64(0xa5)]=constants[_0x158f64(0x125)]['replace'](_0xcd2dbb[_0x158f64(0x129)],'')[_0x158f64(0xc6)](/https?:\/\//,'');;_0x580a91[_0x4465ea][_0x158f64(0x111)]=_0xcd2dbb[_0x158f64(0x129)];}}_0x3310ed[_0x158f64(0xa0)](_0x4465ea);});}else{_0x34e4a8=0x1;if(_0xca0d19){const _0x1aec8e=_0xcd2dbb[_0x13c823(0xc4)](nestedKeyValue,_0x327d3c,[_0xcd2dbb[_0x13c823(0x9f)],_0x3c4f01,_0xcd2dbb[_0x13c823(0xc0)]]),_0x25c68d=_0xcd2dbb[_0x13c823(0xf9)](nestedKeyValue,_0x327d3c,[_0xcd2dbb[_0x13c823(0x9f)],_0x3c4f01,_0x1aec8e]);if(_0x25c68d&&_0x25c68d[_0x13c823(0xbd)]){const _0x1928c9={};_0x1928c9[_0x13c823(0x10c)]=[],_0x25c68d['browserWSEndpoint']=helper['prepareCapabilities'](Object[_0x13c823(0x115)]({},_0x2490ed[_0x13c823(0xe6)],_0x1928c9),null,_0x10f7ef['toLowerCase'](),null,null,_0x25c68d['browserWSEndpoint']);}}else{const _0x17aaac={};_0x17aaac[_0x13c823(0x10c)]=[],_0x327d3c[_0xcd2dbb['HRoKG']][_0x3c4f01][_0xcd2dbb[_0x13c823(0x12d)]]=helper['prepareCapabilities'](Object[_0x13c823(0x115)]({},_0x2490ed[_0x13c823(0xe6)],_0x17aaac),null,_0x10f7ef[_0x13c823(0xd8)](),_0xcd2dbb[_0x13c823(0xdb)](nestedKeyValue,_0x327d3c,[_0xcd2dbb[_0x13c823(0x9f)],_0x3c4f01,_0xcd2dbb['PDzCJ']])||{},null,null);}_0x580a91[_0xcd2dbb[_0x13c823(0xe9)]]=_0x327d3c,_0x3310ed[_0x13c823(0xa0)](_0xcd2dbb[_0x13c823(0xe9)]);}const _0x327b2b={};_0x327b2b[_0x13c823(0xcf)]=_0xdcaf87;const _0x2dc8e9=_0x327b2b,_0x512ee5=path['join'](__dirname,_0xcd2dbb[_0x13c823(0xdc)]),_0x27a47b=process['cwd']();process[_0x13c823(0xed)][_0xcd2dbb[_0x13c823(0xc8)]]=_0x27a47b,process[_0x13c823(0xde)](path[_0x13c823(0x107)](_0xdcaf87));const _0x4f9230=new CodeceptJS[(_0x13c823(0xea))](null,_0x2dc8e9),_0x5355e7=_0x4f9230['createGroupsOfSuites'](_0x34e4a8),_0x266810=testOpsHelper['isTestObservabilitySession'](),_0xa04ca0=_0x3310ed[_0x13c823(0x12c)](_0xe6dd71=>{const _0x7a69a5=_0x13c823,_0x202db1={};_0x202db1[_0x7a69a5(0x10d)]=_0x580a91[_0xe6dd71];const _0x57720e={};_0x57720e['WebDriver']=_0x580a91[_0xe6dd71];const _0x296a6e=_0xca0d19?_0x202db1:_0x57720e,_0x1d5603=_0xcd2dbb['cuMJZ'](getO11yRerunPattern),_0x3379d5={};_0x3379d5['helpers']=_0x296a6e;const _0x3aeab0={};_0x3aeab0[_0x7a69a5(0xb0)]=_0x512ee5,_0x3aeab0[_0x7a69a5(0xb1)]=!![],_0x3aeab0['skipSessionName']=_0x2490ed[_0x7a69a5(0xe6)][_0x7a69a5(0xbc)]['skipSessionName'],_0x3aeab0[_0x7a69a5(0x105)]=_0x2490ed[_0x7a69a5(0xe6)][_0x7a69a5(0xbc)]['skipSessionStatus'],_0x3aeab0[_0x7a69a5(0x94)]=_0x266810,_0x3aeab0['frameworkName']=_0x10f7ef;const _0x21bc1e={};_0x21bc1e[_0x7a69a5(0xa1)]=_0x3aeab0;const _0x1929ff={};return _0x1929ff[_0x7a69a5(0x116)]=_0x21bc1e,helper[_0x7a69a5(0xfd)]({},_0x327d3c,_0xcd2dbb[_0x7a69a5(0x127)](isBrowserstackInfra)?_0x3379d5:{},_0x1d5603?{'grep':_0x1d5603}:{},_0x1929ff);});for(const _0x443c32 of _0xa04ca0){for(const _0xb4a8d6 of _0x5355e7){const _0x1f6f1f=_0x4f9230[_0x13c823(0xa6)]();_0x1f6f1f[_0x13c823(0x12a)](_0xb4a8d6),_0x1f6f1f['addConfig'](_0x443c32);const _0x5b6159={};_0x5b6159['config']=_0xdcaf87,_0x1f6f1f['addOptions'](Object['assign'](_0x5b6159,_0x472663));}}_0x4f9230['on'](CodeceptJS[_0x13c823(0x11f)][_0x13c823(0x10e)][_0x13c823(0xf6)],(_0x4fb934,_0x575870)=>{const _0x3e99c1=_0x13c823;console[_0x3e99c1(0x114)](_0xcd2dbb['cqZqk'],_0x4fb934[_0x3e99c1(0xd1)]);const _0x223c9e={[_0x4fb934['title']]:_0x4fb934['err'][_0x3e99c1(0xa2)]};_testErrorData[_0x3e99c1(0xa0)](_0x223c9e);}),_0x4f9230['on'](CodeceptJS[_0x13c823(0x11f)][_0x13c823(0x10e)]['passed'],async _0x105718=>{const _0x2c9974=_0x13c823;console[_0x2c9974(0x114)](_0xcd2dbb['LJtLq'],_0x105718['title']);}),_0x4f9230['on'](CodeceptJS[_0x13c823(0x11f)][_0x13c823(0x10e)][_0x13c823(0xd6)],async _0xc8b3ce=>{const _0x20d03c=_0x13c823;console[_0x20d03c(0x114)](_0xcd2dbb[_0x20d03c(0x121)],_0xc8b3ce[_0x20d03c(0xd1)]);}),_0x4f9230['on'](CodeceptJS[_0x13c823(0x11f)]['all'][_0x13c823(0xa9)],async()=>{const _0x42eb77=_0x13c823,_0x9a5c3a=_0xcd2dbb[_0x42eb77(0xae)]['split']('|');let _0x2b6d73=0x0;while(!![]){switch(_0x9a5c3a[_0x2b6d73++]){case'0':utilities[_0x42eb77(0xd5)](_0x2490ed);continue;case'1':try{await TestHubHandler['stop']();}catch(_0x22957b){logger[_0x42eb77(0xa4)](_0x42eb77(0x11c)+util['format'](_0x22957b));}continue;case'2':PerformanceTester[_0x42eb77(0xb6)](PerformanceEvents['SDK_CLEANUP']);continue;case'3':testOpsHelper[_0x42eb77(0xfa)]();continue;case'4':_0x2490ed[_0x42eb77(0x100)]=_testErrorData;continue;case'5':_0x4f9230[_0x42eb77(0x113)]();continue;}break;}});async function _0x2e9ec7(){const _0x160862=_0x13c823;try{await _0x4f9230[_0x160862(0x11d)](),await _0x4f9230[_0x160862(0xfc)]();}finally{process[_0x160862(0xde)](_0x27a47b),await _0x4f9230['teardownAll']();}}PerformanceTester[_0x13c823(0xa7)](PerformanceEvents[_0x13c823(0x11b)]),_0xcd2dbb[_0x13c823(0xe7)](_0x2e9ec7);}function a2_0x3ebf(){const _0x593ebc=['34556RIKPok','2|4|3|0|1|5','testConfig','join','title','user','../../helpers/accessibility-automation/helper','playwright-webkit','finalExecution','before','BROWSERSTACK_TEST_OBSERVABILITY_YML','toLowerCase','isEmpty','179662jNkFLg','RYEEz','bRecx','cLqlo','chdir','912618nmUkPN','trim','slice','browserStackCwd','chromium','FhBXK','winstonLogger','config','gdwPa','Started\x20:\x20','dlPfa','Workers','CODECEPT','codeceptjs','env','--config','validateRerunTestList','now','BROWSERSTACK_RERUN_TESTS','forEach','../../helpers/performance/performance-tester','CODECEPT_CUCUMBER','handleApp','failed','setAdditionalCapabilities','isTrue','khvcm','printBuildLink','USER_CONFIG_DETAILS_PATH','run','mergeDeep','lKfpc','DIZNc','errorMessage','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','initialize','12DiBzrd','gherkin','skipSessionStatus','split','dirname','isUndefined','nRPvZ','chrome','219528cPYKbz','platforms','Playwright','test','../../helpers/helper','length','path','browserName','printResults','log','assign','plugins','accessKey','getUserWorkerCount','../../helpers/logger','7TtGpOV','SDK_SETUP','Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20','bootstrapAll','getPlaywrightUrl','event','prepareCapabilities','WInsD','535704RhEjhu','../../bin/playwright/accessibility-helper','codecept.json','hubUrl','5076010jVbwSK','SRBPh','FRAMEWORKS','DIvSr','addTests','/wd/hub','map','PDzCJ','../../helpers/utilities','testObservability','desiredCapabilities','accessibilityOptions','launchBuild','lqTxN','info','../../helpers/BrowserStackSetup','BROWSERSTACK_RERUN','../utils/clientTroubleshootingService','cwd','playwright-firefox','HRoKG','push','BrowserStackPlugin','stack','browser','debug','host','spawn','end','firefox','result','useW3C','nvKdb','WuAXs','91041EkWLjt','tryMe','../../helpers/testhub/testhubHandler','require','enabled','../../helpers/test-observability/constants','wuhnL','root','../../helpers/test-observability/utils','start','stringify','existsSync','parallelsPerPlatform','accessibility','zIqDC','testContextOptions','browserWSEndpoint','getPlatformName','Passed\x20:\x20','rPLYc','leEAc','profile','iYIsl','CzAQT','util','replace','Failed\x20:\x20','RRIZK','ffvCc','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','85QtoORZ','codecept.conf.js'];a2_0x3ebf=function(){return _0x593ebc;};return a2_0x3ebf();}module['exports']=run;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a3_0x4ca131=a3_0x2eea;(function(_0x4eefd6,_0x441012){const _0x26a05b=a3_0x2eea,_0x5f2f63=_0x4eefd6();while(!![]){try{const _0x5e3c0f=-parseInt(_0x26a05b(0x165))/0x1+parseInt(_0x26a05b(0x173))/0x2*(-parseInt(_0x26a05b(0x178))/0x3)+parseInt(_0x26a05b(0x177))/0x4+-parseInt(_0x26a05b(0x182))/0x5*(parseInt(_0x26a05b(0x151))/0x6)+-parseInt(_0x26a05b(0x191))/0x7+-parseInt(_0x26a05b(0x18b))/0x8*(-parseInt(_0x26a05b(0x184))/0x9)+parseInt(_0x26a05b(0x188))/0xa*(parseInt(_0x26a05b(0x17f))/0xb);if(_0x5e3c0f===_0x441012)break;else _0x5f2f63['push'](_0x5f2f63['shift']());}catch(_0x4acbca){_0x5f2f63['push'](_0x5f2f63['shift']());}}}(a3_0x4adb,0x86ce0));const {isUndefined,nestedKeyValue}=require(a3_0x4ca131(0x159)),logger=require('../../helpers/logger')[a3_0x4ca131(0x15a)],PlaywrightSessionDetails=require(a3_0x4ca131(0x174)),{isAccessibilityAutomationSession}=require(a3_0x4ca131(0x17d)),{getObservabilityLinkedProductName}=require('../../helpers/test-observability/utils'),getOSVersionFromCaps=_0x3c6d54=>{const _0x15d113=a3_0x4ca131,_0x20287e={};_0x20287e[_0x15d113(0x168)]=_0x15d113(0x172),_0x20287e[_0x15d113(0x156)]=_0x15d113(0x170),_0x20287e['JrjZl']=_0x15d113(0x164),_0x20287e[_0x15d113(0x186)]='osVersion',_0x20287e[_0x15d113(0x154)]=_0x15d113(0x181);const _0x14caa1=_0x20287e;if(!_0x3c6d54)return null;const _0x323a10=_0x3c6d54[_0x14caa1[_0x15d113(0x168)]],_0x67afa=[_0x14caa1[_0x15d113(0x156)],_0x14caa1[_0x15d113(0x194)],_0x14caa1[_0x15d113(0x186)],_0x14caa1['aJRdn']];for(const _0x253d39 of _0x67afa){if(_0x323a10&&_0x323a10[_0x253d39])return _0x323a10[_0x253d39];else{if(_0x3c6d54[_0x253d39])return _0x3c6d54[_0x253d39];}}return null;};function a3_0x2eea(_0x465f16,_0x152326){const _0x4adb26=a3_0x4adb();return a3_0x2eea=function(_0x2eea5e,_0x90f4bc){_0x2eea5e=_0x2eea5e-0x150;let _0x26b359=_0x4adb26[_0x2eea5e];return _0x26b359;},a3_0x2eea(_0x465f16,_0x152326);}function a3_0x4adb(){const _0x155512=['odWJj','accessibilityPlatform','ufInf','latest','hgRvC','desiredCapabilities','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','platformVersion','XPLTq','bstack:options','234GJiesZ','../../bin/playwright/sessionDetails','caps','pJrbJ','663740EpJJpj','16950zrOBtc','ggjhn','hsQyU','tadTQ','getDetails','../../helpers/accessibility-automation/helper','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','22kLGQWv','browserName','os_version','27910JvgzeY','browserstack_accessibility_automation_script','1197nWDjHM','string','yqqHi','bsSessionId','13447740sKohII','VoFRo','ffaUW','3184mzGovI','ZgRqX','SVXPW','browser_version','warn','kFkPK','5214391qZHWTr','jrsSt','YMzJJ','JrjZl','BpMkd','unknown_grid','name','QpnCh','browserWSEndpoint','capabilities','platformName','654JvcDzc','constructor','browser','aJRdn','sQERw','RQhMC','fetchPlatformDetails','cloudProvider','../../helpers/helper','winstonLogger','Znwkz','WMKLf','sessionId','Playwright','includes','browserVersion','browserstack_executor','deviceName','vWeQT','platform_version','341856AIbtZa','playwright-chromium','cQAox','JroTV'];a3_0x4adb=function(){return _0x155512;};return a3_0x4adb();}exports[a3_0x4ca131(0x157)]=_0x254873=>{const _0x63c807=a3_0x4ca131,_0x387542={'kFkPK':_0x63c807(0x196),'ZgRqX':function(_0x8828bb,_0x1e1d44){return _0x8828bb===_0x1e1d44;},'vWeQT':'WebDriver','tadTQ':function(_0xcf982a,_0x42b519){return _0xcf982a(_0x42b519);},'jrsSt':function(_0x34a5ab,_0x56a42a,_0x3b19f4){return _0x34a5ab(_0x56a42a,_0x3b19f4);},'GEYSA':'config','QHbCK':_0x63c807(0x16e),'hgRvC':_0x63c807(0x15e),'XpHJl':function(_0x3a0a1c,_0x1f5a93,_0x2929cf){return _0x3a0a1c(_0x1f5a93,_0x2929cf);},'ufInf':_0x63c807(0x153),'EVbRP':_0x63c807(0x199),'pJrbJ':_0x63c807(0x175),'DMhTr':function(_0x4901d3,_0x37f959){return _0x4901d3(_0x37f959);}};if(!_0x254873)return null;let _0xc5df78=global['__cloud_provider___']||_0x387542[_0x63c807(0x190)];if(_0x387542['ZgRqX'](_0x254873[_0x63c807(0x152)][_0x63c807(0x197)],_0x387542[_0x63c807(0x163)])){const _0x26a32b=_0x254873[_0x63c807(0x153)];if(!_0x26a32b)return null;const _0x2c2bb0=_0x26a32b[_0x63c807(0x19a)],_0x8dad8b=_0x387542['tadTQ'](getOSVersionFromCaps,_0x387542[_0x63c807(0x192)](nestedKeyValue,_0x254873,[_0x387542['GEYSA'],_0x387542['QHbCK']]));return{[_0xc5df78]:{'browser':_0x2c2bb0['browserName'],'browser_version':_0x2c2bb0[_0x63c807(0x160)],'capabilities':_0x2c2bb0,'platform':_0x2c2bb0[_0x63c807(0x150)],'platform_version':_0x2c2bb0[_0x63c807(0x170)]||_0x8dad8b,'product':_0x387542[_0x63c807(0x17b)](getObservabilityLinkedProductName,_0x2c2bb0),'session_id':_0x26a32b[_0x63c807(0x15d)]}};}else{if(_0x387542[_0x63c807(0x18c)](_0x254873[_0x63c807(0x152)][_0x63c807(0x197)],_0x387542[_0x63c807(0x16d)])){const _0x4a5edd=PlaywrightSessionDetails[_0x63c807(0x17c)]();_0xc5df78=_0x4a5edd[_0x63c807(0x158)]||_0xc5df78;const _0x2f7732=_0x387542['XpHJl'](nestedKeyValue,_0x254873,[_0x387542['GEYSA'],_0x387542[_0x63c807(0x16b)],_0x387542['EVbRP']]),_0x40eb14=_0x2f7732?JSON['parse'](new URL(_0x2f7732)['searchParams']['get'](_0x387542[_0x63c807(0x176)])):{};return{[_0xc5df78]:{'browser':_0x4a5edd[_0x63c807(0x153)]||_0x40eb14[_0x63c807(0x180)],'browser_version':_0x4a5edd[_0x63c807(0x18e)]||_0x40eb14[_0x63c807(0x18e)],'capabilities':_0x40eb14,'platform':_0x4a5edd['platform'],'platform_version':_0x4a5edd[_0x63c807(0x164)],'product':_0x387542['DMhTr'](getObservabilityLinkedProductName,_0x40eb14),'session_id':_0x4a5edd[_0x63c807(0x187)]}};}}},exports['processWebDriverConfig']=_0x1c9881=>{const _0x563639=a3_0x4ca131,_0x19a331={'XPLTq':function(_0x4cc314){return _0x4cc314();},'hsQyU':function(_0x3ac305,_0x76426b){return _0x3ac305===_0x76426b;},'cQAox':_0x563639(0x16c),'sQERw':function(_0x20e080,_0x5a9df7){return _0x20e080>_0x5a9df7;},'BpMkd':function(_0xba6824,_0x2d3c4a){return _0xba6824(_0x2d3c4a);},'DZMMP':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','VoFRo':'chrome','rnGlO':function(_0x5154b3,_0x9c72da){return _0x5154b3===_0x9c72da;},'QpnCh':_0x563639(0x166),'Znwkz':_0x563639(0x17e),'WMKLf':function(_0x46beb7,_0x4b2518){return _0x46beb7(_0x4b2518);},'ggjhn':_0x563639(0x16f)};if(_0x19a331[_0x563639(0x171)](isAccessibilityAutomationSession)){const _0x6f77a5=_0x1c9881['browser'],_0x174fb5=_0x6f77a5[_0x563639(0x19a)];global[_0x563639(0x16a)]=!![],!(_0x19a331[_0x563639(0x17a)](_0x174fb5[_0x563639(0x160)],_0x19a331[_0x563639(0x167)])||_0x19a331[_0x563639(0x155)](_0x19a331[_0x563639(0x195)](parseInt,_0x174fb5[_0x563639(0x160)]),0x5e))&&(logger['warn'](_0x19a331['DZMMP']),global[_0x563639(0x16a)]=![]),!(_0x19a331[_0x563639(0x17a)](_0x174fb5[_0x563639(0x180)],_0x19a331[_0x563639(0x189)])||_0x19a331['rnGlO'](_0x174fb5[_0x563639(0x180)],_0x19a331[_0x563639(0x198)]))&&(logger['warn'](_0x19a331[_0x563639(0x15b)]),global[_0x563639(0x16a)]=![]),!_0x19a331[_0x563639(0x15c)](isUndefined,_0x174fb5[_0x563639(0x162)])&&(logger[_0x563639(0x18f)](_0x19a331[_0x563639(0x179)]),global[_0x563639(0x16a)]=![]);}},exports['shouldPatchExecuteScript']=_0x369b78=>{const _0xe36f9c=a3_0x4ca131,_0x41189c={};_0x41189c[_0xe36f9c(0x169)]=function(_0x23b383,_0x3d9e83){return _0x23b383!==_0x3d9e83;},_0x41189c[_0xe36f9c(0x18a)]=_0xe36f9c(0x185),_0x41189c[_0xe36f9c(0x18d)]=_0xe36f9c(0x161),_0x41189c[_0xe36f9c(0x193)]=_0xe36f9c(0x183);const _0x390ca8=_0x41189c;if(!_0x369b78)return![];else{if(_0x390ca8[_0xe36f9c(0x169)](typeof _0x369b78,_0x390ca8[_0xe36f9c(0x18a)]))return!![];}return!_0x369b78[_0xe36f9c(0x15f)](_0x390ca8[_0xe36f9c(0x18d)])&&!_0x369b78[_0xe36f9c(0x15f)](_0x390ca8[_0xe36f9c(0x193)]);};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a4_0x39e511=a4_0x14db;function a4_0x14db(_0x5d2b49,_0x44b744){const _0x15bdd5=a4_0x15bd();return a4_0x14db=function(_0x14dbf5,_0x58825e){_0x14dbf5=_0x14dbf5-0x1df;let _0x581491=_0x15bdd5[_0x14dbf5];return _0x581491;},a4_0x14db(_0x5d2b49,_0x44b744);}function a4_0x15bd(){const _0x458cd8=['mxyMN','Playwright','HOOK_RUN_STARTED','concat','bddStepFinish','inspect','path','status','BrowserType','4|3|1|0|2|5','\x20with\x20error\x20:\x20','../../helpers/logger','827415DNHWtl','../../helpers/test-observability/constants','_paths','eVmbK','ctx','OCZeb','setupBrowserDetails','CODECEPT','HjYJL','skipped','Nvwjd','laiXl','success','1063980AgVeoc','dirname','groups','hook','../../helpers/testhub/utils.js','mapTestHooks','wsEndpoint','IJsAM','IJzsc','uploadEventData','expanded','tFpbc','YJNKp','XgoQA','startedAt','lLCwX','eiuoz','failureData','failure_backtrace','Aceag','fJjvw','CBTSessionCreated','toLowerCase','pid','../../helpers/test-observability/utils','util','failed','../playwright/accessibility-helper','../../helpers/test-observability/requestQueueHandler','124oJiHPS','wvwLz','toString','BmYOL','removeAllListeners','976660cOZgVH','cFUmW','then','obsBrowserTypeMockApplied','initializeBddStep','LogCreated','markedStatus','duration','statSync','wSdTu','27NsdNrg','qENKv','_beforeEach','uddde','toUpperCase','tUWRW','STATE_FAILED','stringify','hooks','_afterAll','uuid','HookRunFinished','name','HrQnp','failure','EaDuR','find','diIQP','config','apply','hook_run_uuid','location_prefix','defineProperty','replace','TEST_REPORTING_ANALYTICS','FtvmR','getRootParentFile','driver','finished_at','lVHAp','_testEnv','split','ADWHG','hookAnalyticsId','currentTest','match','TNkKL','iqzxr','202374jAuwrx','testAnalyticsId','finished','text','rbuAQ','getHierarchy','toISOString','started','backtrace','../mocha/test-observability/mochaUtils','connectOverCDP','test_run_uuid','4804mHGTMc','pending','Checking\x20for\x20accessibility\x20automation\x20session\x20with\x20','fullTitle','EmkEH','GATdH','HookRunStarted','fmyKg','result','STATE_PASSED','join','20EptcpT','length','FRsYE','findGitConfig','resetSkipTestHooks','now','push','GPCPO','hFtvz','EINZd','getTime','iXpgT','ffiGv','CbElg','TEST_RUN_STARTED','bddStepStart','lib','../playwright/sessionDetails','title','SBvEG','hEQLh','failure_reason_expanded','meta','failed\x20to\x20get\x20root\x20parent\x20file\x20','feature','Retcg','appendTestItemLog','constructor','ATjtQ','PathHelper','KcRbN','oURxn','Exception\x20in\x20uploading\x20log\x20data\x20to\x20','enabled','MJEYW','getInstance','prototype','connect','codeceptjs','getHookType','WYNcm','comment','dpYQu','vYhXb','_afterEach','getHooksForTest','eoPRe','sdfcc','bddSteps','HjzET','__cloud_provider___','sep','Iedad','Not\x20able\x20to\x20import\x20Browser','TEST_RUN_FINISHED','relative','gasYX','__platformCaps','errorsDetailed','forEach','YwSJX','../utils/constants','BROWSERSTACK','rGvHQ','launch','winstonLogger','shutdown','vGxdo','610088pgOPni','ubPRZ','Exception\x20in\x20uploading\x20platform\x20details\x20to\x20','frameworkName','bs:addLog:','passed','logs','browserstack','HOOK_RUN_FINISHED','stepAnalyticsId','parent','test','fireEvent','PLAYWRIGHT_HUB_URL','WAxHr','body','_beforeAll','includes','reKGJ','odZEx','RUFIL','RarTM','TuZEn','event_type','string','exports','keyword','retryOf','browserType.js','Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20','file','fbnlb','prefixTestPath','383194BBvjAT','yNfuu','integrations','suites','err','ALzwH','debug','currentHook','dIZYS'];a4_0x15bd=function(){return _0x458cd8;};return a4_0x15bd();}(function(_0x1ce08a,_0x46800b){const _0x4841c9=a4_0x14db,_0x332351=_0x1ce08a();while(!![]){try{const _0x4a7a51=-parseInt(_0x4841c9(0x257))/0x1*(parseInt(_0x4841c9(0x216))/0x2)+parseInt(_0x4841c9(0x1ec))/0x3+parseInt(_0x4841c9(0x21b))/0x4+parseInt(_0x4841c9(0x262))/0x5*(parseInt(_0x4841c9(0x24b))/0x6)+-parseInt(_0x4841c9(0x2c7))/0x7+-parseInt(_0x4841c9(0x2a6))/0x8*(parseInt(_0x4841c9(0x225))/0x9)+parseInt(_0x4841c9(0x1f9))/0xa;if(_0x4a7a51===_0x46800b)break;else _0x332351['push'](_0x332351['shift']());}catch(_0x33ba45){_0x332351['push'](_0x332351['shift']());}}}(a4_0x15bd,0x2bec7));const path=require(a4_0x39e511(0x1e6)),fs=require('fs'),{v4:uuidv4}=require(a4_0x39e511(0x22f)),{importFileFromPWCore,nestedKeyValue,parseWSEndpoint,isUndefined}=require('../../helpers/helper'),testOpsHelper=require(a4_0x39e511(0x211)),{getTestEnv}=require(a4_0x39e511(0x254)),{FRAMEWORKS}=require(a4_0x39e511(0x1ed)),logger=require(a4_0x39e511(0x1eb))[a4_0x39e511(0x2a3)],SessionHandler=require('../../helpers/test-observability/sessionHandler'),RequestQueueHandler=require(a4_0x39e511(0x215)),PlaywrightSessionDetails=require(a4_0x39e511(0x273)),debug=testOpsHelper[a4_0x39e511(0x2cd)],{processAccessibilityCaps}=require(a4_0x39e511(0x214)),Constants=require(a4_0x39e511(0x29f)),{fetchPlatformDetails}=require('./helper.js'),{shouldProcessEventForTesthub,appendTesthubParams}=require(a4_0x39e511(0x1fd)),constants=require(a4_0x39e511(0x29f)),STATE_PASSED=a4_0x39e511(0x2ab),STATE_FAILED=a4_0x39e511(0x213),a4_0x262d1f={};a4_0x262d1f[a4_0x39e511(0x270)]='TestRunStarted',a4_0x262d1f['TEST_RUN_FINISHED']='TestRunFinished',a4_0x262d1f['TEST_RUN_SKIPPED']='TestRunSkipped',a4_0x262d1f[a4_0x39e511(0x1e2)]=a4_0x39e511(0x25d),a4_0x262d1f[a4_0x39e511(0x2ae)]=a4_0x39e511(0x230);const TEST_EVENTS=a4_0x262d1f,parseEvent=_0x3cd591=>{const _0x35f0d6=a4_0x39e511,_0x3c600e={};_0x3c600e[_0x35f0d6(0x26b)]=function(_0x1d062d,_0x3ca978){return _0x1d062d<_0x3ca978;},_0x3c600e[_0x35f0d6(0x1df)]=function(_0x330c41,_0x23688b){return _0x330c41===_0x23688b;},_0x3c600e[_0x35f0d6(0x291)]=_0x35f0d6(0x2b1),_0x3c600e['cFUmW']=function(_0x15bdda,_0x68619a){return _0x15bdda===_0x68619a;},_0x3c600e[_0x35f0d6(0x206)]='hook',_0x3c600e[_0x35f0d6(0x22a)]='skipped',_0x3c600e['JyMrA']=_0x35f0d6(0x252),_0x3c600e[_0x35f0d6(0x209)]=function(_0x2d88f9,_0x220b6d){return _0x2d88f9===_0x220b6d;},_0x3c600e[_0x35f0d6(0x2a5)]=_0x35f0d6(0x24d);const _0x2f79cb=_0x3c600e,_0x50df24=_0x3cd591[_0x35f0d6(0x248)](/^(.*)Run(.*)$/);if(!_0x50df24)return null;if(_0x2f79cb[_0x35f0d6(0x26b)](_0x50df24['length'],0x3))return null;const _0x13e7ac=_0x50df24[0x1][_0x35f0d6(0x20f)](),_0x153321=_0x50df24[0x2][_0x35f0d6(0x20f)]();return{'test':_0x2f79cb[_0x35f0d6(0x1df)](_0x13e7ac,_0x2f79cb['sdfcc']),'hook':_0x2f79cb[_0x35f0d6(0x21c)](_0x13e7ac,_0x2f79cb[_0x35f0d6(0x206)]),'skipped':_0x2f79cb[_0x35f0d6(0x21c)](_0x153321,_0x2f79cb['tUWRW']),'started':_0x2f79cb['cFUmW'](_0x153321,_0x2f79cb['JyMrA']),'finished':_0x2f79cb[_0x35f0d6(0x209)](_0x153321,_0x2f79cb[_0x35f0d6(0x2a5)])};},mockPWBrowserType=_0x152c02=>{const _0x2dd4ae=a4_0x39e511,_0x40aaeb={'ADWHG':function(_0x1c6d26,_0xaed63d,_0x46fd1d){return _0x1c6d26(_0xaed63d,_0x46fd1d);},'zLwCv':_0x2dd4ae(0x1ff),'eoPRe':function(_0x12104b,_0x24e19a){return _0x12104b(_0x24e19a);},'WYNcm':_0x2dd4ae(0x2ad),'SBvEG':function(_0x54fa2f,_0x4657ee){return _0x54fa2f(_0x4657ee);},'HrQnp':function(_0x54e970,_0x5ddcd2){return _0x54e970===_0x5ddcd2;},'DEkFm':_0x2dd4ae(0x2be),'NkSwW':_0x2dd4ae(0x272),'ubPRZ':'client','fmyKg':_0x2dd4ae(0x2c2),'vYhXb':function(_0xd6fb61,_0x2e5880){return _0xd6fb61(_0x2e5880);},'uddde':_0x2dd4ae(0x297),'fbnlb':_0x2dd4ae(0x287),'hXKBd':_0x2dd4ae(0x2a2)},_0x1f27ba=path[_0x2dd4ae(0x261)](_0x40aaeb['NkSwW'],_0x40aaeb[_0x2dd4ae(0x2a7)],_0x40aaeb[_0x2dd4ae(0x25e)]),_0x5a8e8c=_0x40aaeb[_0x2dd4ae(0x290)](importFileFromPWCore,_0x1f27ba);if(!_0x5a8e8c){_0x40aaeb[_0x2dd4ae(0x28d)](debug,_0x40aaeb[_0x2dd4ae(0x228)]);return;}const _0x3d6299=_0x5a8e8c[_0x2dd4ae(0x1e8)],_0x1c243c=_0x3d6299[_0x2dd4ae(0x286)];if(_0x1c243c[_0x2dd4ae(0x21e)])return;const _0x4c3597=_0x1c243c[_0x2dd4ae(0x287)];Object['defineProperty'](_0x1c243c,_0x40aaeb[_0x2dd4ae(0x2c5)],{'get':function(){const _0x36f0a7={'iXpgT':function(_0x3841ca,_0x52ddc4){const _0xa90dac=a4_0x14db;return _0x40aaeb[_0xa90dac(0x232)](_0x3841ca,_0x52ddc4);},'laiXl':_0x40aaeb['DEkFm']};return async function _0x2cbb64(_0x41f438,_0x1400e2){const _0xd363c6=a4_0x14db,_0x24b14a=_0x40aaeb[_0xd363c6(0x245)](nestedKeyValue,_0x41f438,[_0x40aaeb['zLwCv']])||_0x41f438;let _0x1e7ba3=null,_0x2a0664=null;try{[_0x2a0664,_0x1e7ba3]=_0x24b14a?_0x40aaeb['eoPRe'](parseWSEndpoint,_0x24b14a):[null,null],global[_0xd363c6(0x29b)]=_0x1e7ba3,logger[_0xd363c6(0x2cd)](_0xd363c6(0x259)+_0x2a0664),_0x2a0664[_0xd363c6(0x2b7)](Constants[_0xd363c6(0x2a0)])&&(global[_0xd363c6(0x294)]=_0x40aaeb[_0xd363c6(0x28a)]);}catch(_0x24c855){logger[_0xd363c6(0x2cd)]('Failed\x20to\x20parse\x20wsendpoint\x20'+_0x24b14a+'\x20'+_0x24c855);}_0x40aaeb[_0xd363c6(0x245)](processAccessibilityCaps,_0x1e7ba3,_0x2a0664);if(global['accessibilityPlatform']){const _0x117824=await _0x1c243c[_0xd363c6(0x255)][_0xd363c6(0x238)](this,[''+Constants[_0xd363c6(0x2b3)]+_0x40aaeb[_0xd363c6(0x275)](encodeURIComponent,JSON[_0xd363c6(0x22c)](_0x1e7ba3))]);return PlaywrightSessionDetails[_0xd363c6(0x1f2)](_0x117824,_0x152c02,_0x24b14a),_0x117824;}return _0x4c3597[_0xd363c6(0x238)](this,arguments)[_0xd363c6(0x21d)](_0x2da181=>{const _0x109824=_0xd363c6;let _0x18371e=_0x41f438['wsEndpoint'];return _0x36f0a7[_0x109824(0x26d)](typeof _0x41f438,_0x36f0a7[_0x109824(0x1f7)])&&(_0x18371e=_0x41f438),PlaywrightSessionDetails[_0x109824(0x1f2)](_0x2da181,_0x152c02,_0x18371e),_0x2da181;});};}});const _0x4aeb57=_0x1c243c[_0x2dd4ae(0x2a2)];Object[_0x2dd4ae(0x23b)](_0x1c243c,_0x40aaeb['hXKBd'],{'get':function(){return async function _0x850df2(){const _0x507f4c=a4_0x14db;return _0x4aeb57['apply'](this,arguments)[_0x507f4c(0x21d)](_0x24e206=>{const _0x30aec1=_0x507f4c;return PlaywrightSessionDetails[_0x30aec1(0x1f2)](_0x24e206,null),_0x24e206;});};}});};class O11yHelper{[a4_0x39e511(0x247)]=null;[a4_0x39e511(0x2ce)]=null;[a4_0x39e511(0x283)]=![];[a4_0x39e511(0x2a9)]=![];constructor(_0x5ca9f5,_0x566756){const _0x36f421=a4_0x39e511,_0x231fcb={'hEQLh':_0x36f421(0x1e9),'rbuAQ':function(_0x2f32be){return _0x2f32be();},'IJsAM':function(_0x3ee46e,_0x3820af){return _0x3ee46e===_0x3820af;},'Nvwjd':_0x36f421(0x1e1),'dpYQu':function(_0x22d1b9,_0x2ad19a){return _0x22d1b9(_0x2ad19a);}},_0x3e1e1a=_0x231fcb[_0x36f421(0x276)][_0x36f421(0x244)]('|');let _0x32be67=0x0;while(!![]){switch(_0x3e1e1a[_0x32be67++]){case'0':this[_0x36f421(0x243)]=_0x231fcb[_0x36f421(0x24f)](getTestEnv);continue;case'1':this[_0x36f421(0x240)]=_0x5ca9f5;continue;case'2':this[_0x36f421(0x1ee)]=new testOpsHelper[(_0x36f421(0x27f))]({'cwd':process['cwd']()},this[_0x36f421(0x243)][_0x36f421(0x23a)]);continue;case'3':this['frameworkName']=_0x566756[_0x36f421(0x2a9)];continue;case'4':this['enabled']=_0x231fcb[_0x36f421(0x24f)](shouldProcessEventForTesthub);continue;case'5':this['driver']&&_0x231fcb[_0x36f421(0x200)](this[_0x36f421(0x240)][_0x36f421(0x27d)][_0x36f421(0x231)],_0x231fcb[_0x36f421(0x1f6)])&&_0x231fcb[_0x36f421(0x28c)](mockPWBrowserType,null);continue;}break;}}['start'](){const _0x12067e=a4_0x39e511;if(!this['enabled'])return;testOpsHelper['patchConsoleLogger'](),process[_0x12067e(0x21a)](_0x12067e(0x2aa)+process['pid']),process['on']('bs:addLog:'+process[_0x12067e(0x210)],this[_0x12067e(0x27c)]['bind'](this));}async['stop'](){const _0x17cf88=a4_0x39e511;await RequestQueueHandler[_0x17cf88(0x285)]()[_0x17cf88(0x2a4)]();}async[a4_0x39e511(0x27c)](_0x55743f){const _0x23031e=a4_0x39e511,_0x48b73c={'VbitX':_0x23031e(0x220),'CbElg':function(_0x44a1b4,_0xb5906f){return _0x44a1b4(_0xb5906f);}};try{this[_0x23031e(0x2ce)]&&!this[_0x23031e(0x2ce)]['markedStatus']&&(_0x55743f[_0x23031e(0x239)]=this[_0x23031e(0x2ce)][_0x23031e(0x246)]);!_0x55743f['hook_run_uuid']&&this[_0x23031e(0x247)]&&!this[_0x23031e(0x247)]['markedStatus']&&(_0x55743f['test_run_uuid']=this[_0x23031e(0x247)][_0x23031e(0x24c)]);if(_0x55743f[_0x23031e(0x239)]||_0x55743f[_0x23031e(0x256)]){const _0x2ec5f8={};_0x2ec5f8[_0x23031e(0x2bd)]=_0x48b73c['VbitX'],_0x2ec5f8[_0x23031e(0x2ac)]=[_0x55743f],await SessionHandler[_0x23031e(0x202)](_0x2ec5f8);}}catch(_0x1d8c70){_0x48b73c[_0x23031e(0x26f)](debug,_0x23031e(0x282)+constants[_0x23031e(0x23d)]+_0x23031e(0x1ea)+_0x1d8c70);}}async['sendCBTInfo'](_0x39522b){const _0x757e9=a4_0x39e511,_0x3ea5cd={'HjYJL':_0x757e9(0x20e),'fJjvw':function(_0x2f04eb,_0x82dd71){return _0x2f04eb(_0x82dd71);}};if(!this['enabled'])return;const _0x1f9786=this['getCBTInfo'](this[_0x757e9(0x240)]);try{const _0x192f19={};_0x192f19[_0x757e9(0x22f)]=_0x39522b,_0x192f19['integrations']=_0x1f9786;const _0x1712d3=_0x192f19,_0x5b18db={};_0x5b18db[_0x757e9(0x2bd)]=_0x3ea5cd[_0x757e9(0x1f4)],_0x5b18db['test_run']=_0x1712d3,await SessionHandler['uploadEventData'](_0x5b18db);}catch(_0x516d14){_0x3ea5cd[_0x757e9(0x20d)](debug,_0x757e9(0x2a8)+constants[_0x757e9(0x23d)]+'\x20with\x20error\x20:\x20'+_0x516d14);}}['getCBTInfo'](_0x2c2b42){const _0x274355=a4_0x39e511,_0xde442e={'oURxn':function(_0x411a9a,_0x5c1a68){return _0x411a9a(_0x5c1a68);}};return _0xde442e[_0x274355(0x281)](fetchPlatformDetails,_0x2c2b42);}[a4_0x39e511(0x266)]=_0x5a6307=>{const _0x4ab6a2=a4_0x39e511,_0x39d8e0={};_0x39d8e0['xhcRb']=_0x4ab6a2(0x227),_0x39d8e0[_0x4ab6a2(0x205)]=_0x4ab6a2(0x28e);const _0x306bd3=_0x39d8e0;if(!_0x5a6307||!_0x5a6307[_0x4ab6a2(0x2b0)])return;[_0x306bd3['xhcRb'],_0x306bd3[_0x4ab6a2(0x205)]][_0x4ab6a2(0x29d)](_0x3830ae=>{const _0x59836e=_0x4ab6a2,_0x475b97=_0x5a6307[_0x59836e(0x2b0)][_0x3830ae];_0x475b97[_0x59836e(0x29d)](_0x10bb8d=>{const _0x484a42=_0x59836e;_0x10bb8d[_0x484a42(0x246)]&&(_0x10bb8d[_0x484a42(0x246)]=null);});});};[a4_0x39e511(0x1fe)](_0x16b704){const _0x30e756=a4_0x39e511,_0x15e46d={'tFpbc':_0x30e756(0x288),'rGvHQ':function(_0x499020){return _0x499020();},'tbSJD':function(_0x32bddf,_0x2394ff){return _0x32bddf===_0x2394ff;},'wvwLz':_0x30e756(0x28e),'LqsTC':function(_0x5a1eec){return _0x5a1eec();},'XcyfL':_0x30e756(0x2b6),'odZEx':_0x30e756(0x22e),'QeRvl':'_beforeEach'};if(!_0x16b704||!_0x16b704[_0x30e756(0x2b0)])return;[_0x15e46d['XcyfL'],_0x15e46d[_0x30e756(0x2b9)],_0x15e46d['QeRvl'],_0x15e46d[_0x30e756(0x217)]][_0x30e756(0x29d)](_0x564f71=>{const _0x365c3d=_0x30e756,_0x4fca91=_0x16b704[_0x365c3d(0x2b0)][_0x564f71]||[];_0x4fca91[_0x365c3d(0x29d)](_0x3a7685=>{const _0x22c59a=_0x365c3d;if(_0x3a7685[_0x22c59a(0x274)][_0x22c59a(0x2b7)](_0x15e46d[_0x22c59a(0x204)]))return;if(!_0x3a7685['hookAnalyticsId'])_0x3a7685[_0x22c59a(0x246)]=_0x15e46d[_0x22c59a(0x2a1)](uuidv4);else _0x3a7685[_0x22c59a(0x221)]&&_0x15e46d['tbSJD'](_0x564f71,_0x15e46d[_0x22c59a(0x217)])&&(_0x3a7685['hookAnalyticsId']=_0x15e46d['LqsTC'](uuidv4),delete _0x3a7685['markedStatus']);});}),this[_0x30e756(0x1fe)](_0x16b704[_0x30e756(0x2b0)]);}['getHooksForTest'](_0x52bd36){const _0x239769=a4_0x39e511,_0x8c4826={};_0x8c4826[_0x239769(0x242)]=_0x239769(0x2b6),_0x8c4826[_0x239769(0x226)]=_0x239769(0x22e),_0x8c4826[_0x239769(0x2b8)]=_0x239769(0x227),_0x8c4826[_0x239769(0x29e)]=_0x239769(0x28e);const _0x323464=_0x8c4826;if(!_0x52bd36||!_0x52bd36[_0x239769(0x2b0)])return[];const _0x3bf39e=[];return[_0x323464['lVHAp'],_0x323464['qENKv'],_0x323464['reKGJ'],_0x323464[_0x239769(0x29e)]][_0x239769(0x29d)](_0xda4295=>{const _0x1b4d49=_0x239769,_0x142333=_0x52bd36[_0x1b4d49(0x2b0)][_0xda4295]||[];_0x142333[_0x1b4d49(0x29d)](_0x1d0764=>{const _0x597c39=_0x1b4d49;_0x1d0764['hookAnalyticsId']&&_0x3bf39e['push'](_0x1d0764[_0x597c39(0x246)]);});}),[][_0x239769(0x1e3)](_0x3bf39e,this[_0x239769(0x28f)](_0x52bd36['parent']));}[a4_0x39e511(0x289)](_0x5435ca){const _0x1c3560=a4_0x39e511,_0x3080ea=/^"(?<hook>.*)" hook:.*$/,_0x48b366=_0x5435ca[_0x1c3560(0x274)],_0x218d2d=_0x48b366['match'](_0x3080ea);if(_0x218d2d&&_0x218d2d['groups'])return _0x218d2d[_0x1c3560(0x1fb)][_0x1c3560(0x1fc)][_0x1c3560(0x229)]()[_0x1c3560(0x23c)]('\x20','_');return null;}['findGitConfig'](_0x8ddd12){const _0x46d26d=a4_0x39e511,_0x1a8e42={};_0x1a8e42[_0x46d26d(0x24a)]=function(_0x38c5f9,_0x534f4c){return _0x38c5f9===_0x534f4c;},_0x1a8e42[_0x46d26d(0x293)]=function(_0x2de30c,_0x197645){return _0x2de30c===_0x197645;},_0x1a8e42[_0x46d26d(0x27b)]='.git',_0x1a8e42[_0x46d26d(0x26a)]=_0x46d26d(0x237);const _0x4a491e=_0x1a8e42,_0x288ff4=path[_0x46d26d(0x295)];if(_0x4a491e['iqzxr'](_0x8ddd12,null)||_0x4a491e[_0x46d26d(0x24a)](_0x8ddd12,'')||_0x4a491e[_0x46d26d(0x24a)](_0x8ddd12,_0x288ff4)||_0x4a491e[_0x46d26d(0x293)](_0x8ddd12,path['dirname'](_0x8ddd12)))return null;try{return fs[_0x46d26d(0x223)](path[_0x46d26d(0x261)](_0x8ddd12,_0x4a491e['Retcg'],_0x4a491e[_0x46d26d(0x26a)])),_0x8ddd12;}catch(_0xdbd556){const _0x53f5a2=path[_0x46d26d(0x1fa)](_0x8ddd12);return this['findGitConfig'](_0x53f5a2);}}['getRootParentFile'](_0x3119cd){const _0x1bf0b7=a4_0x39e511,_0x4e87c5={};_0x4e87c5[_0x1bf0b7(0x25c)]=function(_0x4d3db2,_0x400781){return _0x4d3db2>_0x400781;};const _0x1dade0=_0x4e87c5;if(_0x3119cd[_0x1bf0b7(0x2c4)])return _0x3119cd[_0x1bf0b7(0x2c4)];if(_0x3119cd[_0x1bf0b7(0x1f0)]){const _0x475e4a=_0x3119cd['ctx'][_0x1bf0b7(0x247)]?this['getRootParentFile'](_0x3119cd[_0x1bf0b7(0x1f0)][_0x1bf0b7(0x247)]):null;if(_0x475e4a)return _0x475e4a;}if(_0x3119cd['parent']){const _0x44e7e6=this[_0x1bf0b7(0x23f)](_0x3119cd[_0x1bf0b7(0x2b0)])||(_0x3119cd[_0x1bf0b7(0x2b0)]['ctx']&&_0x3119cd[_0x1bf0b7(0x2b0)][_0x1bf0b7(0x1f0)][_0x1bf0b7(0x247)]?this[_0x1bf0b7(0x23f)](_0x3119cd['parent'][_0x1bf0b7(0x1f0)][_0x1bf0b7(0x247)]):null);if(_0x44e7e6)return _0x44e7e6;_0x3119cd[_0x1bf0b7(0x2b0)][_0x1bf0b7(0x2ca)]&&_0x1dade0[_0x1bf0b7(0x25c)](_0x3119cd[_0x1bf0b7(0x2b0)][_0x1bf0b7(0x2ca)][_0x1bf0b7(0x263)],0x0)&&_0x3119cd[_0x1bf0b7(0x2b0)][_0x1bf0b7(0x2ca)]['forEach'](_0x1a2778=>{const _0x544ce2=_0x1bf0b7,_0x2221c3=_0x1a2778[_0x544ce2(0x1f0)]?this[_0x544ce2(0x23f)](_0x1a2778[_0x544ce2(0x1f0)]):null;if(_0x2221c3)return _0x2221c3;});}return null;}[a4_0x39e511(0x250)](_0x54031a){const _0x4d3cb2=a4_0x39e511,_0x41f875={};_0x41f875[_0x4d3cb2(0x234)]=function(_0xd370b2,_0xf5ad8a){return _0xd370b2!==_0xf5ad8a;};const _0x47f5ea=_0x41f875,_0x43b8e7=[];if(_0x54031a&&_0x54031a[_0x4d3cb2(0x2b0)]){let _0x56404b=_0x54031a[_0x4d3cb2(0x2b0)];while(_0x56404b&&_0x47f5ea['EaDuR'](_0x56404b['title'],'')){_0x43b8e7[_0x4d3cb2(0x268)](_0x56404b['title']),_0x56404b=_0x56404b[_0x4d3cb2(0x2b0)];}}return _0x43b8e7;}['captureEvent'](_0x10523e,_0x3606a1,_0x17b8ff=undefined){const _0x1714f1=a4_0x39e511,_0x40db09={'IJzsc':function(_0x4b6368,_0x4169b4){return _0x4b6368(_0x4169b4);},'FtvmR':function(_0x5ec679){return _0x5ec679();},'diIQP':function(_0x673df3){return _0x673df3();},'Iedad':function(_0x53ac40){return _0x53ac40();},'RarTM':_0x1714f1(0x212),'ffiGv':_0x1714f1(0x2cb),'GPCPO':function(_0x5665a8,_0x144e07){return _0x5665a8!==_0x144e07;},'FdfJP':'File\x20path\x20could\x20not\x20be\x20found','KcRbN':_0x1714f1(0x258),'wSdTu':_0x1714f1(0x213),'TuZEn':'passed','MJEYW':_0x1714f1(0x1f5),'pAnqy':'javascript','EmkEH':function(_0x197fe7,_0x3abab6){return _0x197fe7-_0x3abab6;},'ATjtQ':function(_0x32fc87,_0x40e253,_0x12fbd6,_0x3e4cd8,_0x1e3253){return _0x32fc87(_0x40e253,_0x12fbd6,_0x3e4cd8,_0x1e3253);},'JVpbN':function(_0x3197e4,_0x3691cc){return _0x3197e4!==_0x3691cc;},'BmYOL':_0x1714f1(0x2c9),'eVmbK':_0x1714f1(0x278),'lLCwX':_0x1714f1(0x233),'TNkKL':_0x1714f1(0x20b),'yNfuu':_0x1714f1(0x253),'Aceag':_0x1714f1(0x277),'gcxCP':_0x1714f1(0x203),'Bekef':function(_0x20b55e,_0x157b9d){return _0x20b55e===_0x157b9d;},'ALzwH':'hook_run','AGtYv':'test_run'};if(!this['enabled'])return;try{if(_0x3606a1['fn']&&_0x3606a1['fn'][_0x1714f1(0x218)]()[_0x1714f1(0x248)](/browserstack internal helper hook/))return;const _0x19463d=_0x40db09[_0x1714f1(0x201)](parseEvent,_0x10523e);if(!_0x19463d)return;if(_0x19463d[_0x1714f1(0x2b1)]){this[_0x1714f1(0x247)]=_0x3606a1,this[_0x1714f1(0x2ce)]=null;if(_0x19463d['started']||_0x19463d[_0x1714f1(0x1f5)]){_0x3606a1[_0x1714f1(0x207)]=new Date(),_0x3606a1['markedStatus']=![];if(!_0x3606a1['testAnalyticsId'])_0x3606a1[_0x1714f1(0x24c)]=_0x40db09[_0x1714f1(0x23e)](uuidv4);else _0x3606a1[_0x1714f1(0x221)]&&(!_0x3606a1['retryOf']&&(_0x3606a1[_0x1714f1(0x2c1)]=_0x3606a1[_0x1714f1(0x24c)]),_0x3606a1[_0x1714f1(0x24c)]=_0x40db09[_0x1714f1(0x23e)](uuidv4));}}else{if(_0x19463d[_0x1714f1(0x1fc)]){this[_0x1714f1(0x2ce)]=_0x3606a1;if(_0x19463d['started']){_0x3606a1[_0x1714f1(0x207)]=new Date(),_0x3606a1[_0x1714f1(0x221)]=![];if(!_0x3606a1[_0x1714f1(0x246)])_0x3606a1[_0x1714f1(0x246)]=_0x40db09[_0x1714f1(0x236)](uuidv4);else _0x3606a1[_0x1714f1(0x246)]&&_0x3606a1['markedStatus']&&(_0x3606a1['hookAnalyticsId']=_0x40db09[_0x1714f1(0x296)](uuidv4));}}}if(_0x19463d['finished']&&_0x3606a1[_0x1714f1(0x221)])return;let _0x5e1a19;try{_0x5e1a19=this['getRootParentFile'](_0x3606a1);}catch(_0x213523){logger['debug'](_0x1714f1(0x279)+_0x213523),_0x5e1a19=null;}const _0x2b1e36=_0x40db09[_0x1714f1(0x201)](require,_0x40db09[_0x1714f1(0x2bb)]);let _0x4fa837=[];_0x17b8ff&&(_0x4fa837=[_0x17b8ff,_0x40db09[_0x1714f1(0x26e)]]);const _0x2a5cd1=_0x40db09['GPCPO'](_0x3606a1[_0x1714f1(0x29c)],undefined)?_0x2b1e36[_0x1714f1(0x1e5)](_0x3606a1[_0x1714f1(0x29c)][0x0]):_0x40db09[_0x1714f1(0x269)](_0x17b8ff,undefined)?_0x17b8ff[_0x1714f1(0x218)]():undefined,_0x3e8006=_0x5e1a19?this[_0x1714f1(0x265)](_0x5e1a19):null,_0x571c9f=_0x5e1a19?this['_paths'][_0x1714f1(0x2c6)](this[_0x1714f1(0x23f)](_0x3606a1)):_0x40db09['FdfJP'];let _0x2edb8e=_0x40db09[_0x1714f1(0x280)];const _0x585eb8=!_0x19463d[_0x1714f1(0x252)]?new Date()['toISOString']():null;if(_0x19463d[_0x1714f1(0x24d)])_0x2edb8e=_0x17b8ff?_0x40db09['wSdTu']:_0x40db09['TuZEn'],_0x3606a1[_0x1714f1(0x221)]=!![];else _0x19463d['skipped']&&(_0x2edb8e=_0x40db09[_0x1714f1(0x284)],_0x3606a1[_0x1714f1(0x221)]=!![]);const _0x239c43={'framework':this[_0x1714f1(0x2a9)],'uuid':_0x3606a1[_0x1714f1(0x24c)]||_0x3606a1[_0x1714f1(0x246)],'name':_0x3606a1[_0x1714f1(0x274)],'body':{'lang':_0x40db09['pAnqy'],'code':_0x3606a1[_0x1714f1(0x2b5)]['toString']()},'type':_0x3606a1['type'],'scope':_0x3606a1[_0x1714f1(0x25a)](),'scopes':this[_0x1714f1(0x250)](_0x3606a1),'file_name':_0x571c9f,'vc_filepath':_0x3e8006?path[_0x1714f1(0x299)](_0x3e8006,_0x5e1a19):null,'location':_0x571c9f,'result':_0x2edb8e,'failure_reason':_0x2a5cd1,'duration_in_ms':_0x3606a1[_0x1714f1(0x222)]||(_0x19463d[_0x1714f1(0x24d)]||_0x19463d['skipped'])?_0x40db09[_0x1714f1(0x25b)](Date[_0x1714f1(0x267)](),new Date(_0x3606a1[_0x1714f1(0x207)])['getTime']()):null,'started_at':new Date(_0x3606a1[_0x1714f1(0x207)])[_0x1714f1(0x251)](),'finished_at':_0x585eb8,'failure':testOpsHelper[_0x1714f1(0x20a)]['apply'](null,_0x4fa837),'failure_type':!_0x2a5cd1?null:testOpsHelper['getFailureType'](_0x2a5cd1),'retry_of':_0x3606a1[_0x1714f1(0x2c1)]||null,'tags':_0x3606a1['tags']||[],'customRerunParam':{'rerun_name':_0x3606a1[_0x1714f1(0x25a)]()}};_0x40db09[_0x1714f1(0x27e)](appendTesthubParams,_0x239c43,_0x10523e,_0x3606a1,FRAMEWORKS[_0x1714f1(0x1f3)]);if(_0x19463d[_0x1714f1(0x1fc)])[_0x239c43['hook_type'],_0x239c43[_0x1714f1(0x231)]]=[this[_0x1714f1(0x289)](_0x3606a1),_0x3606a1[_0x1714f1(0x1f0)]['test']['title']],_0x19463d[_0x1714f1(0x24d)]?_0x40db09['JVpbN'](_0x239c43[_0x1714f1(0x25f)],_0x40db09[_0x1714f1(0x224)])&&(_0x239c43[_0x1714f1(0x25f)]=_0x40db09[_0x1714f1(0x2bc)]):_0x239c43[_0x1714f1(0x2b5)]={};else _0x19463d['test']&&(this['mapTestHooks'](_0x3606a1),_0x19463d[_0x1714f1(0x1f5)]&&this[_0x1714f1(0x266)](_0x3606a1),(_0x19463d[_0x1714f1(0x24d)]||_0x19463d['skipped'])&&(_0x239c43[_0x1714f1(0x22d)]=this['getHooksForTest'](_0x3606a1)));this['driver']&&(_0x19463d[_0x1714f1(0x252)]||_0x19463d[_0x1714f1(0x1f5)])&&(_0x239c43[_0x40db09[_0x1714f1(0x219)]]=this['getCBTInfo'](this[_0x1714f1(0x240)]));_0x19463d[_0x1714f1(0x2b1)]&&_0x19463d[_0x1714f1(0x24d)]&&_0x3606a1[_0x1714f1(0x292)]&&(_0x239c43[_0x40db09[_0x1714f1(0x1ef)]]={'feature':{'name':_0x3606a1[_0x1714f1(0x2b0)][_0x1714f1(0x27a)][_0x1714f1(0x231)],'path':_0x239c43['file_name'],'description':_0x3606a1[_0x1714f1(0x2b0)][_0x1714f1(0x28b)]},'scenario':{'name':_0x3606a1[_0x1714f1(0x274)]},'steps':_0x3606a1[_0x1714f1(0x292)]});const _0x178ad5=_0x239c43[_0x40db09[_0x1714f1(0x208)]][0x0];_0x178ad5&&(_0x239c43[_0x40db09[_0x1714f1(0x249)]]=_0x178ad5[_0x40db09[_0x1714f1(0x2c8)]],_0x239c43[_0x40db09[_0x1714f1(0x20c)]]=_0x178ad5[_0x40db09['gcxCP']]);if(_0x3606a1[_0x1714f1(0x292)])for(const _0x41a819 of _0x3606a1[_0x1714f1(0x292)]){!_0x41a819[_0x1714f1(0x241)]&&(_0x41a819['finished_at']=new Date()['toISOString'](),_0x40db09['Bekef'](_0x41a819[_0x1714f1(0x25f)],_0x40db09['KcRbN'])&&(_0x178ad5?(_0x41a819[_0x1714f1(0x25f)]=_0x40db09[_0x1714f1(0x224)],_0x41a819[_0x1714f1(0x233)]=_0x178ad5[_0x40db09[_0x1714f1(0x2c8)]][0x0]):_0x41a819['result']=_0x40db09['TuZEn']));}const _0x396cbf={};_0x396cbf[_0x1714f1(0x2bd)]=_0x19463d[_0x1714f1(0x1f5)]?TEST_EVENTS[_0x1714f1(0x298)]:_0x10523e;const _0x42b192=_0x396cbf;return _0x19463d[_0x1714f1(0x1fc)]?_0x42b192[_0x40db09[_0x1714f1(0x2cc)]]=_0x239c43:_0x42b192[_0x40db09['AGtYv']]=_0x239c43,_0x42b192;}catch(_0x46fd15){logger[_0x1714f1(0x2cd)](_0x1714f1(0x2c3)+_0x10523e+_0x1714f1(0x1ea)+_0x46fd15);}}async[a4_0x39e511(0x2b2)](_0xf96fe6,_0xb488e7){const _0x365d2d=a4_0x39e511;if(!this[_0x365d2d(0x283)]||!_0xb488e7||!_0xf96fe6)return![];try{return await SessionHandler['uploadEventData'](_0xb488e7);}catch(_0x52429d){logger[_0x365d2d(0x2cd)]('Exception\x20in\x20sending\x20test\x20data\x20for\x20event\x20'+_0xf96fe6+'\x20with\x20error\x20:\x20'+_0x52429d);}}['initializeBddStep'](_0x32ba97){const _0x44bb00=a4_0x39e511,_0xedd7c9={};_0xedd7c9['ovnAh']=_0x44bb00(0x258);const _0x4fa47c=_0xedd7c9;return{'id':_0x32ba97[_0x44bb00(0x2af)],'text':_0x32ba97[_0x44bb00(0x24e)],'keyword':_0x32ba97[_0x44bb00(0x2c0)],'started_at':_0x32ba97['startedAt']['toISOString'](),'result':_0x4fa47c['ovnAh']};}[a4_0x39e511(0x271)](_0x180be0){const _0x2ecff8=a4_0x39e511,_0x4fd4e1={'OCZeb':function(_0x17aeb0){return _0x17aeb0();}};!this[_0x2ecff8(0x247)]['bddSteps']&&(this['currentTest'][_0x2ecff8(0x292)]=[]),!_0x180be0[_0x2ecff8(0x2af)]&&(_0x180be0[_0x2ecff8(0x2af)]=_0x4fd4e1[_0x2ecff8(0x1f1)](uuidv4),_0x180be0[_0x2ecff8(0x207)]=new Date(),this[_0x2ecff8(0x247)]['bddSteps'][_0x2ecff8(0x268)](this['initializeBddStep'](_0x180be0)));}[a4_0x39e511(0x1e4)](_0x55900f){const _0x2aa086=a4_0x39e511,_0x3f5eee={'mxyMN':function(_0x52adc8,_0x4cebf9){return _0x52adc8(_0x4cebf9);},'gasYX':_0x2aa086(0x1f8),'WAxHr':_0x2aa086(0x258),'FRsYE':_0x2aa086(0x2ab),'RUFIL':function(_0x1ccecd,_0xd0eb02){return _0x1ccecd-_0xd0eb02;}};let _0x882f0e=this[_0x2aa086(0x247)][_0x2aa086(0x292)][_0x2aa086(0x235)](_0x3e36f8=>_0x3e36f8['id']===_0x55900f[_0x2aa086(0x2af)]);_0x3f5eee[_0x2aa086(0x1e0)](isUndefined,_0x882f0e)&&(_0x882f0e=this[_0x2aa086(0x21f)](_0x55900f)),_0x882f0e['result']=[_0x3f5eee[_0x2aa086(0x29a)],_0x3f5eee[_0x2aa086(0x2b4)]]['includes'](_0x55900f[_0x2aa086(0x1e7)])?_0x3f5eee[_0x2aa086(0x264)]:_0x55900f['status'],_0x882f0e[_0x2aa086(0x241)]=new Date()[_0x2aa086(0x251)](),_0x882f0e[_0x2aa086(0x222)]=_0x3f5eee[_0x2aa086(0x2ba)](Date[_0x2aa086(0x267)](),_0x55900f[_0x2aa086(0x207)][_0x2aa086(0x26c)]()),_0x882f0e['failure']=_0x55900f[_0x2aa086(0x2cb)]?_0x55900f[_0x2aa086(0x2cb)]['message']:null;}}const a4_0x4100d9={};a4_0x4100d9['O11yHelper']=O11yHelper,a4_0x4100d9[a4_0x39e511(0x260)]=STATE_PASSED,a4_0x4100d9[a4_0x39e511(0x22b)]=STATE_FAILED,a4_0x4100d9['TEST_EVENTS']=TEST_EVENTS,module[a4_0x39e511(0x2bf)]=a4_0x4100d9;
|
|
1
|
+
const a4_0x5b7f31=a4_0x55d8;function a4_0x538b(){const _0x145cfc=['cqshs','../../helpers/test-observability/utils','BROWSERSTACK','pcAoS','failure_backtrace','10362HgHQYf','split','accessibilityPlatform','finished','driver','RlWcY','ZlmuL','stringify','168ycsTZL','winstonLogger','tgUqY','fireEvent','join','13377348eomxZk','TestRunSkipped','CODECEPT','inspect','_beforeEach','hook_run','SfiLm','toUpperCase','STATE_FAILED','nOzrT','string','SYgpE','_paths','\x20with\x20error\x20:\x20','yibEe','../utils/constants','backtrace','Ccwbf','gBipL','TAckh','AcRfh','_testEnv','TEST_RUN_STARTED','O11yHelper','markedStatus','../../helpers/testhub/utils.js','TestRunFinished','ctx','frameworkName','1197084VKTaBC','errorsDetailed','skipped','match','pid','getRootParentFile','browserType.js','enabled','shutdown','suites','Exception\x20in\x20uploading\x20platform\x20details\x20to\x20','LogCreated','integrations','HbHUv','text','TEST_RUN_FINISHED','jCjrY','push','bddSteps','finished_at','HookRunStarted','sdQAQ','getTime','gysfo','./helper.js','Exception\x20in\x20sending\x20test\x20data\x20for\x20event\x20','connectOverCDP','started','statSync','rAivT','cUBbF','VXPYw','expanded','__platformCaps','ylXth','RNUjz','test_run_uuid','SqQSh','LgMtv','captureEvent','pending','fXEnI','testAnalyticsId','rcewU','381731jPDOUn','Yliuc','vqNTR','tags','util','GdbJz','config','FEWOD','cyzxI','failureData','PdCry','_afterAll','__cloud_provider___','PathHelper','retryOf','bs:addLog:','launch','CIquD','fullTitle','wsEndpoint','now','../../helpers/logger','includes','defineProperty','err','sendCBTInfo','getHooksForTest','abEbC','patchConsoleLogger','wlxwu','getCBTInfo','vsqRN','location_prefix','hook_run_uuid','RxKHV','TEST_REPORTING_ANALYTICS','828516TnJTZf','stepAnalyticsId','mapTestHooks','EIYdB','vlVPG','gfuiy','_afterEach','name','failure','hook','../../helpers/helper','1017oAYlkl','currentHook','event_type','getFailureType','stop','message','findGitConfig','appendTestItemLog','IfXjA','hooks','EHZfC','XTEbA','1236927jjkzkG','../playwright/accessibility-helper','VYBkM','uCPAW','uploadEventData','groups','ZJHYC','parent','CBTSessionCreated','concat','test','file','meta','uVNlx','qlAgG','status','_beforeAll','duration','test_run','Failed\x20to\x20parse\x20wsendpoint\x20','TEST_RUN_SKIPPED','apply','dirname','failed','GCnCW','qdgby','File\x20path\x20could\x20not\x20be\x20found','BwkDx','nbYno','SxZhx','getHierarchy','removeAllListeners','XlbtZ','Playwright','connect','toLowerCase','javascript','TIJCX','../mocha/test-observability/mochaUtils','MxIsw','client','start','toISOString','resetSkipTestHooks','initializeBddStep','15wOwtNj','length','type','Pxjho','RmwIQ','body','IUfGc','../../helpers/test-observability/sessionHandler','passed','tOpde','xwBXA','startedAt','FAAbg','29880770TAOkfz','Exception\x20in\x20uploading\x20log\x20data\x20to\x20','then','PLAYWRIGHT_HUB_URL','.git','bind','inTtd','Not\x20able\x20to\x20import\x20Browser','HOOK_RUN_STARTED','bqGAi','1|5|0|4|3|2','HookRunFinished','hbNfk','DjcXu','success','zFpEC','MNwcz','rLqZF','exports','result','toString','frpQL','../playwright/sessionDetails','hook_type','replace','keyword','TEST_EVENTS','sep','forEach','ThDoy','tLYtI','EeRWS','QYXeG','title','gZPtK','feature','debug','BrowserType','LdwHl','failure_reason_expanded','cwd','YcfCK','obsBrowserTypeMockApplied','hwtUs','currentTest','hookAnalyticsId','tbMuk','comment','Oqhwb','HOOK_RUN_FINISHED','../../helpers/test-observability/requestQueueHandler','prefixTestPath','uKhCb'];a4_0x538b=function(){return _0x145cfc;};return a4_0x538b();}function a4_0x55d8(_0x2a7619,_0x543dc9){const _0x538b99=a4_0x538b();return a4_0x55d8=function(_0x55d884,_0x3c6e35){_0x55d884=_0x55d884-0xeb;let _0x2df1c1=_0x538b99[_0x55d884];return _0x2df1c1;},a4_0x55d8(_0x2a7619,_0x543dc9);}(function(_0x207477,_0x44be10){const _0x545a4=a4_0x55d8,_0x355a4d=_0x207477();while(!![]){try{const _0x4a5826=-parseInt(_0x545a4(0x151))/0x1+-parseInt(_0x545a4(0x1c5))/0x2*(-parseInt(_0x545a4(0x145))/0x3)+-parseInt(_0x545a4(0x1ef))/0x4+parseInt(_0x545a4(0x17e))/0x5*(parseInt(_0x545a4(0x13a))/0x6)+parseInt(_0x545a4(0x116))/0x7*(-parseInt(_0x545a4(0x1cd))/0x8)+-parseInt(_0x545a4(0x1d2))/0x9+parseInt(_0x545a4(0x18b))/0xa;if(_0x4a5826===_0x44be10)break;else _0x355a4d['push'](_0x355a4d['shift']());}catch(_0x252a24){_0x355a4d['push'](_0x355a4d['shift']());}}}(a4_0x538b,0xf1ed3));const path=require('path'),fs=require('fs'),{v4:uuidv4}=require('uuid'),{importFileFromPWCore,nestedKeyValue,parseWSEndpoint,isUndefined}=require(a4_0x5b7f31(0x144)),testOpsHelper=require(a4_0x5b7f31(0x1c1)),{getTestEnv}=require(a4_0x5b7f31(0x177)),{FRAMEWORKS}=require('../../helpers/test-observability/constants'),logger=require(a4_0x5b7f31(0x12b))[a4_0x5b7f31(0x1ce)],SessionHandler=require(a4_0x5b7f31(0x185)),RequestQueueHandler=require(a4_0x5b7f31(0x1bd)),PlaywrightSessionDetails=require(a4_0x5b7f31(0x1a1)),debug=testOpsHelper[a4_0x5b7f31(0x1af)],{processAccessibilityCaps}=require(a4_0x5b7f31(0x152)),Constants=require(a4_0x5b7f31(0x1e1)),{fetchPlatformDetails}=require(a4_0x5b7f31(0x102)),{shouldProcessEventForTesthub,appendTesthubParams}=require(a4_0x5b7f31(0x1eb)),constants=require(a4_0x5b7f31(0x1e1)),STATE_PASSED=a4_0x5b7f31(0x186),STATE_FAILED=a4_0x5b7f31(0x168),a4_0x5c7208={};a4_0x5c7208[a4_0x5b7f31(0x1e8)]='TestRunStarted',a4_0x5c7208[a4_0x5b7f31(0xf9)]=a4_0x5b7f31(0x1ec),a4_0x5c7208[a4_0x5b7f31(0x165)]=a4_0x5b7f31(0x1d3),a4_0x5c7208[a4_0x5b7f31(0x193)]=a4_0x5b7f31(0xfe),a4_0x5c7208[a4_0x5b7f31(0x1bc)]=a4_0x5b7f31(0x196);const TEST_EVENTS=a4_0x5c7208,parseEvent=_0xda3c5d=>{const _0x3f8798=a4_0x5b7f31,_0x544ab8={};_0x544ab8[_0x3f8798(0x1cb)]=function(_0x1259f0,_0x3631e9){return _0x1259f0<_0x3631e9;},_0x544ab8[_0x3f8798(0x184)]=function(_0x5e8c23,_0x285a91){return _0x5e8c23===_0x285a91;},_0x544ab8[_0x3f8798(0x188)]=_0x3f8798(0x15b),_0x544ab8['tgUqY']=function(_0x6fc5a3,_0x108b56){return _0x6fc5a3===_0x108b56;},_0x544ab8['gBipL']=_0x3f8798(0x143),_0x544ab8['DjLon']=_0x3f8798(0xec),_0x544ab8[_0x3f8798(0x109)]=_0x3f8798(0x105),_0x544ab8[_0x3f8798(0x169)]=function(_0x49e9de,_0x3891a4){return _0x49e9de===_0x3891a4;},_0x544ab8[_0x3f8798(0x138)]='finished';const _0x2164a0=_0x544ab8,_0x55468c=_0xda3c5d[_0x3f8798(0xed)](/^(.*)Run(.*)$/);if(!_0x55468c)return null;if(_0x2164a0['ZlmuL'](_0x55468c[_0x3f8798(0x17f)],0x3))return null;const _0x5294df=_0x55468c[0x1][_0x3f8798(0x174)](),_0x265b8c=_0x55468c[0x2][_0x3f8798(0x174)]();return{'test':_0x2164a0[_0x3f8798(0x184)](_0x5294df,_0x2164a0[_0x3f8798(0x188)]),'hook':_0x2164a0[_0x3f8798(0x1cf)](_0x5294df,_0x2164a0[_0x3f8798(0x1e4)]),'skipped':_0x2164a0[_0x3f8798(0x184)](_0x265b8c,_0x2164a0['DjLon']),'started':_0x2164a0['tgUqY'](_0x265b8c,_0x2164a0[_0x3f8798(0x109)]),'finished':_0x2164a0['GCnCW'](_0x265b8c,_0x2164a0[_0x3f8798(0x138)])};},mockPWBrowserType=_0x2ee43f=>{const _0x522ff9=a4_0x5b7f31,_0xb6c49a={'tOpde':function(_0x550ff9,_0x3fa2f5){return _0x550ff9===_0x3fa2f5;},'YVtTf':_0x522ff9(0x1dc),'Pxjho':function(_0x530ee5,_0x5f47e1,_0x7000bf){return _0x530ee5(_0x5f47e1,_0x7000bf);},'nOzrT':_0x522ff9(0x129),'LdwHl':function(_0x462419,_0x4216b6){return _0x462419(_0x4216b6);},'cyzxI':'browserstack','sdQAQ':function(_0x4e7456,_0x25eb53){return _0x4e7456(_0x25eb53);},'rAivT':'lib','BwkDx':_0x522ff9(0x179),'vqNTR':_0x522ff9(0xf0),'myuIv':_0x522ff9(0x192),'abgqH':_0x522ff9(0x173),'uCPAW':_0x522ff9(0x126)},_0x1863ef=path[_0x522ff9(0x1d1)](_0xb6c49a[_0x522ff9(0x107)],_0xb6c49a[_0x522ff9(0x16c)],_0xb6c49a[_0x522ff9(0x118)]),_0x12bdea=_0xb6c49a[_0x522ff9(0x1b1)](importFileFromPWCore,_0x1863ef);if(!_0x12bdea){_0xb6c49a[_0x522ff9(0x1b1)](debug,_0xb6c49a['myuIv']);return;}const _0x4718f9=_0x12bdea[_0x522ff9(0x1b0)],_0xcc7e6e=_0x4718f9['prototype'];if(_0xcc7e6e[_0x522ff9(0x1b5)])return;const _0x2a5f7b=_0xcc7e6e[_0x522ff9(0x173)];Object[_0x522ff9(0x12d)](_0xcc7e6e,_0xb6c49a['abgqH'],{'get':function(){const _0x2bc620=_0x522ff9,_0x3e35c0={'SbjtZ':function(_0x374a33,_0x1c2ff9){const _0x535042=a4_0x55d8;return _0xb6c49a[_0x535042(0x187)](_0x374a33,_0x1c2ff9);},'rcewU':_0xb6c49a['YVtTf'],'ZJHYC':function(_0x26df6d,_0x294a74,_0x4bb805){const _0x334626=a4_0x55d8;return _0xb6c49a[_0x334626(0x181)](_0x26df6d,_0x294a74,_0x4bb805);},'kfPHc':_0xb6c49a[_0x2bc620(0x1db)],'Yliuc':function(_0x24ad90,_0x1060af){const _0x1f22f6=_0x2bc620;return _0xb6c49a[_0x1f22f6(0x1b1)](_0x24ad90,_0x1060af);},'XTEbA':_0xb6c49a[_0x2bc620(0x11e)],'MxIsw':function(_0x3ca238,_0xbdcf6a){const _0x392c80=_0x2bc620;return _0xb6c49a[_0x392c80(0xff)](_0x3ca238,_0xbdcf6a);}};return async function _0x1667eb(_0x3fd587,_0x243158){const _0x2a88db=_0x2bc620,_0x3e0b20={'ATzEw':function(_0x3aa2c2,_0x180c07){return _0x3e35c0['SbjtZ'](_0x3aa2c2,_0x180c07);},'cqshs':_0x3e35c0[_0x2a88db(0x115)]},_0x20b44e=_0x3e35c0[_0x2a88db(0x157)](nestedKeyValue,_0x3fd587,[_0x3e35c0['kfPHc']])||_0x3fd587;let _0x46b4e9=null,_0x398d29=null;try{[_0x398d29,_0x46b4e9]=_0x20b44e?_0x3e35c0[_0x2a88db(0x117)](parseWSEndpoint,_0x20b44e):[null,null],global[_0x2a88db(0x10b)]=_0x46b4e9,logger[_0x2a88db(0x1af)]('Checking\x20for\x20accessibility\x20automation\x20session\x20with\x20'+_0x398d29),_0x398d29['includes'](Constants[_0x2a88db(0x1c2)])&&(global[_0x2a88db(0x122)]=_0x3e35c0[_0x2a88db(0x150)]);}catch(_0x574275){logger[_0x2a88db(0x1af)](_0x2a88db(0x164)+_0x20b44e+'\x20'+_0x574275);}_0x3e35c0[_0x2a88db(0x157)](processAccessibilityCaps,_0x46b4e9,_0x398d29);if(global[_0x2a88db(0x1c7)]){const _0x12506e=await _0xcc7e6e[_0x2a88db(0x104)][_0x2a88db(0x166)](this,[''+Constants[_0x2a88db(0x18e)]+_0x3e35c0[_0x2a88db(0x178)](encodeURIComponent,JSON[_0x2a88db(0x1cc)](_0x46b4e9))]);return PlaywrightSessionDetails['setupBrowserDetails'](_0x12506e,_0x2ee43f,_0x20b44e),_0x12506e;}return _0x2a5f7b[_0x2a88db(0x166)](this,arguments)[_0x2a88db(0x18d)](_0x2454ad=>{const _0x38b3d7=_0x2a88db;let _0x14de66=_0x3fd587[_0x38b3d7(0x129)];return _0x3e0b20['ATzEw'](typeof _0x3fd587,_0x3e0b20[_0x38b3d7(0x1c0)])&&(_0x14de66=_0x3fd587),PlaywrightSessionDetails['setupBrowserDetails'](_0x2454ad,_0x2ee43f,_0x14de66),_0x2454ad;});};}});const _0x1b6555=_0xcc7e6e[_0x522ff9(0x126)];Object[_0x522ff9(0x12d)](_0xcc7e6e,_0xb6c49a[_0x522ff9(0x154)],{'get':function(){return async function _0x399ed2(){const _0x45b924=a4_0x55d8;return _0x1b6555[_0x45b924(0x166)](this,arguments)[_0x45b924(0x18d)](_0x574dc2=>{return PlaywrightSessionDetails['setupBrowserDetails'](_0x574dc2,null),_0x574dc2;});};}});};class O11yHelper{[a4_0x5b7f31(0x1b7)]=null;['currentHook']=null;[a4_0x5b7f31(0xf1)]=![];['frameworkName']=![];constructor(_0x140853,_0x3359e5){const _0x317734=a4_0x5b7f31,_0x49e362={'VCBrF':_0x317734(0x195),'inTtd':function(_0x2f7f98){return _0x2f7f98();},'MNwcz':function(_0x5dff5e,_0x47ac9c){return _0x5dff5e===_0x47ac9c;},'gfuiy':_0x317734(0x172),'EHZfC':function(_0x4ad9bf,_0x15fe94){return _0x4ad9bf(_0x15fe94);},'frpQL':function(_0x19f8da){return _0x19f8da();}},_0x5d7a3a=_0x49e362['VCBrF'][_0x317734(0x1c6)]('|');let _0x5a0561=0x0;while(!![]){switch(_0x5d7a3a[_0x5a0561++]){case'0':this[_0x317734(0x1c9)]=_0x140853;continue;case'1':this[_0x317734(0xf1)]=_0x49e362[_0x317734(0x191)](shouldProcessEventForTesthub);continue;case'2':this['driver']&&_0x49e362[_0x317734(0x19b)](this['driver']['constructor'][_0x317734(0x141)],_0x49e362[_0x317734(0x13f)])&&_0x49e362[_0x317734(0x14f)](mockPWBrowserType,null);continue;case'3':this[_0x317734(0x1de)]=new testOpsHelper[(_0x317734(0x123))]({'cwd':process[_0x317734(0x1b3)]()},this[_0x317734(0x1e7)][_0x317734(0x136)]);continue;case'4':this[_0x317734(0x1e7)]=_0x49e362[_0x317734(0x1a0)](getTestEnv);continue;case'5':this['frameworkName']=_0x3359e5[_0x317734(0x1ee)];continue;}break;}}[a4_0x5b7f31(0x17a)](){const _0x4d61d0=a4_0x5b7f31;if(!this[_0x4d61d0(0xf1)])return;testOpsHelper[_0x4d61d0(0x132)](),process[_0x4d61d0(0x170)](_0x4d61d0(0x125)+process[_0x4d61d0(0xee)]),process['on'](_0x4d61d0(0x125)+process[_0x4d61d0(0xee)],this[_0x4d61d0(0x14c)][_0x4d61d0(0x190)](this));}async[a4_0x5b7f31(0x149)](){const _0x5c1bcd=a4_0x5b7f31;await RequestQueueHandler['getInstance']()[_0x5c1bcd(0xf2)]();}async['appendTestItemLog'](_0x1ff2ac){const _0x3d1a67=a4_0x5b7f31,_0x46d02a={'ihsDU':_0x3d1a67(0xf5),'hbNfk':function(_0x111e68,_0x1e455a){return _0x111e68(_0x1e455a);}};try{this[_0x3d1a67(0x146)]&&!this[_0x3d1a67(0x146)][_0x3d1a67(0x1ea)]&&(_0x1ff2ac['hook_run_uuid']=this[_0x3d1a67(0x146)][_0x3d1a67(0x1b8)]);!_0x1ff2ac['hook_run_uuid']&&this[_0x3d1a67(0x1b7)]&&!this[_0x3d1a67(0x1b7)][_0x3d1a67(0x1ea)]&&(_0x1ff2ac[_0x3d1a67(0x10e)]=this[_0x3d1a67(0x1b7)][_0x3d1a67(0x114)]);if(_0x1ff2ac[_0x3d1a67(0x137)]||_0x1ff2ac[_0x3d1a67(0x10e)]){const _0x21bccc={};_0x21bccc['event_type']=_0x46d02a['ihsDU'],_0x21bccc['logs']=[_0x1ff2ac],await SessionHandler['uploadEventData'](_0x21bccc);}}catch(_0x445292){_0x46d02a[_0x3d1a67(0x197)](debug,_0x3d1a67(0x18c)+constants[_0x3d1a67(0x139)]+_0x3d1a67(0x1df)+_0x445292);}}async[a4_0x5b7f31(0x12f)](_0x25d577){const _0x30855e=a4_0x5b7f31,_0x152734={'RmwIQ':_0x30855e(0x159),'UNqyG':function(_0x216fdf,_0x2bb87b){return _0x216fdf(_0x2bb87b);}};if(!this[_0x30855e(0xf1)])return;const _0x4de133=this[_0x30855e(0x134)](this[_0x30855e(0x1c9)]);try{const _0x1b0e92={};_0x1b0e92['uuid']=_0x25d577,_0x1b0e92[_0x30855e(0xf6)]=_0x4de133;const _0x50b880=_0x1b0e92,_0x1c3b5c={};_0x1c3b5c[_0x30855e(0x147)]=_0x152734[_0x30855e(0x182)],_0x1c3b5c[_0x30855e(0x163)]=_0x50b880,await SessionHandler[_0x30855e(0x155)](_0x1c3b5c);}catch(_0x3add8c){_0x152734['UNqyG'](debug,_0x30855e(0xf4)+constants[_0x30855e(0x139)]+_0x30855e(0x1df)+_0x3add8c);}}['getCBTInfo'](_0x21b897){const _0x4a53af=a4_0x5b7f31,_0x4a390f={'vsqRN':function(_0x356359,_0x178558){return _0x356359(_0x178558);}};return _0x4a390f[_0x4a53af(0x135)](fetchPlatformDetails,_0x21b897);}['resetSkipTestHooks']=_0x2de31c=>{const _0x25d633=a4_0x5b7f31,_0x1a7e51={};_0x1a7e51['SqQSh']=_0x25d633(0x1d6),_0x1a7e51['ZYTpj']=_0x25d633(0x140);const _0xa26b33=_0x1a7e51;if(!_0x2de31c||!_0x2de31c[_0x25d633(0x158)])return;[_0xa26b33[_0x25d633(0x10f)],_0xa26b33['ZYTpj']][_0x25d633(0x1a7)](_0x9a418=>{const _0x394fa9=_0x25d633,_0x2827fc=_0x2de31c[_0x394fa9(0x158)][_0x9a418];_0x2827fc[_0x394fa9(0x1a7)](_0x181109=>{const _0x1c9766=_0x394fa9;_0x181109[_0x1c9766(0x1b8)]&&(_0x181109[_0x1c9766(0x1b8)]=null);});});};[a4_0x5b7f31(0x13c)](_0x24ae06){const _0x3b6fc8=a4_0x5b7f31,_0x490486={'gysfo':'codeceptjs','yibEe':function(_0xc44134){return _0xc44134();},'ylXth':function(_0x12cfb4,_0x46442b){return _0x12cfb4===_0x46442b;},'FAAbg':'_afterEach','QYXeG':function(_0x19d329){return _0x19d329();},'GdbJz':_0x3b6fc8(0x161),'abEbC':_0x3b6fc8(0x121),'DjcXu':_0x3b6fc8(0x1d6)};if(!_0x24ae06||!_0x24ae06[_0x3b6fc8(0x158)])return;[_0x490486[_0x3b6fc8(0x11b)],_0x490486[_0x3b6fc8(0x131)],_0x490486[_0x3b6fc8(0x198)],_0x490486[_0x3b6fc8(0x18a)]]['forEach'](_0x198e53=>{const _0xd13d0a=_0x3b6fc8,_0x4f989b={'AcRfh':_0x490486[_0xd13d0a(0x101)],'uVNlx':function(_0x443a07){const _0x1963e1=_0xd13d0a;return _0x490486[_0x1963e1(0x1e0)](_0x443a07);},'pcAoS':function(_0x238d15,_0x278e89){const _0x501759=_0xd13d0a;return _0x490486[_0x501759(0x10c)](_0x238d15,_0x278e89);},'bqGAi':_0x490486[_0xd13d0a(0x18a)],'EeRWS':function(_0x53e3a6){const _0x4d491c=_0xd13d0a;return _0x490486[_0x4d491c(0x1ab)](_0x53e3a6);}},_0x12bf07=_0x24ae06[_0xd13d0a(0x158)][_0x198e53]||[];_0x12bf07['forEach'](_0xb506da=>{const _0x5c327a=_0xd13d0a;if(_0xb506da[_0x5c327a(0x1ac)][_0x5c327a(0x12c)](_0x4f989b[_0x5c327a(0x1e6)]))return;if(!_0xb506da['hookAnalyticsId'])_0xb506da[_0x5c327a(0x1b8)]=_0x4f989b[_0x5c327a(0x15e)](uuidv4);else _0xb506da[_0x5c327a(0x1ea)]&&_0x4f989b[_0x5c327a(0x1c3)](_0x198e53,_0x4f989b[_0x5c327a(0x194)])&&(_0xb506da[_0x5c327a(0x1b8)]=_0x4f989b[_0x5c327a(0x1aa)](uuidv4),delete _0xb506da[_0x5c327a(0x1ea)]);});}),this[_0x3b6fc8(0x13c)](_0x24ae06[_0x3b6fc8(0x158)]);}[a4_0x5b7f31(0x130)](_0x3244d7){const _0x58c2b4=a4_0x5b7f31,_0x4c7f4e={};_0x4c7f4e[_0x58c2b4(0x1e3)]=_0x58c2b4(0x161),_0x4c7f4e['tLYtI']=_0x58c2b4(0x121),_0x4c7f4e[_0x58c2b4(0x1b9)]='_beforeEach',_0x4c7f4e['TAckh']='_afterEach';const _0x42c1f1=_0x4c7f4e;if(!_0x3244d7||!_0x3244d7['parent'])return[];const _0x72492f=[];return[_0x42c1f1[_0x58c2b4(0x1e3)],_0x42c1f1[_0x58c2b4(0x1a9)],_0x42c1f1[_0x58c2b4(0x1b9)],_0x42c1f1[_0x58c2b4(0x1e5)]][_0x58c2b4(0x1a7)](_0x249429=>{const _0x5656a1=_0x58c2b4,_0x3b33b6=_0x3244d7[_0x5656a1(0x158)][_0x249429]||[];_0x3b33b6[_0x5656a1(0x1a7)](_0x3a63b1=>{const _0x17600a=_0x5656a1;_0x3a63b1[_0x17600a(0x1b8)]&&_0x72492f[_0x17600a(0xfb)](_0x3a63b1[_0x17600a(0x1b8)]);});}),[][_0x58c2b4(0x15a)](_0x72492f,this['getHooksForTest'](_0x3244d7[_0x58c2b4(0x158)]));}['getHookType'](_0x10dfcd){const _0x233bf3=a4_0x5b7f31,_0x14d7ba=/^"(?<hook>.*)" hook:.*$/,_0x3c911f=_0x10dfcd[_0x233bf3(0x1ac)],_0x3b0640=_0x3c911f['match'](_0x14d7ba);if(_0x3b0640&&_0x3b0640['groups'])return _0x3b0640[_0x233bf3(0x156)]['hook'][_0x233bf3(0x1d9)]()[_0x233bf3(0x1a3)]('\x20','_');return null;}[a4_0x5b7f31(0x14b)](_0x5bc126){const _0xe50357=a4_0x5b7f31,_0xa26bd1={};_0xa26bd1[_0xe50357(0x13d)]=function(_0x278bb1,_0x56f2eb){return _0x278bb1===_0x56f2eb;},_0xa26bd1[_0xe50357(0x14d)]=function(_0x3def6b,_0x4fa047){return _0x3def6b===_0x4fa047;},_0xa26bd1[_0xe50357(0x153)]=function(_0x224ed3,_0x2ed54b){return _0x224ed3===_0x2ed54b;},_0xa26bd1[_0xe50357(0x1bb)]=function(_0x13246c,_0x28246b){return _0x13246c===_0x28246b;},_0xa26bd1[_0xe50357(0x1b4)]=_0xe50357(0x18f),_0xa26bd1[_0xe50357(0x10d)]=_0xe50357(0x11c);const _0x18c82d=_0xa26bd1,_0x514412=path[_0xe50357(0x1a6)];if(_0x18c82d['EIYdB'](_0x5bc126,null)||_0x18c82d[_0xe50357(0x14d)](_0x5bc126,'')||_0x18c82d[_0xe50357(0x153)](_0x5bc126,_0x514412)||_0x18c82d[_0xe50357(0x1bb)](_0x5bc126,path[_0xe50357(0x167)](_0x5bc126)))return null;try{return fs[_0xe50357(0x106)](path[_0xe50357(0x1d1)](_0x5bc126,_0x18c82d[_0xe50357(0x1b4)],_0x18c82d[_0xe50357(0x10d)])),_0x5bc126;}catch(_0x59642e){const _0x77e64b=path['dirname'](_0x5bc126);return this[_0xe50357(0x14b)](_0x77e64b);}}[a4_0x5b7f31(0xef)](_0x197db4){const _0x387f9d=a4_0x5b7f31,_0x531d6e={};_0x531d6e['TwPUL']=function(_0x3fa41e,_0xc5835c){return _0x3fa41e>_0xc5835c;};const _0x34b840=_0x531d6e;if(_0x197db4[_0x387f9d(0x15c)])return _0x197db4[_0x387f9d(0x15c)];if(_0x197db4[_0x387f9d(0x1ed)]){const _0x5a8e3e=_0x197db4[_0x387f9d(0x1ed)][_0x387f9d(0x1b7)]?this['getRootParentFile'](_0x197db4[_0x387f9d(0x1ed)]['currentTest']):null;if(_0x5a8e3e)return _0x5a8e3e;}if(_0x197db4['parent']){const _0x2be961=this['getRootParentFile'](_0x197db4[_0x387f9d(0x158)])||(_0x197db4[_0x387f9d(0x158)]['ctx']&&_0x197db4['parent'][_0x387f9d(0x1ed)][_0x387f9d(0x1b7)]?this[_0x387f9d(0xef)](_0x197db4[_0x387f9d(0x158)]['ctx'][_0x387f9d(0x1b7)]):null);if(_0x2be961)return _0x2be961;_0x197db4['parent'][_0x387f9d(0xf3)]&&_0x34b840['TwPUL'](_0x197db4[_0x387f9d(0x158)][_0x387f9d(0xf3)][_0x387f9d(0x17f)],0x0)&&_0x197db4[_0x387f9d(0x158)]['suites'][_0x387f9d(0x1a7)](_0x441147=>{const _0x18fab7=_0x387f9d,_0x550ac2=_0x441147[_0x18fab7(0x1ed)]?this['getRootParentFile'](_0x441147[_0x18fab7(0x1ed)]):null;if(_0x550ac2)return _0x550ac2;});}return null;}[a4_0x5b7f31(0x16f)](_0x15fb91){const _0x4f974c=a4_0x5b7f31,_0x2b4db3={};_0x2b4db3['hwtUs']=function(_0x122d72,_0x2aa12e){return _0x122d72!==_0x2aa12e;};const _0x2d970=_0x2b4db3,_0x4446e2=[];if(_0x15fb91&&_0x15fb91[_0x4f974c(0x158)]){let _0x387f79=_0x15fb91[_0x4f974c(0x158)];while(_0x387f79&&_0x2d970[_0x4f974c(0x1b6)](_0x387f79[_0x4f974c(0x1ac)],'')){_0x4446e2[_0x4f974c(0xfb)](_0x387f79[_0x4f974c(0x1ac)]),_0x387f79=_0x387f79[_0x4f974c(0x158)];}}return _0x4446e2;}[a4_0x5b7f31(0x111)](_0x31590f,_0xd84428,_0x222d6a=undefined){const _0xb9c47c=a4_0x5b7f31,_0x372bb2={'jCjrY':function(_0x2acf70,_0x430660){return _0x2acf70(_0x430660);},'TIJCX':function(_0x283f0e){return _0x283f0e();},'SxZhx':function(_0x4306f1){return _0x4306f1();},'yYiyf':function(_0x256aab,_0x19aef4){return _0x256aab(_0x19aef4);},'fPPsm':_0xb9c47c(0x11a),'PRXHK':'err','RlWcY':function(_0x1d2048,_0x3fe04d){return _0x1d2048!==_0x3fe04d;},'NLzAN':_0xb9c47c(0x16b),'CIquD':_0xb9c47c(0x112),'qdgby':'failed','ThDoy':_0xb9c47c(0x186),'SYgpE':'skipped','fXEnI':_0xb9c47c(0x175),'gZPtK':function(_0x40bb55,_0x292cf4){return _0x40bb55-_0x292cf4;},'cUBbF':function(_0x4e9d68,_0xca10bb,_0x2187d2,_0x49802c,_0x1d2eb8){return _0x4e9d68(_0xca10bb,_0x2187d2,_0x49802c,_0x1d2eb8);},'SfiLm':function(_0x32d89b,_0x510e66){return _0x32d89b!==_0x510e66;},'FEWOD':_0xb9c47c(0xf6),'zFpEC':_0xb9c47c(0x15d),'HbHUv':_0xb9c47c(0x142),'uKhCb':_0xb9c47c(0x1c4),'PdCry':_0xb9c47c(0x1e2),'pocJt':_0xb9c47c(0x1b2),'eYkse':_0xb9c47c(0x10a),'gKfFT':function(_0xf31b0b,_0x1390d2){return _0xf31b0b===_0x1390d2;},'XlbtZ':_0xb9c47c(0x1d7),'HjKyb':'test_run'};if(!this[_0xb9c47c(0xf1)])return;try{if(_0xd84428['fn']&&_0xd84428['fn'][_0xb9c47c(0x19f)]()['match'](/browserstack internal helper hook/))return;const _0x453df0=_0x372bb2[_0xb9c47c(0xfa)](parseEvent,_0x31590f);if(!_0x453df0)return;if(_0x453df0[_0xb9c47c(0x15b)]){this[_0xb9c47c(0x1b7)]=_0xd84428,this[_0xb9c47c(0x146)]=null;if(_0x453df0['started']||_0x453df0[_0xb9c47c(0xec)]){_0xd84428[_0xb9c47c(0x189)]=new Date(),_0xd84428['markedStatus']=![];if(!_0xd84428[_0xb9c47c(0x114)])_0xd84428[_0xb9c47c(0x114)]=_0x372bb2[_0xb9c47c(0x176)](uuidv4);else _0xd84428[_0xb9c47c(0x1ea)]&&(!_0xd84428[_0xb9c47c(0x124)]&&(_0xd84428[_0xb9c47c(0x124)]=_0xd84428[_0xb9c47c(0x114)]),_0xd84428[_0xb9c47c(0x114)]=_0x372bb2[_0xb9c47c(0x16e)](uuidv4));}}else{if(_0x453df0[_0xb9c47c(0x143)]){this[_0xb9c47c(0x146)]=_0xd84428;if(_0x453df0[_0xb9c47c(0x105)]){_0xd84428[_0xb9c47c(0x189)]=new Date(),_0xd84428[_0xb9c47c(0x1ea)]=![];if(!_0xd84428['hookAnalyticsId'])_0xd84428[_0xb9c47c(0x1b8)]=_0x372bb2['TIJCX'](uuidv4);else _0xd84428[_0xb9c47c(0x1b8)]&&_0xd84428[_0xb9c47c(0x1ea)]&&(_0xd84428['hookAnalyticsId']=_0x372bb2[_0xb9c47c(0x176)](uuidv4));}}}if(_0x453df0[_0xb9c47c(0x1c8)]&&_0xd84428['markedStatus'])return;let _0x5f2c47;try{_0x5f2c47=this[_0xb9c47c(0xef)](_0xd84428);}catch(_0x131e64){logger['debug']('failed\x20to\x20get\x20root\x20parent\x20file\x20'+_0x131e64),_0x5f2c47=null;}const _0x55525f=_0x372bb2['yYiyf'](require,_0x372bb2['fPPsm']);let _0x597a75=[];_0x222d6a&&(_0x597a75=[_0x222d6a,_0x372bb2['PRXHK']]);const _0x5cbb5e=_0x372bb2[_0xb9c47c(0x1ca)](_0xd84428[_0xb9c47c(0xeb)],undefined)?_0x55525f[_0xb9c47c(0x1d5)](_0xd84428[_0xb9c47c(0xeb)][0x0]):_0x372bb2[_0xb9c47c(0x1ca)](_0x222d6a,undefined)?_0x222d6a[_0xb9c47c(0x19f)]():undefined,_0x180e4c=_0x5f2c47?this[_0xb9c47c(0x14b)](_0x5f2c47):null,_0x25184a=_0x5f2c47?this['_paths'][_0xb9c47c(0x1be)](this[_0xb9c47c(0xef)](_0xd84428)):_0x372bb2['NLzAN'];let _0x31cced=_0x372bb2['CIquD'];const _0x408547=!_0x453df0[_0xb9c47c(0x105)]?new Date()[_0xb9c47c(0x17b)]():null;if(_0x453df0[_0xb9c47c(0x1c8)])_0x31cced=_0x222d6a?_0x372bb2[_0xb9c47c(0x16a)]:_0x372bb2[_0xb9c47c(0x1a8)],_0xd84428[_0xb9c47c(0x1ea)]=!![];else _0x453df0[_0xb9c47c(0xec)]&&(_0x31cced=_0x372bb2[_0xb9c47c(0x1dd)],_0xd84428[_0xb9c47c(0x1ea)]=!![]);const _0x277a61={'framework':this[_0xb9c47c(0x1ee)],'uuid':_0xd84428[_0xb9c47c(0x114)]||_0xd84428[_0xb9c47c(0x1b8)],'name':_0xd84428[_0xb9c47c(0x1ac)],'body':{'lang':_0x372bb2[_0xb9c47c(0x113)],'code':_0xd84428['body']['toString']()},'type':_0xd84428[_0xb9c47c(0x180)],'scope':_0xd84428['fullTitle'](),'scopes':this[_0xb9c47c(0x16f)](_0xd84428),'file_name':_0x25184a,'vc_filepath':_0x180e4c?path['relative'](_0x180e4c,_0x5f2c47):null,'location':_0x25184a,'result':_0x31cced,'failure_reason':_0x5cbb5e,'duration_in_ms':_0xd84428['duration']||(_0x453df0[_0xb9c47c(0x1c8)]||_0x453df0['skipped'])?_0x372bb2[_0xb9c47c(0x1ad)](Date[_0xb9c47c(0x12a)](),new Date(_0xd84428[_0xb9c47c(0x189)])['getTime']()):null,'started_at':new Date(_0xd84428['startedAt'])[_0xb9c47c(0x17b)](),'finished_at':_0x408547,'failure':testOpsHelper[_0xb9c47c(0x11f)][_0xb9c47c(0x166)](null,_0x597a75),'failure_type':!_0x5cbb5e?null:testOpsHelper[_0xb9c47c(0x148)](_0x5cbb5e),'retry_of':_0xd84428[_0xb9c47c(0x124)]||null,'tags':_0xd84428[_0xb9c47c(0x119)]||[],'customRerunParam':{'rerun_name':_0xd84428[_0xb9c47c(0x128)]()}};_0x372bb2[_0xb9c47c(0x108)](appendTesthubParams,_0x277a61,_0x31590f,_0xd84428,FRAMEWORKS[_0xb9c47c(0x1d4)]);if(_0x453df0[_0xb9c47c(0x143)])[_0x277a61[_0xb9c47c(0x1a2)],_0x277a61[_0xb9c47c(0x141)]]=[this['getHookType'](_0xd84428),_0xd84428['ctx'][_0xb9c47c(0x15b)][_0xb9c47c(0x1ac)]],_0x453df0[_0xb9c47c(0x1c8)]?_0x372bb2[_0xb9c47c(0x1d8)](_0x277a61[_0xb9c47c(0x19e)],_0x372bb2['qdgby'])&&(_0x277a61[_0xb9c47c(0x19e)]=_0x372bb2[_0xb9c47c(0x1a8)]):_0x277a61[_0xb9c47c(0x183)]={};else _0x453df0[_0xb9c47c(0x15b)]&&(this[_0xb9c47c(0x13c)](_0xd84428),_0x453df0[_0xb9c47c(0xec)]&&this[_0xb9c47c(0x17c)](_0xd84428),(_0x453df0[_0xb9c47c(0x1c8)]||_0x453df0[_0xb9c47c(0xec)])&&(_0x277a61[_0xb9c47c(0x14e)]=this['getHooksForTest'](_0xd84428)));this[_0xb9c47c(0x1c9)]&&(_0x453df0['started']||_0x453df0[_0xb9c47c(0xec)])&&(_0x277a61[_0x372bb2[_0xb9c47c(0x11d)]]=this[_0xb9c47c(0x134)](this[_0xb9c47c(0x1c9)]));_0x453df0[_0xb9c47c(0x15b)]&&_0x453df0[_0xb9c47c(0x1c8)]&&_0xd84428[_0xb9c47c(0xfc)]&&(_0x277a61[_0x372bb2[_0xb9c47c(0x19a)]]={'feature':{'name':_0xd84428['parent'][_0xb9c47c(0x1ae)]['name'],'path':_0x277a61['file_name'],'description':_0xd84428['parent'][_0xb9c47c(0x1ba)]},'scenario':{'name':_0xd84428[_0xb9c47c(0x1ac)]},'steps':_0xd84428[_0xb9c47c(0xfc)]});const _0x883be=_0x277a61[_0x372bb2[_0xb9c47c(0xf7)]][0x0];_0x883be&&(_0x277a61[_0x372bb2[_0xb9c47c(0x1bf)]]=_0x883be[_0x372bb2['PdCry']],_0x277a61[_0x372bb2['pocJt']]=_0x883be[_0x372bb2['eYkse']]);if(_0xd84428['bddSteps'])for(const _0xceafc9 of _0xd84428[_0xb9c47c(0xfc)]){!_0xceafc9[_0xb9c47c(0xfd)]&&(_0xceafc9[_0xb9c47c(0xfd)]=new Date()[_0xb9c47c(0x17b)](),_0x372bb2['gKfFT'](_0xceafc9[_0xb9c47c(0x19e)],_0x372bb2[_0xb9c47c(0x127)])&&(_0x883be?(_0xceafc9[_0xb9c47c(0x19e)]=_0x372bb2[_0xb9c47c(0x16a)],_0xceafc9[_0xb9c47c(0x142)]=_0x883be[_0x372bb2[_0xb9c47c(0x120)]][0x0]):_0xceafc9[_0xb9c47c(0x19e)]=_0x372bb2[_0xb9c47c(0x1a8)]));}const _0x4b12ce={};_0x4b12ce[_0xb9c47c(0x147)]=_0x453df0[_0xb9c47c(0xec)]?TEST_EVENTS[_0xb9c47c(0xf9)]:_0x31590f;const _0x1ba211=_0x4b12ce;return _0x453df0[_0xb9c47c(0x143)]?_0x1ba211[_0x372bb2[_0xb9c47c(0x171)]]=_0x277a61:_0x1ba211[_0x372bb2['HjKyb']]=_0x277a61,_0x1ba211;}catch(_0x353190){logger[_0xb9c47c(0x1af)]('Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20'+_0x31590f+_0xb9c47c(0x1df)+_0x353190);}}async[a4_0x5b7f31(0x1d0)](_0x4bfced,_0x51ad81){const _0x575614=a4_0x5b7f31;if(!this[_0x575614(0xf1)]||!_0x51ad81||!_0x4bfced)return![];try{return await SessionHandler[_0x575614(0x155)](_0x51ad81);}catch(_0x4eae47){logger[_0x575614(0x1af)](_0x575614(0x103)+_0x4bfced+_0x575614(0x1df)+_0x4eae47);}}[a4_0x5b7f31(0x17d)](_0x18ea5e){const _0x506dc6=a4_0x5b7f31,_0x3a2d37={};_0x3a2d37[_0x506dc6(0x15f)]=_0x506dc6(0x112);const _0x3d6c0f=_0x3a2d37;return{'id':_0x18ea5e[_0x506dc6(0x13b)],'text':_0x18ea5e[_0x506dc6(0xf8)],'keyword':_0x18ea5e[_0x506dc6(0x1a4)],'started_at':_0x18ea5e[_0x506dc6(0x189)][_0x506dc6(0x17b)](),'result':_0x3d6c0f[_0x506dc6(0x15f)]};}['bddStepStart'](_0x319736){const _0x4a5ae7=a4_0x5b7f31,_0x407e1b={'LgMtv':function(_0x1c0d89){return _0x1c0d89();}};!this[_0x4a5ae7(0x1b7)]['bddSteps']&&(this[_0x4a5ae7(0x1b7)][_0x4a5ae7(0xfc)]=[]),!_0x319736[_0x4a5ae7(0x13b)]&&(_0x319736['stepAnalyticsId']=_0x407e1b[_0x4a5ae7(0x110)](uuidv4),_0x319736[_0x4a5ae7(0x189)]=new Date(),this[_0x4a5ae7(0x1b7)][_0x4a5ae7(0xfc)]['push'](this[_0x4a5ae7(0x17d)](_0x319736)));}['bddStepFinish'](_0x1142f3){const _0x5af97a=a4_0x5b7f31,_0xfa2093={'nbYno':function(_0x5ef9fb,_0x29f6b3){return _0x5ef9fb(_0x29f6b3);},'vlVPG':_0x5af97a(0x199),'rLqZF':_0x5af97a(0x112),'wlxwu':_0x5af97a(0x186),'Yluqb':function(_0x419fc7,_0xf54cbf){return _0x419fc7-_0xf54cbf;}};let _0x17a958=this[_0x5af97a(0x1b7)][_0x5af97a(0xfc)]['find'](_0x5acd14=>_0x5acd14['id']===_0x1142f3[_0x5af97a(0x13b)]);_0xfa2093[_0x5af97a(0x16d)](isUndefined,_0x17a958)&&(_0x17a958=this[_0x5af97a(0x17d)](_0x1142f3)),_0x17a958['result']=[_0xfa2093[_0x5af97a(0x13e)],_0xfa2093[_0x5af97a(0x19c)]][_0x5af97a(0x12c)](_0x1142f3[_0x5af97a(0x160)])?_0xfa2093[_0x5af97a(0x133)]:_0x1142f3[_0x5af97a(0x160)],_0x17a958['finished_at']=new Date()['toISOString'](),_0x17a958[_0x5af97a(0x162)]=_0xfa2093['Yluqb'](Date[_0x5af97a(0x12a)](),_0x1142f3[_0x5af97a(0x189)][_0x5af97a(0x100)]()),_0x17a958['failure']=_0x1142f3[_0x5af97a(0x12e)]?_0x1142f3['err'][_0x5af97a(0x14a)]:null;}}const a4_0x10c80d={};a4_0x10c80d[a4_0x5b7f31(0x1e9)]=O11yHelper,a4_0x10c80d['STATE_PASSED']=STATE_PASSED,a4_0x10c80d[a4_0x5b7f31(0x1da)]=STATE_FAILED,a4_0x10c80d[a4_0x5b7f31(0x1a5)]=TEST_EVENTS,module[a4_0x5b7f31(0x19d)]=a4_0x10c80d;
|