browserstack-node-sdk 1.69.0 → 1.70.0
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/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/detox/a11ySetup.js +1 -1
- package/src/bin/detox/command.js +1 -1
- package/src/bin/detox/modifyDetoxConf.js +1 -1
- package/src/bin/detox/traEmitter.js +1 -1
- package/src/bin/integrations/command.js +1 -1
- package/src/bin/integrations/constants.js +1 -1
- package/src/bin/jasmine/bstack-reporter/customReporter.js +1 -1
- package/src/bin/jasmine/command.js +1 -1
- package/src/bin/jasmine/test.setup.js +1 -1
- package/src/bin/jasmine/testRunMap.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/loadErrors.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/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/newman/command.js +1 -1
- package/src/bin/newman/helper.js +1 -1
- package/src/bin/newman/reporter/index.js +1 -1
- package/src/bin/newman/scriptRunner.js +1 -1
- package/src/bin/nightwatch/command.js +1 -1
- package/src/bin/node-generic/client.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/reporterArgs.js +1 -1
- package/src/bin/playwright/sessionDetails.js +1 -1
- package/src/bin/puppeteer/patches.js +1 -1
- package/src/bin/puppeteer/sessionDetails.js +1 -1
- package/src/bin/puppeteer/test.setup.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/testcafe/a11y-runner.js +1 -1
- package/src/bin/testcafe/command.js +1 -1
- package/src/bin/testcafe/reporter/index.js +1 -1
- package/src/bin/testcafe/reporter/tcUtils.js +1 -1
- package/src/bin/testcafe/session-registry.js +1 -1
- package/src/bin/testcafe/stdout-interceptor.js +1 -1
- package/src/bin/testcafe/testcafe-action-patcher.js +1 -1
- package/src/bin/testcafe/w3c-driver.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/puppeteer-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/mochaTestFramework.js +1 -1
- package/src/bin/v2/framework/newmanTestFramework.js +1 -1
- package/src/bin/v2/framework/nodeGenericTestFramework.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/puppeteerAutomationFramework.js +1 -1
- package/src/bin/v2/framework/seleniumAutomationFramework.js +1 -1
- package/src/bin/v2/framework/testFramework.js +1 -1
- package/src/bin/v2/framework/testcafeAutomationFramework.js +1 -1
- package/src/bin/v2/framework/testcafeTestFramework.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/puppeteerDriverModule.js +1 -1
- package/src/bin/v2/modules/testcafeDriverModule.js +1 -1
- package/src/bin/v2/modules/testhubModule.js +1 -1
- package/src/bin/v2/runStateStore.js +1 -1
- package/src/bin/v2/sdkErrorHandler.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/ats/constants.js +1 -1
- package/src/helpers/ats/helper.js +1 -1
- package/src/helpers/caCertHelper.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/driverInitErrorReporter.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/puppeteer-helper.js +1 -1
- package/src/helpers/request-spy.js +1 -1
- package/src/helpers/setKeepAlive.js +1 -1
- package/src/helpers/stackFrameUtils.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/utilities.js +1 -1
- package/src/helpers/w3cMapping.js +1 -1
- package/src/hubAllocationMethods.js +1 -1
- package/src/index.js +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
const a37_0x3fffab=a37_0x397c;function a37_0x397c(_0x4ab2e7,_0x46c605){const _0x4d68ae=a37_0x4d68();return a37_0x397c=function(_0x397c30,_0x4d36ac){_0x397c30=_0x397c30-0x199;let _0x2a9478=_0x4d68ae[_0x397c30];return _0x2a9478;},a37_0x397c(_0x4ab2e7,_0x46c605);}(function(_0x5a52fa,_0x1de62c){const _0x500816=a37_0x397c,_0x3a1cb5=_0x5a52fa();while(!![]){try{const _0x3e796a=-parseInt(_0x500816(0x2b8))/0x1+parseInt(_0x500816(0x2a6))/0x2+-parseInt(_0x500816(0x213))/0x3+-parseInt(_0x500816(0x206))/0x4+-parseInt(_0x500816(0x1b0))/0x5+-parseInt(_0x500816(0x297))/0x6*(-parseInt(_0x500816(0x1a4))/0x7)+parseInt(_0x500816(0x2c2))/0x8*(parseInt(_0x500816(0x293))/0x9);if(_0x3e796a===_0x1de62c)break;else _0x3a1cb5['push'](_0x3a1cb5['shift']());}catch(_0x18be6f){_0x3a1cb5['push'](_0x3a1cb5['shift']());}}}(a37_0x4d68,0xa84df));const path=require(a37_0x3fffab(0x29a)),os=require('os'),fs=require('fs'),cp=require(a37_0x3fffab(0x214)),webSocketUtils=require(a37_0x3fffab(0x27b)),{sendInstrumentationEvent}=require(a37_0x3fffab(0x1b5)),BrowserstackLocalLauncher=require('browserstack-local'),got=require(a37_0x3fffab(0x1ae)),{logger}=require(a37_0x3fffab(0x256)),{npm_version,_os,os_version,cli_version_and_path,ci_environment}=require('./instrumentationUtils'),{global_registry,WS_EVENTS,AG_API_URL,messageTypes,MessageDescription,TRIAL_GRID_URL}=require('../config/constants');exports['encodeBase64']=_0x128a6f=>Buffer[a37_0x3fffab(0x20c)](_0x128a6f)['toString'](a37_0x3fffab(0x223)),exports['getDirForConfig']=()=>{const _0x4486ab=a37_0x3fffab,_0x2e0588={};_0x2e0588[_0x4486ab(0x1a5)]='.ats';const _0x5e3d2f=_0x2e0588;return path[_0x4486ab(0x288)](os[_0x4486ab(0x1b2)](),_0x5e3d2f[_0x4486ab(0x1a5)]);},exports[a37_0x3fffab(0x2f2)]=()=>{const _0x2c20e1=a37_0x3fffab,_0x3f40fc={};_0x3f40fc[_0x2c20e1(0x250)]=_0x2c20e1(0x2fd);const _0x3f7a3e=_0x3f40fc;return path[_0x2c20e1(0x288)](this['getDirForConfig'](),_0x3f7a3e[_0x2c20e1(0x250)]);},exports[a37_0x3fffab(0x24f)]=async(_0x4c8189,_0xf071d,_0x48d11c,_0x1bfa63)=>{const _0x12fa06=a37_0x3fffab,_0x168ab3={'pzlbU':_0x12fa06(0x1c5),'aUrDT':function(_0x20fb04,_0x30d7f5){return _0x20fb04(_0x30d7f5);},'UgtuY':function(_0x4556d0){return _0x4556d0();},'vSWEk':function(_0x4cab03,_0x2931da){return _0x4cab03===_0x2931da;},'qWdZD':_0x12fa06(0x296),'WxWsH':_0x12fa06(0x295),'CtExL':'jFJsb','ntYnd':_0x12fa06(0x1db),'ceScP':function(_0x700e9b,_0x423d61){return _0x700e9b>_0x423d61;},'igMGz':function(_0x339efb,_0x85894d){return _0x339efb-_0x85894d;},'CuqTX':function(_0x3354b6,_0x521af0){return _0x3354b6===_0x521af0;},'ENJaQ':_0x12fa06(0x2d5),'dlxmr':function(_0x3d257a,_0x339ee2){return _0x3d257a>=_0x339ee2;},'vNaay':function(_0x2fc65a,_0x441903){return _0x2fc65a===_0x441903;},'rHTUN':_0x12fa06(0x1a7),'coIlJ':function(_0x3bbed1,_0x25bf04){return _0x3bbed1!==_0x25bf04;},'yfEYu':'AYlJk','rYRyb':'cesPi','NZTVs':_0x12fa06(0x24b)};try{if(_0x168ab3[_0x12fa06(0x1aa)](_0x168ab3[_0x12fa06(0x1c9)],_0x168ab3[_0x12fa06(0x2dc)])){const _0x1415b0={..._0x38bd83[_0x12fa06(0x2c3)],..._0x24a064};_0x2b3273=_0x1415b0;}else{const _0x3ce0ba=0x1388,_0x23023d=Date[_0x12fa06(0x2fc)]();let _0x289815=![];while(!_0x289815){if(_0x168ab3[_0x12fa06(0x1aa)](_0x168ab3[_0x12fa06(0x1f8)],_0x168ab3[_0x12fa06(0x2ca)]))_0x2f553d[_0x168ab3['pzlbU']]=_0x2eacd5;else{if(_0x168ab3[_0x12fa06(0x2ab)](_0x168ab3[_0x12fa06(0x2c1)](Date[_0x12fa06(0x2fc)](),_0x23023d),_0x1bfa63)){if(_0x168ab3[_0x12fa06(0x23c)](_0x168ab3[_0x12fa06(0x1a2)],_0x168ab3['ENJaQ']))throw new Error('Timeout\x20waiting\x20for\x20deployment\x20'+_0x48d11c+_0x12fa06(0x2ff)+_0xf071d+_0x12fa06(0x2e7));else{const _0x2445a6={};_0x2445a6['username']=_0x1c01ac,_0x2445a6['password']=_0x4c86db;const _0x3d5f8d={};_0x3d5f8d[_0x12fa06(0x22e)]=_0x2445a6;const _0x488e4b=_0x3d5f8d;_0x239381['writeFileSync'](this['getCredentialsPath'](),_0x44f707['stringify'](_0x488e4b));}}const _0x2325e6={};_0x2325e6[_0x12fa06(0x2fa)]=_0x48d11c,_0x2325e6[_0x12fa06(0x268)]=_0xf071d;const _0x749348=await _0x4c8189[_0x12fa06(0x209)](_0x2325e6),_0x583896=_0x749348[_0x12fa06(0x2cd)][_0x12fa06(0x1ca)]||0x1,_0x4c2651=_0x749348['status'][_0x12fa06(0x273)]||0x0;_0x289815=_0x168ab3[_0x12fa06(0x2ef)](_0x4c2651,_0x583896);if(!_0x289815){if(_0x168ab3[_0x12fa06(0x1d4)](_0x168ab3[_0x12fa06(0x2ad)],_0x168ab3[_0x12fa06(0x2ad)]))logger[_0x12fa06(0x1e9)]('Waiting\x20for\x20deployment\x20'+_0x48d11c+_0x12fa06(0x2ff)+_0xf071d+_0x12fa06(0x21e)),await new Promise(_0x581b5f=>setTimeout(_0x581b5f,_0x3ce0ba));else{const _0x3e2610={'PDsji':function(_0x1ab9a1,_0x3dce74){const _0x4e5c7e=_0x12fa06;return _0x168ab3[_0x4e5c7e(0x1c1)](_0x1ab9a1,_0x3dce74);},'XvbMU':function(_0xc9160b){const _0x4befbc=_0x12fa06;return _0x168ab3[_0x4befbc(0x237)](_0xc9160b);}};return new _0x5aeb8c((_0x2fa110,_0x3246b2)=>{const _0x50c716={'WXQYa':function(_0x3cfc3b,_0x5f147c){const _0x3ff1c3=a37_0x397c;return _0x3e2610[_0x3ff1c3(0x199)](_0x3cfc3b,_0x5f147c);},'neCLT':function(_0x24c4e2){return _0x3e2610['XvbMU'](_0x24c4e2);}};_0x8c696a&&_0x4623c6['stop'](_0x5d24e6=>{const _0x18ece9=a37_0x397c;if(_0x5d24e6)return _0x50c716['WXQYa'](_0x3246b2,_0x5d24e6);_0x50c716[_0x18ece9(0x241)](_0x2fa110);});});}}}}logger[_0x12fa06(0x1e9)](_0x12fa06(0x275)+_0x48d11c+_0x12fa06(0x2ff)+_0xf071d+_0x12fa06(0x1b7));}}catch(_0x12b8b5){if(_0x168ab3[_0x12fa06(0x242)](_0x168ab3[_0x12fa06(0x2b5)],_0x168ab3[_0x12fa06(0x2c7)])){logger['debug'](_0x168ab3['NZTVs'],_0x12b8b5);throw _0x12b8b5;}else _0x168ab3['aUrDT'](_0x2dd978,_0x12fa06(0x1ef)+_0x349434+'`\x20'+_0xb4cf13);}},exports[a37_0x3fffab(0x19c)]=(_0x2ce968,_0x1808dd,_0x1a8a79,_0x9324ae,_0x37a104,_0x453273,_0x2343c3,_0x32d087,_0x34276d,_0x5bc158,_0x10e095,_0x47dc26)=>{const _0x24f580=a37_0x3fffab,_0x50026b={};_0x50026b['edNCE']='7|3|6|5|9|11|10|0|2|8|4|1',_0x50026b[_0x24f580(0x272)]=function(_0xe52156,_0x10669a){return _0xe52156||_0x10669a;},_0x50026b['HhTKE']='ami-0a0b7559ee7c88dcd';const _0x567e76=_0x50026b,_0x1b08ac=_0x567e76[_0x24f580(0x2aa)]['split']('|');let _0x51db1c=0x0;while(!![]){switch(_0x1b08ac[_0x51db1c++]){case'0':global_registry[_0x24f580(0x1bd)]=_0x32d087;continue;case'1':global_registry[_0x24f580(0x208)]=_0x567e76[_0x24f580(0x272)](_0x47dc26,![]);continue;case'2':global_registry['browserVersion']=_0x34276d;continue;case'3':global_registry[_0x24f580(0x219)]=_0x1a8a79;continue;case'4':global_registry[_0x24f580(0x26b)]=_0x10e095;continue;case'5':global_registry['concurrency']=_0x9324ae;continue;case'6':global_registry[_0x24f580(0x2bc)]=_0x1808dd;continue;case'7':global_registry['cloudProvider']=_0x2ce968;continue;case'8':global_registry['minNodes']=_0x5bc158;continue;case'9':global_registry[_0x24f580(0x1ed)]=_0x37a104;continue;case'10':global_registry[_0x24f580(0x27e)]=_0x2343c3[_0x24f580(0x27e)]||_0x567e76[_0x24f580(0x254)];continue;case'11':global_registry['s3Bucket']=_0x453273;continue;}break;}},exports[a37_0x3fffab(0x2e0)]=_0x2460d4=>{const _0x13d1d0=a37_0x3fffab,_0x5f3adb={};_0x5f3adb[_0x13d1d0(0x1df)]=function(_0x4b164f,_0x563494){return _0x4b164f||_0x563494;},_0x5f3adb[_0x13d1d0(0x2e8)]='1.0.1';const _0x3fa7e3=_0x5f3adb;global_registry[_0x13d1d0(0x2c5)]=_0x3fa7e3[_0x13d1d0(0x1df)](_0x2460d4,_0x3fa7e3[_0x13d1d0(0x2e8)]);},exports['kebabCase']=_0x49dce3=>_0x49dce3[a37_0x3fffab(0x29b)](/([a-z])([A-Z])/g,'$1-$2')[a37_0x3fffab(0x29b)](/[\s_]+/g,'-')[a37_0x3fffab(0x1bf)](),exports[a37_0x3fffab(0x2e3)]=async(_0x425edd,_0x36c5c4,_0x4b80ce,_0xf57948,_0x2b2819,_0x58385e,_0x740a19)=>{const _0x1c2ab1=a37_0x3fffab,_0x25ce26={'IEeRI':function(_0x223664,_0x506d86,_0x241310,_0x550a13,_0x225d7a,_0x3ac804,_0x42368f){return _0x223664(_0x506d86,_0x241310,_0x550a13,_0x225d7a,_0x3ac804,_0x42368f);}};await _0x25ce26['IEeRI'](sendInstrumentationEvent,_0x425edd,_0x2b2819,_0xf57948,_0x58385e,null,_0x425edd);const _0x331ea9={};_0x331ea9[_0x1c2ab1(0x2de)]=WS_EVENTS[_0x1c2ab1(0x1f2)],_0x331ea9[_0x1c2ab1(0x26a)]=_0x4b80ce,await webSocketUtils[_0x1c2ab1(0x2a5)](_0x36c5c4,_0x331ea9,_0x740a19,!![]);},exports[a37_0x3fffab(0x2f4)]=_0x2d02ef=>{const _0x32ae49=a37_0x3fffab;return _0x2d02ef[_0x32ae49(0x281)];},exports[a37_0x3fffab(0x1cd)]=_0x2d4175=>{const _0x1ff4f8=a37_0x3fffab,_0x3dd51b={'qmSZk':_0x1ff4f8(0x2a0),'tVDzS':function(_0xc762d8,_0x7a8a96){return _0xc762d8(_0x7a8a96);},'KDuvM':'key','Nxvyd':_0x1ff4f8(0x2a1),'lkBcQ':_0x1ff4f8(0x1f4),'TWhqp':'true','DZFHG':_0x1ff4f8(0x290),'wUeaD':_0x1ff4f8(0x1dc),'FGBLD':function(_0x3482c3,_0x337287){return _0x3482c3!==_0x337287;},'RBXzU':'ybFoE','BGKZC':_0x1ff4f8(0x23b),'FdykQ':'custom-repeater','mbtqq':function(_0x1dba3e,_0x4ef8d4){return _0x1dba3e===_0x4ef8d4;},'wsJuF':'MTNxg','oyCHT':_0x1ff4f8(0x2d0)};let _0x4b8b10={};return _0x4b8b10[_0x3dd51b[_0x1ff4f8(0x2a2)]]=this[_0x1ff4f8(0x2f4)](_0x2d4175),_0x4b8b10[_0x3dd51b['Nxvyd']]=0x3,_0x4b8b10[_0x3dd51b[_0x1ff4f8(0x25c)]]=_0x3dd51b[_0x1ff4f8(0x2cf)],_0x4b8b10[_0x3dd51b['DZFHG']]=_0x3dd51b[_0x1ff4f8(0x21f)],_0x2d4175[_0x1ff4f8(0x239)]&&Array['isArray'](_0x2d4175[_0x1ff4f8(0x239)])&&(_0x3dd51b['FGBLD'](_0x3dd51b[_0x1ff4f8(0x27f)],_0x3dd51b[_0x1ff4f8(0x2f7)])?_0x4b8b10[_0x3dd51b['FdykQ']]=_0x2d4175['customRepeaters'][_0x1ff4f8(0x288)](','):_0x4c8470[_0x1ff4f8(0x19f)](_0x3dd51b[_0x1ff4f8(0x1f7)])),_0x2d4175[_0x1ff4f8(0x2c3)]&&_0x3dd51b[_0x1ff4f8(0x286)](_0x2d4175[_0x1ff4f8(0x2c3)]['constructor'],Object)&&(_0x3dd51b[_0x1ff4f8(0x286)](_0x3dd51b[_0x1ff4f8(0x23d)],_0x3dd51b[_0x1ff4f8(0x22c)])?_0x3dd51b[_0x1ff4f8(0x2fe)](_0x4dd720,_0x1ff4f8(0x20b)+_0x3da458):_0x4b8b10={..._0x2d4175[_0x1ff4f8(0x2c3)],..._0x4b8b10}),_0x4b8b10;},exports[a37_0x3fffab(0x300)]=_0x198326=>{const _0x434a27=a37_0x3fffab,_0xc30b68={};_0xc30b68[_0x434a27(0x2c8)]='Error\x20while\x20waiting\x20for\x20deployment:',_0xc30b68[_0x434a27(0x27a)]=function(_0x491c77,_0x381b00){return _0x491c77!==_0x381b00;},_0xc30b68[_0x434a27(0x21d)]=_0x434a27(0x230);const _0x543015=_0xc30b68,_0x3f79f6=new BrowserstackLocalLauncher['Local'](),_0x45ec72=this[_0x434a27(0x1cd)](_0x198326),_0x27fdce=_0x3f79f6[_0x434a27(0x231)](_0x45ec72);if(_0x27fdce){if(_0x543015[_0x434a27(0x27a)](_0x543015[_0x434a27(0x21d)],_0x543015[_0x434a27(0x21d)])){_0x3862db['debug'](_0x543015[_0x434a27(0x2c8)],_0x229441);throw _0x5e23fc;}else throw _0x27fdce;}return _0x3f79f6;},exports[a37_0x3fffab(0x1da)]=async _0x2982da=>{const _0x4be2ad=a37_0x3fffab,_0x53e225={'btTpv':function(_0x3f8daa,_0x1b21b3){return _0x3f8daa&&_0x1b21b3;},'KmJRd':function(_0x481fdd,_0xf5fddf){return _0x481fdd&&_0xf5fddf;},'LRWoE':_0x4be2ad(0x1c2),'hxTfc':_0x4be2ad(0x235),'vIKQr':function(_0x5223ff,_0x59882c){return _0x5223ff===_0x59882c;},'UTGGy':_0x4be2ad(0x205),'jPRsO':_0x4be2ad(0x1f6),'xQyOp':_0x4be2ad(0x1e0),'zjahi':_0x4be2ad(0x1e7),'iNKlg':function(_0x7e3365,_0x549f28){return _0x7e3365(_0x549f28);},'qMDtH':function(_0x5ebeb2){return _0x5ebeb2();},'AguZU':_0x4be2ad(0x292)};return new Promise((_0x249999,_0x142709)=>{const _0x11a02b=_0x4be2ad,_0x274e73={'WVYtH':function(_0x1090d1,_0xb6456d){const _0x38c1f8=a37_0x397c;return _0x53e225[_0x38c1f8(0x21c)](_0x1090d1,_0xb6456d);},'ZjoTx':function(_0x4a6ec2,_0x39b825){return _0x53e225['KmJRd'](_0x4a6ec2,_0x39b825);},'FGSct':_0x53e225['LRWoE'],'aIfqD':_0x53e225[_0x11a02b(0x27d)],'nCHrz':function(_0x22e489,_0x5ba9c7){const _0x2d3ba1=_0x11a02b;return _0x53e225[_0x2d3ba1(0x301)](_0x22e489,_0x5ba9c7);},'unESe':_0x53e225[_0x11a02b(0x20d)],'kmwbn':_0x53e225[_0x11a02b(0x26e)],'lQdhD':_0x53e225[_0x11a02b(0x265)],'RJnjR':_0x53e225[_0x11a02b(0x1cf)],'JsHbo':function(_0x3bba1a,_0x52b85d){return _0x53e225['iNKlg'](_0x3bba1a,_0x52b85d);},'yyqhc':function(_0x3dbca1){const _0x4b1da4=_0x11a02b;return _0x53e225[_0x4b1da4(0x1a6)](_0x3dbca1);}};if(_0x53e225[_0x11a02b(0x301)](_0x53e225[_0x11a02b(0x240)],_0x53e225[_0x11a02b(0x240)]))_0x2982da&&_0x2982da[_0x11a02b(0x24a)](_0x4ba797=>{const _0x371f92=_0x11a02b,_0x4bfa73={};_0x4bfa73['cxFhy']=_0x274e73[_0x371f92(0x1f3)];const _0x5db36b=_0x4bfa73;if(_0x274e73['nCHrz'](_0x274e73['unESe'],_0x274e73[_0x371f92(0x2dd)]))return _0x4c454f[_0x371f92(0x19f)](_0x5db36b['cxFhy'])[_0x371f92(0x2ec)]()[_0x371f92(0x284)]();else{if(_0x4ba797){if(_0x274e73[_0x371f92(0x299)](_0x274e73[_0x371f92(0x2ae)],_0x274e73[_0x371f92(0x2b6)])){const _0xb40dce=_0x5188b4[_0x371f92(0x2b2)](this[_0x371f92(0x2f2)]());if(_0xb40dce||_0x274e73['WVYtH'](_0x2dac0c,_0x51b811)){if(_0x274e73[_0x371f92(0x1eb)](_0x4d2687,_0x5b076c)){const _0x184f7c={};_0x184f7c[_0x371f92(0x29c)]=_0x5bb564,_0x184f7c[_0x371f92(0x2f9)]=_0x373209;const _0xe5352a={};_0xe5352a[_0x371f92(0x22e)]=_0x184f7c;const _0x3d98cd=_0xe5352a;_0x424dc1[_0x371f92(0x263)](this[_0x371f92(0x2f2)](),_0x2f1747[_0x371f92(0x221)](_0x3d98cd));}const _0x53cda9=_0x105637['parse'](_0xc98bee[_0x371f92(0x218)](this[_0x371f92(0x2f2)](),_0x274e73[_0x371f92(0x22f)]));return[_0x53cda9[_0x371f92(0x22e)][_0x371f92(0x29c)],_0x53cda9[_0x371f92(0x22e)][_0x371f92(0x2f9)]];}return null;}else return _0x274e73[_0x371f92(0x1d3)](_0x142709,_0x4ba797);}_0x274e73[_0x371f92(0x26d)](_0x249999);}});else return[_0x370569,_0x401683[_0x11a02b(0x2f8)](_0x36f1a7[_0x11a02b(0x267)])];});},exports[a37_0x3fffab(0x23a)]=(_0x400fdd,_0x3b8b29)=>{const _0x5d61a9=a37_0x3fffab,_0x510e0a={'CHiEX':function(_0x2fdfad,_0x8011b3){return _0x2fdfad(_0x8011b3);},'EEZGy':_0x5d61a9(0x226),'zByvI':_0x5d61a9(0x2a1),'Uxlpm':_0x5d61a9(0x1f4),'tvWNH':_0x5d61a9(0x269),'AnzFW':'localIdentifier','wMWpD':'ats-repeater','qtxDe':_0x5d61a9(0x2eb),'HTPyq':function(_0x15c055,_0x1a303b){return _0x15c055===_0x1a303b;},'PZXet':function(_0x540850,_0x226e8b){return _0x540850&&_0x226e8b;},'lqLBB':'iBPwJ','FORNs':_0x5d61a9(0x2f3),'rWJNA':function(_0xc55a16,_0xc4ba3){return _0xc55a16&&_0xc4ba3;},'RgohN':function(_0x1759c5,_0x34e2d7){return _0x1759c5!==_0x34e2d7;},'XXByi':_0x5d61a9(0x25b),'AaJij':'lFJjX','SaavX':_0x5d61a9(0x1c2)},_0x183be8=fs[_0x5d61a9(0x2b2)](this[_0x5d61a9(0x2f2)]());if(_0x183be8||_0x510e0a[_0x5d61a9(0x1a3)](_0x400fdd,_0x3b8b29)){if(_0x510e0a['HTPyq'](_0x510e0a[_0x5d61a9(0x1e3)],_0x510e0a['FORNs']))_0x510e0a[_0x5d61a9(0x2a9)](_0x102525,_0x5d61a9(0x1b9)+_0x730934[_0x5d61a9(0x26a)]);else{if(_0x510e0a[_0x5d61a9(0x28e)](_0x400fdd,_0x3b8b29)){if(_0x510e0a[_0x5d61a9(0x29e)](_0x510e0a[_0x5d61a9(0x1cc)],_0x510e0a[_0x5d61a9(0x19b)])){const _0x2ff8e8={};_0x2ff8e8['username']=_0x400fdd,_0x2ff8e8[_0x5d61a9(0x2f9)]=_0x3b8b29;const _0x2e84b6={};_0x2e84b6['Browserstack']=_0x2ff8e8;const _0x2fd255=_0x2e84b6;fs[_0x5d61a9(0x263)](this['getCredentialsPath'](),JSON[_0x5d61a9(0x221)](_0x2fd255));}else{let _0x38cbda={};return _0x38cbda[_0x510e0a[_0x5d61a9(0x1fd)]]=this[_0x5d61a9(0x2f4)](_0x55d0fb),_0x38cbda[_0x510e0a[_0x5d61a9(0x201)]]=0x3,_0x38cbda[_0x510e0a[_0x5d61a9(0x25f)]]=_0x510e0a[_0x5d61a9(0x2e2)],_0x38cbda[_0x510e0a['AnzFW']]=_0x510e0a[_0x5d61a9(0x24d)],_0x5bc530[_0x5d61a9(0x239)]&&_0x170ee3[_0x5d61a9(0x23e)](_0x7792e8[_0x5d61a9(0x239)])&&(_0x38cbda[_0x510e0a[_0x5d61a9(0x215)]]=_0x5bc3bb['customRepeaters'][_0x5d61a9(0x288)](',')),_0x2465de[_0x5d61a9(0x2c3)]&&_0x510e0a['HTPyq'](_0x38a326[_0x5d61a9(0x2c3)]['constructor'],_0x4b871e)&&(_0x38cbda={..._0x133c2c[_0x5d61a9(0x2c3)],..._0x38cbda}),_0x38cbda;}}const _0x15690c=JSON[_0x5d61a9(0x2f8)](fs[_0x5d61a9(0x218)](this['getCredentialsPath'](),_0x510e0a[_0x5d61a9(0x266)]));return[_0x15690c[_0x5d61a9(0x22e)][_0x5d61a9(0x29c)],_0x15690c[_0x5d61a9(0x22e)][_0x5d61a9(0x2f9)]];}}return null;},exports[a37_0x3fffab(0x279)]=async(_0x113b30,_0x330f07,_0xc96ff6)=>{const _0x4f7095=a37_0x3fffab,_0x3a502d={'pHOhm':_0x4f7095(0x229),'QETNv':function(_0x3bfce3,_0x525625,_0x28fce7){return _0x3bfce3(_0x525625,_0x28fce7);},'NswWj':function(_0x451b55,_0x49397b){return _0x451b55===_0x49397b;},'DRxSl':_0x4f7095(0x294),'YCirg':_0x4f7095(0x289)},_0x37514b='https://'+_0x113b30+':'+_0x330f07+'@'+AG_API_URL+_0x4f7095(0x1ad)+_0xc96ff6,_0xe669db={'method':_0x3a502d[_0x4f7095(0x2b4)],'headers':this['getAuthHeader'](_0x113b30,_0x330f07),'throwHttpErrors':![]},_0x4a2b0e=await _0x3a502d[_0x4f7095(0x1ea)](got,_0x37514b,_0xe669db);if(_0x3a502d[_0x4f7095(0x245)](_0x4a2b0e[_0x4f7095(0x29d)],0xc8)){if(_0x3a502d[_0x4f7095(0x245)](_0x3a502d[_0x4f7095(0x1a9)],_0x3a502d[_0x4f7095(0x2e4)]))throw _0x4f458a;else return[_0x4a2b0e,JSON[_0x4f7095(0x2f8)](_0x4a2b0e[_0x4f7095(0x267)])];}return[_0x4a2b0e,null];},exports['kubeApply']=async(_0x10af6b,_0x39888e)=>{const _0x5435e1=a37_0x3fffab,_0x5bdda3={};_0x5bdda3['qWOhU']=function(_0xdb332e,_0x42d5be){return _0xdb332e||_0x42d5be;},_0x5bdda3[_0x5435e1(0x1c6)]=_0x5435e1(0x287),_0x5bdda3[_0x5435e1(0x1ba)]=function(_0x5d7ff3,_0x5a68ce){return _0x5d7ff3>=_0x5a68ce;},_0x5bdda3[_0x5435e1(0x1c3)]=_0x5435e1(0x2a0),_0x5bdda3['RddUI']=_0x5435e1(0x1f5),_0x5bdda3[_0x5435e1(0x2be)]=_0x5435e1(0x1d0),_0x5bdda3[_0x5435e1(0x2cc)]=function(_0x5678f9,_0x7987ab){return _0x5678f9||_0x7987ab;},_0x5bdda3[_0x5435e1(0x28c)]=_0x5435e1(0x1ee),_0x5bdda3[_0x5435e1(0x1ac)]=function(_0x452e53,_0x180f4c){return _0x452e53===_0x180f4c;},_0x5bdda3['YPsgt']='mLCpC',_0x5bdda3[_0x5435e1(0x220)]='XAngE',_0x5bdda3[_0x5435e1(0x2d9)]='GzvoN',_0x5bdda3[_0x5435e1(0x253)]=function(_0x12caae,_0x48b59d){return _0x12caae!==_0x48b59d;},_0x5bdda3[_0x5435e1(0x216)]=_0x5435e1(0x1fc);const _0x1b74ca=_0x5bdda3,_0x450fbf=await import(_0x1b74ca['KbTbh']),_0x1f8a49=await _0x450fbf[_0x5435e1(0x2bb)][_0x5435e1(0x203)](_0x39888e),_0x63e47b=_0x10af6b[_0x5435e1(0x271)](_0x20fd44=>_0x20fd44&&_0x20fd44[_0x5435e1(0x21b)]&&_0x20fd44[_0x5435e1(0x1ab)]),_0x1be75d=[];for await(const _0x5c3a0d of _0x63e47b){if(_0x1b74ca[_0x5435e1(0x1ac)](_0x1b74ca[_0x5435e1(0x28a)],_0x1b74ca[_0x5435e1(0x220)]))_0x181b61[_0x5435e1(0x2c5)]=_0x1b74ca['qWOhU'](_0x3dc313,_0x1b74ca[_0x5435e1(0x1c6)]);else try{if(_0x1b74ca[_0x5435e1(0x1ac)](_0x1b74ca['asgtD'],_0x1b74ca[_0x5435e1(0x2d9)])){await _0x1f8a49[_0x5435e1(0x248)](_0x5c3a0d);const _0x3843d2=await _0x1f8a49[_0x5435e1(0x257)](_0x5c3a0d);_0x1be75d['push'](_0x3843d2[_0x5435e1(0x267)]);}else{const _0x5e775d=_0x2da070[_0x5435e1(0x2d7)][_0x5435e1(0x2c4)];_0x1b74ca[_0x5435e1(0x1ba)](_0x5e775d['split']('.')[0x0],0x12)&&_0x54f7a8[_0x5435e1(0x19f)](_0x1b74ca[_0x5435e1(0x1c3)]);}}catch(_0x34a123){if(_0x1b74ca['cvdMB'](_0x1b74ca[_0x5435e1(0x216)],_0x1b74ca['QMJCj'])){const _0x4575ba=_0x1b74ca['RddUI'][_0x5435e1(0x25a)]('|');let _0xd83dc8=0x0;while(!![]){switch(_0x4575ba[_0xd83dc8++]){case'0':_0x4b4875['minNodes']=_0x4cb83c;continue;case'1':_0x168101[_0x5435e1(0x1bd)]=_0x490dd4;continue;case'2':_0xcb7ef4[_0x5435e1(0x27e)]=_0x1fb5ae['ami']||_0x1b74ca[_0x5435e1(0x2be)];continue;case'3':_0x551c06[_0x5435e1(0x2d1)]=_0x51b2e8;continue;case'4':_0x9a68ea[_0x5435e1(0x219)]=_0x2bc0f6;continue;case'5':_0x1ce458[_0x5435e1(0x1ed)]=_0x403e9f;continue;case'6':_0x433e18['browserVersion']=_0x38d523;continue;case'7':_0x509919[_0x5435e1(0x26b)]=_0x24ab32;continue;case'8':_0x36dde2[_0x5435e1(0x2bc)]=_0x392da9;continue;case'9':_0x915982[_0x5435e1(0x1d5)]=_0xf9b44c;continue;case'10':_0x447d35[_0x5435e1(0x2bf)]=_0x4f6437;continue;case'11':_0x343fea['clusterAutoUpgrade']=_0x1b74ca[_0x5435e1(0x2cc)](_0x110264,![]);continue;}break;}}else{const _0x56b550=await _0x1f8a49['create'](_0x5c3a0d);_0x1be75d[_0x5435e1(0x298)](_0x56b550[_0x5435e1(0x267)]);}}}},exports['getAuthHeader']=(_0x303860,_0x1c8fec)=>{const _0x501ebe=a37_0x3fffab,_0x441ebb={'eihlo':_0x501ebe(0x235),'OitmY':_0x501ebe(0x2d6),'ZtBUM':_0x501ebe(0x28f),'AqSKu':function(_0x3082bb,_0x53298c){return _0x3082bb(_0x53298c);},'MUaZq':function(_0x272d18){return _0x272d18();},'SwVpg':function(_0x67a3ec,_0xf8ae8a){return _0x67a3ec>=_0xf8ae8a;},'VlJii':function(_0x42ee9b){return _0x42ee9b();},'BRBrq':_0x501ebe(0x1e8),'VRMNR':function(_0x29d757,_0x3bfcbe){return _0x29d757+_0x3bfcbe;},'voKxs':'Basic\x20','fZsBN':_0x501ebe(0x223),'AtfSr':function(_0x35ec2f,_0x40c05c){return _0x35ec2f!==_0x40c05c;},'lTlgL':_0x501ebe(0x207),'mPGeL':'X-cli-version','wKEcw':function(_0x56c0ba,_0x36cdc2){return _0x56c0ba===_0x36cdc2;},'xVDuw':_0x501ebe(0x227),'zFean':'X-cli-path','LcJgm':function(_0x4afdb0,_0x2abffb){return _0x4afdb0===_0x2abffb;},'mCHyk':_0x501ebe(0x2d3),'ytUlP':_0x501ebe(0x2e9),'rOVVC':'X-os','JRbuG':_0x501ebe(0x21a),'ZaxMV':_0x501ebe(0x2af),'uSzbi':_0x501ebe(0x262),'YsQzD':'pwEji','AGHIH':'PhqwC','LXphO':_0x501ebe(0x1f0),'jFfVq':'WXiTl','Vjcmw':'MfbYe','zNHBd':_0x501ebe(0x1e5)},_0x299c5c=_0x441ebb['MUaZq'](cli_version_and_path),_0x5bc3a8=_0x441ebb[_0x501ebe(0x2ee)](_os),_0x57a2a5=_0x441ebb['VlJii'](os_version),_0x5edbd6=_0x441ebb[_0x501ebe(0x2ee)](npm_version),_0x40bc2b=_0x441ebb['MUaZq'](ci_environment),_0x1b69cf={'Content-Type':_0x441ebb['BRBrq'],'Authorization':_0x441ebb[_0x501ebe(0x1c8)](_0x441ebb[_0x501ebe(0x212)],Buffer[_0x501ebe(0x20c)](_0x303860+':'+_0x1c8fec)[_0x501ebe(0x2ec)](_0x441ebb[_0x501ebe(0x29f)]))};if(_0x299c5c&&_0x299c5c['version']){if(_0x441ebb[_0x501ebe(0x2c9)](_0x441ebb[_0x501ebe(0x28d)],_0x441ebb[_0x501ebe(0x28d)]))try{return _0x5a35f5[_0x501ebe(0x19f)](_0x441ebb[_0x501ebe(0x202)])[_0x501ebe(0x2ec)]()[_0x501ebe(0x284)]();}catch(_0x41a461){return _0x441ebb['OitmY'];}else _0x1b69cf[_0x441ebb[_0x501ebe(0x2ce)]]=_0x299c5c['version'];}if(_0x299c5c&&_0x299c5c[_0x501ebe(0x29a)]){if(_0x441ebb[_0x501ebe(0x280)](_0x441ebb['xVDuw'],_0x441ebb[_0x501ebe(0x1a0)]))_0x1b69cf[_0x441ebb[_0x501ebe(0x283)]]=_0x299c5c[_0x501ebe(0x29a)];else return _0x521eaa[_0x501ebe(0x288)](_0x1924e2[_0x501ebe(0x1b2)](),_0x441ebb[_0x501ebe(0x2fb)]);}_0x5bc3a8&&(_0x441ebb[_0x501ebe(0x1b1)](_0x441ebb[_0x501ebe(0x270)],_0x441ebb[_0x501ebe(0x19e)])?_0x58206c&&_0x480b2f[_0x501ebe(0x24a)](_0x4af3ac=>{const _0x29cf2c=_0x501ebe;if(_0x4af3ac)return _0x441ebb[_0x29cf2c(0x1e2)](_0x15bf8e,_0x4af3ac);_0x441ebb['MUaZq'](_0x3c454a);}):_0x1b69cf[_0x441ebb[_0x501ebe(0x244)]]=_0x5bc3a8);if(_0x57a2a5){if(_0x441ebb[_0x501ebe(0x2c9)](_0x441ebb[_0x501ebe(0x1cb)],_0x441ebb[_0x501ebe(0x2b9)]))_0x1b69cf[_0x441ebb['uSzbi']]=_0x57a2a5;else{const _0xac42f5=_0x441692['versions'][_0x501ebe(0x2c4)];return _0x46de5d[_0x501ebe(0x1e9)](_0x501ebe(0x2a3)+_0xac42f5),_0x441ebb[_0x501ebe(0x2c0)](_0xac42f5['split']('.')[0x0],0x12);}}if(_0x5edbd6){if(_0x441ebb['LcJgm'](_0x441ebb[_0x501ebe(0x26c)],_0x441ebb['AGHIH']))return _0x441ebb[_0x501ebe(0x1ce)];else _0x1b69cf[_0x441ebb[_0x501ebe(0x304)]]=_0x5edbd6;}if(_0x40bc2b){if(_0x441ebb[_0x501ebe(0x2c9)](_0x441ebb[_0x501ebe(0x2db)],_0x441ebb[_0x501ebe(0x291)]))_0x1b69cf[_0x441ebb[_0x501ebe(0x234)]]=_0x40bc2b;else return _0x501ebe(0x233)+_0x5539b8[_0x501ebe(0x2de)]()+'\x20'+_0x17a438[_0x501ebe(0x2e1)]()+'\x20('+_0x3bd60f[_0x501ebe(0x19a)]()+')\x0aArchitecture:\x20'+_0x1945ce[_0x501ebe(0x2d2)]()+_0x501ebe(0x2e6)+_0x4ce3d4[_0x501ebe(0x2d7)][_0x501ebe(0x2c4)]+_0x501ebe(0x1a1)+_0x441ebb[_0x501ebe(0x2ee)](_0x483ed0)+'\x0a';}return _0x1b69cf;},exports[a37_0x3fffab(0x2da)]=async()=>{const _0x1698d8=a37_0x3fffab,_0x266853={};_0x266853['uFEXd']=function(_0x3dc53e,_0x459856){return _0x3dc53e>=_0x459856;},_0x266853[_0x1698d8(0x252)]=function(_0x84ad4,_0x364ad7){return _0x84ad4===_0x364ad7;},_0x266853[_0x1698d8(0x1b8)]=_0x1698d8(0x2b7),_0x266853[_0x1698d8(0x22a)]=_0x1698d8(0x1ff),_0x266853[_0x1698d8(0x1b6)]='npm\x20install\x20@azure/arm-containerservice@19.8.0\x20@azure/arm-network@33.1.0\x20@azure/arm-resources@5.2.0\x20@azure/arm-storage@18.2.0\x20@azure/identity@4.0.1\x20@azure/arm-authorization@9.0.0\x20--save';const _0x4c32a2=_0x266853,_0xd74cf2=process[_0x1698d8(0x2d7)][_0x1698d8(0x2c4)];_0x4c32a2[_0x1698d8(0x1fa)](_0xd74cf2[_0x1698d8(0x25a)]('.')[0x0],0x12)&&(_0x4c32a2[_0x1698d8(0x252)](_0x4c32a2[_0x1698d8(0x1b8)],_0x4c32a2[_0x1698d8(0x22a)])?_0x224062['error']=_0x556c0a:cp['execSync'](_0x4c32a2[_0x1698d8(0x1b6)]));},exports[a37_0x3fffab(0x1b4)]=_0x13f096=>_0x13f096===undefined||_0x13f096===null,exports[a37_0x3fffab(0x1dd)]=()=>{const _0x2e5c30=a37_0x3fffab,_0x56afd8={};_0x56afd8['qcbcQ']=function(_0x21d993,_0x5946d2){return _0x21d993>=_0x5946d2;};const _0x14f819=_0x56afd8,_0x1be499=process[_0x2e5c30(0x2d7)]['node'];return logger[_0x2e5c30(0x1e9)](_0x2e5c30(0x2a3)+_0x1be499),_0x14f819['qcbcQ'](_0x1be499[_0x2e5c30(0x25a)]('.')[0x0],0x12);},exports['responseValidation']=async(_0x5a8d2b,_0x104d6a,_0x6dc531,_0x5154ab,_0x3323f2)=>{const _0x1bc440=a37_0x3fffab,_0x31f17c={'EVBjU':function(_0xe31375,_0x395577){return _0xe31375&&_0x395577;},'sTkBO':'utf-8','PHEFd':_0x1bc440(0x2eb),'PeUFz':_0x1bc440(0x2ed),'jTjgY':function(_0x55e6a9,_0x11b87d){return _0x55e6a9(_0x11b87d);},'ScenH':function(_0x53bf43){return _0x53bf43();},'Aaoet':function(_0x52560c,_0xb84e4){return _0x52560c===_0xb84e4;},'rXrsg':function(_0x22bc1c,_0x5aa462){return _0x22bc1c!==_0x5aa462;},'MRnla':'WwhrL','SpfXn':_0x1bc440(0x19d),'awzjX':function(_0x3feae2,_0x375933){return _0x3feae2===_0x375933;},'deWBg':_0x1bc440(0x2c6),'AyUCz':function(_0x5ee336,_0x83e847){return _0x5ee336!==_0x83e847;},'pKddz':_0x1bc440(0x24c),'zjJqv':'EnzHQ','QvRQW':_0x1bc440(0x1fb)};let _0x1962e3;const _0x4e0c23=MessageDescription[_0x104d6a][_0x6dc531];let _0x5671b6=0x0;if(_0x31f17c[_0x1bc440(0x236)](_0x5a8d2b,null)||_0x31f17c['Aaoet'](_0x5a8d2b,undefined)){if(_0x31f17c[_0x1bc440(0x1c4)](_0x31f17c[_0x1bc440(0x222)],_0x31f17c[_0x1bc440(0x222)])){if(_0x31f17c[_0x1bc440(0x25d)](_0x19efc4,_0x326dc7)){const _0x49d603={};_0x49d603[_0x1bc440(0x29c)]=_0x10d953,_0x49d603[_0x1bc440(0x2f9)]=_0x56c7cf;const _0x222b52={};_0x222b52['Browserstack']=_0x49d603;const _0x1554d1=_0x222b52;_0x3caae3[_0x1bc440(0x263)](this[_0x1bc440(0x2f2)](),_0x5dceb8[_0x1bc440(0x221)](_0x1554d1));}const _0x5f1c2a=_0x3c2821[_0x1bc440(0x2f8)](_0x1f752b[_0x1bc440(0x218)](this[_0x1bc440(0x2f2)](),_0x31f17c[_0x1bc440(0x2d8)]));return[_0x5f1c2a[_0x1bc440(0x22e)][_0x1bc440(0x29c)],_0x5f1c2a['Browserstack'][_0x1bc440(0x2f9)]];}else _0x1962e3=_0x4e0c23+_0x1bc440(0x25e),await this[_0x1bc440(0x2e3)](_0x5154ab,_0x3323f2,_0x1962e3,messageTypes[_0x1bc440(0x258)],_0x104d6a+'-called',_0x104d6a+'-'+_0x6dc531+_0x1bc440(0x303),_0x31f17c[_0x1bc440(0x2f1)]),logger[_0x1bc440(0x19d)](_0x1962e3);}else{if(_0x31f17c[_0x1bc440(0x28b)](_0x5a8d2b['statusCode'],0x191))_0x31f17c[_0x1bc440(0x1c4)](_0x31f17c[_0x1bc440(0x1d1)],_0x31f17c[_0x1bc440(0x1d1)])?_0x57100c[_0x31f17c['PHEFd']]=_0x5e04ec['customRepeaters'][_0x1bc440(0x288)](','):(_0x1962e3=_0x4e0c23+_0x1bc440(0x302),await this[_0x1bc440(0x2e3)](_0x5154ab,_0x3323f2,_0x1962e3,messageTypes[_0x1bc440(0x258)],_0x104d6a+_0x1bc440(0x2d4),_0x104d6a+'-'+_0x6dc531+_0x1bc440(0x2ac),_0x31f17c[_0x1bc440(0x2f1)]),logger[_0x1bc440(0x19d)](_0x1962e3));else{if(_0x31f17c[_0x1bc440(0x1d6)](_0x5a8d2b[_0x1bc440(0x29d)],0xc8))_0x31f17c[_0x1bc440(0x236)](_0x31f17c[_0x1bc440(0x2b3)],_0x31f17c[_0x1bc440(0x2b3)])?(_0x1962e3=_0x4e0c23+'.\x20Non\x20200\x20response\x20from\x20server!\x20'+JSON[_0x1bc440(0x221)](_0x5a8d2b[_0x1bc440(0x267)]),await this['reportToGalactusAndSendToEDS'](_0x5154ab,_0x3323f2,_0x1962e3,messageTypes['ERROR'],_0x104d6a+'-called',_0x104d6a+'-'+_0x6dc531+_0x1bc440(0x1b3),_0x31f17c[_0x1bc440(0x2f1)]),logger[_0x1bc440(0x19d)](_0x1962e3)):_0x1aa173[_0x31f17c['PeUFz']]=_0x1f7d6a[_0x1bc440(0x2a4)];else{if(_0x31f17c['AyUCz'](_0x31f17c[_0x1bc440(0x2b0)],_0x31f17c[_0x1bc440(0x276)]))_0x5671b6=_0x5a8d2b[_0x1bc440(0x29d)];else{if(_0x5c0ada)return _0x31f17c[_0x1bc440(0x225)](_0x204afb,_0x522f6c);_0x31f17c[_0x1bc440(0x1a8)](_0x2ff29c);}}}}return _0x5671b6;},exports[a37_0x3fffab(0x1bb)]=async _0x38490b=>{const _0x4828d1=a37_0x3fffab,_0x5da6e9={'GtADF':_0x4828d1(0x1e5),'xyGtX':_0x4828d1(0x2fd),'XRtQR':function(_0xc17b03,_0xd67b73){return _0xc17b03!==_0xd67b73;},'gZVDP':_0x4828d1(0x210),'Ptgdq':function(_0x4d270d,_0x20c8c3){return _0x4d270d===_0x20c8c3;},'vkBCy':_0x4828d1(0x251),'DRmyI':_0x4828d1(0x255),'fRvYA':function(_0x4e80d4,_0x295a5c){return _0x4e80d4(_0x295a5c);},'PMqzi':'CyWsZ','UgJjM':'TNaSE','ZYeXn':'DroLm','COMyU':function(_0x4ca037,_0x161c08){return _0x4ca037(_0x161c08);},'IMVVD':function(_0x412c4c,_0x1613f9){return _0x412c4c!==_0x1613f9;},'vXPsG':'gJTfu','LNeaX':'JxSBo'};return new Promise((_0x245fb9,_0x2945d3)=>{const _0x703df=_0x4828d1,_0x5e6a30={'Sbboa':_0x5da6e9[_0x703df(0x232)],'QzaqJ':function(_0x2c7508,_0x54a76d){const _0x6bbdb7=_0x703df;return _0x5da6e9[_0x6bbdb7(0x2cb)](_0x2c7508,_0x54a76d);},'GYAVV':_0x5da6e9[_0x703df(0x1ec)],'zlOlY':function(_0x2e4567,_0x5a2cab){return _0x5da6e9['Ptgdq'](_0x2e4567,_0x5a2cab);},'ECuVC':_0x5da6e9['vkBCy'],'sAvKF':_0x5da6e9[_0x703df(0x1de)],'sBOzu':function(_0x2855c8,_0x6ffaa2){return _0x5da6e9['fRvYA'](_0x2855c8,_0x6ffaa2);},'wUrkE':_0x5da6e9[_0x703df(0x2ea)],'jkdIZ':_0x5da6e9['UgJjM'],'qjZYT':_0x5da6e9['ZYeXn'],'MlQhU':function(_0x3e9d91,_0x282863){const _0x344a18=_0x703df;return _0x5da6e9[_0x344a18(0x238)](_0x3e9d91,_0x282863);}};_0x5da6e9[_0x703df(0x247)](_0x5da6e9[_0x703df(0x260)],_0x5da6e9[_0x703df(0x1e1)])?cp[_0x703df(0x24e)](_0x38490b,(_0x5aa5b4,_0x120e3c,_0x1c0156)=>{const _0x25f74b=_0x703df;if(_0x5e6a30[_0x25f74b(0x22d)](_0x5e6a30[_0x25f74b(0x1d8)],_0x5e6a30[_0x25f74b(0x1d8)]))_0x54a7f0=_0xe412a0[_0x25f74b(0x29d)];else{if(_0x5aa5b4)_0x5e6a30[_0x25f74b(0x259)](_0x5e6a30[_0x25f74b(0x1e4)],_0x5e6a30[_0x25f74b(0x26f)])?_0x2e3593['error']=_0xc102bf:_0x5e6a30[_0x25f74b(0x27c)](_0x2945d3,_0x25f74b(0x1b9)+_0x5aa5b4[_0x25f74b(0x26a)]);else{if(_0x1c0156){if(_0x5e6a30[_0x25f74b(0x22d)](_0x5e6a30['wUrkE'],_0x5e6a30[_0x25f74b(0x1d7)]))_0x5e6a30[_0x25f74b(0x27c)](_0x245fb9,_0x25f74b(0x1ef)+_0x38490b+'`\x20'+_0x1c0156);else return _0x562ba6['join'](this[_0x25f74b(0x1f9)](),_0x5e6a30[_0x25f74b(0x200)]);}else{if(_0x5e6a30[_0x25f74b(0x22d)](_0x5e6a30[_0x25f74b(0x211)],_0x5e6a30[_0x25f74b(0x211)])){const _0x245230=new _0x39025c[(_0x25f74b(0x278))](),_0x1ff19e=this[_0x25f74b(0x1cd)](_0x3de3f4),_0x3b368d=_0x245230[_0x25f74b(0x231)](_0x1ff19e);if(_0x3b368d)throw _0x3b368d;return _0x245230;}else _0x5e6a30['MlQhU'](_0x245fb9,'Success:\x20'+_0x120e3c);}}}}):_0x27df7f[_0x5da6e9[_0x703df(0x285)]]=_0x12a197;});},exports[a37_0x3fffab(0x1bc)]=async(_0x51158a=TRIAL_GRID_URL,_0x37140a=a37_0x3fffab(0x229))=>{const _0x964f9a=a37_0x3fffab,_0x22ec73={'OBNgy':_0x964f9a(0x262),'RMMkJ':function(_0x3876e0,_0x49825f){return _0x3876e0(_0x49825f);},'qcmor':function(_0x30ea68,_0x6a787){return _0x30ea68===_0x6a787;},'kkpMh':'WkgML','AMoSG':function(_0x2264fc,_0x5c1ac5,_0x47900a){return _0x2264fc(_0x5c1ac5,_0x47900a);},'XzGPg':function(_0x214344,_0x239bac){return _0x214344===_0x239bac;},'GPnhY':function(_0x40c511,_0x567501){return _0x40c511!==_0x567501;},'MBOkH':_0x964f9a(0x1e6)},_0x2ef55d={};_0x2ef55d[_0x964f9a(0x1fe)]=_0x37140a;const _0x2ba195=_0x2ef55d,_0x5d31c4={};_0x5d31c4[_0x964f9a(0x1c0)]=![],_0x5d31c4['error']=null,_0x5d31c4[_0x964f9a(0x2df)]='';const _0x1b8499=_0x5d31c4;try{if(_0x22ec73[_0x964f9a(0x274)](_0x22ec73['kkpMh'],_0x22ec73[_0x964f9a(0x2b1)])){const _0x4d1042=await _0x22ec73[_0x964f9a(0x23f)](got,_0x51158a,_0x2ba195);_0x1b8499[_0x964f9a(0x2df)]=_0x964f9a(0x1c7)+_0x4d1042[_0x964f9a(0x29d)],_0x1b8499['status']=_0x22ec73['XzGPg'](_0x4d1042[_0x964f9a(0x29d)],0xc8);}else _0x329156[_0x22ec73[_0x964f9a(0x20e)]]=_0x3ef682;}catch(_0x20ce1b){if(_0x22ec73[_0x964f9a(0x2f6)](_0x22ec73[_0x964f9a(0x282)],_0x22ec73[_0x964f9a(0x282)]))return _0x22ec73[_0x964f9a(0x1f1)](_0x444572,_0x4278af);else _0x1b8499[_0x964f9a(0x19d)]=_0x20ce1b;}return _0x1b8499;},exports[a37_0x3fffab(0x224)]=async(_0xec678d,_0x12ed5a=TRIAL_GRID_URL)=>{const _0x4bdacb=a37_0x3fffab,_0x178347={'wPvrY':function(_0x104de9,_0x17909d){return _0x104de9(_0x17909d);},'dmkbH':function(_0x38b9ba,_0x3a2414){return _0x38b9ba(_0x3a2414);},'Bxhus':'GET','JZApb':function(_0x3b1ae5,_0x3ec601){return _0x3b1ae5===_0x3ec601;},'lsNtz':'PbJGQ','tYGqW':function(_0x3e4111,_0x567bbf,_0x3bc9a4){return _0x3e4111(_0x567bbf,_0x3bc9a4);},'VSiQt':function(_0x67bac0,_0x706598){return _0x67bac0===_0x706598;},'bxIkg':function(_0x2da028,_0x340b00){return _0x2da028===_0x340b00;},'RJSPA':_0x4bdacb(0x22b)},_0x409919={};_0x409919[_0x4bdacb(0x277)]=0x1bb,_0x409919['method']=_0x178347['Bxhus'],_0x409919[_0x4bdacb(0x243)]=_0xec678d;const _0x48ad14=_0x409919,_0x129f91={};_0x129f91[_0x4bdacb(0x1c0)]=![],_0x129f91[_0x4bdacb(0x19d)]=null,_0x129f91['data']='';const _0x6189c7=_0x129f91;try{if(_0x178347['JZApb'](_0x178347['lsNtz'],_0x178347[_0x4bdacb(0x20f)])){const _0x4fdb9c=await _0x178347[_0x4bdacb(0x1d9)](got,_0x12ed5a,_0x48ad14);_0x6189c7[_0x4bdacb(0x2df)]='response\x20code\x20:-\x20'+_0x4fdb9c[_0x4bdacb(0x29d)],_0x6189c7[_0x4bdacb(0x1c0)]=_0x178347[_0x4bdacb(0x217)](_0x4fdb9c[_0x4bdacb(0x29d)],0xc8);}else{if(_0x52ccae)_0x178347[_0x4bdacb(0x1af)](_0xb95360,_0x4bdacb(0x1b9)+_0x145ec4['message']);else _0xc795ec?_0x178347[_0x4bdacb(0x264)](_0x39890e,_0x4bdacb(0x1ef)+_0xb30fe+'`\x20'+_0x13582d):_0x178347['wPvrY'](_0x2a70eb,_0x4bdacb(0x20b)+_0x4e2689);}}catch(_0x573b4c){if(_0x178347[_0x4bdacb(0x249)](_0x178347['RJSPA'],_0x178347['RJSPA']))_0x6189c7[_0x4bdacb(0x19d)]=_0x573b4c;else throw new _0x579862(_0x4bdacb(0x1d2)+_0x5f5391+_0x4bdacb(0x2ff)+_0x4deab1+'\x20to\x20become\x20available.');}return _0x6189c7;};function a37_0x4d68(){const _0x5d6ce1=['rWJNA','.ats','localIdentifier','Vjcmw','PPOBr','28678149easQDf','QABcd','IuERF','mYPtI','78JFLzzV','push','nCHrz','path','replace','username','statusCode','RgohN','fZsBN','npm\x20install\x20@azure/arm-containerservice@19.8.0\x20@azure/arm-network@33.1.0\x20@azure/arm-resources@5.2.0\x20@azure/arm-storage@18.2.0\x20@azure/identity@4.0.1\x20@azure/arm-authorization@9.0.0\x20--save','verbose','KDuvM','node\x20version\x20installed\x20:\x20','version','sendEventToBackend','936412qrHSRS','uDZks','UYzVH','CHiEX','edNCE','ceScP','-auth-failed','rHTUN','lQdhD','sDCeb','zjJqv','kkpMh','existsSync','pKddz','pHOhm','yfEYu','RJnjR','hszgk','1046776MyQqHK','ZaxMV','JnwuK','KubernetesObjectApi','clusterName','GfnkJ','fBMss','s3Bucket','SwVpg','igMGz','8hPTqla','browserStackLocalOptions','node','uploaderImageVersion','KoxKQ','rYRyb','mZrps','AtfSr','ntYnd','XRtQR','naJHv','spec','mPGeL','TWhqp','ZUhfS','concurrency','arch','iUtNw','-called','vKRcw','N/A','versions','sTkBO','asgtD','installAzurePackages','jFfVq','WxWsH','kmwbn','type','data','updateGlobalRegistryForHubHa','release','tvWNH','reportToGalactusAndSendToEDS','YCirg','FqUpr','\x0aNode.js\x20Version:\x20','\x20to\x20become\x20available.','QvOBX','HPwQp','PMqzi','custom-repeater','toString','X-cli-version','MUaZq','dlxmr','FQaDl','SpfXn','getCredentialsPath','bBDud','getAccessKey','eOhzS','GPnhY','BGKZC','parse','password','name','ZtBUM','now','credentials.json','tVDzS','\x20in\x20namespace\x20','startLocalBinarySync','vIKQr','.\x20Unauthorized\x20request!','-null-response','LXphO','PDsji','platform','AaJij','updateGlobalRegistryWithConfig','error','ytUlP','execSync','xVDuw','\x0aNPM\x20Version:\x20','ENJaQ','PZXet','364973GBPpgJ','nhaWA','qMDtH','qXwhE','ScenH','DRxSl','vSWEk','metadata','nDoTs','/packages/cli/get-grid-details?gridId=','got','wPvrY','2109480KVKOvz','LcJgm','homedir','-non-200','isUndefined','./instrumentationUtils','AfHQF','\x20is\x20ready.','HMkRo','Error\x20executing\x20command:\x20','ufVXU','runCommand','curlRequest','hubVersion','ZLRZY','toLowerCase','status','aUrDT','utf-8','FayUR','rXrsg','X-os','DWuYk','response\x20code\x20:-\x20','VRMNR','qWdZD','replicas','JRbuG','XXByi','setLocalArgs','OitmY','zjahi','ami-0a0b7559ee7c88dcd','deWBg','Timeout\x20waiting\x20for\x20deployment\x20','JsHbo','vNaay','cloudProvider','AyUCz','jkdIZ','GYAVV','tYGqW','stopLocalBinary','NhgEf','ats-repeater','IsNodeCompatibleWithAzure','DRmyI','FLFvo','qfjGm','LNeaX','AqSKu','lqLBB','ECuVC','X-ci-environment','FnpYl','shMwA','application/json','debug','QETNv','ZjoTx','gZVDP','instanceType','@kubernetes/client-node','Intercepted\x20while\x20executing\x20command:\x20`','X-npm-version','RMMkJ','LOG','aIfqD','forceLocal','9|4|8|3|5|10|2|1|6|0|7|11','MofNC','qmSZk','CtExL','getDirForConfig','uFEXd','qqujv','XkiLy','EEZGy','method','yfmpu','Sbboa','zByvI','eihlo','makeApiClient','wlghh','DfQga','3365636PmdyWv','JEeqE','clusterAutoUpgrade','readNamespacedDeployment','getSystemMetaData','Success:\x20','from','UTGGy','OBNgy','lsNtz','HdZvb','qjZYT','voKxs','3999054WUPkzu','child_process','qtxDe','QMJCj','VSiQt','readFileSync','clusterRegion','FewhI','kind','btTpv','gStzp','\x20to\x20be\x20ready...','wUeaD','bMOTy','stringify','MRnla','base64','isTlsSupported','jTjgY','key','pjlMA',')\x0aArchitecture:\x20','GET','tWOux','bpczW','oyCHT','QzaqJ','Browserstack','FGSct','DEbCZ','startSync','xyGtX','\x0aSystem\x20Metadata\x20Report\x0a-----------------------\x0aOS:\x20','zNHBd','npm\x20-v','Aaoet','UgtuY','COMyU','customRepeaters','fetchOrUpdateUserConfig','vruCi','CuqTX','wsJuF','isArray','AMoSG','AguZU','neCLT','coIlJ','secureProtocol','rOVVC','NswWj','luMpc','IMVVD','read','bxIkg','stop','Error\x20while\x20waiting\x20for\x20deployment:','pyCGR','wMWpD','exec','waitForDeployment','NbCaI','ZtPta','oKzhg','cvdMB','HhTKE','ADFJx','../config/logger','patch','ERROR','zlOlY','split','SsJRS','lkBcQ','EVBjU','.\x20Unknown\x20error!','Uxlpm','vXPsG','ZSIIN','X-os-version','writeFileSync','dmkbH','xQyOp','SaavX','body','namespace','true','message','maxNodes','YsQzD','yyqhc','jPRsO','sAvKF','mCHyk','filter','qkJAm','availableReplicas','qcmor','Deployment\x20','QvRQW','port','Local','getGridDetails','JrHgQ','./webSocketUtils','sBOzu','hxTfc','ami','RBXzU','wKEcw','accessKey','MBOkH','zFean','trim','GtADF','mbtqq','1.0.1','join','LJeAQ','YPsgt','awzjX','KbTbh','lTlgL'];a37_0x4d68=function(){return _0x5d6ce1;};return a37_0x4d68();}function getNpmVersion(){const _0x4841df=a37_0x3fffab,_0x34f910={};_0x34f910[_0x4841df(0x2e5)]=_0x4841df(0x1f0),_0x34f910[_0x4841df(0x2ba)]=function(_0x280022,_0x2178cb){return _0x280022===_0x2178cb;},_0x34f910['ZLRZY']='mlgbJ',_0x34f910[_0x4841df(0x246)]=_0x4841df(0x2a8),_0x34f910[_0x4841df(0x2f0)]=_0x4841df(0x235),_0x34f910[_0x4841df(0x2bd)]=function(_0x45f881,_0x14a270){return _0x45f881!==_0x14a270;},_0x34f910[_0x4841df(0x2f5)]=_0x4841df(0x261),_0x34f910[_0x4841df(0x204)]='N/A';const _0x535411=_0x34f910;try{if(_0x535411[_0x4841df(0x2ba)](_0x535411[_0x4841df(0x1be)],_0x535411[_0x4841df(0x246)]))_0x14fa3b[_0x535411[_0x4841df(0x2e5)]]=_0x1acd61;else return cp[_0x4841df(0x19f)](_0x535411[_0x4841df(0x2f0)])['toString']()[_0x4841df(0x284)]();}catch(_0x5f3743){return _0x535411[_0x4841df(0x2bd)](_0x535411['eOhzS'],_0x535411['eOhzS'])?_0x4e5e9d[_0x4841df(0x281)]:_0x535411[_0x4841df(0x204)];}}exports[a37_0x3fffab(0x20a)]=()=>{const _0xf8ed5b=a37_0x3fffab,_0x4e3407={'uDZks':function(_0x537972){return _0x537972();}};return _0xf8ed5b(0x233)+os[_0xf8ed5b(0x2de)]()+'\x20'+os[_0xf8ed5b(0x2e1)]()+'\x20('+os['platform']()+_0xf8ed5b(0x228)+os[_0xf8ed5b(0x2d2)]()+'\x0aNode.js\x20Version:\x20'+process[_0xf8ed5b(0x2d7)]['node']+_0xf8ed5b(0x1a1)+_0x4e3407[_0xf8ed5b(0x2a7)](getNpmVersion)+'\x0a';};
|
|
1
|
+
function a37_0x473b(_0x251dfe,_0x3bcee0){const _0x267893=a37_0x2678();return a37_0x473b=function(_0x473b49,_0x2a432d){_0x473b49=_0x473b49-0x189;let _0x2da07b=_0x267893[_0x473b49];return _0x2da07b;},a37_0x473b(_0x251dfe,_0x3bcee0);}const a37_0x12d05e=a37_0x473b;(function(_0x4d41df,_0xda2936){const _0x15756a=a37_0x473b,_0x28b4c4=_0x4d41df();while(!![]){try{const _0x5c6fa8=parseInt(_0x15756a(0x283))/0x1+parseInt(_0x15756a(0x28f))/0x2*(parseInt(_0x15756a(0x1ff))/0x3)+-parseInt(_0x15756a(0x2fc))/0x4+-parseInt(_0x15756a(0x2f0))/0x5+parseInt(_0x15756a(0x276))/0x6+-parseInt(_0x15756a(0x1b7))/0x7*(-parseInt(_0x15756a(0x2f3))/0x8)+parseInt(_0x15756a(0x24d))/0x9*(-parseInt(_0x15756a(0x1cf))/0xa);if(_0x5c6fa8===_0xda2936)break;else _0x28b4c4['push'](_0x28b4c4['shift']());}catch(_0x405cd3){_0x28b4c4['push'](_0x28b4c4['shift']());}}}(a37_0x2678,0x33b0f));const path=require('path'),os=require('os'),fs=require('fs'),cp=require(a37_0x12d05e(0x1d7)),webSocketUtils=require(a37_0x12d05e(0x2ed)),{sendInstrumentationEvent}=require('./instrumentationUtils'),BrowserstackLocalLauncher=require(a37_0x12d05e(0x26f)),got=require('got'),{logger}=require(a37_0x12d05e(0x1ca)),{npm_version,_os,os_version,cli_version_and_path,ci_environment}=require('./instrumentationUtils'),{global_registry,WS_EVENTS,AG_API_URL,messageTypes,MessageDescription,TRIAL_GRID_URL}=require('../config/constants');exports[a37_0x12d05e(0x1f6)]=_0x373cf7=>Buffer[a37_0x12d05e(0x1dc)](_0x373cf7)[a37_0x12d05e(0x2fe)](a37_0x12d05e(0x1fe)),exports[a37_0x12d05e(0x20a)]=()=>{const _0x5c2e35=a37_0x12d05e,_0x5015ec={};_0x5015ec['OzILM']='.ats';const _0x2be9fe=_0x5015ec;return path[_0x5c2e35(0x240)](os[_0x5c2e35(0x20c)](),_0x2be9fe[_0x5c2e35(0x1de)]);},exports[a37_0x12d05e(0x1e8)]=()=>{const _0x45b46c=a37_0x12d05e,_0xfc570f={};_0xfc570f[_0x45b46c(0x1e5)]=_0x45b46c(0x29d);const _0xdccc2b=_0xfc570f;return path[_0x45b46c(0x240)](this[_0x45b46c(0x20a)](),_0xdccc2b['bfHNJ']);},exports['waitForDeployment']=async(_0x315771,_0x45489c,_0x53e50a,_0x594c66)=>{const _0x4b8816=a37_0x12d05e,_0x46bb35={'gVHcN':_0x4b8816(0x29d),'ODjTL':'X-cli-path','PpPra':'X-ci-environment','EoJPX':function(_0x4f267e,_0x38c287){return _0x4f267e(_0x38c287);},'iMOjo':function(_0x2610be,_0x37596e){return _0x2610be===_0x37596e;},'gJNPT':_0x4b8816(0x234),'ctHaR':_0x4b8816(0x212),'aBzax':_0x4b8816(0x1fc),'qBskE':function(_0x44f509,_0x2082fe){return _0x44f509>_0x2082fe;},'gcAYB':function(_0x3282db,_0x5b9a45){return _0x3282db-_0x5b9a45;},'AoljN':'peukk','fkMNh':'DJZSA','JIcSC':function(_0x5b702c,_0x176867){return _0x5b702c>=_0x176867;},'azioZ':function(_0x315aa7,_0x3e22d3){return _0x315aa7!==_0x3e22d3;},'EtUIu':_0x4b8816(0x252),'dnOea':_0x4b8816(0x196),'GNRzh':_0x4b8816(0x1a7),'PXplj':_0x4b8816(0x1bb)};try{if(_0x46bb35[_0x4b8816(0x2f5)](_0x46bb35['gJNPT'],_0x46bb35[_0x4b8816(0x19c)]))return _0x1d8fad['join'](this['getDirForConfig'](),_0x46bb35[_0x4b8816(0x1bc)]);else{const _0x2dfc88=0x1388,_0x342c83=Date['now']();let _0x18b26a=![];while(!_0x18b26a){if(_0x46bb35[_0x4b8816(0x2f5)](_0x46bb35[_0x4b8816(0x1b5)],_0x46bb35[_0x4b8816(0x1b5)])){if(_0x46bb35['qBskE'](_0x46bb35[_0x4b8816(0x2e2)](Date['now'](),_0x342c83),_0x594c66)){if(_0x46bb35['iMOjo'](_0x46bb35[_0x4b8816(0x288)],_0x46bb35['fkMNh']))_0x43f546[_0x46bb35['ODjTL']]=_0x5a6d26[_0x4b8816(0x2ce)];else throw new Error(_0x4b8816(0x1aa)+_0x53e50a+_0x4b8816(0x219)+_0x45489c+_0x4b8816(0x265));}const _0x1e2e2f={};_0x1e2e2f[_0x4b8816(0x220)]=_0x53e50a,_0x1e2e2f[_0x4b8816(0x1bd)]=_0x45489c;const _0x96fc19=await _0x315771[_0x4b8816(0x25f)](_0x1e2e2f),_0x57c228=_0x96fc19[_0x4b8816(0x22e)][_0x4b8816(0x21e)]||0x1,_0x1f8c0a=_0x96fc19[_0x4b8816(0x256)][_0x4b8816(0x1e0)]||0x0;_0x18b26a=_0x46bb35['JIcSC'](_0x1f8c0a,_0x57c228),!_0x18b26a&&(_0x46bb35[_0x4b8816(0x2a8)](_0x46bb35['EtUIu'],_0x46bb35['dnOea'])?(logger[_0x4b8816(0x2d2)]('Waiting\x20for\x20deployment\x20'+_0x53e50a+'\x20in\x20namespace\x20'+_0x45489c+_0x4b8816(0x21c)),await new Promise(_0x1a8833=>setTimeout(_0x1a8833,_0x2dfc88))):_0x5e4fe8[_0x46bb35[_0x4b8816(0x19b)]]=_0x39b4ca);}else _0x46bb35[_0x4b8816(0x1c7)](_0x260bcf,_0x4b8816(0x2c7)+_0x7193+'`\x20'+_0x4016b7);}logger[_0x4b8816(0x2d2)]('Deployment\x20'+_0x53e50a+'\x20in\x20namespace\x20'+_0x45489c+_0x4b8816(0x1cd));}}catch(_0x40e67f){if(_0x46bb35[_0x4b8816(0x2a8)](_0x46bb35[_0x4b8816(0x24e)],_0x46bb35[_0x4b8816(0x24e)]))_0x15007c['error']=_0x1773fc;else{logger[_0x4b8816(0x2d2)](_0x46bb35['PXplj'],_0x40e67f);throw _0x40e67f;}}},exports['updateGlobalRegistryWithConfig']=(_0x3bbdfb,_0x53eb95,_0x19b306,_0x4925aa,_0x4ba502,_0x19c945,_0x31c110,_0x10b194,_0x15a4c6,_0x17fb39,_0x22729b,_0x42332d)=>{const _0x258e53=a37_0x12d05e,_0x4c152e={};_0x4c152e[_0x258e53(0x202)]=_0x258e53(0x2af),_0x4c152e['VMvbD']=_0x258e53(0x1f7),_0x4c152e['ubMxZ']=function(_0x56954d,_0xae9c35){return _0x56954d||_0xae9c35;};const _0x557c34=_0x4c152e,_0x399e89=_0x557c34[_0x258e53(0x202)][_0x258e53(0x28e)]('|');let _0x16e969=0x0;while(!![]){switch(_0x399e89[_0x16e969++]){case'0':global_registry[_0x258e53(0x291)]=_0x19b306;continue;case'1':global_registry[_0x258e53(0x2bd)]=_0x17fb39;continue;case'2':global_registry[_0x258e53(0x2b5)]=_0x3bbdfb;continue;case'3':global_registry[_0x258e53(0x297)]=_0x15a4c6;continue;case'4':global_registry['s3Bucket']=_0x19c945;continue;case'5':global_registry[_0x258e53(0x2db)]=_0x10b194;continue;case'6':global_registry[_0x258e53(0x24a)]=_0x4ba502;continue;case'7':global_registry[_0x258e53(0x2d1)]=_0x53eb95;continue;case'8':global_registry[_0x258e53(0x1fb)]=_0x31c110['ami']||_0x557c34['VMvbD'];continue;case'9':global_registry[_0x258e53(0x1ce)]=_0x22729b;continue;case'10':global_registry[_0x258e53(0x25c)]=_0x4925aa;continue;case'11':global_registry[_0x258e53(0x273)]=_0x557c34[_0x258e53(0x268)](_0x42332d,![]);continue;}break;}},exports[a37_0x12d05e(0x2c4)]=_0x3a8a7e=>{const _0x52f850=a37_0x12d05e,_0x1a1285={};_0x1a1285[_0x52f850(0x190)]=function(_0x46392a,_0x4599ee){return _0x46392a||_0x4599ee;},_0x1a1285[_0x52f850(0x236)]=_0x52f850(0x1ef);const _0x5324ef=_0x1a1285;global_registry[_0x52f850(0x1b4)]=_0x5324ef[_0x52f850(0x190)](_0x3a8a7e,_0x5324ef[_0x52f850(0x236)]);},exports[a37_0x12d05e(0x2d9)]=_0x5ea765=>_0x5ea765['replace'](/([a-z])([A-Z])/g,'$1-$2')[a37_0x12d05e(0x239)](/[\s_]+/g,'-')[a37_0x12d05e(0x198)](),exports['reportToGalactusAndSendToEDS']=async(_0x1937c9,_0x354b53,_0x3c5cbb,_0x524a6c,_0x2105fd,_0x4d4640,_0x5266d6)=>{const _0x5d55c8=a37_0x12d05e,_0x4ef1f7={'GuSGC':function(_0x5dc085,_0x2b37f2,_0x44303a,_0x23991c,_0x5b137d,_0x172dc0,_0x12d7c9){return _0x5dc085(_0x2b37f2,_0x44303a,_0x23991c,_0x5b137d,_0x172dc0,_0x12d7c9);}};await _0x4ef1f7[_0x5d55c8(0x25d)](sendInstrumentationEvent,_0x1937c9,_0x2105fd,_0x524a6c,_0x4d4640,null,_0x1937c9);const _0x15c914={};_0x15c914[_0x5d55c8(0x2a0)]=WS_EVENTS[_0x5d55c8(0x1af)],_0x15c914[_0x5d55c8(0x1ba)]=_0x3c5cbb,await webSocketUtils[_0x5d55c8(0x2dd)](_0x354b53,_0x15c914,_0x5266d6,!![]);},exports[a37_0x12d05e(0x294)]=_0x5a82e4=>{const _0x3f2d2c=a37_0x12d05e;return _0x5a82e4[_0x3f2d2c(0x1da)];},exports[a37_0x12d05e(0x20e)]=_0x290950=>{const _0x250b8f=a37_0x12d05e,_0x1f54df={'eoymQ':function(_0x3102a2,_0x3639ab){return _0x3102a2(_0x3639ab);},'OoGCl':function(_0x25d72f){return _0x25d72f();},'LMZrH':'key','ddeEd':_0x250b8f(0x197),'HEzBN':_0x250b8f(0x1cc),'PPkWV':_0x250b8f(0x262),'TDgiC':_0x250b8f(0x1ed),'XcyZj':_0x250b8f(0x2f6),'wdsaM':function(_0x15a3fe,_0x4c5e37){return _0x15a3fe!==_0x4c5e37;},'OBaom':_0x250b8f(0x241),'kpWRB':_0x250b8f(0x27c),'asYsx':_0x250b8f(0x2c8),'ZSWRl':function(_0x18adcc,_0x585a84){return _0x18adcc===_0x585a84;},'DHfKB':function(_0x2a0745,_0x51ab9f){return _0x2a0745!==_0x51ab9f;},'SnhHE':_0x250b8f(0x22f),'uGVmx':_0x250b8f(0x2f8)};let _0x23a011={};_0x23a011[_0x1f54df[_0x250b8f(0x2ab)]]=this['getAccessKey'](_0x290950),_0x23a011[_0x1f54df[_0x250b8f(0x261)]]=0x3,_0x23a011[_0x1f54df['HEzBN']]=_0x1f54df[_0x250b8f(0x275)],_0x23a011[_0x1f54df[_0x250b8f(0x199)]]=_0x1f54df[_0x250b8f(0x1bf)];if(_0x290950['customRepeaters']&&Array[_0x250b8f(0x299)](_0x290950[_0x250b8f(0x2bf)])){if(_0x1f54df[_0x250b8f(0x27e)](_0x1f54df[_0x250b8f(0x1ae)],_0x1f54df[_0x250b8f(0x1ea)]))_0x23a011[_0x1f54df[_0x250b8f(0x23a)]]=_0x290950[_0x250b8f(0x2bf)][_0x250b8f(0x240)](',');else return _0x2d63f6[_0x250b8f(0x1da)];}if(_0x290950[_0x250b8f(0x2ca)]&&_0x1f54df[_0x250b8f(0x1f9)](_0x290950[_0x250b8f(0x2ca)][_0x250b8f(0x270)],Object)){if(_0x1f54df['DHfKB'](_0x1f54df[_0x250b8f(0x2ad)],_0x1f54df[_0x250b8f(0x1c1)]))_0x23a011={..._0x290950[_0x250b8f(0x2ca)],..._0x23a011};else{const _0xce4dc6={'ScklN':function(_0x4d8edf,_0x1677c6){return _0x1f54df['eoymQ'](_0x4d8edf,_0x1677c6);},'nywhg':function(_0x27a1a0){return _0x1f54df['OoGCl'](_0x27a1a0);}};return new _0x5c36a0((_0x490fda,_0x562a17)=>{const _0x40ef14=_0x250b8f;_0x4d589f&&_0x2b772d[_0x40ef14(0x27b)](_0x36c2cf=>{const _0x51146e=_0x40ef14;if(_0x36c2cf)return _0xce4dc6[_0x51146e(0x1b8)](_0x562a17,_0x36c2cf);_0xce4dc6[_0x51146e(0x20d)](_0x490fda);});});}}return _0x23a011;},exports[a37_0x12d05e(0x2a4)]=_0x4b5ac5=>{const _0x20cac4=a37_0x12d05e,_0x24c82a={'ioDvw':function(_0x3f05ba){return _0x3f05ba();},'iIKop':function(_0x2d551b,_0x361447){return _0x2d551b!==_0x361447;},'hZpAU':_0x20cac4(0x269),'jjPAK':_0x20cac4(0x2f2)},_0x2bfdbc=new BrowserstackLocalLauncher['Local'](),_0x44b81d=this[_0x20cac4(0x20e)](_0x4b5ac5),_0x71ec50=_0x2bfdbc['startSync'](_0x44b81d);if(_0x71ec50){if(_0x24c82a[_0x20cac4(0x1d9)](_0x24c82a[_0x20cac4(0x1df)],_0x24c82a[_0x20cac4(0x2c1)]))throw _0x71ec50;else return'\x0aSystem\x20Metadata\x20Report\x0a-----------------------\x0aOS:\x20'+_0x58a048[_0x20cac4(0x2a0)]()+'\x20'+_0x1c5fba[_0x20cac4(0x216)]()+'\x20('+_0xf0aaed['platform']()+_0x20cac4(0x1f3)+_0x11fd6e[_0x20cac4(0x2a9)]()+'\x0aNode.js\x20Version:\x20'+_0x5b2a87[_0x20cac4(0x2a7)][_0x20cac4(0x2c6)]+'\x0aNPM\x20Version:\x20'+_0x24c82a[_0x20cac4(0x2d8)](_0x4a76ca)+'\x0a';}return _0x2bfdbc;},exports[a37_0x12d05e(0x259)]=async _0x134822=>{const _0x87ab0=a37_0x12d05e,_0x6c4d97={'EZSaP':_0x87ab0(0x29e),'KfXQR':_0x87ab0(0x2d7),'DlHeo':function(_0x2417e1,_0x256f0a){return _0x2417e1===_0x256f0a;},'NgRMi':_0x87ab0(0x209),'GpDiv':_0x87ab0(0x293),'CjIqi':function(_0x256741,_0x2ae2a9){return _0x256741!==_0x2ae2a9;},'bzAbn':_0x87ab0(0x2cb),'LSLjz':function(_0x3cabf9,_0x5ec20b){return _0x3cabf9(_0x5ec20b);},'wjYZU':function(_0x142a33){return _0x142a33();},'pNCxn':_0x87ab0(0x238)};return new Promise((_0x3100aa,_0xde4364)=>{const _0x4520d4=_0x87ab0,_0x175d4b={'ghoNi':_0x6c4d97[_0x4520d4(0x215)],'flbzb':_0x6c4d97['KfXQR'],'TWKKP':function(_0x326b4f,_0x30fd37){const _0x42920a=_0x4520d4;return _0x6c4d97[_0x42920a(0x271)](_0x326b4f,_0x30fd37);},'oWHLm':_0x6c4d97['NgRMi'],'dIwki':_0x6c4d97['GpDiv'],'mtlRN':function(_0x401d6e,_0x4c76fc){const _0x583489=_0x4520d4;return _0x6c4d97[_0x583489(0x2e0)](_0x401d6e,_0x4c76fc);},'ALZlk':_0x6c4d97[_0x4520d4(0x272)],'xdWSM':function(_0x117b2f,_0x51d384){const _0x17e6ed=_0x4520d4;return _0x6c4d97[_0x17e6ed(0x19d)](_0x117b2f,_0x51d384);},'KzAww':function(_0x5147f9){return _0x6c4d97['wjYZU'](_0x5147f9);}};if(_0x6c4d97['CjIqi'](_0x6c4d97['pNCxn'],_0x6c4d97[_0x4520d4(0x211)])){const _0x5f5c05=new _0x3f0d1e[(_0x4520d4(0x26e))](),_0x2f2a32=this[_0x4520d4(0x20e)](_0x2e0bdd),_0x5091d3=_0x5f5c05['startSync'](_0x2f2a32);if(_0x5091d3)throw _0x5091d3;return _0x5f5c05;}else _0x134822&&_0x134822['stop'](_0x1efb0d=>{const _0x5d870c=_0x4520d4;if(_0x175d4b[_0x5d870c(0x2fb)](_0x175d4b[_0x5d870c(0x292)],_0x175d4b[_0x5d870c(0x2aa)]))return[_0x5bdd35,_0x59d0e1[_0x5d870c(0x192)](_0x76f0b0[_0x5d870c(0x2e8)])];else{if(_0x1efb0d){if(_0x175d4b[_0x5d870c(0x290)](_0x175d4b['ALZlk'],_0x175d4b[_0x5d870c(0x286)]))try{return _0x488329[_0x5d870c(0x233)](_0x175d4b[_0x5d870c(0x228)])[_0x5d870c(0x2fe)]()[_0x5d870c(0x204)]();}catch(_0xb7f3c2){return _0x175d4b[_0x5d870c(0x1c8)];}else return _0x175d4b[_0x5d870c(0x2e1)](_0xde4364,_0x1efb0d);}_0x175d4b[_0x5d870c(0x2b0)](_0x3100aa);}});});},exports['fetchOrUpdateUserConfig']=(_0x344f3d,_0xa364fe)=>{const _0x187d44=a37_0x12d05e,_0x273078={};_0x273078[_0x187d44(0x2eb)]=function(_0xeefb1f,_0x2c08f2){return _0xeefb1f&&_0x2c08f2;},_0x273078[_0x187d44(0x1c0)]=_0x187d44(0x2dc),_0x273078['cMfGM']=function(_0x5d2d8c,_0x5522a9){return _0x5d2d8c!==_0x5522a9;},_0x273078[_0x187d44(0x289)]=_0x187d44(0x1e7),_0x273078[_0x187d44(0x295)]=function(_0x8e0373,_0x4c1e47){return _0x8e0373&&_0x4c1e47;},_0x273078[_0x187d44(0x287)]=function(_0x5ac027,_0x41300d){return _0x5ac027===_0x41300d;},_0x273078[_0x187d44(0x1db)]=_0x187d44(0x19e),_0x273078[_0x187d44(0x2c9)]=_0x187d44(0x1c5);const _0x32e3c7=_0x273078,_0x3bae0f=fs[_0x187d44(0x1d2)](this[_0x187d44(0x1e8)]());if(_0x3bae0f||_0x32e3c7[_0x187d44(0x2eb)](_0x344f3d,_0xa364fe)){if(_0x32e3c7[_0x187d44(0x1e1)](_0x32e3c7[_0x187d44(0x289)],_0x32e3c7[_0x187d44(0x289)]))throw _0x4846f2;else{if(_0x32e3c7[_0x187d44(0x295)](_0x344f3d,_0xa364fe)){if(_0x32e3c7[_0x187d44(0x287)](_0x32e3c7['xfxnE'],_0x32e3c7[_0x187d44(0x2c9)])){if(_0x32e3c7[_0x187d44(0x2eb)](_0x1775ed,_0x24fef1)){const _0x3b654c={};_0x3b654c[_0x187d44(0x2b8)]=_0x1e9783,_0x3b654c[_0x187d44(0x29c)]=_0x4e8a93;const _0x4c1d36={};_0x4c1d36['Browserstack']=_0x3b654c;const _0x2ff871=_0x4c1d36;_0x13a0f7[_0x187d44(0x258)](this[_0x187d44(0x1e8)](),_0x183e4d[_0x187d44(0x1e9)](_0x2ff871));}const _0x42a427=_0x49984c[_0x187d44(0x192)](_0x1923c9['readFileSync'](this[_0x187d44(0x1e8)](),_0x32e3c7[_0x187d44(0x1c0)]));return[_0x42a427['Browserstack']['username'],_0x42a427[_0x187d44(0x2c3)][_0x187d44(0x29c)]];}else{const _0x352a3c={};_0x352a3c[_0x187d44(0x2b8)]=_0x344f3d,_0x352a3c[_0x187d44(0x29c)]=_0xa364fe;const _0x15c01a={};_0x15c01a[_0x187d44(0x2c3)]=_0x352a3c;const _0x12c510=_0x15c01a;fs['writeFileSync'](this['getCredentialsPath'](),JSON['stringify'](_0x12c510));}}const _0x2404a7=JSON[_0x187d44(0x192)](fs[_0x187d44(0x2c5)](this['getCredentialsPath'](),_0x32e3c7['eUtzr']));return[_0x2404a7[_0x187d44(0x2c3)][_0x187d44(0x2b8)],_0x2404a7[_0x187d44(0x2c3)][_0x187d44(0x29c)]];}}return null;},exports[a37_0x12d05e(0x1a1)]=async(_0x574525,_0x149d2b,_0x5da157)=>{const _0x5c39ca=a37_0x12d05e,_0x43e8e7={'aeTGP':_0x5c39ca(0x2c0),'SDGCS':function(_0x104742,_0x50bd4a,_0x2b04b7){return _0x104742(_0x50bd4a,_0x2b04b7);},'cFlNn':function(_0x2664fd,_0x2d9626){return _0x2664fd===_0x2d9626;},'shxzg':function(_0x3eeff7,_0x24ee09){return _0x3eeff7!==_0x24ee09;},'XJXFD':'ShDmK'},_0xff45ab=_0x5c39ca(0x1c3)+_0x574525+':'+_0x149d2b+'@'+AG_API_URL+_0x5c39ca(0x1f5)+_0x5da157,_0x486021={'method':_0x43e8e7['aeTGP'],'headers':this[_0x5c39ca(0x2df)](_0x574525,_0x149d2b),'throwHttpErrors':![]},_0x44fb19=await _0x43e8e7[_0x5c39ca(0x277)](got,_0xff45ab,_0x486021);if(_0x43e8e7[_0x5c39ca(0x1d1)](_0x44fb19[_0x5c39ca(0x2e5)],0xc8)){if(_0x43e8e7[_0x5c39ca(0x2ef)](_0x43e8e7[_0x5c39ca(0x2a2)],_0x43e8e7[_0x5c39ca(0x2a2)])){const _0x4c75f0={};_0x4c75f0[_0x5c39ca(0x2b8)]=_0x551b90,_0x4c75f0[_0x5c39ca(0x29c)]=_0x47000d;const _0x3c38fa={};_0x3c38fa[_0x5c39ca(0x2c3)]=_0x4c75f0;const _0x127b3e=_0x3c38fa;_0x5c1fa1[_0x5c39ca(0x258)](this[_0x5c39ca(0x1e8)](),_0x4030b5[_0x5c39ca(0x1e9)](_0x127b3e));}else return[_0x44fb19,JSON[_0x5c39ca(0x192)](_0x44fb19[_0x5c39ca(0x2e8)])];}return[_0x44fb19,null];},exports[a37_0x12d05e(0x2ae)]=async(_0x29eddf,_0x1120cd)=>{const _0x3a90ca=a37_0x12d05e,_0x37be6f={};_0x37be6f[_0x3a90ca(0x22d)]=_0x3a90ca(0x29e),_0x37be6f['qHcyw']=_0x3a90ca(0x230),_0x37be6f[_0x3a90ca(0x2bb)]=_0x3a90ca(0x227),_0x37be6f['xVMJj']=function(_0x5006bc,_0x479f83){return _0x5006bc!==_0x479f83;},_0x37be6f[_0x3a90ca(0x2a5)]=_0x3a90ca(0x22b),_0x37be6f['SXfYl']=_0x3a90ca(0x1c6),_0x37be6f[_0x3a90ca(0x1fa)]=function(_0x6e0c84,_0x2e4443){return _0x6e0c84!==_0x2e4443;},_0x37be6f[_0x3a90ca(0x2cd)]=_0x3a90ca(0x224),_0x37be6f[_0x3a90ca(0x1a3)]='lTbaC',_0x37be6f[_0x3a90ca(0x2a1)]=function(_0x400193,_0x395ba1){return _0x400193===_0x395ba1;},_0x37be6f[_0x3a90ca(0x222)]=_0x3a90ca(0x22a),_0x37be6f[_0x3a90ca(0x19f)]=_0x3a90ca(0x210);const _0x459348=_0x37be6f,_0x326121=await import(_0x459348[_0x3a90ca(0x2bb)]),_0x45f11d=await _0x326121[_0x3a90ca(0x263)][_0x3a90ca(0x247)](_0x1120cd),_0x1315ae=_0x29eddf[_0x3a90ca(0x1a8)](_0x39ffc1=>_0x39ffc1&&_0x39ffc1[_0x3a90ca(0x26c)]&&_0x39ffc1[_0x3a90ca(0x2b9)]),_0x397928=[];for await(const _0xe9d44f of _0x1315ae){if(_0x459348[_0x3a90ca(0x253)](_0x459348[_0x3a90ca(0x2a5)],_0x459348[_0x3a90ca(0x1ec)]))try{if(_0x459348['ccbjQ'](_0x459348[_0x3a90ca(0x2cd)],_0x459348[_0x3a90ca(0x1a3)])){await _0x45f11d[_0x3a90ca(0x20f)](_0xe9d44f);const _0x13b4ba=await _0x45f11d[_0x3a90ca(0x1c2)](_0xe9d44f);_0x397928[_0x3a90ca(0x22c)](_0x13b4ba[_0x3a90ca(0x2e8)]);}else _0x47554e=_0xe6d2c7[_0x3a90ca(0x2e5)];}catch(_0x3152f1){if(_0x459348[_0x3a90ca(0x2a1)](_0x459348[_0x3a90ca(0x222)],_0x459348[_0x3a90ca(0x19f)]))return _0x226490[_0x3a90ca(0x233)](_0x459348[_0x3a90ca(0x22d)])['toString']()['trim']();else{const _0x4d73e3=await _0x45f11d['create'](_0xe9d44f);_0x397928[_0x3a90ca(0x22c)](_0x4d73e3['body']);}}else _0x170c3d[_0x459348[_0x3a90ca(0x2a6)]]=_0x56f4e5;}},exports[a37_0x12d05e(0x2df)]=(_0xfcbc5d,_0x518712)=>{const _0x4163f0=a37_0x12d05e,_0x57cdbd={'yPmAS':function(_0x20f9b0,_0x2f4d8d){return _0x20f9b0>=_0x2f4d8d;},'zQOnR':'key','EZPII':_0x4163f0(0x197),'nhodm':'forceLocal','AusVn':'true','CoRaK':_0x4163f0(0x1ed),'LKVfG':_0x4163f0(0x2f6),'KcNbf':_0x4163f0(0x2c8),'FfaLU':function(_0x3892ce,_0x5ec62b){return _0x3892ce===_0x5ec62b;},'RjfRS':function(_0x15b7f6,_0x1d64c2){return _0x15b7f6(_0x1d64c2);},'zhPcc':function(_0x45dc91,_0x379105){return _0x45dc91(_0x379105);},'gqmeP':_0x4163f0(0x1bb),'KGDkO':function(_0x62da34){return _0x62da34();},'RpHCc':function(_0x378a35){return _0x378a35();},'wbiaM':_0x4163f0(0x1a6),'wBvev':function(_0x130f1c,_0x106b7a){return _0x130f1c+_0x106b7a;},'bRTjl':_0x4163f0(0x2e9),'tPGkL':'base64','eMkHP':function(_0x29bcde,_0x15884b){return _0x29bcde!==_0x15884b;},'ybRWr':_0x4163f0(0x1ad),'ZUwuC':'X-cli-version','hODqU':function(_0xd9383a,_0x267144){return _0xd9383a===_0x267144;},'QPilZ':'wOniB','VBzgP':'iQPPH','GhCPW':_0x4163f0(0x244),'Ttdfn':function(_0x396b92,_0x237f7d){return _0x396b92!==_0x237f7d;},'RgkkD':_0x4163f0(0x1be),'mMXTf':_0x4163f0(0x1f1),'tsdNH':'X-os','mhDJH':_0x4163f0(0x255),'YUASk':_0x4163f0(0x249),'bbMGB':_0x4163f0(0x2ea),'Ripqw':_0x4163f0(0x1a0),'ExtSs':'X-npm-version','jHvNr':function(_0x546f42,_0x161830){return _0x546f42!==_0x161830;},'KwHdu':_0x4163f0(0x206),'hEFvH':'X-ci-environment'},_0x20bd0c=_0x57cdbd['KGDkO'](cli_version_and_path),_0x3824a3=_0x57cdbd[_0x4163f0(0x26b)](_os),_0x1dee64=_0x57cdbd[_0x4163f0(0x1e2)](os_version),_0x5d457d=_0x57cdbd[_0x4163f0(0x1e2)](npm_version),_0x5b3cf7=_0x57cdbd[_0x4163f0(0x26b)](ci_environment),_0x858978={'Content-Type':_0x57cdbd[_0x4163f0(0x1e4)],'Authorization':_0x57cdbd[_0x4163f0(0x257)](_0x57cdbd[_0x4163f0(0x2f1)],Buffer[_0x4163f0(0x1dc)](_0xfcbc5d+':'+_0x518712)[_0x4163f0(0x2fe)](_0x57cdbd['tPGkL']))};_0x20bd0c&&_0x20bd0c[_0x4163f0(0x2f4)]&&(_0x57cdbd[_0x4163f0(0x274)](_0x57cdbd[_0x4163f0(0x232)],_0x57cdbd[_0x4163f0(0x232)])?_0x3e3b71['error']=_0x4e381d:_0x858978[_0x57cdbd[_0x4163f0(0x226)]]=_0x20bd0c[_0x4163f0(0x2f4)]);if(_0x20bd0c&&_0x20bd0c[_0x4163f0(0x2ce)]){if(_0x57cdbd['hODqU'](_0x57cdbd[_0x4163f0(0x282)],_0x57cdbd[_0x4163f0(0x2ac)])){const _0x8d86e9=_0xd5c326[_0x4163f0(0x2a7)][_0x4163f0(0x2c6)];return _0x2c093e[_0x4163f0(0x2d2)](_0x4163f0(0x1b9)+_0x8d86e9),_0x57cdbd['yPmAS'](_0x8d86e9[_0x4163f0(0x28e)]('.')[0x0],0x12);}else _0x858978[_0x57cdbd[_0x4163f0(0x1eb)]]=_0x20bd0c[_0x4163f0(0x2ce)];}if(_0x3824a3){if(_0x57cdbd[_0x4163f0(0x1d0)](_0x57cdbd[_0x4163f0(0x300)],_0x57cdbd[_0x4163f0(0x284)]))_0x858978[_0x57cdbd[_0x4163f0(0x251)]]=_0x3824a3;else{let _0x69161={};return _0x69161[_0x57cdbd['zQOnR']]=this[_0x4163f0(0x294)](_0x19f49c),_0x69161[_0x57cdbd[_0x4163f0(0x2da)]]=0x3,_0x69161[_0x57cdbd[_0x4163f0(0x2e4)]]=_0x57cdbd['AusVn'],_0x69161[_0x57cdbd[_0x4163f0(0x1c9)]]=_0x57cdbd[_0x4163f0(0x1b6)],_0x2c4647[_0x4163f0(0x2bf)]&&_0xb8b236['isArray'](_0x58f084[_0x4163f0(0x2bf)])&&(_0x69161[_0x57cdbd[_0x4163f0(0x2ec)]]=_0x155995[_0x4163f0(0x2bf)][_0x4163f0(0x240)](',')),_0x17abee[_0x4163f0(0x2ca)]&&_0x57cdbd[_0x4163f0(0x2ba)](_0x6c966f['browserStackLocalOptions'][_0x4163f0(0x270)],_0x362889)&&(_0x69161={..._0xc60f96['browserStackLocalOptions'],..._0x69161}),_0x69161;}}if(_0x1dee64){if(_0x57cdbd[_0x4163f0(0x2ba)](_0x57cdbd['mhDJH'],_0x57cdbd['YUASk'])){if(_0x3e1132)_0x57cdbd[_0x4163f0(0x2b4)](_0x10ccb8,_0x4163f0(0x2e6)+_0x15406c[_0x4163f0(0x1ba)]);else _0x393164?_0x57cdbd[_0x4163f0(0x2b4)](_0x42ffaa,_0x4163f0(0x2c7)+_0x3f894e+'`\x20'+_0x50a21f):_0x57cdbd[_0x4163f0(0x229)](_0x243908,_0x4163f0(0x208)+_0x1e5c0d);}else _0x858978[_0x57cdbd[_0x4163f0(0x1dd)]]=_0x1dee64;}if(_0x5d457d){if(_0x57cdbd[_0x4163f0(0x274)](_0x57cdbd[_0x4163f0(0x25a)],_0x57cdbd['Ripqw'])){_0x493785[_0x4163f0(0x2d2)](_0x57cdbd[_0x4163f0(0x19a)],_0xabe3a9);throw _0x47a099;}else _0x858978[_0x57cdbd['ExtSs']]=_0x5d457d;}return _0x5b3cf7&&(_0x57cdbd[_0x4163f0(0x2cc)](_0x57cdbd[_0x4163f0(0x2b7)],_0x57cdbd[_0x4163f0(0x2b7)])?_0x57cdbd['zhPcc'](_0x33dc21,'Success:\x20'+_0x545d54):_0x858978[_0x57cdbd[_0x4163f0(0x245)]]=_0x5b3cf7),_0x858978;},exports['installAzurePackages']=async()=>{const _0x20c24a=a37_0x12d05e,_0x20d936={};_0x20d936[_0x20c24a(0x2d5)]=function(_0x33e4e9,_0x118b4b){return _0x33e4e9&&_0x118b4b;},_0x20d936['Qzplk']='utf-8',_0x20d936[_0x20c24a(0x27a)]=function(_0x51ade8,_0x3e122e){return _0x51ade8>=_0x3e122e;},_0x20d936[_0x20c24a(0x21d)]=function(_0x237831,_0x9c2dc3){return _0x237831===_0x9c2dc3;},_0x20d936[_0x20c24a(0x1a4)]=_0x20c24a(0x23c),_0x20d936[_0x20c24a(0x2b3)]=_0x20c24a(0x1f4);const _0x3a14ef=_0x20d936,_0x286a87=process[_0x20c24a(0x2a7)][_0x20c24a(0x2c6)];if(_0x3a14ef[_0x20c24a(0x27a)](_0x286a87[_0x20c24a(0x28e)]('.')[0x0],0x12)){if(_0x3a14ef[_0x20c24a(0x21d)](_0x3a14ef[_0x20c24a(0x1a4)],_0x3a14ef['GuRUQ']))cp[_0x20c24a(0x233)](_0x3a14ef[_0x20c24a(0x2b3)]);else{const _0x491386=_0x3b251f['existsSync'](this[_0x20c24a(0x1e8)]());if(_0x491386||_0x3a14ef[_0x20c24a(0x2d5)](_0x20a829,_0x283d1e)){if(_0x3a14ef[_0x20c24a(0x2d5)](_0x6ff6d3,_0x326b34)){const _0x5cc07a={};_0x5cc07a[_0x20c24a(0x2b8)]=_0x58b8b5,_0x5cc07a['password']=_0x34cf8b;const _0xa1bcb3={};_0xa1bcb3[_0x20c24a(0x2c3)]=_0x5cc07a;const _0x1b2d3c=_0xa1bcb3;_0x956456['writeFileSync'](this[_0x20c24a(0x1e8)](),_0x1add5d[_0x20c24a(0x1e9)](_0x1b2d3c));}const _0x30444e=_0x3d0a0c[_0x20c24a(0x192)](_0x86cebd[_0x20c24a(0x2c5)](this[_0x20c24a(0x1e8)](),_0x3a14ef[_0x20c24a(0x2b2)]));return[_0x30444e[_0x20c24a(0x2c3)]['username'],_0x30444e['Browserstack']['password']];}return null;}}},exports[a37_0x12d05e(0x2a3)]=_0x221c7b=>_0x221c7b===undefined||_0x221c7b===null,exports[a37_0x12d05e(0x2bc)]=()=>{const _0x329140=a37_0x12d05e,_0x2c36d8={};_0x2c36d8[_0x329140(0x264)]=function(_0x13ba1e,_0x31aded){return _0x13ba1e>=_0x31aded;};const _0x54b8fb=_0x2c36d8,_0x292e8a=process[_0x329140(0x2a7)]['node'];return logger[_0x329140(0x2d2)](_0x329140(0x1b9)+_0x292e8a),_0x54b8fb[_0x329140(0x264)](_0x292e8a[_0x329140(0x28e)]('.')[0x0],0x12);},exports[a37_0x12d05e(0x281)]=async(_0x2c604c,_0x288a85,_0x9b343f,_0x132d7c,_0x1c4707)=>{const _0xa5a2da=a37_0x12d05e,_0xd17b36={'rIPHV':function(_0x392039,_0xecd559){return _0x392039(_0xecd559);},'QtBqS':'N/A','zufHI':'X-os','tyXLU':function(_0x387130,_0x21da32){return _0x387130===_0x21da32;},'fZayQ':_0xa5a2da(0x1d6),'TnnMQ':_0xa5a2da(0x26a),'zuhGA':function(_0x1ead73,_0x3e18ed){return _0x1ead73===_0x3e18ed;},'FFMUC':function(_0xa83db7,_0x46c733){return _0xa83db7!==_0x46c733;},'EaUZk':_0xa5a2da(0x29f),'KzJFB':_0xa5a2da(0x279),'RqffZ':'HxtNL','bwalb':_0xa5a2da(0x1ab)};let _0x1e5cce;const _0x443db3=MessageDescription[_0x288a85][_0x9b343f];let _0x28632f=0x0;if(_0xd17b36['tyXLU'](_0x2c604c,null)||_0xd17b36[_0xa5a2da(0x25e)](_0x2c604c,undefined))_0xd17b36[_0xa5a2da(0x25e)](_0xd17b36[_0xa5a2da(0x1f0)],_0xd17b36[_0xa5a2da(0x1f0)])?(_0x1e5cce=_0x443db3+_0xa5a2da(0x285),await this[_0xa5a2da(0x27f)](_0x132d7c,_0x1c4707,_0x1e5cce,messageTypes['ERROR'],_0x288a85+_0xa5a2da(0x2b6),_0x288a85+'-'+_0x9b343f+_0xa5a2da(0x1cb),_0xd17b36[_0xa5a2da(0x21b)]),logger[_0xa5a2da(0x26a)](_0x1e5cce)):_0xd17b36[_0xa5a2da(0x266)](_0x9d266a,'Error\x20executing\x20command:\x20'+_0x441ce1[_0xa5a2da(0x1ba)]);else{if(_0xd17b36[_0xa5a2da(0x2ff)](_0x2c604c['statusCode'],0x191)){if(_0xd17b36[_0xa5a2da(0x1ee)](_0xd17b36[_0xa5a2da(0x2f7)],_0xd17b36[_0xa5a2da(0x25b)]))_0x1e5cce=_0x443db3+_0xa5a2da(0x28a),await this[_0xa5a2da(0x27f)](_0x132d7c,_0x1c4707,_0x1e5cce,messageTypes[_0xa5a2da(0x1b1)],_0x288a85+'-called',_0x288a85+'-'+_0x9b343f+'-auth-failed',_0xd17b36[_0xa5a2da(0x21b)]),logger[_0xa5a2da(0x26a)](_0x1e5cce);else throw new _0x1249c4(_0xa5a2da(0x1aa)+_0x42e38a+_0xa5a2da(0x219)+_0x4f2d7e+_0xa5a2da(0x265));}else{if(_0xd17b36[_0xa5a2da(0x1ee)](_0x2c604c[_0xa5a2da(0x2e5)],0xc8)){if(_0xd17b36['zuhGA'](_0xd17b36[_0xa5a2da(0x1a5)],_0xd17b36['RqffZ']))_0x1e5cce=_0x443db3+'.\x20Non\x20200\x20response\x20from\x20server!\x20'+JSON[_0xa5a2da(0x1e9)](_0x2c604c['body']),await this[_0xa5a2da(0x27f)](_0x132d7c,_0x1c4707,_0x1e5cce,messageTypes['ERROR'],_0x288a85+_0xa5a2da(0x2b6),_0x288a85+'-'+_0x9b343f+_0xa5a2da(0x250),_0xd17b36[_0xa5a2da(0x21b)]),logger[_0xa5a2da(0x26a)](_0x1e5cce);else return _0xd17b36[_0xa5a2da(0x18c)];}else _0xd17b36[_0xa5a2da(0x2ff)](_0xd17b36[_0xa5a2da(0x1b3)],_0xd17b36[_0xa5a2da(0x1b3)])?_0x28632f=_0x2c604c[_0xa5a2da(0x2e5)]:_0x2e94bf[_0xd17b36[_0xa5a2da(0x1d3)]]=_0xe2d367;}}return _0x28632f;},exports[a37_0x12d05e(0x2be)]=async _0x558487=>{const _0x346180=a37_0x12d05e,_0xe6fe07={'MEBiR':'npm\x20install\x20@azure/arm-containerservice@19.8.0\x20@azure/arm-network@33.1.0\x20@azure/arm-resources@5.2.0\x20@azure/arm-storage@18.2.0\x20@azure/identity@4.0.1\x20@azure/arm-authorization@9.0.0\x20--save','kEEBS':function(_0xa7be78,_0x240528){return _0xa7be78(_0x240528);},'mRPjV':function(_0x20f1e7){return _0x20f1e7();},'hISzj':_0x346180(0x1fd),'pZkIl':function(_0x14ed02,_0x508c7a){return _0x14ed02||_0x508c7a;},'lUhas':'ami-0a0b7559ee7c88dcd','tdpSr':'X-cli-version','ZKFlv':function(_0x13ce26,_0xad82e0){return _0x13ce26!==_0xad82e0;},'vmtQt':_0x346180(0x225),'TdZQD':function(_0x102a13,_0x3f089f){return _0x102a13!==_0x3f089f;},'Kllbe':_0x346180(0x1a2),'kwDLi':_0x346180(0x2d3),'FbPZg':_0x346180(0x1e3),'rdTCX':function(_0x4bd45a,_0x106b49){return _0x4bd45a(_0x106b49);},'LiynB':function(_0x35b4c9,_0x3f582d){return _0x35b4c9!==_0x3f582d;},'VweNS':_0x346180(0x18f),'QFdOS':_0x346180(0x1ef),'EkthV':_0x346180(0x21f),'qWqQh':_0x346180(0x1b0)};return new Promise((_0x7a5123,_0x327e04)=>{const _0x5c8b83=_0x346180,_0x46bf26={'NAVDJ':_0xe6fe07['MEBiR'],'qRyjC':function(_0x3f2745,_0x120f95){const _0x416636=a37_0x473b;return _0xe6fe07[_0x416636(0x1d5)](_0x3f2745,_0x120f95);},'qXWkT':function(_0x47f5bb){return _0xe6fe07['mRPjV'](_0x47f5bb);},'CtLtv':_0xe6fe07[_0x5c8b83(0x2fa)],'HtCqQ':function(_0x4ba0b7,_0x3a130d){const _0x3ff540=_0x5c8b83;return _0xe6fe07[_0x3ff540(0x23e)](_0x4ba0b7,_0x3a130d);},'XEcCC':_0xe6fe07['lUhas'],'fhYOJ':_0xe6fe07[_0x5c8b83(0x221)],'yiSoS':function(_0x3dcf9b,_0x402568){const _0x34157f=_0x5c8b83;return _0xe6fe07[_0x34157f(0x1d8)](_0x3dcf9b,_0x402568);},'iUEel':_0xe6fe07[_0x5c8b83(0x1ac)],'soZbE':function(_0x4eeed2,_0x43018a){const _0x34c9a3=_0x5c8b83;return _0xe6fe07[_0x34c9a3(0x2d6)](_0x4eeed2,_0x43018a);},'bevml':_0xe6fe07[_0x5c8b83(0x2fd)],'rKmny':_0xe6fe07[_0x5c8b83(0x18a)],'WBrfc':function(_0xcbacbb,_0x32ca89){const _0x31e459=_0x5c8b83;return _0xe6fe07[_0x31e459(0x1d8)](_0xcbacbb,_0x32ca89);},'TKmXw':_0xe6fe07[_0x5c8b83(0x2de)],'BDMCC':function(_0x3b6fe3,_0x1d19be){const _0x43bef7=_0x5c8b83;return _0xe6fe07[_0x43bef7(0x26d)](_0x3b6fe3,_0x1d19be);},'vFPJK':function(_0x17f5eb,_0xa8aa03){const _0x564947=_0x5c8b83;return _0xe6fe07[_0x564947(0x23f)](_0x17f5eb,_0xa8aa03);},'LCciQ':_0xe6fe07['VweNS'],'uUzeh':_0xe6fe07[_0x5c8b83(0x194)]};_0xe6fe07[_0x5c8b83(0x2d6)](_0xe6fe07[_0x5c8b83(0x217)],_0xe6fe07['qWqQh'])?cp['exec'](_0x558487,(_0x57e907,_0x140d0f,_0xd56187)=>{const _0x162b96=_0x5c8b83,_0x584cdc={'eFAWK':_0x46bf26[_0x162b96(0x2e7)],'ADpHT':function(_0x2579ae,_0x2f0f04){const _0x3fb44f=_0x162b96;return _0x46bf26[_0x3fb44f(0x203)](_0x2579ae,_0x2f0f04);},'CfAza':_0x46bf26[_0x162b96(0x18e)],'IkUEQ':_0x46bf26[_0x162b96(0x2e3)]};if(_0x46bf26[_0x162b96(0x200)](_0x46bf26['iUEel'],_0x46bf26[_0x162b96(0x27d)])){const _0x4c40a6=_0x584cdc[_0x162b96(0x24f)]['split']('|');let _0x4cbb28=0x0;while(!![]){switch(_0x4c40a6[_0x4cbb28++]){case'0':_0x24edf6[_0x162b96(0x2bd)]=_0xd39d83;continue;case'1':_0x48c613['clusterRegion']=_0x463111;continue;case'2':_0x3c6939[_0x162b96(0x2b5)]=_0x3a872b;continue;case'3':_0x1516de[_0x162b96(0x1ce)]=_0x1766a;continue;case'4':_0xe0f9f1['concurrency']=_0x1deae7;continue;case'5':_0x5e3a2a[_0x162b96(0x273)]=_0x584cdc[_0x162b96(0x28d)](_0x4ec3a0,![]);continue;case'6':_0x288a3a['browserVersion']=_0x1b04f0;continue;case'7':_0x5dc3ad['s3Bucket']=_0x31cca4;continue;case'8':_0x124036[_0x162b96(0x24a)]=_0x2c9718;continue;case'9':_0xbcf3a9[_0x162b96(0x2d1)]=_0x40e065;continue;case'10':_0x375fb1[_0x162b96(0x2db)]=_0x1646ea;continue;case'11':_0x3d01c7[_0x162b96(0x1fb)]=_0xf84bcd['ami']||_0x584cdc['CfAza'];continue;}break;}}else{if(_0x57e907)_0x46bf26['soZbE'](_0x46bf26[_0x162b96(0x195)],_0x46bf26['rKmny'])?_0x46bf26[_0x162b96(0x248)](_0x327e04,_0x162b96(0x2e6)+_0x57e907['message']):_0x1582fc[_0x162b96(0x233)](_0x46bf26['NAVDJ']);else{if(_0xd56187){if(_0x46bf26[_0x162b96(0x254)](_0x46bf26[_0x162b96(0x242)],_0x46bf26[_0x162b96(0x242)])){if(_0xc0275)return _0x46bf26['qRyjC'](_0x8e2029,_0x2e2048);_0x46bf26[_0x162b96(0x189)](_0x46c0f2);}else _0x46bf26[_0x162b96(0x1c4)](_0x7a5123,_0x162b96(0x2c7)+_0x558487+'`\x20'+_0xd56187);}else _0x46bf26[_0x162b96(0x213)](_0x46bf26[_0x162b96(0x267)],_0x46bf26[_0x162b96(0x267)])?_0x5f211b[_0x584cdc['IkUEQ']]=_0x4af58e[_0x162b96(0x2f4)]:_0x46bf26[_0x162b96(0x248)](_0x7a5123,_0x162b96(0x208)+_0x140d0f);}}}):_0x3e29a4[_0x5c8b83(0x1b4)]=_0x46bf26[_0x5c8b83(0x203)](_0x5bbc18,_0x46bf26[_0x5c8b83(0x1a9)]);});},exports['curlRequest']=async(_0x3f4f9d=TRIAL_GRID_URL,_0x15c06c=a37_0x12d05e(0x2c0))=>{const _0x736782=a37_0x12d05e,_0x4ac688={'bGiqp':function(_0x24699f,_0x2f9074){return _0x24699f>=_0x2f9074;},'hospq':_0x736782(0x1f4),'adjWe':_0x736782(0x2b1),'grcan':function(_0x48e9d6,_0x2dac98){return _0x48e9d6===_0x2dac98;},'uycsd':_0x736782(0x231),'XFcSR':_0x736782(0x24c),'XoBtU':function(_0x1da39f,_0x3d8713,_0x34f8ad){return _0x1da39f(_0x3d8713,_0x34f8ad);},'BQZow':function(_0x5b994c,_0x3f1a80){return _0x5b994c!==_0x3f1a80;},'wtuad':_0x736782(0x207),'DeSCo':'BapcL'},_0x2261e9={};_0x2261e9[_0x736782(0x243)]=_0x15c06c;const _0x2ea499=_0x2261e9,_0x1805b2={};_0x1805b2['status']=![],_0x1805b2[_0x736782(0x26a)]=null,_0x1805b2['data']='';const _0x364175=_0x1805b2;try{if(_0x4ac688[_0x736782(0x29b)](_0x4ac688[_0x736782(0x2d4)],_0x4ac688['XFcSR'])){const _0x9d92d1=_0x3125d1[_0x736782(0x2a7)][_0x736782(0x2c6)];_0x4ac688['bGiqp'](_0x9d92d1['split']('.')[0x0],0x12)&&_0x31974f[_0x736782(0x233)](_0x4ac688['hospq']);}else{const _0x2d1b21=await _0x4ac688[_0x736782(0x223)](got,_0x3f4f9d,_0x2ea499);_0x364175['data']=_0x736782(0x1b2)+_0x2d1b21[_0x736782(0x2e5)],_0x364175[_0x736782(0x256)]=_0x4ac688[_0x736782(0x29b)](_0x2d1b21['statusCode'],0xc8);}}catch(_0x46662e){if(_0x4ac688[_0x736782(0x1d4)](_0x4ac688[_0x736782(0x2c2)],_0x4ac688[_0x736782(0x1f8)]))_0x364175[_0x736782(0x26a)]=_0x46662e;else return _0x20fcb9[_0x736782(0x240)](_0xd1bac9[_0x736782(0x20c)](),_0x4ac688['adjWe']);}return _0x364175;},exports[a37_0x12d05e(0x191)]=async(_0xc61eae,_0x1e45a1=TRIAL_GRID_URL)=>{const _0x4de999=a37_0x12d05e,_0x5a0e7e={'MlRjr':function(_0x362f1f,_0x97303b){return _0x362f1f(_0x97303b);},'dyygq':function(_0x1ffa8b){return _0x1ffa8b();},'AdGys':_0x4de999(0x2ea),'dImIs':_0x4de999(0x2c0),'KGEuh':function(_0x1f8d23,_0x2f6b73){return _0x1f8d23!==_0x2f6b73;},'onRps':_0x4de999(0x235),'gcSTw':'Jbvkh','etliZ':function(_0x5186a7,_0x24da6c,_0x4926d6){return _0x5186a7(_0x24da6c,_0x4926d6);},'YSYwR':function(_0xfb290d,_0x581bd1){return _0xfb290d===_0x581bd1;},'GgyNY':function(_0x2ffadb,_0x45e666){return _0x2ffadb!==_0x45e666;},'OXzrf':_0x4de999(0x278)},_0x2c571a={};_0x2c571a[_0x4de999(0x296)]=0x1bb,_0x2c571a[_0x4de999(0x243)]=_0x5a0e7e['dImIs'],_0x2c571a[_0x4de999(0x2cf)]=_0xc61eae;const _0x48586=_0x2c571a,_0x20ed01={};_0x20ed01['status']=![],_0x20ed01[_0x4de999(0x26a)]=null,_0x20ed01[_0x4de999(0x2ee)]='';const _0x1b276a=_0x20ed01;try{if(_0x5a0e7e[_0x4de999(0x214)](_0x5a0e7e[_0x4de999(0x28b)],_0x5a0e7e[_0x4de999(0x2f9)])){const _0x507872=await _0x5a0e7e[_0x4de999(0x1e6)](got,_0x1e45a1,_0x48586);_0x1b276a[_0x4de999(0x2ee)]=_0x4de999(0x1b2)+_0x507872[_0x4de999(0x2e5)],_0x1b276a[_0x4de999(0x256)]=_0x5a0e7e['YSYwR'](_0x507872[_0x4de999(0x2e5)],0xc8);}else _0x28cec4&&_0x5a86d6[_0x4de999(0x27b)](_0x267374=>{const _0x239a61=_0x4de999;if(_0x267374)return _0x5a0e7e['MlRjr'](_0x126db3,_0x267374);_0x5a0e7e[_0x239a61(0x193)](_0x1aba5a);});}catch(_0x52d5aa){_0x5a0e7e[_0x4de999(0x23d)](_0x5a0e7e['OXzrf'],_0x5a0e7e[_0x4de999(0x205)])?_0x414214[_0x5a0e7e[_0x4de999(0x1f2)]]=_0x1ae36a:_0x1b276a['error']=_0x52d5aa;}return _0x1b276a;};function a37_0x2678(){const _0x76d3ac=['wdsaM','reportToGalactusAndSendToEDS','ynTte','responseValidation','QPilZ','367082NOmsSd','mMXTf','.\x20Unknown\x20error!','ALZlk','yuDfw','AoljN','veaGm','.\x20Unauthorized\x20request!','onRps','platform','ADpHT','split','10RCBGtW','mtlRN','clusterRegion','oWHLm','eIYlp','getAccessKey','fwyWu','port','browserVersion','qXNrN','isArray','MhNPV','grcan','password','credentials.json','npm\x20-v','qWrxX','type','SbObz','XJXFD','isUndefined','startLocalBinarySync','nMKcn','qHcyw','versions','azioZ','arch','dIwki','LMZrH','VBzgP','SnhHE','kubeApply','2|0|7|10|6|4|8|5|3|1|9|11','KzAww','.ats','Qzplk','KsfWJ','RjfRS','cloudProvider','-called','KwHdu','username','metadata','FfaLU','OZLCc','IsNodeCompatibleWithAzure','minNodes','runCommand','customRepeaters','GET','jjPAK','wtuad','Browserstack','updateGlobalRegistryForHubHa','readFileSync','node','Intercepted\x20while\x20executing\x20command:\x20`','custom-repeater','MLCYc','browserStackLocalOptions','Wxltt','jHvNr','BYWqJ','path','secureProtocol','cJbST','clusterName','debug','Clvos','uycsd','bsVoZ','TdZQD','N/A','ioDvw','kebabCase','EZPII','hubVersion','utf-8','sendEventToBackend','FbPZg','getAuthHeader','CjIqi','xdWSM','gcAYB','fhYOJ','nhodm','statusCode','Error\x20executing\x20command:\x20','CtLtv','body','Basic\x20','X-os-version','WssJS','KcNbf','./webSocketUtils','data','shxzg','1454640ZDfnxU','bRTjl','owXjA','776FEqOZn','version','iMOjo','ats-repeater','EaUZk','bjWJK','gcSTw','hISzj','TWKKP','917216GIzMuL','Kllbe','toString','zuhGA','RgkkD','qXWkT','kwDLi','tWbCk','QtBqS','YAKPO','XEcCC','QGkOQ','Xniaw','isTlsSupported','parse','dyygq','QFdOS','bevml','AOBAl','verbose','toLowerCase','TDgiC','gqmeP','PpPra','ctHaR','LSLjz','wmLoS','ZaNhR','fmyVS','getGridDetails','FsgCt','nqttw','GuRUQ','RqffZ','application/json','ZMkck','filter','uUzeh','Timeout\x20waiting\x20for\x20deployment\x20','rEQoM','vmtQt','dcztP','OBaom','LOG','gQZWd','ERROR','response\x20code\x20:-\x20','bwalb','uploaderImageVersion','aBzax','LKVfG','518aCkcwx','ScklN','node\x20version\x20installed\x20:\x20','message','Error\x20while\x20waiting\x20for\x20deployment:','gVHcN','namespace','RxobD','XcyZj','eUtzr','uGVmx','patch','https://','BDMCC','TJSfb','QyTtg','EoJPX','flbzb','CoRaK','../config/logger','-null-response','forceLocal','\x20is\x20ready.','maxNodes','40qkStvB','Ttdfn','cFlNn','existsSync','zufHI','BQZow','kEEBS','uRjYP','child_process','ZKFlv','iIKop','accessKey','xfxnE','from','bbMGB','OzILM','hZpAU','availableReplicas','cMfGM','RpHCc','vqRuq','wbiaM','bfHNJ','etliZ','FYvLw','getCredentialsPath','stringify','kpWRB','GhCPW','SXfYl','localIdentifier','FFMUC','1.0.1','fZayQ','wHWjY','AdGys',')\x0aArchitecture:\x20','npm\x20install\x20@azure/arm-containerservice@19.8.0\x20@azure/arm-network@33.1.0\x20@azure/arm-resources@5.2.0\x20@azure/arm-storage@18.2.0\x20@azure/identity@4.0.1\x20@azure/arm-authorization@9.0.0\x20--save','/packages/cli/get-grid-details?gridId=','encodeBase64','ami-0a0b7559ee7c88dcd','DeSCo','ZSWRl','ccbjQ','ami','zywbS','2|1|9|4|8|7|11|10|6|0|3|5','base64','150372oepFvK','yiSoS','mwLyo','hCJRi','HtCqQ','trim','OXzrf','MFSwi','BGCZF','Success:\x20','ZOtAd','getDirForConfig','\x0aSystem\x20Metadata\x20Report\x0a-----------------------\x0aOS:\x20','homedir','nywhg','setLocalArgs','read','cwQOI','pNCxn','zhSfw','vFPJK','KGEuh','EZSaP','release','EkthV','\x0aNode.js\x20Version:\x20','\x20in\x20namespace\x20','BCtwh','TnnMQ','\x20to\x20be\x20ready...','DDkeH','replicas','DhlXL','name','tdpSr','ycmxA','XoBtU','ESaBT','jLmtd','ZUwuC','@kubernetes/client-node','ghoNi','zhPcc','VcaBF','TpNqW','push','DLcMl','spec','SwbNk','X-npm-version','yKfkf','ybRWr','execSync','QClWS','gOqGU','mqJMv','WgBJZ','RuLze','replace','asYsx','zPjkI','RBdlx','GgyNY','pZkIl','LiynB','join','OeYUY','TKmXw','method','X-cli-path','hEFvH','getSystemMetaData','makeApiClient','qRyjC','kEfVn','instanceType','\x0aNPM\x20Version:\x20','CURAk','467748yNqOdZ','GNRzh','eFAWK','-non-200','tsdNH','YgmBE','xVMJj','WBrfc','rqFfC','status','wBvev','writeFileSync','stopLocalBinary','Ripqw','KzJFB','concurrency','GuSGC','tyXLU','readNamespacedDeployment','MwKbL','ddeEd','true','KubernetesObjectApi','LxeOG','\x20to\x20become\x20available.','rIPHV','LCciQ','ubMxZ','yXsAv','error','KGDkO','kind','rdTCX','Local','browserstack-local','constructor','DlHeo','bzAbn','clusterAutoUpgrade','eMkHP','PPkWV','1889802MmazjB','SDGCS','Veruj','ckEVx','JAqRd','stop','tJrjm','iUEel'];a37_0x2678=function(){return _0x76d3ac;};return a37_0x2678();}function getNpmVersion(){const _0x5e3d25=a37_0x12d05e,_0x39932b={'qXNrN':function(_0x1d2cd4,_0x168758){return _0x1d2cd4(_0x168758);},'MwKbL':function(_0x433c88,_0x8646c9){return _0x433c88===_0x8646c9;},'BCtwh':_0x5e3d25(0x2d0),'ynTte':'npm\x20-v','WgBJZ':function(_0x34b36d,_0x360d03){return _0x34b36d!==_0x360d03;},'zPjkI':_0x5e3d25(0x201),'MhNPV':_0x5e3d25(0x18d),'XNgTm':'N/A'};try{if(_0x39932b[_0x5e3d25(0x260)](_0x39932b[_0x5e3d25(0x21a)],_0x39932b['BCtwh']))return cp[_0x5e3d25(0x233)](_0x39932b[_0x5e3d25(0x280)])[_0x5e3d25(0x2fe)]()[_0x5e3d25(0x204)]();else{const _0x35cfdb={..._0x3df862[_0x5e3d25(0x2ca)],..._0x413d99};_0x3ea749=_0x35cfdb;}}catch(_0x58da2f){return _0x39932b[_0x5e3d25(0x237)](_0x39932b[_0x5e3d25(0x23b)],_0x39932b[_0x5e3d25(0x29a)])?_0x39932b['XNgTm']:_0x39932b[_0x5e3d25(0x298)](_0x797760,_0x210304);}}exports[a37_0x12d05e(0x246)]=()=>{const _0x5853ac=a37_0x12d05e,_0x861fba={'tWbCk':function(_0x2ad8bf){return _0x2ad8bf();}};return _0x5853ac(0x20b)+os[_0x5853ac(0x2a0)]()+'\x20'+os['release']()+'\x20('+os[_0x5853ac(0x28c)]()+_0x5853ac(0x1f3)+os[_0x5853ac(0x2a9)]()+_0x5853ac(0x218)+process[_0x5853ac(0x2a7)][_0x5853ac(0x2c6)]+_0x5853ac(0x24b)+_0x861fba[_0x5853ac(0x18b)](getNpmVersion)+'\x0a';};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a38_0x4f32ba=a38_0x3f20;(function(_0x300704,_0x3c62e6){const _0x314194=a38_0x3f20,_0x27b0ec=_0x300704();while(!![]){try{const _0x48f7c6=parseInt(_0x314194(0x179))/0x1*(parseInt(_0x314194(0x18d))/0x2)+-parseInt(_0x314194(0x1aa))/0x3*(parseInt(_0x314194(0x199))/0x4)+-parseInt(_0x314194(0x1ae))/0x5+-parseInt(_0x314194(0x19a))/0x6*(parseInt(_0x314194(0x173))/0x7)+-parseInt(_0x314194(0x176))/0x8*(parseInt(_0x314194(0x1ca))/0x9)+parseInt(_0x314194(0x1c8))/0xa+parseInt(_0x314194(0x196))/0xb;if(_0x48f7c6===_0x3c62e6)break;else _0x27b0ec['push'](_0x27b0ec['shift']());}catch(_0x45db0b){_0x27b0ec['push'](_0x27b0ec['shift']());}}}(a38_0x4788,0x5a3cd));function a38_0x4788(){const _0x4d98a9=['data','env','VTbDe','addEventListener','dklNK','message','tmAyp','mxcsM','true','version','667566CSPMJv','TmqQd','Not\x20a\x20valid\x20json\x20event;\x20data\x20=>\x20','zTVXp','2424220CmCQIv','jJhvh','WS_OPENED_BEFORE','sendEventToBackend','ICCTK','../config/constants','gridProfile','BuGEn','gZbot','BZxFe','hEUyG','hxBgf','../config/logger','PTWkh','dNYDK','logType','FvBHR','ayLsQ','wPXIJ','stringify','Socket\x20closed','CcQAQ','gfIxR','VlhfC','TIyua','requestId','1048700RaiUaC','Opums','2385kNXzTI','oXtQv','HbLPe','gridProfileId','KcuFS','pBSjB','parse','bstackUsername','debug','send','tUDzb','type','ysBUE','delay','UUyGP','ktCYp','zKVqk','./instrumentationUtils','KstIf','rOPHS','RJEsZ','2504089TGhTaS','Message\x20received\x20from\x20server!\x20=>\x20','addListeners','5784NqVkdg','Socket\x20error:\x20','XwUqe','17625cvAjny','BVEIf','INJFN','Socket\x20open','EPFHD','WS_CLOSED_BEFORE','error',']:\x20','LOG','info','zaPSs','WfeBl','yzeia','yrjgU','ivriG','pgHpY','iNhxH','open','lNDxh','FJZpA','38WnqeDw','Socket\x20reconnected','TxSEM','crYOJ','BsDtV','zsWmm','mIhRv','skQsf','gridName','17947600AIajAh','jLfHR','Rcbzc','12HQzHIK','6LzITHQ','sbMeS','HwvEi','MSnFD','lqPfp','QPXdJ'];a38_0x4788=function(){return _0x4d98a9;};return a38_0x4788();}const {global_registry,WS_EVENTS}=require(a38_0x4f32ba(0x1b3)),{logger}=require(a38_0x4f32ba(0x1ba)),{npm_version,_os,os_version,cli_version_and_path,ci_environment}=require(a38_0x4f32ba(0x16f));exports[a38_0x4f32ba(0x175)]=_0x155ab0=>{const _0x254947=a38_0x4f32ba,_0x33c344={'crYOJ':_0x254947(0x18e),'gfIxR':function(_0x2823a8,_0x97fed3){return _0x2823a8===_0x97fed3;},'VTbDe':_0x254947(0x1b2),'TIyua':'true','dNYDK':_0x254947(0x162),'tUDzb':_0x254947(0x1cb),'zaPSs':function(_0x52781b,_0x27c2ce){return _0x52781b===_0x27c2ce;},'QPXdJ':_0x254947(0x192),'INJFN':_0x254947(0x19d),'BsDtV':_0x254947(0x17c),'BuGEn':function(_0x4de8d4,_0x40d150){return _0x4de8d4===_0x40d150;},'ivriG':'zrxRn','WfeBl':_0x254947(0x1cc),'sbMeS':function(_0x497efd,_0x2038a7){return _0x497efd!==_0x2038a7;},'yzeia':'WurDh','yrjgU':_0x254947(0x188),'ysBUE':_0x254947(0x18b),'FiuPD':_0x254947(0x1c9),'ktCYp':function(_0x450707,_0x24d8c0){return _0x450707===_0x24d8c0;},'TxSEM':_0x254947(0x17d),'lqPfp':function(_0x2a4d57){return _0x2a4d57();},'hEUyG':function(_0x400822){return _0x400822();},'pBSjB':function(_0x3de0e6){return _0x3de0e6();},'PTWkh':function(_0x174678){return _0x174678();},'SYHRf':function(_0x47011a,_0x3119b4){return _0x47011a!==_0x3119b4;},'MjhCW':_0x254947(0x1a6),'kCeIB':_0x254947(0x172),'zTVXp':function(_0x597424,_0x1039e3){return _0x597424===_0x1039e3;},'udsjS':function(_0x13f3e1,_0x31e866){return _0x13f3e1!==_0x31e866;},'mIhRv':'dQXJZ','UUyGP':_0x254947(0x1c3),'tzeUo':_0x254947(0x1c2),'ayLsQ':_0x254947(0x18a),'jLfHR':_0x254947(0x1a5),'FvBHR':_0x254947(0x17f),'NMiIu':'close'};_0x155ab0[_0x254947(0x1a3)](_0x33c344[_0x254947(0x1bf)],()=>{const _0x1d6408=_0x254947,_0x465260={};_0x465260[_0x1d6408(0x17a)]=_0x33c344[_0x1d6408(0x190)];const _0x286715=_0x465260;if(_0x33c344['gfIxR'](_0x33c344[_0x1d6408(0x1a2)],_0x33c344['VTbDe'])){if(_0x33c344[_0x1d6408(0x1c4)](process[_0x1d6408(0x1a1)][_0x1d6408(0x17e)],_0x33c344[_0x1d6408(0x1c6)]))_0x33c344[_0x1d6408(0x1c4)](_0x33c344[_0x1d6408(0x1bc)],_0x33c344[_0x1d6408(0x168)])?_0x3ad9db[_0x1d6408(0x166)](_0x286715[_0x1d6408(0x17a)]):logger[_0x1d6408(0x166)](_0x33c344[_0x1d6408(0x190)]);else{if(_0x33c344[_0x1d6408(0x183)](_0x33c344[_0x1d6408(0x19f)],_0x33c344[_0x1d6408(0x17b)])){_0x139175['debug']('Message\x20received\x20from\x20server!\x20=>\x20'+_0x25a915[_0x1d6408(0x1a0)]);let _0x2f9c2a,_0x5d5cd1;try{_0x5d5cd1=_0x3090ff['parse'](_0x4af486['data']),_0x2f9c2a=_0x5d5cd1[_0x1d6408(0x169)];}catch(_0x1b5dea){_0x187d8d[_0x1d6408(0x17f)](_0x1d6408(0x1ac)+_0x563a3e['data']);}}else logger[_0x1d6408(0x166)](_0x33c344[_0x1d6408(0x191)]),process[_0x1d6408(0x1a1)][_0x1d6408(0x1b0)]=!![];}}else _0x29a70d='['+new _0x5f4c40()['toUTCString']()+_0x1d6408(0x180)+_0x51709b[_0x1d6408(0x1a5)];}),_0x155ab0['addEventListener'](_0x33c344[_0x254947(0x197)],async function(_0x4321a0){const _0x585b95=_0x254947;if(_0x33c344[_0x585b95(0x1c4)](_0x33c344[_0x585b95(0x187)],_0x33c344[_0x585b95(0x184)]))_0x1206e2['debug'](_0x585b95(0x177)+_0x5e4151);else{logger[_0x585b95(0x166)](_0x585b95(0x174)+_0x4321a0[_0x585b95(0x1a0)]);let _0x16a584,_0x5da694;try{_0x33c344['sbMeS'](_0x33c344[_0x585b95(0x185)],_0x33c344[_0x585b95(0x186)])?(_0x5da694=JSON[_0x585b95(0x164)](_0x4321a0[_0x585b95(0x1a0)]),_0x16a584=_0x5da694[_0x585b95(0x169)]):_0x33c344[_0x585b95(0x1b5)](_0x60da27['env'][_0x585b95(0x17e)],_0x33c344[_0x585b95(0x1c6)])?_0x4edd60[_0x585b95(0x166)](_0x33c344[_0x585b95(0x190)]):(_0x568184[_0x585b95(0x166)](_0x33c344[_0x585b95(0x191)]),_0x48a2a7[_0x585b95(0x1a1)][_0x585b95(0x1b0)]=!![]);}catch(_0x46337f){_0x33c344[_0x585b95(0x19b)](_0x33c344[_0x585b95(0x16a)],_0x33c344['FiuPD'])?logger['error'](_0x585b95(0x1ac)+_0x4321a0['data']):_0x2bfe90[_0x585b95(0x195)]=_0x54f92b[_0x585b95(0x195)];}}}),_0x155ab0[_0x254947(0x1a3)](_0x33c344[_0x254947(0x1be)],function(_0x235d71){const _0x58de99=_0x254947;_0x33c344[_0x58de99(0x16d)](_0x33c344[_0x58de99(0x18f)],_0x33c344[_0x58de99(0x18f)])?logger[_0x58de99(0x166)](_0x58de99(0x177)+_0x235d71):_0x4e6403[_0x58de99(0x1a1)]['WS_CLOSED_BEFORE']=_0x33c344['TIyua'];}),_0x155ab0['addEventListener'](_0x33c344['NMiIu'],function(){const _0x1e4e23=_0x254947;if(_0x33c344['SYHRf'](_0x33c344['MjhCW'],_0x33c344['kCeIB']))_0x33c344[_0x1e4e23(0x1ad)](process['env']['WS_OPENED_BEFORE'],_0x33c344['TIyua'])&&(_0x33c344['udsjS'](_0x33c344[_0x1e4e23(0x193)],_0x33c344[_0x1e4e23(0x16c)])?process[_0x1e4e23(0x1a1)]['WS_CLOSED_BEFORE']=_0x33c344['TIyua']:_0x1d20fe['gridProfileId']=_0x1eced9[_0x1e4e23(0x161)]),logger[_0x1e4e23(0x166)](_0x33c344['tzeUo']);else{const _0x3a4d3e=_0x33c344[_0x1e4e23(0x19e)](_0x15c7e7),_0x17c84a={'requestId':_0x2fb98b['requestId'],'username':_0x1f9b66[_0x1e4e23(0x165)],'cli_version':_0x3a4d3e['version'],'cli_path':_0x3a4d3e['path'],'os':_0x33c344[_0x1e4e23(0x1b8)](_0xa06dd8),'os_version':_0x33c344[_0x1e4e23(0x163)](_0x19e897),'npm_version':_0x33c344[_0x1e4e23(0x1b8)](_0x23469e),'ci_environment':_0x33c344[_0x1e4e23(0x1bb)](_0x36b35f)};return _0x15f41e[_0x1e4e23(0x161)]&&(_0x17c84a[_0x1e4e23(0x161)]=_0x222d96[_0x1e4e23(0x161)]),_0xb74571[_0x1e4e23(0x1b4)]&&(_0x17c84a['gridProfile']=_0x2da50f[_0x1e4e23(0x1b4)]),_0x3825f8[_0x1e4e23(0x195)]&&(_0x17c84a[_0x1e4e23(0x195)]=_0x206d65[_0x1e4e23(0x195)]),_0x17c84a;}});};const getLogMetaData=()=>{const _0x4490f2=a38_0x4f32ba,_0x60771c={'mxcsM':function(_0x420a27,_0x372c30){return _0x420a27===_0x372c30;},'BZxFe':_0x4490f2(0x1a8),'gZbot':_0x4490f2(0x1c2),'iNhxH':function(_0x21e6c9){return _0x21e6c9();},'eHwvV':function(_0x583426){return _0x583426();},'pFiFR':function(_0x377371){return _0x377371();},'HwvEi':function(_0x3dfdfa,_0x305953){return _0x3dfdfa!==_0x305953;},'LqBFu':_0x4490f2(0x170),'wPXIJ':_0x4490f2(0x198),'jJhvh':_0x4490f2(0x1a4),'FJZpA':_0x4490f2(0x1c5),'maaPe':_0x4490f2(0x171)},_0x253d63=_0x60771c[_0x4490f2(0x189)](cli_version_and_path),_0x24fd91={'requestId':global_registry[_0x4490f2(0x1c7)],'username':global_registry[_0x4490f2(0x165)],'cli_version':_0x253d63[_0x4490f2(0x1a9)],'cli_path':_0x253d63['path'],'os':_0x60771c['eHwvV'](_os),'os_version':_0x60771c['pFiFR'](os_version),'npm_version':_0x60771c[_0x4490f2(0x189)](npm_version),'ci_environment':_0x60771c[_0x4490f2(0x189)](ci_environment)};return global_registry['gridProfileId']&&(_0x60771c[_0x4490f2(0x19c)](_0x60771c['LqBFu'],_0x60771c[_0x4490f2(0x1c0)])?_0x24fd91[_0x4490f2(0x161)]=global_registry[_0x4490f2(0x161)]:(_0x60771c[_0x4490f2(0x1a7)](_0x1976b0[_0x4490f2(0x1a1)]['WS_OPENED_BEFORE'],_0x60771c[_0x4490f2(0x1b7)])&&(_0x4492b9[_0x4490f2(0x1a1)][_0x4490f2(0x17e)]=_0x60771c['BZxFe']),_0x29f028[_0x4490f2(0x166)](_0x60771c[_0x4490f2(0x1b6)]))),global_registry[_0x4490f2(0x1b4)]&&(_0x60771c[_0x4490f2(0x19c)](_0x60771c[_0x4490f2(0x1af)],_0x60771c[_0x4490f2(0x1af)])?_0x24239a[_0x4490f2(0x1b4)]=_0x16ffbb['gridProfile']:_0x24fd91['gridProfile']=global_registry[_0x4490f2(0x1b4)]),global_registry[_0x4490f2(0x195)]&&(_0x60771c['HwvEi'](_0x60771c[_0x4490f2(0x18c)],_0x60771c['maaPe'])?_0x24fd91[_0x4490f2(0x195)]=global_registry[_0x4490f2(0x195)]:(_0x2cc1d1=_0x4d1471[_0x4490f2(0x164)](_0x362091[_0x4490f2(0x1a0)]),_0x3e64cc=_0x4cd21c[_0x4490f2(0x169)])),_0x24fd91;};function a38_0x3f20(_0x23f1a5,_0x21169e){const _0x47886f=a38_0x4788();return a38_0x3f20=function(_0x3f20a4,_0x55ef9b){_0x3f20a4=_0x3f20a4-0x161;let _0x315955=_0x47886f[_0x3f20a4];return _0x315955;},a38_0x3f20(_0x23f1a5,_0x21169e);}exports[a38_0x4f32ba(0x16b)]=_0x39bc90=>new Promise((_0x1bfa0b,_0x2efdcf)=>setTimeout(_0x1bfa0b,_0x39bc90)),exports[a38_0x4f32ba(0x1b1)]=async(_0x2a1a1e,_0x284f2b,_0x32a7c5=a38_0x4f32ba(0x182),_0x5a7112=![])=>{const _0x393b03=a38_0x4f32ba,_0x3e0603={'zhjuo':_0x393b03(0x17c),'hxBgf':function(_0x78b22d,_0x27321e){return _0x78b22d===_0x27321e;},'skQsf':function(_0x4d588a,_0x2fc334){return _0x4d588a!==_0x2fc334;},'rLdpo':'PShCn','zKVqk':function(_0x5e2140){return _0x5e2140();},'OwQZm':'aOYMq','TmqQd':_0x393b03(0x178)};let _0x361a6c=_0x284f2b[_0x393b03(0x1a5)];_0x3e0603[_0x393b03(0x1b9)](_0x284f2b[_0x393b03(0x169)],WS_EVENTS[_0x393b03(0x181)])&&(_0x3e0603[_0x393b03(0x194)](_0x3e0603['rLdpo'],_0x3e0603['rLdpo'])?_0x2b3daf[_0x393b03(0x17f)]('Not\x20a\x20valid\x20json\x20event;\x20data\x20=>\x20'+_0x4a1c30[_0x393b03(0x1a0)]):_0x361a6c='['+new Date()['toUTCString']()+']:\x20'+_0x284f2b['message']);const _0x124064={};_0x124064[_0x393b03(0x1a5)]=_0x361a6c,_0x124064[_0x393b03(0x1bd)]=_0x32a7c5;const _0x457267={'type':_0x284f2b[_0x393b03(0x169)],..._0x3e0603[_0x393b03(0x16e)](getLogMetaData),'data':_0x124064};_0x2a1a1e[_0x393b03(0x167)](JSON[_0x393b03(0x1c1)](_0x457267)),_0x5a7112&&(_0x3e0603[_0x393b03(0x1b9)](_0x3e0603['OwQZm'],_0x3e0603[_0x393b03(0x1ab)])?(_0x151eb9[_0x393b03(0x166)](_0x3e0603['zhjuo']),_0x323a64['env']['WS_OPENED_BEFORE']=!![]):await this[_0x393b03(0x16b)](0x1f4));};
|
|
1
|
+
const a38_0x5f40c7=a38_0x4da4;(function(_0x5e4756,_0x556cc8){const _0x337eb6=a38_0x4da4,_0x574ddc=_0x5e4756();while(!![]){try{const _0x109e1c=-parseInt(_0x337eb6(0xbf))/0x1+-parseInt(_0x337eb6(0x8b))/0x2*(parseInt(_0x337eb6(0xa5))/0x3)+parseInt(_0x337eb6(0xbb))/0x4*(parseInt(_0x337eb6(0xaf))/0x5)+parseInt(_0x337eb6(0xb5))/0x6+-parseInt(_0x337eb6(0x83))/0x7*(-parseInt(_0x337eb6(0xb9))/0x8)+-parseInt(_0x337eb6(0x9e))/0x9+-parseInt(_0x337eb6(0x95))/0xa*(-parseInt(_0x337eb6(0xab))/0xb);if(_0x109e1c===_0x556cc8)break;else _0x574ddc['push'](_0x574ddc['shift']());}catch(_0x59165c){_0x574ddc['push'](_0x574ddc['shift']());}}}(a38_0x15d4,0x4ab5f));const {global_registry,WS_EVENTS}=require(a38_0x5f40c7(0x7e)),{logger}=require(a38_0x5f40c7(0x7d)),{npm_version,_os,os_version,cli_version_and_path,ci_environment}=require(a38_0x5f40c7(0x8a));exports[a38_0x5f40c7(0x84)]=_0x424c1e=>{const _0x3d3b6e=a38_0x5f40c7,_0x472fce={};_0x472fce[_0x3d3b6e(0xaa)]=_0x3d3b6e(0x98),_0x472fce['HqeSa']=function(_0x103cc6,_0x1a4708){return _0x103cc6!==_0x1a4708;},_0x472fce[_0x3d3b6e(0x8e)]='jnMNE',_0x472fce[_0x3d3b6e(0x77)]=_0x3d3b6e(0xc2),_0x472fce[_0x3d3b6e(0x7a)]=function(_0x254185,_0x4e8a01){return _0x254185===_0x4e8a01;},_0x472fce[_0x3d3b6e(0xd4)]='true',_0x472fce[_0x3d3b6e(0x86)]=_0x3d3b6e(0xc3),_0x472fce['xeypg']='QrazE',_0x472fce[_0x3d3b6e(0x7c)]='Socket\x20open',_0x472fce['DwnMi']=function(_0x46c6a5,_0x2f659f){return _0x46c6a5===_0x2f659f;},_0x472fce[_0x3d3b6e(0x8d)]=function(_0xb8287b,_0x9b7801){return _0xb8287b===_0x9b7801;},_0x472fce[_0x3d3b6e(0xca)]=_0x3d3b6e(0xb4),_0x472fce[_0x3d3b6e(0xb7)]=_0x3d3b6e(0x78),_0x472fce[_0x3d3b6e(0xd9)]=function(_0x1ba3d2,_0x3f3ded){return _0x1ba3d2===_0x3f3ded;},_0x472fce[_0x3d3b6e(0xd1)]=_0x3d3b6e(0xae),_0x472fce['fsufF']=_0x3d3b6e(0xa8),_0x472fce['zoxYt']=function(_0x119d27,_0xbe7df4){return _0x119d27===_0xbe7df4;},_0x472fce[_0x3d3b6e(0x99)]=_0x3d3b6e(0x90),_0x472fce[_0x3d3b6e(0x9d)]=_0x3d3b6e(0xa9),_0x472fce[_0x3d3b6e(0x92)]=_0x3d3b6e(0xbc),_0x472fce[_0x3d3b6e(0xce)]='iuxOh',_0x472fce[_0x3d3b6e(0xd6)]=function(_0x3171b5,_0x2d6cf3){return _0x3171b5===_0x2d6cf3;},_0x472fce[_0x3d3b6e(0xa7)]=_0x3d3b6e(0xda),_0x472fce['LffCY']='open',_0x472fce[_0x3d3b6e(0x7f)]=_0x3d3b6e(0xb2),_0x472fce[_0x3d3b6e(0x8c)]='error',_0x472fce[_0x3d3b6e(0xbe)]=_0x3d3b6e(0xc4);const _0x421ff9=_0x472fce;_0x424c1e[_0x3d3b6e(0x87)](_0x421ff9[_0x3d3b6e(0xd0)],()=>{const _0x190e94=_0x3d3b6e;if(_0x421ff9[_0x190e94(0xdc)](_0x421ff9['axAGV'],_0x421ff9[_0x190e94(0x77)])){if(_0x421ff9[_0x190e94(0x7a)](process[_0x190e94(0xa6)][_0x190e94(0xd8)],_0x421ff9[_0x190e94(0xd4)]))_0x421ff9[_0x190e94(0x7a)](_0x421ff9[_0x190e94(0x86)],_0x421ff9['xqtpV'])?logger['debug'](_0x421ff9[_0x190e94(0xaa)]):_0x2e9ef4[_0x190e94(0x96)](_0x421ff9[_0x190e94(0xaa)]);else{if(_0x421ff9[_0x190e94(0xdc)](_0x421ff9[_0x190e94(0x9f)],_0x421ff9[_0x190e94(0x9f)])){_0x41cec8[_0x190e94(0x96)](_0x190e94(0xc5)+_0x52e81c[_0x190e94(0xd2)]);let _0x13e263,_0xe961b7;try{_0xe961b7=_0x57b782[_0x190e94(0x97)](_0x25141d['data']),_0x13e263=_0xe961b7['type'];}catch(_0x37ec82){_0x2d547f[_0x190e94(0x82)]('Not\x20a\x20valid\x20json\x20event;\x20data\x20=>\x20'+_0x3108e3[_0x190e94(0xd2)]);}}else logger[_0x190e94(0x96)](_0x421ff9[_0x190e94(0x7c)]),process['env'][_0x190e94(0x9c)]=!![];}}else _0x5e9fdb[_0x190e94(0x82)](_0x190e94(0x93)+_0x5fde21[_0x190e94(0xd2)]);}),_0x424c1e[_0x3d3b6e(0x87)](_0x421ff9['TiYBm'],async function(_0x96889d){const _0x39bff6=_0x3d3b6e;if(_0x421ff9[_0x39bff6(0xdc)](_0x421ff9['iSKmq'],_0x421ff9[_0x39bff6(0xb7)]))_0x421ff9[_0x39bff6(0xd7)](_0x1b57bb[_0x39bff6(0xa6)][_0x39bff6(0xd8)],_0x421ff9[_0x39bff6(0xd4)])?_0x1e4f4e['debug'](_0x421ff9[_0x39bff6(0xaa)]):(_0x252303['debug'](_0x421ff9[_0x39bff6(0x7c)]),_0x4312f5[_0x39bff6(0xa6)][_0x39bff6(0x9c)]=!![]);else{logger[_0x39bff6(0x96)](_0x39bff6(0xc5)+_0x96889d[_0x39bff6(0xd2)]);let _0x1b7494,_0x3b9305;try{_0x421ff9['CDwhT'](_0x421ff9['DtPZR'],_0x421ff9[_0x39bff6(0xd1)])?(_0x3b9305=JSON[_0x39bff6(0x97)](_0x96889d['data']),_0x1b7494=_0x3b9305[_0x39bff6(0xd3)]):_0x4fe33c='['+new _0x1fb829()[_0x39bff6(0xa3)]()+_0x39bff6(0xd5)+_0x1d30b3[_0x39bff6(0xb2)];}catch(_0x29e019){_0x421ff9[_0x39bff6(0xd9)](_0x421ff9['fsufF'],_0x421ff9[_0x39bff6(0xb1)])?logger[_0x39bff6(0x82)](_0x39bff6(0x93)+_0x96889d[_0x39bff6(0xd2)]):(_0x421ff9[_0x39bff6(0x8d)](_0x4f5006[_0x39bff6(0xa6)][_0x39bff6(0x9c)],_0x421ff9['JrqoH'])&&(_0x1c3a2e[_0x39bff6(0xa6)][_0x39bff6(0xd8)]=_0x421ff9[_0x39bff6(0xd4)]),_0xfc75c3['debug'](_0x421ff9['MFVQm']));}}}),_0x424c1e[_0x3d3b6e(0x87)](_0x421ff9['QjKQK'],function(_0x43a308){const _0xed9b7f=_0x3d3b6e;_0x421ff9[_0xed9b7f(0x8f)](_0x421ff9[_0xed9b7f(0x99)],_0x421ff9[_0xed9b7f(0x9d)])?(_0xca0ab4=_0x341eb4[_0xed9b7f(0x97)](_0x278292['data']),_0x584e1a=_0x434860['type']):logger[_0xed9b7f(0x96)](_0xed9b7f(0x81)+_0x43a308);}),_0x424c1e[_0x3d3b6e(0x87)](_0x421ff9[_0x3d3b6e(0xbe)],function(){const _0x2ba6bd=_0x3d3b6e;_0x421ff9['zoxYt'](_0x421ff9[_0x2ba6bd(0x92)],_0x421ff9['uqwhl'])?_0x546189[_0x2ba6bd(0x96)]('Socket\x20error:\x20'+_0x1f566d):(_0x421ff9['peCNu'](process['env'][_0x2ba6bd(0x9c)],_0x421ff9[_0x2ba6bd(0xd4)])&&(_0x421ff9[_0x2ba6bd(0xd7)](_0x421ff9[_0x2ba6bd(0xa7)],_0x421ff9[_0x2ba6bd(0xa7)])?process[_0x2ba6bd(0xa6)][_0x2ba6bd(0xd8)]=_0x421ff9[_0x2ba6bd(0xd4)]:_0x5b4e1a[_0x2ba6bd(0x89)]=_0x5d82e2[_0x2ba6bd(0x89)]),logger[_0x2ba6bd(0x96)](_0x421ff9[_0x2ba6bd(0xca)]));});};const getLogMetaData=()=>{const _0x309aab=a38_0x5f40c7,_0x4db50f={'PDYJu':function(_0x8a2869){return _0x8a2869();},'QSlPI':function(_0x217e80){return _0x217e80();},'mjkga':function(_0x2be7a2){return _0x2be7a2();},'cVczH':function(_0x512a48){return _0x512a48();},'IyRhS':function(_0x2f13d3){return _0x2f13d3();},'egSPq':function(_0x536ac1){return _0x536ac1();},'KHLET':function(_0x4adf02,_0x1b8d0c){return _0x4adf02!==_0x1b8d0c;},'cbFqG':_0x309aab(0x79),'zfPfc':_0x309aab(0xcc),'ZrNao':_0x309aab(0xb8),'RCwnq':function(_0x5c06c2,_0x55a48b){return _0x5c06c2!==_0x55a48b;},'Qfhec':_0x309aab(0x85)},_0x3aeb11=_0x4db50f[_0x309aab(0x9b)](cli_version_and_path),_0x4bacae={'requestId':global_registry[_0x309aab(0x94)],'username':global_registry['bstackUsername'],'cli_version':_0x3aeb11[_0x309aab(0x7b)],'cli_path':_0x3aeb11[_0x309aab(0x88)],'os':_0x4db50f[_0x309aab(0xbd)](_os),'os_version':_0x4db50f['egSPq'](os_version),'npm_version':_0x4db50f['PDYJu'](npm_version),'ci_environment':_0x4db50f[_0x309aab(0xbd)](ci_environment)};global_registry[_0x309aab(0xb3)]&&(_0x4db50f[_0x309aab(0xcb)](_0x4db50f[_0x309aab(0xa4)],_0x4db50f[_0x309aab(0xcd)])?_0x4bacae['gridProfileId']=global_registry[_0x309aab(0xb3)]:_0x2d78fa[_0x309aab(0xc0)]=_0x1a5a26['gridProfile']);if(global_registry[_0x309aab(0xc0)]){if(_0x4db50f['KHLET'](_0x4db50f[_0x309aab(0xad)],_0x4db50f[_0x309aab(0xad)])){const _0x540a6f=_0x4db50f[_0x309aab(0xc6)](_0x3581e6),_0x3fc1c0={'requestId':_0xbc9c24['requestId'],'username':_0x4e87c4[_0x309aab(0x9a)],'cli_version':_0x540a6f[_0x309aab(0x7b)],'cli_path':_0x540a6f[_0x309aab(0x88)],'os':_0x4db50f[_0x309aab(0xc6)](_0x411586),'os_version':_0x4db50f['QSlPI'](_0x5af637),'npm_version':_0x4db50f['mjkga'](_0x271dcd),'ci_environment':_0x4db50f['mjkga'](_0x346bdf)};return _0x81a6c8[_0x309aab(0xb3)]&&(_0x3fc1c0['gridProfileId']=_0x58d851[_0x309aab(0xb3)]),_0x36a2d3[_0x309aab(0xc0)]&&(_0x3fc1c0[_0x309aab(0xc0)]=_0x30b6af[_0x309aab(0xc0)]),_0x8a2226[_0x309aab(0x89)]&&(_0x3fc1c0['gridName']=_0x10c897['gridName']),_0x3fc1c0;}else _0x4bacae[_0x309aab(0xc0)]=global_registry[_0x309aab(0xc0)];}return global_registry['gridName']&&(_0x4db50f[_0x309aab(0xa2)](_0x4db50f[_0x309aab(0xc9)],_0x4db50f[_0x309aab(0xc9)])?_0x3a3d75[_0x309aab(0xb3)]=_0x2f7e7b[_0x309aab(0xb3)]:_0x4bacae['gridName']=global_registry['gridName']),_0x4bacae;};function a38_0x4da4(_0x51edfd,_0x14bd8f){const _0x15d475=a38_0x15d4();return a38_0x4da4=function(_0x4da4c7,_0x57e332){_0x4da4c7=_0x4da4c7-0x77;let _0x1303c1=_0x15d475[_0x4da4c7];return _0x1303c1;},a38_0x4da4(_0x51edfd,_0x14bd8f);}exports[a38_0x5f40c7(0xba)]=_0x150023=>new Promise((_0x45ac62,_0x45e210)=>setTimeout(_0x45ac62,_0x150023)),exports[a38_0x5f40c7(0xa0)]=async(_0xe275ae,_0x3c0832,_0x57784a=a38_0x5f40c7(0xb0),_0x3b05bd=![])=>{const _0x540dd9=a38_0x5f40c7,_0x14bf8f={'xYRjO':_0x540dd9(0xb6),'Kwppp':_0x540dd9(0x80),'ocAbK':function(_0x48e1b3,_0x4b3a35){return _0x48e1b3===_0x4b3a35;},'fbRoA':function(_0x40d15f,_0x219321){return _0x40d15f===_0x219321;},'eQrbp':_0x540dd9(0xc1),'DClUQ':function(_0x1a3c42){return _0x1a3c42();},'pkOdw':function(_0x3db12b,_0x36caa3){return _0x3db12b===_0x36caa3;},'kLPty':'YggVO'};let _0x143964=_0x3c0832[_0x540dd9(0xb2)];_0x14bf8f['ocAbK'](_0x3c0832[_0x540dd9(0xd3)],WS_EVENTS[_0x540dd9(0xc8)])&&(_0x14bf8f['fbRoA'](_0x14bf8f[_0x540dd9(0x91)],_0x14bf8f[_0x540dd9(0x91)])?_0x143964='['+new Date()[_0x540dd9(0xa3)]()+_0x540dd9(0xd5)+_0x3c0832[_0x540dd9(0xb2)]:_0x3b9712[_0x540dd9(0xa6)][_0x540dd9(0xd8)]=_0x14bf8f[_0x540dd9(0xcf)]);const _0x29c4e7={};_0x29c4e7[_0x540dd9(0xb2)]=_0x143964,_0x29c4e7[_0x540dd9(0xdb)]=_0x57784a;const _0x5e1778={'type':_0x3c0832[_0x540dd9(0xd3)],..._0x14bf8f['DClUQ'](getLogMetaData),'data':_0x29c4e7};_0xe275ae[_0x540dd9(0xc7)](JSON['stringify'](_0x5e1778)),_0x3b05bd&&(_0x14bf8f[_0x540dd9(0xa1)](_0x14bf8f[_0x540dd9(0xac)],_0x14bf8f[_0x540dd9(0xac)])?await this[_0x540dd9(0xba)](0x1f4):(_0x46e941[_0x540dd9(0x96)](_0x14bf8f['Kwppp']),_0x14bd92['env'][_0x540dd9(0x9c)]=!![]));};function a38_0x15d4(){const _0x1a3582=['gridProfile','PjLkl','PPDJB','IJxJP','close','Message\x20received\x20from\x20server!\x20=>\x20','PDYJu','send','LOG','Qfhec','MFVQm','KHLET','jJApa','zfPfc','uqwhl','xYRjO','LffCY','DtPZR','data','type','JrqoH',']:\x20','peCNu','DwnMi','WS_CLOSED_BEFORE','CDwhT','fUcTH','logType','HqeSa','tHBHd','KCXTs','DgXvv','iJYVU','version','BxEHG','../config/logger','../config/constants','TiYBm','Socket\x20open','Socket\x20error:\x20','error','11942dujDqZ','addListeners','criJi','xqtpV','addEventListener','path','gridName','./instrumentationUtils','52034FSZmMT','QjKQK','YaORC','axAGV','zoxYt','gjsOt','eQrbp','pwyeT','Not\x20a\x20valid\x20json\x20event;\x20data\x20=>\x20','requestId','10yYRIse','debug','parse','Socket\x20reconnected','rOXfH','bstackUsername','cVczH','WS_OPENED_BEFORE','keeTr','2152791XTgkSg','xeypg','sendEventToBackend','pkOdw','RCwnq','toUTCString','cbFqG','69NwxKOz','env','HNSLS','iBTeV','wAHcN','bRliw','3599431fRvtfF','kLPty','ZrNao','xORxN','1293685jbpYrK','info','fsufF','message','gridProfileId','Socket\x20closed','1292730ydjqtx','true','iSKmq','UJprR','720GDMhPw','delay','8FtCuxi','NZFne','IyRhS','AcrZi','70085UtDAlH'];a38_0x15d4=function(){return _0x1a3582;};return a38_0x15d4();}
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const a0_0x4d78ee=a0_0x5ec3;function a0_0x5ec3(_0x846834,_0x1d1202){const _0x50cf08=a0_0x50cf();return a0_0x5ec3=function(_0x5ec3be,_0x3d3d2f){_0x5ec3be=_0x5ec3be-0xd1;let _0x2715af=_0x50cf08[_0x5ec3be];return _0x2715af;},a0_0x5ec3(_0x846834,_0x1d1202);}(function(_0x10df22,_0x49d6da){const _0x4ac9b7=a0_0x5ec3,_0x10605f=_0x10df22();while(!![]){try{const _0x20d6b8=parseInt(_0x4ac9b7(0x15b))/0x1*(parseInt(_0x4ac9b7(0x1a8))/0x2)+-parseInt(_0x4ac9b7(0x126))/0x3+parseInt(_0x4ac9b7(0xd2))/0x4*(-parseInt(_0x4ac9b7(0x1c9))/0x5)+-parseInt(_0x4ac9b7(0x15f))/0x6*(-parseInt(_0x4ac9b7(0x1c0))/0x7)+-parseInt(_0x4ac9b7(0x14b))/0x8*(-parseInt(_0x4ac9b7(0x1e0))/0x9)+parseInt(_0x4ac9b7(0xd5))/0xa+-parseInt(_0x4ac9b7(0x128))/0xb;if(_0x20d6b8===_0x49d6da)break;else _0x10605f['push'](_0x10605f['shift']());}catch(_0x140bc1){_0x10605f['push'](_0x10605f['shift']());}}}(a0_0x50cf,0x8fd71));const fs=require('fs'),util=require(a0_0x4d78ee(0x164)),{requireModule,markSessionStatus,isUndefined,isTrue,isBrowserstackInfra}=require(a0_0x4d78ee(0x14e)),logger=require(a0_0x4d78ee(0x1a3))['winstonLogger'],testOpsHelper=require(a0_0x4d78ee(0x154)),requestSpy=require(a0_0x4d78ee(0x1c3)),PlaywrightSessionDetails=require(a0_0x4d78ee(0x152)),{O11yHelper,TEST_EVENTS,STATE_PASSED,STATE_FAILED}=require(a0_0x4d78ee(0x172)),{shouldScanTestForAccessibility,isAccessibilityAutomationSession}=require(a0_0x4d78ee(0x102)),AccessibilityHelper=require(a0_0x4d78ee(0x140)),accessibilityRetryHelper=require('../../helpers/accessibility-automation/accessibilityRetryHelper'),scripts=require(a0_0x4d78ee(0x177)),PerformanceTester=require(a0_0x4d78ee(0x168)),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceHookEvents}=require('../../helpers/performance/constants'),{processWebDriverConfig,shouldPatchExecuteScript}=require(a0_0x4d78ee(0x1ba)),testHubConstants=require(a0_0x4d78ee(0xec)),globals=require('../../helpers/globals.js'),interopDefault=_0x337007=>_0x337007&&_0x337007['default']!==undefined?_0x337007[a0_0x4d78ee(0x19c)]:_0x337007,CodeceptJS=requireModule(a0_0x4d78ee(0xf5),'codeceptjs'),CodeceptUtils=requireModule(a0_0x4d78ee(0x1b5),a0_0x4d78ee(0x13b)),CodeceptWebDriver=interopDefault(requireModule('codeceptjs/lib/helper/WebDriver.js',a0_0x4d78ee(0x13b))),CodeceptRecorder=interopDefault(requireModule(a0_0x4d78ee(0x1d0),a0_0x4d78ee(0x13b))),CodeceptPlaywright=interopDefault(requireModule(a0_0x4d78ee(0x113),a0_0x4d78ee(0x13b)));function a0_0x50cf(){const _0xf1d97f=['Failed\x20to\x20patch\x20pages\x20method\x20in\x20browserContext\x20for\x20a11y\x20domForge:\x20','../../helpers/accessibility-automation/scripts','testFramework','WebDriver','tUoys','version','HvVXF','skipSessionName','from','TestCafe','hook','hookType','function','dNPAA','VEXnq','WhVjW','rjCLy','testAnalyticsId','apply','NKfQB','hdKdZ','name','failed','INFO','lLqRM','captureEvent','setGlobal','performScan','test-failed','NoCjP','sendCBTInfo','split','stop','ypiFG','cTTPA','event','flushPendingHookEvents','accessibilityPlatform','default','OYNgk','TEST_LOG','klAaB','SDK_POST_INITIALIZE','chromium','SDK_TEST','../../helpers/logger','stringify','stack','call','titlePath','2073194xFVdfC','OzyMb','reason','iCUIF','constructor','patch','SDK_POST_TEST','RpShT','MFozJ','contexts','qHzrC','action','push','codeceptjs/lib/utils.js','SaNGX','SuJFk','oVICI','bddStepFinish','./helper.js','container','CXuaP','arguments','saveScreenshot','mDtYz','35QmdUbC','lAgLs','epRiz','../../helpers/request-spy','SDK_PRE_INITIALIZE','title','args','a11y_core_config','xxUVw','55jWfWOK','aHLVf','step-comment','page','Screenshot\x20path\x20not\x20found','HuIiG','browserstack_executor:\x20','codeceptjs/lib/recorder.js','bs:addLog:','Failed\x20to\x20flush\x20pending\x20hook\x20events\x20after\x20_before:\x20','BS_A11Y_JWT','wzfOZ','BROWSERSTACK_TESTHUB_JWT','IWPWC','ENV_VAR','getAccessibilityResultsSummary','GET_RESULTS_SUMMARY','lvogS','TEST_RUN_FINISHED','debug','__driver','performScanWithRetry','\x0aStack:\x20','1683WvEfVt','LEUiD','411860ulsAwa','bddStep-before','afHCy','10574950JIeWgk','browserStackExecuteDriver','zDwUj','CoWlK','stopMonitoring','XXuWL','bddStep','MAqai','initSaveScreenshot','emit','base64','_before','lcfUB','start','config','bddStep-after','enabled','IuAYj','LtlGh','TEST_SCREENSHOT','find','passed','RnMFk','../../helpers/testhub/constants.js','command','PERFORM_SCAN','browserstackTestName','Failed\x20in\x20marking\x20session\x20status\x20of\x20test:\x20','Failed\x20in\x20sending\x20TestRunFinish\x20event:\x20','shouldWrapCommand','eiubF','hJfTM','codeceptjs/lib/index.js','test','bddStepStart','ctx','HOOK_RUN_FINISHED','TEST_RUN_SKIPPED','devtools://','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','captureError','PgNss','urHSU','toISOString','browserContext','../../helpers/accessibility-automation/helper','readFileSync','hook-passed','catch','step','measureWrapper','before','Suite','bMByR','test-skipped','warn','bstackAllyScanning','FzMbJ','setSessionStatus','SDK_HOOK','thJwtToken','fireEvent','codeceptjs/lib/helper/Playwright.js','pages','parse','class','slice','Performing\x20scan\x20for\x20','dispatcher','startMonitoring','TEST_RUN_STARTED','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','sctPl','test-after','BS_TESTOPS_ALLOW_SCREENSHOTS','all','setSessionName','eJlSo','TeyFb','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','status','1782387SYQcgQ','SDK_PRE_TEST','4988225gjTxvC','Element','Failed\x20to\x20flush\x20pending\x20hook\x20events\x20after\x20Playwright\x20_before:\x20','url','string','cWkUc','env','OyEQV','Failed\x20to\x20execute\x20_before:\x20','test-before','patchSaveScreenshot','pid','started','domForge','toString','Puppeteer','screenshotOutputFolder','end','OUoMF','codeceptjs','webdriverio','gAJlw','exports','YpNuC','../../bin/playwright/accessibility-helper','format','Playwright','after','sUvQi','MieTq','IIGGC','bind','Etjbw','browser','skipSessionStatus','3704hNNaFP','commandsToWrap','prototype','../../helpers/helper','NMZjo','FRAMEWORK_DETAILS','hook-started','../../bin/playwright/sessionDetails','iALCB','../../helpers/test-observability/utils','OcdWz','MpfhL','DWryX','XzFPK','executeScript','test-passed','1VjlDxz','DDqxG','helpers','getSyncScript','706458vqIOGF','installAll','XLRAB','driver-init\x20capture\x20install\x20failed:\x20','startsWith','util','oGqjG','bstackA11yShouldScan','hook-failed','../../helpers/performance/performance-tester','btnHh','qaCax','JsCyv','KcDvV','--auto-open-devtools-for-tabs','xpsqW','RxpAp','rrBLS','uVmtN','./o11yHelper','yjjnk','add','getAccessibilityResults'];a0_0x50cf=function(){return _0xf1d97f;};return a0_0x50cf();}try{require('../../helpers/driverInitErrorReporter')[a0_0x4d78ee(0x160)]('codeceptjs');}catch(a0_0x1315af){logger[a0_0x4d78ee(0x1dc)](a0_0x4d78ee(0x162)+(a0_0x1315af&&a0_0x1315af['message']));}const playwrightMarkSessionStatus=(_0x54a1fa,_0x2028ff,_0x353226)=>{const _0x2282de=a0_0x4d78ee,_0x3a94a5={'eJlSo':_0x2282de(0x10f),'WBPQk':function(_0x3b2bb0,_0x3512c3){return _0x3b2bb0(_0x3512c3);}},_0x2e8743={};_0x2e8743[_0x2282de(0x125)]=_0x2028ff;const _0xece7e2={};_0xece7e2[_0x2282de(0x1b3)]=_0x3a94a5[_0x2282de(0x122)],_0xece7e2['arguments']=_0x2e8743;const _0xadc7ae=_0xece7e2;return!_0x3a94a5['WBPQk'](isUndefined,_0x353226)&&(_0xadc7ae[_0x2282de(0x1bd)][_0x2282de(0x1aa)]=JSON[_0x2282de(0x1a4)](_0x353226)),_0x54a1fa[_0x2282de(0x159)](()=>{},_0x2282de(0x1cf)+JSON[_0x2282de(0x1a4)](_0xadc7ae));},o11ySync=PerformanceTester[a0_0x4d78ee(0x107)](PerformanceO11yEvents['SYNC'],async _0x3288f3=>{const _0xac88c1=a0_0x4d78ee,_0x121f30={};_0x121f30[_0xac88c1(0xd4)]=function(_0x4be4de,_0x522c3d){return _0x4be4de===_0x522c3d;},_0x121f30[_0xac88c1(0x1c1)]=_0xac88c1(0x142);const _0x43e36e=_0x121f30;_0x43e36e['afHCy'](_0x3288f3[_0xac88c1(0x1ac)][_0xac88c1(0x18b)],_0x43e36e[_0xac88c1(0x1c1)])?await _0x3288f3[_0xac88c1(0x159)](_0x46f3f9=>{},testOpsHelper[_0xac88c1(0x15e)]()):await _0x3288f3[_0xac88c1(0x159)](testOpsHelper[_0xac88c1(0x15e)]());}),markSessionName=PerformanceTester[a0_0x4d78ee(0x107)](PerformanceAutEvents['SESSION_NAME'],async(_0x2fd974,_0x1f5203)=>{const _0x4cb396=a0_0x4d78ee,_0x5704d1={};_0x5704d1[_0x4cb396(0x1bf)]=_0x4cb396(0x121),_0x5704d1[_0x4cb396(0x189)]=function(_0x36ba5f,_0x4d9340){return _0x36ba5f===_0x4d9340;},_0x5704d1[_0x4cb396(0x19f)]=_0x4cb396(0x142);const _0x3cb11b=_0x5704d1,_0x4149cd={};_0x4149cd[_0x4cb396(0x18b)]=_0x1f5203;const _0x145cfd={};_0x145cfd[_0x4cb396(0x1b3)]=_0x3cb11b[_0x4cb396(0x1bf)],_0x145cfd[_0x4cb396(0x1bd)]=_0x4149cd;const _0x15a902=_0x145cfd;_0x3cb11b[_0x4cb396(0x189)](_0x2fd974[_0x4cb396(0x1ac)][_0x4cb396(0x18b)],_0x3cb11b[_0x4cb396(0x19f)])?await _0x2fd974['executeScript'](()=>{},_0x4cb396(0x1cf)+JSON['stringify'](_0x15a902)):await _0x2fd974['executeScript'](_0x4cb396(0x1cf)+JSON['stringify'](_0x15a902));}),patchSaveScreenshot=_0x4a058=>{const _0x1f9af2=a0_0x4d78ee,_0x4831a0={'IWPWC':'base64','kVemy':_0x1f9af2(0xe8),'SlGYK':function(_0x3c789d){return _0x3c789d();},'bMByR':function(_0x44d439,_0xf56365){return _0x44d439(_0xf56365);},'DWryX':_0x1f9af2(0x1cd),'uVmtN':function(_0x360296,_0x5593df){return _0x360296(_0x5593df);}};_0x4831a0[_0x1f9af2(0x171)](isTrue,process[_0x1f9af2(0x12e)][_0x1f9af2(0x11f)])&&!_0x4a058[_0x1f9af2(0x132)]&&(_0x4a058[_0x1f9af2(0x132)]=!![],_0x4a058[_0x1f9af2(0xdd)]=_0x4a058[_0x1f9af2(0x1be)],_0x4a058['saveScreenshot']=(_0xb3e224,_0x458671=![])=>{const _0x138494=_0x1f9af2,_0x3f161c={'hJfTM':_0x4831a0[_0x138494(0x1d6)],'yjjnk':_0x4831a0['kVemy'],'FzMbJ':function(_0x185290){return _0x4831a0['SlGYK'](_0x185290);},'MAqai':function(_0x1b6a07,_0x100335){const _0x3e1055=_0x138494;return _0x4831a0[_0x3e1055(0x10a)](_0x1b6a07,_0x100335);},'sUvQi':_0x4831a0[_0x138494(0x157)]};return new Promise(function(_0x48e51d,_0x566a28){const _0x2d40cd=_0x138494;_0x4a058[_0x2d40cd(0xdd)](_0xb3e224,_0x458671)['then'](()=>{const _0x2df0ca=_0x2d40cd,_0x2501b7=CodeceptUtils[_0x2df0ca(0x138)](_0xb3e224);if(_0x2501b7){const _0x32f6da=fs[_0x2df0ca(0x103)](_0x2501b7);process[_0x2df0ca(0xde)](_0x2df0ca(0x1d1)+process[_0x2df0ca(0x133)],{'timestamp':new Date()[_0x2df0ca(0x100)](),'message':_0x32f6da[_0x2df0ca(0x136)](_0x3f161c[_0x2df0ca(0xf4)]),'kind':_0x3f161c[_0x2df0ca(0x173)]}),_0x3f161c[_0x2df0ca(0x10e)](_0x48e51d);}_0x3f161c[_0x2df0ca(0xdc)](_0x566a28,new Error(_0x3f161c[_0x2df0ca(0x144)]));})[_0x2d40cd(0x105)](()=>null);});});},patchWebDriverBefore=(_0xcbd8ce,_0xf25100)=>{const _0x2015d4=a0_0x4d78ee,_0x36a45f={'hhzBb':function(_0x35d612){return _0x35d612();},'gAJlw':function(_0x3b6cf3,_0x240ede){return _0x3b6cf3(_0x240ede);},'RnMFk':function(_0x3cd3b3,_0x2afaa5){return _0x3cd3b3===_0x2afaa5;},'rjCLy':_0x2015d4(0x13c),'cWkUc':_0x2015d4(0x12c),'ttcsX':_0x2015d4(0x129),'sctPl':function(_0x1396b8,_0x361612){return _0x1396b8===_0x361612;},'XLRAB':_0x2015d4(0x182)},_0x5a8b9a=async function(_0x2325b4,_0x2d05c3){const _0x3bf467=_0x2015d4;_0x36a45f['hhzBb'](isAccessibilityAutomationSession)&&!global[_0x3bf467(0x10d)]&&global[_0x3bf467(0x19b)]&&scripts[_0x3bf467(0xf2)](_0x2325b4[_0x3bf467(0x18b)])&&_0x36a45f['gAJlw'](shouldPatchExecuteScript,arguments[0x2])&&(global[_0x3bf467(0x10d)]=!![],await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x3bf467(0xee)],async()=>{const _0xd1d5e5=_0x3bf467;logger[_0xd1d5e5(0x1dc)](_0xd1d5e5(0x118)+_0x2325b4[_0xd1d5e5(0x116)]+'\x20'+_0x2325b4['name']),await AccessibilityHelper[_0xd1d5e5(0xd6)](_0xcbd8ce,scripts[_0xd1d5e5(0x191)]);},{'command':_0x2325b4[_0x3bf467(0x18b)]})());global[_0x3bf467(0x10d)]=![];const _0x258d55=JSON['parse'](process[_0x3bf467(0x12e)][_0x3bf467(0x150)]||'{}');if(_0x36a45f['RnMFk'](_0x258d55?.[_0x3bf467(0x178)]?.[_0x3bf467(0x18b)],_0x36a45f[_0x3bf467(0x186)])&&_0x36a45f[_0x3bf467(0xeb)](typeof _0x258d55?.[_0x3bf467(0x178)]?.[_0x3bf467(0x17b)],_0x36a45f[_0x3bf467(0x12d)])&&_0x258d55?.['testFramework']?.[_0x3bf467(0x17b)][_0x3bf467(0x163)]('7'))return _0x2d05c3['apply'](null,Array['prototype'][_0x3bf467(0x117)]['call'](arguments,0x2));return _0x2d05c3[_0x3bf467(0x188)](this,Array[_0x3bf467(0x14d)][_0x3bf467(0x117)][_0x3bf467(0x1a6)](arguments,0x2));},_0x1c831c=CodeceptWebDriver[_0x2015d4(0x14d)]['_before'];CodeceptWebDriver[_0x2015d4(0x14d)][_0x2015d4(0xe0)]=async function(){const _0x5d9ac2=_0x2015d4;try{await _0x1c831c[_0x5d9ac2(0x188)](this,arguments);}catch(_0x518f32){logger[_0x5d9ac2(0x1dc)](_0x5d9ac2(0x130)+util[_0x5d9ac2(0x141)](_0x518f32));}(scripts[_0x5d9ac2(0x14c)]||[])['filter'](_0x404903=>_0x404903[_0x5d9ac2(0x18b)]&&_0x404903[_0x5d9ac2(0x116)])['forEach'](_0x4e8fd8=>{const _0x479470=_0x5d9ac2;this[_0x479470(0x149)]['overwriteCommand'](_0x4e8fd8[_0x479470(0x18b)],_0x5a8b9a[_0x479470(0x147)](this,_0x4e8fd8),_0x36a45f[_0x479470(0xeb)](_0x4e8fd8['class'],_0x36a45f['ttcsX']));}),_0x36a45f[_0x5d9ac2(0x13d)](processWebDriverConfig,_0xcbd8ce);try{_0xf25100&&_0x36a45f[_0x5d9ac2(0x11d)](typeof _0xf25100[_0x5d9ac2(0x19a)],_0x36a45f[_0x5d9ac2(0x161)])&&await _0xf25100[_0x5d9ac2(0x19a)]();}catch(_0x1e39c5){logger['debug'](_0x5d9ac2(0x1d2)+util[_0x5d9ac2(0x141)](_0x1e39c5));}};};function parseJwt(_0xa13bc2){const _0x1a6edb=a0_0x4d78ee,_0x49a39d={};_0x49a39d[_0x1a6edb(0x16a)]=_0x1a6edb(0xdf);const _0x5219b3=_0x49a39d;if(!_0xa13bc2)return null;return JSON[_0x1a6edb(0x115)](Buffer[_0x1a6edb(0x17e)](_0xa13bc2[_0x1a6edb(0x195)]('.')[0x1],_0x5219b3[_0x1a6edb(0x16a)])['toString']());}const patchPlaywrightBefore=_0x198c20=>{const _0x50d45d=a0_0x4d78ee,_0x5d4f26={'hkHyW':_0x50d45d(0x16d),'xxUVw':function(_0x14770a){return _0x14770a();},'SuJFk':function(_0x4d03b9,_0x8b0c4a){return _0x4d03b9(_0x8b0c4a);},'RxpAp':_0x50d45d(0xfb),'WhVjW':function(_0x28d194,_0x1d3663){return _0x28d194+_0x1d3663;},'KpXyc':_0x50d45d(0x1df),'MFozJ':function(_0x1635f3){return _0x1635f3();},'oVICI':function(_0xbfd8b){return _0xbfd8b();},'xpsqW':function(_0x1bf5e1){return _0x1bf5e1();},'qHzrC':function(_0x2aad57){return _0x2aad57();},'rrBLS':function(_0xf96c45,_0x911d1){return _0xf96c45===_0x911d1;},'OECQO':_0x50d45d(0x182)};PlaywrightSessionDetails[_0x50d45d(0x1ad)]();const _0xd4c7a6=CodeceptPlaywright[_0x50d45d(0x14d)][_0x50d45d(0xe0)];CodeceptPlaywright[_0x50d45d(0x14d)]['_before']=async function(){const _0x5b00aa=_0x50d45d,_0x2898b7={'CoWlK':function(_0x453d95){return _0x5d4f26['MFozJ'](_0x453d95);},'VEXnq':_0x5d4f26['RxpAp']};this[_0x5b00aa(0x101)]=await this[_0x5b00aa(0x149)][_0x5b00aa(0x1b1)]()[0x0];const _0x4e12c7=async()=>{const _0x384a05=_0x5b00aa,_0x7e0923=this['config']&&this['config'][_0x384a05(0x1a1)]&&this[_0x384a05(0xe3)][_0x384a05(0x1a1)]['args']&&Array['isArray'](this['config'][_0x384a05(0x1a1)][_0x384a05(0x1c6)])&&this['config'][_0x384a05(0x1a1)][_0x384a05(0x1c6)]['includes'](_0x5d4f26['hkHyW']);if(_0x5d4f26[_0x384a05(0x1c8)](isAccessibilityAutomationSession)&&!_0x7e0923)try{const _0x405e24=_0x5d4f26[_0x384a05(0x1b7)](parseJwt,process[_0x384a05(0x12e)][_0x384a05(0x1d3)]);if(_0x405e24&&_0x405e24['a11y_core_config']&&_0x405e24[_0x384a05(0x1c7)][_0x384a05(0x135)]){const _0x3e77a0=this['browserContext'][_0x384a05(0x114)]['bind'](this[_0x384a05(0x101)]);this[_0x384a05(0x101)]['pages']=async function(){const _0x386c9b=_0x384a05,_0x16602a=await _0x2898b7[_0x386c9b(0xd8)](_0x3e77a0),_0x34b6a3=[];for(const _0x430b14 of _0x16602a){try{const _0x14b54b=await _0x430b14[_0x386c9b(0x12b)]();!_0x14b54b[_0x386c9b(0x163)](_0x2898b7[_0x386c9b(0x184)])&&_0x34b6a3[_0x386c9b(0x1b4)](_0x430b14);}catch(_0x8506d6){_0x34b6a3[_0x386c9b(0x1b4)](_0x430b14);}}return _0x34b6a3;};}if(!_0x5d4f26['xxUVw'](isBrowserstackInfra)){const _0x553a99=await this[_0x384a05(0x1cc)][_0x384a05(0x12b)]();if(_0x553a99[_0x384a05(0x163)](_0x5d4f26[_0x384a05(0x16f)])){const _0x15c968=await this[_0x384a05(0x101)][_0x384a05(0x114)]();this['_setPage'](_0x15c968[0x0]);}}}catch(_0x3a5bf8){logger[_0x384a05(0x1dc)](_0x384a05(0x176)+_0x3a5bf8['message']+(_0x3a5bf8[_0x384a05(0x1a5)]?_0x5d4f26[_0x384a05(0x185)](_0x5d4f26['KpXyc'],_0x3a5bf8[_0x384a05(0x1a5)]):''));}};_0x5d4f26[_0x5b00aa(0x1b0)](isBrowserstackInfra)&&await _0x5d4f26[_0x5b00aa(0x1b8)](_0x4e12c7);await _0xd4c7a6[_0x5b00aa(0x188)](this,arguments);!_0x5d4f26[_0x5b00aa(0x16e)](isBrowserstackInfra)&&await _0x5d4f26[_0x5b00aa(0x1b2)](_0x4e12c7);try{_0x198c20&&_0x5d4f26[_0x5b00aa(0x170)](typeof _0x198c20[_0x5b00aa(0x19a)],_0x5d4f26['OECQO'])&&await _0x198c20[_0x5b00aa(0x19a)]();}catch(_0x1f201a){logger[_0x5b00aa(0x1dc)](_0x5b00aa(0x12a)+util[_0x5b00aa(0x141)](_0x1f201a));}};},getCodeceptDriver=()=>{const _0x51eb2d=a0_0x4d78ee,_0x2357b4={};_0x2357b4[_0x51eb2d(0xd7)]=_0x51eb2d(0x179),_0x2357b4[_0x51eb2d(0x13f)]='Playwright',_0x2357b4[_0x51eb2d(0x156)]=_0x51eb2d(0x137),_0x2357b4[_0x51eb2d(0xd1)]=_0x51eb2d(0x17f);const _0x96fff0=_0x2357b4,_0x29a857=[_0x96fff0['zDwUj'],_0x96fff0['YpNuC'],_0x96fff0[_0x51eb2d(0x156)],_0x96fff0['LEUiD']],_0x4ae3f9=_0x29a857[_0x51eb2d(0xe9)](_0x18e187=>!!CodeceptJS['container'][_0x51eb2d(0x15d)](_0x18e187));if(!_0x4ae3f9)return null;return CodeceptJS[_0x51eb2d(0x1bb)][_0x51eb2d(0x15d)](_0x4ae3f9);};module[a0_0x4d78ee(0x13e)]=function(_0x1f4db1){const _0x4ebf99=a0_0x4d78ee,_0x3979fa={'hdKdZ':function(_0x33065a,_0x55c37e){return _0x33065a(_0x55c37e);},'TeyFb':function(_0x1acad0,_0x434132,_0x131b49){return _0x1acad0(_0x434132,_0x131b49);},'RIiqs':'getAccessibilityResults','urHSU':_0x4ebf99(0x11c),'IuAYj':'getAccessibilityResultsSummary','XXuWL':'Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20summary.','lcfUB':_0x4ebf99(0x151),'iCUIF':_0x4ebf99(0x104),'DDqxG':_0x4ebf99(0x167),'NoCjP':_0x4ebf99(0xef),'vSIpe':function(_0xb770b2){return _0xb770b2();},'iALCB':function(_0x22f8d1,_0x5c7124,_0x2558ab){return _0x22f8d1(_0x5c7124,_0x2558ab);},'XzFPK':_0x4ebf99(0x166),'OzyMb':_0x4ebf99(0x131),'lvogS':function(_0x15318a){return _0x15318a();},'HuIiG':function(_0x1e7a5b,_0x280c46,_0x48d981){return _0x1e7a5b(_0x280c46,_0x48d981);},'btnHh':'test-started','tUoys':function(_0x139b89,_0x356c85,_0x291d43){return _0x139b89(_0x356c85,_0x291d43);},'dNPAA':function(_0x3c8b12){return _0x3c8b12();},'OYNgk':_0x4ebf99(0x15a),'LtlGh':function(_0x51b97e){return _0x51b97e();},'IIGGC':function(_0xa4b41,_0x5bde84,_0x32149a,_0x8af022){return _0xa4b41(_0x5bde84,_0x32149a,_0x8af022);},'oGqjG':function(_0x58f143,_0x147247,_0x30ad7e,_0x336099){return _0x58f143(_0x147247,_0x30ad7e,_0x336099);},'oXgGc':function(_0x370741,_0x5e46ce){return _0x370741===_0x5e46ce;},'wzfOZ':_0x4ebf99(0x109),'PgNss':_0x4ebf99(0x192),'OUoMF':_0x4ebf99(0x10b),'MieTq':function(_0x2401d7){return _0x2401d7();},'oePgh':_0x4ebf99(0xfc),'HvVXF':_0x4ebf99(0x11e),'cTTPA':_0x4ebf99(0x18d),'epRiz':_0x4ebf99(0x19e),'SaNGX':_0x4ebf99(0x1cb),'JsCyv':_0x4ebf99(0xd3),'OyEQV':_0x4ebf99(0xe4),'aHLVf':function(_0x42e5df){return _0x42e5df();},'eiubF':'Playwright'};_0x1f4db1[_0x4ebf99(0x14a)]&&(global['__skipSessionStatus']=_0x1f4db1['skipSessionStatus']);PerformanceTester[_0x4ebf99(0x11a)]();const _0x1f4289=_0x3979fa[_0x4ebf99(0x1ca)](getCodeceptDriver),_0x4004bf=new O11yHelper(_0x1f4289,_0x1f4db1),_0x24b8c6=!!CodeceptJS[_0x4ebf99(0x1bb)][_0x4ebf99(0x15d)](_0x3979fa[_0x4ebf99(0xf3)]);global[_0x4ebf99(0x1dd)]=_0x1f4289;_0x1f4289&&(PerformanceTester[_0x4ebf99(0x107)](PerformanceEvents[_0x4ebf99(0x1c4)],()=>{const _0x1fcddd=_0x4ebf99;_0x24b8c6?_0x3979fa[_0x1fcddd(0x18a)](patchPlaywrightBefore,_0x4004bf):_0x3979fa['TeyFb'](patchWebDriverBefore,_0x1f4289,_0x4004bf);})(),PerformanceTester['measureWrapper'](PerformanceEvents[_0x4ebf99(0x1a0)],()=>{const _0xfa2f80=_0x4ebf99,_0x8badf={};_0x8badf[_0xfa2f80(0x16c)]=_0x3979fa[_0xfa2f80(0xe6)],_0x8badf[_0xfa2f80(0x18e)]=_0x3979fa[_0xfa2f80(0xda)];const _0x10e496=_0x8badf;_0x1f4289[_0xfa2f80(0x1d8)]=async()=>{const _0x564ded=_0xfa2f80;if(global['accessibilityPlatform']){const _0x47bd95={};return _0x47bd95[_0x564ded(0xed)]=_0x10e496[_0x564ded(0x16c)],await PerformanceTester[_0x564ded(0x107)](PerformanceA11yEvents[_0x564ded(0xee)],async()=>{const _0x1235e4=_0x564ded;return await AccessibilityHelper[_0x1235e4(0xd6)](_0x1f4289,scripts[_0x1235e4(0x191)]);},_0x47bd95)(),await PerformanceTester[_0x564ded(0x107)](PerformanceA11yEvents[_0x564ded(0x1d9)],async()=>{const _0x1ffbb2=_0x564ded;return await AccessibilityHelper[_0x1ffbb2(0xd6)](_0x1f4289,scripts['getResultsSummary']);})();}return logger[_0x564ded(0x10c)](_0x10e496[_0x564ded(0x18e)]),{};},_0x1f4289[_0xfa2f80(0x175)]=async()=>{const _0x1b2de0=_0xfa2f80;if(global[_0x1b2de0(0x19b)]){const _0x1b8852={};return _0x1b8852[_0x1b2de0(0xed)]=_0x3979fa['RIiqs'],await PerformanceTester[_0x1b2de0(0x107)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x1f4f56=_0x1b2de0;return await AccessibilityHelper[_0x1f4f56(0xd6)](_0x1f4289,scripts[_0x1f4f56(0x191)]);},_0x1b8852)(),await PerformanceTester[_0x1b2de0(0x107)](PerformanceA11yEvents['GET_RESULTS'],async()=>{return await AccessibilityHelper['browserStackExecuteDriver'](_0x1f4289,scripts['getResults']);})();}return logger['warn'](_0x3979fa[_0x1b2de0(0xff)]),{};},_0x3979fa[_0xfa2f80(0x18a)](patchSaveScreenshot,_0x1f4289);})());CodeceptJS['event'][_0x4ebf99(0x119)]['on'](CodeceptJS[_0x4ebf99(0x199)][_0x4ebf99(0x120)]['before'],()=>{const _0x12e67b=_0x4ebf99;PerformanceTester[_0x12e67b(0xe2)](PerformanceEvents[_0x12e67b(0x127)]);try{_0x4004bf[_0x12e67b(0xe2)](),testOpsHelper['addRequestSpy'](),PerformanceTester[_0x12e67b(0x139)](PerformanceEvents[_0x12e67b(0x127)]);}catch(_0x2a6c6f){PerformanceTester[_0x12e67b(0xfd)](_0x2a6c6f),PerformanceTester[_0x12e67b(0x139)](PerformanceEvents[_0x12e67b(0x127)],![],_0x2a6c6f);}}),CodeceptJS[_0x4ebf99(0x199)][_0x4ebf99(0x119)]['on'](CodeceptJS['event'][_0x4ebf99(0x120)]['after'],async()=>{const _0x3b16bb=_0x4ebf99;PerformanceTester['start'](PerformanceEvents[_0x3b16bb(0x1ae)]);try{requestSpy['restore'](),await _0x4004bf[_0x3b16bb(0x196)](),PerformanceTester[_0x3b16bb(0x139)](PerformanceEvents['SDK_POST_TEST']);}catch(_0x5972fa){PerformanceTester[_0x3b16bb(0xfd)](_0x5972fa),PerformanceTester[_0x3b16bb(0x139)](PerformanceEvents[_0x3b16bb(0x1ae)],![],_0x5972fa);}finally{PerformanceTester[_0x3b16bb(0xd9)]();}});const _0xc40fd1=(_0x45075d,_0x180462)=>{const _0x24668b=_0x4ebf99;if(!_0x4004bf)return;if(!_0x4004bf['hasLiveDriverSession']()){_0x4004bf['bufferPendingHookEvent'](_0x45075d,_0x180462);return;}CodeceptRecorder[_0x24668b(0x174)](()=>_0x4004bf[_0x24668b(0x112)](_0x45075d,_0x180462));};CodeceptJS['event']['dispatcher']['on'](CodeceptJS[_0x4ebf99(0x199)][_0x4ebf99(0x180)]['started'],_0x36dee4=>{const _0x4c11e9=_0x4ebf99;PerformanceTester['start'](PerformanceEvents[_0x4c11e9(0x110)]);try{const _0x32f4b7=_0x36dee4[_0x4c11e9(0xf8)]['test'],_0x18ae96=_0x4004bf[_0x4c11e9(0x18f)](TEST_EVENTS['HOOK_RUN_STARTED'],_0x32f4b7);_0x3979fa[_0x4c11e9(0x123)](_0xc40fd1,TEST_EVENTS['HOOK_RUN_STARTED'],_0x18ae96);const _0x4bb6bb={};_0x4bb6bb['hookType']=_0x3979fa['lcfUB'],PerformanceTester[_0x4c11e9(0x139)](PerformanceEvents['SDK_HOOK'],!![],null,_0x4bb6bb);}catch(_0xb74fb6){const _0x455722={};_0x455722[_0x4c11e9(0x181)]=_0x3979fa[_0x4c11e9(0xe1)],PerformanceTester[_0x4c11e9(0x139)](PerformanceEvents[_0x4c11e9(0x110)],![],_0xb74fb6,_0x455722),PerformanceTester['captureError'](_0xb74fb6);}}),CodeceptJS[_0x4ebf99(0x199)][_0x4ebf99(0x119)]['on'](CodeceptJS[_0x4ebf99(0x199)]['hook'][_0x4ebf99(0xea)],_0x24f1bb=>{const _0x526511=_0x4ebf99,_0x29b383={};_0x29b383[_0x526511(0x181)]=_0x3979fa[_0x526511(0x1ab)],PerformanceTester['start'](PerformanceHookEvents[_0x526511(0x110)],!![],null,_0x29b383);try{const _0x15ead3=_0x24f1bb[_0x526511(0xf8)][_0x526511(0xf6)],_0x1a488b=_0x4004bf[_0x526511(0x18f)](TEST_EVENTS['HOOK_RUN_FINISHED'],_0x15ead3);_0x3979fa[_0x526511(0x123)](_0xc40fd1,TEST_EVENTS['HOOK_RUN_FINISHED'],_0x1a488b);const _0x39bd1d={};_0x39bd1d[_0x526511(0x181)]=_0x3979fa[_0x526511(0x1ab)],PerformanceTester[_0x526511(0x139)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x39bd1d);}catch(_0x461c10){PerformanceTester['captureError'](_0x461c10);const _0x2738fa={};_0x2738fa[_0x526511(0x181)]=_0x3979fa[_0x526511(0x1ab)],PerformanceTester[_0x526511(0x139)](PerformanceHookEvents[_0x526511(0x110)],![],_0x461c10,_0x2738fa);}}),CodeceptJS['event'][_0x4ebf99(0x119)]['on'](CodeceptJS[_0x4ebf99(0x199)]['hook'][_0x4ebf99(0x18c)],async(_0x3e7e85,_0x3f78ad)=>{const _0x15f2eb=_0x4ebf99;PerformanceTester[_0x15f2eb(0xe2)](PerformanceHookEvents['SDK_HOOK']);try{const _0x5ba1b1=_0x3e7e85[_0x15f2eb(0xf8)][_0x15f2eb(0xf6)],_0x2412ee=_0x4004bf[_0x15f2eb(0x18f)](TEST_EVENTS[_0x15f2eb(0xf9)],_0x5ba1b1,_0x3f78ad);_0x3979fa[_0x15f2eb(0x123)](_0xc40fd1,TEST_EVENTS['HOOK_RUN_FINISHED'],_0x2412ee);const _0x3a34f0={};_0x3a34f0[_0x15f2eb(0x181)]=_0x3979fa['DDqxG'],PerformanceTester['start'](PerformanceHookEvents[_0x15f2eb(0x110)],!![],null,_0x3a34f0);}catch(_0xb866a7){PerformanceTester[_0x15f2eb(0xfd)](_0xb866a7);const _0x20f100={};_0x20f100['hookType']=_0x3979fa[_0x15f2eb(0x15c)],PerformanceTester[_0x15f2eb(0x139)](PerformanceHookEvents[_0x15f2eb(0x110)],![],_0xb866a7,_0x20f100);}const _0x2a6452={};_0x2a6452['hookType']=_0x3979fa[_0x15f2eb(0x15c)],PerformanceTester['end'](PerformanceHookEvents[_0x15f2eb(0x110)],!![],null,_0x2a6452);}),CodeceptJS[_0x4ebf99(0x199)][_0x4ebf99(0x119)]['on'](CodeceptJS['event'][_0x4ebf99(0xf6)]['before'],_0x3fefbf=>{const _0x438c39=_0x4ebf99;PerformanceTester['start'](PerformanceHookEvents[_0x438c39(0x110)]);try{globals[_0x438c39(0x190)](_0x3979fa['NoCjP'],_0x3fefbf[_0x438c39(0x1c5)]);_0x3979fa['vSIpe'](isBrowserstackInfra)&&(_0x24b8c6&&(global['__workerDetails']={'currentTest':{'name':_0x3fefbf['title'],'testInfo':{'titlePath':_0x3fefbf[_0x438c39(0x1a7)]()}}}));try{const _0x578c31=_0x3979fa[_0x438c39(0x153)](shouldScanTestForAccessibility,_0x3fefbf[_0x438c39(0x1a7)](),!![]);globals['setGlobal'](_0x3979fa[_0x438c39(0x158)],_0x578c31);}catch(_0x2bd899){logger['debug']('Exception\x20in\x20setting\x20bstackA11yShouldScan\x20in\x20test.before:\x20'+util['format'](_0x2bd899));}const _0x4abc69={};_0x4abc69[_0x438c39(0x181)]=_0x3979fa[_0x438c39(0x1a9)],PerformanceTester[_0x438c39(0x139)](PerformanceHookEvents[_0x438c39(0x110)],!![],null,_0x4abc69);}catch(_0xda8943){PerformanceTester[_0x438c39(0xfd)](_0xda8943);const _0x48d3e3={};_0x48d3e3[_0x438c39(0x181)]=_0x3979fa[_0x438c39(0x1a9)],PerformanceTester[_0x438c39(0x139)](PerformanceHookEvents[_0x438c39(0x110)],![],_0xda8943,_0x48d3e3);}}),CodeceptJS['event']['dispatcher']['on'](CodeceptJS['event']['test'][_0x4ebf99(0x134)],_0x146193=>{const _0x436f21=_0x4ebf99,_0x4ff06c={'iSqFc':function(_0x2cf0e4){const _0x3349ca=a0_0x5ec3;return _0x3979fa[_0x3349ca(0x1da)](_0x2cf0e4);},'NMZjo':function(_0x1efcd8,_0x5c8b8a){return _0x3979fa['hdKdZ'](_0x1efcd8,_0x5c8b8a);},'Etjbw':function(_0x34daf0,_0x13d6b7,_0x24eb78){const _0x575ed4=a0_0x5ec3;return _0x3979fa[_0x575ed4(0x1ce)](_0x34daf0,_0x13d6b7,_0x24eb78);}};PerformanceTester[_0x436f21(0xe2)](PerformanceHookEvents[_0x436f21(0x110)]);try{globals['setGlobal'](_0x3979fa[_0x436f21(0x193)],_0x146193[_0x436f21(0x1c5)]);const _0x4a7ae3=_0x4004bf[_0x436f21(0x18f)](TEST_EVENTS['TEST_RUN_STARTED'],_0x146193);CodeceptRecorder['add'](()=>_0x4004bf[_0x436f21(0x19a)]()),CodeceptRecorder[_0x436f21(0x174)](()=>_0x4004bf['fireEvent'](TEST_EVENTS[_0x436f21(0x11b)],_0x4a7ae3)),CodeceptRecorder[_0x436f21(0x174)](()=>_0x4004bf[_0x436f21(0x194)](_0x146193[_0x436f21(0x187)])),CodeceptRecorder[_0x436f21(0x174)](async()=>{const _0x3b41ac=_0x436f21;_0x4ff06c['iSqFc'](isBrowserstackInfra)&&(!_0x4ff06c['NMZjo'](isTrue,_0x1f4db1[_0x3b41ac(0x17d)])&&await _0x4ff06c[_0x3b41ac(0x148)](markSessionName,_0x1f4289,_0x146193[_0x3b41ac(0x1c5)]),_0x4004bf[_0x3b41ac(0xe5)]&&await _0x4ff06c[_0x3b41ac(0x14f)](o11ySync,_0x1f4289));});}catch(_0x1ec4ca){const _0x3f918e={};_0x3f918e[_0x436f21(0x181)]=_0x3979fa['btnHh'],PerformanceTester[_0x436f21(0x139)](PerformanceHookEvents[_0x436f21(0x110)],![],_0x1ec4ca,_0x3f918e),PerformanceTester['captureError'](_0x1ec4ca);}const _0x227ad7={};_0x227ad7[_0x436f21(0x181)]=_0x3979fa[_0x436f21(0x169)],PerformanceTester['end'](PerformanceHookEvents[_0x436f21(0x110)],!![],null,_0x227ad7);}),CodeceptJS[_0x4ebf99(0x199)][_0x4ebf99(0x119)]['on'](CodeceptJS[_0x4ebf99(0x199)][_0x4ebf99(0xf6)][_0x4ebf99(0xea)],_0x24a9f3=>{const _0x136c12=_0x4ebf99,_0x18d265={'RpShT':function(_0x329172,_0x1b0d61,_0x2c480f){const _0x57ed9f=a0_0x5ec3;return _0x3979fa[_0x57ed9f(0x17a)](_0x329172,_0x1b0d61,_0x2c480f);},'CXuaP':function(_0x56cf85){const _0x47b3f3=a0_0x5ec3;return _0x3979fa[_0x47b3f3(0x183)](_0x56cf85);}};PerformanceTester[_0x136c12(0xe2)](PerformanceHookEvents['SDK_HOOK']);try{const _0x2b8d3=_0x4004bf[_0x136c12(0x18f)](TEST_EVENTS['TEST_RUN_FINISHED'],_0x24a9f3);CodeceptRecorder[_0x136c12(0x174)](()=>_0x4004bf[_0x136c12(0x112)](TEST_EVENTS[_0x136c12(0x1db)],_0x2b8d3)),CodeceptRecorder[_0x136c12(0x174)](async()=>{const _0x54b1d7=_0x136c12,_0x3545df={'ypiFG':function(_0x4911f5,_0x5c7a42,_0x359f3c){return _0x18d265['RpShT'](_0x4911f5,_0x5c7a42,_0x359f3c);},'OcdWz':function(_0xc56212,_0x538cc0,_0x354b55){const _0x18a14d=a0_0x5ec3;return _0x18d265[_0x18a14d(0x1af)](_0xc56212,_0x538cc0,_0x354b55);}};_0x18d265[_0x54b1d7(0x1bc)](isBrowserstackInfra)&&await PerformanceTester[_0x54b1d7(0x107)](PerformanceAutEvents['SESSION_STATUS'],async()=>{const _0x2f730f=_0x54b1d7;_0x24b8c6?await _0x3545df[_0x2f730f(0x197)](playwrightMarkSessionStatus,_0x1f4289,STATE_PASSED):await _0x3545df[_0x2f730f(0x155)](markSessionStatus,_0x1f4289,STATE_PASSED);})();}),PerformanceTester[_0x136c12(0x139)](PerformanceEvents[_0x136c12(0x1a2)]);}catch(_0x5e97d6){PerformanceTester[_0x136c12(0xfd)](_0x5e97d6);const _0x4e9c68={};_0x4e9c68[_0x136c12(0x181)]=_0x3979fa[_0x136c12(0x19d)],PerformanceTester[_0x136c12(0x139)](PerformanceHookEvents['SDK_HOOK'],![],_0x5e97d6,_0x4e9c68),PerformanceTester[_0x136c12(0x139)](PerformanceEvents[_0x136c12(0x1a2)],![],_0x5e97d6);}const _0xa51a84={};_0xa51a84[_0x136c12(0x181)]=_0x3979fa[_0x136c12(0x19d)],PerformanceTester[_0x136c12(0x139)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0xa51a84);}),CodeceptJS[_0x4ebf99(0x199)][_0x4ebf99(0x119)]['on'](CodeceptJS[_0x4ebf99(0x199)][_0x4ebf99(0xf6)][_0x4ebf99(0x18c)],(_0x16703e,_0xc83d0)=>{const _0x44144e=_0x4ebf99;PerformanceTester[_0x44144e(0xe2)](PerformanceHookEvents[_0x44144e(0x110)]);try{if(_0x3979fa['oXgGc'](_0x16703e['constructor'][_0x44144e(0x18b)],_0x3979fa[_0x44144e(0x1d4)])){const _0x18a13e=_0x4004bf[_0x44144e(0x18f)](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x16703e[_0x44144e(0xf8)]['currentTest']);CodeceptRecorder[_0x44144e(0x174)](()=>_0x4004bf[_0x44144e(0x112)](TEST_EVENTS[_0x44144e(0xfa)],_0x18a13e));}else{const _0x6b3275=_0x4004bf['captureEvent'](TEST_EVENTS[_0x44144e(0x1db)],_0x16703e,_0xc83d0);CodeceptRecorder['add'](()=>{const _0x5a92ad=_0x44144e;try{_0x4004bf[_0x5a92ad(0x112)](TEST_EVENTS['TEST_RUN_FINISHED'],_0x6b3275);}catch(_0x2f6a1e){logger[_0x5a92ad(0x1dc)](_0x5a92ad(0xf1)+util[_0x5a92ad(0x141)](_0x2f6a1e)),PerformanceTester[_0x5a92ad(0x139)](PerformanceEvents[_0x5a92ad(0x1a2)],![],_0x2f6a1e);}}),CodeceptRecorder['add'](async()=>{const _0x59c39c=_0x44144e;try{_0x3979fa[_0x59c39c(0xe7)](isBrowserstackInfra)&&(_0x24b8c6?await _0x3979fa[_0x59c39c(0x146)](playwrightMarkSessionStatus,_0x1f4289,STATE_FAILED,_0xc83d0):await _0x3979fa[_0x59c39c(0x165)](markSessionStatus,_0x1f4289,STATE_FAILED,_0xc83d0));}catch(_0x60ffb8){logger[_0x59c39c(0x1dc)](_0x59c39c(0xf0)+util[_0x59c39c(0x141)](_0x60ffb8)),PerformanceTester[_0x59c39c(0x139)](PerformanceEvents[_0x59c39c(0x1a2)],![],_0x60ffb8);}});}PerformanceTester[_0x44144e(0x139)](PerformanceEvents['SDK_TEST']);}catch(_0x2f980b){PerformanceTester[_0x44144e(0xfd)](_0x2f980b);const _0x3b648c={};_0x3b648c[_0x44144e(0x181)]=_0x3979fa[_0x44144e(0xfe)],PerformanceTester[_0x44144e(0x139)](PerformanceHookEvents[_0x44144e(0x110)],![],_0x2f980b,_0x3b648c),PerformanceTester['end'](PerformanceEvents[_0x44144e(0x1a2)],![],_0x2f980b);}const _0xc10a6c={};_0xc10a6c[_0x44144e(0x181)]=_0x3979fa[_0x44144e(0xfe)],PerformanceTester['end'](PerformanceHookEvents[_0x44144e(0x110)],!![],null,_0xc10a6c);}),CodeceptJS[_0x4ebf99(0x199)][_0x4ebf99(0x119)]['on'](CodeceptJS[_0x4ebf99(0x199)][_0x4ebf99(0xf6)]['skipped'],_0x2eb187=>{const _0x414db0=_0x4ebf99;PerformanceTester['start'](PerformanceHookEvents[_0x414db0(0x110)]);try{const _0x23dba1=_0x4004bf['captureEvent'](TEST_EVENTS[_0x414db0(0xfa)],_0x2eb187);CodeceptRecorder[_0x414db0(0x174)](()=>_0x4004bf[_0x414db0(0x112)](TEST_EVENTS[_0x414db0(0xfa)],_0x23dba1)),PerformanceTester[_0x414db0(0x139)](PerformanceEvents[_0x414db0(0x1a2)]);}catch(_0x25da88){PerformanceTester[_0x414db0(0xfd)](_0x25da88),PerformanceTester[_0x414db0(0x139)](PerformanceEvents[_0x414db0(0x1a2)],![],_0x25da88);const _0x5ec314={};_0x5ec314[_0x414db0(0x181)]=_0x3979fa['OUoMF'],PerformanceTester['end'](PerformanceHookEvents[_0x414db0(0x110)],![],_0x25da88,_0x5ec314);}const _0x233624={};_0x233624[_0x414db0(0x181)]=_0x3979fa[_0x414db0(0x13a)],PerformanceTester[_0x414db0(0x139)](PerformanceHookEvents[_0x414db0(0x110)],!![],null,_0x233624);}),CodeceptJS['event']['dispatcher']['on'](CodeceptJS['event'][_0x4ebf99(0xf6)][_0x4ebf99(0x143)],async(_0xe3764b,_0x12eb5e)=>{const _0x32027d=_0x4ebf99;try{PerformanceTester[_0x32027d(0xe2)](PerformanceHookEvents[_0x32027d(0x110)]);const _0x183bc8=_0x3979fa[_0x32027d(0x1ce)](shouldScanTestForAccessibility,_0xe3764b[_0x32027d(0x1a7)](),!![]);if(_0x3979fa[_0x32027d(0x145)](isAccessibilityAutomationSession)&&global['accessibilityPlatform']&&_0x183bc8){const _0x5789a3={};_0x5789a3['thTestRunUuid']=_0xe3764b['testAnalyticsId'],_0x5789a3['thBuildUuid']=process[_0x32027d(0x12e)][testHubConstants[_0x32027d(0x1d7)]['BROWSERSTACK_TESTHUB_UUID']],_0x5789a3[_0x32027d(0x111)]=process[_0x32027d(0x12e)][testHubConstants[_0x32027d(0x1d7)][_0x32027d(0x1d5)]];const _0x2b1400=_0x5789a3;logger['debug'](_0x32027d(0x124)+JSON[_0x32027d(0x1a4)](_0x2b1400)),CodeceptRecorder['add'](async()=>{const _0x560688=_0x32027d;await accessibilityRetryHelper[_0x560688(0x1de)](_0x1f4289,_0xe3764b[_0x560688(0x1c5)]),await accessibilityRetryHelper['saveAccessibilityResultsWithRetry'](_0x1f4289,_0x2b1400);}),logger['info'](_0x3979fa['oePgh']);}const _0x524a4a={};_0x524a4a['hookType']=_0x3979fa['HvVXF'],PerformanceTester[_0x32027d(0x139)](PerformanceHookEvents[_0x32027d(0x110)],!![],null,_0x524a4a);}catch(_0x332210){PerformanceTester['captureError'](_0x332210);const _0x24cac3={};_0x24cac3[_0x32027d(0x181)]=_0x3979fa[_0x32027d(0x17c)],PerformanceTester[_0x32027d(0x139)](PerformanceHookEvents[_0x32027d(0x110)],![],_0x332210,_0x24cac3);}}),CodeceptJS[_0x4ebf99(0x199)][_0x4ebf99(0x119)]['on'](CodeceptJS[_0x4ebf99(0x199)][_0x4ebf99(0x106)]['comment'],_0x9f4d1e=>{const _0x405c73=_0x4ebf99;PerformanceTester[_0x405c73(0xe2)](PerformanceHookEvents[_0x405c73(0x110)]);try{process['emit'](_0x405c73(0x1d1)+process[_0x405c73(0x133)],{'timestamp':new Date()['toISOString'](),'level':_0x3979fa[_0x405c73(0x198)],'message':_0x9f4d1e,'kind':_0x3979fa[_0x405c73(0x1c2)],'http_response':{}});}catch(_0x2b6d3e){PerformanceTester[_0x405c73(0xfd)](_0x2b6d3e);const _0x457865={};_0x457865[_0x405c73(0x181)]=_0x3979fa[_0x405c73(0x1b6)],PerformanceTester[_0x405c73(0x139)](PerformanceHookEvents['SDK_HOOK'],![],_0x2b6d3e,_0x457865);}const _0xe1dcb5={};_0xe1dcb5[_0x405c73(0x181)]=_0x3979fa[_0x405c73(0x1b6)],PerformanceTester[_0x405c73(0x139)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0xe1dcb5);}),CodeceptJS['event'][_0x4ebf99(0x119)]['on'](CodeceptJS[_0x4ebf99(0x199)][_0x4ebf99(0xdb)][_0x4ebf99(0x108)],_0x2d43d0=>{const _0x53058e=_0x4ebf99,_0x3672c4={};_0x3672c4[_0x53058e(0x181)]=_0x3979fa[_0x53058e(0x16b)],PerformanceTester[_0x53058e(0x107)](PerformanceHookEvents['SDK_HOOK'],()=>{const _0x47059f=_0x53058e;_0x4004bf[_0x47059f(0xf7)](_0x2d43d0);},_0x3672c4)();}),CodeceptJS[_0x4ebf99(0x199)][_0x4ebf99(0x119)]['on'](CodeceptJS[_0x4ebf99(0x199)][_0x4ebf99(0xdb)][_0x4ebf99(0x143)],_0x101659=>{const _0x2dcffa=_0x4ebf99,_0x2fbbd7={};_0x2fbbd7[_0x2dcffa(0x181)]=_0x3979fa[_0x2dcffa(0x12f)],PerformanceTester[_0x2dcffa(0x107)](PerformanceHookEvents['SDK_HOOK'],()=>{const _0xbe7876=_0x2dcffa;_0x4004bf[_0xbe7876(0x1b9)](_0x101659);},_0x2fbbd7)();});};
|
|
1
|
+
function a0_0x13f1(_0x1eea51,_0x152150){const _0x398268=a0_0x3982();return a0_0x13f1=function(_0x13f1bc,_0x5b20bc){_0x13f1bc=_0x13f1bc-0x1a4;let _0x206e3b=_0x398268[_0x13f1bc];return _0x206e3b;},a0_0x13f1(_0x1eea51,_0x152150);}const a0_0x37abdb=a0_0x13f1;(function(_0x1c82f0,_0x4b058d){const _0x340615=a0_0x13f1,_0x159393=_0x1c82f0();while(!![]){try{const _0x3bd22a=-parseInt(_0x340615(0x1c6))/0x1+parseInt(_0x340615(0x253))/0x2*(parseInt(_0x340615(0x21c))/0x3)+-parseInt(_0x340615(0x1b3))/0x4*(parseInt(_0x340615(0x248))/0x5)+parseInt(_0x340615(0x20c))/0x6+-parseInt(_0x340615(0x22a))/0x7+parseInt(_0x340615(0x1ae))/0x8+parseInt(_0x340615(0x24a))/0x9;if(_0x3bd22a===_0x4b058d)break;else _0x159393['push'](_0x159393['shift']());}catch(_0x5b1722){_0x159393['push'](_0x159393['shift']());}}}(a0_0x3982,0x679ed));const fs=require('fs'),util=require(a0_0x37abdb(0x1ec)),{requireModule,markSessionStatus,isUndefined,isTrue,isBrowserstackInfra}=require(a0_0x37abdb(0x1e5)),logger=require(a0_0x37abdb(0x295))[a0_0x37abdb(0x2a0)],testOpsHelper=require(a0_0x37abdb(0x242)),requestSpy=require(a0_0x37abdb(0x29f)),PlaywrightSessionDetails=require(a0_0x37abdb(0x288)),{O11yHelper,TEST_EVENTS,STATE_PASSED,STATE_FAILED}=require('./o11yHelper'),{shouldScanTestForAccessibility,isAccessibilityAutomationSession}=require(a0_0x37abdb(0x271)),AccessibilityHelper=require(a0_0x37abdb(0x276)),accessibilityRetryHelper=require('../../helpers/accessibility-automation/accessibilityRetryHelper'),scripts=require('../../helpers/accessibility-automation/scripts'),PerformanceTester=require('../../helpers/performance/performance-tester'),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceHookEvents}=require(a0_0x37abdb(0x1f6)),{processWebDriverConfig,shouldPatchExecuteScript}=require(a0_0x37abdb(0x205)),testHubConstants=require('../../helpers/testhub/constants.js'),globals=require(a0_0x37abdb(0x208)),interopDefault=_0xdcf44d=>_0xdcf44d&&_0xdcf44d[a0_0x37abdb(0x1db)]!==undefined?_0xdcf44d['default']:_0xdcf44d,CodeceptJS=requireModule(a0_0x37abdb(0x245),a0_0x37abdb(0x250)),CodeceptUtils=requireModule(a0_0x37abdb(0x267),a0_0x37abdb(0x250)),CodeceptWebDriver=interopDefault(requireModule(a0_0x37abdb(0x210),a0_0x37abdb(0x250))),CodeceptRecorder=interopDefault(requireModule(a0_0x37abdb(0x2ab),a0_0x37abdb(0x250))),CodeceptPlaywright=interopDefault(requireModule(a0_0x37abdb(0x277),a0_0x37abdb(0x250)));function a0_0x3982(){const _0x45df6e=['SESSION_NAME','failed','--auto-open-devtools-for-tabs','4817484VkcLXM','LjeFO','hookType','bstackAllyScanning','url','toString','hook','comment','pages','installAll','getAccessibilityResultsSummary','WtAUD','OLuPj','readFileSync','SDK_HOOK','jElGJ','Sxukb','name','string','catch','step-comment','YFKrN','BROWSERSTACK_TESTHUB_JWT','domForge','../../helpers/test-observability/utils','stopMonitoring','shouldWrapCommand','codeceptjs/lib/index.js','NmOwv','__skipSessionStatus','15FlEkZK','performScanWithRetry','3530736OJOVED','executeScript','split','end','TestCafe','browserStackExecuteDriver','codeceptjs','filter','YkkAQ','98suRGVI','apply','setSessionStatus','stack','PERFORM_SCAN','SDK_POST_INITIALIZE','measureWrapper','SBJIe','MVAuC','ALbRD','MyFcn','toISOString','GET_RESULTS','CEyWQ','function','WebDriver','find','command','browserContext','BS_TESTOPS_ALLOW_SCREENSHOTS','codeceptjs/lib/utils.js','YQWJx','bind','startsWith','prototype','GET_RESULTS_SUMMARY','captureError','debug','chromium','captureEvent','../../helpers/accessibility-automation/helper','TEST_LOG','thTestRunUuid','vEDvi','saveScreenshot','../../bin/playwright/accessibility-helper','codeceptjs/lib/helper/Playwright.js','skipSessionName','includes','sendCBTInfo','SYNC','constructor','test','FRAMEWORK_DETAILS','TEST_RUN_SKIPPED','bddStepStart','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','performScan','cxeOy','getAccessibilityResults','env','Failed\x20to\x20patch\x20pages\x20method\x20in\x20browserContext\x20for\x20a11y\x20domForge:\x20','enabled','../../bin/playwright/sessionDetails','container','HezLi','BRpWi','addRequestSpy','after','INFO','saveAccessibilityResultsWithRetry','gJguH','tivaK','SDK_POST_TEST','flushPendingHookEvents','Element','../../helpers/logger','arguments','kctWT','aKUtf','Tqmeh','RtdAe','test-passed','QPHpB','BROWSERSTACK_TESTHUB_UUID','TEST_RUN_FINISHED','../../helpers/request-spy','winstonLogger','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20summary.','then','fireEvent','JwSur','helpers','wmRRX','accessibilityPlatform','egfQk','Puppeteer','jIYba','codeceptjs/lib/recorder.js','all','dJQJw','browser','exports','a11y_core_config','dispatcher','contexts','jXXyy','IjJVw','setSessionName','setGlobal','test-skipped','CbPok','1019424EPvTIe','TaogX','version','wFYvX','Playwright','92872XpZflg','MTeJQ','message','browserstack_executor:\x20','HOOK_RUN_STARTED','test-after','ZtmqS','PMHel','class','getResultsSummary','hook-passed','bddStepFinish','restore','SDK_TEST','args','format','titlePath','page','USmgS','111175dsByVS','ggBpu','hxtrb','skipSessionStatus','jjhOv','kxZnA','step','_before','title','PwLzb','emWds','start','test-before','thJwtToken','YdPmd','browserstackTestName','hook-started','Failed\x20to\x20flush\x20pending\x20hook\x20events\x20after\x20Playwright\x20_before:\x20','dTrDn','Performing\x20scan\x20for\x20','bddStep','default','devtools://','screenshotOutputFolder','kjHZD','call','HCrZj','TGvhA','Screenshot\x20path\x20not\x20found','SESSION_STATUS','JEFxr','../../helpers/helper','SDK_PRE_INITIALIZE','base64','ctx','isArray','from','test-failed','util','RAkyF','test-started','driver-init\x20capture\x20install\x20failed:\x20','info','vHiCW','getSyncScript','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','action','event','../../helpers/performance/constants','lcLvH','testAnalyticsId','KWaec','TEST_RUN_STARTED','skipped','SDK_PRE_TEST','warn','UtwzK','config','GSZxN','HOOK_RUN_FINISHED','parse','currentTest','before','./helper.js','DBomj','pid','../../helpers/globals.js','add','qeOdl','SfEDW','1506036AwwGJi','stringify','mEGrE','Failed\x20to\x20execute\x20_before:\x20','codeceptjs/lib/helper/WebDriver.js','slice','patchSaveScreenshot','started','bstackA11yShouldScan','BwQSW','emit','TEST_SCREENSHOT','WkBjF','yCluV','BS_A11Y_JWT','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','32004HuiyEt','testFramework','passed','bs:addLog:','vrjio','status','OLIkv','ZiFti','__driver','eyrOu','Suite'];a0_0x3982=function(){return _0x45df6e;};return a0_0x3982();}try{require('../../helpers/driverInitErrorReporter')[a0_0x37abdb(0x233)](a0_0x37abdb(0x250));}catch(a0_0x30a943){logger['debug'](a0_0x37abdb(0x1ef)+(a0_0x30a943&&a0_0x30a943[a0_0x37abdb(0x1b5)]));}const playwrightMarkSessionStatus=(_0x1ada5f,_0x276701,_0x3cabbc)=>{const _0x2b2edb=a0_0x37abdb,_0x59dbcb={'aKUtf':_0x2b2edb(0x255),'kjHZD':function(_0x5e717d,_0xef3050){return _0x5e717d(_0xef3050);}},_0x3860b0={};_0x3860b0[_0x2b2edb(0x221)]=_0x276701;const _0x57dde4={};_0x57dde4[_0x2b2edb(0x1f4)]=_0x59dbcb[_0x2b2edb(0x298)],_0x57dde4[_0x2b2edb(0x296)]=_0x3860b0;const _0x466304=_0x57dde4;return!_0x59dbcb[_0x2b2edb(0x1de)](isUndefined,_0x3cabbc)&&(_0x466304['arguments']['reason']=JSON[_0x2b2edb(0x20d)](_0x3cabbc)),_0x1ada5f[_0x2b2edb(0x24b)](()=>{},_0x2b2edb(0x1b6)+JSON['stringify'](_0x466304));},o11ySync=PerformanceTester['measureWrapper'](PerformanceO11yEvents[a0_0x37abdb(0x27b)],async _0x51e3eb=>{const _0x2e16ea=a0_0x37abdb,_0x3e204e={};_0x3e204e['gJguH']=function(_0x56a7cd,_0x4fa518){return _0x56a7cd===_0x4fa518;},_0x3e204e[_0x2e16ea(0x206)]='Playwright';const _0x16b76b=_0x3e204e;_0x16b76b[_0x2e16ea(0x290)](_0x51e3eb[_0x2e16ea(0x27c)]['name'],_0x16b76b[_0x2e16ea(0x206)])?await _0x51e3eb['executeScript'](_0x3dc6de=>{},testOpsHelper[_0x2e16ea(0x1f2)]()):await _0x51e3eb['executeScript'](testOpsHelper['getSyncScript']());}),markSessionName=PerformanceTester[a0_0x37abdb(0x259)](PerformanceAutEvents[a0_0x37abdb(0x227)],async(_0xf31e7a,_0x28e6b5)=>{const _0x462561=a0_0x37abdb,_0x65bde2={};_0x65bde2[_0x462561(0x20a)]=_0x462561(0x1aa),_0x65bde2[_0x462561(0x23a)]=function(_0x53f1db,_0xa89dd8){return _0x53f1db===_0xa89dd8;},_0x65bde2[_0x462561(0x1ed)]=_0x462561(0x1b2);const _0x1c83ac=_0x65bde2,_0x212e14={};_0x212e14[_0x462561(0x23b)]=_0x28e6b5;const _0x41a2ee={};_0x41a2ee['action']=_0x1c83ac[_0x462561(0x20a)],_0x41a2ee[_0x462561(0x296)]=_0x212e14;const _0x17963=_0x41a2ee;_0x1c83ac['Sxukb'](_0xf31e7a[_0x462561(0x27c)]['name'],_0x1c83ac[_0x462561(0x1ed)])?await _0xf31e7a[_0x462561(0x24b)](()=>{},'browserstack_executor:\x20'+JSON[_0x462561(0x20d)](_0x17963)):await _0xf31e7a[_0x462561(0x24b)](_0x462561(0x1b6)+JSON['stringify'](_0x17963));}),patchSaveScreenshot=_0x4ab0fb=>{const _0x2d3bb0=a0_0x37abdb,_0xb6ed5={'dTrDn':'base64','egfQk':_0x2d3bb0(0x217),'JwSur':function(_0x54806a){return _0x54806a();},'wmRRX':function(_0x95d6c0,_0x3061a3){return _0x95d6c0(_0x3061a3);},'AcSLw':_0x2d3bb0(0x1e2)};_0xb6ed5[_0x2d3bb0(0x2a6)](isTrue,process[_0x2d3bb0(0x285)][_0x2d3bb0(0x266)])&&!_0x4ab0fb[_0x2d3bb0(0x212)]&&(_0x4ab0fb[_0x2d3bb0(0x212)]=!![],_0x4ab0fb['initSaveScreenshot']=_0x4ab0fb[_0x2d3bb0(0x275)],_0x4ab0fb[_0x2d3bb0(0x275)]=(_0xe8451,_0x52abb1=![])=>{const _0x303496=_0x2d3bb0,_0x5dcfb8={'DYfiO':_0xb6ed5[_0x303496(0x1d8)],'KWaec':_0xb6ed5[_0x303496(0x2a8)],'YkkAQ':function(_0x165382){const _0xb56bb3=_0x303496;return _0xb6ed5[_0xb56bb3(0x2a4)](_0x165382);},'LXoJn':function(_0x5f3de9,_0x37c1f0){const _0x1f10bf=_0x303496;return _0xb6ed5[_0x1f10bf(0x2a6)](_0x5f3de9,_0x37c1f0);},'BkjdQ':_0xb6ed5['AcSLw']};return new Promise(function(_0x5d49ac,_0x5cc685){const _0x3292b2=_0x303496;_0x4ab0fb['initSaveScreenshot'](_0xe8451,_0x52abb1)[_0x3292b2(0x2a2)](()=>{const _0x51bdf2=_0x3292b2,_0x10f4ce=CodeceptUtils[_0x51bdf2(0x1dd)](_0xe8451);if(_0x10f4ce){const _0x1b7a17=fs[_0x51bdf2(0x237)](_0x10f4ce);process[_0x51bdf2(0x216)](_0x51bdf2(0x21f)+process[_0x51bdf2(0x207)],{'timestamp':new Date()[_0x51bdf2(0x25e)](),'message':_0x1b7a17[_0x51bdf2(0x22f)](_0x5dcfb8['DYfiO']),'kind':_0x5dcfb8[_0x51bdf2(0x1f9)]}),_0x5dcfb8[_0x51bdf2(0x252)](_0x5d49ac);}_0x5dcfb8['LXoJn'](_0x5cc685,new Error(_0x5dcfb8['BkjdQ']));})[_0x3292b2(0x23d)](()=>null);});});},patchWebDriverBefore=(_0x2f56ab,_0x38164e)=>{const _0x546bd3=a0_0x37abdb,_0x365a6a={'QPHpB':function(_0x4debaf){return _0x4debaf();},'suXqs':function(_0x4cfcc8,_0x3acecb){return _0x4cfcc8(_0x3acecb);},'YdPmd':function(_0x15a6dc,_0xb8ba34){return _0x15a6dc===_0xb8ba34;},'ZiFti':'webdriverio','CEyWQ':_0x546bd3(0x23c),'CbPok':function(_0x278591,_0x5f2a8c){return _0x278591===_0x5f2a8c;},'ZQNgW':_0x546bd3(0x294),'ANPmQ':function(_0x3a8421,_0x54b869){return _0x3a8421(_0x54b869);},'SyDlk':function(_0x79fdd9,_0x516fe1){return _0x79fdd9===_0x516fe1;},'DJWxg':_0x546bd3(0x261)},_0x5da66c=async function(_0x176667,_0x4592b5){const _0x3cabcb=_0x546bd3;_0x365a6a[_0x3cabcb(0x29c)](isAccessibilityAutomationSession)&&!global['bstackAllyScanning']&&global['accessibilityPlatform']&&scripts[_0x3cabcb(0x244)](_0x176667[_0x3cabcb(0x23b)])&&_0x365a6a['suXqs'](shouldPatchExecuteScript,arguments[0x2])&&(global[_0x3cabcb(0x22d)]=!![],await PerformanceTester[_0x3cabcb(0x259)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x1c1171=_0x3cabcb;logger[_0x1c1171(0x26e)](_0x1c1171(0x1d9)+_0x176667[_0x1c1171(0x1bb)]+'\x20'+_0x176667['name']),await AccessibilityHelper[_0x1c1171(0x24f)](_0x2f56ab,scripts['performScan']);},{'command':_0x176667['name']})());global[_0x3cabcb(0x22d)]=![];const _0x32902d=JSON[_0x3cabcb(0x202)](process[_0x3cabcb(0x285)][_0x3cabcb(0x27e)]||'{}');if(_0x365a6a[_0x3cabcb(0x1d4)](_0x32902d?.[_0x3cabcb(0x21d)]?.[_0x3cabcb(0x23b)],_0x365a6a[_0x3cabcb(0x223)])&&_0x365a6a[_0x3cabcb(0x1d4)](typeof _0x32902d?.['testFramework']?.['version'],_0x365a6a[_0x3cabcb(0x260)])&&_0x32902d?.[_0x3cabcb(0x21d)]?.[_0x3cabcb(0x1b0)][_0x3cabcb(0x26a)]('7'))return _0x4592b5['apply'](null,Array[_0x3cabcb(0x26b)][_0x3cabcb(0x211)]['call'](arguments,0x2));return _0x4592b5[_0x3cabcb(0x254)](this,Array[_0x3cabcb(0x26b)][_0x3cabcb(0x211)][_0x3cabcb(0x1df)](arguments,0x2));},_0x30962d=CodeceptWebDriver[_0x546bd3(0x26b)]['_before'];CodeceptWebDriver[_0x546bd3(0x26b)][_0x546bd3(0x1cd)]=async function(){const _0x12a05=_0x546bd3;try{await _0x30962d[_0x12a05(0x254)](this,arguments);}catch(_0x3090ec){logger[_0x12a05(0x26e)](_0x12a05(0x20f)+util[_0x12a05(0x1c2)](_0x3090ec));}(scripts['commandsToWrap']||[])[_0x12a05(0x251)](_0x24324f=>_0x24324f[_0x12a05(0x23b)]&&_0x24324f[_0x12a05(0x1bb)])['forEach'](_0x580d8b=>{const _0x130229=_0x12a05;this[_0x130229(0x2ae)]['overwriteCommand'](_0x580d8b[_0x130229(0x23b)],_0x5da66c[_0x130229(0x269)](this,_0x580d8b),_0x365a6a[_0x130229(0x1ad)](_0x580d8b['class'],_0x365a6a['ZQNgW']));}),_0x365a6a['ANPmQ'](processWebDriverConfig,_0x2f56ab);try{_0x38164e&&_0x365a6a['SyDlk'](typeof _0x38164e[_0x12a05(0x293)],_0x365a6a['DJWxg'])&&await _0x38164e[_0x12a05(0x293)]();}catch(_0x34d1df){logger['debug']('Failed\x20to\x20flush\x20pending\x20hook\x20events\x20after\x20_before:\x20'+util['format'](_0x34d1df));}};};function parseJwt(_0x2b45e4){const _0x2b889b=a0_0x37abdb,_0x372775={};_0x372775['ggBpu']=_0x2b889b(0x1e7);const _0x1567b3=_0x372775;if(!_0x2b45e4)return null;return JSON[_0x2b889b(0x202)](Buffer[_0x2b889b(0x1ea)](_0x2b45e4[_0x2b889b(0x24c)]('.')[0x1],_0x1567b3[_0x2b889b(0x1c7)])[_0x2b889b(0x22f)]());}const patchPlaywrightBefore=_0x24ceaf=>{const _0x3c9f9d=a0_0x37abdb,_0x423e60={'USmgS':function(_0x247f2c){return _0x247f2c();},'ZtmqS':_0x3c9f9d(0x1dc),'yCluV':_0x3c9f9d(0x229),'OLIkv':function(_0x4dcf0d){return _0x4dcf0d();},'ImyCh':function(_0x51801f,_0x502575){return _0x51801f(_0x502575);},'NmOwv':function(_0x53ebd0,_0x220275){return _0x53ebd0+_0x220275;},'OLuPj':'\x0aStack:\x20','FpOoD':function(_0x40a4c5){return _0x40a4c5();},'mtkuT':function(_0x2bb891){return _0x2bb891();},'SBJIe':function(_0x857bf4,_0x94605a){return _0x857bf4===_0x94605a;},'GOzjy':_0x3c9f9d(0x261)};PlaywrightSessionDetails['patch']();const _0x37341d=CodeceptPlaywright[_0x3c9f9d(0x26b)][_0x3c9f9d(0x1cd)];CodeceptPlaywright[_0x3c9f9d(0x26b)][_0x3c9f9d(0x1cd)]=async function(){const _0x297c5e=_0x3c9f9d;this[_0x297c5e(0x265)]=await this[_0x297c5e(0x2ae)][_0x297c5e(0x1a7)]()[0x0];const _0x35bf4f=async()=>{const _0x21db80=_0x297c5e,_0x1cb011={'vHiCW':function(_0x5b6db4){const _0x334dca=a0_0x13f1;return _0x423e60[_0x334dca(0x1c5)](_0x5b6db4);},'WtAUD':_0x423e60['ZtmqS']},_0x274715=this[_0x21db80(0x1ff)]&&this[_0x21db80(0x1ff)][_0x21db80(0x26f)]&&this['config'][_0x21db80(0x26f)]['args']&&Array[_0x21db80(0x1e9)](this[_0x21db80(0x1ff)][_0x21db80(0x26f)][_0x21db80(0x1c1)])&&this[_0x21db80(0x1ff)][_0x21db80(0x26f)][_0x21db80(0x1c1)][_0x21db80(0x279)](_0x423e60[_0x21db80(0x219)]);if(_0x423e60[_0x21db80(0x222)](isAccessibilityAutomationSession)&&!_0x274715)try{const _0x56e0c9=_0x423e60['ImyCh'](parseJwt,process['env'][_0x21db80(0x21a)]);if(_0x56e0c9&&_0x56e0c9[_0x21db80(0x1a5)]&&_0x56e0c9[_0x21db80(0x1a5)][_0x21db80(0x241)]){const _0x5f1668=this['browserContext'][_0x21db80(0x232)][_0x21db80(0x269)](this[_0x21db80(0x265)]);this[_0x21db80(0x265)][_0x21db80(0x232)]=async function(){const _0x255334=_0x21db80,_0x2f318f=await _0x1cb011[_0x255334(0x1f1)](_0x5f1668),_0x4f745f=[];for(const _0x4e9c22 of _0x2f318f){try{const _0x32e40a=await _0x4e9c22[_0x255334(0x22e)]();!_0x32e40a['startsWith'](_0x1cb011[_0x255334(0x235)])&&_0x4f745f['push'](_0x4e9c22);}catch(_0x120493){_0x4f745f['push'](_0x4e9c22);}}return _0x4f745f;};}if(!_0x423e60[_0x21db80(0x222)](isBrowserstackInfra)){const _0x359d12=await this[_0x21db80(0x1c4)]['url']();if(_0x359d12[_0x21db80(0x26a)](_0x423e60[_0x21db80(0x1b9)])){const _0x58700c=await this['browserContext'][_0x21db80(0x232)]();this['_setPage'](_0x58700c[0x0]);}}}catch(_0x36fbf6){logger[_0x21db80(0x26e)](_0x21db80(0x286)+_0x36fbf6[_0x21db80(0x1b5)]+(_0x36fbf6[_0x21db80(0x256)]?_0x423e60[_0x21db80(0x246)](_0x423e60[_0x21db80(0x236)],_0x36fbf6['stack']):''));}};_0x423e60[_0x297c5e(0x222)](isBrowserstackInfra)&&await _0x423e60[_0x297c5e(0x222)](_0x35bf4f);await _0x37341d['apply'](this,arguments);!_0x423e60['FpOoD'](isBrowserstackInfra)&&await _0x423e60['mtkuT'](_0x35bf4f);try{_0x24ceaf&&_0x423e60[_0x297c5e(0x25a)](typeof _0x24ceaf['flushPendingHookEvents'],_0x423e60['GOzjy'])&&await _0x24ceaf[_0x297c5e(0x293)]();}catch(_0x23acf5){logger[_0x297c5e(0x26e)](_0x297c5e(0x1d7)+util[_0x297c5e(0x1c2)](_0x23acf5));}};},getCodeceptDriver=()=>{const _0x3b9cce=a0_0x37abdb,_0x38c108={};_0x38c108[_0x3b9cce(0x283)]=_0x3b9cce(0x262),_0x38c108[_0x3b9cce(0x239)]=_0x3b9cce(0x1b2),_0x38c108[_0x3b9cce(0x1d0)]=_0x3b9cce(0x2a9),_0x38c108['RMipu']=_0x3b9cce(0x24e);const _0x4b5e58=_0x38c108,_0x152a11=[_0x4b5e58[_0x3b9cce(0x283)],_0x4b5e58[_0x3b9cce(0x239)],_0x4b5e58['emWds'],_0x4b5e58['RMipu']],_0xb1b4cc=_0x152a11[_0x3b9cce(0x263)](_0x3609f2=>!!CodeceptJS[_0x3b9cce(0x289)]['helpers'](_0x3609f2));if(!_0xb1b4cc)return null;return CodeceptJS[_0x3b9cce(0x289)]['helpers'](_0xb1b4cc);};module[a0_0x37abdb(0x1a4)]=function(_0x102f84){const _0x5e10b1=a0_0x37abdb,_0x4fc402={'UtwzK':function(_0x27656b,_0x1243cf){return _0x27656b(_0x1243cf);},'BwQSW':function(_0x35fb40,_0x529f0a,_0x3faa11){return _0x35fb40(_0x529f0a,_0x3faa11);},'jIYba':_0x5e10b1(0x284),'YQWJx':_0x5e10b1(0x21b),'vrjio':'getAccessibilityResultsSummary','HezLi':_0x5e10b1(0x2a1),'HCrZj':function(_0x13c128,_0x25eca7){return _0x13c128(_0x25eca7);},'wFYvX':_0x5e10b1(0x1d6),'YFKrN':_0x5e10b1(0x1bd),'TGvhA':function(_0xb841bf,_0x159d7d,_0x438d69){return _0xb841bf(_0x159d7d,_0x438d69);},'GSZxN':'hook-failed','ALbRD':_0x5e10b1(0x1d5),'MyFcn':function(_0x312853){return _0x312853();},'jjhOv':_0x5e10b1(0x214),'dJQJw':_0x5e10b1(0x1d2),'FmUuw':function(_0x3c99cf,_0x255904){return _0x3c99cf(_0x255904);},'Tqmeh':_0x5e10b1(0x1ee),'RnpmG':function(_0x206d44,_0x228656,_0x5b539a){return _0x206d44(_0x228656,_0x5b539a);},'WkBjF':function(_0x2c4bf3,_0x142dd8,_0x2330d1){return _0x2c4bf3(_0x142dd8,_0x2330d1);},'wztMF':function(_0x41ebd5){return _0x41ebd5();},'hxtrb':_0x5e10b1(0x29b),'BRpWi':function(_0x428178,_0x2a4f7e,_0xee7ccd,_0x5c51dd){return _0x428178(_0x2a4f7e,_0xee7ccd,_0x5c51dd);},'TaogX':function(_0x517c2b,_0x1822dc){return _0x517c2b===_0x1822dc;},'kxZnA':_0x5e10b1(0x226),'SfEDW':_0x5e10b1(0x1eb),'DpPtY':_0x5e10b1(0x1ac),'nmuRb':function(_0x468c4e,_0x166513,_0x16d2f5){return _0x468c4e(_0x166513,_0x16d2f5);},'vEDvi':_0x5e10b1(0x281),'MVAuC':_0x5e10b1(0x1b8),'tivaK':_0x5e10b1(0x28e),'VLAnC':_0x5e10b1(0x272),'kctWT':_0x5e10b1(0x23e),'lcLvH':'bddStep-before','eNhdn':'bddStep-after','LjeFO':function(_0x1081c9){return _0x1081c9();},'mEGrE':_0x5e10b1(0x1b2)};_0x102f84[_0x5e10b1(0x1c9)]&&(global[_0x5e10b1(0x247)]=_0x102f84['skipSessionStatus']);PerformanceTester['startMonitoring']();const _0x570fd3=_0x4fc402[_0x5e10b1(0x22b)](getCodeceptDriver),_0x316638=new O11yHelper(_0x570fd3,_0x102f84),_0x822a2b=!!CodeceptJS[_0x5e10b1(0x289)][_0x5e10b1(0x2a5)](_0x4fc402[_0x5e10b1(0x20e)]);global[_0x5e10b1(0x224)]=_0x570fd3;_0x570fd3&&(PerformanceTester[_0x5e10b1(0x259)](PerformanceEvents[_0x5e10b1(0x1e6)],()=>{const _0x3e5b6f=_0x5e10b1;_0x822a2b?_0x4fc402[_0x3e5b6f(0x1fe)](patchPlaywrightBefore,_0x316638):_0x4fc402[_0x3e5b6f(0x215)](patchWebDriverBefore,_0x570fd3,_0x316638);})(),PerformanceTester[_0x5e10b1(0x259)](PerformanceEvents[_0x5e10b1(0x258)],()=>{const _0x59408c=_0x5e10b1,_0x7f269b={};_0x7f269b['mFVtb']=_0x4fc402[_0x59408c(0x220)],_0x7f269b[_0x59408c(0x1cf)]=_0x4fc402[_0x59408c(0x28a)];const _0x52b5f3=_0x7f269b;_0x570fd3[_0x59408c(0x234)]=async()=>{const _0x4ffb06=_0x59408c;if(global[_0x4ffb06(0x2a7)]){const _0xb44c91={};return _0xb44c91[_0x4ffb06(0x264)]=_0x52b5f3['mFVtb'],await PerformanceTester[_0x4ffb06(0x259)](PerformanceA11yEvents[_0x4ffb06(0x257)],async()=>{const _0x542de0=_0x4ffb06;return await AccessibilityHelper[_0x542de0(0x24f)](_0x570fd3,scripts[_0x542de0(0x282)]);},_0xb44c91)(),await PerformanceTester[_0x4ffb06(0x259)](PerformanceA11yEvents[_0x4ffb06(0x26c)],async()=>{const _0x5abec8=_0x4ffb06;return await AccessibilityHelper[_0x5abec8(0x24f)](_0x570fd3,scripts[_0x5abec8(0x1bc)]);})();}return logger[_0x4ffb06(0x1fd)](_0x52b5f3[_0x4ffb06(0x1cf)]),{};},_0x570fd3['getAccessibilityResults']=async()=>{const _0x402d4d=_0x59408c;if(global[_0x402d4d(0x2a7)]){const _0x2f6409={};return _0x2f6409[_0x402d4d(0x264)]=_0x4fc402[_0x402d4d(0x2aa)],await PerformanceTester[_0x402d4d(0x259)](PerformanceA11yEvents[_0x402d4d(0x257)],async()=>{const _0x29f64c=_0x402d4d;return await AccessibilityHelper[_0x29f64c(0x24f)](_0x570fd3,scripts[_0x29f64c(0x282)]);},_0x2f6409)(),await PerformanceTester[_0x402d4d(0x259)](PerformanceA11yEvents[_0x402d4d(0x25f)],async()=>{const _0x30b055=_0x402d4d;return await AccessibilityHelper[_0x30b055(0x24f)](_0x570fd3,scripts['getResults']);})();}return logger[_0x402d4d(0x1fd)](_0x4fc402[_0x402d4d(0x268)]),{};},_0x4fc402[_0x59408c(0x1e0)](patchSaveScreenshot,_0x570fd3);})());CodeceptJS[_0x5e10b1(0x1f5)][_0x5e10b1(0x1a6)]['on'](CodeceptJS[_0x5e10b1(0x1f5)][_0x5e10b1(0x2ac)][_0x5e10b1(0x204)],()=>{const _0x41cd3b=_0x5e10b1;PerformanceTester[_0x41cd3b(0x1d1)](PerformanceEvents[_0x41cd3b(0x1fc)]);try{_0x316638[_0x41cd3b(0x1d1)](),testOpsHelper[_0x41cd3b(0x28c)](),PerformanceTester[_0x41cd3b(0x24d)](PerformanceEvents[_0x41cd3b(0x1fc)]);}catch(_0x8b59d5){PerformanceTester[_0x41cd3b(0x26d)](_0x8b59d5),PerformanceTester['end'](PerformanceEvents[_0x41cd3b(0x1fc)],![],_0x8b59d5);}}),CodeceptJS[_0x5e10b1(0x1f5)][_0x5e10b1(0x1a6)]['on'](CodeceptJS[_0x5e10b1(0x1f5)]['all'][_0x5e10b1(0x28d)],async()=>{const _0x884bbe=_0x5e10b1;PerformanceTester[_0x884bbe(0x1d1)](PerformanceEvents['SDK_POST_TEST']);try{requestSpy[_0x884bbe(0x1bf)](),await _0x316638['stop'](),PerformanceTester[_0x884bbe(0x24d)](PerformanceEvents['SDK_POST_TEST']);}catch(_0x11d186){PerformanceTester[_0x884bbe(0x26d)](_0x11d186),PerformanceTester[_0x884bbe(0x24d)](PerformanceEvents[_0x884bbe(0x292)],![],_0x11d186);}finally{PerformanceTester[_0x884bbe(0x243)]();}});const _0x5729db=(_0x48296e,_0xc4425c)=>{const _0x191f9d=_0x5e10b1;if(!_0x316638)return;if(!_0x316638['hasLiveDriverSession']()){_0x316638['bufferPendingHookEvent'](_0x48296e,_0xc4425c);return;}CodeceptRecorder[_0x191f9d(0x209)](()=>_0x316638[_0x191f9d(0x2a3)](_0x48296e,_0xc4425c));};CodeceptJS[_0x5e10b1(0x1f5)][_0x5e10b1(0x1a6)]['on'](CodeceptJS[_0x5e10b1(0x1f5)]['hook'][_0x5e10b1(0x213)],_0x1d4ffa=>{const _0x111691=_0x5e10b1;PerformanceTester[_0x111691(0x1d1)](PerformanceEvents[_0x111691(0x238)]);try{const _0x54b18c=_0x1d4ffa['ctx'][_0x111691(0x27d)],_0x43fb81=_0x316638[_0x111691(0x270)](TEST_EVENTS['HOOK_RUN_STARTED'],_0x54b18c);_0x4fc402[_0x111691(0x215)](_0x5729db,TEST_EVENTS[_0x111691(0x1b7)],_0x43fb81);const _0x4d636a={};_0x4d636a[_0x111691(0x22c)]=_0x4fc402['wFYvX'],PerformanceTester['end'](PerformanceEvents['SDK_HOOK'],!![],null,_0x4d636a);}catch(_0x215a9b){const _0x1fe7af={};_0x1fe7af[_0x111691(0x22c)]=_0x4fc402[_0x111691(0x1b1)],PerformanceTester[_0x111691(0x24d)](PerformanceEvents[_0x111691(0x238)],![],_0x215a9b,_0x1fe7af),PerformanceTester['captureError'](_0x215a9b);}}),CodeceptJS[_0x5e10b1(0x1f5)]['dispatcher']['on'](CodeceptJS['event'][_0x5e10b1(0x230)]['passed'],_0x292b3f=>{const _0x40d6b3=_0x5e10b1,_0x561ed3={};_0x561ed3['hookType']=_0x4fc402[_0x40d6b3(0x23f)],PerformanceTester[_0x40d6b3(0x1d1)](PerformanceHookEvents[_0x40d6b3(0x238)],!![],null,_0x561ed3);try{const _0x5e0ca6=_0x292b3f[_0x40d6b3(0x1e8)]['test'],_0x5ef1f0=_0x316638['captureEvent'](TEST_EVENTS[_0x40d6b3(0x201)],_0x5e0ca6);_0x4fc402[_0x40d6b3(0x1e1)](_0x5729db,TEST_EVENTS[_0x40d6b3(0x201)],_0x5ef1f0);const _0xd2059d={};_0xd2059d[_0x40d6b3(0x22c)]=_0x4fc402[_0x40d6b3(0x23f)],PerformanceTester[_0x40d6b3(0x24d)](PerformanceHookEvents[_0x40d6b3(0x238)],!![],null,_0xd2059d);}catch(_0x58bb4c){PerformanceTester[_0x40d6b3(0x26d)](_0x58bb4c);const _0x1c8f8e={};_0x1c8f8e[_0x40d6b3(0x22c)]=_0x4fc402['YFKrN'],PerformanceTester[_0x40d6b3(0x24d)](PerformanceHookEvents['SDK_HOOK'],![],_0x58bb4c,_0x1c8f8e);}}),CodeceptJS[_0x5e10b1(0x1f5)][_0x5e10b1(0x1a6)]['on'](CodeceptJS[_0x5e10b1(0x1f5)][_0x5e10b1(0x230)][_0x5e10b1(0x228)],async(_0x532f2b,_0x5198fb)=>{const _0x5dd9eb=_0x5e10b1;PerformanceTester[_0x5dd9eb(0x1d1)](PerformanceHookEvents[_0x5dd9eb(0x238)]);try{const _0x5d1a17=_0x532f2b['ctx'][_0x5dd9eb(0x27d)],_0x360752=_0x316638['captureEvent'](TEST_EVENTS[_0x5dd9eb(0x201)],_0x5d1a17,_0x5198fb);_0x4fc402[_0x5dd9eb(0x215)](_0x5729db,TEST_EVENTS[_0x5dd9eb(0x201)],_0x360752);const _0x1e9c0b={};_0x1e9c0b[_0x5dd9eb(0x22c)]=_0x4fc402[_0x5dd9eb(0x200)],PerformanceTester[_0x5dd9eb(0x1d1)](PerformanceHookEvents[_0x5dd9eb(0x238)],!![],null,_0x1e9c0b);}catch(_0x14f4ea){PerformanceTester[_0x5dd9eb(0x26d)](_0x14f4ea);const _0x9b741e={};_0x9b741e[_0x5dd9eb(0x22c)]=_0x4fc402[_0x5dd9eb(0x200)],PerformanceTester[_0x5dd9eb(0x24d)](PerformanceHookEvents[_0x5dd9eb(0x238)],![],_0x14f4ea,_0x9b741e);}const _0x26e11a={};_0x26e11a[_0x5dd9eb(0x22c)]=_0x4fc402['GSZxN'],PerformanceTester[_0x5dd9eb(0x24d)](PerformanceHookEvents[_0x5dd9eb(0x238)],!![],null,_0x26e11a);}),CodeceptJS['event'][_0x5e10b1(0x1a6)]['on'](CodeceptJS[_0x5e10b1(0x1f5)][_0x5e10b1(0x27d)][_0x5e10b1(0x204)],_0x2a7cca=>{const _0xd1a8e0=_0x5e10b1;PerformanceTester['start'](PerformanceHookEvents[_0xd1a8e0(0x238)]);try{globals[_0xd1a8e0(0x1ab)](_0x4fc402['ALbRD'],_0x2a7cca[_0xd1a8e0(0x1ce)]);_0x4fc402[_0xd1a8e0(0x25d)](isBrowserstackInfra)&&(_0x822a2b&&(global['__workerDetails']={'currentTest':{'name':_0x2a7cca['title'],'testInfo':{'titlePath':_0x2a7cca['titlePath']()}}}));try{const _0x1b5fa9=_0x4fc402[_0xd1a8e0(0x215)](shouldScanTestForAccessibility,_0x2a7cca[_0xd1a8e0(0x1c3)](),!![]);globals[_0xd1a8e0(0x1ab)](_0x4fc402[_0xd1a8e0(0x1ca)],_0x1b5fa9);}catch(_0x5ca106){logger[_0xd1a8e0(0x26e)]('Exception\x20in\x20setting\x20bstackA11yShouldScan\x20in\x20test.before:\x20'+util[_0xd1a8e0(0x1c2)](_0x5ca106));}const _0xe0554d={};_0xe0554d[_0xd1a8e0(0x22c)]=_0x4fc402[_0xd1a8e0(0x2ad)],PerformanceTester[_0xd1a8e0(0x24d)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0xe0554d);}catch(_0xa36a0f){PerformanceTester['captureError'](_0xa36a0f);const _0x114bc5={};_0x114bc5['hookType']=_0x4fc402[_0xd1a8e0(0x2ad)],PerformanceTester[_0xd1a8e0(0x24d)](PerformanceHookEvents[_0xd1a8e0(0x238)],![],_0xa36a0f,_0x114bc5);}}),CodeceptJS[_0x5e10b1(0x1f5)]['dispatcher']['on'](CodeceptJS[_0x5e10b1(0x1f5)]['test'][_0x5e10b1(0x213)],_0x482b3f=>{const _0x15607f=_0x5e10b1,_0x1493ca={'PMHel':function(_0x449de0){return _0x4fc402['MyFcn'](_0x449de0);},'eyrOu':function(_0x4fc89c,_0x15a9e2){return _0x4fc402['FmUuw'](_0x4fc89c,_0x15a9e2);},'MTeJQ':function(_0xa1242b,_0x155282,_0x57bd09){const _0x5b56bc=a0_0x13f1;return _0x4fc402[_0x5b56bc(0x1e1)](_0xa1242b,_0x155282,_0x57bd09);},'jXXyy':function(_0x552c71,_0xb43447){const _0x4609ce=a0_0x13f1;return _0x4fc402[_0x4609ce(0x1fe)](_0x552c71,_0xb43447);}};PerformanceTester[_0x15607f(0x1d1)](PerformanceHookEvents[_0x15607f(0x238)]);try{globals[_0x15607f(0x1ab)](_0x4fc402[_0x15607f(0x25c)],_0x482b3f[_0x15607f(0x1ce)]);const _0x7cf739=_0x316638[_0x15607f(0x270)](TEST_EVENTS[_0x15607f(0x1fa)],_0x482b3f);CodeceptRecorder['add'](()=>_0x316638[_0x15607f(0x293)]()),CodeceptRecorder[_0x15607f(0x209)](()=>_0x316638['fireEvent'](TEST_EVENTS[_0x15607f(0x1fa)],_0x7cf739)),CodeceptRecorder[_0x15607f(0x209)](()=>_0x316638[_0x15607f(0x27a)](_0x482b3f[_0x15607f(0x1f8)])),CodeceptRecorder[_0x15607f(0x209)](async()=>{const _0x169575=_0x15607f;_0x1493ca[_0x169575(0x1ba)](isBrowserstackInfra)&&(!_0x1493ca[_0x169575(0x225)](isTrue,_0x102f84[_0x169575(0x278)])&&await _0x1493ca[_0x169575(0x1b4)](markSessionName,_0x570fd3,_0x482b3f[_0x169575(0x1ce)]),_0x316638[_0x169575(0x287)]&&await _0x1493ca[_0x169575(0x1a8)](o11ySync,_0x570fd3));});}catch(_0x276a3b){const _0x222a03={};_0x222a03['hookType']=_0x4fc402[_0x15607f(0x299)],PerformanceTester[_0x15607f(0x24d)](PerformanceHookEvents[_0x15607f(0x238)],![],_0x276a3b,_0x222a03),PerformanceTester[_0x15607f(0x26d)](_0x276a3b);}const _0x125f3a={};_0x125f3a['hookType']=_0x4fc402[_0x15607f(0x299)],PerformanceTester[_0x15607f(0x24d)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x125f3a);}),CodeceptJS[_0x5e10b1(0x1f5)][_0x5e10b1(0x1a6)]['on'](CodeceptJS[_0x5e10b1(0x1f5)][_0x5e10b1(0x27d)][_0x5e10b1(0x21e)],_0x37a826=>{const _0x3920db=_0x5e10b1,_0x189f3e={'KkvYS':function(_0xf286d5,_0x5250df,_0x3463a3){return _0x4fc402['RnpmG'](_0xf286d5,_0x5250df,_0x3463a3);},'fhWPm':function(_0x74a29b,_0x4301f,_0x5d25e5){const _0x59a887=a0_0x13f1;return _0x4fc402[_0x59a887(0x218)](_0x74a29b,_0x4301f,_0x5d25e5);},'JEFxr':function(_0x4a6d23){return _0x4fc402['wztMF'](_0x4a6d23);}};PerformanceTester[_0x3920db(0x1d1)](PerformanceHookEvents[_0x3920db(0x238)]);try{const _0x39ed1b=_0x316638[_0x3920db(0x270)](TEST_EVENTS['TEST_RUN_FINISHED'],_0x37a826);CodeceptRecorder[_0x3920db(0x209)](()=>_0x316638[_0x3920db(0x2a3)](TEST_EVENTS[_0x3920db(0x29e)],_0x39ed1b)),CodeceptRecorder[_0x3920db(0x209)](async()=>{const _0x240eb5=_0x3920db;_0x189f3e[_0x240eb5(0x1e4)](isBrowserstackInfra)&&await PerformanceTester['measureWrapper'](PerformanceAutEvents[_0x240eb5(0x1e3)],async()=>{_0x822a2b?await _0x189f3e['KkvYS'](playwrightMarkSessionStatus,_0x570fd3,STATE_PASSED):await _0x189f3e['fhWPm'](markSessionStatus,_0x570fd3,STATE_PASSED);})();}),PerformanceTester[_0x3920db(0x24d)](PerformanceEvents['SDK_TEST']);}catch(_0xdb3bd9){PerformanceTester[_0x3920db(0x26d)](_0xdb3bd9);const _0x5b36ec={};_0x5b36ec['hookType']=_0x4fc402[_0x3920db(0x1c8)],PerformanceTester[_0x3920db(0x24d)](PerformanceHookEvents[_0x3920db(0x238)],![],_0xdb3bd9,_0x5b36ec),PerformanceTester['end'](PerformanceEvents['SDK_TEST'],![],_0xdb3bd9);}const _0x22cec4={};_0x22cec4['hookType']=_0x4fc402[_0x3920db(0x1c8)],PerformanceTester[_0x3920db(0x24d)](PerformanceHookEvents[_0x3920db(0x238)],!![],null,_0x22cec4);}),CodeceptJS[_0x5e10b1(0x1f5)]['dispatcher']['on'](CodeceptJS[_0x5e10b1(0x1f5)][_0x5e10b1(0x27d)][_0x5e10b1(0x228)],(_0x4f47c3,_0x32fb34)=>{const _0x1b4647=_0x5e10b1,_0x200120={'RtdAe':function(_0x26ccbc){const _0x13e126=a0_0x13f1;return _0x4fc402[_0x13e126(0x25d)](_0x26ccbc);},'IjJVw':function(_0x5e7c08,_0x3265ff,_0x44f041,_0x23feab){const _0x4551ef=a0_0x13f1;return _0x4fc402[_0x4551ef(0x28b)](_0x5e7c08,_0x3265ff,_0x44f041,_0x23feab);}};PerformanceTester[_0x1b4647(0x1d1)](PerformanceHookEvents[_0x1b4647(0x238)]);try{if(_0x4fc402[_0x1b4647(0x1af)](_0x4f47c3[_0x1b4647(0x27c)]['name'],_0x4fc402[_0x1b4647(0x1cb)])){const _0x22d377=_0x316638['captureEvent'](TEST_EVENTS[_0x1b4647(0x27f)],_0x4f47c3[_0x1b4647(0x1e8)][_0x1b4647(0x203)]);CodeceptRecorder[_0x1b4647(0x209)](()=>_0x316638['fireEvent'](TEST_EVENTS[_0x1b4647(0x27f)],_0x22d377));}else{const _0x509dab=_0x316638[_0x1b4647(0x270)](TEST_EVENTS[_0x1b4647(0x29e)],_0x4f47c3,_0x32fb34);CodeceptRecorder[_0x1b4647(0x209)](()=>{const _0xd3303f=_0x1b4647;try{_0x316638['fireEvent'](TEST_EVENTS[_0xd3303f(0x29e)],_0x509dab);}catch(_0x30912c){logger['debug']('Failed\x20in\x20sending\x20TestRunFinish\x20event:\x20'+util[_0xd3303f(0x1c2)](_0x30912c)),PerformanceTester[_0xd3303f(0x24d)](PerformanceEvents[_0xd3303f(0x1c0)],![],_0x30912c);}}),CodeceptRecorder[_0x1b4647(0x209)](async()=>{const _0x2e5ca7=_0x1b4647;try{_0x200120[_0x2e5ca7(0x29a)](isBrowserstackInfra)&&(_0x822a2b?await _0x200120['IjJVw'](playwrightMarkSessionStatus,_0x570fd3,STATE_FAILED,_0x32fb34):await _0x200120[_0x2e5ca7(0x1a9)](markSessionStatus,_0x570fd3,STATE_FAILED,_0x32fb34));}catch(_0x11ee42){logger[_0x2e5ca7(0x26e)]('Failed\x20in\x20marking\x20session\x20status\x20of\x20test:\x20'+util[_0x2e5ca7(0x1c2)](_0x11ee42)),PerformanceTester['end'](PerformanceEvents[_0x2e5ca7(0x1c0)],![],_0x11ee42);}});}PerformanceTester[_0x1b4647(0x24d)](PerformanceEvents[_0x1b4647(0x1c0)]);}catch(_0xa7c193){PerformanceTester[_0x1b4647(0x26d)](_0xa7c193);const _0x3a1fc5={};_0x3a1fc5[_0x1b4647(0x22c)]=_0x4fc402[_0x1b4647(0x20b)],PerformanceTester[_0x1b4647(0x24d)](PerformanceHookEvents[_0x1b4647(0x238)],![],_0xa7c193,_0x3a1fc5),PerformanceTester['end'](PerformanceEvents[_0x1b4647(0x1c0)],![],_0xa7c193);}const _0x2ab024={};_0x2ab024['hookType']=_0x4fc402[_0x1b4647(0x20b)],PerformanceTester[_0x1b4647(0x24d)](PerformanceHookEvents[_0x1b4647(0x238)],!![],null,_0x2ab024);}),CodeceptJS[_0x5e10b1(0x1f5)][_0x5e10b1(0x1a6)]['on'](CodeceptJS['event']['test'][_0x5e10b1(0x1fb)],_0x13387d=>{const _0x195641=_0x5e10b1;PerformanceTester[_0x195641(0x1d1)](PerformanceHookEvents[_0x195641(0x238)]);try{const _0x831b26=_0x316638[_0x195641(0x270)](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x13387d);CodeceptRecorder[_0x195641(0x209)](()=>_0x316638[_0x195641(0x2a3)](TEST_EVENTS[_0x195641(0x27f)],_0x831b26)),PerformanceTester[_0x195641(0x24d)](PerformanceEvents['SDK_TEST']);}catch(_0x4c095b){PerformanceTester['captureError'](_0x4c095b),PerformanceTester['end'](PerformanceEvents[_0x195641(0x1c0)],![],_0x4c095b);const _0x5a6880={};_0x5a6880[_0x195641(0x22c)]=_0x4fc402['DpPtY'],PerformanceTester[_0x195641(0x24d)](PerformanceHookEvents['SDK_HOOK'],![],_0x4c095b,_0x5a6880);}const _0x583251={};_0x583251[_0x195641(0x22c)]=_0x4fc402['DpPtY'],PerformanceTester['end'](PerformanceHookEvents[_0x195641(0x238)],!![],null,_0x583251);}),CodeceptJS[_0x5e10b1(0x1f5)][_0x5e10b1(0x1a6)]['on'](CodeceptJS[_0x5e10b1(0x1f5)][_0x5e10b1(0x27d)]['after'],async(_0x43d1d4,_0x3b81b9)=>{const _0x18067a=_0x5e10b1;try{PerformanceTester[_0x18067a(0x1d1)](PerformanceHookEvents[_0x18067a(0x238)]);const _0x28dece=_0x4fc402['nmuRb'](shouldScanTestForAccessibility,_0x43d1d4[_0x18067a(0x1c3)](),!![]);if(_0x4fc402[_0x18067a(0x25d)](isAccessibilityAutomationSession)&&global[_0x18067a(0x2a7)]&&_0x28dece){const _0x28f376={};_0x28f376[_0x18067a(0x273)]=_0x43d1d4[_0x18067a(0x1f8)],_0x28f376['thBuildUuid']=process[_0x18067a(0x285)][testHubConstants['ENV_VAR'][_0x18067a(0x29d)]],_0x28f376[_0x18067a(0x1d3)]=process[_0x18067a(0x285)][testHubConstants['ENV_VAR'][_0x18067a(0x240)]];const _0x3dbea5=_0x28f376;logger['debug'](_0x18067a(0x1f3)+JSON[_0x18067a(0x20d)](_0x3dbea5)),CodeceptRecorder[_0x18067a(0x209)](async()=>{const _0x43b3dd=_0x18067a;await accessibilityRetryHelper[_0x43b3dd(0x249)](_0x570fd3,_0x43d1d4[_0x43b3dd(0x1ce)]),await accessibilityRetryHelper[_0x43b3dd(0x28f)](_0x570fd3,_0x3dbea5);}),logger[_0x18067a(0x1f0)](_0x4fc402[_0x18067a(0x274)]);}const _0x65039e={};_0x65039e[_0x18067a(0x22c)]=_0x4fc402[_0x18067a(0x25b)],PerformanceTester[_0x18067a(0x24d)](PerformanceHookEvents[_0x18067a(0x238)],!![],null,_0x65039e);}catch(_0x441a1c){PerformanceTester[_0x18067a(0x26d)](_0x441a1c);const _0x4339a0={};_0x4339a0[_0x18067a(0x22c)]=_0x4fc402[_0x18067a(0x25b)],PerformanceTester[_0x18067a(0x24d)](PerformanceHookEvents[_0x18067a(0x238)],![],_0x441a1c,_0x4339a0);}}),CodeceptJS[_0x5e10b1(0x1f5)][_0x5e10b1(0x1a6)]['on'](CodeceptJS[_0x5e10b1(0x1f5)][_0x5e10b1(0x1cc)][_0x5e10b1(0x231)],_0x1a86c7=>{const _0x27f122=_0x5e10b1;PerformanceTester[_0x27f122(0x1d1)](PerformanceHookEvents[_0x27f122(0x238)]);try{process['emit']('bs:addLog:'+process[_0x27f122(0x207)],{'timestamp':new Date()[_0x27f122(0x25e)](),'level':_0x4fc402[_0x27f122(0x291)],'message':_0x1a86c7,'kind':_0x4fc402['VLAnC'],'http_response':{}});}catch(_0x489bd4){PerformanceTester[_0x27f122(0x26d)](_0x489bd4);const _0x13aa35={};_0x13aa35['hookType']=_0x4fc402[_0x27f122(0x297)],PerformanceTester[_0x27f122(0x24d)](PerformanceHookEvents[_0x27f122(0x238)],![],_0x489bd4,_0x13aa35);}const _0x48aab6={};_0x48aab6['hookType']=_0x4fc402[_0x27f122(0x297)],PerformanceTester[_0x27f122(0x24d)](PerformanceHookEvents[_0x27f122(0x238)],!![],null,_0x48aab6);}),CodeceptJS['event']['dispatcher']['on'](CodeceptJS['event'][_0x5e10b1(0x1da)][_0x5e10b1(0x204)],_0xc0ef99=>{const _0x3e8750=_0x5e10b1,_0x4a4a7d={};_0x4a4a7d[_0x3e8750(0x22c)]=_0x4fc402[_0x3e8750(0x1f7)],PerformanceTester[_0x3e8750(0x259)](PerformanceHookEvents[_0x3e8750(0x238)],()=>{const _0x105845=_0x3e8750;_0x316638[_0x105845(0x280)](_0xc0ef99);},_0x4a4a7d)();}),CodeceptJS[_0x5e10b1(0x1f5)]['dispatcher']['on'](CodeceptJS['event'][_0x5e10b1(0x1da)][_0x5e10b1(0x28d)],_0x20d704=>{const _0x30a20e=_0x5e10b1,_0x3002cb={};_0x3002cb[_0x30a20e(0x22c)]=_0x4fc402['eNhdn'],PerformanceTester[_0x30a20e(0x259)](PerformanceHookEvents[_0x30a20e(0x238)],()=>{const _0x453f23=_0x30a20e;_0x316638[_0x453f23(0x1be)](_0x20d704);},_0x3002cb)();});};
|