browserstack-node-sdk 1.50.0 → 1.50.1
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
|
-
function a1_0x1bd6(_0x15f0c5,_0x344813){const _0x595e67=a1_0x595e();return a1_0x1bd6=function(_0x1bd6c0,_0x179dbd){_0x1bd6c0=_0x1bd6c0-0x131;let _0x15b943=_0x595e67[_0x1bd6c0];return _0x15b943;},a1_0x1bd6(_0x15f0c5,_0x344813);}const a1_0x3dd359=a1_0x1bd6;(function(_0x4fa08e,_0x45a8ed){const _0x5c4680=a1_0x1bd6,_0x421e53=_0x4fa08e();while(!![]){try{const _0x304841=-parseInt(_0x5c4680(0x1ee))/0x1*(parseInt(_0x5c4680(0x1f3))/0x2)+-parseInt(_0x5c4680(0x16e))/0x3*(-parseInt(_0x5c4680(0x218))/0x4)+parseInt(_0x5c4680(0x198))/0x5+parseInt(_0x5c4680(0x1a2))/0x6*(parseInt(_0x5c4680(0x16d))/0x7)+-parseInt(_0x5c4680(0x21c))/0x8*(parseInt(_0x5c4680(0x1ca))/0x9)+-parseInt(_0x5c4680(0x1b8))/0xa*(parseInt(_0x5c4680(0x159))/0xb)+parseInt(_0x5c4680(0x18b))/0xc*(-parseInt(_0x5c4680(0x1b5))/0xd);if(_0x304841===_0x45a8ed)break;else _0x421e53['push'](_0x421e53['shift']());}catch(_0x105201){_0x421e53['push'](_0x421e53['shift']());}}}(a1_0x595e,0x4e1a2));const fs=require('fs'),util=require('util'),{requireModule,markSessionStatus,isUndefined,isTrue,isBrowserstackInfra}=require(a1_0x3dd359(0x1ab)),logger=require('../../helpers/logger')[a1_0x3dd359(0x1de)],testOpsHelper=require(a1_0x3dd359(0x19f)),requestSpy=require(a1_0x3dd359(0x1d7)),PlaywrightSessionDetails=require(a1_0x3dd359(0x142)),{O11yHelper,TEST_EVENTS,STATE_PASSED,STATE_FAILED}=require('./o11yHelper'),{shouldScanTestForAccessibility,isAccessibilityAutomationSession}=require(a1_0x3dd359(0x1e6)),AccessibilityHelper=require(a1_0x3dd359(0x1fc)),scripts=require(a1_0x3dd359(0x192)),PerformanceTester=require('../../helpers/performance/performance-tester'),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceHookEvents}=require('../../helpers/performance/constants'),{processWebDriverConfig,shouldPatchExecuteScript}=require(a1_0x3dd359(0x203)),testHubConstants=require(a1_0x3dd359(0x16c)),globals=require(a1_0x3dd359(0x141)),CodeceptJS=requireModule(a1_0x3dd359(0x1f9),a1_0x3dd359(0x156)),CodeceptUtils=requireModule(a1_0x3dd359(0x1b3),a1_0x3dd359(0x156)),CodeceptWebDriver=requireModule(a1_0x3dd359(0x22f),a1_0x3dd359(0x156)),CodeceptRecorder=requireModule('codeceptjs/lib/recorder.js','codeceptjs'),CodeceptPlaywright=requireModule(a1_0x3dd359(0x200),a1_0x3dd359(0x156)),playwrightMarkSessionStatus=(_0x243962,_0x2a3444,_0xd4b0f7)=>{const _0x3c263c=a1_0x3dd359,_0x17782c={'COXJY':'setSessionStatus','SdDBW':function(_0x3ed46e,_0x49cf5a){return _0x3ed46e(_0x49cf5a);}},_0x581454={};_0x581454[_0x3c263c(0x15b)]=_0x2a3444;const _0x7d02c3={};_0x7d02c3[_0x3c263c(0x21b)]=_0x17782c[_0x3c263c(0x18a)],_0x7d02c3[_0x3c263c(0x1b2)]=_0x581454;const _0x514957=_0x7d02c3;return!_0x17782c['SdDBW'](isUndefined,_0xd4b0f7)&&(_0x514957[_0x3c263c(0x1b2)][_0x3c263c(0x167)]=JSON['stringify'](_0xd4b0f7)),_0x243962[_0x3c263c(0x236)](()=>{},_0x3c263c(0x1da)+JSON[_0x3c263c(0x14a)](_0x514957));},o11ySync=PerformanceTester[a1_0x3dd359(0x1c0)](PerformanceO11yEvents[a1_0x3dd359(0x1d9)],async _0x3e48af=>{const _0x4df3dd=a1_0x3dd359,_0x5b8610={};_0x5b8610[_0x4df3dd(0x144)]=function(_0x251232,_0x41c4e2){return _0x251232===_0x41c4e2;},_0x5b8610[_0x4df3dd(0x220)]=_0x4df3dd(0x1ae);const _0x3b4395=_0x5b8610;_0x3b4395[_0x4df3dd(0x144)](_0x3e48af[_0x4df3dd(0x1cc)][_0x4df3dd(0x15d)],_0x3b4395[_0x4df3dd(0x220)])?await _0x3e48af[_0x4df3dd(0x236)](_0x3624a5=>{},testOpsHelper['getSyncScript']()):await _0x3e48af['executeScript'](testOpsHelper[_0x4df3dd(0x195)]());}),markSessionName=PerformanceTester[a1_0x3dd359(0x1c0)](PerformanceAutEvents[a1_0x3dd359(0x147)],async(_0x121426,_0x1135f7)=>{const _0x45c3a1=a1_0x3dd359,_0x3fac90={};_0x3fac90['wmxSC']=_0x45c3a1(0x197),_0x3fac90[_0x45c3a1(0x1cf)]=function(_0x348b6f,_0x143c43){return _0x348b6f===_0x143c43;},_0x3fac90[_0x45c3a1(0x214)]=_0x45c3a1(0x1ae);const _0x323817=_0x3fac90,_0x485255={};_0x485255['name']=_0x1135f7;const _0x1af982={};_0x1af982[_0x45c3a1(0x21b)]=_0x323817[_0x45c3a1(0x175)],_0x1af982[_0x45c3a1(0x1b2)]=_0x485255;const _0x1755d4=_0x1af982;_0x323817[_0x45c3a1(0x1cf)](_0x121426[_0x45c3a1(0x1cc)]['name'],_0x323817[_0x45c3a1(0x214)])?await _0x121426['executeScript'](()=>{},_0x45c3a1(0x1da)+JSON[_0x45c3a1(0x14a)](_0x1755d4)):await _0x121426[_0x45c3a1(0x236)](_0x45c3a1(0x1da)+JSON[_0x45c3a1(0x14a)](_0x1755d4));}),patchSaveScreenshot=_0x5c167e=>{const _0x15a3f3=a1_0x3dd359,_0x1c7915={'olnox':_0x15a3f3(0x190),'vSKUX':_0x15a3f3(0x22b),'YjstA':function(_0x37c68d){return _0x37c68d();},'kwvFS':function(_0x1b7d5e,_0x213849){return _0x1b7d5e(_0x213849);},'mlNgS':'Screenshot\x20path\x20not\x20found'};_0x1c7915[_0x15a3f3(0x22c)](isTrue,process[_0x15a3f3(0x231)][_0x15a3f3(0x174)])&&!_0x5c167e['patchSaveScreenshot']&&(_0x5c167e[_0x15a3f3(0x131)]=!![],_0x5c167e['initSaveScreenshot']=_0x5c167e[_0x15a3f3(0x17f)],_0x5c167e[_0x15a3f3(0x17f)]=(_0x33e00d,_0x9c2545=![])=>{const _0x1b1b7b=_0x15a3f3,_0x348f07={'JkWNS':_0x1c7915[_0x1b1b7b(0x1d3)],'lLfLe':_0x1c7915[_0x1b1b7b(0x1c2)],'yWCCX':function(_0x54528f){return _0x1c7915['YjstA'](_0x54528f);},'ITeLu':function(_0x2bc44b,_0x4f72a1){return _0x1c7915['kwvFS'](_0x2bc44b,_0x4f72a1);},'orRFI':_0x1c7915[_0x1b1b7b(0x170)]};return new Promise(function(_0x2f0f79,_0xdc1de0){const _0x136f60=_0x1b1b7b,_0xc46f85={'KBsfX':_0x348f07[_0x136f60(0x17d)],'Dupaw':_0x348f07[_0x136f60(0x215)],'QpaNR':function(_0x4d7cd6){return _0x348f07['yWCCX'](_0x4d7cd6);},'rNVJU':function(_0x3874d3,_0x4b9315){const _0x251cc3=_0x136f60;return _0x348f07[_0x251cc3(0x22e)](_0x3874d3,_0x4b9315);},'jCxIr':_0x348f07['orRFI']};_0x5c167e[_0x136f60(0x148)](_0x33e00d,_0x9c2545)[_0x136f60(0x1f0)](()=>{const _0x4b837c=_0x136f60,_0x4a2771=CodeceptUtils[_0x4b837c(0x1f7)](_0x33e00d);if(_0x4a2771){const _0x88269f=fs[_0x4b837c(0x1ce)](_0x4a2771);process[_0x4b837c(0x173)](_0x4b837c(0x20e)+process[_0x4b837c(0x196)],{'timestamp':new Date()['toISOString'](),'message':_0x88269f[_0x4b837c(0x1c4)](_0xc46f85[_0x4b837c(0x1fe)]),'kind':_0xc46f85[_0x4b837c(0x21a)]}),_0xc46f85[_0x4b837c(0x230)](_0x2f0f79);}_0xc46f85[_0x4b837c(0x1f1)](_0xdc1de0,new Error(_0xc46f85['jCxIr']));})['catch'](()=>null);});});},patchWebDriverBefore=_0x3016a2=>{const _0x509f20=a1_0x3dd359,_0x328bac={'EZXUN':function(_0x3e369e){return _0x3e369e();},'iivml':function(_0x1684b6,_0x3185ad){return _0x1684b6(_0x3185ad);},'pYCPg':function(_0x114fd4,_0x4241c2){return _0x114fd4===_0x4241c2;},'COkhH':'webdriverio','msoYx':function(_0x55bc25,_0x4aca81){return _0x55bc25===_0x4aca81;},'apCeK':_0x509f20(0x158),'qjNHm':_0x509f20(0x188)},_0x221c4a=async function(_0x108dea,_0x3c3654){const _0x1c22f8=_0x509f20;_0x328bac[_0x1c22f8(0x1e4)](isAccessibilityAutomationSession)&&!global[_0x1c22f8(0x224)]&&global['accessibilityPlatform']&&scripts[_0x1c22f8(0x21f)](_0x108dea[_0x1c22f8(0x15d)])&&_0x328bac['iivml'](shouldPatchExecuteScript,arguments[0x2])&&(global[_0x1c22f8(0x224)]=!![],await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x1c22f8(0x205)],async()=>{const _0x3c3949=_0x1c22f8;logger['debug'](_0x3c3949(0x145)+_0x108dea['class']+'\x20'+_0x108dea[_0x3c3949(0x15d)]),await AccessibilityHelper[_0x3c3949(0x146)](_0x3016a2,scripts[_0x3c3949(0x1aa)]);},{'command':_0x108dea['name']})());global[_0x1c22f8(0x224)]=![];const _0x535271=JSON[_0x1c22f8(0x1a7)](process[_0x1c22f8(0x231)][_0x1c22f8(0x177)]||'{}');if(_0x328bac[_0x1c22f8(0x219)](_0x535271?.[_0x1c22f8(0x139)]?.[_0x1c22f8(0x15d)],_0x328bac[_0x1c22f8(0x157)])&&_0x328bac[_0x1c22f8(0x168)](typeof _0x535271?.['testFramework']?.[_0x1c22f8(0x1fd)],_0x328bac['apCeK'])&&_0x535271?.[_0x1c22f8(0x139)]?.['version'][_0x1c22f8(0x209)]('7'))return _0x3c3654[_0x1c22f8(0x13b)](null,Array[_0x1c22f8(0x21d)][_0x1c22f8(0x17a)][_0x1c22f8(0x227)](arguments,0x2));return _0x3c3654[_0x1c22f8(0x13b)](this,Array['prototype'][_0x1c22f8(0x17a)][_0x1c22f8(0x227)](arguments,0x2));},_0xd8bfc1=CodeceptWebDriver['prototype'][_0x509f20(0x202)];CodeceptWebDriver[_0x509f20(0x21d)][_0x509f20(0x202)]=async function(){const _0x19d50b=_0x509f20;try{await _0xd8bfc1[_0x19d50b(0x13b)](this,arguments);}catch(_0x299986){logger[_0x19d50b(0x21e)](_0x19d50b(0x1d4)+util['format'](_0x299986));}scripts[_0x19d50b(0x1f8)][_0x19d50b(0x1d2)](_0x49f7fc=>_0x49f7fc['name']&&_0x49f7fc[_0x19d50b(0x1a8)])[_0x19d50b(0x171)](_0x9252fb=>{const _0x13fb11=_0x19d50b;this['browser'][_0x13fb11(0x19b)](_0x9252fb[_0x13fb11(0x15d)],_0x221c4a['bind'](this,_0x9252fb),_0x328bac[_0x13fb11(0x168)](_0x9252fb[_0x13fb11(0x1a8)],_0x328bac[_0x13fb11(0x1d5)]));}),_0x328bac[_0x19d50b(0x208)](processWebDriverConfig,_0x3016a2);};};function parseJwt(_0x232f13){const _0x290cee=a1_0x3dd359,_0x471f32={};_0x471f32[_0x290cee(0x17e)]='base64';const _0x4b1aed=_0x471f32;if(!_0x232f13)return null;return JSON[_0x290cee(0x1a7)](Buffer['from'](_0x232f13[_0x290cee(0x162)]('.')[0x1],_0x4b1aed[_0x290cee(0x17e)])[_0x290cee(0x1c4)]());}const patchPlaywrightBefore=()=>{const _0x3236bf=a1_0x3dd359,_0x234ea2={'TaFTX':function(_0x991686){return _0x991686();},'aygme':_0x3236bf(0x180),'lUpOH':_0x3236bf(0x13d),'ArDHc':function(_0x2b8c90){return _0x2b8c90();},'JJGYj':function(_0x16fa01,_0x13f162){return _0x16fa01(_0x13f162);},'Qsztz':function(_0x51d01d,_0xed9b95){return _0x51d01d+_0xed9b95;},'OjWLE':_0x3236bf(0x179),'cnJoP':function(_0x2c78a9){return _0x2c78a9();}};PlaywrightSessionDetails[_0x3236bf(0x1fb)]();const _0x4c340a=CodeceptPlaywright['prototype']['_before'];CodeceptPlaywright['prototype']['_before']=async function(){const _0x207687=_0x3236bf,_0x3df653={'Jhmee':function(_0x427bd0){const _0x54fad5=a1_0x1bd6;return _0x234ea2[_0x54fad5(0x1ef)](_0x427bd0);},'nOdSy':_0x234ea2['aygme'],'tMzGn':_0x234ea2[_0x207687(0x161)],'LHJmE':function(_0xf84ae3){const _0x2f0537=_0x207687;return _0x234ea2[_0x2f0537(0x149)](_0xf84ae3);},'hZdDS':function(_0x59d757,_0xf25ebb){const _0x16666b=_0x207687;return _0x234ea2[_0x16666b(0x1a6)](_0x59d757,_0xf25ebb);},'tLFuq':function(_0x4bfa8d){const _0x3565c0=_0x207687;return _0x234ea2[_0x3565c0(0x1ef)](_0x4bfa8d);},'vvAym':function(_0x3f8bef,_0x3a9de6){const _0x350d33=_0x207687;return _0x234ea2[_0x350d33(0x193)](_0x3f8bef,_0x3a9de6);},'FJmTb':_0x234ea2[_0x207687(0x1a4)]};this[_0x207687(0x15c)]=await this['browser'][_0x207687(0x1b7)]()[0x0];const _0x2acbd9=async()=>{const _0x4d63e5=_0x207687,_0xf93284={'ikNQL':function(_0x13589e){const _0x4ff7fe=a1_0x1bd6;return _0x3df653[_0x4ff7fe(0x1f4)](_0x13589e);},'LewlD':_0x3df653[_0x4d63e5(0x18c)]},_0x433104=this[_0x4d63e5(0x163)]&&this['config'][_0x4d63e5(0x1fa)]&&this[_0x4d63e5(0x163)][_0x4d63e5(0x1fa)][_0x4d63e5(0x176)]&&Array[_0x4d63e5(0x1c3)](this[_0x4d63e5(0x163)][_0x4d63e5(0x1fa)][_0x4d63e5(0x176)])&&this['config']['chromium'][_0x4d63e5(0x176)][_0x4d63e5(0x238)](_0x3df653[_0x4d63e5(0x1c1)]);if(_0x3df653['LHJmE'](isAccessibilityAutomationSession)&&!_0x433104)try{const _0x4114f4=_0x3df653['hZdDS'](parseJwt,process[_0x4d63e5(0x231)][_0x4d63e5(0x186)]);if(_0x4114f4&&_0x4114f4[_0x4d63e5(0x1ac)]&&_0x4114f4[_0x4d63e5(0x1ac)]['domForge']){const _0x13fd55=this[_0x4d63e5(0x15c)][_0x4d63e5(0x140)]['bind'](this[_0x4d63e5(0x15c)]);this[_0x4d63e5(0x15c)][_0x4d63e5(0x140)]=async function(){const _0x50f125=_0x4d63e5,_0xa96e15=await _0xf93284[_0x50f125(0x14d)](_0x13fd55),_0xd2381c=[];for(const _0x23152f of _0xa96e15){try{const _0x2336c9=await _0x23152f[_0x50f125(0x18d)]();!_0x2336c9[_0x50f125(0x209)](_0xf93284[_0x50f125(0x1f5)])&&_0xd2381c[_0x50f125(0x14c)](_0x23152f);}catch(_0x37137d){_0xd2381c[_0x50f125(0x14c)](_0x23152f);}}return _0xd2381c;};}if(!_0x3df653['tLFuq'](isBrowserstackInfra)){const _0x24c0b0=await this['page']['url']();if(_0x24c0b0[_0x4d63e5(0x209)](_0x3df653[_0x4d63e5(0x18c)])){const _0x643aef=await this[_0x4d63e5(0x15c)]['pages']();this['_setPage'](_0x643aef[0x0]);}}}catch(_0x712f84){logger[_0x4d63e5(0x21e)](_0x4d63e5(0x19c)+_0x712f84[_0x4d63e5(0x13f)]+(_0x712f84[_0x4d63e5(0x1af)]?_0x3df653[_0x4d63e5(0x160)](_0x3df653['FJmTb'],_0x712f84['stack']):''));}};_0x234ea2[_0x207687(0x1ef)](isBrowserstackInfra)&&await _0x234ea2['cnJoP'](_0x2acbd9),await _0x4c340a[_0x207687(0x13b)](this,arguments),!_0x234ea2[_0x207687(0x1ef)](isBrowserstackInfra)&&await _0x234ea2[_0x207687(0x1a3)](_0x2acbd9);};},getCodeceptDriver=()=>{const _0x187e2d=a1_0x3dd359,_0x2ccaa6={};_0x2ccaa6['LRXom']='WebDriver',_0x2ccaa6[_0x187e2d(0x207)]=_0x187e2d(0x1ae),_0x2ccaa6[_0x187e2d(0x199)]='Puppeteer',_0x2ccaa6[_0x187e2d(0x194)]=_0x187e2d(0x132);const _0x7a2bf5=_0x2ccaa6,_0x45775a=[_0x7a2bf5['LRXom'],_0x7a2bf5[_0x187e2d(0x207)],_0x7a2bf5[_0x187e2d(0x199)],_0x7a2bf5[_0x187e2d(0x194)]],_0xe7fcc7=_0x45775a[_0x187e2d(0x1b0)](_0x5a9f4c=>!!CodeceptJS[_0x187e2d(0x14b)]['helpers'](_0x5a9f4c));if(!_0xe7fcc7)return null;return CodeceptJS[_0x187e2d(0x14b)][_0x187e2d(0x165)](_0xe7fcc7);};function a1_0x595e(){const _0x9083f6=['QpaNR','env','TuEMY','test-skipped','uPBGc','__workerDetails','executeScript','HOOK_RUN_FINISHED','includes','patchSaveScreenshot','TestCafe','TEST_RUN_FINISHED','GET_RESULTS','getResultsSummary','format','BYvMh','started','testFramework','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','apply','failed','--auto-open-devtools-for-tabs','TEST_LOG','message','pages','../../helpers/globals.js','../../bin/playwright/sessionDetails','title','Yuxva','Performing\x20scan\x20for\x20','browserStackExecuteDriver','SESSION_NAME','initSaveScreenshot','ArDHc','stringify','container','push','ikNQL','dispatcher','test-before','qVevI','test-started','captureError','TEST_RUN_SKIPPED','rOHYh','setGlobal','codeceptjs','COkhH','string','22LqRaGn','SDK_PRE_TEST','status','browserContext','name','SESSION_STATUS','after','vvAym','lUpOH','split','config','stopMonitoring','helpers','Suite','reason','msoYx','__skipSessionStatus','exports','__driver','../../helpers/testhub/constants.js','126GeNSwV','597mviXQK','mCuFM','mlNgS','forEach','HJAGx','emit','BS_TESTOPS_ALLOW_SCREENSHOTS','wmxSC','args','FRAMEWORK_DETAILS','saveTestResults','\x0aStack:\x20','slice','accessibilityPlatform','JtxcJ','JkWNS','qTNmd','saveScreenshot','devtools://','ENV_VAR','YCwjR','test-failed','stop','thTestRunUuid','BS_A11Y_JWT','Gyqwl','Element','nvuxb','COXJY','4344SDiMHF','nOdSy','url','oGwxI','ctx','base64','zbgoB','../../helpers/accessibility-automation/scripts','Qsztz','jZgAe','getSyncScript','pid','setSessionName','2819010tZAYpA','PJtoL','fhMFH','overwriteCommand','Failed\x20to\x20patch\x20pages\x20method\x20in\x20browserContext\x20for\x20a11y\x20domForge:\x20','captureEvent','titlePath','../../helpers/test-observability/utils','INFO','bAzuB','204492IQwahB','cnJoP','OjWLE','SDK_PRE_INITIALIZE','JJGYj','parse','class','quftV','performScan','../../helpers/helper','a11y_core_config','hFYiy','Playwright','stack','find','getAccessibilityResults','arguments','codeceptjs/lib/utils.js','FLYjO','2769UdTJZX','KnEne','contexts','2742670WVjYjy','EslPN','hiGWS','passed','before','aVPkm','browserstackTestName','TXdHI','measureWrapper','tMzGn','vSKUX','isArray','toString','BXCKZ','test','mnoFt','RZxmi','bddStepStart','18RZbGnj','comment','constructor','end','readFileSync','SeuqR','hook','HOOK_RUN_STARTED','filter','olnox','Failed\x20to\x20execute\x20_before:\x20','qjNHm','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','../../helpers/request-spy','TEST_RUN_STARTED','SYNC','browserstack_executor:\x20','currentTest','BROWSERSTACK_TESTHUB_JWT','bBmZN','winstonLogger','SDK_TEST','CxKJS','bddStep-before','KhMEE','bddStep-after','EZXUN','test-after','../../helpers/accessibility-automation/helper','VsAHc','JPmwK','hrzok','FiQko','PROWr','restore','all','152687MwAdBO','TaFTX','then','rNVJU','BROWSERSTACK_TESTHUB_UUID','2aCaBMp','Jhmee','LewlD','skipSessionStatus','screenshotOutputFolder','commandsToWrap','codeceptjs/lib/index.js','chromium','patch','../../bin/playwright/accessibility-helper','version','KBsfX','enabled','codeceptjs/lib/helper/Playwright.js','fireEvent','_before','./helper.js','bddStep','PERFORM_SCAN','bEuOo','qtTfd','iivml','startsWith','afterTest','getResults','thBuildUuid','start','bs:addLog:','command','test-passed','SDK_POST_TEST','warn','SDK_HOOK','moMpw','lLfLe','skipped','Failed\x20in\x20sending\x20TestRunFinish\x20event:\x20','3892jSwQVq','pYCPg','Dupaw','action','1090688iQULka','prototype','debug','shouldWrapCommand','zipHc','thJwtToken','hccRW','add','bstackAllyScanning','event','RxDsT','call','getAccessibilityResultsSummary','hookType','startMonitoring','TEST_SCREENSHOT','kwvFS','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','ITeLu','codeceptjs/lib/helper/WebDriver.js'];a1_0x595e=function(){return _0x9083f6;};return a1_0x595e();}module[a1_0x3dd359(0x16a)]=function(_0x44a3cf){const _0x5cff04=a1_0x3dd359,_0x4f154b={'EslPN':function(_0x2db837){return _0x2db837();},'VsAHc':function(_0x4fd74f,_0x4727dc){return _0x4fd74f(_0x4727dc);},'nvuxb':_0x5cff04(0x228),'HnZHZ':'Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20summary.','YCwjR':_0x5cff04(0x1b1),'PROWr':_0x5cff04(0x1d6),'hccRW':function(_0x869804,_0x27ad84){return _0x869804(_0x27ad84);},'fhMFH':'hook-started','FiQko':'hook-passed','JtxcJ':'hook-failed','CxKJS':_0x5cff04(0x1be),'BYvMh':_0x5cff04(0x14f),'HJAGx':function(_0x43eb7f,_0x4259d2,_0x3317dd){return _0x43eb7f(_0x4259d2,_0x3317dd);},'mCuFM':function(_0x10f74f,_0x37963d){return _0x10f74f(_0x37963d);},'hFYiy':_0x5cff04(0x151),'oGwxI':function(_0x23e7eb,_0x6f1b0c,_0x5975ed){return _0x23e7eb(_0x6f1b0c,_0x5975ed);},'Gyqwl':function(_0x163a4a){return _0x163a4a();},'hiGWS':_0x5cff04(0x210),'zbgoB':function(_0x188571){return _0x188571();},'aVPkm':function(_0x493fcc,_0x2e9e8f,_0x5cd05d,_0x51a74e){return _0x493fcc(_0x2e9e8f,_0x5cd05d,_0x51a74e);},'hrzok':function(_0x37b2e6,_0x1d1b8e){return _0x37b2e6===_0x1d1b8e;},'JPmwK':_0x5cff04(0x166),'EjbJK':_0x5cff04(0x183),'RZxmi':_0x5cff04(0x233),'bEuOo':_0x5cff04(0x20a),'cvyVi':function(_0x21a4a9,_0x53dd3c,_0x429716){return _0x21a4a9(_0x53dd3c,_0x429716);},'KhMEE':_0x5cff04(0x13a),'quftV':_0x5cff04(0x1e5),'TXdHI':_0x5cff04(0x1a0),'bBmZN':_0x5cff04(0x13e),'mnoFt':'step-comment','DmsLM':_0x5cff04(0x1e1),'qVevI':_0x5cff04(0x1e3),'bAzuB':function(_0x1cc0ba){return _0x1cc0ba();},'KnEne':'Playwright'};_0x44a3cf[_0x5cff04(0x1f6)]&&(global[_0x5cff04(0x169)]=_0x44a3cf['skipSessionStatus']);PerformanceTester[_0x5cff04(0x22a)]();const _0x5d02b1=_0x4f154b[_0x5cff04(0x1a1)](getCodeceptDriver),_0x5909ba=new O11yHelper(_0x5d02b1,_0x44a3cf),_0x3d5786=!!CodeceptJS[_0x5cff04(0x14b)][_0x5cff04(0x165)](_0x4f154b[_0x5cff04(0x1b6)]);global[_0x5cff04(0x16b)]=_0x5d02b1,_0x5d02b1&&(PerformanceTester[_0x5cff04(0x1c0)](PerformanceEvents[_0x5cff04(0x1a5)],()=>{const _0x3db819=_0x5cff04;_0x3d5786?_0x4f154b['EslPN'](patchPlaywrightBefore):_0x4f154b[_0x3db819(0x1e7)](patchWebDriverBefore,_0x5d02b1);})(),PerformanceTester[_0x5cff04(0x1c0)](PerformanceEvents['SDK_POST_INITIALIZE'],()=>{const _0x22f1ec=_0x5cff04,_0x2dd4bd={};_0x2dd4bd[_0x22f1ec(0x1c5)]=_0x4f154b[_0x22f1ec(0x182)],_0x2dd4bd[_0x22f1ec(0x232)]=_0x4f154b[_0x22f1ec(0x1eb)];const _0x9ecd2a=_0x2dd4bd;_0x5d02b1[_0x22f1ec(0x228)]=async()=>{const _0x50971e=_0x22f1ec;if(global[_0x50971e(0x17b)]){const _0x998f22={};return _0x998f22[_0x50971e(0x20f)]=_0x4f154b[_0x50971e(0x189)],await PerformanceTester[_0x50971e(0x1c0)](PerformanceA11yEvents[_0x50971e(0x205)],async()=>{const _0x2c2de6=_0x50971e;return await AccessibilityHelper[_0x2c2de6(0x146)](_0x5d02b1,scripts[_0x2c2de6(0x1aa)]);},_0x998f22)(),await PerformanceTester['measureWrapper'](PerformanceA11yEvents['GET_RESULTS_SUMMARY'],async()=>{const _0x2d5313=_0x50971e;return await AccessibilityHelper['browserStackExecuteDriver'](_0x5d02b1,scripts[_0x2d5313(0x135)]);})();}return logger[_0x50971e(0x212)](_0x4f154b['HnZHZ']),{};},_0x5d02b1[_0x22f1ec(0x1b1)]=async()=>{const _0x447648=_0x22f1ec;if(global[_0x447648(0x17b)]){const _0x5e4122={};return _0x5e4122[_0x447648(0x20f)]=_0x9ecd2a[_0x447648(0x1c5)],await PerformanceTester[_0x447648(0x1c0)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x4a3b29=_0x447648;return await AccessibilityHelper[_0x4a3b29(0x146)](_0x5d02b1,scripts[_0x4a3b29(0x1aa)]);},_0x5e4122)(),await PerformanceTester[_0x447648(0x1c0)](PerformanceA11yEvents[_0x447648(0x134)],async()=>{const _0x275ec5=_0x447648;return await AccessibilityHelper['browserStackExecuteDriver'](_0x5d02b1,scripts[_0x275ec5(0x20b)]);})();}return logger['warn'](_0x9ecd2a[_0x447648(0x232)]),{};},_0x4f154b[_0x22f1ec(0x222)](patchSaveScreenshot,_0x5d02b1);})()),CodeceptJS[_0x5cff04(0x225)][_0x5cff04(0x14e)]['on'](CodeceptJS[_0x5cff04(0x225)][_0x5cff04(0x1ed)][_0x5cff04(0x1bc)],()=>{const _0x49b8c9=_0x5cff04;PerformanceTester['start'](PerformanceEvents['SDK_PRE_TEST']);try{_0x5909ba[_0x49b8c9(0x20d)](),testOpsHelper['addRequestSpy'](),PerformanceTester[_0x49b8c9(0x1cd)](PerformanceEvents[_0x49b8c9(0x15a)]);}catch(_0x1f1d58){PerformanceTester['captureError'](_0x1f1d58),PerformanceTester['end'](PerformanceEvents[_0x49b8c9(0x15a)],![],_0x1f1d58);}}),CodeceptJS['event'][_0x5cff04(0x14e)]['on'](CodeceptJS[_0x5cff04(0x225)][_0x5cff04(0x1ed)]['after'],async()=>{const _0x45bd60=_0x5cff04;PerformanceTester[_0x45bd60(0x20d)](PerformanceEvents[_0x45bd60(0x211)]);try{requestSpy[_0x45bd60(0x1ec)](),await _0x5909ba[_0x45bd60(0x184)](),PerformanceTester[_0x45bd60(0x1cd)](PerformanceEvents['SDK_POST_TEST']);}catch(_0x334a08){PerformanceTester[_0x45bd60(0x152)](_0x334a08),PerformanceTester['end'](PerformanceEvents[_0x45bd60(0x211)],![],_0x334a08);}finally{PerformanceTester[_0x45bd60(0x164)]();}}),CodeceptJS[_0x5cff04(0x225)]['dispatcher']['on'](CodeceptJS[_0x5cff04(0x225)]['hook']['started'],_0x5326c7=>{const _0x2a402a=_0x5cff04;PerformanceTester['start'](PerformanceEvents[_0x2a402a(0x213)]);try{const _0x55c2b9=_0x5326c7[_0x2a402a(0x18f)][_0x2a402a(0x1c6)],_0xbd20f7=_0x5909ba[_0x2a402a(0x19d)](TEST_EVENTS[_0x2a402a(0x1d1)],_0x55c2b9);CodeceptRecorder[_0x2a402a(0x223)](()=>_0x5909ba['fireEvent'](TEST_EVENTS[_0x2a402a(0x1d1)],_0xbd20f7));const _0x5e75e8={};_0x5e75e8[_0x2a402a(0x229)]=_0x4f154b[_0x2a402a(0x19a)],PerformanceTester[_0x2a402a(0x1cd)](PerformanceEvents[_0x2a402a(0x213)],!![],null,_0x5e75e8);}catch(_0x4df741){const _0x2cff76={};_0x2cff76[_0x2a402a(0x229)]=_0x4f154b[_0x2a402a(0x19a)],PerformanceTester[_0x2a402a(0x1cd)](PerformanceEvents[_0x2a402a(0x213)],![],_0x4df741,_0x2cff76),PerformanceTester[_0x2a402a(0x152)](_0x4df741);}}),CodeceptJS[_0x5cff04(0x225)][_0x5cff04(0x14e)]['on'](CodeceptJS[_0x5cff04(0x225)][_0x5cff04(0x1d0)][_0x5cff04(0x1bb)],_0x155f37=>{const _0x4376b6=_0x5cff04,_0x1c1e8f={};_0x1c1e8f['hookType']=_0x4f154b[_0x4376b6(0x1ea)],PerformanceTester[_0x4376b6(0x20d)](PerformanceHookEvents[_0x4376b6(0x213)],!![],null,_0x1c1e8f);try{const _0x1f2ae1=_0x155f37[_0x4376b6(0x18f)][_0x4376b6(0x1c6)],_0x239c11=_0x5909ba[_0x4376b6(0x19d)](TEST_EVENTS[_0x4376b6(0x237)],_0x1f2ae1);CodeceptRecorder['add'](()=>_0x5909ba[_0x4376b6(0x201)](TEST_EVENTS['HOOK_RUN_FINISHED'],_0x239c11));const _0x3452a0={};_0x3452a0['hookType']=_0x4f154b[_0x4376b6(0x1ea)],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x3452a0);}catch(_0x402453){PerformanceTester[_0x4376b6(0x152)](_0x402453);const _0x31a6ab={};_0x31a6ab['hookType']=_0x4f154b[_0x4376b6(0x1ea)],PerformanceTester[_0x4376b6(0x1cd)](PerformanceHookEvents[_0x4376b6(0x213)],![],_0x402453,_0x31a6ab);}}),CodeceptJS[_0x5cff04(0x225)][_0x5cff04(0x14e)]['on'](CodeceptJS['event']['hook'][_0x5cff04(0x13c)],async(_0x2f674a,_0x5e2474)=>{const _0x3b1ba3=_0x5cff04;PerformanceTester['start'](PerformanceHookEvents[_0x3b1ba3(0x213)]);try{const _0x51cfb6=_0x2f674a[_0x3b1ba3(0x18f)][_0x3b1ba3(0x1c6)],_0x471ff6=_0x5909ba[_0x3b1ba3(0x19d)](TEST_EVENTS[_0x3b1ba3(0x237)],_0x51cfb6,_0x5e2474);CodeceptRecorder[_0x3b1ba3(0x223)](()=>_0x5909ba[_0x3b1ba3(0x201)](TEST_EVENTS[_0x3b1ba3(0x237)],_0x471ff6));const _0x538960={};_0x538960[_0x3b1ba3(0x229)]=_0x4f154b[_0x3b1ba3(0x17c)],PerformanceTester[_0x3b1ba3(0x20d)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x538960);}catch(_0x53bb4b){PerformanceTester['captureError'](_0x53bb4b);const _0x2f5d04={};_0x2f5d04[_0x3b1ba3(0x229)]=_0x4f154b[_0x3b1ba3(0x17c)],PerformanceTester['end'](PerformanceHookEvents[_0x3b1ba3(0x213)],![],_0x53bb4b,_0x2f5d04);}const _0x5bc5a3={};_0x5bc5a3[_0x3b1ba3(0x229)]=_0x4f154b[_0x3b1ba3(0x17c)],PerformanceTester[_0x3b1ba3(0x1cd)](PerformanceHookEvents[_0x3b1ba3(0x213)],!![],null,_0x5bc5a3);}),CodeceptJS[_0x5cff04(0x225)][_0x5cff04(0x14e)]['on'](CodeceptJS[_0x5cff04(0x225)][_0x5cff04(0x1c6)]['before'],_0x447032=>{const _0x5952b1=_0x5cff04;PerformanceTester['start'](PerformanceHookEvents[_0x5952b1(0x213)]);try{globals[_0x5952b1(0x155)](_0x4f154b['CxKJS'],_0x447032[_0x5952b1(0x143)]);_0x4f154b['EslPN'](isBrowserstackInfra)&&(_0x3d5786&&(global[_0x5952b1(0x235)]={'currentTest':{'name':_0x447032[_0x5952b1(0x143)],'testInfo':{'titlePath':_0x447032['titlePath']()}}}));const _0x11d3cc={};_0x11d3cc['hookType']=_0x4f154b[_0x5952b1(0x137)],PerformanceTester[_0x5952b1(0x1cd)](PerformanceHookEvents[_0x5952b1(0x213)],!![],null,_0x11d3cc);}catch(_0x3a2da9){PerformanceTester[_0x5952b1(0x152)](_0x3a2da9);const _0x2c3f81={};_0x2c3f81[_0x5952b1(0x229)]=_0x4f154b[_0x5952b1(0x137)],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],![],_0x3a2da9,_0x2c3f81);}}),CodeceptJS[_0x5cff04(0x225)][_0x5cff04(0x14e)]['on'](CodeceptJS[_0x5cff04(0x225)][_0x5cff04(0x1c6)][_0x5cff04(0x138)],_0x1a79c6=>{const _0x39458e=_0x5cff04;PerformanceTester[_0x39458e(0x20d)](PerformanceHookEvents[_0x39458e(0x213)]);try{globals[_0x39458e(0x155)](_0x4f154b[_0x39458e(0x1e0)],_0x1a79c6[_0x39458e(0x143)]);const _0x388d4c=_0x5909ba[_0x39458e(0x19d)](TEST_EVENTS['TEST_RUN_STARTED'],_0x1a79c6);CodeceptRecorder['add'](()=>_0x5909ba['fireEvent'](TEST_EVENTS[_0x39458e(0x1d8)],_0x388d4c)),CodeceptRecorder[_0x39458e(0x223)](async()=>{const _0x1115fe=_0x39458e;_0x4f154b[_0x1115fe(0x1b9)](isBrowserstackInfra)&&(!_0x4f154b['VsAHc'](isTrue,_0x44a3cf['skipSessionName'])&&await _0x4f154b[_0x1115fe(0x172)](markSessionName,_0x5d02b1,_0x1a79c6[_0x1115fe(0x143)]),_0x5909ba[_0x1115fe(0x1ff)]&&await _0x4f154b[_0x1115fe(0x16f)](o11ySync,_0x5d02b1));});}catch(_0x56ad0f){const _0x7c9ac4={};_0x7c9ac4[_0x39458e(0x229)]=_0x4f154b[_0x39458e(0x1ad)],PerformanceTester[_0x39458e(0x1cd)](PerformanceHookEvents['SDK_HOOK'],![],_0x56ad0f,_0x7c9ac4),PerformanceTester[_0x39458e(0x152)](_0x56ad0f);}const _0x3c94f6={};_0x3c94f6[_0x39458e(0x229)]=_0x4f154b[_0x39458e(0x1ad)],PerformanceTester[_0x39458e(0x1cd)](PerformanceHookEvents[_0x39458e(0x213)],!![],null,_0x3c94f6);}),CodeceptJS['event'][_0x5cff04(0x14e)]['on'](CodeceptJS[_0x5cff04(0x225)][_0x5cff04(0x1c6)][_0x5cff04(0x1bb)],_0x1ed788=>{const _0x419f0e=_0x5cff04,_0x225779={'uPBGc':function(_0x1e0c26,_0x3f95fd,_0x368a3c){return _0x4f154b['HJAGx'](_0x1e0c26,_0x3f95fd,_0x368a3c);},'rOHYh':function(_0x41831c,_0x1041c2,_0x33d4e0){const _0x3bef8b=a1_0x1bd6;return _0x4f154b[_0x3bef8b(0x18e)](_0x41831c,_0x1041c2,_0x33d4e0);},'FLYjO':function(_0x76fa43){const _0x27500b=a1_0x1bd6;return _0x4f154b[_0x27500b(0x187)](_0x76fa43);}};PerformanceTester['start'](PerformanceHookEvents[_0x419f0e(0x213)]);try{const _0x1c252e=_0x5909ba['captureEvent'](TEST_EVENTS[_0x419f0e(0x133)],_0x1ed788);CodeceptRecorder['add'](()=>_0x5909ba[_0x419f0e(0x201)](TEST_EVENTS[_0x419f0e(0x133)],_0x1c252e)),CodeceptRecorder[_0x419f0e(0x223)](async()=>{const _0x19fb72=_0x419f0e;_0x225779[_0x19fb72(0x1b4)](isBrowserstackInfra)&&await PerformanceTester['measureWrapper'](PerformanceAutEvents[_0x19fb72(0x15e)],async()=>{const _0x1d392b=_0x19fb72;_0x3d5786?await _0x225779[_0x1d392b(0x234)](playwrightMarkSessionStatus,_0x5d02b1,STATE_PASSED):await _0x225779[_0x1d392b(0x154)](markSessionStatus,_0x5d02b1,STATE_PASSED);})();}),PerformanceTester[_0x419f0e(0x1cd)](PerformanceEvents['SDK_TEST']);}catch(_0x22efcb){PerformanceTester['captureError'](_0x22efcb);const _0x3e805e={};_0x3e805e[_0x419f0e(0x229)]=_0x4f154b[_0x419f0e(0x1ba)],PerformanceTester['end'](PerformanceHookEvents[_0x419f0e(0x213)],![],_0x22efcb,_0x3e805e),PerformanceTester[_0x419f0e(0x1cd)](PerformanceEvents[_0x419f0e(0x1df)],![],_0x22efcb);}const _0x31345c={};_0x31345c[_0x419f0e(0x229)]=_0x4f154b[_0x419f0e(0x1ba)],PerformanceTester['end'](PerformanceHookEvents[_0x419f0e(0x213)],!![],null,_0x31345c);}),CodeceptJS[_0x5cff04(0x225)][_0x5cff04(0x14e)]['on'](CodeceptJS[_0x5cff04(0x225)][_0x5cff04(0x1c6)][_0x5cff04(0x13c)],(_0x139d6c,_0x38bc17)=>{const _0x2b3187=_0x5cff04;PerformanceTester[_0x2b3187(0x20d)](PerformanceHookEvents[_0x2b3187(0x213)]);try{if(_0x4f154b[_0x2b3187(0x1e9)](_0x139d6c['constructor'][_0x2b3187(0x15d)],_0x4f154b[_0x2b3187(0x1e8)])){const _0x359819=_0x5909ba['captureEvent'](TEST_EVENTS[_0x2b3187(0x153)],_0x139d6c['ctx'][_0x2b3187(0x1db)]);CodeceptRecorder[_0x2b3187(0x223)](()=>_0x5909ba[_0x2b3187(0x201)](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x359819));}else{const _0x1aae87=_0x5909ba[_0x2b3187(0x19d)](TEST_EVENTS['TEST_RUN_FINISHED'],_0x139d6c,_0x38bc17);CodeceptRecorder[_0x2b3187(0x223)](()=>{const _0x385de0=_0x2b3187;try{_0x5909ba[_0x385de0(0x201)](TEST_EVENTS['TEST_RUN_FINISHED'],_0x1aae87);}catch(_0x95ead5){logger['debug'](_0x385de0(0x217)+util[_0x385de0(0x136)](_0x95ead5)),PerformanceTester[_0x385de0(0x1cd)](PerformanceEvents[_0x385de0(0x1df)],![],_0x95ead5);}}),CodeceptRecorder[_0x2b3187(0x223)](async()=>{const _0x258d40=_0x2b3187;try{_0x4f154b[_0x258d40(0x191)](isBrowserstackInfra)&&(_0x3d5786?await _0x4f154b[_0x258d40(0x1bd)](playwrightMarkSessionStatus,_0x5d02b1,STATE_FAILED,_0x38bc17):await _0x4f154b['aVPkm'](markSessionStatus,_0x5d02b1,STATE_FAILED,_0x38bc17));}catch(_0xe7aa44){logger[_0x258d40(0x21e)]('Failed\x20in\x20marking\x20session\x20status\x20of\x20test:\x20'+util[_0x258d40(0x136)](_0xe7aa44)),PerformanceTester[_0x258d40(0x1cd)](PerformanceEvents[_0x258d40(0x1df)],![],_0xe7aa44);}});}PerformanceTester[_0x2b3187(0x1cd)](PerformanceEvents[_0x2b3187(0x1df)]);}catch(_0x2ad73){PerformanceTester[_0x2b3187(0x152)](_0x2ad73);const _0x25db9c={};_0x25db9c['hookType']=_0x4f154b['EjbJK'],PerformanceTester[_0x2b3187(0x1cd)](PerformanceHookEvents[_0x2b3187(0x213)],![],_0x2ad73,_0x25db9c),PerformanceTester['end'](PerformanceEvents['SDK_TEST'],![],_0x2ad73);}const _0x8aacc4={};_0x8aacc4[_0x2b3187(0x229)]=_0x4f154b['EjbJK'],PerformanceTester[_0x2b3187(0x1cd)](PerformanceHookEvents[_0x2b3187(0x213)],!![],null,_0x8aacc4);}),CodeceptJS[_0x5cff04(0x225)][_0x5cff04(0x14e)]['on'](CodeceptJS[_0x5cff04(0x225)][_0x5cff04(0x1c6)][_0x5cff04(0x216)],_0x4ff532=>{const _0x3c5273=_0x5cff04;PerformanceTester[_0x3c5273(0x20d)](PerformanceHookEvents[_0x3c5273(0x213)]);try{const _0x40cca2=_0x5909ba[_0x3c5273(0x19d)](TEST_EVENTS[_0x3c5273(0x153)],_0x4ff532);CodeceptRecorder[_0x3c5273(0x223)](()=>_0x5909ba[_0x3c5273(0x201)](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x40cca2)),PerformanceTester[_0x3c5273(0x1cd)](PerformanceEvents[_0x3c5273(0x1df)]);}catch(_0x3a161c){PerformanceTester[_0x3c5273(0x152)](_0x3a161c),PerformanceTester['end'](PerformanceEvents['SDK_TEST'],![],_0x3a161c);const _0x2be33b={};_0x2be33b['hookType']=_0x4f154b[_0x3c5273(0x1c8)],PerformanceTester['end'](PerformanceHookEvents[_0x3c5273(0x213)],![],_0x3a161c,_0x2be33b);}const _0x95658={};_0x95658[_0x3c5273(0x229)]=_0x4f154b['RZxmi'],PerformanceTester[_0x3c5273(0x1cd)](PerformanceHookEvents[_0x3c5273(0x213)],!![],null,_0x95658);}),CodeceptJS[_0x5cff04(0x225)]['dispatcher']['on'](CodeceptJS[_0x5cff04(0x225)]['test']['after'],async(_0x20b906,_0xf30ea1)=>{const _0x4ad9b7=_0x5cff04,_0x375ba7={};_0x375ba7[_0x4ad9b7(0x226)]=_0x4f154b[_0x4ad9b7(0x206)];const _0x37d358=_0x375ba7;try{PerformanceTester[_0x4ad9b7(0x20d)](PerformanceHookEvents[_0x4ad9b7(0x213)]);const _0x17761f=_0x4f154b['cvyVi'](shouldScanTestForAccessibility,_0x20b906[_0x4ad9b7(0x19e)](),!![]);if(_0x4f154b[_0x4ad9b7(0x191)](isAccessibilityAutomationSession)&&global[_0x4ad9b7(0x17b)]&&_0x17761f){const _0x3140ff={};_0x3140ff[_0x4ad9b7(0x185)]=_0x20b906['testAnalyticsId'],_0x3140ff[_0x4ad9b7(0x20c)]=process[_0x4ad9b7(0x231)][testHubConstants[_0x4ad9b7(0x181)][_0x4ad9b7(0x1f2)]],_0x3140ff[_0x4ad9b7(0x221)]=process[_0x4ad9b7(0x231)][testHubConstants['ENV_VAR'][_0x4ad9b7(0x1dc)]];const _0x3eabd4=_0x3140ff;logger[_0x4ad9b7(0x21e)](_0x4ad9b7(0x22d)+JSON[_0x4ad9b7(0x14a)](_0x3eabd4)),CodeceptRecorder[_0x4ad9b7(0x223)](async()=>{const _0x4ec3af=_0x4ad9b7,_0x418f4b={};_0x418f4b[_0x4ec3af(0x20f)]=_0x37d358[_0x4ec3af(0x226)],await PerformanceTester[_0x4ec3af(0x1c0)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x2e5e66=_0x4ec3af;await AccessibilityHelper[_0x2e5e66(0x146)](_0x5d02b1,scripts['performScan']);},_0x418f4b)(),await PerformanceTester[_0x4ec3af(0x1c0)](PerformanceA11yEvents['SAVE_RESULTS'],async()=>{const _0x32d7d4=_0x4ec3af;await AccessibilityHelper[_0x32d7d4(0x146)](_0x5d02b1,scripts[_0x32d7d4(0x178)],_0x3eabd4);})();}),logger['info'](_0x4f154b[_0x4ad9b7(0x1e2)]);}const _0x1951e4={};_0x1951e4[_0x4ad9b7(0x229)]=_0x4f154b[_0x4ad9b7(0x1a9)],PerformanceTester[_0x4ad9b7(0x1cd)](PerformanceHookEvents[_0x4ad9b7(0x213)],!![],null,_0x1951e4);}catch(_0xa52a0d){PerformanceTester[_0x4ad9b7(0x152)](_0xa52a0d);const _0x4bbc16={};_0x4bbc16[_0x4ad9b7(0x229)]=_0x4f154b[_0x4ad9b7(0x1a9)],PerformanceTester[_0x4ad9b7(0x1cd)](PerformanceHookEvents['SDK_HOOK'],![],_0xa52a0d,_0x4bbc16);}}),CodeceptJS[_0x5cff04(0x225)]['dispatcher']['on'](CodeceptJS[_0x5cff04(0x225)]['step'][_0x5cff04(0x1cb)],_0x550b89=>{const _0xed26d2=_0x5cff04;PerformanceTester[_0xed26d2(0x20d)](PerformanceHookEvents[_0xed26d2(0x213)]);try{process[_0xed26d2(0x173)](_0xed26d2(0x20e)+process[_0xed26d2(0x196)],{'timestamp':new Date()['toISOString'](),'level':_0x4f154b[_0xed26d2(0x1bf)],'message':_0x550b89,'kind':_0x4f154b[_0xed26d2(0x1dd)],'http_response':{}});}catch(_0x5f1037){PerformanceTester['captureError'](_0x5f1037);const _0x2c9126={};_0x2c9126['hookType']=_0x4f154b[_0xed26d2(0x1c7)],PerformanceTester[_0xed26d2(0x1cd)](PerformanceHookEvents['SDK_HOOK'],![],_0x5f1037,_0x2c9126);}const _0x5d1777={};_0x5d1777[_0xed26d2(0x229)]=_0x4f154b[_0xed26d2(0x1c7)],PerformanceTester[_0xed26d2(0x1cd)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x5d1777);}),CodeceptJS[_0x5cff04(0x225)][_0x5cff04(0x14e)]['on'](CodeceptJS[_0x5cff04(0x225)]['bddStep'][_0x5cff04(0x1bc)],_0x268442=>{const _0xfddeda=_0x5cff04,_0x22bccf={};_0x22bccf[_0xfddeda(0x229)]=_0x4f154b['DmsLM'],PerformanceTester[_0xfddeda(0x1c0)](PerformanceHookEvents[_0xfddeda(0x213)],()=>{const _0x4d7cec=_0xfddeda;_0x5909ba[_0x4d7cec(0x1c9)](_0x268442);},_0x22bccf)();}),CodeceptJS['event'][_0x5cff04(0x14e)]['on'](CodeceptJS[_0x5cff04(0x225)][_0x5cff04(0x204)][_0x5cff04(0x15f)],_0x125f27=>{const _0x850d16=_0x5cff04,_0x393f4a={};_0x393f4a['hookType']=_0x4f154b[_0x850d16(0x150)],PerformanceTester[_0x850d16(0x1c0)](PerformanceHookEvents[_0x850d16(0x213)],()=>{_0x5909ba['bddStepFinish'](_0x125f27);},_0x393f4a)();});};
|
|
1
|
+
function a1_0x4e3c(_0x597778,_0x13024a){const _0x5421d0=a1_0x5421();return a1_0x4e3c=function(_0x4e3ceb,_0x323b71){_0x4e3ceb=_0x4e3ceb-0x188;let _0x9d2022=_0x5421d0[_0x4e3ceb];return _0x9d2022;},a1_0x4e3c(_0x597778,_0x13024a);}const a1_0x242736=a1_0x4e3c;(function(_0x53d11e,_0x124086){const _0x4cd97c=a1_0x4e3c,_0x11143e=_0x53d11e();while(!![]){try{const _0x24a168=-parseInt(_0x4cd97c(0x1e1))/0x1+-parseInt(_0x4cd97c(0x207))/0x2*(parseInt(_0x4cd97c(0x1c6))/0x3)+-parseInt(_0x4cd97c(0x208))/0x4+-parseInt(_0x4cd97c(0x218))/0x5+-parseInt(_0x4cd97c(0x230))/0x6*(-parseInt(_0x4cd97c(0x21c))/0x7)+parseInt(_0x4cd97c(0x261))/0x8+-parseInt(_0x4cd97c(0x1ef))/0x9;if(_0x24a168===_0x124086)break;else _0x11143e['push'](_0x11143e['shift']());}catch(_0x34fedd){_0x11143e['push'](_0x11143e['shift']());}}}(a1_0x5421,0xa2c43));const fs=require('fs'),util=require(a1_0x242736(0x21f)),{requireModule,markSessionStatus,isUndefined,isTrue,isBrowserstackInfra}=require(a1_0x242736(0x190)),logger=require('../../helpers/logger')['winstonLogger'],testOpsHelper=require(a1_0x242736(0x202)),requestSpy=require('../../helpers/request-spy'),PlaywrightSessionDetails=require(a1_0x242736(0x227)),{O11yHelper,TEST_EVENTS,STATE_PASSED,STATE_FAILED}=require(a1_0x242736(0x1c2)),{shouldScanTestForAccessibility,isAccessibilityAutomationSession}=require(a1_0x242736(0x265)),AccessibilityHelper=require(a1_0x242736(0x203)),scripts=require(a1_0x242736(0x1b8)),PerformanceTester=require(a1_0x242736(0x1a8)),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceHookEvents}=require(a1_0x242736(0x19a)),{processWebDriverConfig,shouldPatchExecuteScript}=require(a1_0x242736(0x272)),testHubConstants=require('../../helpers/testhub/constants.js'),globals=require(a1_0x242736(0x250)),CodeceptJS=requireModule(a1_0x242736(0x225),'codeceptjs'),CodeceptUtils=requireModule(a1_0x242736(0x201),a1_0x242736(0x22b)),CodeceptWebDriver=requireModule(a1_0x242736(0x1d6),a1_0x242736(0x22b)),CodeceptRecorder=requireModule(a1_0x242736(0x1db),a1_0x242736(0x22b)),CodeceptPlaywright=requireModule(a1_0x242736(0x1f7),a1_0x242736(0x22b)),playwrightMarkSessionStatus=(_0x5928d5,_0x314f38,_0x3feb0e)=>{const _0x5ed00=a1_0x242736,_0x240fd8={'OgVKO':_0x5ed00(0x1b3),'HEYji':function(_0x214ef6,_0x265423){return _0x214ef6(_0x265423);}},_0x201d2a={};_0x201d2a[_0x5ed00(0x255)]=_0x314f38;const _0x88268b={};_0x88268b[_0x5ed00(0x21e)]=_0x240fd8['OgVKO'],_0x88268b[_0x5ed00(0x18a)]=_0x201d2a;const _0x2f8393=_0x88268b;return!_0x240fd8[_0x5ed00(0x1ba)](isUndefined,_0x3feb0e)&&(_0x2f8393[_0x5ed00(0x18a)][_0x5ed00(0x200)]=JSON[_0x5ed00(0x23d)](_0x3feb0e)),_0x5928d5[_0x5ed00(0x1b0)](()=>{},_0x5ed00(0x20e)+JSON['stringify'](_0x2f8393));},o11ySync=PerformanceTester[a1_0x242736(0x204)](PerformanceO11yEvents[a1_0x242736(0x1e6)],async _0x5e7304=>{const _0x2502ee=a1_0x242736,_0x1acb66={};_0x1acb66[_0x2502ee(0x1df)]=function(_0x4884ce,_0x4639a1){return _0x4884ce===_0x4639a1;},_0x1acb66['RiroN']=_0x2502ee(0x233);const _0x3957c2=_0x1acb66;_0x3957c2[_0x2502ee(0x1df)](_0x5e7304[_0x2502ee(0x1ff)][_0x2502ee(0x215)],_0x3957c2['RiroN'])?await _0x5e7304[_0x2502ee(0x1b0)](_0x3177ca=>{},testOpsHelper[_0x2502ee(0x259)]()):await _0x5e7304[_0x2502ee(0x1b0)](testOpsHelper[_0x2502ee(0x259)]());}),markSessionName=PerformanceTester[a1_0x242736(0x204)](PerformanceAutEvents[a1_0x242736(0x1eb)],async(_0x46657b,_0x17440b)=>{const _0x193ec6=a1_0x242736,_0x54b46d={};_0x54b46d[_0x193ec6(0x193)]=_0x193ec6(0x1a6),_0x54b46d[_0x193ec6(0x1b4)]=function(_0x5b5973,_0x392479){return _0x5b5973===_0x392479;},_0x54b46d[_0x193ec6(0x262)]=_0x193ec6(0x233);const _0xde233b=_0x54b46d,_0x3c48fb={};_0x3c48fb[_0x193ec6(0x215)]=_0x17440b;const _0x345cff={};_0x345cff[_0x193ec6(0x21e)]=_0xde233b['Nttwx'],_0x345cff['arguments']=_0x3c48fb;const _0x521ac6=_0x345cff;_0xde233b[_0x193ec6(0x1b4)](_0x46657b['constructor']['name'],_0xde233b[_0x193ec6(0x262)])?await _0x46657b[_0x193ec6(0x1b0)](()=>{},_0x193ec6(0x20e)+JSON[_0x193ec6(0x23d)](_0x521ac6)):await _0x46657b[_0x193ec6(0x1b0)]('browserstack_executor:\x20'+JSON['stringify'](_0x521ac6));}),patchSaveScreenshot=_0x171f67=>{const _0x492f45=a1_0x242736,_0x2a6838={'OhjGB':_0x492f45(0x25d),'kyTgn':_0x492f45(0x199),'sXwaU':function(_0x59e6cb){return _0x59e6cb();},'UkPdB':function(_0x24dc1f,_0x3a1974){return _0x24dc1f(_0x3a1974);},'yuUZJ':_0x492f45(0x1ca),'NeuOy':function(_0x23cd36,_0x378fcc){return _0x23cd36(_0x378fcc);}};_0x2a6838[_0x492f45(0x289)](isTrue,process[_0x492f45(0x1fc)]['BS_TESTOPS_ALLOW_SCREENSHOTS'])&&!_0x171f67[_0x492f45(0x210)]&&(_0x171f67[_0x492f45(0x210)]=!![],_0x171f67[_0x492f45(0x1e9)]=_0x171f67['saveScreenshot'],_0x171f67[_0x492f45(0x26f)]=(_0x566d1a,_0x14db7f=![])=>{const _0x2ab925=_0x492f45,_0x173048={'cUlYv':_0x2a6838[_0x2ab925(0x1d0)],'aSUWz':_0x2a6838[_0x2ab925(0x1d9)],'ixGsm':function(_0x5c363f){const _0x21c5c9=_0x2ab925;return _0x2a6838[_0x21c5c9(0x27d)](_0x5c363f);},'QJiBQ':function(_0x4536d3,_0x5bf6e7){return _0x2a6838['UkPdB'](_0x4536d3,_0x5bf6e7);},'jYETF':_0x2a6838[_0x2ab925(0x25a)]};return new Promise(function(_0x273a46,_0x49b4af){const _0x10afa5=_0x2ab925,_0xae64f0={'uJswt':_0x173048[_0x10afa5(0x284)],'AewVx':_0x173048[_0x10afa5(0x23e)],'mukWQ':function(_0x56f730){return _0x173048['ixGsm'](_0x56f730);},'XQVMg':function(_0x142876,_0x2174c6){const _0x19a541=_0x10afa5;return _0x173048[_0x19a541(0x248)](_0x142876,_0x2174c6);},'GYhjL':_0x173048[_0x10afa5(0x20b)]};_0x171f67[_0x10afa5(0x1e9)](_0x566d1a,_0x14db7f)[_0x10afa5(0x1ea)](()=>{const _0x43733c=_0x10afa5,_0x2f7849=CodeceptUtils[_0x43733c(0x25f)](_0x566d1a);if(_0x2f7849){const _0x2b98c5=fs['readFileSync'](_0x2f7849);process[_0x43733c(0x20a)](_0x43733c(0x223)+process[_0x43733c(0x258)],{'timestamp':new Date()[_0x43733c(0x1aa)](),'message':_0x2b98c5[_0x43733c(0x221)](_0xae64f0[_0x43733c(0x252)]),'kind':_0xae64f0['AewVx']}),_0xae64f0[_0x43733c(0x1cd)](_0x273a46);}_0xae64f0[_0x43733c(0x22e)](_0x49b4af,new Error(_0xae64f0[_0x43733c(0x1bb)]));})[_0x10afa5(0x23c)](()=>null);});});},patchWebDriverBefore=_0x369445=>{const _0x42dee3=a1_0x242736,_0x48fd9b={'vPrxY':function(_0x52c47d){return _0x52c47d();},'LGRyx':function(_0xf382fa,_0x146a8c){return _0xf382fa(_0x146a8c);},'LJtDM':function(_0x38145c,_0x3c5460){return _0x38145c===_0x3c5460;},'DVVXS':'webdriverio','foyrN':function(_0x1212a9,_0x5a02cf){return _0x1212a9===_0x5a02cf;},'YKKbw':_0x42dee3(0x20f),'RNDYD':'Element'},_0x2a0050=async function(_0x5e7bcc,_0x5604d7){const _0x242a1a=_0x42dee3;_0x48fd9b[_0x242a1a(0x194)](isAccessibilityAutomationSession)&&!global[_0x242a1a(0x26a)]&&global[_0x242a1a(0x1ab)]&&scripts['shouldWrapCommand'](_0x5e7bcc[_0x242a1a(0x215)])&&_0x48fd9b[_0x242a1a(0x1e5)](shouldPatchExecuteScript,arguments[0x2])&&(global[_0x242a1a(0x26a)]=!![],await PerformanceTester[_0x242a1a(0x204)](PerformanceA11yEvents[_0x242a1a(0x206)],async()=>{const _0x28eca9=_0x242a1a;logger[_0x28eca9(0x1f5)](_0x28eca9(0x1ac)+_0x5e7bcc['class']+'\x20'+_0x5e7bcc[_0x28eca9(0x215)]),await AccessibilityHelper['browserStackExecuteDriver'](_0x369445,scripts[_0x28eca9(0x21d)]);},{'command':_0x5e7bcc[_0x242a1a(0x215)]})());global[_0x242a1a(0x26a)]=![];const _0x59db92=JSON[_0x242a1a(0x1cf)](process['env'][_0x242a1a(0x1c8)]||'{}');if(_0x48fd9b[_0x242a1a(0x1bc)](_0x59db92?.['testFramework']?.[_0x242a1a(0x215)],_0x48fd9b[_0x242a1a(0x25b)])&&_0x48fd9b[_0x242a1a(0x216)](typeof _0x59db92?.[_0x242a1a(0x24f)]?.[_0x242a1a(0x1c9)],_0x48fd9b['YKKbw'])&&_0x59db92?.[_0x242a1a(0x24f)]?.[_0x242a1a(0x1c9)][_0x242a1a(0x24e)]('7'))return _0x5604d7[_0x242a1a(0x196)](null,Array['prototype']['slice'][_0x242a1a(0x217)](arguments,0x2));return _0x5604d7['apply'](this,Array[_0x242a1a(0x209)]['slice'][_0x242a1a(0x217)](arguments,0x2));},_0x53b89d=CodeceptWebDriver[_0x42dee3(0x209)][_0x42dee3(0x189)];CodeceptWebDriver[_0x42dee3(0x209)][_0x42dee3(0x189)]=async function(){const _0x3b9659=_0x42dee3,_0x1f3280={'WEciI':function(_0x325eed,_0x16ae13){return _0x48fd9b['foyrN'](_0x325eed,_0x16ae13);},'JbjwC':_0x48fd9b[_0x3b9659(0x27e)]};try{await _0x53b89d['apply'](this,arguments);}catch(_0x178645){logger[_0x3b9659(0x1f5)](_0x3b9659(0x18c)+util[_0x3b9659(0x237)](_0x178645));}scripts[_0x3b9659(0x1f2)][_0x3b9659(0x245)](_0x385feb=>_0x385feb[_0x3b9659(0x215)]&&_0x385feb[_0x3b9659(0x1b9)])['forEach'](_0x5db74b=>{const _0x5ea781=_0x3b9659;this[_0x5ea781(0x205)][_0x5ea781(0x19d)](_0x5db74b[_0x5ea781(0x215)],_0x2a0050[_0x5ea781(0x19e)](this,_0x5db74b),_0x1f3280[_0x5ea781(0x1b5)](_0x5db74b['class'],_0x1f3280[_0x5ea781(0x213)]));}),_0x48fd9b[_0x3b9659(0x1e5)](processWebDriverConfig,_0x369445);};};function a1_0x5421(){const _0x47f469=['saveTestResults','thTestRunUuid','../../helpers/accessibility-automation/scripts','class','HEYji','GYhjL','LJtDM','PakvX','step','find','HOOK_RUN_STARTED','message','./o11yHelper','HOOK_RUN_FINISHED','helpers','a11y_core_config','9VwtUxy','from','FRAMEWORK_DETAILS','version','Screenshot\x20path\x20not\x20found','domForge','started','mukWQ','Failed\x20in\x20marking\x20session\x20status\x20of\x20test:\x20','parse','OhjGB','Trrmv','SDK_PRE_TEST','bddStepFinish','TCMBs','wGNRV','codeceptjs/lib/helper/WebDriver.js','hook-passed','failed','kyTgn','lziET','codeceptjs/lib/recorder.js','afterTest','all','NnnhD','DSfiw','command','654311aWkmxx','SDK_PRE_INITIALIZE','pages','test','LGRyx','SYNC','skipSessionStatus','contexts','initSaveScreenshot','then','SESSION_NAME','TEST_RUN_SKIPPED','includes','container','190278NSWHrX','pZVje','info','commandsToWrap','eiPDs','exports','debug','hook','codeceptjs/lib/helper/Playwright.js','GET_RESULTS','devtools://','BS_A11Y_JWT','hookType','env','hook-failed','__skipSessionStatus','constructor','reason','codeceptjs/lib/utils.js','../../helpers/test-observability/utils','../../bin/playwright/accessibility-helper','measureWrapper','browser','PERFORM_SCAN','348534FNfwUg','218116jrlheO','prototype','emit','jYETF','BROWSERSTACK_TESTHUB_JWT','currentTest','browserstack_executor:\x20','string','patchSaveScreenshot','chromium','fSIZT','JbjwC','captureError','name','foyrN','call','1584200RcdjQN','fVvOf','testAnalyticsId','title','36995lRFSTo','performScan','action','util','BROWSERSTACK_TESTHUB_UUID','toString','RsvID','bs:addLog:','OkAkt','codeceptjs/lib/index.js','TEST_RUN_FINISHED','../../bin/playwright/sessionDetails','browserstackTestName','fireEvent','thBuildUuid','codeceptjs','browserStackExecuteDriver','SDK_POST_INITIALIZE','XQVMg','goRVV','1476knonmB','config','addRequestSpy','Playwright','mZWRw','push','TWLxm','format','TJxhC','TestCafe','XJgUs','MMrdZ','catch','stringify','aSUWz','browserContext','test-before','Failed\x20to\x20patch\x20pages\x20method\x20in\x20browserContext\x20for\x20a11y\x20domForge:\x20','hook-started','stack','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','filter','FXzfD','\x0aStack:\x20','QJiBQ','ASXCr','dispatcher','before','tSBKd','test-failed','startsWith','testFramework','../../helpers/globals.js','bddStep-before','uJswt','wHDED','bddStep','status','SDK_HOOK','isArray','pid','getSyncScript','yuUZJ','DVVXS','warn','base64','TEST_RUN_STARTED','screenshotOutputFolder','INFO','7489632fdsXPU','tDQJp','Zcgyo','TEST_LOG','../../helpers/accessibility-automation/helper','enabled','mwBsl','uFbWt','add','bstackAllyScanning','__workerDetails','inxqV','captureEvent','step-comment','saveScreenshot','setGlobal','McPDw','./helper.js','test-passed','bddStep-after','YPVvt','SDK_POST_TEST','SDK_TEST','vjiil','UhwzL','getResults','event','patch','sXwaU','RNDYD','stopMonitoring','titlePath','QisRM','test-after','Xwazc','cUlYv','tHcIV','end','after','WGiun','NeuOy','HiMlg','EHkbs','_before','arguments','eApNr','Failed\x20to\x20execute\x20_before:\x20','XqtWd','psfpi','AgFZI','../../helpers/helper','start','url','Nttwx','vPrxY','test-skipped','apply','startMonitoring','SESSION_STATUS','TEST_SCREENSHOT','../../helpers/performance/constants','getAccessibilityResultsSummary','BqFND','overwriteCommand','bind','passed','args','SAVE_RESULTS','IHfpf','BZImR','getAccessibilityResults','test-started','setSessionName','VEMHj','../../helpers/performance/performance-tester','ZShuu','toISOString','accessibilityPlatform','Performing\x20scan\x20for\x20','stop','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','ENV_VAR','executeScript','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20summary.','ctx','setSessionStatus','wKBdD','WEciI'];a1_0x5421=function(){return _0x47f469;};return a1_0x5421();}function parseJwt(_0x2fd2a4){const _0x298f93=a1_0x242736,_0x5aa154={};_0x5aa154[_0x298f93(0x281)]=_0x298f93(0x25d);const _0x4b2974=_0x5aa154;if(!_0x2fd2a4)return null;return JSON[_0x298f93(0x1cf)](Buffer[_0x298f93(0x1c7)](_0x2fd2a4['split']('.')[0x1],_0x4b2974[_0x298f93(0x281)])[_0x298f93(0x221)]());}const patchPlaywrightBefore=()=>{const _0x33175c=a1_0x242736,_0x2c0885={'WGiun':function(_0x4bf6dc){return _0x4bf6dc();},'XqtWd':_0x33175c(0x1f9),'OkAkt':'--auto-open-devtools-for-tabs','YPVvt':function(_0x555dc2,_0x427cdb){return _0x555dc2(_0x427cdb);},'eiPDs':function(_0x479474){return _0x479474();},'NnnhD':function(_0x197178,_0x254b10){return _0x197178+_0x254b10;},'TWLxm':_0x33175c(0x247),'RsvID':function(_0x264c8e){return _0x264c8e();},'Trrmv':function(_0x40b24b){return _0x40b24b();},'fikeu':function(_0x53fe30){return _0x53fe30();}};PlaywrightSessionDetails[_0x33175c(0x27c)]();const _0x63bebe=CodeceptPlaywright[_0x33175c(0x209)][_0x33175c(0x189)];CodeceptPlaywright[_0x33175c(0x209)]['_before']=async function(){const _0x5121dc=_0x33175c;this[_0x5121dc(0x23f)]=await this['browser'][_0x5121dc(0x1e8)]()[0x0];const _0x23cb5d=async()=>{const _0xf2aa0f=_0x5121dc,_0x2f71c7={'VEMHj':function(_0xc205b0){return _0x2c0885['WGiun'](_0xc205b0);},'fVvOf':_0x2c0885[_0xf2aa0f(0x18d)]},_0x4f37bb=this[_0xf2aa0f(0x231)]&&this['config'][_0xf2aa0f(0x211)]&&this[_0xf2aa0f(0x231)][_0xf2aa0f(0x211)][_0xf2aa0f(0x1a0)]&&Array[_0xf2aa0f(0x257)](this[_0xf2aa0f(0x231)][_0xf2aa0f(0x211)][_0xf2aa0f(0x1a0)])&&this[_0xf2aa0f(0x231)][_0xf2aa0f(0x211)][_0xf2aa0f(0x1a0)][_0xf2aa0f(0x1ed)](_0x2c0885[_0xf2aa0f(0x224)]);if(_0x2c0885[_0xf2aa0f(0x288)](isAccessibilityAutomationSession)&&!_0x4f37bb)try{const _0x3c8383=_0x2c0885[_0xf2aa0f(0x275)](parseJwt,process[_0xf2aa0f(0x1fc)][_0xf2aa0f(0x1fa)]);if(_0x3c8383&&_0x3c8383[_0xf2aa0f(0x1c5)]&&_0x3c8383[_0xf2aa0f(0x1c5)][_0xf2aa0f(0x1cb)]){const _0x3e6325=this[_0xf2aa0f(0x23f)][_0xf2aa0f(0x1e3)][_0xf2aa0f(0x19e)](this['browserContext']);this[_0xf2aa0f(0x23f)][_0xf2aa0f(0x1e3)]=async function(){const _0x18c520=_0xf2aa0f,_0x58ac51=await _0x2f71c7[_0x18c520(0x1a7)](_0x3e6325),_0xe1ba02=[];for(const _0x22d088 of _0x58ac51){try{const _0x52947b=await _0x22d088['url']();!_0x52947b['startsWith'](_0x2f71c7[_0x18c520(0x219)])&&_0xe1ba02[_0x18c520(0x235)](_0x22d088);}catch(_0x5c5219){_0xe1ba02[_0x18c520(0x235)](_0x22d088);}}return _0xe1ba02;};}if(!_0x2c0885[_0xf2aa0f(0x1f3)](isBrowserstackInfra)){const _0x4fb482=await this['page'][_0xf2aa0f(0x192)]();if(_0x4fb482[_0xf2aa0f(0x24e)](_0x2c0885[_0xf2aa0f(0x18d)])){const _0xf919db=await this[_0xf2aa0f(0x23f)][_0xf2aa0f(0x1e3)]();this['_setPage'](_0xf919db[0x0]);}}}catch(_0xff33fe){logger[_0xf2aa0f(0x1f5)](_0xf2aa0f(0x241)+_0xff33fe[_0xf2aa0f(0x1c1)]+(_0xff33fe[_0xf2aa0f(0x243)]?_0x2c0885[_0xf2aa0f(0x1de)](_0x2c0885[_0xf2aa0f(0x236)],_0xff33fe[_0xf2aa0f(0x243)]):''));}};_0x2c0885['eiPDs'](isBrowserstackInfra)&&await _0x2c0885[_0x5121dc(0x222)](_0x23cb5d),await _0x63bebe['apply'](this,arguments),!_0x2c0885[_0x5121dc(0x1d1)](isBrowserstackInfra)&&await _0x2c0885['fikeu'](_0x23cb5d);};},getCodeceptDriver=()=>{const _0x179c40=a1_0x242736,_0x2c788c={};_0x2c788c[_0x179c40(0x18b)]='WebDriver',_0x2c788c['goRVV']='Playwright',_0x2c788c[_0x179c40(0x279)]='Puppeteer',_0x2c788c[_0x179c40(0x212)]=_0x179c40(0x239);const _0x729c10=_0x2c788c,_0x3e47cd=[_0x729c10[_0x179c40(0x18b)],_0x729c10[_0x179c40(0x22f)],_0x729c10['UhwzL'],_0x729c10[_0x179c40(0x212)]],_0x54bea7=_0x3e47cd[_0x179c40(0x1bf)](_0x568f70=>!!CodeceptJS[_0x179c40(0x1ee)][_0x179c40(0x1c4)](_0x568f70));if(!_0x54bea7)return null;return CodeceptJS[_0x179c40(0x1ee)][_0x179c40(0x1c4)](_0x54bea7);};module[a1_0x242736(0x1f4)]=function(_0x4fe71f){const _0x12d9ca=a1_0x242736,_0x157030={'MMrdZ':function(_0xcad39d){return _0xcad39d();},'AgFZI':function(_0x21d3a7,_0x4c82ba){return _0x21d3a7(_0x4c82ba);},'Flrxy':_0x12d9ca(0x19b),'Xwazc':_0x12d9ca(0x1b1),'aRYUw':'getAccessibilityResults','tHcIV':'Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','lziET':function(_0xf7bd86,_0x341170){return _0xf7bd86(_0x341170);},'tSBKd':_0x12d9ca(0x242),'Zcgyo':_0x12d9ca(0x1d7),'inxqV':_0x12d9ca(0x1fd),'McPDw':_0x12d9ca(0x228),'uFbWt':function(_0x6e65a1){return _0x6e65a1();},'HiMlg':_0x12d9ca(0x240),'pZVje':function(_0x17464b){return _0x17464b();},'FXzfD':function(_0x475c45,_0x2475f1,_0xaaccd){return _0x475c45(_0x2475f1,_0xaaccd);},'wGNRV':function(_0x577df9,_0x37578d){return _0x577df9(_0x37578d);},'QAXbE':_0x12d9ca(0x1a5),'psfpi':function(_0x44b661){return _0x44b661();},'IHfpf':_0x12d9ca(0x273),'ASXCr':function(_0x170fb1){return _0x170fb1();},'mZWRw':function(_0x37ffcc,_0x417c4b,_0xc0711d,_0x349cd0){return _0x37ffcc(_0x417c4b,_0xc0711d,_0x349cd0);},'PakvX':function(_0x818345,_0x1fa228){return _0x818345===_0x1fa228;},'mwBsl':'Suite','XJgUs':_0x12d9ca(0x24d),'XGKTI':_0x12d9ca(0x195),'TJxhC':_0x12d9ca(0x1dc),'HORTV':function(_0x48e9cc,_0x539376,_0x8e0c35){return _0x48e9cc(_0x539376,_0x8e0c35);},'ZShuu':_0x12d9ca(0x244),'BqFND':_0x12d9ca(0x282),'kRGgy':_0x12d9ca(0x260),'qLmhT':_0x12d9ca(0x264),'zAdzv':_0x12d9ca(0x26e),'fhqrL':_0x12d9ca(0x251),'zBxPy':_0x12d9ca(0x274),'WVWVE':function(_0x4bae1a){return _0x4bae1a();},'TCMBs':_0x12d9ca(0x233)};_0x4fe71f[_0x12d9ca(0x1e7)]&&(global[_0x12d9ca(0x1fe)]=_0x4fe71f['skipSessionStatus']);PerformanceTester[_0x12d9ca(0x197)]();const _0x24a4d6=_0x157030['WVWVE'](getCodeceptDriver),_0x435bdf=new O11yHelper(_0x24a4d6,_0x4fe71f),_0x5c3f4f=!!CodeceptJS[_0x12d9ca(0x1ee)][_0x12d9ca(0x1c4)](_0x157030[_0x12d9ca(0x1d4)]);global['__driver']=_0x24a4d6,_0x24a4d6&&(PerformanceTester[_0x12d9ca(0x204)](PerformanceEvents[_0x12d9ca(0x1e2)],()=>{const _0x2528f5=_0x12d9ca;_0x5c3f4f?_0x157030[_0x2528f5(0x23b)](patchPlaywrightBefore):_0x157030[_0x2528f5(0x18f)](patchWebDriverBefore,_0x24a4d6);})(),PerformanceTester[_0x12d9ca(0x204)](PerformanceEvents[_0x12d9ca(0x22d)],()=>{const _0x423c57=_0x12d9ca;_0x24a4d6[_0x423c57(0x19b)]=async()=>{const _0x263dc7=_0x423c57;if(global[_0x263dc7(0x1ab)]){const _0x5d1ae2={};return _0x5d1ae2[_0x263dc7(0x1e0)]=_0x157030['Flrxy'],await PerformanceTester[_0x263dc7(0x204)](PerformanceA11yEvents[_0x263dc7(0x206)],async()=>{const _0x6e610e=_0x263dc7;return await AccessibilityHelper['browserStackExecuteDriver'](_0x24a4d6,scripts[_0x6e610e(0x21d)]);},_0x5d1ae2)(),await PerformanceTester[_0x263dc7(0x204)](PerformanceA11yEvents['GET_RESULTS_SUMMARY'],async()=>{const _0x58d9b8=_0x263dc7;return await AccessibilityHelper[_0x58d9b8(0x22c)](_0x24a4d6,scripts['getResultsSummary']);})();}return logger[_0x263dc7(0x25c)](_0x157030[_0x263dc7(0x283)]),{};},_0x24a4d6[_0x423c57(0x1a4)]=async()=>{const _0x335dae=_0x423c57;if(global[_0x335dae(0x1ab)]){const _0x35be61={};return _0x35be61[_0x335dae(0x1e0)]=_0x157030['aRYUw'],await PerformanceTester[_0x335dae(0x204)](PerformanceA11yEvents[_0x335dae(0x206)],async()=>{const _0x4f4574=_0x335dae;return await AccessibilityHelper[_0x4f4574(0x22c)](_0x24a4d6,scripts[_0x4f4574(0x21d)]);},_0x35be61)(),await PerformanceTester[_0x335dae(0x204)](PerformanceA11yEvents[_0x335dae(0x1f8)],async()=>{const _0x55bfaf=_0x335dae;return await AccessibilityHelper[_0x55bfaf(0x22c)](_0x24a4d6,scripts[_0x55bfaf(0x27a)]);})();}return logger['warn'](_0x157030[_0x335dae(0x285)]),{};},_0x157030[_0x423c57(0x1da)](patchSaveScreenshot,_0x24a4d6);})()),CodeceptJS['event'][_0x12d9ca(0x24a)]['on'](CodeceptJS[_0x12d9ca(0x27b)][_0x12d9ca(0x1dd)][_0x12d9ca(0x24b)],()=>{const _0x5165a5=_0x12d9ca;PerformanceTester[_0x5165a5(0x191)](PerformanceEvents['SDK_PRE_TEST']);try{_0x435bdf[_0x5165a5(0x191)](),testOpsHelper[_0x5165a5(0x232)](),PerformanceTester[_0x5165a5(0x286)](PerformanceEvents[_0x5165a5(0x1d2)]);}catch(_0x35215d){PerformanceTester[_0x5165a5(0x214)](_0x35215d),PerformanceTester[_0x5165a5(0x286)](PerformanceEvents['SDK_PRE_TEST'],![],_0x35215d);}}),CodeceptJS['event']['dispatcher']['on'](CodeceptJS[_0x12d9ca(0x27b)][_0x12d9ca(0x1dd)][_0x12d9ca(0x287)],async()=>{const _0x40d585=_0x12d9ca;PerformanceTester[_0x40d585(0x191)](PerformanceEvents[_0x40d585(0x276)]);try{requestSpy['restore'](),await _0x435bdf[_0x40d585(0x1ad)](),PerformanceTester[_0x40d585(0x286)](PerformanceEvents[_0x40d585(0x276)]);}catch(_0xc5a673){PerformanceTester[_0x40d585(0x214)](_0xc5a673),PerformanceTester[_0x40d585(0x286)](PerformanceEvents['SDK_POST_TEST'],![],_0xc5a673);}finally{PerformanceTester[_0x40d585(0x27f)]();}}),CodeceptJS[_0x12d9ca(0x27b)][_0x12d9ca(0x24a)]['on'](CodeceptJS[_0x12d9ca(0x27b)][_0x12d9ca(0x1f6)][_0x12d9ca(0x1cc)],_0x5a001a=>{const _0x2ca9b9=_0x12d9ca;PerformanceTester[_0x2ca9b9(0x191)](PerformanceEvents['SDK_HOOK']);try{const _0x6eb48b=_0x5a001a[_0x2ca9b9(0x1b2)][_0x2ca9b9(0x1e4)],_0x42521b=_0x435bdf['captureEvent'](TEST_EVENTS[_0x2ca9b9(0x1c0)],_0x6eb48b);CodeceptRecorder[_0x2ca9b9(0x269)](()=>_0x435bdf[_0x2ca9b9(0x229)](TEST_EVENTS['HOOK_RUN_STARTED'],_0x42521b));const _0x269308={};_0x269308[_0x2ca9b9(0x1fb)]=_0x157030[_0x2ca9b9(0x24c)],PerformanceTester[_0x2ca9b9(0x286)](PerformanceEvents[_0x2ca9b9(0x256)],!![],null,_0x269308);}catch(_0xfee5a9){const _0x5d2074={};_0x5d2074[_0x2ca9b9(0x1fb)]=_0x157030['tSBKd'],PerformanceTester['end'](PerformanceEvents['SDK_HOOK'],![],_0xfee5a9,_0x5d2074),PerformanceTester[_0x2ca9b9(0x214)](_0xfee5a9);}}),CodeceptJS[_0x12d9ca(0x27b)][_0x12d9ca(0x24a)]['on'](CodeceptJS['event'][_0x12d9ca(0x1f6)][_0x12d9ca(0x19f)],_0x1e084d=>{const _0x2851c3=_0x12d9ca,_0x342923={};_0x342923[_0x2851c3(0x1fb)]=_0x157030[_0x2851c3(0x263)],PerformanceTester['start'](PerformanceHookEvents[_0x2851c3(0x256)],!![],null,_0x342923);try{const _0x1eec87=_0x1e084d[_0x2851c3(0x1b2)][_0x2851c3(0x1e4)],_0x5c36e5=_0x435bdf[_0x2851c3(0x26d)](TEST_EVENTS[_0x2851c3(0x1c3)],_0x1eec87);CodeceptRecorder[_0x2851c3(0x269)](()=>_0x435bdf[_0x2851c3(0x229)](TEST_EVENTS[_0x2851c3(0x1c3)],_0x5c36e5));const _0x7c889b={};_0x7c889b[_0x2851c3(0x1fb)]=_0x157030[_0x2851c3(0x263)],PerformanceTester[_0x2851c3(0x286)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x7c889b);}catch(_0x360a52){PerformanceTester[_0x2851c3(0x214)](_0x360a52);const _0x133cb1={};_0x133cb1['hookType']=_0x157030[_0x2851c3(0x263)],PerformanceTester[_0x2851c3(0x286)](PerformanceHookEvents[_0x2851c3(0x256)],![],_0x360a52,_0x133cb1);}}),CodeceptJS[_0x12d9ca(0x27b)][_0x12d9ca(0x24a)]['on'](CodeceptJS['event']['hook'][_0x12d9ca(0x1d8)],async(_0x23abcb,_0x11a253)=>{const _0x568abd=_0x12d9ca;PerformanceTester[_0x568abd(0x191)](PerformanceHookEvents[_0x568abd(0x256)]);try{const _0x4bb6ec=_0x23abcb[_0x568abd(0x1b2)][_0x568abd(0x1e4)],_0x497836=_0x435bdf['captureEvent'](TEST_EVENTS[_0x568abd(0x1c3)],_0x4bb6ec,_0x11a253);CodeceptRecorder[_0x568abd(0x269)](()=>_0x435bdf[_0x568abd(0x229)](TEST_EVENTS[_0x568abd(0x1c3)],_0x497836));const _0x5bf60f={};_0x5bf60f[_0x568abd(0x1fb)]=_0x157030[_0x568abd(0x26c)],PerformanceTester[_0x568abd(0x191)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x5bf60f);}catch(_0x4559ee){PerformanceTester[_0x568abd(0x214)](_0x4559ee);const _0x356703={};_0x356703[_0x568abd(0x1fb)]=_0x157030[_0x568abd(0x26c)],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],![],_0x4559ee,_0x356703);}const _0x293987={};_0x293987[_0x568abd(0x1fb)]=_0x157030[_0x568abd(0x26c)],PerformanceTester[_0x568abd(0x286)](PerformanceHookEvents[_0x568abd(0x256)],!![],null,_0x293987);}),CodeceptJS['event'][_0x12d9ca(0x24a)]['on'](CodeceptJS['event'][_0x12d9ca(0x1e4)]['before'],_0x32e398=>{const _0x5c744f=_0x12d9ca;PerformanceTester[_0x5c744f(0x191)](PerformanceHookEvents[_0x5c744f(0x256)]);try{globals['setGlobal'](_0x157030[_0x5c744f(0x271)],_0x32e398['title']);_0x157030[_0x5c744f(0x268)](isBrowserstackInfra)&&(_0x5c3f4f&&(global[_0x5c744f(0x26b)]={'currentTest':{'name':_0x32e398[_0x5c744f(0x21b)],'testInfo':{'titlePath':_0x32e398[_0x5c744f(0x280)]()}}}));const _0x4d9eed={};_0x4d9eed[_0x5c744f(0x1fb)]=_0x157030[_0x5c744f(0x28a)],PerformanceTester['end'](PerformanceHookEvents[_0x5c744f(0x256)],!![],null,_0x4d9eed);}catch(_0xcb3a77){PerformanceTester[_0x5c744f(0x214)](_0xcb3a77);const _0x3def8e={};_0x3def8e[_0x5c744f(0x1fb)]=_0x157030[_0x5c744f(0x28a)],PerformanceTester[_0x5c744f(0x286)](PerformanceHookEvents[_0x5c744f(0x256)],![],_0xcb3a77,_0x3def8e);}}),CodeceptJS[_0x12d9ca(0x27b)][_0x12d9ca(0x24a)]['on'](CodeceptJS[_0x12d9ca(0x27b)][_0x12d9ca(0x1e4)]['started'],_0x30ab7e=>{const _0x3ccf0d=_0x12d9ca;PerformanceTester['start'](PerformanceHookEvents[_0x3ccf0d(0x256)]);try{globals[_0x3ccf0d(0x270)](_0x157030[_0x3ccf0d(0x271)],_0x30ab7e[_0x3ccf0d(0x21b)]);const _0x3802d0=_0x435bdf[_0x3ccf0d(0x26d)](TEST_EVENTS[_0x3ccf0d(0x25e)],_0x30ab7e);CodeceptRecorder[_0x3ccf0d(0x269)](()=>_0x435bdf[_0x3ccf0d(0x229)](TEST_EVENTS[_0x3ccf0d(0x25e)],_0x3802d0)),CodeceptRecorder['add'](async()=>{const _0x338791=_0x3ccf0d;_0x157030[_0x338791(0x1f0)](isBrowserstackInfra)&&(!_0x157030[_0x338791(0x1da)](isTrue,_0x4fe71f['skipSessionName'])&&await _0x157030[_0x338791(0x246)](markSessionName,_0x24a4d6,_0x30ab7e[_0x338791(0x21b)]),_0x435bdf[_0x338791(0x266)]&&await _0x157030[_0x338791(0x1d5)](o11ySync,_0x24a4d6));});}catch(_0x32283c){const _0x5d6b4a={};_0x5d6b4a[_0x3ccf0d(0x1fb)]=_0x157030['QAXbE'],PerformanceTester[_0x3ccf0d(0x286)](PerformanceHookEvents[_0x3ccf0d(0x256)],![],_0x32283c,_0x5d6b4a),PerformanceTester[_0x3ccf0d(0x214)](_0x32283c);}const _0x16b1fc={};_0x16b1fc[_0x3ccf0d(0x1fb)]=_0x157030['QAXbE'],PerformanceTester['end'](PerformanceHookEvents[_0x3ccf0d(0x256)],!![],null,_0x16b1fc);}),CodeceptJS[_0x12d9ca(0x27b)][_0x12d9ca(0x24a)]['on'](CodeceptJS[_0x12d9ca(0x27b)][_0x12d9ca(0x1e4)]['passed'],_0x982584=>{const _0xe532e4=_0x12d9ca,_0x148558={'BZImR':function(_0x5b5af3,_0x4460e7,_0x461a1f){const _0x577ebc=a1_0x4e3c;return _0x157030[_0x577ebc(0x246)](_0x5b5af3,_0x4460e7,_0x461a1f);},'wHDED':function(_0x36aa12){const _0x399281=a1_0x4e3c;return _0x157030[_0x399281(0x18e)](_0x36aa12);}};PerformanceTester[_0xe532e4(0x191)](PerformanceHookEvents[_0xe532e4(0x256)]);try{const _0x49f39c=_0x435bdf[_0xe532e4(0x26d)](TEST_EVENTS[_0xe532e4(0x226)],_0x982584);CodeceptRecorder[_0xe532e4(0x269)](()=>_0x435bdf['fireEvent'](TEST_EVENTS[_0xe532e4(0x226)],_0x49f39c)),CodeceptRecorder[_0xe532e4(0x269)](async()=>{const _0x2950e3=_0xe532e4,_0x3c56e9={'EHkbs':function(_0x322dac,_0x15e713,_0x44ce79){const _0x5e06d4=a1_0x4e3c;return _0x148558[_0x5e06d4(0x1a3)](_0x322dac,_0x15e713,_0x44ce79);}};_0x148558[_0x2950e3(0x253)](isBrowserstackInfra)&&await PerformanceTester[_0x2950e3(0x204)](PerformanceAutEvents[_0x2950e3(0x198)],async()=>{const _0xe32e13=_0x2950e3;_0x5c3f4f?await _0x3c56e9[_0xe32e13(0x188)](playwrightMarkSessionStatus,_0x24a4d6,STATE_PASSED):await _0x3c56e9['EHkbs'](markSessionStatus,_0x24a4d6,STATE_PASSED);})();}),PerformanceTester['end'](PerformanceEvents[_0xe532e4(0x277)]);}catch(_0x25bd43){PerformanceTester[_0xe532e4(0x214)](_0x25bd43);const _0x477a0d={};_0x477a0d[_0xe532e4(0x1fb)]=_0x157030[_0xe532e4(0x1a2)],PerformanceTester[_0xe532e4(0x286)](PerformanceHookEvents['SDK_HOOK'],![],_0x25bd43,_0x477a0d),PerformanceTester[_0xe532e4(0x286)](PerformanceEvents['SDK_TEST'],![],_0x25bd43);}const _0x817eee={};_0x817eee[_0xe532e4(0x1fb)]=_0x157030[_0xe532e4(0x1a2)],PerformanceTester[_0xe532e4(0x286)](PerformanceHookEvents[_0xe532e4(0x256)],!![],null,_0x817eee);}),CodeceptJS[_0x12d9ca(0x27b)][_0x12d9ca(0x24a)]['on'](CodeceptJS['event']['test'][_0x12d9ca(0x1d8)],(_0x4da2a5,_0x19adda)=>{const _0x3f7e0e=_0x12d9ca;PerformanceTester[_0x3f7e0e(0x191)](PerformanceHookEvents[_0x3f7e0e(0x256)]);try{if(_0x157030[_0x3f7e0e(0x1bd)](_0x4da2a5[_0x3f7e0e(0x1ff)]['name'],_0x157030[_0x3f7e0e(0x267)])){const _0x4ef528=_0x435bdf[_0x3f7e0e(0x26d)](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x4da2a5[_0x3f7e0e(0x1b2)][_0x3f7e0e(0x20d)]);CodeceptRecorder[_0x3f7e0e(0x269)](()=>_0x435bdf['fireEvent'](TEST_EVENTS[_0x3f7e0e(0x1ec)],_0x4ef528));}else{const _0x51eeea=_0x435bdf[_0x3f7e0e(0x26d)](TEST_EVENTS['TEST_RUN_FINISHED'],_0x4da2a5,_0x19adda);CodeceptRecorder['add'](()=>{const _0xb34cae=_0x3f7e0e;try{_0x435bdf['fireEvent'](TEST_EVENTS[_0xb34cae(0x226)],_0x51eeea);}catch(_0x4b7406){logger['debug']('Failed\x20in\x20sending\x20TestRunFinish\x20event:\x20'+util[_0xb34cae(0x237)](_0x4b7406)),PerformanceTester['end'](PerformanceEvents[_0xb34cae(0x277)],![],_0x4b7406);}}),CodeceptRecorder[_0x3f7e0e(0x269)](async()=>{const _0xbb7dd9=_0x3f7e0e;try{_0x157030[_0xbb7dd9(0x249)](isBrowserstackInfra)&&(_0x5c3f4f?await _0x157030['mZWRw'](playwrightMarkSessionStatus,_0x24a4d6,STATE_FAILED,_0x19adda):await _0x157030[_0xbb7dd9(0x234)](markSessionStatus,_0x24a4d6,STATE_FAILED,_0x19adda));}catch(_0x3776d7){logger[_0xbb7dd9(0x1f5)](_0xbb7dd9(0x1ce)+util[_0xbb7dd9(0x237)](_0x3776d7)),PerformanceTester[_0xbb7dd9(0x286)](PerformanceEvents[_0xbb7dd9(0x277)],![],_0x3776d7);}});}PerformanceTester[_0x3f7e0e(0x286)](PerformanceEvents['SDK_TEST']);}catch(_0x20e54e){PerformanceTester[_0x3f7e0e(0x214)](_0x20e54e);const _0x458422={};_0x458422[_0x3f7e0e(0x1fb)]=_0x157030['XJgUs'],PerformanceTester['end'](PerformanceHookEvents[_0x3f7e0e(0x256)],![],_0x20e54e,_0x458422),PerformanceTester['end'](PerformanceEvents[_0x3f7e0e(0x277)],![],_0x20e54e);}const _0x2b40e2={};_0x2b40e2[_0x3f7e0e(0x1fb)]=_0x157030[_0x3f7e0e(0x23a)],PerformanceTester['end'](PerformanceHookEvents[_0x3f7e0e(0x256)],!![],null,_0x2b40e2);}),CodeceptJS[_0x12d9ca(0x27b)][_0x12d9ca(0x24a)]['on'](CodeceptJS[_0x12d9ca(0x27b)]['test']['skipped'],_0x4b7779=>{const _0x2e377b=_0x12d9ca;PerformanceTester[_0x2e377b(0x191)](PerformanceHookEvents[_0x2e377b(0x256)]);try{const _0x265021=_0x435bdf[_0x2e377b(0x26d)](TEST_EVENTS[_0x2e377b(0x1ec)],_0x4b7779);CodeceptRecorder[_0x2e377b(0x269)](()=>_0x435bdf[_0x2e377b(0x229)](TEST_EVENTS[_0x2e377b(0x1ec)],_0x265021)),PerformanceTester[_0x2e377b(0x286)](PerformanceEvents[_0x2e377b(0x277)]);}catch(_0x3eb019){PerformanceTester['captureError'](_0x3eb019),PerformanceTester[_0x2e377b(0x286)](PerformanceEvents[_0x2e377b(0x277)],![],_0x3eb019);const _0x5dd062={};_0x5dd062[_0x2e377b(0x1fb)]=_0x157030['XGKTI'],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],![],_0x3eb019,_0x5dd062);}const _0x327ccb={};_0x327ccb[_0x2e377b(0x1fb)]=_0x157030['XGKTI'],PerformanceTester['end'](PerformanceHookEvents[_0x2e377b(0x256)],!![],null,_0x327ccb);}),CodeceptJS[_0x12d9ca(0x27b)][_0x12d9ca(0x24a)]['on'](CodeceptJS[_0x12d9ca(0x27b)][_0x12d9ca(0x1e4)][_0x12d9ca(0x287)],async(_0x322a7f,_0x1f5577)=>{const _0x9dbe08=_0x12d9ca,_0x5ce088={};_0x5ce088[_0x9dbe08(0x278)]=_0x157030[_0x9dbe08(0x238)];const _0x579070=_0x5ce088;try{PerformanceTester[_0x9dbe08(0x191)](PerformanceHookEvents[_0x9dbe08(0x256)]);const _0x2b871c=_0x157030['HORTV'](shouldScanTestForAccessibility,_0x322a7f[_0x9dbe08(0x280)](),!![]);if(_0x157030[_0x9dbe08(0x249)](isAccessibilityAutomationSession)&&global['accessibilityPlatform']&&_0x2b871c){const _0x3f6428={};_0x3f6428[_0x9dbe08(0x1b7)]=_0x322a7f[_0x9dbe08(0x21a)],_0x3f6428[_0x9dbe08(0x22a)]=process['env'][testHubConstants[_0x9dbe08(0x1af)][_0x9dbe08(0x220)]],_0x3f6428['thJwtToken']=process[_0x9dbe08(0x1fc)][testHubConstants[_0x9dbe08(0x1af)][_0x9dbe08(0x20c)]];const _0x359fda=_0x3f6428;logger[_0x9dbe08(0x1f5)](_0x9dbe08(0x1ae)+JSON[_0x9dbe08(0x23d)](_0x359fda)),CodeceptRecorder[_0x9dbe08(0x269)](async()=>{const _0x215ac6=_0x9dbe08,_0x1feb5b={};_0x1feb5b[_0x215ac6(0x1e0)]=_0x579070[_0x215ac6(0x278)],await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x215ac6(0x206)],async()=>{const _0x1c6d13=_0x215ac6;await AccessibilityHelper[_0x1c6d13(0x22c)](_0x24a4d6,scripts['performScan']);},_0x1feb5b)(),await PerformanceTester[_0x215ac6(0x204)](PerformanceA11yEvents[_0x215ac6(0x1a1)],async()=>{const _0x4e7c1e=_0x215ac6;await AccessibilityHelper[_0x4e7c1e(0x22c)](_0x24a4d6,scripts[_0x4e7c1e(0x1b6)],_0x359fda);})();}),logger[_0x9dbe08(0x1f1)](_0x157030[_0x9dbe08(0x1a9)]);}const _0x16f505={};_0x16f505[_0x9dbe08(0x1fb)]=_0x157030[_0x9dbe08(0x19c)],PerformanceTester[_0x9dbe08(0x286)](PerformanceHookEvents[_0x9dbe08(0x256)],!![],null,_0x16f505);}catch(_0x5af900){PerformanceTester['captureError'](_0x5af900);const _0x29260a={};_0x29260a[_0x9dbe08(0x1fb)]=_0x157030[_0x9dbe08(0x19c)],PerformanceTester[_0x9dbe08(0x286)](PerformanceHookEvents['SDK_HOOK'],![],_0x5af900,_0x29260a);}}),CodeceptJS[_0x12d9ca(0x27b)][_0x12d9ca(0x24a)]['on'](CodeceptJS[_0x12d9ca(0x27b)][_0x12d9ca(0x1be)]['comment'],_0x4c7baa=>{const _0x2e356d=_0x12d9ca;PerformanceTester[_0x2e356d(0x191)](PerformanceHookEvents['SDK_HOOK']);try{process['emit'](_0x2e356d(0x223)+process['pid'],{'timestamp':new Date()[_0x2e356d(0x1aa)](),'level':_0x157030['kRGgy'],'message':_0x4c7baa,'kind':_0x157030['qLmhT'],'http_response':{}});}catch(_0x211d61){PerformanceTester[_0x2e356d(0x214)](_0x211d61);const _0x25585c={};_0x25585c['hookType']=_0x157030['zAdzv'],PerformanceTester[_0x2e356d(0x286)](PerformanceHookEvents[_0x2e356d(0x256)],![],_0x211d61,_0x25585c);}const _0x138a7b={};_0x138a7b[_0x2e356d(0x1fb)]=_0x157030['zAdzv'],PerformanceTester[_0x2e356d(0x286)](PerformanceHookEvents[_0x2e356d(0x256)],!![],null,_0x138a7b);}),CodeceptJS['event'][_0x12d9ca(0x24a)]['on'](CodeceptJS['event'][_0x12d9ca(0x254)][_0x12d9ca(0x24b)],_0x5172d7=>{const _0x290d31=_0x12d9ca,_0x59ca1e={};_0x59ca1e[_0x290d31(0x1fb)]=_0x157030['fhqrL'],PerformanceTester[_0x290d31(0x204)](PerformanceHookEvents[_0x290d31(0x256)],()=>{_0x435bdf['bddStepStart'](_0x5172d7);},_0x59ca1e)();}),CodeceptJS[_0x12d9ca(0x27b)][_0x12d9ca(0x24a)]['on'](CodeceptJS[_0x12d9ca(0x27b)][_0x12d9ca(0x254)][_0x12d9ca(0x287)],_0x323413=>{const _0x276b64=_0x12d9ca,_0x5c1fc5={};_0x5c1fc5[_0x276b64(0x1fb)]=_0x157030['zBxPy'],PerformanceTester[_0x276b64(0x204)](PerformanceHookEvents[_0x276b64(0x256)],()=>{const _0x5c81e1=_0x276b64;_0x435bdf[_0x5c81e1(0x1d3)](_0x323413);},_0x5c1fc5)();});};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
'use strict';const a2_0x579e08=a2_0x574c;(function(_0x1fa2e9,_0x547071){const _0x3589fe=a2_0x574c,_0x824b7f=_0x1fa2e9();while(!![]){try{const _0x2f138a=-parseInt(_0x3589fe(0x1ae))/0x1*(parseInt(_0x3589fe(0x11e))/0x2)+-parseInt(_0x3589fe(0x120))/0x3+-parseInt(_0x3589fe(0x151))/0x4*(parseInt(_0x3589fe(0x165))/0x5)+parseInt(_0x3589fe(0x15c))/0x6*(parseInt(_0x3589fe(0x149))/0x7)+-parseInt(_0x3589fe(0x12a))/0x8+parseInt(_0x3589fe(0x1a0))/0x9+parseInt(_0x3589fe(0x175))/0xa;if(_0x2f138a===_0x547071)break;else _0x824b7f['push'](_0x824b7f['shift']());}catch(_0x3d57cc){_0x824b7f['push'](_0x824b7f['shift']());}}}(a2_0x45c0,0x53521));const fs=require('fs'),path=require('path'),util=require('util'),process=require('process'),logger=require('../../helpers/logger')[a2_0x579e08(0x14f)],{default:BrowserStackSetup}=require(a2_0x579e08(0x169)),helper=require(a2_0x579e08(0x167)),utilities=require(a2_0x579e08(0x17a)),{checkAccessibilityPlatformConfig}=require('../../helpers/accessibility-automation/helper'),{setAccessibilityCapabilities}=require(a2_0x579e08(0x196)),{requireModule,nestedKeyValue,isBrowserstackInfra}=require('../../helpers/helper'),CodeceptJS=requireModule('codeceptjs/lib/index.js',a2_0x579e08(0x1a9)),testOpsHelper=require('../../helpers/test-observability/utils'),TestHubHandler=require(a2_0x579e08(0x134)),constants=require(a2_0x579e08(0x15e)),PerformanceTester=require(a2_0x579e08(0x156)),{FRAMEWORKS}=require(a2_0x579e08(0x16a)),PerformanceEvents=require(a2_0x579e08(0x15f))[a2_0x579e08(0x195)],ClientTroubleShootingService=require(a2_0x579e08(0x14c)),_testErrorData=[],getUserCodeceptJSConfigs=(_0x29ae8d,_0x25ba45)=>{const _0x3611b7=a2_0x579e08,_0x4bee3c={};_0x4bee3c[_0x3611b7(0x13b)]=function(_0x48ba57,_0x481b66){return _0x48ba57===_0x481b66;},_0x4bee3c[_0x3611b7(0x159)]=_0x3611b7(0x177),_0x4bee3c['yMTSY']=_0x3611b7(0x1b3);const _0xcec579=_0x4bee3c;let _0x4d906e=null;const _0x5d901c={};let _0x20645d=_0x25ba45['findIndex'](_0x2d1390=>_0x2d1390===_0x3611b7(0x14d));_0xcec579['dPBUN'](_0x20645d,-0x1)&&(_0x20645d=_0x25ba45['findIndex'](_0x3c11d9=>_0x3c11d9==='-c'));if(!helper[_0x3611b7(0x173)](_0x29ae8d['config'])&&fs[_0x3611b7(0x198)](path['join'](process[_0x3611b7(0x131)](),_0x29ae8d[_0x3611b7(0x143)])))_0x4d906e=path[_0x3611b7(0x15d)](process[_0x3611b7(0x131)](),_0x29ae8d['config']),_0x25ba45['slice'](_0x20645d,0x2);else{if(!helper['isUndefined'](_0x29ae8d['c'])&&fs[_0x3611b7(0x198)](path['join'](process[_0x3611b7(0x131)](),_0x29ae8d['c'])))_0x4d906e=path[_0x3611b7(0x15d)](process[_0x3611b7(0x131)](),_0x29ae8d['c']),_0x25ba45[_0x3611b7(0x16b)](_0x20645d,0x2);else{if(fs[_0x3611b7(0x198)](path[_0x3611b7(0x15d)](process['cwd'](),_0xcec579[_0x3611b7(0x159)])))_0x4d906e=path[_0x3611b7(0x15d)](process[_0x3611b7(0x131)](),_0xcec579[_0x3611b7(0x159)]);else fs['existsSync'](path[_0x3611b7(0x15d)](process[_0x3611b7(0x131)](),_0xcec579[_0x3611b7(0x19d)]))&&(_0x4d906e=path['join'](process[_0x3611b7(0x131)](),_0xcec579['yMTSY']));}}return process[_0x3611b7(0x1aa)][_0x3611b7(0x186)]=_0x4d906e,_0x4d906e;},getO11yRerunPattern=()=>{const _0x45dbad=a2_0x579e08,_0x189ebe=helper[_0x45dbad(0x18d)](process[_0x45dbad(0x1aa)][_0x45dbad(0x17d)]);if(_0x189ebe){const _0x1fa5ae=process[_0x45dbad(0x1aa)][_0x45dbad(0x18a)],_0x13657f=[];if(helper[_0x45dbad(0x135)](_0x1fa5ae)&&!helper[_0x45dbad(0x173)](_0x1fa5ae)){_0x1fa5ae[_0x45dbad(0x12e)](',')[_0x45dbad(0x17f)](_0xb4c18f=>{const _0x1a1385=_0x45dbad;_0x13657f[_0x1a1385(0x13e)]('('+_0xb4c18f[_0x1a1385(0x1ad)]()+')');});const _0x1ddbcf='^'+_0x13657f[_0x45dbad(0x15d)]('|')+'$';return _0x1ddbcf;}}return null;},a2_0x50fa68={};a2_0x50fa68[a2_0x579e08(0x11f)]=a2_0x579e08(0x1af),a2_0x50fa68[a2_0x579e08(0x188)]='chromium',a2_0x50fa68[a2_0x579e08(0x12b)]='firefox',a2_0x50fa68[a2_0x579e08(0x155)]=a2_0x579e08(0x13d);const pwToCodeceptBrowser=a2_0x50fa68;function a2_0x45c0(){const _0x4ff91e=['hubUrl','dPBUN','browser','webkit','push','BrowserStackPlugin.js','Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20','validPlatformsPresent','accessKey','config','require','FRAMEWORKS','printBuildLink','user','cIsRX','35056jFgEyW','info','wrsVj','../utils/clientTroubleshootingService','--config','SDK_CLEANUP','winstonLogger','mergeDeep','305056PWTBCy','Playwright','browserWSEndpoint','event','playwright-webkit','../../helpers/performance/performance-tester','end','stack','yWhoz','assign','addOptions','300uKCTpD','join','../utils/constants','../../helpers/performance/constants','isEmpty','FQVwb','platforms','err','forEach','25SphJWx','wxVKw','../../helpers/helper','log','../../helpers/BrowserStackSetup','../../helpers/test-observability/constants','slice','frameworkName','PerEA','Passed\x20:\x20','start','useW3C','setAdditionalCapabilities','addConfig','isUndefined','KBxct','10179910IQLpwc','mlKGE','codecept.conf.js','helpers','getPlatformName','../../helpers/utilities','addTests','toLowerCase','BROWSERSTACK_RERUN','dirname','map','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','load','kMjkU','createGroupsOfSuites','BROWSERSTACK_TEST_ACCESSIBILITY_YML','stringify','USER_CONFIG_DETAILS_PATH','chdir','playwright-chromium','rBHoL','BROWSERSTACK_RERUN_TESTS','getUserWorkerCount','spawn','isTrue','tYXxY','PkpNa','bootstrapAll','ouEHQ','title','accessibilityOptions','testConfig','EVENTS','../../bin/playwright/accessibility-helper','CqSKw','existsSync','UhmqH','gherkin','launchBuild','test','yMTSY','browserName','initialize','1835784ZAMpNA','yzqGi','FiuGi','ihmre','RaFfJ','XbifG','testContextOptions','finalExecution','key','codeceptjs','env','PfKYt','stop','trim','104409AdYaUT','chromium','QCUEN','BrowserStackPlugin','replace','codecept.json','plugins','printResults','format','Getting\x20your\x20codeceptjs\x20configs\x20from\x20','lJHGE','CODECEPT','path','xhEVg','testObservability','all','Failed\x20:\x20','rPVMQ','profile','skipSessionName','passed','2NGKckj','chrome','235305cVVGnr','skipSessionStatus','host','WebDriver','parallelsPerPlatform','wIUzO','BROWSERSTACK_TEST_OBSERVABILITY_YML','getPlaywrightUrl','NpmUp','root','4535376AUlKfh','playwright-firefox','prepareCapabilities','debug','split','handleApp','browserStackCwd','cwd','/wd/hub','desiredCapabilities','../../helpers/testhub/testhubHandler','validateRerunTestList','Started\x20:\x20','length','JzPqK','accessibility'];a2_0x45c0=function(){return _0x4ff91e;};return a2_0x45c0();}function a2_0x574c(_0x1cfcd8,_0x5b8ba9){const _0x45c085=a2_0x45c0();return a2_0x574c=function(_0x574c1,_0x2b1d5c){_0x574c1=_0x574c1-0x10f;let _0x810759=_0x45c085[_0x574c1];return _0x810759;},a2_0x574c(_0x1cfcd8,_0x5b8ba9);}async function run(_0xe99506,_0x33490a,_0x1b692d){const _0x4ef0f4=a2_0x579e08,_0x3d77c0={'NpmUp':function(_0x4707d0,_0x4b4eb2){return _0x4707d0+_0x4b4eb2;},'wrsVj':function(_0x1978d0,_0x4d1b02){return _0x1978d0(_0x4d1b02);},'CqSKw':function(_0x3a6b0b,_0x3d187c){return _0x3a6b0b+_0x3d187c;},'LqIxN':function(_0x2c83a2,_0x485616,_0x310b23){return _0x2c83a2(_0x485616,_0x310b23);},'rPVMQ':_0x4ef0f4(0x178),'ouqEi':function(_0x15849e){return _0x15849e();},'ouEHQ':_0x4ef0f4(0x132),'PkpNa':function(_0x5212ce){return _0x5212ce();},'eEdVj':_0x4ef0f4(0x119),'AzQbj':_0x4ef0f4(0x16e),'UhmqH':_0x4ef0f4(0x136),'PerEA':'1|3|0|4|2|5','tYXxY':function(_0x144e19,_0x418ea4,_0x298301){return _0x144e19(_0x418ea4,_0x298301);},'wxVKw':'Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','FQVwb':function(_0x49e504,_0x26b32f,_0x2f1833){return _0x49e504(_0x26b32f,_0x2f1833);},'cIsRX':_0x4ef0f4(0x152),'wIUzO':_0x4ef0f4(0x123),'FiuGi':function(_0x21324b,_0x18a267){return _0x21324b(_0x18a267);},'QCUEN':function(_0x40553e,_0x4f6272){return _0x40553e!=_0x4f6272;},'xhEVg':function(_0x1c05d9,_0x391203){return _0x1c05d9===_0x391203;},'RaFfJ':function(_0x50c6df,_0xe0fe89,_0x29f67e){return _0x50c6df(_0xe0fe89,_0x29f67e);},'mlKGE':_0x4ef0f4(0x19a),'lJHGE':function(_0x2305f8,_0x273ab1){return _0x2305f8(_0x273ab1);},'KBxct':function(_0x105530,_0x4248bb){return _0x105530*_0x4248bb;},'XbifG':function(_0x2a2c96,_0x137c1d,_0x1e2dfe){return _0x2a2c96(_0x137c1d,_0x1e2dfe);},'FjiEe':_0x4ef0f4(0x13c),'PfKYt':function(_0xc02549,_0x45ddf5,_0x5f4531){return _0xc02549(_0x45ddf5,_0x5f4531);},'JzPqK':_0x4ef0f4(0x133),'kMjkU':_0x4ef0f4(0x129),'yzqGi':_0x4ef0f4(0x13f),'jPHDp':_0x4ef0f4(0x130),'rBHoL':function(_0x487d70){return _0x487d70();}};await _0x1b692d[_0x4ef0f4(0x19f)](_0xe99506),await helper[_0x4ef0f4(0x12f)](_0x1b692d[_0x4ef0f4(0x143)]);if(!_0x1b692d[_0x4ef0f4(0x143)])return;process[_0x4ef0f4(0x11b)]=_0xe99506[_0x4ef0f4(0x11b)];_0xe99506['profile']&&(process[_0x4ef0f4(0x1aa)][_0x4ef0f4(0x11b)]=_0xe99506[_0x4ef0f4(0x11b)]);const _0x27d155=_0x3d77c0[_0x4ef0f4(0x18e)](getUserCodeceptJSConfigs,_0xe99506,_0x33490a);let _0x4f8a71={};_0x27d155?(logger[_0x4ef0f4(0x14a)](_0x4ef0f4(0x112)+_0x27d155),_0x4f8a71=CodeceptJS[_0x4ef0f4(0x143)][_0x4ef0f4(0x181)](_0x27d155)):logger[_0x4ef0f4(0x14a)](_0x3d77c0[_0x4ef0f4(0x166)]);let _0x265d40=![];_0x3d77c0[_0x4ef0f4(0x161)](nestedKeyValue,_0x4f8a71,[_0x3d77c0[_0x4ef0f4(0x11a)],_0x3d77c0[_0x4ef0f4(0x148)]])&&(_0x265d40=!![]);const _0x17b2d8=_0x265d40?_0x3d77c0[_0x4ef0f4(0x148)]:_0x3d77c0[_0x4ef0f4(0x125)];let _0x2bb206=!_0x265d40?helper[_0x4ef0f4(0x170)](_0x1b692d[_0x4ef0f4(0x143)]):![];!helper[_0x4ef0f4(0x173)](_0x1b692d[_0x4ef0f4(0x143)]['accessibilityOptions'])&&(process[_0x4ef0f4(0x1aa)][_0x4ef0f4(0x180)]=JSON[_0x4ef0f4(0x185)](_0x1b692d[_0x4ef0f4(0x143)][_0x4ef0f4(0x193)]));let _0x51aa28=_0x1b692d[_0x4ef0f4(0x143)][_0x4ef0f4(0x139)];_0x51aa28=_0x51aa28||_0x3d77c0[_0x4ef0f4(0x1a2)](checkAccessibilityPlatformConfig,_0x1b692d[_0x4ef0f4(0x143)]),process['env'][_0x4ef0f4(0x184)]=_0x51aa28;_0x51aa28&&(_0x2bb206=!_0x51aa28);_0x3d77c0[_0x4ef0f4(0x1b0)](_0x1b692d[_0x4ef0f4(0x143)][_0x4ef0f4(0x117)],null)?process[_0x4ef0f4(0x1aa)][_0x4ef0f4(0x126)]=_0x1b692d[_0x4ef0f4(0x143)][_0x4ef0f4(0x117)]:process[_0x4ef0f4(0x1aa)][_0x4ef0f4(0x126)]=_0x3d77c0[_0x4ef0f4(0x116)](_0x17b2d8,_0x3d77c0[_0x4ef0f4(0x148)]);const _0x2b0b95=_0x3d77c0['RaFfJ'](nestedKeyValue,_0x4f8a71,[_0x3d77c0[_0x4ef0f4(0x176)]]),_0x5c6e07=_0x2b0b95&&!helper[_0x4ef0f4(0x160)](_0x2b0b95)?FRAMEWORKS['CODECEPT_CUCUMBER']:FRAMEWORKS[_0x4ef0f4(0x114)],_0x292f42=await TestHubHandler[_0x4ef0f4(0x19b)](_0x5c6e07,_0x1b692d);_0x51aa28&&_0x3d77c0[_0x4ef0f4(0x113)](setAccessibilityCapabilities,_0x1b692d['config']);const _0x2fab14={},_0xd071bd=[],_0x56473e=_0x1b692d[_0x4ef0f4(0x143)][_0x4ef0f4(0x124)]||helper[_0x4ef0f4(0x18b)](_0xe99506,_0x33490a,_0x1b692d[_0x4ef0f4(0x143)],constants['FRAMEWORKS']['CODECEPT'])||0x1;let _0x482a99=0x1;if(_0x3d77c0['PkpNa'](isBrowserstackInfra)){const _0x2f6d88=helper[_0x4ef0f4(0x12c)](_0x1b692d['config'],_0x2bb206,constants[_0x4ef0f4(0x145)]['CODECEPT']);_0x2f6d88[_0x4ef0f4(0x164)](_0x23b1ff=>{const _0x923cfd=_0x4ef0f4;helper[_0x923cfd(0x171)](_0x23b1ff);}),helper[_0x4ef0f4(0x141)](_0x1b692d[_0x4ef0f4(0x143)])?_0x482a99=_0x3d77c0[_0x4ef0f4(0x174)](_0x56473e,_0x1b692d[_0x4ef0f4(0x143)][_0x4ef0f4(0x162)][_0x4ef0f4(0x137)]):_0x482a99=_0x56473e,_0x2f6d88[_0x4ef0f4(0x164)](_0x347efa=>{const _0x2391bb=_0x4ef0f4,_0x330192={'YVLwD':function(_0x42f199,_0x43feb8){const _0x3a2f33=a2_0x574c;return _0x3d77c0[_0x3a2f33(0x128)](_0x42f199,_0x43feb8);},'ihmre':function(_0x2d9c8d,_0x28546c){const _0x2c60a5=a2_0x574c;return _0x3d77c0[_0x2c60a5(0x14b)](_0x2d9c8d,_0x28546c);}},_0x56dd6b=_0x3d77c0[_0x2391bb(0x197)](helper[_0x2391bb(0x179)](_0x347efa,'_'),'_'+Date['now']()),_0x127c80=((()=>{const _0x4708c2=_0x2391bb;if(_0x265d40){const _0x3cb736=pwToCodeceptBrowser[_0x347efa[_0x4708c2(0x19e)]]||_0x347efa[_0x4708c2(0x19e)];return{'browser':_0x3cb736,[_0x3cb736]:{'browserWSEndpoint':_0x330192['YVLwD'](helper[_0x4708c2(0x127)](_0x1b692d[_0x4708c2(0x143)]),_0x330192[_0x4708c2(0x1a3)](encodeURIComponent,JSON[_0x4708c2(0x185)](_0x347efa)))}};}const _0x5e3875={};return _0x5e3875[_0x4708c2(0x133)]=_0x347efa,_0x5e3875[_0x4708c2(0x147)]=_0x1b692d['config']['userName'],_0x5e3875[_0x4708c2(0x1a8)]=_0x1b692d['config'][_0x4708c2(0x142)],_0x5e3875;})()),_0x2c9ecb=_0x3d77c0['LqIxN'](nestedKeyValue,_0x4f8a71,[_0x3d77c0[_0x2391bb(0x11a)],_0x17b2d8]);_0x2fab14[_0x56dd6b]=_0x2c9ecb?helper[_0x2391bb(0x150)](_0x127c80,_0x2c9ecb):_0x127c80;if(_0x265d40)_0x2fab14[_0x56dd6b]['browser']=pwToCodeceptBrowser[_0x347efa[_0x2391bb(0x19e)]]||_0x347efa[_0x2391bb(0x19e)];else{_0x2fab14[_0x56dd6b][_0x2391bb(0x13c)]=_0x347efa['browserName']||_0x127c80[_0x2391bb(0x13c)];if(_0x3d77c0['ouqEi'](isBrowserstackInfra)){_0x2fab14[_0x56dd6b][_0x2391bb(0x122)]=constants[_0x2391bb(0x13a)][_0x2391bb(0x1b2)](_0x3d77c0['ouEHQ'],'')[_0x2391bb(0x1b2)](/https?:\/\//,'');;_0x2fab14[_0x56dd6b][_0x2391bb(0x115)]=_0x3d77c0[_0x2391bb(0x191)];}}_0xd071bd['push'](_0x56dd6b);});}else{_0x482a99=0x1;if(_0x265d40){const _0x471314=_0x3d77c0[_0x4ef0f4(0x1a5)](nestedKeyValue,_0x4f8a71,[_0x3d77c0[_0x4ef0f4(0x11a)],_0x17b2d8,_0x3d77c0['FjiEe']]),_0xed5754=_0x3d77c0[_0x4ef0f4(0x1ab)](nestedKeyValue,_0x4f8a71,[_0x3d77c0[_0x4ef0f4(0x11a)],_0x17b2d8,_0x471314]);if(_0xed5754&&_0xed5754[_0x4ef0f4(0x153)]){const _0x59927f={};_0x59927f[_0x4ef0f4(0x162)]=[],_0xed5754[_0x4ef0f4(0x153)]=helper[_0x4ef0f4(0x12c)](Object[_0x4ef0f4(0x15a)]({},_0x1b692d['config'],_0x59927f),null,_0x5c6e07[_0x4ef0f4(0x17c)](),null,null,_0xed5754[_0x4ef0f4(0x153)]);}}else{const _0x560968={};_0x560968[_0x4ef0f4(0x162)]=[],_0x4f8a71[_0x3d77c0[_0x4ef0f4(0x11a)]][_0x17b2d8][_0x3d77c0[_0x4ef0f4(0x138)]]=helper[_0x4ef0f4(0x12c)](Object[_0x4ef0f4(0x15a)]({},_0x1b692d['config'],_0x560968),null,_0x5c6e07[_0x4ef0f4(0x17c)](),_0x3d77c0[_0x4ef0f4(0x1a4)](nestedKeyValue,_0x4f8a71,[_0x3d77c0[_0x4ef0f4(0x11a)],_0x17b2d8,_0x3d77c0['JzPqK']])||{},null,null);}_0x2fab14[_0x3d77c0['kMjkU']]=_0x4f8a71,_0xd071bd[_0x4ef0f4(0x13e)](_0x3d77c0[_0x4ef0f4(0x182)]);}const _0x3c69cc={};_0x3c69cc[_0x4ef0f4(0x194)]=_0x27d155;const _0x513dd0=_0x3c69cc,_0x265bb7=path[_0x4ef0f4(0x15d)](__dirname,_0x3d77c0[_0x4ef0f4(0x1a1)]),_0x2fb49d=process[_0x4ef0f4(0x131)]();process[_0x4ef0f4(0x1aa)][_0x3d77c0['jPHDp']]=_0x2fb49d,process[_0x4ef0f4(0x187)](path[_0x4ef0f4(0x17e)](_0x27d155));const _0x35cefa=new CodeceptJS['Workers'](null,_0x513dd0),_0x21a80c=_0x35cefa[_0x4ef0f4(0x183)](_0x482a99),_0x35163a=testOpsHelper['isTestObservabilitySession'](),_0x17e25e=_0xd071bd[_0x4ef0f4(0x17f)](_0x110aef=>{const _0x4ab1cd=_0x4ef0f4,_0xa617ef={};_0xa617ef[_0x4ab1cd(0x152)]=_0x2fab14[_0x110aef];const _0x1232e9={};_0x1232e9['WebDriver']=_0x2fab14[_0x110aef];const _0x13e8b2=_0x265d40?_0xa617ef:_0x1232e9,_0x4b19a3=_0x3d77c0['ouqEi'](getO11yRerunPattern),_0x1f4aca={};_0x1f4aca[_0x4ab1cd(0x178)]=_0x13e8b2;const _0x3151a9={};_0x3151a9[_0x4ab1cd(0x144)]=_0x265bb7,_0x3151a9['enabled']=!![],_0x3151a9[_0x4ab1cd(0x11c)]=_0x1b692d['config']['testContextOptions']['skipSessionName'],_0x3151a9[_0x4ab1cd(0x121)]=_0x1b692d[_0x4ab1cd(0x143)][_0x4ab1cd(0x1a6)][_0x4ab1cd(0x121)],_0x3151a9['testObservability']=_0x35163a,_0x3151a9[_0x4ab1cd(0x16c)]=_0x5c6e07;const _0x329324={};_0x329324[_0x4ab1cd(0x1b1)]=_0x3151a9;const _0x16925c={};return _0x16925c[_0x4ab1cd(0x10f)]=_0x329324,helper[_0x4ab1cd(0x150)]({},_0x4f8a71,_0x3d77c0[_0x4ab1cd(0x18f)](isBrowserstackInfra)?_0x1f4aca:{},_0x4b19a3?{'grep':_0x4b19a3}:{},_0x16925c);});for(const _0x2a94cc of _0x17e25e){for(const _0x1b120a of _0x21a80c){const _0x2ec49b=_0x35cefa[_0x4ef0f4(0x18c)]();_0x2ec49b[_0x4ef0f4(0x17b)](_0x1b120a),_0x2ec49b[_0x4ef0f4(0x172)](_0x2a94cc);const _0x4b8110={};_0x4b8110[_0x4ef0f4(0x143)]=_0x27d155,_0x2ec49b[_0x4ef0f4(0x15b)](Object[_0x4ef0f4(0x15a)](_0x4b8110,_0xe99506));}}_0x35cefa['on'](CodeceptJS[_0x4ef0f4(0x154)][_0x4ef0f4(0x19c)]['failed'],(_0x122246,_0x17ddbb)=>{const _0x179b6a=_0x4ef0f4;console[_0x179b6a(0x168)](_0x3d77c0['eEdVj'],_0x122246[_0x179b6a(0x192)]);const _0x179e22={[_0x122246[_0x179b6a(0x192)]]:_0x122246[_0x179b6a(0x163)][_0x179b6a(0x158)]};_testErrorData['push'](_0x179e22);}),_0x35cefa['on'](CodeceptJS[_0x4ef0f4(0x154)][_0x4ef0f4(0x19c)][_0x4ef0f4(0x11d)],async _0x8819b1=>{const _0x4f195a=_0x4ef0f4;console[_0x4f195a(0x168)](_0x3d77c0['AzQbj'],_0x8819b1[_0x4f195a(0x192)]);}),_0x35cefa['on'](CodeceptJS['event'][_0x4ef0f4(0x19c)]['before'],async _0x378fa2=>{const _0x1cdc80=_0x4ef0f4;console[_0x1cdc80(0x168)](_0x3d77c0[_0x1cdc80(0x199)],_0x378fa2[_0x1cdc80(0x192)]);}),_0x35cefa['on'](CodeceptJS[_0x4ef0f4(0x154)][_0x4ef0f4(0x118)]['result'],async()=>{const _0x477827=_0x4ef0f4,_0x32b813=_0x3d77c0[_0x477827(0x16d)][_0x477827(0x12e)]('|');let _0x191295=0x0;while(!![]){switch(_0x32b813[_0x191295++]){case'0':testOpsHelper[_0x477827(0x146)]();continue;case'1':PerformanceTester[_0x477827(0x16f)](PerformanceEvents[_0x477827(0x14e)]);continue;case'2':try{await TestHubHandler[_0x477827(0x1ac)]();}catch(_0x406d3e){logger[_0x477827(0x12d)](_0x477827(0x140)+util[_0x477827(0x111)](_0x406d3e));}continue;case'3':_0x1b692d['errorMessage']=_testErrorData;continue;case'4':utilities[_0x477827(0x1a7)](_0x1b692d);continue;case'5':_0x35cefa[_0x477827(0x110)]();continue;}break;}});async function _0x34d72c(){const _0x4daf8f=_0x4ef0f4;try{await _0x35cefa[_0x4daf8f(0x190)](),await _0x35cefa['run']();}finally{process['chdir'](_0x2fb49d),await _0x35cefa['teardownAll']();}}PerformanceTester[_0x4ef0f4(0x157)](PerformanceEvents['SDK_SETUP']),_0x3d77c0[_0x4ef0f4(0x189)](_0x34d72c);}module['exports']=run;
|
|
2
|
+
'use strict';const a2_0xc5e35=a2_0x459c;function a2_0x404d(){const _0x3d37f0=['map','validateRerunTestList','SDK_SETUP','YFhRq','info','CgnbQ','zEgzW','userName','testConfig','427CWfaBG','findIndex','NwuVM','BROWSERSTACK_TEST_ACCESSIBILITY_YML','existsSync','OUQwb','passed','createGroupsOfSuites','isEmpty','../../helpers/helper','../../helpers/utilities','playwright-chromium','SDK_CLEANUP','stringify','NHFDn','chdir','hubUrl','BrowserStackPlugin','setAdditionalCapabilities','inTaN','codeceptjs','errorMessage','user','slice','accessibilityOptions','EVENTS','kTsRT','util','ISrgj','230vKMGdZ','BROWSERSTACK_TEST_OBSERVABILITY_YML','../../helpers/accessibility-automation/helper','qrbMf','skipSessionStatus','/wd/hub','eKkJi','4676320ZbvLph','event','CaXyz','codeceptjs/lib/index.js','44cKkSzL','dirname','finalExecution','err','16rjCOjK','../../helpers/test-observability/utils','25930JsLuvN','result','accessibility','addOptions','split','format','printBuildLink','Started\x20:\x20','chromium','FNiae','getPlatformName','teardownAll','platforms','browser','browserName','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','addConfig','lVdta','end','1527546nFQeeT','log','FRAMEWORKS','push','codecept.conf.js','process','length','ONauL','start','printResults','env','ZisUh','playwright-webkit','CODECEPT','../../helpers/test-observability/constants','failed','forEach','fVvnm','winstonLogger','eeFRv','../../bin/playwright/accessibility-helper','join','2XbPrVc','fjbzx','spawn','BROWSERSTACK_RERUN_TESTS','1097919rAemXC','frameworkName','helpers','debug','isUndefined','exports','before','prepareCapabilities','testContextOptions','path','getUserWorkerCount','enabled','../../helpers/BrowserStackSetup','addTests','accessKey','all','BROWSERSTACK_RERUN','load','require','umISP','plugins','../utils/clientTroubleshootingService','config','title','host','key','5369683rXLoHi','test','Playwright','validPlatformsPresent','browserStackCwd','playwright-firefox','run','BdlDD','assign','USER_CONFIG_DETAILS_PATH','stack','LbLrE','yjbNY','desiredCapabilities','bootstrapAll','mergeDeep','46542QvUJuL','WebDriver','MDkwu','Workers','toLowerCase','sOYRQ','trim','profile','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','Failed\x20:\x20','--config','root','browserWSEndpoint','initialize','chrome','skipSessionName','Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20','cwd','testObservability','useW3C'];a2_0x404d=function(){return _0x3d37f0;};return a2_0x404d();}(function(_0x28e2f5,_0x5844d1){const _0x18c508=a2_0x459c,_0x19559f=_0x28e2f5();while(!![]){try{const _0x448316=-parseInt(_0x18c508(0xd6))/0x1*(parseInt(_0x18c508(0x110))/0x2)+-parseInt(_0x18c508(0xfa))/0x3+parseInt(_0x18c508(0xe1))/0x4*(parseInt(_0x18c508(0xe7))/0x5)+parseInt(_0x18c508(0x9c))/0x6*(-parseInt(_0x18c508(0xb9))/0x7)+parseInt(_0x18c508(0xe5))/0x8*(parseInt(_0x18c508(0x114))/0x9)+parseInt(_0x18c508(0xdd))/0xa+parseInt(_0x18c508(0x12e))/0xb;if(_0x448316===_0x5844d1)break;else _0x19559f['push'](_0x19559f['shift']());}catch(_0x44d5c6){_0x19559f['push'](_0x19559f['shift']());}}}(a2_0x404d,0x42f30));function a2_0x459c(_0x11a199,_0x4802fa){const _0x404d71=a2_0x404d();return a2_0x459c=function(_0x459c41,_0x13ac60){_0x459c41=_0x459c41-0x90;let _0x3b095d=_0x404d71[_0x459c41];return _0x3b095d;},a2_0x459c(_0x11a199,_0x4802fa);}const fs=require('fs'),path=require(a2_0xc5e35(0x11d)),util=require(a2_0xc5e35(0xd4)),process=require(a2_0xc5e35(0xff)),logger=require('../../helpers/logger')[a2_0xc5e35(0x10c)],{default:BrowserStackSetup}=require(a2_0xc5e35(0x120)),helper=require(a2_0xc5e35(0xc2)),utilities=require(a2_0xc5e35(0xc3)),{checkAccessibilityPlatformConfig}=require(a2_0xc5e35(0xd8)),{setAccessibilityCapabilities}=require(a2_0xc5e35(0x10e)),{requireModule,nestedKeyValue,isBrowserstackInfra}=require(a2_0xc5e35(0xc2)),CodeceptJS=requireModule(a2_0xc5e35(0xe0),a2_0xc5e35(0xcd)),testOpsHelper=require(a2_0xc5e35(0xe6)),TestHubHandler=require('../../helpers/testhub/testhubHandler'),constants=require('../utils/constants'),PerformanceTester=require('../../helpers/performance/performance-tester'),{FRAMEWORKS}=require(a2_0xc5e35(0x108)),PerformanceEvents=require('../../helpers/performance/constants')[a2_0xc5e35(0xd2)],ClientTroubleShootingService=require(a2_0xc5e35(0x129)),_testErrorData=[],getUserCodeceptJSConfigs=(_0x2f49ed,_0xf1f56c)=>{const _0x3b8931=a2_0xc5e35,_0x3243ab={};_0x3243ab[_0x3b8931(0x10d)]=function(_0x4ece3c,_0x2904e0){return _0x4ece3c===_0x2904e0;},_0x3243ab[_0x3b8931(0xd3)]=_0x3b8931(0xfe),_0x3243ab[_0x3b8931(0x101)]='codecept.json';const _0x3ef418=_0x3243ab;let _0x4f0f74=null;const _0x35e6cb={};let _0x30b8b1=_0xf1f56c['findIndex'](_0x3036be=>_0x3036be===_0x3b8931(0xa6));_0x3ef418[_0x3b8931(0x10d)](_0x30b8b1,-0x1)&&(_0x30b8b1=_0xf1f56c[_0x3b8931(0xba)](_0xfd3537=>_0xfd3537==='-c'));if(!helper[_0x3b8931(0x118)](_0x2f49ed['config'])&&fs['existsSync'](path[_0x3b8931(0x10f)](process[_0x3b8931(0xad)](),_0x2f49ed['config'])))_0x4f0f74=path[_0x3b8931(0x10f)](process[_0x3b8931(0xad)](),_0x2f49ed[_0x3b8931(0x12a)]),_0xf1f56c[_0x3b8931(0xd0)](_0x30b8b1,0x2);else{if(!helper[_0x3b8931(0x118)](_0x2f49ed['c'])&&fs['existsSync'](path[_0x3b8931(0x10f)](process['cwd'](),_0x2f49ed['c'])))_0x4f0f74=path[_0x3b8931(0x10f)](process[_0x3b8931(0xad)](),_0x2f49ed['c']),_0xf1f56c['slice'](_0x30b8b1,0x2);else{if(fs['existsSync'](path[_0x3b8931(0x10f)](process[_0x3b8931(0xad)](),_0x3ef418[_0x3b8931(0xd3)])))_0x4f0f74=path[_0x3b8931(0x10f)](process[_0x3b8931(0xad)](),_0x3ef418[_0x3b8931(0xd3)]);else fs[_0x3b8931(0xbd)](path['join'](process[_0x3b8931(0xad)](),_0x3ef418[_0x3b8931(0x101)]))&&(_0x4f0f74=path['join'](process[_0x3b8931(0xad)](),_0x3ef418[_0x3b8931(0x101)]));}}return process[_0x3b8931(0x104)][_0x3b8931(0x95)]=_0x4f0f74,_0x4f0f74;},getO11yRerunPattern=()=>{const _0x42fd3b=a2_0xc5e35,_0x424e63=helper['isTrue'](process[_0x42fd3b(0x104)][_0x42fd3b(0x124)]);if(_0x424e63){const _0xeef529=process[_0x42fd3b(0x104)][_0x42fd3b(0x113)],_0x4e2665=[];if(helper[_0x42fd3b(0xb1)](_0xeef529)&&!helper[_0x42fd3b(0x118)](_0xeef529)){_0xeef529[_0x42fd3b(0xeb)](',')[_0x42fd3b(0xb0)](_0x461f54=>{const _0x1b084a=_0x42fd3b;_0x4e2665[_0x1b084a(0xfd)]('('+_0x461f54[_0x1b084a(0xa2)]()+')');});const _0x4cbcfe='^'+_0x4e2665['join']('|')+'$';return _0x4cbcfe;}}return null;},a2_0x5e030c={};a2_0x5e030c[a2_0xc5e35(0xaa)]=a2_0xc5e35(0xef),a2_0x5e030c[a2_0xc5e35(0xc4)]=a2_0xc5e35(0xef),a2_0x5e030c[a2_0xc5e35(0x91)]='firefox',a2_0x5e030c[a2_0xc5e35(0x106)]='webkit';const pwToCodeceptBrowser=a2_0x5e030c;async function run(_0x5486dc,_0x27dd20,_0x5d43c0){const _0x4cadef=a2_0xc5e35,_0x42bb3e={'sOYRQ':function(_0x4c03f1,_0x5a6357){return _0x4c03f1+_0x5a6357;},'fjbzx':function(_0xe4d6e1,_0x2bd4f9){return _0xe4d6e1(_0x2bd4f9);},'aBVmz':function(_0x411eff,_0x4f37c3,_0x5df809){return _0x411eff(_0x4f37c3,_0x5df809);},'zEgzW':_0x4cadef(0x116),'BdlDD':function(_0x1bbfd6){return _0x1bbfd6();},'MDkwu':_0x4cadef(0xdb),'YFhRq':function(_0x30ff0e){return _0x30ff0e();},'eKkJi':_0x4cadef(0xa5),'ISrgj':'Passed\x20:\x20','CaXyz':_0x4cadef(0xee),'NwuVM':'3|0|4|1|2|5','LbLrE':function(_0x3ad252,_0x35cd23,_0x103168){return _0x3ad252(_0x35cd23,_0x103168);},'lVdta':_0x4cadef(0xa4),'ZisUh':function(_0x6c6cc9,_0x31b6e6,_0x2b07e8){return _0x6c6cc9(_0x31b6e6,_0x2b07e8);},'qrbMf':'Playwright','NHFDn':_0x4cadef(0x9d),'umISP':function(_0x2ab96d,_0x193833){return _0x2ab96d!=_0x193833;},'yjbNY':function(_0x4c301c,_0x3f8d67){return _0x4c301c===_0x3f8d67;},'szmHr':'gherkin','FNiae':function(_0x32a224,_0x46ac17){return _0x32a224(_0x46ac17);},'cwXge':function(_0x26ee76,_0x3a7b26){return _0x26ee76*_0x3a7b26;},'KVGHn':function(_0x2b892b,_0x323350,_0x3193de){return _0x2b892b(_0x323350,_0x3193de);},'nBvFi':_0x4cadef(0xf4),'OUQwb':_0x4cadef(0x99),'fRGXG':function(_0x443a9a,_0x1068b5,_0x1827ab){return _0x443a9a(_0x1068b5,_0x1827ab);},'CgnbQ':_0x4cadef(0xa7),'rnKKY':'BrowserStackPlugin.js','fVvnm':_0x4cadef(0x90)};await _0x5d43c0[_0x4cadef(0xa9)](_0x5486dc),await helper['handleApp'](_0x5d43c0[_0x4cadef(0x12a)]);if(!_0x5d43c0[_0x4cadef(0x12a)])return;process[_0x4cadef(0xa3)]=_0x5486dc[_0x4cadef(0xa3)];_0x5486dc['profile']&&(process[_0x4cadef(0x104)][_0x4cadef(0xa3)]=_0x5486dc[_0x4cadef(0xa3)]);const _0x1ca730=_0x42bb3e['LbLrE'](getUserCodeceptJSConfigs,_0x5486dc,_0x27dd20);let _0x420688={};_0x1ca730?(logger[_0x4cadef(0xb4)]('Getting\x20your\x20codeceptjs\x20configs\x20from\x20'+_0x1ca730),_0x420688=CodeceptJS[_0x4cadef(0x12a)][_0x4cadef(0x125)](_0x1ca730)):logger[_0x4cadef(0xb4)](_0x42bb3e[_0x4cadef(0xf8)]);let _0x3eeaba=![];_0x42bb3e[_0x4cadef(0x105)](nestedKeyValue,_0x420688,[_0x42bb3e[_0x4cadef(0xb6)],_0x42bb3e[_0x4cadef(0xd9)]])&&(_0x3eeaba=!![]);const _0x57ec56=_0x3eeaba?_0x42bb3e['qrbMf']:_0x42bb3e[_0x4cadef(0xc7)];let _0x2e50fd=!_0x3eeaba?helper[_0x4cadef(0xaf)](_0x5d43c0['config']):![];!helper[_0x4cadef(0x118)](_0x5d43c0[_0x4cadef(0x12a)][_0x4cadef(0xd1)])&&(process[_0x4cadef(0x104)][_0x4cadef(0xf6)]=JSON[_0x4cadef(0xc6)](_0x5d43c0['config'][_0x4cadef(0xd1)]));let _0x49b349=_0x5d43c0[_0x4cadef(0x12a)][_0x4cadef(0xe9)];_0x49b349=_0x49b349||_0x42bb3e[_0x4cadef(0x111)](checkAccessibilityPlatformConfig,_0x5d43c0['config']),process[_0x4cadef(0x104)][_0x4cadef(0xbc)]=_0x49b349;_0x49b349&&(_0x2e50fd=!_0x49b349);_0x42bb3e[_0x4cadef(0x127)](_0x5d43c0[_0x4cadef(0x12a)][_0x4cadef(0xae)],null)?process['env'][_0x4cadef(0xd7)]=_0x5d43c0[_0x4cadef(0x12a)]['testObservability']:process['env'][_0x4cadef(0xd7)]=_0x42bb3e[_0x4cadef(0x98)](_0x57ec56,_0x42bb3e['qrbMf']);const _0x4bb668=_0x42bb3e[_0x4cadef(0x97)](nestedKeyValue,_0x420688,[_0x42bb3e['szmHr']]),_0x528ec9=_0x4bb668&&!helper[_0x4cadef(0xc1)](_0x4bb668)?FRAMEWORKS['CODECEPT_CUCUMBER']:FRAMEWORKS['CODECEPT'],_0x2de044=await TestHubHandler['launchBuild'](_0x528ec9,_0x5d43c0);_0x49b349&&_0x42bb3e[_0x4cadef(0xf0)](setAccessibilityCapabilities,_0x5d43c0[_0x4cadef(0x12a)]);const _0xa3eef2={},_0x424c36=[],_0x5ae1d7=_0x5d43c0[_0x4cadef(0x12a)]['parallelsPerPlatform']||helper[_0x4cadef(0x11e)](_0x5486dc,_0x27dd20,_0x5d43c0[_0x4cadef(0x12a)],constants[_0x4cadef(0xfc)][_0x4cadef(0x107)])||0x1;let _0x34885b=0x1;if(_0x42bb3e[_0x4cadef(0x93)](isBrowserstackInfra)){const _0x52287e=helper[_0x4cadef(0x11b)](_0x5d43c0[_0x4cadef(0x12a)],_0x2e50fd,constants[_0x4cadef(0xfc)][_0x4cadef(0x107)]);_0x52287e[_0x4cadef(0x10a)](_0x4762bd=>{const _0x2147f5=_0x4cadef;helper[_0x2147f5(0xcb)](_0x4762bd);}),helper[_0x4cadef(0x131)](_0x5d43c0[_0x4cadef(0x12a)])?_0x34885b=_0x42bb3e['cwXge'](_0x5ae1d7,_0x5d43c0[_0x4cadef(0x12a)][_0x4cadef(0xf3)][_0x4cadef(0x100)]):_0x34885b=_0x5ae1d7,_0x52287e[_0x4cadef(0x10a)](_0xbd0361=>{const _0x2794cc=_0x4cadef,_0x344670={'inTaN':function(_0xb47fea,_0xff64){const _0x5dae53=a2_0x459c;return _0x42bb3e[_0x5dae53(0xa1)](_0xb47fea,_0xff64);},'TwoKE':function(_0x2f50d3,_0xadedba){const _0x19e830=a2_0x459c;return _0x42bb3e[_0x19e830(0x111)](_0x2f50d3,_0xadedba);}},_0x33fb17=_0x42bb3e[_0x2794cc(0xa1)](helper[_0x2794cc(0xf1)](_0xbd0361,'_'),'_'+Date['now']()),_0x57380b=((()=>{const _0x27e3d1=_0x2794cc;if(_0x3eeaba){const _0x470840=pwToCodeceptBrowser[_0xbd0361[_0x27e3d1(0xf5)]]||_0xbd0361['browserName'];return{'browser':_0x470840,[_0x470840]:{'browserWSEndpoint':_0x344670[_0x27e3d1(0xcc)](helper['getPlaywrightUrl'](_0x5d43c0[_0x27e3d1(0x12a)]),_0x344670['TwoKE'](encodeURIComponent,JSON[_0x27e3d1(0xc6)](_0xbd0361)))}};}const _0x5b1b3a={};return _0x5b1b3a[_0x27e3d1(0x99)]=_0xbd0361,_0x5b1b3a[_0x27e3d1(0xcf)]=_0x5d43c0[_0x27e3d1(0x12a)][_0x27e3d1(0xb7)],_0x5b1b3a[_0x27e3d1(0x12d)]=_0x5d43c0[_0x27e3d1(0x12a)][_0x27e3d1(0x122)],_0x5b1b3a;})()),_0x468c94=_0x42bb3e['aBVmz'](nestedKeyValue,_0x420688,[_0x42bb3e[_0x2794cc(0xb6)],_0x57ec56]);_0xa3eef2[_0x33fb17]=_0x468c94?helper[_0x2794cc(0x9b)](_0x57380b,_0x468c94):_0x57380b;if(_0x3eeaba)_0xa3eef2[_0x33fb17][_0x2794cc(0xf4)]=pwToCodeceptBrowser[_0xbd0361[_0x2794cc(0xf5)]]||_0xbd0361['browserName'];else{_0xa3eef2[_0x33fb17]['browser']=_0xbd0361[_0x2794cc(0xf5)]||_0x57380b[_0x2794cc(0xf4)];if(_0x42bb3e[_0x2794cc(0x93)](isBrowserstackInfra)){_0xa3eef2[_0x33fb17][_0x2794cc(0x12c)]=constants[_0x2794cc(0xc9)]['replace'](_0x42bb3e['MDkwu'],'')['replace'](/https?:\/\//,'');;_0xa3eef2[_0x33fb17][_0x2794cc(0x11d)]=_0x42bb3e[_0x2794cc(0x9e)];}}_0x424c36[_0x2794cc(0xfd)](_0x33fb17);});}else{_0x34885b=0x1;if(_0x3eeaba){const _0x18a617=_0x42bb3e['KVGHn'](nestedKeyValue,_0x420688,[_0x42bb3e['zEgzW'],_0x57ec56,_0x42bb3e['nBvFi']]),_0x5d72a6=_0x42bb3e[_0x4cadef(0x97)](nestedKeyValue,_0x420688,[_0x42bb3e['zEgzW'],_0x57ec56,_0x18a617]);if(_0x5d72a6&&_0x5d72a6[_0x4cadef(0xa8)]){const _0x54601f={};_0x54601f[_0x4cadef(0xf3)]=[],_0x5d72a6[_0x4cadef(0xa8)]=helper[_0x4cadef(0x11b)](Object[_0x4cadef(0x94)]({},_0x5d43c0[_0x4cadef(0x12a)],_0x54601f),null,_0x528ec9[_0x4cadef(0xa0)](),null,null,_0x5d72a6[_0x4cadef(0xa8)]);}}else{const _0x2f0115={};_0x2f0115[_0x4cadef(0xf3)]=[],_0x420688[_0x42bb3e['zEgzW']][_0x57ec56][_0x42bb3e[_0x4cadef(0xbe)]]=helper[_0x4cadef(0x11b)](Object[_0x4cadef(0x94)]({},_0x5d43c0[_0x4cadef(0x12a)],_0x2f0115),null,_0x528ec9['toLowerCase'](),_0x42bb3e['fRGXG'](nestedKeyValue,_0x420688,[_0x42bb3e[_0x4cadef(0xb6)],_0x57ec56,_0x42bb3e[_0x4cadef(0xbe)]])||{},null,null);}_0xa3eef2[_0x42bb3e[_0x4cadef(0xb5)]]=_0x420688,_0x424c36[_0x4cadef(0xfd)](_0x42bb3e[_0x4cadef(0xb5)]);}const _0x744877={};_0x744877[_0x4cadef(0xb8)]=_0x1ca730;const _0x5347f1=_0x744877,_0x4bcb49=path[_0x4cadef(0x10f)](__dirname,_0x42bb3e['rnKKY']),_0x373b48=process['cwd']();process['env'][_0x42bb3e[_0x4cadef(0x10b)]]=_0x373b48,process[_0x4cadef(0xc8)](path[_0x4cadef(0xe2)](_0x1ca730));const _0x465034=new CodeceptJS[(_0x4cadef(0x9f))](null,_0x5347f1),_0x5cf2ed=_0x465034[_0x4cadef(0xc0)](_0x34885b),_0x41531f=testOpsHelper['isTestObservabilitySession'](),_0x3cf422=_0x424c36[_0x4cadef(0xb0)](_0x425a97=>{const _0x43828b=_0x4cadef,_0x388909={};_0x388909[_0x43828b(0x130)]=_0xa3eef2[_0x425a97];const _0x2194b8={};_0x2194b8['WebDriver']=_0xa3eef2[_0x425a97];const _0x22d2e4=_0x3eeaba?_0x388909:_0x2194b8,_0x5abe08=_0x42bb3e[_0x43828b(0x93)](getO11yRerunPattern),_0x2a6c30={};_0x2a6c30[_0x43828b(0x116)]=_0x22d2e4;const _0x2f3dea={};_0x2f3dea[_0x43828b(0x126)]=_0x4bcb49,_0x2f3dea[_0x43828b(0x11f)]=!![],_0x2f3dea[_0x43828b(0xab)]=_0x5d43c0[_0x43828b(0x12a)]['testContextOptions'][_0x43828b(0xab)],_0x2f3dea['skipSessionStatus']=_0x5d43c0['config'][_0x43828b(0x11c)][_0x43828b(0xda)],_0x2f3dea[_0x43828b(0xae)]=_0x41531f,_0x2f3dea[_0x43828b(0x115)]=_0x528ec9;const _0x42020a={};_0x42020a[_0x43828b(0xca)]=_0x2f3dea;const _0x2a88d={};return _0x2a88d[_0x43828b(0x128)]=_0x42020a,helper[_0x43828b(0x9b)]({},_0x420688,_0x42bb3e[_0x43828b(0xb3)](isBrowserstackInfra)?_0x2a6c30:{},_0x5abe08?{'grep':_0x5abe08}:{},_0x2a88d);});for(const _0x4ef363 of _0x3cf422){for(const _0x5cc55d of _0x5cf2ed){const _0x1bbe8b=_0x465034[_0x4cadef(0x112)]();_0x1bbe8b[_0x4cadef(0x121)](_0x5cc55d),_0x1bbe8b[_0x4cadef(0xf7)](_0x4ef363);const _0x1d0b5f={};_0x1d0b5f[_0x4cadef(0x12a)]=_0x1ca730,_0x1bbe8b[_0x4cadef(0xea)](Object[_0x4cadef(0x94)](_0x1d0b5f,_0x5486dc));}}_0x465034['on'](CodeceptJS[_0x4cadef(0xde)][_0x4cadef(0x12f)][_0x4cadef(0x109)],(_0x125f68,_0x1075c0)=>{const _0x5bc113=_0x4cadef;console[_0x5bc113(0xfb)](_0x42bb3e[_0x5bc113(0xdc)],_0x125f68['title']);const _0xcae953={[_0x125f68[_0x5bc113(0x12b)]]:_0x125f68[_0x5bc113(0xe4)][_0x5bc113(0x96)]};_testErrorData[_0x5bc113(0xfd)](_0xcae953);}),_0x465034['on'](CodeceptJS[_0x4cadef(0xde)][_0x4cadef(0x12f)][_0x4cadef(0xbf)],async _0x1c94b6=>{const _0x6aaf99=_0x4cadef;console[_0x6aaf99(0xfb)](_0x42bb3e[_0x6aaf99(0xd5)],_0x1c94b6['title']);}),_0x465034['on'](CodeceptJS['event'][_0x4cadef(0x12f)][_0x4cadef(0x11a)],async _0xcef196=>{const _0x13e374=_0x4cadef;console[_0x13e374(0xfb)](_0x42bb3e[_0x13e374(0xdf)],_0xcef196[_0x13e374(0x12b)]);}),_0x465034['on'](CodeceptJS[_0x4cadef(0xde)][_0x4cadef(0x123)][_0x4cadef(0xe8)],async()=>{const _0x385f18=_0x4cadef,_0x2726a8=_0x42bb3e[_0x385f18(0xbb)]['split']('|');let _0x263321=0x0;while(!![]){switch(_0x2726a8[_0x263321++]){case'0':_0x5d43c0[_0x385f18(0xce)]=_testErrorData;continue;case'1':utilities[_0x385f18(0xe3)](_0x5d43c0);continue;case'2':try{await TestHubHandler['stop']();}catch(_0x96d1f4){logger[_0x385f18(0x117)](_0x385f18(0xac)+util[_0x385f18(0xec)](_0x96d1f4));}continue;case'3':PerformanceTester[_0x385f18(0x102)](PerformanceEvents[_0x385f18(0xc5)]);continue;case'4':testOpsHelper[_0x385f18(0xed)]();continue;case'5':_0x465034[_0x385f18(0x103)]();continue;}break;}});async function _0x7ce3bb(){const _0x52e310=_0x4cadef;try{await _0x465034[_0x52e310(0x9a)](),await _0x465034[_0x52e310(0x92)]();}finally{process[_0x52e310(0xc8)](_0x373b48),await _0x465034[_0x52e310(0xf2)]();}}PerformanceTester[_0x4cadef(0xf9)](PerformanceEvents[_0x4cadef(0xb2)]),_0x42bb3e[_0x4cadef(0x93)](_0x7ce3bb);}module[a2_0xc5e35(0x119)]=run;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function a3_0x13b2(_0x4b79f2,_0x56e9b4){const _0xf91930=a3_0xf919();return a3_0x13b2=function(_0x13b29a,_0x55e540){_0x13b29a=_0x13b29a-0x196;let _0x4efbd1=_0xf91930[_0x13b29a];return _0x4efbd1;},a3_0x13b2(_0x4b79f2,_0x56e9b4);}const a3_0x15fbe7=a3_0x13b2;(function(_0x1539bb,_0x2de723){const _0x166f32=a3_0x13b2,_0x5889e2=_0x1539bb();while(!![]){try{const _0x379a5c=parseInt(_0x166f32(0x1c3))/0x1*(-parseInt(_0x166f32(0x1d3))/0x2)+-parseInt(_0x166f32(0x1de))/0x3+-parseInt(_0x166f32(0x1d7))/0x4+-parseInt(_0x166f32(0x19b))/0x5+-parseInt(_0x166f32(0x1d6))/0x6+parseInt(_0x166f32(0x1a5))/0x7*(-parseInt(_0x166f32(0x1ba))/0x8)+parseInt(_0x166f32(0x1cb))/0x9*(parseInt(_0x166f32(0x1e3))/0xa);if(_0x379a5c===_0x2de723)break;else _0x5889e2['push'](_0x5889e2['shift']());}catch(_0x196f81){_0x5889e2['push'](_0x5889e2['shift']());}}}(a3_0xf919,0x593d1));const {isUndefined,nestedKeyValue}=require(a3_0x15fbe7(0x1d5)),logger=require(a3_0x15fbe7(0x1a6))[a3_0x15fbe7(0x1b5)],PlaywrightSessionDetails=require(a3_0x15fbe7(0x1b7)),{isAccessibilityAutomationSession}=require(a3_0x15fbe7(0x19c)),{getObservabilityLinkedProductName}=require(a3_0x15fbe7(0x1b2)),getOSVersionFromCaps=_0x18f69d=>{const _0x20bbc8=a3_0x15fbe7,_0x124563={};_0x124563['yCOSf']=_0x20bbc8(0x1dc),_0x124563[_0x20bbc8(0x1e0)]=_0x20bbc8(0x1d2),_0x124563[_0x20bbc8(0x1c2)]=_0x20bbc8(0x1a8),_0x124563[_0x20bbc8(0x1d9)]=_0x20bbc8(0x1a3),_0x124563[_0x20bbc8(0x1c4)]=_0x20bbc8(0x1e4);const _0x3de043=_0x124563;if(!_0x18f69d)return null;const _0x188653=_0x18f69d[_0x3de043[_0x20bbc8(0x1a7)]],_0x471f5c=[_0x3de043[_0x20bbc8(0x1e0)],_0x3de043[_0x20bbc8(0x1c2)],_0x3de043[_0x20bbc8(0x1d9)],_0x3de043[_0x20bbc8(0x1c4)]];for(const _0x53b575 of _0x471f5c){if(_0x188653&&_0x188653[_0x53b575])return _0x188653[_0x53b575];else{if(_0x18f69d[_0x53b575])return _0x18f69d[_0x53b575];}}return null;};exports['fetchPlatformDetails']=_0x2146b0=>{const _0x596007=a3_0x15fbe7,_0x3ffd50={'lNXhc':_0x596007(0x19f),'TCLXV':function(_0x55d3ef,_0x4b096a){return _0x55d3ef===_0x4b096a;},'KohLl':_0x596007(0x1ac),'OdKCQ':function(_0x401214,_0x5d30ae){return _0x401214(_0x5d30ae);},'AfTdL':function(_0x3bcbc3,_0x4fc2d9,_0x5a0874){return _0x3bcbc3(_0x4fc2d9,_0x5a0874);},'olGrg':_0x596007(0x1bb),'ldgdF':_0x596007(0x1be),'TsFXB':function(_0xacfedc,_0x53239e){return _0xacfedc(_0x53239e);},'ARUXe':function(_0x2f9842,_0x326ac1){return _0x2f9842===_0x326ac1;},'Rbota':_0x596007(0x1a1),'dqMic':function(_0x54f0e5,_0x1ead5a,_0x29c7fc){return _0x54f0e5(_0x1ead5a,_0x29c7fc);},'wgePx':_0x596007(0x1e8),'vgBNl':_0x596007(0x1bc),'oIBeo':_0x596007(0x1b0)};if(!_0x2146b0)return null;let _0x56ab2f=global['__cloud_provider___']||_0x3ffd50[_0x596007(0x1c5)];if(_0x3ffd50[_0x596007(0x1c7)](_0x2146b0[_0x596007(0x1b9)][_0x596007(0x1d1)],_0x3ffd50['KohLl'])){const _0x5c030a=_0x2146b0[_0x596007(0x1e8)];if(!_0x5c030a)return null;const _0x2d7b5e=_0x5c030a[_0x596007(0x1b6)],_0x134bee=_0x3ffd50[_0x596007(0x1e6)](getOSVersionFromCaps,_0x3ffd50[_0x596007(0x1b4)](nestedKeyValue,_0x2146b0,[_0x3ffd50[_0x596007(0x1ab)],_0x3ffd50[_0x596007(0x19e)]]));return{[_0x56ab2f]:{'browser':_0x2d7b5e[_0x596007(0x1d0)],'browser_version':_0x2d7b5e[_0x596007(0x1bd)],'capabilities':_0x2d7b5e,'platform':_0x2d7b5e[_0x596007(0x1e5)],'platform_version':_0x2d7b5e[_0x596007(0x1d2)]||_0x134bee,'product':_0x3ffd50[_0x596007(0x1a4)](getObservabilityLinkedProductName,_0x2d7b5e),'session_id':_0x5c030a[_0x596007(0x1cd)]}};}else{if(_0x3ffd50[_0x596007(0x1db)](_0x2146b0[_0x596007(0x1b9)][_0x596007(0x1d1)],_0x3ffd50[_0x596007(0x197)])){const _0x50686a=PlaywrightSessionDetails['getDetails']();_0x56ab2f=_0x50686a['cloudProvider']||_0x56ab2f;const _0x3a35c7=_0x3ffd50[_0x596007(0x1c6)](nestedKeyValue,_0x2146b0,[_0x3ffd50[_0x596007(0x1ab)],_0x3ffd50[_0x596007(0x1b3)],_0x3ffd50[_0x596007(0x19d)]]),_0xb62a81=_0x3a35c7?JSON[_0x596007(0x1e2)](new URL(_0x3a35c7)[_0x596007(0x1c8)]['get'](_0x3ffd50[_0x596007(0x1a2)])):{};return{[_0x56ab2f]:{'browser':_0x50686a[_0x596007(0x1e8)]||_0xb62a81['browserName'],'browser_version':_0x50686a[_0x596007(0x1da)]||_0xb62a81['browser_version'],'capabilities':_0xb62a81,'platform':_0x50686a['platform'],'platform_version':_0x50686a[_0x596007(0x1a8)],'product':_0x3ffd50[_0x596007(0x1e6)](getObservabilityLinkedProductName,_0xb62a81),'session_id':_0x50686a[_0x596007(0x1e7)]}};}}},exports[a3_0x15fbe7(0x1df)]=_0xee85fd=>{const _0x5d118c=a3_0x15fbe7,_0x417d3a={'SEOSa':function(_0x4fbaf1){return _0x4fbaf1();},'znhki':function(_0x3e5804,_0x3c9b7f){return _0x3e5804===_0x3c9b7f;},'gFPHg':_0x5d118c(0x1c9),'kLwZX':function(_0x4f19d7,_0x44e74e){return _0x4f19d7>_0x44e74e;},'DwJaa':function(_0x272e58,_0xd67a38){return _0x272e58(_0xd67a38);},'lbrQB':_0x5d118c(0x1a9),'nFezD':function(_0xdd4ccf,_0x227d64){return _0xdd4ccf===_0x227d64;},'riQzc':_0x5d118c(0x1b1),'iGbtk':_0x5d118c(0x1e9),'uPkTw':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','JTlQs':function(_0x144e1d,_0x567edc){return _0x144e1d(_0x567edc);},'zQtDi':_0x5d118c(0x1d4)};if(_0x417d3a['SEOSa'](isAccessibilityAutomationSession)){const _0x2f6c2f=_0xee85fd[_0x5d118c(0x1e8)],_0x26c36e=_0x2f6c2f['capabilities'];global['accessibilityPlatform']=!![],!(_0x417d3a[_0x5d118c(0x196)](_0x26c36e['browserVersion'],_0x417d3a[_0x5d118c(0x1cf)])||_0x417d3a[_0x5d118c(0x1ad)](_0x417d3a[_0x5d118c(0x1dd)](parseInt,_0x26c36e['browserVersion']),0x5e))&&(logger['warn'](_0x417d3a[_0x5d118c(0x1aa)]),global[_0x5d118c(0x1c0)]=![]),!(_0x417d3a[_0x5d118c(0x1b8)](_0x26c36e['browserName'],_0x417d3a[_0x5d118c(0x1ae)])||_0x417d3a[_0x5d118c(0x196)](_0x26c36e[_0x5d118c(0x1d0)],_0x417d3a[_0x5d118c(0x1e1)]))&&(logger[_0x5d118c(0x1a0)](_0x417d3a[_0x5d118c(0x1ca)]),global[_0x5d118c(0x1c0)]=![]),!_0x417d3a[_0x5d118c(0x199)](isUndefined,_0x26c36e['deviceName'])&&(logger[_0x5d118c(0x1a0)](_0x417d3a['zQtDi']),global['accessibilityPlatform']=![]);}},exports[a3_0x15fbe7(0x1af)]=_0x2b6b21=>{const _0x2480f7=a3_0x15fbe7,_0xe93284={};_0xe93284['cpCsX']=function(_0x10db1f,_0x57178f){return _0x10db1f!==_0x57178f;},_0xe93284['ZRgFU']=_0x2480f7(0x1bf),_0xe93284[_0x2480f7(0x1ce)]=_0x2480f7(0x198),_0xe93284['TSLNi']=_0x2480f7(0x19a);const _0x1ba2d7=_0xe93284;if(!_0x2b6b21)return![];else{if(_0x1ba2d7[_0x2480f7(0x1d8)](typeof _0x2b6b21,_0x1ba2d7['ZRgFU']))return!![];}return!_0x2b6b21[_0x2480f7(0x1c1)](_0x1ba2d7[_0x2480f7(0x1ce)])&&!_0x2b6b21[_0x2480f7(0x1c1)](_0x1ba2d7[_0x2480f7(0x1cc)]);};function a3_0xf919(){const _0x4db2b3=['dqMic','TCLXV','searchParams','latest','uPkTw','862506eUEWpe','TSLNi','sessionId','MLSEe','gFPHg','browserName','name','platformVersion','166XFPSbX','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','../../helpers/helper','3386268XWYRYa','390584yZeQti','cpCsX','NYSDL','browser_version','ARUXe','bstack:options','DwJaa','671688IEdtzS','processWebDriverConfig','UAwfG','iGbtk','parse','310GANVan','os_version','platformName','OdKCQ','bsSessionId','browser','playwright-chromium','znhki','Rbota','browserstack_executor','JTlQs','browserstack_accessibility_automation_script','3637305ODkdsW','../../helpers/accessibility-automation/helper','vgBNl','ldgdF','unknown_grid','warn','Playwright','oIBeo','osVersion','TsFXB','238KSEwPN','../../helpers/logger','yCOSf','platform_version','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','lbrQB','olGrg','WebDriver','kLwZX','riQzc','shouldPatchExecuteScript','caps','chrome','../../helpers/test-observability/utils','wgePx','AfTdL','winstonLogger','capabilities','../../bin/playwright/sessionDetails','nFezD','constructor','131496XIadjL','config','browserWSEndpoint','browserVersion','desiredCapabilities','string','accessibilityPlatform','includes','IJAsh','5218sDIVwG','bgfTK','lNXhc'];a3_0xf919=function(){return _0x4db2b3;};return a3_0xf919();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a4_0x55af8f=a4_0x45e0;(function(_0x3bf2e5,_0x36046e){const _0x28d5df=a4_0x45e0,_0x3ea347=_0x3bf2e5();while(!![]){try{const _0x5cbc5e=parseInt(_0x28d5df(0x161))/0x1+parseInt(_0x28d5df(0x188))/0x2*(parseInt(_0x28d5df(0x211))/0x3)+-parseInt(_0x28d5df(0x154))/0x4*(-parseInt(_0x28d5df(0x153))/0x5)+parseInt(_0x28d5df(0x235))/0x6+-parseInt(_0x28d5df(0x1d2))/0x7*(-parseInt(_0x28d5df(0x16a))/0x8)+parseInt(_0x28d5df(0x223))/0x9*(-parseInt(_0x28d5df(0x180))/0xa)+-parseInt(_0x28d5df(0x187))/0xb;if(_0x5cbc5e===_0x36046e)break;else _0x3ea347['push'](_0x3ea347['shift']());}catch(_0x5d7814){_0x3ea347['push'](_0x3ea347['shift']());}}}(a4_0x2a46,0xa61e0));function a4_0x45e0(_0x4ca6df,_0xa3ac8d){const _0x2a46ab=a4_0x2a46();return a4_0x45e0=function(_0x45e043,_0x22520b){_0x45e043=_0x45e043-0x147;let _0x2c697f=_0x2a46ab[_0x45e043];return _0x2c697f;},a4_0x45e0(_0x4ca6df,_0xa3ac8d);}const path=require('path'),fs=require('fs'),{v4:uuidv4}=require(a4_0x55af8f(0x229)),{importFileFromPWCore,nestedKeyValue,parseWSEndpoint,isUndefined}=require(a4_0x55af8f(0x1eb)),testOpsHelper=require('../../helpers/test-observability/utils'),{getTestEnv}=require('../mocha/test-observability/mochaUtils'),{FRAMEWORKS}=require(a4_0x55af8f(0x1a7)),logger=require(a4_0x55af8f(0x1f6))['winstonLogger'],SessionHandler=require(a4_0x55af8f(0x1ec)),RequestQueueHandler=require(a4_0x55af8f(0x1c0)),PlaywrightSessionDetails=require(a4_0x55af8f(0x200)),debug=testOpsHelper[a4_0x55af8f(0x1af)],{processAccessibilityCaps}=require(a4_0x55af8f(0x19e)),Constants=require('../utils/constants'),{fetchPlatformDetails}=require(a4_0x55af8f(0x222)),{shouldProcessEventForTesthub,appendTesthubParams}=require('../../helpers/testhub/utils.js'),constants=require('../utils/constants'),STATE_PASSED=a4_0x55af8f(0x20e),STATE_FAILED=a4_0x55af8f(0x1b9),a4_0x14a94c={};a4_0x14a94c[a4_0x55af8f(0x175)]=a4_0x55af8f(0x1cb),a4_0x14a94c[a4_0x55af8f(0x214)]=a4_0x55af8f(0x1b5),a4_0x14a94c[a4_0x55af8f(0x230)]='TestRunSkipped',a4_0x14a94c[a4_0x55af8f(0x1e2)]='HookRunStarted',a4_0x14a94c[a4_0x55af8f(0x168)]=a4_0x55af8f(0x16e);function a4_0x2a46(){const _0x4bffb8=['then','bTwBJ','parent','findGitConfig','CllPq','stop','STATE_PASSED','./helper.js','27YvnHOm','accessibilityPlatform','hookAnalyticsId','iayoD','qQRTZ','failure_backtrace','uuid','test','FCOje','_afterAll','EeFCB','Checking\x20for\x20accessibility\x20automation\x20session\x20with\x20','GfuBW','TEST_RUN_SKIPPED','failed\x20to\x20get\x20root\x20parent\x20file\x20','obsBrowserTypeMockApplied','hiWBN','dJhqJ','3116076OycbCL','pending','_testEnv','RCwBu','skipped','result','logs','hook_run','Playwright','defineProperty','File\x20path\x20could\x20not\x20be\x20found','aOKKa','FWzuG','gqofc','tTKIc','name','GSrBB','O11yHelper','getRootParentFile','getCBTInfo','toString','Evlsi','emAml','frameworkName','prototype','setupBrowserDetails','PathHelper','SOHfo','dkpvn','VgZhT','test_run_uuid','patchConsoleLogger','hook_run_uuid','BjAyx','94685QTLtgl','104rMzUAZ','driver','KOSgQ','client','file_name','BlFlK','CLQun','zGRXQ','KSohM','ctx','JzNzG','ceCuJ','apply','611347SXISHX','WjmUx','backtrace','text','keyword','cwd','CBTSessionCreated','HOOK_RUN_FINISHED','startedAt','1336qfeQkI','forEach','finished','inspect','HookRunFinished','VOpHX','getFailureType','lJbaW','comment','qxbem','ubQDe','TEST_RUN_STARTED','find','fmOky','now','cEcPO','dHSoc','push','LRfCD','markedStatus','event_type','lib','3477710bJMLCW','fireEvent','mapTestHooks','err','status','split','exports','16547432xGTxlp','776fTGZbi','xNcWv','browserType.js','getHooksForTest','suRBh','stringify','connect','launch','toLowerCase','Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20','sODqg','xjfVG','.git','qHJnG','DqZAE','DIIrv','ooeQC','ZvgUH','ILsLA','RdQLa','ZTAER','duration','../playwright/accessibility-helper','OiQDC','join','message','suites','_beforeEach','getTime','RSptt','cnsXZ','../../helpers/test-observability/constants','toISOString','finished_at','ZxBcf','oQMog','concat','oSwAT','__platformCaps','debug','Exception\x20in\x20uploading\x20platform\x20details\x20to\x20','STATE_FAILED','theWZ','success','sIxLz','TestRunFinished','YWSZk','YdLab','BROWSERSTACK','failed','feature','appendTestItemLog','PLAYWRIGHT_HUB_URL','retryOf','includes','Xgnyt','../../helpers/test-observability/requestQueueHandler','_beforeAll','nkfbm','hooks','dirname','testAnalyticsId','YUqoZ','BrowserType','4|5|1|3|2|0','tags','toUpperCase','TestRunStarted','match','DUsxB','pid','nSDhr','constructor','VORUw','41790RcuKIB','location_prefix','removeAllListeners','QVuKh','failureData','ZVBDJ','TEST_EVENTS','IfqEX','hook','iVukQ','LubBN','captureEvent','WoIZF','body','shutdown','failure','HOOK_RUN_STARTED','currentHook','errorsDetailed','WeSXW','bddSteps','currentTest','rvGjq','nbSbb','_paths','../../helpers/helper','../../helpers/test-observability/sessionHandler','enabled','config','wsEndpoint','PJnhu','initializeBddStep','util','_afterEach','prefixTestPath','HHklG','../../helpers/logger','Failed\x20to\x20parse\x20wsendpoint\x20','fullTitle','jCkcQ','\x20with\x20error\x20:\x20','uploadEventData','hook_type','NSlGl','CODECEPT','started','../playwright/sessionDetails','Exception\x20in\x20uploading\x20log\x20data\x20to\x20','test_run','length','AUuMl','bs:addLog:','zusMh','meta','Exception\x20in\x20sending\x20test\x20data\x20for\x20event\x20','CqTsN','getHookType','TEST_REPORTING_ANALYTICS','browserstack','sendCBTInfo','passed','resetSkipTestHooks','groups','4701PqbAJU','iWzey','goAlm','TEST_RUN_FINISHED','WsNqF','stepAnalyticsId','VjJmW','zQMyG','title','xGMew'];a4_0x2a46=function(){return _0x4bffb8;};return a4_0x2a46();}const TEST_EVENTS=a4_0x14a94c,parseEvent=_0x5e3613=>{const _0x57f120=a4_0x55af8f,_0x155b60={};_0x155b60[_0x57f120(0x1ad)]=function(_0x1f55ef,_0x5b69bb){return _0x1f55ef<_0x5b69bb;},_0x155b60[_0x57f120(0x21a)]=function(_0x2691d3,_0x180282){return _0x2691d3===_0x180282;},_0x155b60[_0x57f120(0x1b2)]=_0x57f120(0x22a),_0x155b60[_0x57f120(0x15b)]=function(_0x60b738,_0x50a7a6){return _0x60b738===_0x50a7a6;},_0x155b60['KSohM']='hook',_0x155b60['YWSZk']=function(_0x18f9fa,_0x39bdc3){return _0x18f9fa===_0x39bdc3;},_0x155b60[_0x57f120(0x193)]=_0x57f120(0x239),_0x155b60[_0x57f120(0x215)]='started',_0x155b60[_0x57f120(0x1dc)]=function(_0x563deb,_0x211b98){return _0x563deb===_0x211b98;},_0x155b60[_0x57f120(0x1b7)]=_0x57f120(0x16c);const _0x4afe83=_0x155b60,_0x4f2c42=_0x5e3613[_0x57f120(0x1cc)](/^(.*)Run(.*)$/);if(!_0x4f2c42)return null;if(_0x4afe83[_0x57f120(0x1ad)](_0x4f2c42[_0x57f120(0x203)],0x3))return null;const _0x14a1a6=_0x4f2c42[0x1][_0x57f120(0x190)](),_0x2755a2=_0x4f2c42[0x2][_0x57f120(0x190)]();return{'test':_0x4afe83['xGMew'](_0x14a1a6,_0x4afe83['theWZ']),'hook':_0x4afe83['zGRXQ'](_0x14a1a6,_0x4afe83[_0x57f120(0x15c)]),'skipped':_0x4afe83[_0x57f120(0x1b6)](_0x2755a2,_0x4afe83['xjfVG']),'started':_0x4afe83[_0x57f120(0x15b)](_0x2755a2,_0x4afe83['WsNqF']),'finished':_0x4afe83[_0x57f120(0x1dc)](_0x2755a2,_0x4afe83[_0x57f120(0x1b7)])};},mockPWBrowserType=_0x53e9a5=>{const _0x37112e=a4_0x55af8f,_0x101292={'iVukQ':function(_0x20ca27,_0x61c138){return _0x20ca27===_0x61c138;},'sODqg':'string','CqTsN':function(_0x163a66,_0x3f338f,_0x2b6bb8){return _0x163a66(_0x3f338f,_0x2b6bb8);},'RCwBu':_0x37112e(0x1ef),'DUsxB':function(_0x3428b3,_0x2b52fc){return _0x3428b3(_0x2b52fc);},'PdWdr':_0x37112e(0x20c),'uXwBY':function(_0x3081fe,_0x35c82d){return _0x3081fe(_0x35c82d);},'EeFCB':_0x37112e(0x17f),'SOHfo':_0x37112e(0x157),'RSptt':_0x37112e(0x18a),'DIIrv':function(_0x51f90a,_0x21bb1d){return _0x51f90a(_0x21bb1d);},'ubQDe':'Not\x20able\x20to\x20import\x20Browser','QuJUd':_0x37112e(0x18e),'GfuBW':_0x37112e(0x18f)},_0x5471b1=path[_0x37112e(0x1a0)](_0x101292[_0x37112e(0x22d)],_0x101292[_0x37112e(0x14c)],_0x101292[_0x37112e(0x1a5)]),_0x5655d8=_0x101292[_0x37112e(0x1cd)](importFileFromPWCore,_0x5471b1);if(!_0x5655d8){_0x101292[_0x37112e(0x197)](debug,_0x101292[_0x37112e(0x174)]);return;}const _0x2600bf=_0x5655d8[_0x37112e(0x1c7)],_0x27f98e=_0x2600bf[_0x37112e(0x149)];if(_0x27f98e[_0x37112e(0x232)])return;const _0x24c730=_0x27f98e[_0x37112e(0x18e)];Object[_0x37112e(0x23e)](_0x27f98e,_0x101292['QuJUd'],{'get':function(){const _0x129e45=_0x37112e,_0x5b75f6={'OiQDC':function(_0xa3ede3,_0x110b85){const _0x10a933=a4_0x45e0;return _0x101292[_0x10a933(0x1db)](_0xa3ede3,_0x110b85);},'oMKlW':_0x101292[_0x129e45(0x192)],'jCkcQ':function(_0x218187,_0x1c86e7,_0x520157){const _0x1c8322=_0x129e45;return _0x101292[_0x1c8322(0x209)](_0x218187,_0x1c86e7,_0x520157);},'FWzuG':_0x101292[_0x129e45(0x238)],'emAml':function(_0x3f20af,_0x55ab2e){const _0x45bd2f=_0x129e45;return _0x101292[_0x45bd2f(0x1cd)](_0x3f20af,_0x55ab2e);},'dkpvn':_0x101292['PdWdr'],'IfqEX':function(_0x44e6f3,_0x1a3812){return _0x101292['uXwBY'](_0x44e6f3,_0x1a3812);}};return async function _0x4408a9(_0x389da7,_0xfe55f8){const _0x401957=_0x129e45,_0x3ca8b3=_0x5b75f6['jCkcQ'](nestedKeyValue,_0x389da7,[_0x5b75f6[_0x401957(0x241)]])||_0x389da7;let _0x5942e9=null,_0x2a7f2b=null;try{[_0x2a7f2b,_0x5942e9]=_0x3ca8b3?_0x5b75f6[_0x401957(0x147)](parseWSEndpoint,_0x3ca8b3):[null,null],global[_0x401957(0x1ae)]=_0x5942e9,logger[_0x401957(0x1af)](_0x401957(0x22e)+_0x2a7f2b),_0x2a7f2b[_0x401957(0x1be)](Constants[_0x401957(0x1b8)])&&(global['__cloud_provider___']=_0x5b75f6[_0x401957(0x14d)]);}catch(_0x1f6601){logger['debug'](_0x401957(0x1f7)+_0x3ca8b3+'\x20'+_0x1f6601);}_0x5b75f6[_0x401957(0x1f9)](processAccessibilityCaps,_0x5942e9,_0x2a7f2b);if(global[_0x401957(0x224)]){const _0x4d7453=await _0x27f98e['connectOverCDP'][_0x401957(0x160)](this,[''+Constants[_0x401957(0x1bc)]+_0x5b75f6[_0x401957(0x1d9)](encodeURIComponent,JSON[_0x401957(0x18d)](_0x5942e9))]);return PlaywrightSessionDetails['setupBrowserDetails'](_0x4d7453,_0x53e9a5,_0x3ca8b3),_0x4d7453;}return _0x24c730[_0x401957(0x160)](this,arguments)['then'](_0x1b4088=>{const _0x6bfde9=_0x401957;let _0x3fbfc0=_0x389da7['wsEndpoint'];return _0x5b75f6[_0x6bfde9(0x19f)](typeof _0x389da7,_0x5b75f6['oMKlW'])&&(_0x3fbfc0=_0x389da7),PlaywrightSessionDetails[_0x6bfde9(0x14a)](_0x1b4088,_0x53e9a5,_0x3fbfc0),_0x1b4088;});};}});const _0x235f5d=_0x27f98e[_0x37112e(0x18f)];Object['defineProperty'](_0x27f98e,_0x101292[_0x37112e(0x22f)],{'get':function(){return async function _0xd7adef(){const _0x47ef61=a4_0x45e0;return _0x235f5d['apply'](this,arguments)[_0x47ef61(0x21b)](_0x6d28ae=>{const _0x5f0f18=_0x47ef61;return PlaywrightSessionDetails[_0x5f0f18(0x14a)](_0x6d28ae,null),_0x6d28ae;});};}});};class O11yHelper{['currentTest']=null;['currentHook']=null;[a4_0x55af8f(0x1ed)]=![];['frameworkName']=![];constructor(_0xf9515a,_0x4801c5){const _0x18f2b8=a4_0x55af8f,_0x4e5f36={'HHklG':_0x18f2b8(0x1c8),'VORUw':function(_0x33457e,_0x2c3b82){return _0x33457e===_0x2c3b82;},'lzunN':_0x18f2b8(0x23d),'PJnhu':function(_0x1785be,_0x54af21){return _0x1785be(_0x54af21);},'xNcWv':function(_0x15980b){return _0x15980b();},'LRfCD':function(_0x1d2046){return _0x1d2046();}},_0x5437d2=_0x4e5f36[_0x18f2b8(0x1f5)][_0x18f2b8(0x185)]('|');let _0x20d0a0=0x0;while(!![]){switch(_0x5437d2[_0x20d0a0++]){case'0':this[_0x18f2b8(0x155)]&&_0x4e5f36[_0x18f2b8(0x1d1)](this[_0x18f2b8(0x155)][_0x18f2b8(0x1d0)][_0x18f2b8(0x244)],_0x4e5f36['lzunN'])&&_0x4e5f36[_0x18f2b8(0x1f0)](mockPWBrowserType,null);continue;case'1':this[_0x18f2b8(0x155)]=_0xf9515a;continue;case'2':this[_0x18f2b8(0x1ea)]=new testOpsHelper[(_0x18f2b8(0x14b))]({'cwd':process[_0x18f2b8(0x166)]()},this[_0x18f2b8(0x237)][_0x18f2b8(0x1d3)]);continue;case'3':this[_0x18f2b8(0x237)]=_0x4e5f36[_0x18f2b8(0x189)](getTestEnv);continue;case'4':this[_0x18f2b8(0x1ed)]=_0x4e5f36[_0x18f2b8(0x17c)](shouldProcessEventForTesthub);continue;case'5':this[_0x18f2b8(0x148)]=_0x4801c5[_0x18f2b8(0x148)];continue;}break;}}['start'](){const _0x537bcf=a4_0x55af8f;if(!this['enabled'])return;testOpsHelper[_0x537bcf(0x150)](),process[_0x537bcf(0x1d4)](_0x537bcf(0x205)+process[_0x537bcf(0x1ce)]),process['on'](_0x537bcf(0x205)+process[_0x537bcf(0x1ce)],this[_0x537bcf(0x1bb)]['bind'](this));}async[a4_0x55af8f(0x220)](){const _0x4893d3=a4_0x55af8f;await RequestQueueHandler['getInstance']()[_0x4893d3(0x1e0)]();}async[a4_0x55af8f(0x1bb)](_0x4c228b){const _0x20782c=a4_0x55af8f,_0x454cfd={'VjJmW':'LogCreated','lJbaW':function(_0x1bdc30,_0x26bdb8){return _0x1bdc30(_0x26bdb8);}};try{this[_0x20782c(0x1e3)]&&!this[_0x20782c(0x1e3)][_0x20782c(0x17d)]&&(_0x4c228b['hook_run_uuid']=this[_0x20782c(0x1e3)][_0x20782c(0x225)]);!_0x4c228b[_0x20782c(0x151)]&&this[_0x20782c(0x1e7)]&&!this['currentTest'][_0x20782c(0x17d)]&&(_0x4c228b[_0x20782c(0x14f)]=this[_0x20782c(0x1e7)][_0x20782c(0x1c5)]);if(_0x4c228b[_0x20782c(0x151)]||_0x4c228b[_0x20782c(0x14f)]){const _0x27178b={};_0x27178b[_0x20782c(0x17e)]=_0x454cfd[_0x20782c(0x217)],_0x27178b[_0x20782c(0x23b)]=[_0x4c228b],await SessionHandler[_0x20782c(0x1fb)](_0x27178b);}}catch(_0x427f3e){_0x454cfd[_0x20782c(0x171)](debug,_0x20782c(0x201)+constants['TEST_REPORTING_ANALYTICS']+_0x20782c(0x1fa)+_0x427f3e);}}async[a4_0x55af8f(0x20d)](_0x477a1e){const _0x4c3b4f=a4_0x55af8f,_0x39d9f5={'fmOky':_0x4c3b4f(0x167),'dJhqJ':function(_0x501bab,_0x4221e6){return _0x501bab(_0x4221e6);}};if(!this[_0x4c3b4f(0x1ed)])return;const _0x1c08ec=this['getCBTInfo'](this[_0x4c3b4f(0x155)]);try{const _0x18c966={};_0x18c966[_0x4c3b4f(0x229)]=_0x477a1e,_0x18c966['integrations']=_0x1c08ec;const _0x111710=_0x18c966,_0x5f3a2e={};_0x5f3a2e[_0x4c3b4f(0x17e)]=_0x39d9f5[_0x4c3b4f(0x177)],_0x5f3a2e[_0x4c3b4f(0x202)]=_0x111710,await SessionHandler[_0x4c3b4f(0x1fb)](_0x5f3a2e);}catch(_0x4e595f){_0x39d9f5[_0x4c3b4f(0x234)](debug,_0x4c3b4f(0x1b0)+constants[_0x4c3b4f(0x20b)]+'\x20with\x20error\x20:\x20'+_0x4e595f);}}[a4_0x55af8f(0x248)](_0x38e3f1){const _0xa34e9d=a4_0x55af8f,_0x353973={'dHSoc':function(_0x5c9d2c,_0x124d0){return _0x5c9d2c(_0x124d0);}};return _0x353973[_0xa34e9d(0x17a)](fetchPlatformDetails,_0x38e3f1);}[a4_0x55af8f(0x20f)]=_0x5befaa=>{const _0x45f7ec=a4_0x55af8f,_0x3d13f0={};_0x3d13f0['dnAoq']=_0x45f7ec(0x1a3),_0x3d13f0[_0x45f7ec(0x1d5)]='_afterEach';const _0x1e098e=_0x3d13f0;if(!_0x5befaa||!_0x5befaa[_0x45f7ec(0x21d)])return;[_0x1e098e['dnAoq'],_0x1e098e[_0x45f7ec(0x1d5)]][_0x45f7ec(0x16b)](_0x42bcba=>{const _0x310f9f=_0x45f7ec,_0x142ee3=_0x5befaa['parent'][_0x42bcba];_0x142ee3[_0x310f9f(0x16b)](_0x51a58d=>{const _0x33678a=_0x310f9f;_0x51a58d[_0x33678a(0x225)]&&(_0x51a58d[_0x33678a(0x225)]=null);});});};['mapTestHooks'](_0x3bbcaf){const _0x3a6ea5=a4_0x55af8f,_0x258fa5={'lxYxY':'codeceptjs','NKODl':function(_0x2581c9){return _0x2581c9();},'tNATc':function(_0x3d440d,_0x3bdc44){return _0x3d440d===_0x3bdc44;},'nkfbm':_0x3a6ea5(0x1f3),'suRBh':function(_0x1cec12){return _0x1cec12();},'pBOZb':_0x3a6ea5(0x1c1),'ZxBcf':_0x3a6ea5(0x22c),'BlFlK':_0x3a6ea5(0x1a3)};if(!_0x3bbcaf||!_0x3bbcaf[_0x3a6ea5(0x21d)])return;[_0x258fa5['pBOZb'],_0x258fa5[_0x3a6ea5(0x1aa)],_0x258fa5[_0x3a6ea5(0x159)],_0x258fa5[_0x3a6ea5(0x1c2)]][_0x3a6ea5(0x16b)](_0x4fb724=>{const _0x2f4a2a=_0x3a6ea5,_0x1a4d9f={'NSlGl':_0x258fa5['lxYxY'],'VOpHX':function(_0x34e1f3){return _0x258fa5['NKODl'](_0x34e1f3);},'qQRTZ':function(_0x1e6e22,_0xcb8c64){return _0x258fa5['tNATc'](_0x1e6e22,_0xcb8c64);},'goAlm':_0x258fa5[_0x2f4a2a(0x1c2)],'ceCuJ':function(_0xb83a09){const _0x345811=_0x2f4a2a;return _0x258fa5[_0x345811(0x18c)](_0xb83a09);}},_0xd17e6a=_0x3bbcaf[_0x2f4a2a(0x21d)][_0x4fb724]||[];_0xd17e6a[_0x2f4a2a(0x16b)](_0x5dd0d2=>{const _0x50592c=_0x2f4a2a;if(_0x5dd0d2[_0x50592c(0x219)]['includes'](_0x1a4d9f[_0x50592c(0x1fd)]))return;if(!_0x5dd0d2['hookAnalyticsId'])_0x5dd0d2[_0x50592c(0x225)]=_0x1a4d9f[_0x50592c(0x16f)](uuidv4);else _0x5dd0d2[_0x50592c(0x17d)]&&_0x1a4d9f[_0x50592c(0x227)](_0x4fb724,_0x1a4d9f[_0x50592c(0x213)])&&(_0x5dd0d2[_0x50592c(0x225)]=_0x1a4d9f[_0x50592c(0x15f)](uuidv4),delete _0x5dd0d2['markedStatus']);});}),this[_0x3a6ea5(0x182)](_0x3bbcaf[_0x3a6ea5(0x21d)]);}['getHooksForTest'](_0x1a68b0){const _0x4b9776=a4_0x55af8f,_0x598603={};_0x598603[_0x4b9776(0x1e5)]=_0x4b9776(0x1c1),_0x598603[_0x4b9776(0x1e8)]=_0x4b9776(0x22c),_0x598603[_0x4b9776(0x179)]='_beforeEach',_0x598603[_0x4b9776(0x1b4)]=_0x4b9776(0x1f3);const _0x592a78=_0x598603;if(!_0x1a68b0||!_0x1a68b0[_0x4b9776(0x21d)])return[];const _0x3e1f9c=[];return[_0x592a78[_0x4b9776(0x1e5)],_0x592a78['rvGjq'],_0x592a78[_0x4b9776(0x179)],_0x592a78[_0x4b9776(0x1b4)]][_0x4b9776(0x16b)](_0xd6c556=>{const _0xd9486=_0x4b9776,_0x45d7a2=_0x1a68b0['parent'][_0xd6c556]||[];_0x45d7a2[_0xd9486(0x16b)](_0x3e4ab1=>{const _0x16b6d2=_0xd9486;_0x3e4ab1[_0x16b6d2(0x225)]&&_0x3e1f9c['push'](_0x3e4ab1[_0x16b6d2(0x225)]);});}),[][_0x4b9776(0x1ac)](_0x3e1f9c,this[_0x4b9776(0x18b)](_0x1a68b0['parent']));}[a4_0x55af8f(0x20a)](_0x501b2b){const _0x344f2a=a4_0x55af8f,_0x539898=/^"(?<hook>.*)" hook:.*$/,_0x283a7e=_0x501b2b[_0x344f2a(0x219)],_0x8d184b=_0x283a7e[_0x344f2a(0x1cc)](_0x539898);if(_0x8d184b&&_0x8d184b[_0x344f2a(0x210)])return _0x8d184b['groups'][_0x344f2a(0x1da)][_0x344f2a(0x1ca)]()['replace']('\x20','_');return null;}['findGitConfig'](_0x319b7d){const _0x1cc844=a4_0x55af8f,_0x35b37e={};_0x35b37e[_0x1cc844(0x1a6)]=function(_0x1822cc,_0x5a8412){return _0x1822cc===_0x5a8412;},_0x35b37e[_0x1cc844(0x212)]=function(_0x16045a,_0x318700){return _0x16045a===_0x318700;},_0x35b37e['ZvgUH']=function(_0x26dac6,_0x542845){return _0x26dac6===_0x542845;},_0x35b37e['JzNzG']=function(_0x4933d8,_0x4d8304){return _0x4933d8===_0x4d8304;},_0x35b37e[_0x1cc844(0x162)]=_0x1cc844(0x194),_0x35b37e[_0x1cc844(0x1bf)]=_0x1cc844(0x1ee);const _0xecaaff=_0x35b37e,_0x549646=path['sep'];if(_0xecaaff['cnsXZ'](_0x319b7d,null)||_0xecaaff[_0x1cc844(0x212)](_0x319b7d,'')||_0xecaaff[_0x1cc844(0x199)](_0x319b7d,_0x549646)||_0xecaaff[_0x1cc844(0x15e)](_0x319b7d,path[_0x1cc844(0x1c4)](_0x319b7d)))return null;try{return fs['statSync'](path[_0x1cc844(0x1a0)](_0x319b7d,_0xecaaff[_0x1cc844(0x162)],_0xecaaff['Xgnyt'])),_0x319b7d;}catch(_0x62e17){const _0x79e3a8=path[_0x1cc844(0x1c4)](_0x319b7d);return this[_0x1cc844(0x21e)](_0x79e3a8);}}[a4_0x55af8f(0x247)](_0x247b84){const _0x1e35d1=a4_0x55af8f,_0x4279db={};_0x4279db['BcLSE']=function(_0x1e2087,_0x461331){return _0x1e2087>_0x461331;};const _0x275e67=_0x4279db;if(_0x247b84['file'])return _0x247b84['file'];if(_0x247b84['ctx']){const _0x3c902b=_0x247b84[_0x1e35d1(0x15d)]['currentTest']?this[_0x1e35d1(0x247)](_0x247b84[_0x1e35d1(0x15d)][_0x1e35d1(0x1e7)]):null;if(_0x3c902b)return _0x3c902b;}if(_0x247b84[_0x1e35d1(0x21d)]){const _0x17a685=this['getRootParentFile'](_0x247b84[_0x1e35d1(0x21d)])||(_0x247b84[_0x1e35d1(0x21d)][_0x1e35d1(0x15d)]&&_0x247b84['parent'][_0x1e35d1(0x15d)]['currentTest']?this[_0x1e35d1(0x247)](_0x247b84[_0x1e35d1(0x21d)][_0x1e35d1(0x15d)][_0x1e35d1(0x1e7)]):null);if(_0x17a685)return _0x17a685;_0x247b84[_0x1e35d1(0x21d)][_0x1e35d1(0x1a2)]&&_0x275e67['BcLSE'](_0x247b84[_0x1e35d1(0x21d)][_0x1e35d1(0x1a2)][_0x1e35d1(0x203)],0x0)&&_0x247b84[_0x1e35d1(0x21d)][_0x1e35d1(0x1a2)][_0x1e35d1(0x16b)](_0x4ab292=>{const _0x12b87a=_0x1e35d1,_0x2c9829=_0x4ab292[_0x12b87a(0x15d)]?this[_0x12b87a(0x247)](_0x4ab292['ctx']):null;if(_0x2c9829)return _0x2c9829;});}return null;}['getHierarchy'](_0x1ecea9){const _0x1fce35=a4_0x55af8f,_0x3bc419={};_0x3bc419[_0x1fce35(0x14e)]=function(_0x483bfd,_0x1de354){return _0x483bfd!==_0x1de354;};const _0x4804ed=_0x3bc419,_0x9210c5=[];if(_0x1ecea9&&_0x1ecea9['parent']){let _0x47cdfa=_0x1ecea9['parent'];while(_0x47cdfa&&_0x4804ed[_0x1fce35(0x14e)](_0x47cdfa[_0x1fce35(0x219)],'')){_0x9210c5[_0x1fce35(0x17b)](_0x47cdfa['title']),_0x47cdfa=_0x47cdfa[_0x1fce35(0x21d)];}}return _0x9210c5;}[a4_0x55af8f(0x1dd)](_0x1f1812,_0x4dccb6,_0x4e9f8e=undefined){const _0x39bd22=a4_0x55af8f,_0xecd1ad={'YUqoZ':function(_0x39782f,_0x311035){return _0x39782f(_0x311035);},'AUuMl':function(_0x22031b){return _0x22031b();},'ILsLA':function(_0x46f7da){return _0x46f7da();},'gqofc':function(_0x5adb47){return _0x5adb47();},'RdQLa':function(_0x594743,_0xb44116){return _0x594743(_0xb44116);},'qHJnG':_0x39bd22(0x1f2),'Evlsi':_0x39bd22(0x183),'BjAyx':function(_0x3e3d15,_0x830d0e){return _0x3e3d15!==_0x830d0e;},'pGaZy':function(_0x550c29,_0x1f1116){return _0x550c29!==_0x1f1116;},'KOSgQ':_0x39bd22(0x23f),'ZVBDJ':_0x39bd22(0x236),'GSrBB':'failed','ooeQC':_0x39bd22(0x20e),'hiWBN':_0x39bd22(0x239),'nSDhr':'javascript','CkVJT':function(_0x34f3d9,_0x186e43){return _0x34f3d9-_0x186e43;},'tTKIc':function(_0xb13d1d,_0x28a1b2,_0x2f5cd2,_0x5224f1,_0xc45d3){return _0xb13d1d(_0x28a1b2,_0x2f5cd2,_0x5224f1,_0xc45d3);},'CllPq':'integrations','IlUGG':_0x39bd22(0x207),'qxbem':_0x39bd22(0x1e1),'bTwBJ':_0x39bd22(0x228),'FCOje':_0x39bd22(0x163),'zQMyG':'failure_reason_expanded','zkMkM':'expanded','zusMh':function(_0x4b2094,_0x4b8ae4){return _0x4b2094===_0x4b8ae4;},'CLQun':_0x39bd22(0x23c),'ZTAER':_0x39bd22(0x202)};if(!this[_0x39bd22(0x1ed)])return;try{if(_0x4dccb6['fn']&&_0x4dccb6['fn'][_0x39bd22(0x249)]()[_0x39bd22(0x1cc)](/browserstack internal helper hook/))return;const _0x5a4b71=_0xecd1ad[_0x39bd22(0x1c6)](parseEvent,_0x1f1812);if(!_0x5a4b71)return;if(_0x5a4b71[_0x39bd22(0x22a)]){this[_0x39bd22(0x1e7)]=_0x4dccb6,this[_0x39bd22(0x1e3)]=null;if(_0x5a4b71[_0x39bd22(0x1ff)]||_0x5a4b71[_0x39bd22(0x239)]){_0x4dccb6[_0x39bd22(0x169)]=new Date(),_0x4dccb6[_0x39bd22(0x17d)]=![];if(!_0x4dccb6['testAnalyticsId'])_0x4dccb6[_0x39bd22(0x1c5)]=_0xecd1ad[_0x39bd22(0x204)](uuidv4);else _0x4dccb6['markedStatus']&&(!_0x4dccb6['retryOf']&&(_0x4dccb6['retryOf']=_0x4dccb6[_0x39bd22(0x1c5)]),_0x4dccb6['testAnalyticsId']=_0xecd1ad[_0x39bd22(0x19a)](uuidv4));}}else{if(_0x5a4b71[_0x39bd22(0x1da)]){this[_0x39bd22(0x1e3)]=_0x4dccb6;if(_0x5a4b71[_0x39bd22(0x1ff)]){_0x4dccb6[_0x39bd22(0x169)]=new Date(),_0x4dccb6[_0x39bd22(0x17d)]=![];if(!_0x4dccb6['hookAnalyticsId'])_0x4dccb6[_0x39bd22(0x225)]=_0xecd1ad[_0x39bd22(0x242)](uuidv4);else _0x4dccb6[_0x39bd22(0x225)]&&_0x4dccb6['markedStatus']&&(_0x4dccb6['hookAnalyticsId']=_0xecd1ad[_0x39bd22(0x204)](uuidv4));}}}if(_0x5a4b71[_0x39bd22(0x16c)]&&_0x4dccb6[_0x39bd22(0x17d)])return;let _0x51f74d;try{_0x51f74d=this[_0x39bd22(0x247)](_0x4dccb6);}catch(_0x29f0ac){logger[_0x39bd22(0x1af)](_0x39bd22(0x231)+_0x29f0ac),_0x51f74d=null;}const _0x5b6ec4=_0xecd1ad[_0x39bd22(0x19b)](require,_0xecd1ad[_0x39bd22(0x195)]);let _0x5b0d0a=[];_0x4e9f8e&&(_0x5b0d0a=[_0x4e9f8e,_0xecd1ad[_0x39bd22(0x24a)]]);const _0x1bc702=_0xecd1ad[_0x39bd22(0x152)](_0x4dccb6[_0x39bd22(0x1e4)],undefined)?_0x5b6ec4[_0x39bd22(0x16d)](_0x4dccb6['errorsDetailed'][0x0]):_0xecd1ad['pGaZy'](_0x4e9f8e,undefined)?_0x4e9f8e[_0x39bd22(0x249)]():undefined,_0x192087=_0x51f74d?this[_0x39bd22(0x21e)](_0x51f74d):null,_0x45ab30=_0x51f74d?this['_paths'][_0x39bd22(0x1f4)](this[_0x39bd22(0x247)](_0x4dccb6)):_0xecd1ad[_0x39bd22(0x156)];let _0xbf7b90=_0xecd1ad[_0x39bd22(0x1d7)];const _0x202683=!_0x5a4b71[_0x39bd22(0x1ff)]?new Date()['toISOString']():null;if(_0x5a4b71[_0x39bd22(0x16c)])_0xbf7b90=_0x4e9f8e?_0xecd1ad[_0x39bd22(0x245)]:_0xecd1ad['ooeQC'],_0x4dccb6[_0x39bd22(0x17d)]=!![];else _0x5a4b71[_0x39bd22(0x239)]&&(_0xbf7b90=_0xecd1ad[_0x39bd22(0x233)],_0x4dccb6[_0x39bd22(0x17d)]=!![]);const _0x926d1f={'framework':this[_0x39bd22(0x148)],'uuid':_0x4dccb6[_0x39bd22(0x1c5)]||_0x4dccb6[_0x39bd22(0x225)],'name':_0x4dccb6[_0x39bd22(0x219)],'body':{'lang':_0xecd1ad[_0x39bd22(0x1cf)],'code':_0x4dccb6[_0x39bd22(0x1df)][_0x39bd22(0x249)]()},'type':_0x4dccb6['type'],'scope':_0x4dccb6[_0x39bd22(0x1f8)](),'scopes':this['getHierarchy'](_0x4dccb6),'file_name':_0x45ab30,'vc_filepath':_0x192087?path['relative'](_0x192087,_0x51f74d):null,'location':_0x45ab30,'result':_0xbf7b90,'failure_reason':_0x1bc702,'duration_in_ms':_0x4dccb6[_0x39bd22(0x19d)]||(_0x5a4b71[_0x39bd22(0x16c)]||_0x5a4b71['skipped'])?_0xecd1ad['CkVJT'](Date[_0x39bd22(0x178)](),new Date(_0x4dccb6['startedAt'])['getTime']()):null,'started_at':new Date(_0x4dccb6[_0x39bd22(0x169)])['toISOString'](),'finished_at':_0x202683,'failure':testOpsHelper[_0x39bd22(0x1d6)][_0x39bd22(0x160)](null,_0x5b0d0a),'failure_type':!_0x1bc702?null:testOpsHelper[_0x39bd22(0x170)](_0x1bc702),'retry_of':_0x4dccb6[_0x39bd22(0x1bd)]||null,'tags':_0x4dccb6[_0x39bd22(0x1c9)]||[],'customRerunParam':{'rerun_name':_0x4dccb6[_0x39bd22(0x1f8)]()}};_0xecd1ad[_0x39bd22(0x243)](appendTesthubParams,_0x926d1f,_0x1f1812,_0x4dccb6,FRAMEWORKS[_0x39bd22(0x1fe)]);if(_0x5a4b71['hook'])[_0x926d1f[_0x39bd22(0x1fc)],_0x926d1f[_0x39bd22(0x244)]]=[this[_0x39bd22(0x20a)](_0x4dccb6),_0x4dccb6[_0x39bd22(0x15d)]['test']['title']],_0x5a4b71[_0x39bd22(0x16c)]?_0xecd1ad[_0x39bd22(0x152)](_0x926d1f[_0x39bd22(0x23a)],_0xecd1ad[_0x39bd22(0x245)])&&(_0x926d1f[_0x39bd22(0x23a)]=_0xecd1ad[_0x39bd22(0x198)]):_0x926d1f['body']={};else _0x5a4b71[_0x39bd22(0x22a)]&&(this[_0x39bd22(0x182)](_0x4dccb6),_0x5a4b71[_0x39bd22(0x239)]&&this[_0x39bd22(0x20f)](_0x4dccb6),(_0x5a4b71[_0x39bd22(0x16c)]||_0x5a4b71[_0x39bd22(0x239)])&&(_0x926d1f[_0x39bd22(0x1c3)]=this[_0x39bd22(0x18b)](_0x4dccb6)));this['driver']&&(_0x5a4b71[_0x39bd22(0x1ff)]||_0x5a4b71['skipped'])&&(_0x926d1f[_0xecd1ad[_0x39bd22(0x21f)]]=this[_0x39bd22(0x248)](this[_0x39bd22(0x155)]));_0x5a4b71['test']&&_0x5a4b71[_0x39bd22(0x16c)]&&_0x4dccb6[_0x39bd22(0x1e6)]&&(_0x926d1f[_0xecd1ad['IlUGG']]={'feature':{'name':_0x4dccb6['parent'][_0x39bd22(0x1ba)]['name'],'path':_0x926d1f[_0x39bd22(0x158)],'description':_0x4dccb6['parent'][_0x39bd22(0x172)]},'scenario':{'name':_0x4dccb6[_0x39bd22(0x219)]},'steps':_0x4dccb6['bddSteps']});const _0x3e7bd3=_0x926d1f[_0xecd1ad[_0x39bd22(0x173)]][0x0];_0x3e7bd3&&(_0x926d1f[_0xecd1ad[_0x39bd22(0x21c)]]=_0x3e7bd3[_0xecd1ad[_0x39bd22(0x22b)]],_0x926d1f[_0xecd1ad[_0x39bd22(0x218)]]=_0x3e7bd3[_0xecd1ad['zkMkM']]);if(_0x4dccb6[_0x39bd22(0x1e6)])for(const _0x57bfd3 of _0x4dccb6[_0x39bd22(0x1e6)]){!_0x57bfd3[_0x39bd22(0x1a9)]&&(_0x57bfd3[_0x39bd22(0x1a9)]=new Date()['toISOString'](),_0xecd1ad[_0x39bd22(0x206)](_0x57bfd3[_0x39bd22(0x23a)],_0xecd1ad['ZVBDJ'])&&(_0x3e7bd3?(_0x57bfd3[_0x39bd22(0x23a)]=_0xecd1ad[_0x39bd22(0x245)],_0x57bfd3[_0x39bd22(0x1e1)]=_0x3e7bd3[_0xecd1ad['FCOje']][0x0]):_0x57bfd3[_0x39bd22(0x23a)]=_0xecd1ad[_0x39bd22(0x198)]));}const _0x566f5d={};_0x566f5d[_0x39bd22(0x17e)]=_0x5a4b71['skipped']?TEST_EVENTS[_0x39bd22(0x214)]:_0x1f1812;const _0x3a303a=_0x566f5d;return _0x5a4b71[_0x39bd22(0x1da)]?_0x3a303a[_0xecd1ad[_0x39bd22(0x15a)]]=_0x926d1f:_0x3a303a[_0xecd1ad[_0x39bd22(0x19c)]]=_0x926d1f,_0x3a303a;}catch(_0x1c398f){logger[_0x39bd22(0x1af)](_0x39bd22(0x191)+_0x1f1812+'\x20with\x20error\x20:\x20'+_0x1c398f);}}async[a4_0x55af8f(0x181)](_0xeb3d2c,_0x38c469){const _0x2b4d90=a4_0x55af8f;if(!this[_0x2b4d90(0x1ed)]||!_0x38c469||!_0xeb3d2c)return![];try{return await SessionHandler[_0x2b4d90(0x1fb)](_0x38c469);}catch(_0x21e037){logger['debug'](_0x2b4d90(0x208)+_0xeb3d2c+_0x2b4d90(0x1fa)+_0x21e037);}}[a4_0x55af8f(0x1f1)](_0x3cf1a3){const _0x85d95a=a4_0x55af8f,_0xcf356={};_0xcf356[_0x85d95a(0x1de)]=_0x85d95a(0x236);const _0x35234c=_0xcf356;return{'id':_0x3cf1a3[_0x85d95a(0x216)],'text':_0x3cf1a3[_0x85d95a(0x164)],'keyword':_0x3cf1a3[_0x85d95a(0x165)],'started_at':_0x3cf1a3[_0x85d95a(0x169)]['toISOString'](),'result':_0x35234c[_0x85d95a(0x1de)]};}['bddStepStart'](_0x179310){const _0x220471=a4_0x55af8f,_0x1c79de={'iayoD':function(_0x381358){return _0x381358();}};!this[_0x220471(0x1e7)][_0x220471(0x1e6)]&&(this[_0x220471(0x1e7)][_0x220471(0x1e6)]=[]),!_0x179310[_0x220471(0x216)]&&(_0x179310[_0x220471(0x216)]=_0x1c79de[_0x220471(0x226)](uuidv4),_0x179310[_0x220471(0x169)]=new Date(),this['currentTest'][_0x220471(0x1e6)][_0x220471(0x17b)](this[_0x220471(0x1f1)](_0x179310)));}['bddStepFinish'](_0x416f7a){const _0x4176f6=a4_0x55af8f,_0x3e652d={'SfOFV':function(_0x69926a,_0x35aa41){return _0x69926a(_0x35aa41);},'oQMog':_0x4176f6(0x1b3),'DqZAE':_0x4176f6(0x236),'nbSbb':'passed','aOKKa':function(_0x39fffd,_0x32d5bd){return _0x39fffd-_0x32d5bd;}};let _0x53812f=this[_0x4176f6(0x1e7)][_0x4176f6(0x1e6)][_0x4176f6(0x176)](_0x329716=>_0x329716['id']===_0x416f7a[_0x4176f6(0x216)]);_0x3e652d['SfOFV'](isUndefined,_0x53812f)&&(_0x53812f=this['initializeBddStep'](_0x416f7a)),_0x53812f[_0x4176f6(0x23a)]=[_0x3e652d[_0x4176f6(0x1ab)],_0x3e652d[_0x4176f6(0x196)]][_0x4176f6(0x1be)](_0x416f7a['status'])?_0x3e652d[_0x4176f6(0x1e9)]:_0x416f7a[_0x4176f6(0x184)],_0x53812f[_0x4176f6(0x1a9)]=new Date()[_0x4176f6(0x1a8)](),_0x53812f[_0x4176f6(0x19d)]=_0x3e652d[_0x4176f6(0x240)](Date[_0x4176f6(0x178)](),_0x416f7a[_0x4176f6(0x169)][_0x4176f6(0x1a4)]()),_0x53812f[_0x4176f6(0x1e1)]=_0x416f7a['err']?_0x416f7a['err'][_0x4176f6(0x1a1)]:null;}}const a4_0x398552={};a4_0x398552[a4_0x55af8f(0x246)]=O11yHelper,a4_0x398552[a4_0x55af8f(0x221)]=STATE_PASSED,a4_0x398552[a4_0x55af8f(0x1b1)]=STATE_FAILED,a4_0x398552[a4_0x55af8f(0x1d8)]=TEST_EVENTS,module[a4_0x55af8f(0x186)]=a4_0x398552;
|
|
1
|
+
const a4_0x4d87d7=a4_0x151e;(function(_0x5bef01,_0x38fb18){const _0x48be7e=a4_0x151e,_0x32c13c=_0x5bef01();while(!![]){try{const _0x5be766=-parseInt(_0x48be7e(0x265))/0x1*(-parseInt(_0x48be7e(0x1de))/0x2)+parseInt(_0x48be7e(0x256))/0x3+-parseInt(_0x48be7e(0x22f))/0x4+parseInt(_0x48be7e(0x244))/0x5*(parseInt(_0x48be7e(0x1ef))/0x6)+-parseInt(_0x48be7e(0x22c))/0x7*(-parseInt(_0x48be7e(0x223))/0x8)+parseInt(_0x48be7e(0x1e5))/0x9+-parseInt(_0x48be7e(0x28c))/0xa;if(_0x5be766===_0x38fb18)break;else _0x32c13c['push'](_0x32c13c['shift']());}catch(_0x51c85f){_0x32c13c['push'](_0x32c13c['shift']());}}}(a4_0x3395,0xc95d7));const path=require('path'),fs=require('fs'),{v4:uuidv4}=require(a4_0x4d87d7(0x213)),{importFileFromPWCore,nestedKeyValue,parseWSEndpoint,isUndefined}=require(a4_0x4d87d7(0x20d)),testOpsHelper=require(a4_0x4d87d7(0x225)),{getTestEnv}=require('../mocha/test-observability/mochaUtils'),{FRAMEWORKS}=require(a4_0x4d87d7(0x209)),logger=require(a4_0x4d87d7(0x28a))[a4_0x4d87d7(0x26e)],SessionHandler=require('../../helpers/test-observability/sessionHandler'),RequestQueueHandler=require('../../helpers/test-observability/requestQueueHandler'),PlaywrightSessionDetails=require('../playwright/sessionDetails'),debug=testOpsHelper[a4_0x4d87d7(0x1fd)],{processAccessibilityCaps}=require(a4_0x4d87d7(0x2a3)),Constants=require('../utils/constants'),{fetchPlatformDetails}=require(a4_0x4d87d7(0x222)),{shouldProcessEventForTesthub,appendTesthubParams}=require('../../helpers/testhub/utils.js'),constants=require(a4_0x4d87d7(0x1f3)),STATE_PASSED=a4_0x4d87d7(0x22d),STATE_FAILED=a4_0x4d87d7(0x1f1),a4_0x45121a={};a4_0x45121a[a4_0x4d87d7(0x28d)]='TestRunStarted',a4_0x45121a[a4_0x4d87d7(0x29c)]=a4_0x4d87d7(0x2a0),a4_0x45121a[a4_0x4d87d7(0x2b7)]=a4_0x4d87d7(0x2ba),a4_0x45121a[a4_0x4d87d7(0x1f6)]=a4_0x4d87d7(0x231),a4_0x45121a['HOOK_RUN_FINISHED']=a4_0x4d87d7(0x2ad);const TEST_EVENTS=a4_0x45121a,parseEvent=_0x20d9ce=>{const _0x5dc86e=a4_0x4d87d7,_0x4cc3fd={};_0x4cc3fd[_0x5dc86e(0x1dd)]=function(_0x351841,_0x2840b8){return _0x351841<_0x2840b8;},_0x4cc3fd['UuwOy']=function(_0x1872f8,_0x2bcb79){return _0x1872f8===_0x2bcb79;},_0x4cc3fd[_0x5dc86e(0x224)]=_0x5dc86e(0x281),_0x4cc3fd[_0x5dc86e(0x294)]=_0x5dc86e(0x210),_0x4cc3fd[_0x5dc86e(0x29a)]=function(_0x18a86d,_0x2537a3){return _0x18a86d===_0x2537a3;},_0x4cc3fd[_0x5dc86e(0x24a)]=_0x5dc86e(0x26d),_0x4cc3fd[_0x5dc86e(0x1ce)]=function(_0x42bcab,_0x325d3f){return _0x42bcab===_0x325d3f;},_0x4cc3fd[_0x5dc86e(0x293)]=_0x5dc86e(0x253),_0x4cc3fd[_0x5dc86e(0x25a)]=function(_0x425e24,_0x115604){return _0x425e24===_0x115604;},_0x4cc3fd['yTcza']=_0x5dc86e(0x226);const _0x5f21aa=_0x4cc3fd,_0x2db098=_0x20d9ce[_0x5dc86e(0x215)](/^(.*)Run(.*)$/);if(!_0x2db098)return null;if(_0x5f21aa[_0x5dc86e(0x1dd)](_0x2db098['length'],0x3))return null;const _0x42c304=_0x2db098[0x1][_0x5dc86e(0x1c8)](),_0x4aa858=_0x2db098[0x2]['toLowerCase']();return{'test':_0x5f21aa[_0x5dc86e(0x2ac)](_0x42c304,_0x5f21aa[_0x5dc86e(0x224)]),'hook':_0x5f21aa['UuwOy'](_0x42c304,_0x5f21aa[_0x5dc86e(0x294)]),'skipped':_0x5f21aa[_0x5dc86e(0x29a)](_0x4aa858,_0x5f21aa['YJJUF']),'started':_0x5f21aa[_0x5dc86e(0x1ce)](_0x4aa858,_0x5f21aa[_0x5dc86e(0x293)]),'finished':_0x5f21aa[_0x5dc86e(0x25a)](_0x4aa858,_0x5f21aa[_0x5dc86e(0x1cd)])};},mockPWBrowserType=_0x4d284f=>{const _0x47d4e2=a4_0x4d87d7,_0x482ca1={'azyry':function(_0x3b1d35,_0x2d49a8){return _0x3b1d35===_0x2d49a8;},'dkMLB':_0x47d4e2(0x25c),'ijLMY':function(_0x3d1b70,_0x5c2814,_0x5a49f1){return _0x3d1b70(_0x5c2814,_0x5a49f1);},'wVvau':_0x47d4e2(0x204),'JGuzb':function(_0x3a6523,_0xab281d){return _0x3a6523(_0xab281d);},'jotUo':_0x47d4e2(0x1ff),'WvzEF':function(_0x580e77,_0x16a282,_0x302743){return _0x580e77(_0x16a282,_0x302743);},'pwCGy':function(_0x1bcdc0,_0x42f4b5){return _0x1bcdc0(_0x42f4b5);},'ubZDT':_0x47d4e2(0x21d),'UaMkq':_0x47d4e2(0x1d9),'MoTHy':_0x47d4e2(0x24d),'KGgTL':_0x47d4e2(0x235),'xFpaj':'connect','JyazT':'launch'},_0x30a7a7=path[_0x47d4e2(0x1fb)](_0x482ca1['ubZDT'],_0x482ca1[_0x47d4e2(0x21b)],_0x482ca1[_0x47d4e2(0x258)]),_0x10a974=_0x482ca1['pwCGy'](importFileFromPWCore,_0x30a7a7);if(!_0x10a974){_0x482ca1['pwCGy'](debug,_0x482ca1['KGgTL']);return;}const _0x58c191=_0x10a974['BrowserType'],_0x35d316=_0x58c191[_0x47d4e2(0x1e8)];if(_0x35d316[_0x47d4e2(0x23b)])return;const _0x1e726c=_0x35d316['connect'];Object['defineProperty'](_0x35d316,_0x482ca1[_0x47d4e2(0x1f9)],{'get':function(){const _0xbc3abe=_0x47d4e2,_0x3bb6f8={'pnrMr':function(_0x5a1c22,_0x283de3){const _0x1a7ca4=a4_0x151e;return _0x482ca1[_0x1a7ca4(0x259)](_0x5a1c22,_0x283de3);},'BDclL':_0x482ca1[_0xbc3abe(0x1ed)],'Mzvil':function(_0x346452,_0x71595d,_0x361db6){const _0x11ef11=_0xbc3abe;return _0x482ca1[_0x11ef11(0x24f)](_0x346452,_0x71595d,_0x361db6);},'kLkCP':_0x482ca1['wVvau'],'NsOqC':function(_0x5a192c,_0xee40d7){return _0x482ca1['JGuzb'](_0x5a192c,_0xee40d7);},'OPKoP':_0x482ca1['jotUo'],'KvQrQ':function(_0x3f014f,_0x4615c6,_0x5880ab){return _0x482ca1['WvzEF'](_0x3f014f,_0x4615c6,_0x5880ab);},'jhvEp':function(_0x208d7e,_0x22e771){return _0x482ca1['pwCGy'](_0x208d7e,_0x22e771);}};return async function _0x41fb8c(_0x5c9a95,_0x47f020){const _0x4e2798=_0xbc3abe,_0x270e15=_0x3bb6f8[_0x4e2798(0x1d5)](nestedKeyValue,_0x5c9a95,[_0x3bb6f8['kLkCP']])||_0x5c9a95;let _0x5bde2f=null,_0x4377a2=null;try{[_0x4377a2,_0x5bde2f]=_0x270e15?_0x3bb6f8[_0x4e2798(0x1e6)](parseWSEndpoint,_0x270e15):[null,null],global[_0x4e2798(0x1d0)]=_0x5bde2f,logger['debug'](_0x4e2798(0x21e)+_0x4377a2),_0x4377a2[_0x4e2798(0x23a)](Constants[_0x4e2798(0x21a)])&&(global[_0x4e2798(0x2a9)]=_0x3bb6f8[_0x4e2798(0x221)]);}catch(_0x5e8d95){logger[_0x4e2798(0x1fd)](_0x4e2798(0x280)+_0x270e15+'\x20'+_0x5e8d95);}_0x3bb6f8[_0x4e2798(0x22b)](processAccessibilityCaps,_0x5bde2f,_0x4377a2);if(global[_0x4e2798(0x250)]){const _0x5ec441=await _0x35d316[_0x4e2798(0x1d8)][_0x4e2798(0x266)](this,[''+Constants['PLAYWRIGHT_HUB_URL']+_0x3bb6f8[_0x4e2798(0x282)](encodeURIComponent,JSON['stringify'](_0x5bde2f))]);return PlaywrightSessionDetails[_0x4e2798(0x2b4)](_0x5ec441,_0x4d284f,_0x270e15),_0x5ec441;}return _0x1e726c[_0x4e2798(0x266)](this,arguments)[_0x4e2798(0x1cf)](_0x2f1545=>{const _0x30c62b=_0x4e2798;let _0x2af015=_0x5c9a95[_0x30c62b(0x204)];return _0x3bb6f8[_0x30c62b(0x289)](typeof _0x5c9a95,_0x3bb6f8[_0x30c62b(0x27a)])&&(_0x2af015=_0x5c9a95),PlaywrightSessionDetails['setupBrowserDetails'](_0x2f1545,_0x4d284f,_0x2af015),_0x2f1545;});};}});const _0x8a1aef=_0x35d316['launch'];Object[_0x47d4e2(0x2ab)](_0x35d316,_0x482ca1['JyazT'],{'get':function(){return async function _0x3a630f(){const _0xa30380=a4_0x151e;return _0x8a1aef[_0xa30380(0x266)](this,arguments)['then'](_0x496209=>{const _0x5a9baf=_0xa30380;return PlaywrightSessionDetails[_0x5a9baf(0x2b4)](_0x496209,null),_0x496209;});};}});};class O11yHelper{['currentTest']=null;['currentHook']=null;['enabled']=![];[a4_0x4d87d7(0x23e)]=![];constructor(_0x3cddd7,_0x2c54e3){const _0x441143=a4_0x4d87d7,_0x4134fb={'lkzoD':_0x441143(0x1d1),'jhtEb':function(_0x2ebfdb){return _0x2ebfdb();},'XCNRg':function(_0x31ccec){return _0x31ccec();},'JnxNf':function(_0x5cc0e7,_0x583590){return _0x5cc0e7===_0x583590;},'hvNGs':'Playwright','WgMgX':function(_0x190b4b,_0xc62384){return _0x190b4b(_0xc62384);}},_0x4609f9=_0x4134fb[_0x441143(0x234)][_0x441143(0x28b)]('|');let _0x563730=0x0;while(!![]){switch(_0x4609f9[_0x563730++]){case'0':this['_testEnv']=_0x4134fb[_0x441143(0x267)](getTestEnv);continue;case'1':this[_0x441143(0x26f)]=_0x3cddd7;continue;case'2':this[_0x441143(0x1d4)]=_0x4134fb[_0x441143(0x1f0)](shouldProcessEventForTesthub);continue;case'3':this['frameworkName']=_0x2c54e3[_0x441143(0x23e)];continue;case'4':this[_0x441143(0x24b)]=new testOpsHelper[(_0x441143(0x268))]({'cwd':process['cwd']()},this[_0x441143(0x291)][_0x441143(0x24c)]);continue;case'5':this[_0x441143(0x26f)]&&_0x4134fb['JnxNf'](this[_0x441143(0x26f)][_0x441143(0x23d)][_0x441143(0x218)],_0x4134fb[_0x441143(0x264)])&&_0x4134fb[_0x441143(0x286)](mockPWBrowserType,null);continue;}break;}}[a4_0x4d87d7(0x20c)](){const _0xae0b91=a4_0x4d87d7;if(!this['enabled'])return;testOpsHelper[_0xae0b91(0x295)](),process[_0xae0b91(0x20e)](_0xae0b91(0x277)+process[_0xae0b91(0x283)]),process['on'](_0xae0b91(0x277)+process[_0xae0b91(0x283)],this['appendTestItemLog'][_0xae0b91(0x1f5)](this));}async[a4_0x4d87d7(0x1fe)](){const _0x117f7a=a4_0x4d87d7;await RequestQueueHandler['getInstance']()[_0x117f7a(0x201)]();}async[a4_0x4d87d7(0x20b)](_0x3651c1){const _0x5de879=a4_0x4d87d7,_0x1d13ef={'iltwR':_0x5de879(0x26b),'ShVTD':function(_0x5e9865,_0x306e29){return _0x5e9865(_0x306e29);}};try{this[_0x5de879(0x2b6)]&&!this['currentHook'][_0x5de879(0x262)]&&(_0x3651c1[_0x5de879(0x205)]=this[_0x5de879(0x2b6)][_0x5de879(0x257)]);!_0x3651c1[_0x5de879(0x205)]&&this['currentTest']&&!this[_0x5de879(0x2a5)]['markedStatus']&&(_0x3651c1[_0x5de879(0x2b9)]=this[_0x5de879(0x2a5)]['testAnalyticsId']);if(_0x3651c1[_0x5de879(0x205)]||_0x3651c1['test_run_uuid']){const _0x12be6a={};_0x12be6a['event_type']=_0x1d13ef['iltwR'],_0x12be6a['logs']=[_0x3651c1],await SessionHandler[_0x5de879(0x21c)](_0x12be6a);}}catch(_0x34eac1){_0x1d13ef[_0x5de879(0x245)](debug,_0x5de879(0x279)+constants['TEST_REPORTING_ANALYTICS']+_0x5de879(0x2a6)+_0x34eac1);}}async['sendCBTInfo'](_0x45fe6f){const _0x291a95=a4_0x4d87d7,_0x4bd00a={'YfVyM':_0x291a95(0x1f4),'qyvop':function(_0x29b751,_0x3407b4){return _0x29b751(_0x3407b4);}};if(!this['enabled'])return;const _0xf0d79=this['getCBTInfo'](this[_0x291a95(0x26f)]);try{const _0x1ffff3={};_0x1ffff3[_0x291a95(0x213)]=_0x45fe6f,_0x1ffff3[_0x291a95(0x22e)]=_0xf0d79;const _0xdf1581=_0x1ffff3,_0x357263={};_0x357263['event_type']=_0x4bd00a[_0x291a95(0x240)],_0x357263[_0x291a95(0x28f)]=_0xdf1581,await SessionHandler['uploadEventData'](_0x357263);}catch(_0x22af57){_0x4bd00a[_0x291a95(0x1e3)](debug,_0x291a95(0x208)+constants[_0x291a95(0x1df)]+_0x291a95(0x2a6)+_0x22af57);}}[a4_0x4d87d7(0x288)](_0x1fd2cb){const _0x2804ec=a4_0x4d87d7,_0x5365c6={'xIuvw':function(_0x35cfd8,_0x574234){return _0x35cfd8(_0x574234);}};return _0x5365c6[_0x2804ec(0x1e4)](fetchPlatformDetails,_0x1fd2cb);}[a4_0x4d87d7(0x1dc)]=_0x9be5f=>{const _0x38fd62=a4_0x4d87d7,_0x12b319={};_0x12b319[_0x38fd62(0x1c9)]=_0x38fd62(0x1f8),_0x12b319[_0x38fd62(0x246)]=_0x38fd62(0x214);const _0x118e3e=_0x12b319;if(!_0x9be5f||!_0x9be5f[_0x38fd62(0x1cb)])return;[_0x118e3e[_0x38fd62(0x1c9)],_0x118e3e[_0x38fd62(0x246)]][_0x38fd62(0x249)](_0xae4a95=>{const _0x3d1a63=_0x38fd62,_0x5e1d84=_0x9be5f[_0x3d1a63(0x1cb)][_0xae4a95];_0x5e1d84[_0x3d1a63(0x249)](_0x1366a9=>{const _0x7731b8=_0x3d1a63;_0x1366a9[_0x7731b8(0x257)]&&(_0x1366a9[_0x7731b8(0x257)]=null);});});};['mapTestHooks'](_0x1c8638){const _0x1c766a=a4_0x4d87d7,_0x382582={'JHcyK':'codeceptjs','rxiKG':function(_0x2c2b3c){return _0x2c2b3c();},'fksJG':function(_0x1f66bf,_0x38f23a){return _0x1f66bf===_0x38f23a;},'Ckoft':'_afterEach','iJSOX':function(_0x571446){return _0x571446();},'iZJZf':_0x1c766a(0x1cc),'HbeJR':_0x1c766a(0x275),'MaWUW':_0x1c766a(0x1f8)};if(!_0x1c8638||!_0x1c8638[_0x1c766a(0x1cb)])return;[_0x382582[_0x1c766a(0x272)],_0x382582[_0x1c766a(0x2a2)],_0x382582['MaWUW'],_0x382582[_0x1c766a(0x27f)]][_0x1c766a(0x249)](_0x537b40=>{const _0x2ff781=_0x1c766a,_0x725f76={'hQkjY':_0x382582[_0x2ff781(0x233)],'zSpCk':function(_0x50d368){const _0xf9fea3=_0x2ff781;return _0x382582[_0xf9fea3(0x2bd)](_0x50d368);},'znAdt':function(_0x24ac2b,_0x11149b){const _0x565e69=_0x2ff781;return _0x382582[_0x565e69(0x241)](_0x24ac2b,_0x11149b);},'zeYss':_0x382582[_0x2ff781(0x27f)],'FJQMu':function(_0x2884b8){const _0x29a37a=_0x2ff781;return _0x382582[_0x29a37a(0x1c5)](_0x2884b8);}},_0x3e9a43=_0x1c8638['parent'][_0x537b40]||[];_0x3e9a43[_0x2ff781(0x249)](_0x209412=>{const _0x1f7ab0=_0x2ff781;if(_0x209412[_0x1f7ab0(0x212)][_0x1f7ab0(0x23a)](_0x725f76[_0x1f7ab0(0x202)]))return;if(!_0x209412[_0x1f7ab0(0x257)])_0x209412[_0x1f7ab0(0x257)]=_0x725f76['zSpCk'](uuidv4);else _0x209412[_0x1f7ab0(0x262)]&&_0x725f76['znAdt'](_0x537b40,_0x725f76[_0x1f7ab0(0x236)])&&(_0x209412['hookAnalyticsId']=_0x725f76[_0x1f7ab0(0x1da)](uuidv4),delete _0x209412[_0x1f7ab0(0x262)]);});}),this[_0x1c766a(0x2bb)](_0x1c8638[_0x1c766a(0x1cb)]);}[a4_0x4d87d7(0x2a4)](_0x28f2d8){const _0x321dc1=a4_0x4d87d7,_0x40452e={};_0x40452e[_0x321dc1(0x22a)]=_0x321dc1(0x1cc),_0x40452e[_0x321dc1(0x1fc)]='_afterAll',_0x40452e['ALYWS']=_0x321dc1(0x1f8),_0x40452e[_0x321dc1(0x2bc)]='_afterEach';const _0x5a5320=_0x40452e;if(!_0x28f2d8||!_0x28f2d8['parent'])return[];const _0x2c9d79=[];return[_0x5a5320[_0x321dc1(0x22a)],_0x5a5320[_0x321dc1(0x1fc)],_0x5a5320['ALYWS'],_0x5a5320[_0x321dc1(0x2bc)]][_0x321dc1(0x249)](_0x13272f=>{const _0x507941=_0x321dc1,_0x5baf4f=_0x28f2d8[_0x507941(0x1cb)][_0x13272f]||[];_0x5baf4f[_0x507941(0x249)](_0x27e3ac=>{const _0x17b7e5=_0x507941;_0x27e3ac[_0x17b7e5(0x257)]&&_0x2c9d79[_0x17b7e5(0x21f)](_0x27e3ac[_0x17b7e5(0x257)]);});}),[]['concat'](_0x2c9d79,this[_0x321dc1(0x2a4)](_0x28f2d8[_0x321dc1(0x1cb)]));}[a4_0x4d87d7(0x1d3)](_0x2e24d0){const _0x151e0a=a4_0x4d87d7,_0x5e6c02=/^"(?<hook>.*)" hook:.*$/,_0x58580=_0x2e24d0['title'],_0x5696f9=_0x58580['match'](_0x5e6c02);if(_0x5696f9&&_0x5696f9[_0x151e0a(0x203)])return _0x5696f9[_0x151e0a(0x203)]['hook'][_0x151e0a(0x299)]()[_0x151e0a(0x269)]('\x20','_');return null;}[a4_0x4d87d7(0x1c7)](_0x5d4530){const _0x2af611=a4_0x4d87d7,_0x2e612e={};_0x2e612e[_0x2af611(0x2ae)]=function(_0x1e8b22,_0x3332d2){return _0x1e8b22===_0x3332d2;},_0x2e612e[_0x2af611(0x2b2)]=_0x2af611(0x263),_0x2e612e['jpeRf']=_0x2af611(0x252);const _0x41df78=_0x2e612e,_0x3033ee=path[_0x2af611(0x1eb)];if(_0x41df78[_0x2af611(0x2ae)](_0x5d4530,null)||_0x41df78[_0x2af611(0x2ae)](_0x5d4530,'')||_0x41df78[_0x2af611(0x2ae)](_0x5d4530,_0x3033ee)||_0x41df78[_0x2af611(0x2ae)](_0x5d4530,path[_0x2af611(0x25e)](_0x5d4530)))return null;try{return fs['statSync'](path[_0x2af611(0x1fb)](_0x5d4530,_0x41df78[_0x2af611(0x2b2)],_0x41df78['jpeRf'])),_0x5d4530;}catch(_0x5bb00){const _0xa9cb40=path[_0x2af611(0x25e)](_0x5d4530);return this[_0x2af611(0x1c7)](_0xa9cb40);}}[a4_0x4d87d7(0x238)](_0x3814a2){const _0x40bd23=a4_0x4d87d7,_0x4649b7={};_0x4649b7[_0x40bd23(0x276)]=function(_0x3968e0,_0x3fcfd4){return _0x3968e0>_0x3fcfd4;};const _0x2645eb=_0x4649b7;if(_0x3814a2[_0x40bd23(0x20a)])return _0x3814a2[_0x40bd23(0x20a)];if(_0x3814a2[_0x40bd23(0x29d)]){const _0x112199=_0x3814a2[_0x40bd23(0x29d)][_0x40bd23(0x2a5)]?this[_0x40bd23(0x238)](_0x3814a2[_0x40bd23(0x29d)][_0x40bd23(0x2a5)]):null;if(_0x112199)return _0x112199;}if(_0x3814a2[_0x40bd23(0x1cb)]){const _0x3e1166=this[_0x40bd23(0x238)](_0x3814a2['parent'])||(_0x3814a2['parent']['ctx']&&_0x3814a2['parent']['ctx'][_0x40bd23(0x2a5)]?this['getRootParentFile'](_0x3814a2[_0x40bd23(0x1cb)][_0x40bd23(0x29d)][_0x40bd23(0x2a5)]):null);if(_0x3e1166)return _0x3e1166;_0x3814a2[_0x40bd23(0x1cb)][_0x40bd23(0x23c)]&&_0x2645eb[_0x40bd23(0x276)](_0x3814a2[_0x40bd23(0x1cb)][_0x40bd23(0x23c)][_0x40bd23(0x1d6)],0x0)&&_0x3814a2['parent'][_0x40bd23(0x23c)]['forEach'](_0x47c3b1=>{const _0x584780=_0x40bd23,_0x5ecbbb=_0x47c3b1['ctx']?this[_0x584780(0x238)](_0x47c3b1[_0x584780(0x29d)]):null;if(_0x5ecbbb)return _0x5ecbbb;});}return null;}[a4_0x4d87d7(0x2af)](_0x1269d0){const _0x1b9c50=a4_0x4d87d7,_0x29fd1e={};_0x29fd1e[_0x1b9c50(0x239)]=function(_0x2c95cf,_0x8f6ea6){return _0x2c95cf!==_0x8f6ea6;};const _0x30f6e7=_0x29fd1e,_0x3dc971=[];if(_0x1269d0&&_0x1269d0['parent']){let _0xdf55b7=_0x1269d0['parent'];while(_0xdf55b7&&_0x30f6e7[_0x1b9c50(0x239)](_0xdf55b7['title'],'')){_0x3dc971[_0x1b9c50(0x21f)](_0xdf55b7[_0x1b9c50(0x212)]),_0xdf55b7=_0xdf55b7[_0x1b9c50(0x1cb)];}}return _0x3dc971;}[a4_0x4d87d7(0x2b8)](_0x1c0ed7,_0x26a0af,_0x180389=undefined){const _0x149e27=a4_0x4d87d7,_0x58610a={'jHIWm':function(_0x2884bb,_0x5e23e1){return _0x2884bb(_0x5e23e1);},'dETdT':function(_0x431768){return _0x431768();},'nVuEJ':function(_0x4339de){return _0x4339de();},'oWZGR':function(_0x3c86d9){return _0x3c86d9();},'hOsoS':_0x149e27(0x29e),'OYtGD':_0x149e27(0x271),'lzOIh':function(_0x45f05b,_0x515ee){return _0x45f05b!==_0x515ee;},'qLepa':function(_0x25e62a,_0x3730c5){return _0x25e62a!==_0x3730c5;},'ZlrpT':_0x149e27(0x25b),'ufSvY':_0x149e27(0x2b3),'mbMDg':_0x149e27(0x1f1),'whjcm':_0x149e27(0x22d),'CRiRb':'skipped','nsSgU':_0x149e27(0x270),'sXMQw':function(_0x360b1a,_0x13e53d){return _0x360b1a-_0x13e53d;},'GfgQH':function(_0x2abe13,_0x165fa4,_0x1cd13b,_0x2741ff,_0x2a6f9c){return _0x2abe13(_0x165fa4,_0x1cd13b,_0x2741ff,_0x2a6f9c);},'tTxuk':function(_0x6221aa,_0x4d58f8){return _0x6221aa!==_0x4d58f8;},'Iyykt':_0x149e27(0x22e),'yPBtX':_0x149e27(0x1d7),'eAMJi':_0x149e27(0x20f),'DuxqR':_0x149e27(0x292),'wxdHa':'backtrace','Xevmh':_0x149e27(0x206),'lDecc':'expanded','qrBWD':function(_0x22bd97,_0x4a5116){return _0x22bd97===_0x4a5116;},'vwTmd':_0x149e27(0x24e),'LDgDv':_0x149e27(0x28f)};if(!this[_0x149e27(0x1d4)])return;try{if(_0x26a0af['fn']&&_0x26a0af['fn'][_0x149e27(0x1ca)]()[_0x149e27(0x215)](/browserstack internal helper hook/))return;const _0x31110e=_0x58610a[_0x149e27(0x260)](parseEvent,_0x1c0ed7);if(!_0x31110e)return;if(_0x31110e[_0x149e27(0x281)]){this[_0x149e27(0x2a5)]=_0x26a0af,this[_0x149e27(0x2b6)]=null;if(_0x31110e['started']||_0x31110e['skipped']){_0x26a0af['startedAt']=new Date(),_0x26a0af[_0x149e27(0x262)]=![];if(!_0x26a0af[_0x149e27(0x248)])_0x26a0af[_0x149e27(0x248)]=_0x58610a[_0x149e27(0x1e1)](uuidv4);else _0x26a0af[_0x149e27(0x262)]&&(!_0x26a0af[_0x149e27(0x1db)]&&(_0x26a0af[_0x149e27(0x1db)]=_0x26a0af[_0x149e27(0x248)]),_0x26a0af['testAnalyticsId']=_0x58610a['nVuEJ'](uuidv4));}}else{if(_0x31110e[_0x149e27(0x210)]){this[_0x149e27(0x2b6)]=_0x26a0af;if(_0x31110e[_0x149e27(0x253)]){_0x26a0af[_0x149e27(0x1fa)]=new Date(),_0x26a0af[_0x149e27(0x262)]=![];if(!_0x26a0af[_0x149e27(0x257)])_0x26a0af[_0x149e27(0x257)]=_0x58610a[_0x149e27(0x237)](uuidv4);else _0x26a0af[_0x149e27(0x257)]&&_0x26a0af[_0x149e27(0x262)]&&(_0x26a0af[_0x149e27(0x257)]=_0x58610a[_0x149e27(0x227)](uuidv4));}}}if(_0x31110e[_0x149e27(0x226)]&&_0x26a0af['markedStatus'])return;let _0x190800;try{_0x190800=this[_0x149e27(0x238)](_0x26a0af);}catch(_0x247eea){logger[_0x149e27(0x1fd)](_0x149e27(0x230)+_0x247eea),_0x190800=null;}const _0x108e46=_0x58610a[_0x149e27(0x260)](require,_0x58610a[_0x149e27(0x27c)]);let _0x2c24b9=[];_0x180389&&(_0x2c24b9=[_0x180389,_0x58610a['OYtGD']]);const _0x45552d=_0x58610a[_0x149e27(0x1ea)](_0x26a0af[_0x149e27(0x2a8)],undefined)?_0x108e46['inspect'](_0x26a0af[_0x149e27(0x2a8)][0x0]):_0x58610a['qLepa'](_0x180389,undefined)?_0x180389[_0x149e27(0x1ca)]():undefined,_0x33e298=_0x190800?this[_0x149e27(0x1c7)](_0x190800):null,_0x2383d3=_0x190800?this[_0x149e27(0x24b)][_0x149e27(0x25f)](this[_0x149e27(0x238)](_0x26a0af)):_0x58610a[_0x149e27(0x298)];let _0x3cd4ce=_0x58610a[_0x149e27(0x207)];const _0x1ffe23=!_0x31110e[_0x149e27(0x253)]?new Date()[_0x149e27(0x219)]():null;if(_0x31110e[_0x149e27(0x226)])_0x3cd4ce=_0x180389?_0x58610a['mbMDg']:_0x58610a[_0x149e27(0x255)],_0x26a0af['markedStatus']=!![];else _0x31110e[_0x149e27(0x26d)]&&(_0x3cd4ce=_0x58610a['CRiRb'],_0x26a0af[_0x149e27(0x262)]=!![]);const _0x4882cb={'framework':this[_0x149e27(0x23e)],'uuid':_0x26a0af[_0x149e27(0x248)]||_0x26a0af[_0x149e27(0x257)],'name':_0x26a0af[_0x149e27(0x212)],'body':{'lang':_0x58610a['nsSgU'],'code':_0x26a0af[_0x149e27(0x296)][_0x149e27(0x1ca)]()},'type':_0x26a0af[_0x149e27(0x23f)],'scope':_0x26a0af[_0x149e27(0x1e2)](),'scopes':this[_0x149e27(0x2af)](_0x26a0af),'file_name':_0x2383d3,'vc_filepath':_0x33e298?path[_0x149e27(0x2a1)](_0x33e298,_0x190800):null,'location':_0x2383d3,'result':_0x3cd4ce,'failure_reason':_0x45552d,'duration_in_ms':_0x26a0af[_0x149e27(0x2b0)]||(_0x31110e[_0x149e27(0x226)]||_0x31110e[_0x149e27(0x26d)])?_0x58610a['sXMQw'](Date[_0x149e27(0x217)](),new Date(_0x26a0af['startedAt'])[_0x149e27(0x287)]()):null,'started_at':new Date(_0x26a0af[_0x149e27(0x1fa)])[_0x149e27(0x219)](),'finished_at':_0x1ffe23,'failure':testOpsHelper[_0x149e27(0x297)][_0x149e27(0x266)](null,_0x2c24b9),'failure_type':!_0x45552d?null:testOpsHelper[_0x149e27(0x2aa)](_0x45552d),'retry_of':_0x26a0af[_0x149e27(0x1db)]||null,'tags':_0x26a0af[_0x149e27(0x2b1)]||[],'customRerunParam':{'rerun_name':_0x26a0af[_0x149e27(0x1e2)]()}};_0x58610a['GfgQH'](appendTesthubParams,_0x4882cb,_0x1c0ed7,_0x26a0af,FRAMEWORKS[_0x149e27(0x211)]);if(_0x31110e[_0x149e27(0x210)])[_0x4882cb[_0x149e27(0x1e7)],_0x4882cb[_0x149e27(0x218)]]=[this['getHookType'](_0x26a0af),_0x26a0af['ctx'][_0x149e27(0x281)][_0x149e27(0x212)]],_0x31110e[_0x149e27(0x226)]?_0x58610a[_0x149e27(0x1c6)](_0x4882cb[_0x149e27(0x1f2)],_0x58610a['mbMDg'])&&(_0x4882cb[_0x149e27(0x1f2)]=_0x58610a['whjcm']):_0x4882cb[_0x149e27(0x296)]={};else _0x31110e[_0x149e27(0x281)]&&(this['mapTestHooks'](_0x26a0af),_0x31110e[_0x149e27(0x26d)]&&this[_0x149e27(0x1dc)](_0x26a0af),(_0x31110e[_0x149e27(0x226)]||_0x31110e['skipped'])&&(_0x4882cb['hooks']=this[_0x149e27(0x2a4)](_0x26a0af)));this[_0x149e27(0x26f)]&&(_0x31110e[_0x149e27(0x253)]||_0x31110e[_0x149e27(0x26d)])&&(_0x4882cb[_0x58610a[_0x149e27(0x274)]]=this[_0x149e27(0x288)](this['driver']));_0x31110e['test']&&_0x31110e[_0x149e27(0x226)]&&_0x26a0af[_0x149e27(0x27d)]&&(_0x4882cb[_0x58610a[_0x149e27(0x216)]]={'feature':{'name':_0x26a0af[_0x149e27(0x1cb)][_0x149e27(0x26c)][_0x149e27(0x218)],'path':_0x4882cb[_0x149e27(0x220)],'description':_0x26a0af['parent'][_0x149e27(0x254)]},'scenario':{'name':_0x26a0af[_0x149e27(0x212)]},'steps':_0x26a0af[_0x149e27(0x27d)]});const _0x5b6975=_0x4882cb[_0x58610a[_0x149e27(0x247)]][0x0];_0x5b6975&&(_0x4882cb[_0x58610a['DuxqR']]=_0x5b6975[_0x58610a[_0x149e27(0x1e9)]],_0x4882cb[_0x58610a[_0x149e27(0x28e)]]=_0x5b6975[_0x58610a[_0x149e27(0x242)]]);if(_0x26a0af['bddSteps'])for(const _0x5063fe of _0x26a0af[_0x149e27(0x27d)]){!_0x5063fe[_0x149e27(0x2b5)]&&(_0x5063fe[_0x149e27(0x2b5)]=new Date()[_0x149e27(0x219)](),_0x58610a[_0x149e27(0x29f)](_0x5063fe[_0x149e27(0x1f2)],_0x58610a[_0x149e27(0x207)])&&(_0x5b6975?(_0x5063fe[_0x149e27(0x1f2)]=_0x58610a[_0x149e27(0x278)],_0x5063fe[_0x149e27(0x20f)]=_0x5b6975[_0x58610a['wxdHa']][0x0]):_0x5063fe[_0x149e27(0x1f2)]=_0x58610a[_0x149e27(0x255)]));}const _0x396c85={};_0x396c85['event_type']=_0x31110e['skipped']?TEST_EVENTS[_0x149e27(0x29c)]:_0x1c0ed7;const _0x37b52f=_0x396c85;return _0x31110e[_0x149e27(0x210)]?_0x37b52f[_0x58610a[_0x149e27(0x1ec)]]=_0x4882cb:_0x37b52f[_0x58610a[_0x149e27(0x232)]]=_0x4882cb,_0x37b52f;}catch(_0x200d8c){logger['debug']('Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20'+_0x1c0ed7+_0x149e27(0x2a6)+_0x200d8c);}}async[a4_0x4d87d7(0x27e)](_0x219122,_0x54af80){const _0x4b410d=a4_0x4d87d7;if(!this[_0x4b410d(0x1d4)]||!_0x54af80||!_0x219122)return![];try{return await SessionHandler[_0x4b410d(0x21c)](_0x54af80);}catch(_0x1ad484){logger[_0x4b410d(0x1fd)](_0x4b410d(0x229)+_0x219122+_0x4b410d(0x2a6)+_0x1ad484);}}[a4_0x4d87d7(0x200)](_0x131c63){const _0x54c862=a4_0x4d87d7,_0x43c3d6={};_0x43c3d6[_0x54c862(0x243)]=_0x54c862(0x2b3);const _0x132d1c=_0x43c3d6;return{'id':_0x131c63[_0x54c862(0x284)],'text':_0x131c63[_0x54c862(0x2a7)],'keyword':_0x131c63[_0x54c862(0x1ee)],'started_at':_0x131c63['startedAt'][_0x54c862(0x219)](),'result':_0x132d1c[_0x54c862(0x243)]};}['bddStepStart'](_0x533e5a){const _0x514c8a=a4_0x4d87d7,_0x29fff1={'xPehO':function(_0x4dd332){return _0x4dd332();}};!this[_0x514c8a(0x2a5)][_0x514c8a(0x27d)]&&(this[_0x514c8a(0x2a5)][_0x514c8a(0x27d)]=[]),!_0x533e5a[_0x514c8a(0x284)]&&(_0x533e5a[_0x514c8a(0x284)]=_0x29fff1[_0x514c8a(0x285)](uuidv4),_0x533e5a['startedAt']=new Date(),this['currentTest']['bddSteps'][_0x514c8a(0x21f)](this['initializeBddStep'](_0x533e5a)));}[a4_0x4d87d7(0x1f7)](_0x14940f){const _0x382f5f=a4_0x4d87d7,_0x6566c3={'MUizn':function(_0x3bb3c7,_0x3e95d3){return _0x3bb3c7(_0x3e95d3);},'nMkXL':_0x382f5f(0x290),'RABsm':'pending','wwdlN':_0x382f5f(0x22d),'jwBus':function(_0x3b3e31,_0x35e28c){return _0x3b3e31-_0x35e28c;}};let _0x5c05ad=this[_0x382f5f(0x2a5)][_0x382f5f(0x27d)][_0x382f5f(0x25d)](_0x57bf03=>_0x57bf03['id']===_0x14940f['stepAnalyticsId']);_0x6566c3[_0x382f5f(0x251)](isUndefined,_0x5c05ad)&&(_0x5c05ad=this[_0x382f5f(0x200)](_0x14940f)),_0x5c05ad['result']=[_0x6566c3[_0x382f5f(0x27b)],_0x6566c3[_0x382f5f(0x261)]][_0x382f5f(0x23a)](_0x14940f[_0x382f5f(0x273)])?_0x6566c3[_0x382f5f(0x26a)]:_0x14940f[_0x382f5f(0x273)],_0x5c05ad['finished_at']=new Date()[_0x382f5f(0x219)](),_0x5c05ad[_0x382f5f(0x2b0)]=_0x6566c3[_0x382f5f(0x29b)](Date[_0x382f5f(0x217)](),_0x14940f[_0x382f5f(0x1fa)]['getTime']()),_0x5c05ad['failure']=_0x14940f['err']?_0x14940f[_0x382f5f(0x271)][_0x382f5f(0x1e0)]:null;}}const a4_0x1f2a10={};function a4_0x3395(){const _0x47c467=['2|3|1|0|4|5','O11yHelper','getHookType','enabled','Mzvil','length','meta','connectOverCDP','client','FJQMu','retryOf','resetSkipTestHooks','IJCwO','38MwUqxE','TEST_REPORTING_ANALYTICS','message','dETdT','fullTitle','qyvop','xIuvw','6848901ZQIyMF','NsOqC','hook_type','prototype','wxdHa','lzOIh','sep','vwTmd','dkMLB','keyword','6uqDSEf','XCNRg','failed','result','../utils/constants','CBTSessionCreated','bind','HOOK_RUN_STARTED','bddStepFinish','_beforeEach','xFpaj','startedAt','join','cxjCF','debug','stop','browserstack','initializeBddStep','shutdown','hQkjY','groups','wsEndpoint','hook_run_uuid','failure_reason_expanded','ufSvY','Exception\x20in\x20uploading\x20platform\x20details\x20to\x20','../../helpers/test-observability/constants','file','appendTestItemLog','start','../../helpers/helper','removeAllListeners','failure','hook','CODECEPT','title','uuid','_afterEach','match','yPBtX','now','name','toISOString','BROWSERSTACK','UaMkq','uploadEventData','lib','Checking\x20for\x20accessibility\x20automation\x20session\x20with\x20','push','file_name','OPKoP','./helper.js','6354832DtiCLN','oQsxP','../../helpers/test-observability/utils','finished','oWZGR','exports','Exception\x20in\x20sending\x20test\x20data\x20for\x20event\x20','ZmDnU','KvQrQ','14RojGmt','passed','integrations','3883544beMBXa','failed\x20to\x20get\x20root\x20parent\x20file\x20','HookRunStarted','LDgDv','JHcyK','lkzoD','Not\x20able\x20to\x20import\x20Browser','zeYss','nVuEJ','getRootParentFile','PdxbL','includes','obsBrowserTypeMockApplied','suites','constructor','frameworkName','type','YfVyM','fksJG','lDecc','fBQFK','4086865FuMerW','ShVTD','DyoZJ','eAMJi','testAnalyticsId','forEach','YJJUF','_paths','location_prefix','browserType.js','hook_run','ijLMY','accessibilityPlatform','MUizn','config','started','comment','whjcm','3536703tEFkis','hookAnalyticsId','MoTHy','azyry','YnyuG','File\x20path\x20could\x20not\x20be\x20found','string','find','dirname','prefixTestPath','jHIWm','RABsm','markedStatus','.git','hvNGs','10158XRNhZe','apply','jhtEb','PathHelper','replace','wwdlN','LogCreated','feature','skipped','winstonLogger','driver','javascript','err','iZJZf','status','Iyykt','_afterAll','zIQzE','bs:addLog:','mbMDg','Exception\x20in\x20uploading\x20log\x20data\x20to\x20','BDclL','nMkXL','hOsoS','bddSteps','fireEvent','Ckoft','Failed\x20to\x20parse\x20wsendpoint\x20','test','jhvEp','pid','stepAnalyticsId','xPehO','WgMgX','getTime','getCBTInfo','pnrMr','../../helpers/logger','split','27432960mPqxgH','TEST_RUN_STARTED','Xevmh','test_run','success','_testEnv','failure_backtrace','rlopV','gpeWo','patchConsoleLogger','body','failureData','ZlrpT','toUpperCase','qZjbQ','jwBus','TEST_RUN_FINISHED','ctx','util','qrBWD','TestRunFinished','relative','HbeJR','../playwright/accessibility-helper','getHooksForTest','currentTest','\x20with\x20error\x20:\x20','text','errorsDetailed','__cloud_provider___','getFailureType','defineProperty','UuwOy','HookRunFinished','JbHTv','getHierarchy','duration','tags','qOXAB','pending','setupBrowserDetails','finished_at','currentHook','TEST_RUN_SKIPPED','captureEvent','test_run_uuid','TestRunSkipped','mapTestHooks','hpfXT','rxiKG','iJSOX','tTxuk','findGitConfig','toLowerCase','phcJP','toString','parent','_beforeAll','yTcza','ZAqjy','then','__platformCaps'];a4_0x3395=function(){return _0x47c467;};return a4_0x3395();}function a4_0x151e(_0x17415e,_0xe802cc){const _0x3395e2=a4_0x3395();return a4_0x151e=function(_0x151ee6,_0x4632fa){_0x151ee6=_0x151ee6-0x1c5;let _0x537372=_0x3395e2[_0x151ee6];return _0x537372;},a4_0x151e(_0x17415e,_0xe802cc);}a4_0x1f2a10[a4_0x4d87d7(0x1d2)]=O11yHelper,a4_0x1f2a10['STATE_PASSED']=STATE_PASSED,a4_0x1f2a10['STATE_FAILED']=STATE_FAILED,a4_0x1f2a10['TEST_EVENTS']=TEST_EVENTS,module[a4_0x4d87d7(0x228)]=a4_0x1f2a10;
|