browserstack-node-sdk 1.63.6 → 1.64.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/ai-sdk-node/bundle.js +1 -1
- package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
- package/src/bin/codeceptjs/command.js +1 -1
- package/src/bin/codeceptjs/helper.js +1 -1
- package/src/bin/codeceptjs/o11yHelper.js +1 -1
- package/src/bin/cucumber-js/command.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
- package/src/bin/cucumber-js/test-observability.js +1 -1
- package/src/bin/cucumber-js/test.setup.js +1 -1
- package/src/bin/cucumber-js/test_old.setup.js +1 -1
- package/src/bin/cucumber-js/timeout.setup.js +1 -1
- package/src/bin/integrations/command.js +1 -1
- package/src/bin/integrations/constants.js +1 -1
- package/src/bin/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/builderPatch.js +1 -1
- package/src/bin/mocha/test-observability/data-hooks.js +1 -1
- package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
- package/src/bin/mocha/test.setup.js +1 -1
- package/src/bin/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/playwright/accessibility-helper.js +1 -1
- package/src/bin/playwright/command.js +1 -1
- package/src/bin/playwright/globalSetup.js +1 -1
- package/src/bin/playwright/mock-process.js +1 -1
- package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
- package/src/bin/playwright/patches.js +1 -1
- package/src/bin/playwright/reporter/pwUtils.js +1 -1
- package/src/bin/playwright/reporter/reporter.js +1 -1
- package/src/bin/playwright/reporter/test-details.js +1 -1
- package/src/bin/playwright/sessionDetails.js +1 -1
- package/src/bin/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/newmanTestFramework.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/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/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/ai-sdk/aiSdkWrapper.js +1 -1
- package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
- package/src/helpers/ats/constants.js +1 -1
- package/src/helpers/ats/helper.js +1 -1
- package/src/helpers/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/timeoutPromise.js +1 -1
- package/src/helpers/utilities.js +1 -1
- package/src/helpers/w3cMapping.js +1 -1
- package/src/hubAllocationMethods.js +1 -1
- package/src/index.js +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
'use strict';const a70_0x15ab4e=a70_0x2d02;function a70_0xe188(){const _0x2609a1=['SoXrL','|\x5cd+\x5cs+failed','get','getTestFrameworksVersions','JVuZZ','../v2/framework/testFramework','4kELBez','testFrameworkState','getTestFrameworks','YWcMW','12491138EonfEH','toString','SaKdW','isRunning','bVhhd','getData','../v2/framework/constants/testFrameworkConstants','getTestFramework','NMmNm','../v2/browserstackCLI','install','platformIndex','Qpfrf','__currentPlatformUuids','Ipuib','ycyFZ','284907dMytJc','mMKSy','eclSC','testFrameworkName','TwtLQ','winstonLogger','6|5|4|1|7|0|3|2','893669tmWKot','|\x5cd+\x5cs+passed','|Hostname:','[stdout-interceptor]\x20installed','delete','|Test\x20\x5cd+\x20of\x20\x5cd+','catch','tbbON','153tEQDhP','AuDRf','getTrackedInstance','1512515jDucVh','function','test','JVbJE','TEST','uuid','viNee','tYiTt','replace','2747820jwkWWR','lSUtb','yiYvt','eeDQt','stdout','|Running\x20tests\x20in','test_run_uuid','vNKld','10ojKqUz','getInstance','bVRwg','465702vyCimF','fWdjF','debug','^(\x5cs*)','133976QkHPgs','kind','stderr','trim','uSfIo','now','JLhzr','isBuffer','utf8','12HFPzlp','4|0|1|2|6|5|3','oLjAg','rjEmX','testcafe','write','level','../v2/grpcClient','../../helpers/logger','gaZyc','JIouc','dIrnq','split','|Waiting\x20for'];a70_0xe188=function(){return _0x2609a1;};return a70_0xe188();}(function(_0x5d1bd0,_0xdf7858){const _0x5d8c36=a70_0x2d02,_0x3f8529=_0x5d1bd0();while(!![]){try{const _0x572d61=parseInt(_0x5d8c36(0x120))/0x1+-parseInt(_0x5d8c36(0xf1))/0x2*(parseInt(_0x5d8c36(0xe4))/0x3)+parseInt(_0x5d8c36(0x105))/0x4*(-parseInt(_0x5d8c36(0x12b))/0x5)+-parseInt(_0x5d8c36(0x134))/0x6+-parseInt(_0x5d8c36(0x119))/0x7+parseInt(_0x5d8c36(0xe8))/0x8*(parseInt(_0x5d8c36(0x128))/0x9)+parseInt(_0x5d8c36(0xe1))/0xa*(parseInt(_0x5d8c36(0x109))/0xb);if(_0x572d61===_0xdf7858)break;else _0x3f8529['push'](_0x3f8529['shift']());}catch(_0xc02768){_0x3f8529['push'](_0x3f8529['shift']());}}}(a70_0xe188,0x8dee4));const {v4:uuidv4}=require(a70_0x15ab4e(0x130)),logger=require(a70_0x15ab4e(0xf9))[a70_0x15ab4e(0x11e)];let _origStdoutWrite=null,_origStderrWrite=null,_installed=![];function a70_0x2d02(_0x488fd2,_0x164c2b){const _0xe18872=a70_0xe188();return a70_0x2d02=function(_0x2d0229,_0xdac1e9){_0x2d0229=_0x2d0229-0xe0;let _0x51ff89=_0xe18872[_0x2d0229];return _0x51ff89;},a70_0x2d02(_0x488fd2,_0x164c2b);}const INTERNAL_LOG_RE=/^\d{4}-\d{2}-\d{2}[ T]\d{2}:\d{2}:\d{2}/,ANSI_RE=/\x1b\[[0-9;]*[a-zA-Z]/g,SPEC_REPORTER_RE=new RegExp(a70_0x15ab4e(0xe7)+'('+'[✓✔✗✘×]\x5cs'+a70_0x15ab4e(0x121)+a70_0x15ab4e(0x100)+'|\x5cd+\x5cs+skipped'+a70_0x15ab4e(0x139)+a70_0x15ab4e(0x122)+a70_0x15ab4e(0x125)+'|Connecting\x20to\x20.*://'+a70_0x15ab4e(0xfe)+')');function _stripAnsi(_0x33f74d){const _0x4dd9d7=a70_0x15ab4e,_0x3c3ff9={};_0x3c3ff9[_0x4dd9d7(0xf4)]=function(_0x280eb4,_0x217e1e){return _0x280eb4!==_0x217e1e;},_0x3c3ff9[_0x4dd9d7(0xfa)]='string';const _0x401b1f=_0x3c3ff9;if(_0x401b1f[_0x4dd9d7(0xf4)](typeof _0x33f74d,_0x401b1f[_0x4dd9d7(0xfa)]))return _0x33f74d;return _0x33f74d[_0x4dd9d7(0x133)](ANSI_RE,'');}function _shouldForward(_0x52f39a){const _0x2d2ee4=a70_0x15ab4e,_0x3a5a4f={'ycyFZ':function(_0x2e5ef8,_0x59b7f1){return _0x2e5ef8(_0x59b7f1);}};if(!_0x52f39a||!_0x52f39a[_0x2d2ee4(0xeb)]())return![];if(INTERNAL_LOG_RE[_0x2d2ee4(0x12d)](_0x52f39a))return![];const _0x5e60f6=_0x3a5a4f[_0x2d2ee4(0x118)](_stripAnsi,_0x52f39a)['trim']();if(!_0x5e60f6)return![];if(SPEC_REPORTER_RE[_0x2d2ee4(0x12d)](_0x5e60f6))return![];return!![];}const DEDUP_WINDOW_MS=0xbb8,_recent=new Map();function _isDuplicate(_0x5614c2){const _0x6519e0=a70_0x15ab4e,_0x1f06d2={};_0x1f06d2[_0x6519e0(0x11a)]=function(_0x5a5574,_0x40f617){return _0x5a5574>_0x40f617;},_0x1f06d2[_0x6519e0(0x10b)]=function(_0x1483cb,_0x3f690d){return _0x1483cb-_0x3f690d;},_0x1f06d2['QlmDl']=function(_0xd4c808,_0x4ef091){return _0xd4c808!==_0x4ef091;},_0x1f06d2[_0x6519e0(0x111)]=function(_0x56a7fa,_0x1131ea){return _0x56a7fa<_0x1131ea;};const _0x1f73f1=_0x1f06d2,_0x15caa7=Date[_0x6519e0(0xed)]();if(_0x1f73f1['mMKSy'](_recent['size'],0xc8))for(const [_0x21fa4e,_0xf5699f]of _recent){_0x1f73f1[_0x6519e0(0x11a)](_0x1f73f1[_0x6519e0(0x10b)](_0x15caa7,_0xf5699f),DEDUP_WINDOW_MS)&&_recent[_0x6519e0(0x124)](_0x21fa4e);}const _0x3b4b50=_recent[_0x6519e0(0x101)](_0x5614c2);if(_0x1f73f1['QlmDl'](_0x3b4b50,undefined)&&_0x1f73f1[_0x6519e0(0x111)](_0x1f73f1[_0x6519e0(0x10b)](_0x15caa7,_0x3b4b50),DEDUP_WINDOW_MS))return!![];return _recent['set'](_0x5614c2,_0x15caa7),![];}function _emitLog(_0x7ff94f){const _0x4a0c96=a70_0x15ab4e,_0x462d14={'JVbJE':function(_0x369a6b,_0x500bb7){return _0x369a6b(_0x500bb7);},'viNee':_0x4a0c96(0x112),'fWdjF':function(_0x5756d2,_0x3e9cea){return _0x5756d2(_0x3e9cea);},'JLhzr':_0x4a0c96(0xf8),'bVRwg':_0x4a0c96(0x104),'YWcMW':function(_0x4c526e,_0x4ca71c){return _0x4c526e(_0x4ca71c);},'JVuZZ':_0x4a0c96(0x10f),'vNKld':_0x4a0c96(0x116),'lSUtb':function(_0x4c15b6,_0x4c5b91){return _0x4c15b6===_0x4c5b91;},'Qpfrf':function(_0x38abba,_0x4a8a13){return _0x38abba===_0x4a8a13;},'Ipuib':_0x4a0c96(0x12c),'TwtLQ':function(_0x52c2cb,_0x2cb483){return _0x52c2cb(_0x2cb483);},'zpKlz':function(_0x382676,_0x594046){return _0x382676(_0x594046);},'bVhhd':function(_0x3e834a,_0x10e983){return _0x3e834a<_0x10e983;},'XrNmT':'info','yiYvt':_0x4a0c96(0xf5),'eeDQt':_0x4a0c96(0x12f)};try{const _0x353ba9=_0x462d14[_0x4a0c96(0x12e)](require,_0x462d14[_0x4a0c96(0x131)]),_0x3c338d=_0x462d14[_0x4a0c96(0xe5)](require,_0x462d14[_0x4a0c96(0xee)]),_0x1b9dc8=_0x462d14[_0x4a0c96(0xe5)](require,_0x462d14[_0x4a0c96(0xe3)]),_0x3e5c19=_0x462d14[_0x4a0c96(0x108)](require,_0x462d14[_0x4a0c96(0x103)]),_0x17dcb0=_0x353ba9[_0x4a0c96(0xe2)]&&_0x353ba9[_0x4a0c96(0xe2)]();if(!_0x17dcb0||!_0x17dcb0[_0x4a0c96(0x10c)]())return;const _0x45d4a2=_0x17dcb0['getTestFramework']&&_0x17dcb0[_0x4a0c96(0x110)](),_0x1058dd=_0x1b9dc8[_0x4a0c96(0x12a)]&&_0x1b9dc8[_0x4a0c96(0x12a)]();if(!_0x1058dd)return;const _0x234325=Array['isArray'](_0x1058dd[_0x4a0c96(0x10e)](_0x462d14[_0x4a0c96(0xe0)]))?_0x1058dd[_0x4a0c96(0x10e)](_0x462d14[_0x4a0c96(0xe0)]):[];if(_0x462d14[_0x4a0c96(0x135)](_0x234325['length'],0x0))return;const _0x3b4fb5=_0x45d4a2&&_0x462d14[_0x4a0c96(0x115)](typeof _0x45d4a2[_0x4a0c96(0x102)],_0x462d14[_0x4a0c96(0x117)])?_0x45d4a2[_0x4a0c96(0x102)]():{},_0x5f3019=_0x45d4a2&&_0x462d14['lSUtb'](typeof _0x45d4a2[_0x4a0c96(0x107)],_0x462d14[_0x4a0c96(0x117)])?_0x45d4a2['getTestFrameworks']():[],_0x26a0ad=_0x5f3019&&_0x5f3019[0x0]&&_0x3b4fb5&&_0x3b4fb5[_0x5f3019[0x0]]||'',_0x2a4ac5=_0x462d14[_0x4a0c96(0x11d)](_stripAnsi,_0x7ff94f)['trim']();if(_0x462d14['zpKlz'](_isDuplicate,_0x2a4ac5))return;const _0x4fed9b=new Date()['toISOString']();for(let _0x301ac8=0x0;_0x462d14[_0x4a0c96(0x10d)](_0x301ac8,_0x234325['length']);_0x301ac8++){const _0x79bcd2=_0x234325[_0x301ac8];if(!_0x79bcd2)continue;const _0x1cdea2={};_0x1cdea2[_0x4a0c96(0x130)]=_0x79bcd2,_0x1cdea2[_0x4a0c96(0x13a)]=_0x79bcd2,_0x1cdea2['timestamp']=_0x4fed9b,_0x1cdea2['message']=_0x2a4ac5,_0x1cdea2[_0x4a0c96(0xe9)]=_0x3e5c19['KIND_LOG'],_0x1cdea2[_0x4a0c96(0xf7)]=_0x462d14['XrNmT'];const _0x2b9084=_0x1cdea2,_0x557dfd={};_0x557dfd[_0x4a0c96(0x114)]=_0x301ac8,_0x557dfd['logs']=[_0x2b9084],_0x557dfd[_0x4a0c96(0x11c)]=_0x462d14[_0x4a0c96(0x136)],_0x557dfd['testFrameworkVersion']=_0x26a0ad,_0x557dfd[_0x4a0c96(0x106)]=_0x462d14[_0x4a0c96(0x137)];const _0x2fb26b=_0x557dfd;_0x3c338d[_0x4a0c96(0xe2)]()['logCreatedEvent'](_0x2fb26b)[_0x4a0c96(0x126)](()=>{});}}catch(_0x4c381e){}}function _wrap(_0x152174){const _0x392cc0=a70_0x15ab4e,_0x512831={'eclSC':function(_0x1bed85,_0x54de4c,_0x58d594,_0x6173a4){return _0x1bed85(_0x54de4c,_0x58d594,_0x6173a4);},'uSfIo':function(_0x3ad119,_0x5c05eb){return _0x3ad119===_0x5c05eb;},'dIrnq':'string','PpYFA':_0x392cc0(0xf0),'AZrJb':function(_0x254cce,_0x30d496){return _0x254cce(_0x30d496);},'oLjAg':function(_0x37088d,_0x17c091){return _0x37088d(_0x17c091);},'MPSNy':function(_0x31d6ed,_0x5c5fee){return _0x31d6ed(_0x5c5fee);}};return function(_0x230142,_0x18abac,_0x167744){const _0x3e9333=_0x392cc0,_0x1d4ebd=_0x512831[_0x3e9333(0x11b)](_0x152174,_0x230142,_0x18abac,_0x167744);try{const _0x2e6aad=_0x512831[_0x3e9333(0xec)](typeof _0x230142,_0x512831[_0x3e9333(0xfc)])?_0x230142:Buffer[_0x3e9333(0xef)](_0x230142)?_0x230142[_0x3e9333(0x10a)](_0x512831['PpYFA']):_0x512831['AZrJb'](String,_0x230142),_0x18125a=_0x2e6aad['split'](/\r?\n/);for(const _0x39122c of _0x18125a){_0x512831[_0x3e9333(0xf3)](_shouldForward,_0x39122c)&&_0x512831['MPSNy'](_emitLog,_0x39122c);}}catch(_0x1d3b98){}return _0x1d4ebd;};}exports[a70_0x15ab4e(0x113)]=()=>{const _0xc57a4c=a70_0x15ab4e,_0x1b2016={'tYiTt':_0xc57a4c(0xf2),'JIouc':function(_0x413553,_0xa1f77b){return _0x413553(_0xa1f77b);},'tbbON':_0xc57a4c(0x123)},_0x5d3dba=_0x1b2016[_0xc57a4c(0x132)][_0xc57a4c(0xfd)]('|');let _0x343f20=0x0;while(!![]){switch(_0x5d3dba[_0x343f20++]){case'0':_origStdoutWrite=process[_0xc57a4c(0x138)][_0xc57a4c(0xf6)]['bind'](process[_0xc57a4c(0x138)]);continue;case'1':_origStderrWrite=process[_0xc57a4c(0xea)][_0xc57a4c(0xf6)]['bind'](process[_0xc57a4c(0xea)]);continue;case'2':process[_0xc57a4c(0x138)][_0xc57a4c(0xf6)]=_0x1b2016[_0xc57a4c(0xfb)](_wrap,_origStdoutWrite);continue;case'3':logger[_0xc57a4c(0xe6)](_0x1b2016[_0xc57a4c(0x127)]);continue;case'4':if(_installed)return;continue;case'5':_installed=!![];continue;case'6':process[_0xc57a4c(0xea)][_0xc57a4c(0xf6)]=_0x1b2016[_0xc57a4c(0xfb)](_wrap,_origStderrWrite);continue;}break;}},exports['uninstall']=()=>{const _0xee89c4=a70_0x15ab4e,_0x2bcde7={};_0x2bcde7[_0xee89c4(0xff)]=_0xee89c4(0x11f),_0x2bcde7[_0xee89c4(0x129)]='[stdout-interceptor]\x20uninstalled';const _0x4c4915=_0x2bcde7,_0x542b5e=_0x4c4915[_0xee89c4(0xff)][_0xee89c4(0xfd)]('|');let _0x54aaf0=0x0;while(!![]){switch(_0x542b5e[_0x54aaf0++]){case'0':_installed=![];continue;case'1':_origStdoutWrite=null;continue;case'2':logger[_0xee89c4(0xe6)](_0x4c4915['AuDRf']);continue;case'3':_recent['clear']();continue;case'4':_origStderrWrite&&(process['stderr']['write']=_origStderrWrite);continue;case'5':_origStdoutWrite&&(process[_0xee89c4(0x138)][_0xee89c4(0xf6)]=_origStdoutWrite);continue;case'6':if(!_installed)return;continue;case'7':_origStderrWrite=null;continue;}break;}};
|
|
1
|
+
'use strict';const a70_0x35ec49=a70_0x581a;function a70_0x581a(_0x5fb12e,_0x39e449){const _0x14847e=a70_0x1484();return a70_0x581a=function(_0x581a72,_0x4b48e8){_0x581a72=_0x581a72-0xb5;let _0x17f88b=_0x14847e[_0x581a72];return _0x17f88b;},a70_0x581a(_0x5fb12e,_0x39e449);}(function(_0x4db88d,_0x37b195){const _0x10bc49=a70_0x581a,_0x9f9cf7=_0x4db88d();while(!![]){try{const _0x1efec4=parseInt(_0x10bc49(0xf6))/0x1+-parseInt(_0x10bc49(0x10d))/0x2+-parseInt(_0x10bc49(0xdc))/0x3+-parseInt(_0x10bc49(0xcb))/0x4+-parseInt(_0x10bc49(0x10c))/0x5*(parseInt(_0x10bc49(0xce))/0x6)+-parseInt(_0x10bc49(0xc0))/0x7*(parseInt(_0x10bc49(0xe6))/0x8)+parseInt(_0x10bc49(0xd8))/0x9*(parseInt(_0x10bc49(0xe7))/0xa);if(_0x1efec4===_0x37b195)break;else _0x9f9cf7['push'](_0x9f9cf7['shift']());}catch(_0x9e67c7){_0x9f9cf7['push'](_0x9f9cf7['shift']());}}}(a70_0x1484,0xb3b9e));const {v4:uuidv4}=require(a70_0x35ec49(0xd7)),logger=require('../../helpers/logger')['winstonLogger'];let _origStdoutWrite=null,_origStderrWrite=null,_installed=![];const INTERNAL_LOG_RE=/^\d{4}-\d{2}-\d{2}[ T]\d{2}:\d{2}:\d{2}/,ANSI_RE=/\x1b\[[0-9;]*[a-zA-Z]/g,SPEC_REPORTER_RE=new RegExp(a70_0x35ec49(0xdb)+'('+'[✓✔✗✘×]\x5cs'+a70_0x35ec49(0xcf)+'|\x5cd+\x5cs+failed'+a70_0x35ec49(0x106)+'|Running\x20tests\x20in'+a70_0x35ec49(0xcc)+a70_0x35ec49(0xe4)+a70_0x35ec49(0xd2)+'|Waiting\x20for'+')');function _stripAnsi(_0x5630f2){const _0x453655=a70_0x35ec49,_0x5d362a={};_0x5d362a[_0x453655(0xee)]=function(_0x4f387e,_0x45696c){return _0x4f387e!==_0x45696c;},_0x5d362a[_0x453655(0xde)]=_0x453655(0xc2);const _0x4440bc=_0x5d362a;if(_0x4440bc[_0x453655(0xee)](typeof _0x5630f2,_0x4440bc[_0x453655(0xde)]))return _0x5630f2;return _0x5630f2[_0x453655(0xbd)](ANSI_RE,'');}function _shouldForward(_0x5582fc){const _0x44c86a=a70_0x35ec49,_0x3779a8={'nEFfS':function(_0x4ccdcc,_0x30af92){return _0x4ccdcc(_0x30af92);}};if(!_0x5582fc||!_0x5582fc[_0x44c86a(0xd1)]())return![];if(INTERNAL_LOG_RE[_0x44c86a(0x104)](_0x5582fc))return![];const _0x2a812c=_0x3779a8[_0x44c86a(0xd9)](_stripAnsi,_0x5582fc)[_0x44c86a(0xd1)]();if(!_0x2a812c)return![];if(SPEC_REPORTER_RE['test'](_0x2a812c))return![];return!![];}const DEDUP_WINDOW_MS=0xbb8,_recent=new Map();function _isDuplicate(_0x18f416){const _0x1bf533=a70_0x35ec49,_0xf036d={};_0xf036d[_0x1bf533(0xc8)]=function(_0x1b79e5,_0x50723f){return _0x1b79e5>_0x50723f;},_0xf036d['ArnSy']=function(_0x4377c3,_0x19321e){return _0x4377c3>_0x19321e;},_0xf036d['RQwKM']=function(_0x43ecd0,_0x57ed46){return _0x43ecd0-_0x57ed46;},_0xf036d[_0x1bf533(0xbe)]=function(_0x2e5605,_0x3248b8){return _0x2e5605!==_0x3248b8;},_0xf036d['pAPfL']=function(_0xe487fa,_0x21d57a){return _0xe487fa<_0x21d57a;},_0xf036d[_0x1bf533(0x105)]=function(_0x3cc21d,_0x3b2ae1){return _0x3cc21d-_0x3b2ae1;};const _0x294ca8=_0xf036d,_0x4b6432=Date['now']();if(_0x294ca8[_0x1bf533(0xc8)](_recent[_0x1bf533(0xd0)],0xc8))for(const [_0x262c97,_0x2ccdd8]of _recent){_0x294ca8[_0x1bf533(0xc5)](_0x294ca8['RQwKM'](_0x4b6432,_0x2ccdd8),DEDUP_WINDOW_MS)&&_recent[_0x1bf533(0xc1)](_0x262c97);}const _0x13efad=_recent['get'](_0x18f416);if(_0x294ca8[_0x1bf533(0xbe)](_0x13efad,undefined)&&_0x294ca8['pAPfL'](_0x294ca8['FevtR'](_0x4b6432,_0x13efad),DEDUP_WINDOW_MS))return!![];return _recent[_0x1bf533(0x101)](_0x18f416,_0x4b6432),![];}function _emitLog(_0x2f66d7){const _0x3b72e5=a70_0x35ec49,_0x55b8a2={'gcMUc':function(_0x24bafe,_0x4c99c3){return _0x24bafe(_0x4c99c3);},'qMOjw':_0x3b72e5(0xe9),'eFqqz':function(_0x3407bd,_0x188c42){return _0x3407bd(_0x188c42);},'FBiCE':_0x3b72e5(0xf5),'HgNFE':_0x3b72e5(0xc4),'dQkef':function(_0xaa9fd7,_0x39abd7){return _0xaa9fd7(_0x39abd7);},'QkvBi':_0x3b72e5(0xb8),'saHei':_0x3b72e5(0xda),'GPvfM':function(_0x169bdc,_0x120c96){return _0x169bdc===_0x120c96;},'UnBPu':function(_0x4423a4,_0xfdeddf){return _0x4423a4===_0xfdeddf;},'Ezlqe':_0x3b72e5(0xe2),'SYeHv':function(_0x4dd229,_0x55a3bc){return _0x4dd229(_0x55a3bc);},'FZAyr':function(_0x72cc8f,_0x20b00c){return _0x72cc8f(_0x20b00c);},'OreaC':function(_0x545a39,_0x57aa72){return _0x545a39<_0x57aa72;},'TdgsO':'info','EwihW':_0x3b72e5(0xd5),'YFxUD':_0x3b72e5(0xc9)};try{const _0x138656=_0x55b8a2[_0x3b72e5(0xeb)](require,_0x55b8a2[_0x3b72e5(0xfb)]),_0x4d5aa9=_0x55b8a2[_0x3b72e5(0xfc)](require,_0x55b8a2[_0x3b72e5(0x10a)]),_0x2926b1=_0x55b8a2[_0x3b72e5(0xfc)](require,_0x55b8a2[_0x3b72e5(0xfe)]),_0x37e681=_0x55b8a2[_0x3b72e5(0xdd)](require,_0x55b8a2[_0x3b72e5(0xcd)]),_0x40f0d7=_0x138656['getInstance']&&_0x138656[_0x3b72e5(0xbf)]();if(!_0x40f0d7||!_0x40f0d7['isRunning']())return;const _0x524967=_0x40f0d7[_0x3b72e5(0xc7)]&&_0x40f0d7[_0x3b72e5(0xc7)](),_0x207d08=_0x2926b1[_0x3b72e5(0xf7)]&&_0x2926b1[_0x3b72e5(0xf7)]();if(!_0x207d08)return;const _0xee34b5=Array['isArray'](_0x207d08[_0x3b72e5(0x102)](_0x55b8a2[_0x3b72e5(0xf4)]))?_0x207d08[_0x3b72e5(0x102)](_0x55b8a2[_0x3b72e5(0xf4)]):[];if(_0x55b8a2[_0x3b72e5(0x108)](_0xee34b5['length'],0x0))return;const _0x476bbf=_0x524967&&_0x55b8a2[_0x3b72e5(0xe3)](typeof _0x524967[_0x3b72e5(0xd4)],_0x55b8a2[_0x3b72e5(0xb5)])?_0x524967['getTestFrameworksVersions']():{},_0x54e068=_0x524967&&_0x55b8a2[_0x3b72e5(0x108)](typeof _0x524967[_0x3b72e5(0xf1)],_0x55b8a2[_0x3b72e5(0xb5)])?_0x524967['getTestFrameworks']():[],_0x27854e=_0x54e068&&_0x54e068[0x0]&&_0x476bbf&&_0x476bbf[_0x54e068[0x0]]||'',_0x9c4af0=_0x55b8a2[_0x3b72e5(0xbb)](_stripAnsi,_0x2f66d7)['trim']();if(_0x55b8a2['FZAyr'](_isDuplicate,_0x9c4af0))return;const _0x11b936=new Date()[_0x3b72e5(0xf9)]();for(let _0x5f4f3e=0x0;_0x55b8a2[_0x3b72e5(0xfd)](_0x5f4f3e,_0xee34b5['length']);_0x5f4f3e++){const _0x393118=_0xee34b5[_0x5f4f3e];if(!_0x393118)continue;const _0x176406={};_0x176406[_0x3b72e5(0xd7)]=_0x393118,_0x176406['test_run_uuid']=_0x393118,_0x176406[_0x3b72e5(0xb9)]=_0x11b936,_0x176406[_0x3b72e5(0xed)]=_0x9c4af0,_0x176406['kind']=_0x37e681[_0x3b72e5(0xc6)],_0x176406['level']=_0x55b8a2['TdgsO'];const _0x50e7fa=_0x176406,_0x53cbbe={};_0x53cbbe[_0x3b72e5(0xf3)]=_0x5f4f3e,_0x53cbbe[_0x3b72e5(0x10b)]=[_0x50e7fa],_0x53cbbe['testFrameworkName']=_0x55b8a2[_0x3b72e5(0xff)],_0x53cbbe['testFrameworkVersion']=_0x27854e,_0x53cbbe[_0x3b72e5(0xe0)]=_0x55b8a2[_0x3b72e5(0xb6)];const _0x19c8cb=_0x53cbbe;_0x4d5aa9['getInstance']()['logCreatedEvent'](_0x19c8cb)[_0x3b72e5(0xf2)](()=>{});}}catch(_0x5a79fe){}}function _wrap(_0x4123d9){const _0x10760d=a70_0x35ec49,_0xfcf261={'OJhaT':function(_0x418266,_0xb55dbc,_0x1e1daa,_0x75af54){return _0x418266(_0xb55dbc,_0x1e1daa,_0x75af54);},'LSRCx':function(_0xdcc864,_0x770512){return _0xdcc864===_0x770512;},'SSIIv':_0x10760d(0xc2),'iZQLC':'utf8','CPSym':function(_0x4097f0,_0x1cbea5){return _0x4097f0(_0x1cbea5);}};return function(_0x11e3c7,_0x1bdb43,_0x41c3f9){const _0x456c09=_0x10760d,_0x19920f=_0xfcf261[_0x456c09(0x107)](_0x4123d9,_0x11e3c7,_0x1bdb43,_0x41c3f9);try{const _0x2bd9f8=_0xfcf261[_0x456c09(0xca)](typeof _0x11e3c7,_0xfcf261['SSIIv'])?_0x11e3c7:Buffer[_0x456c09(0xe1)](_0x11e3c7)?_0x11e3c7['toString'](_0xfcf261[_0x456c09(0xfa)]):_0xfcf261[_0x456c09(0xf8)](String,_0x11e3c7),_0x438c81=_0x2bd9f8[_0x456c09(0xf0)](/\r?\n/);for(const _0x1ebe7b of _0x438c81){_0xfcf261[_0x456c09(0xf8)](_shouldForward,_0x1ebe7b)&&_0xfcf261[_0x456c09(0xf8)](_emitLog,_0x1ebe7b);}}catch(_0x5aa329){}return _0x19920f;};}exports[a70_0x35ec49(0xef)]=()=>{const _0x2624fa=a70_0x35ec49,_0x2429c5={'jSzUx':_0x2624fa(0xbc),'YchqC':'[stdout-interceptor]\x20installed','bReOA':function(_0x5ce998,_0x510b73){return _0x5ce998(_0x510b73);}},_0x197bb7=_0x2429c5[_0x2624fa(0x100)]['split']('|');let _0x43a36e=0x0;while(!![]){switch(_0x197bb7[_0x43a36e++]){case'0':_origStdoutWrite=process[_0x2624fa(0x109)][_0x2624fa(0xd6)]['bind'](process[_0x2624fa(0x109)]);continue;case'1':_origStderrWrite=process['stderr'][_0x2624fa(0xd6)][_0x2624fa(0xdf)](process['stderr']);continue;case'2':if(_installed)return;continue;case'3':_installed=!![];continue;case'4':logger[_0x2624fa(0xe8)](_0x2429c5[_0x2624fa(0xec)]);continue;case'5':process[_0x2624fa(0x109)]['write']=_0x2429c5[_0x2624fa(0xb7)](_wrap,_origStdoutWrite);continue;case'6':process['stderr'][_0x2624fa(0xd6)]=_0x2429c5[_0x2624fa(0xb7)](_wrap,_origStderrWrite);continue;}break;}},exports['uninstall']=()=>{const _0xd5ff17=a70_0x35ec49,_0x49c9eb={};_0x49c9eb[_0xd5ff17(0xd3)]=_0xd5ff17(0x103),_0x49c9eb['cSCQI']=_0xd5ff17(0xba);const _0x188ce6=_0x49c9eb,_0x4f530d=_0x188ce6[_0xd5ff17(0xd3)][_0xd5ff17(0xf0)]('|');let _0x438340=0x0;while(!![]){switch(_0x4f530d[_0x438340++]){case'0':_origStdoutWrite&&(process[_0xd5ff17(0x109)][_0xd5ff17(0xd6)]=_origStdoutWrite);continue;case'1':_origStderrWrite=null;continue;case'2':_origStdoutWrite=null;continue;case'3':_recent[_0xd5ff17(0xea)]();continue;case'4':if(!_installed)return;continue;case'5':_origStderrWrite&&(process[_0xd5ff17(0xc3)][_0xd5ff17(0xd6)]=_origStderrWrite);continue;case'6':_installed=![];continue;case'7':logger[_0xd5ff17(0xe8)](_0x188ce6[_0xd5ff17(0xe5)]);continue;}break;}};function a70_0x1484(){const _0x1a500e=['4|0|5|2|1|6|3|7','test','FevtR','|\x5cd+\x5cs+skipped','OJhaT','GPvfM','stdout','FBiCE','logs','3661005xtWUUq','2919978AdCIHr','Ezlqe','YFxUD','bReOA','../v2/framework/constants/testFrameworkConstants','timestamp','[stdout-interceptor]\x20uninstalled','SYeHv','2|0|1|5|6|3|4','replace','IiCpL','getInstance','504343mOWpXu','delete','string','stderr','../v2/framework/testFramework','ArnSy','KIND_LOG','getTestFramework','GqmQH','TEST','LSRCx','566800aukGSE','|Hostname:','QkvBi','12OiRUMs','|\x5cd+\x5cs+passed','size','trim','|Connecting\x20to\x20.*://','XliJZ','getTestFrameworksVersions','testcafe','write','uuid','57233079BSJxXE','nEFfS','__currentPlatformUuids','^(\x5cs*)','4335321WwNxvb','dQkef','Tacgu','bind','testFrameworkState','isBuffer','function','UnBPu','|Test\x20\x5cd+\x20of\x20\x5cd+','cSCQI','136bNZohp','10lcqWZD','debug','../v2/browserstackCLI','clear','gcMUc','YchqC','message','pLLbC','install','split','getTestFrameworks','catch','platformIndex','saHei','../v2/grpcClient','112958pcXfcM','getTrackedInstance','CPSym','toISOString','iZQLC','qMOjw','eFqqz','OreaC','HgNFE','EwihW','jSzUx','set','getData'];a70_0x1484=function(){return _0x1a500e;};return a70_0x1484();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
'use strict';const a71_0x8e614b=a71_0x28fc;(function(_0x4ec02d,_0x4d7e27){const _0xe1df0f=a71_0x28fc,_0x1f65b3=_0x4ec02d();while(!![]){try{const _0x404b0e=-parseInt(_0xe1df0f(0x19a))/0x1*(parseInt(_0xe1df0f(0x1a7))/0x2)+-parseInt(_0xe1df0f(0x1bf))/0x3*(-parseInt(_0xe1df0f(0x1a0))/0x4)+parseInt(_0xe1df0f(0x1b9))/0x5+-parseInt(_0xe1df0f(0x1c8))/0x6+parseInt(_0xe1df0f(0x1e9))/0x7+parseInt(_0xe1df0f(0x1fd))/0x8*(parseInt(_0xe1df0f(0x1ca))/0x9)+parseInt(_0xe1df0f(0x196))/0xa*(-parseInt(_0xe1df0f(0x194))/0xb);if(_0x404b0e===_0x4d7e27)break;else _0x1f65b3['push'](_0x1f65b3['shift']());}catch(_0x1c3e13){_0x1f65b3['push'](_0x1f65b3['shift']());}}}(a71_0x562f,0xe700b));const logger=require('../../helpers/logger')[a71_0x8e614b(0x1f5)];let _installed=![];function a71_0x562f(){const _0x10b339=['../v2/framework/testFramework','JvClQ','getAllData','[testcafe-action-patcher]\x20TestController.prototype\x20missing,\x20skipping','install','[testcafe-action-patcher]\x20could\x20not\x20load\x20TestController:\x20','ucRMM','243248mcXrOD','../v2/framework/automationFramework','prototype','WXwCj','isArray','message','set','default','gpwiD','length','KEY_TEST_NAME','22562958rUZVAD','tZWhA','10AuctyL','debug','getData','api','43711lDNuDB','getTrackedInstance','originalDescriptor','UPHhX','get','LUTHO','108jWVGug','test-controller','DEFAULT_TEST_RESULT','call','catch','<unnamed>','getPrototypeOf','70ZXFxYw','pending','../v2/browserstackCLI','DlFlY','[testcafe-action-patcher]\x20performScan\x20pi=','[testcafe-action-patcher]\x20uninstalled','value','descriptor','gmTvN','testController','__currentPlatformUuids','EGTTs','\x20(test\x20is\x20excluded\x20by\x20includeTagsInTestingScope\x20/\x20excludeTagsInTestingScope)','hqjKj','NeQhi','name','[testcafe-action-patcher]\x20wrapped\x20','owner','9234830BfVroO','__bstack_a11y_wrapped','jaHwB','./a11y-runner','join','ZYZIB','107385LuulLK','getOwnPropertyDescriptor','dirname','SgFLI','iRWks','clear','[testcafe-action-patcher]\x20could\x20not\x20restore\x20','apply','../v2/modules/testcafeDriverModule','1337916HjuAdu','isRunning','531FHFsXr','UHemC','getAccessibilityModule','module','iterAllInstances','../v2/framework/testcafeAutomationFramework','uEUZc','qJJMl','\x20cmd=','FldhM','ztLat','../v2/framework/constants/testFrameworkConstants','NmatP','IaAhZ','runScan','function','EDZTv','defineProperty','VEezk','resolve','values','KEY_TEST_STARTED_AT','UlFkg','AZehl','ScMRw','path','enumerable','\x20TestController\x20methods\x20for\x20accessibility\x20scanning','isEnabledTestcase','\x20testName=','getInstance','999957HUhooM','cwd','DkJQb','wEjrc','KEY_DRIVER','vZCTz','fxkMS','shouldScanForCommand','\x20tags=','[testcafe-action-patcher]\x20tag-scope\x20filter\x20error\x20(continuing\x20scan):\x20','exports','MKoPY','winstonLogger'];a71_0x562f=function(){return _0x10b339;};return a71_0x562f();}const _patchedDescriptors=new Map();function _requireTestController(){const _0x48bd4b=a71_0x8e614b,_0x2ad876={'uEUZc':function(_0x1e37ba,_0x113a24){return _0x1e37ba(_0x113a24);},'EGTTs':_0x48bd4b(0x1e3),'udkVQ':'testcafe/package.json','JMicD':'lib','gmTvN':_0x48bd4b(0x199),'ztLat':_0x48bd4b(0x1a1)},_0x576398=_0x2ad876['uEUZc'](require,_0x2ad876[_0x48bd4b(0x1b2)]),_0x2f2ab3=_0x576398[_0x48bd4b(0x1c1)](require[_0x48bd4b(0x1dd)](_0x2ad876['udkVQ'],{'paths':[process[_0x48bd4b(0x1ea)]()]})),_0x272866=_0x576398[_0x48bd4b(0x1bd)](_0x2f2ab3,_0x2ad876['JMicD'],_0x2ad876[_0x48bd4b(0x1af)],_0x2ad876[_0x48bd4b(0x1d4)]),_0x56f075=_0x2ad876[_0x48bd4b(0x1d0)](require,_0x272866);return _0x56f075&&(_0x56f075[_0x48bd4b(0x190)]||_0x56f075);}async function _performScanForAllDrivers(_0x287cf6){const _0x134215=a71_0x8e614b,_0x16ecdf={'VEezk':function(_0x3d999c,_0x5483a3){return _0x3d999c(_0x5483a3);},'qJJMl':_0x134215(0x1a9),'DkJQb':_0x134215(0x1cf),'LUTHO':function(_0x4c3319,_0x37f7f9){return _0x4c3319(_0x37f7f9);},'gpwiD':_0x134215(0x1fe),'gXENS':function(_0x1b4d39,_0x4ca23b){return _0x1b4d39(_0x4ca23b);},'IaAhZ':_0x134215(0x1c7),'ucRMM':function(_0x2c473a,_0x25e1d2){return _0x2c473a(_0x25e1d2);},'AZehl':_0x134215(0x1f6),'WXwCj':function(_0x4b5cc5,_0x187f8c){return _0x4b5cc5===_0x187f8c;},'UPHhX':_0x134215(0x1d9),'ScMRw':_0x134215(0x1b1),'NeQhi':function(_0x2a64f5,_0x38f636){return _0x2a64f5===_0x38f636;},'RVJGZ':_0x134215(0x1d5),'JvClQ':function(_0x3b4fe6,_0x3c836c){return _0x3b4fe6===_0x3c836c;},'NmatP':function(_0x111337,_0x2caeef){return _0x111337===_0x2caeef;},'furKn':_0x134215(0x1a8),'MKoPY':function(_0x178fee,_0x391c5a){return _0x178fee>_0x391c5a;},'iRWks':_0x134215(0x1a5),'hqjKj':'cucumber','ZYZIB':function(_0x4a6aa7,_0x365b35){return _0x4a6aa7(_0x365b35);},'SgFLI':_0x134215(0x1bc)};try{const _0x4ffa38=_0x16ecdf[_0x134215(0x1dc)](require,_0x16ecdf[_0x134215(0x1d1)]),_0x12e172=_0x16ecdf[_0x134215(0x1dc)](require,_0x16ecdf[_0x134215(0x1eb)]),_0x3ecfe5=_0x16ecdf[_0x134215(0x19f)](require,_0x16ecdf[_0x134215(0x191)]),_0x2e337b=_0x16ecdf['gXENS'](require,_0x16ecdf[_0x134215(0x1d7)]),_0x328e09=_0x16ecdf[_0x134215(0x1fc)](require,_0x16ecdf[_0x134215(0x1e1)]),_0x27ff6e=_0x4ffa38[_0x134215(0x1e8)]();if(!_0x27ff6e||!_0x27ff6e[_0x134215(0x1c9)]())return;const _0x5a6e78=_0x27ff6e[_0x134215(0x1cc)]&&_0x27ff6e[_0x134215(0x1cc)]();if(!_0x5a6e78)return;if(_0x16ecdf[_0x134215(0x200)](typeof _0x5a6e78[_0x134215(0x1f0)],_0x16ecdf[_0x134215(0x19d)])&&!_0x5a6e78[_0x134215(0x1f0)](_0x287cf6))return;const _0x28e865=_0x328e09[_0x134215(0x19b)]&&_0x328e09['getTrackedInstance']();if(!_0x28e865)return;const _0x5b38f1=Array[_0x134215(0x201)](_0x28e865[_0x134215(0x198)](_0x16ecdf[_0x134215(0x1e2)]))?_0x28e865['getData'](_0x16ecdf[_0x134215(0x1e2)]):[];if(_0x16ecdf[_0x134215(0x1b5)](_0x5b38f1['length'],0x0))return;try{const _0x41091d=_0x16ecdf['VEezk'](require,_0x16ecdf['RVJGZ']),_0x4e6dd0=_0x16ecdf['NeQhi'](typeof _0x28e865[_0x134215(0x1f8)],_0x16ecdf[_0x134215(0x19d)])?_0x28e865[_0x134215(0x1f8)]():null;if(_0x4e6dd0&&_0x16ecdf[_0x134215(0x1f7)](typeof _0x4e6dd0[_0x134215(0x1de)],_0x16ecdf[_0x134215(0x19d)])&&_0x16ecdf['NmatP'](typeof _0x5a6e78['isEnabledTestcase'],_0x16ecdf[_0x134215(0x19d)])){let _0x4fdbf5=null,_0x2fc62a='';for(const _0xe1a452 of _0x4e6dd0[_0x134215(0x1de)]()){if(!_0xe1a452)continue;const _0x17467f=_0xe1a452[_0x41091d[_0x134215(0x1df)]],_0x4bd1d1=_0xe1a452[_0x41091d['KEY_TEST_RESULT']];_0x17467f&&(_0x16ecdf['NeQhi'](_0x4bd1d1,_0x16ecdf['furKn'])||_0x16ecdf[_0x134215(0x1d6)](_0x4bd1d1,_0x41091d[_0x134215(0x1a2)]))&&(_0x16ecdf[_0x134215(0x1f4)](_0x17467f,_0x2fc62a)&&(_0x2fc62a=_0x17467f,_0x4fdbf5=_0xe1a452));}if(_0x4fdbf5){const _0x26b7f2=_0x4fdbf5[_0x41091d['KEY_TEST_TAGS']]||[],_0x1d3f86=_0x4fdbf5[_0x41091d[_0x134215(0x193)]]||_0x16ecdf[_0x134215(0x1c3)],_0x5adefd=_0x5a6e78[_0x134215(0x1e6)](_0x26b7f2,null,_0x16ecdf[_0x134215(0x1b4)]);if(!_0x5adefd){logger[_0x134215(0x197)]('[testcafe-action-patcher]\x20scope-filter\x20skipped\x20scan\x20for\x20cmd='+_0x287cf6+_0x134215(0x1e7)+_0x1d3f86+_0x134215(0x1f1)+JSON['stringify'](_0x26b7f2)+_0x134215(0x1b3));return;}}}}catch(_0x58de92){logger[_0x134215(0x197)](_0x134215(0x1f2)+(_0x58de92[_0x134215(0x202)]||_0x58de92));}const _0x5015c4=_0x16ecdf[_0x134215(0x1be)](require,_0x16ecdf[_0x134215(0x1c2)]);for(const {platformIndex:_0x33f005,instance:_0x50cbc2}of _0x12e172[_0x134215(0x1ce)]()){const _0x38dd3e=_0x3ecfe5['getState'](_0x50cbc2,_0x2e337b[_0x134215(0x1ed)],null);if(!_0x38dd3e)continue;const _0xc4b75=_0x5b38f1[_0x33f005]||_0x5b38f1[0x0]||'';try{await _0x5015c4[_0x134215(0x1d8)](_0x38dd3e,_0xc4b75,_0x287cf6,![]);}catch(_0x3c8c3d){logger[_0x134215(0x197)](_0x134215(0x1ab)+_0x33f005+_0x134215(0x1d2)+_0x287cf6+'\x20failed:\x20'+(_0x3c8c3d[_0x134215(0x202)]||_0x3c8c3d));}}}catch(_0x3689dd){logger['debug']('[testcafe-action-patcher]\x20_performScanForAllDrivers\x20failed:\x20'+(_0x3689dd[_0x134215(0x202)]||_0x3689dd));}}function install(_0x274470){const _0x18219a=a71_0x8e614b,_0x59313d={'wEjrc':function(_0x20441c,_0x131f07){return _0x20441c(_0x131f07);},'ULgkm':function(_0x50a5f2,_0x2a0ae9){return _0x50a5f2(_0x2a0ae9);},'jaHwB':function(_0x3d5e68,_0x339a84){return _0x3d5e68!==_0x339a84;},'UHemC':_0x18219a(0x1d9),'FldhM':function(_0x1f81b3,_0x2e7d72){return _0x1f81b3===_0x2e7d72;},'Yzfpk':'[testcafe-action-patcher]\x20no\x20commands\x20to\x20wrap,\x20skipping','UlFkg':function(_0x550ee6){return _0x550ee6();},'vZCTz':_0x18219a(0x1f9),'DlFlY':_0x18219a(0x1b0),'jNpZo':function(_0x4099ae,_0x5323e9){return _0x4099ae(_0x5323e9);},'EDZTv':function(_0x44237e,_0x23bbf2){return _0x44237e===_0x23bbf2;}};if(_installed)return;if(!Array[_0x18219a(0x201)](_0x274470)||_0x59313d['FldhM'](_0x274470[_0x18219a(0x192)],0x0)){logger[_0x18219a(0x197)](_0x59313d['Yzfpk']);return;}let _0x19b357;try{_0x19b357=_0x59313d[_0x18219a(0x1e0)](_requireTestController);}catch(_0x110e10){logger[_0x18219a(0x197)](_0x18219a(0x1fb)+(_0x110e10[_0x18219a(0x202)]||_0x110e10));return;}if(!_0x19b357||!_0x19b357[_0x18219a(0x1ff)]){logger['debug'](_0x59313d[_0x18219a(0x1ee)]);return;}const _0x228a7b=_0x19b357[_0x18219a(0x1ff)];let _0x151605=0x0;function _0x421288(_0x41cc92){const _0x40ab63=_0x18219a;let _0x51b3bb=_0x228a7b;while(_0x51b3bb){const _0x594c01=Object[_0x40ab63(0x1c0)](_0x51b3bb,_0x41cc92);if(_0x594c01){const _0x3a4336={};return _0x3a4336[_0x40ab63(0x1ae)]=_0x594c01,_0x3a4336[_0x40ab63(0x1b8)]=_0x51b3bb,_0x3a4336;}_0x51b3bb=Object[_0x40ab63(0x1a6)](_0x51b3bb);}return null;}for(const _0x4550f0 of _0x274470){if(!_0x4550f0||_0x59313d[_0x18219a(0x1bb)](_0x4550f0[_0x18219a(0x1cd)],_0x59313d[_0x18219a(0x1aa)]))continue;const _0x4ac84d=_0x4550f0[_0x18219a(0x1b6)],_0x156eef=_0x59313d['jNpZo'](_0x421288,_0x4ac84d);if(!_0x156eef)continue;const {descriptor:_0x19796b,owner:_0x9e8297}=_0x156eef;if(_0x19796b['__bstack_a11y_wrapped'])continue;let _0x209cd9;if(_0x59313d[_0x18219a(0x1d3)](typeof _0x19796b[_0x18219a(0x1ad)],_0x59313d[_0x18219a(0x1cb)])){const _0x1a50df=_0x19796b[_0x18219a(0x1ad)];_0x209cd9={'configurable':!![],'writable':!![],'enumerable':_0x19796b[_0x18219a(0x1e4)],'value':function(..._0x5cceda){const _0x52e0ee=_0x18219a;return _0x59313d[_0x52e0ee(0x1ec)](_performScanForAllDrivers,_0x4ac84d)[_0x52e0ee(0x1a4)](()=>{}),_0x1a50df[_0x52e0ee(0x1c6)](this,_0x5cceda);}};}else{if(_0x59313d[_0x18219a(0x1da)](typeof _0x19796b[_0x18219a(0x19e)],_0x59313d[_0x18219a(0x1cb)])){const _0x57d8c4=_0x19796b['get'];_0x209cd9={'configurable':!![],'enumerable':_0x19796b['enumerable'],'get'(){const _0x2940f1=_0x18219a,_0x190dba={'fxkMS':function(_0x164981,_0x498002){return _0x59313d['ULgkm'](_0x164981,_0x498002);}},_0x2e1a97=_0x57d8c4[_0x2940f1(0x1a3)](this);if(_0x59313d[_0x2940f1(0x1bb)](typeof _0x2e1a97,_0x59313d[_0x2940f1(0x1cb)]))return _0x2e1a97;return function(..._0x433e4d){const _0xd64dd4=_0x2940f1;return _0x190dba[_0xd64dd4(0x1ef)](_performScanForAllDrivers,_0x4ac84d)[_0xd64dd4(0x1a4)](()=>{}),_0x2e1a97[_0xd64dd4(0x1c6)](this,_0x433e4d);};},'set':_0x19796b[_0x18219a(0x203)]||function(){}};}else continue;}_0x209cd9[_0x18219a(0x1ba)]=!![];try{Object[_0x18219a(0x1db)](_0x9e8297,_0x4ac84d,_0x209cd9);const _0x56fa11={};_0x56fa11['owner']=_0x9e8297,_0x56fa11[_0x18219a(0x19c)]=_0x19796b,_patchedDescriptors[_0x18219a(0x203)](_0x4ac84d,_0x56fa11),_0x151605+=0x1;}catch(_0x2f47a6){logger[_0x18219a(0x197)]('[testcafe-action-patcher]\x20could\x20not\x20patch\x20'+_0x4ac84d+':\x20'+(_0x2f47a6[_0x18219a(0x202)]||_0x2f47a6));}}_installed=!![],logger['info'](_0x18219a(0x1b7)+_0x151605+'/'+_0x274470[_0x18219a(0x192)]+_0x18219a(0x1e5));}function a71_0x28fc(_0x1897e1,_0x3b8a19){const _0x562f67=a71_0x562f();return a71_0x28fc=function(_0x28fc12,_0x3d0a4f){_0x28fc12=_0x28fc12-0x190;let _0x586547=_0x562f67[_0x28fc12];return _0x586547;},a71_0x28fc(_0x1897e1,_0x3b8a19);}function uninstall(){const _0x43a3b3=a71_0x8e614b,_0x642dde={};_0x642dde['tZWhA']=_0x43a3b3(0x1ac);const _0x1ec3eb=_0x642dde;if(!_installed)return;for(const [_0x329d74,{owner:_0x4800c4,originalDescriptor:_0x3967ab}]of _patchedDescriptors){try{Object[_0x43a3b3(0x1db)](_0x4800c4,_0x329d74,_0x3967ab);}catch(_0x21174f){logger['debug'](_0x43a3b3(0x1c5)+_0x329d74+':\x20'+(_0x21174f[_0x43a3b3(0x202)]||_0x21174f));}}_patchedDescriptors[_0x43a3b3(0x1c4)](),_installed=![],logger[_0x43a3b3(0x197)](_0x1ec3eb[_0x43a3b3(0x195)]);}const a71_0x10a6e2={};a71_0x10a6e2[a71_0x8e614b(0x1fa)]=install,a71_0x10a6e2['uninstall']=uninstall,module[a71_0x8e614b(0x1f3)]=a71_0x10a6e2;
|
|
1
|
+
'use strict';const a71_0x2db837=a71_0x3468;(function(_0x359f05,_0x11aa0c){const _0x4bc9a5=a71_0x3468,_0xa0a3eb=_0x359f05();while(!![]){try{const _0xfe27aa=-parseInt(_0x4bc9a5(0x18c))/0x1+parseInt(_0x4bc9a5(0x15a))/0x2*(parseInt(_0x4bc9a5(0x15b))/0x3)+-parseInt(_0x4bc9a5(0x148))/0x4+parseInt(_0x4bc9a5(0x13e))/0x5+-parseInt(_0x4bc9a5(0x195))/0x6*(-parseInt(_0x4bc9a5(0x140))/0x7)+-parseInt(_0x4bc9a5(0x156))/0x8*(-parseInt(_0x4bc9a5(0x1a5))/0x9)+parseInt(_0x4bc9a5(0x167))/0xa*(-parseInt(_0x4bc9a5(0x13f))/0xb);if(_0xfe27aa===_0x11aa0c)break;else _0xa0a3eb['push'](_0xa0a3eb['shift']());}catch(_0x304871){_0xa0a3eb['push'](_0xa0a3eb['shift']());}}}(a71_0x287f,0x85711));const logger=require('../../helpers/logger')['winstonLogger'];let _installed=![];function a71_0x3468(_0x514642,_0xa3a2b){const _0x287f66=a71_0x287f();return a71_0x3468=function(_0x346844,_0x117294){_0x346844=_0x346844-0x13d;let _0x5f23b2=_0x287f66[_0x346844];return _0x5f23b2;},a71_0x3468(_0x514642,_0xa3a2b);}const _patchedDescriptors=new Map();function _requireTestController(){const _0x37743b=a71_0x3468,_0x4b19e9={'KBmKJ':function(_0xf734f2,_0x491cc0){return _0xf734f2(_0x491cc0);},'aWWnU':_0x37743b(0x191),'KxQcw':_0x37743b(0x199),'aAyMf':_0x37743b(0x193),'RLKKQ':_0x37743b(0x16c),'akMKC':_0x37743b(0x172),'WeiAx':function(_0x2e3f65,_0x41fc2b){return _0x2e3f65(_0x41fc2b);}},_0x416c5b=_0x4b19e9['KBmKJ'](require,_0x4b19e9[_0x37743b(0x19c)]),_0x3a9f70=_0x416c5b[_0x37743b(0x16f)](require['resolve'](_0x4b19e9[_0x37743b(0x168)],{'paths':[process['cwd']()]})),_0x8aa04b=_0x416c5b[_0x37743b(0x145)](_0x3a9f70,_0x4b19e9[_0x37743b(0x17a)],_0x4b19e9[_0x37743b(0x15c)],_0x4b19e9[_0x37743b(0x175)]),_0x20b516=_0x4b19e9[_0x37743b(0x1a3)](require,_0x8aa04b);return _0x20b516&&(_0x20b516[_0x37743b(0x1a2)]||_0x20b516);}async function _performScanForAllDrivers(_0x24d999){const _0x136fc1=a71_0x3468,_0x2b780b={'jzFml':function(_0x2238a1,_0x5bccc6){return _0x2238a1(_0x5bccc6);},'ygYRX':_0x136fc1(0x165),'xYdxP':_0x136fc1(0x18a),'GqNAi':function(_0x1496e2,_0x18d5e2){return _0x1496e2(_0x18d5e2);},'fozaW':'../v2/framework/automationFramework','TQTMQ':_0x136fc1(0x1a1),'mepIa':function(_0x57f8f1,_0x6524e0){return _0x57f8f1(_0x6524e0);},'emwfj':'../v2/framework/testFramework','PsnhS':function(_0x1f915f,_0x1a7b0a){return _0x1f915f===_0x1a7b0a;},'oypge':'function','PcgJo':'__currentPlatformUuids','MRQit':function(_0x14cadd,_0x297718){return _0x14cadd(_0x297718);},'mFmEp':_0x136fc1(0x157),'dJnwl':function(_0x3a452d,_0x248f4f){return _0x3a452d===_0x248f4f;},'AGoXI':'pending','ZBssC':function(_0x1ddfce,_0x152c67){return _0x1ddfce>_0x152c67;},'WcRLx':_0x136fc1(0x173),'SUVrQ':_0x136fc1(0x174),'WZnKL':function(_0x2b435f,_0x4db6b6){return _0x2b435f(_0x4db6b6);},'YHCDt':_0x136fc1(0x181)};try{const _0x22725a=_0x2b780b[_0x136fc1(0x179)](require,_0x2b780b[_0x136fc1(0x16a)]),_0xc14986=_0x2b780b[_0x136fc1(0x179)](require,_0x2b780b[_0x136fc1(0x197)]),_0x56a2f6=_0x2b780b['GqNAi'](require,_0x2b780b['fozaW']),_0x79dc44=_0x2b780b['GqNAi'](require,_0x2b780b['TQTMQ']),_0x5d56b1=_0x2b780b[_0x136fc1(0x176)](require,_0x2b780b[_0x136fc1(0x143)]),_0x3af83d=_0x22725a['getInstance']();if(!_0x3af83d||!_0x3af83d[_0x136fc1(0x186)]())return;const _0x573e7a=_0x3af83d['getAccessibilityModule']&&_0x3af83d[_0x136fc1(0x18b)]();if(!_0x573e7a)return;if(_0x2b780b[_0x136fc1(0x150)](typeof _0x573e7a['shouldScanForCommand'],_0x2b780b[_0x136fc1(0x1a0)])&&!_0x573e7a[_0x136fc1(0x17d)](_0x24d999))return;const _0xe2a81a=_0x5d56b1['getTrackedInstance']&&_0x5d56b1[_0x136fc1(0x151)]();if(!_0xe2a81a)return;const _0x13bcc5=Array['isArray'](_0xe2a81a[_0x136fc1(0x13d)](_0x2b780b[_0x136fc1(0x18f)]))?_0xe2a81a[_0x136fc1(0x13d)](_0x2b780b[_0x136fc1(0x18f)]):[];if(_0x2b780b['PsnhS'](_0x13bcc5['length'],0x0))return;try{const _0x243e78=_0x2b780b[_0x136fc1(0x152)](require,_0x2b780b[_0x136fc1(0x187)]),_0x29564e=_0x2b780b['dJnwl'](typeof _0xe2a81a['getAllData'],_0x2b780b[_0x136fc1(0x1a0)])?_0xe2a81a['getAllData']():null;if(_0x29564e&&_0x2b780b['dJnwl'](typeof _0x29564e[_0x136fc1(0x16e)],_0x2b780b['oypge'])&&_0x2b780b[_0x136fc1(0x150)](typeof _0x573e7a[_0x136fc1(0x159)],_0x2b780b['oypge'])){let _0x10f542=null,_0x16ae3e='';for(const _0x4af0ca of _0x29564e['values']()){if(!_0x4af0ca)continue;const _0x3753e3=_0x4af0ca[_0x243e78[_0x136fc1(0x158)]],_0xf946f=_0x4af0ca[_0x243e78['KEY_TEST_RESULT']];_0x3753e3&&(_0x2b780b[_0x136fc1(0x150)](_0xf946f,_0x2b780b['AGoXI'])||_0x2b780b[_0x136fc1(0x19f)](_0xf946f,_0x243e78[_0x136fc1(0x15e)]))&&(_0x2b780b['ZBssC'](_0x3753e3,_0x16ae3e)&&(_0x16ae3e=_0x3753e3,_0x10f542=_0x4af0ca));}if(_0x10f542){const _0x4e2cf8=_0x10f542[_0x243e78['KEY_TEST_TAGS']]||[],_0x591115=_0x10f542[_0x243e78[_0x136fc1(0x14d)]]||_0x2b780b[_0x136fc1(0x160)],_0x45e0ad=_0x573e7a[_0x136fc1(0x159)](_0x4e2cf8,null,_0x2b780b[_0x136fc1(0x16b)]);if(!_0x45e0ad){logger[_0x136fc1(0x190)](_0x136fc1(0x171)+_0x24d999+_0x136fc1(0x1a6)+_0x591115+'\x20tags='+JSON[_0x136fc1(0x166)](_0x4e2cf8)+_0x136fc1(0x196));return;}}}}catch(_0x36c4bf){logger[_0x136fc1(0x190)](_0x136fc1(0x169)+(_0x36c4bf[_0x136fc1(0x146)]||_0x36c4bf));}const _0x12dec1=_0x2b780b[_0x136fc1(0x155)](require,_0x2b780b[_0x136fc1(0x1a4)]);for(const {platformIndex:_0x4784f0,instance:_0x1d8ff0}of _0xc14986['iterAllInstances']()){const _0xec7bfb=_0x56a2f6[_0x136fc1(0x198)](_0x1d8ff0,_0x79dc44[_0x136fc1(0x164)],null);if(!_0xec7bfb)continue;const _0x1bbb1a=_0x13bcc5[_0x4784f0]||_0x13bcc5[0x0]||'';try{await _0x12dec1[_0x136fc1(0x161)](_0xec7bfb,_0x1bbb1a,_0x24d999,![]);}catch(_0x2e14ad){logger[_0x136fc1(0x190)](_0x136fc1(0x15d)+_0x4784f0+_0x136fc1(0x154)+_0x24d999+_0x136fc1(0x14a)+(_0x2e14ad[_0x136fc1(0x146)]||_0x2e14ad));}}}catch(_0x395085){logger[_0x136fc1(0x190)]('[testcafe-action-patcher]\x20_performScanForAllDrivers\x20failed:\x20'+(_0x395085['message']||_0x395085));}}function install(_0x463b4b){const _0x516098=a71_0x3468,_0x4306cb={'CApLN':function(_0x2c5507,_0x998ded){return _0x2c5507(_0x998ded);},'vFcsV':function(_0x1164c0,_0x434d54){return _0x1164c0(_0x434d54);},'fsLeb':function(_0x218143,_0x39fa20){return _0x218143!==_0x39fa20;},'nQKKC':_0x516098(0x19e),'rvqKM':function(_0x51c9e9,_0xd1cc68){return _0x51c9e9===_0xd1cc68;},'cSDXJ':_0x516098(0x147),'YlQxD':function(_0x30d956){return _0x30d956();},'mTbEH':_0x516098(0x153),'yeFDe':_0x516098(0x14f),'YnPUP':function(_0x567dab,_0x333473){return _0x567dab===_0x333473;}};if(_installed)return;if(!Array[_0x516098(0x192)](_0x463b4b)||_0x4306cb['rvqKM'](_0x463b4b['length'],0x0)){logger[_0x516098(0x190)](_0x4306cb[_0x516098(0x144)]);return;}let _0x337d8b;try{_0x337d8b=_0x4306cb[_0x516098(0x14c)](_requireTestController);}catch(_0x43f649){logger['debug']('[testcafe-action-patcher]\x20could\x20not\x20load\x20TestController:\x20'+(_0x43f649['message']||_0x43f649));return;}if(!_0x337d8b||!_0x337d8b[_0x516098(0x14b)]){logger[_0x516098(0x190)](_0x4306cb[_0x516098(0x15f)]);return;}const _0x24678c=_0x337d8b[_0x516098(0x14b)];let _0xc2d33c=0x0;function _0x158667(_0x34e420){const _0x2e07a0=_0x516098;let _0x109b82=_0x24678c;while(_0x109b82){const _0x27b577=Object[_0x2e07a0(0x189)](_0x109b82,_0x34e420);if(_0x27b577){const _0x3467f2={};return _0x3467f2[_0x2e07a0(0x163)]=_0x27b577,_0x3467f2[_0x2e07a0(0x177)]=_0x109b82,_0x3467f2;}_0x109b82=Object[_0x2e07a0(0x188)](_0x109b82);}return null;}for(const _0x3e039a of _0x463b4b){if(!_0x3e039a||_0x4306cb[_0x516098(0x14e)](_0x3e039a['module'],_0x4306cb['yeFDe']))continue;const _0x3286c2=_0x3e039a[_0x516098(0x194)],_0xac98b3=_0x4306cb['CApLN'](_0x158667,_0x3286c2);if(!_0xac98b3)continue;const {descriptor:_0x54c890,owner:_0x59528c}=_0xac98b3;if(_0x54c890[_0x516098(0x142)])continue;let _0x453c8d;if(_0x4306cb['rvqKM'](typeof _0x54c890['value'],_0x4306cb[_0x516098(0x178)])){const _0x14c832=_0x54c890[_0x516098(0x149)];_0x453c8d={'configurable':!![],'writable':!![],'enumerable':_0x54c890[_0x516098(0x18d)],'value':function(..._0x4bb135){const _0x16ccd6=_0x516098;return _0x4306cb[_0x16ccd6(0x17b)](_performScanForAllDrivers,_0x3286c2)[_0x16ccd6(0x19d)](()=>{}),_0x14c832['apply'](this,_0x4bb135);}};}else{if(_0x4306cb[_0x516098(0x16d)](typeof _0x54c890[_0x516098(0x170)],_0x4306cb[_0x516098(0x178)])){const _0x152611=_0x54c890['get'];_0x453c8d={'configurable':!![],'enumerable':_0x54c890[_0x516098(0x18d)],'get'(){const _0x571ee0=_0x516098,_0x2bfbd7=_0x152611[_0x571ee0(0x18e)](this);if(_0x4306cb['fsLeb'](typeof _0x2bfbd7,_0x4306cb[_0x571ee0(0x178)]))return _0x2bfbd7;return function(..._0x238e1d){const _0x2e2570=_0x571ee0;return _0x4306cb['vFcsV'](_performScanForAllDrivers,_0x3286c2)['catch'](()=>{}),_0x2bfbd7[_0x2e2570(0x19b)](this,_0x238e1d);};},'set':_0x54c890['set']||function(){}};}else continue;}_0x453c8d[_0x516098(0x142)]=!![];try{Object[_0x516098(0x182)](_0x59528c,_0x3286c2,_0x453c8d);const _0x1eaaef={};_0x1eaaef[_0x516098(0x177)]=_0x59528c,_0x1eaaef['originalDescriptor']=_0x54c890,_patchedDescriptors['set'](_0x3286c2,_0x1eaaef),_0xc2d33c+=0x1;}catch(_0x4ef398){logger[_0x516098(0x190)](_0x516098(0x17e)+_0x3286c2+':\x20'+(_0x4ef398[_0x516098(0x146)]||_0x4ef398));}}_installed=!![],logger[_0x516098(0x183)](_0x516098(0x185)+_0xc2d33c+'/'+_0x463b4b['length']+_0x516098(0x180));}function uninstall(){const _0x3d5f04=a71_0x3468,_0x45f529={};_0x45f529['TQDhe']=_0x3d5f04(0x17c);const _0x2c841a=_0x45f529;if(!_installed)return;for(const [_0x249b92,{owner:_0x30e853,originalDescriptor:_0x510a96}]of _patchedDescriptors){try{Object[_0x3d5f04(0x182)](_0x30e853,_0x249b92,_0x510a96);}catch(_0x43db1d){logger[_0x3d5f04(0x190)](_0x3d5f04(0x17f)+_0x249b92+':\x20'+(_0x43db1d[_0x3d5f04(0x146)]||_0x43db1d));}}_patchedDescriptors[_0x3d5f04(0x141)](),_installed=![],logger[_0x3d5f04(0x190)](_0x2c841a[_0x3d5f04(0x184)]);}const a71_0x5bf1b9={};function a71_0x287f(){const _0x58575b=['getData','1665190rosfTo','55yWnsQw','518GcgFTu','clear','__bstack_a11y_wrapped','emwfj','cSDXJ','join','message','[testcafe-action-patcher]\x20no\x20commands\x20to\x20wrap,\x20skipping','996crmRUU','value','\x20failed:\x20','prototype','YlQxD','KEY_TEST_NAME','fsLeb','testController','PsnhS','getTrackedInstance','MRQit','[testcafe-action-patcher]\x20TestController.prototype\x20missing,\x20skipping','\x20cmd=','WZnKL','16BthVBI','../v2/framework/constants/testFrameworkConstants','KEY_TEST_STARTED_AT','isEnabledTestcase','1894334grNxaf','3kqLwFh','RLKKQ','[testcafe-action-patcher]\x20performScan\x20pi=','DEFAULT_TEST_RESULT','mTbEH','WcRLx','runScan','exports','descriptor','KEY_DRIVER','../v2/browserstackCLI','stringify','3335670hlJiLV','KxQcw','[testcafe-action-patcher]\x20tag-scope\x20filter\x20error\x20(continuing\x20scan):\x20','ygYRX','SUVrQ','api','YnPUP','values','dirname','get','[testcafe-action-patcher]\x20scope-filter\x20skipped\x20scan\x20for\x20cmd=','test-controller','<unnamed>','cucumber','akMKC','mepIa','owner','nQKKC','jzFml','aAyMf','CApLN','[testcafe-action-patcher]\x20uninstalled','shouldScanForCommand','[testcafe-action-patcher]\x20could\x20not\x20patch\x20','[testcafe-action-patcher]\x20could\x20not\x20restore\x20','\x20TestController\x20methods\x20for\x20accessibility\x20scanning','./a11y-runner','defineProperty','info','TQDhe','[testcafe-action-patcher]\x20wrapped\x20','isRunning','mFmEp','getPrototypeOf','getOwnPropertyDescriptor','../v2/framework/testcafeAutomationFramework','getAccessibilityModule','294994CgxARZ','enumerable','call','PcgJo','debug','path','isArray','lib','name','49746ExxOQz','\x20(test\x20is\x20excluded\x20by\x20includeTagsInTestingScope\x20/\x20excludeTagsInTestingScope)','xYdxP','getState','testcafe/package.json','install','apply','aWWnU','catch','function','dJnwl','oypge','../v2/modules/testcafeDriverModule','default','WeiAx','YHCDt','2771622HwasrK','\x20testName='];a71_0x287f=function(){return _0x58575b;};return a71_0x287f();}a71_0x5bf1b9[a71_0x2db837(0x19a)]=install,a71_0x5bf1b9['uninstall']=uninstall,module[a71_0x2db837(0x162)]=a71_0x5bf1b9;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
'use strict';const
|
|
1
|
+
'use strict';const a72_0x53890b=a72_0x2a17;function a72_0x1d2c(){const _0x38f606=['_password','[w3c-driver]\x20BROWSERSTACK_USERNAME\x20/\x20BROWSERSTACK_ACCESS_KEY\x20not\x20set\x20—\x20cannot\x20authenticate\x20to\x20hub','openSession','[w3c-driver]\x20DELETE\x20/session\x20','json','slice','/execute/sync','W3CDriver',':\x20HTTP\x20','[w3c-driver]\x20hub\x20returned\x20no\x20sessionId:\x20','/execute/async','LoAbd','aHRwn','delete','headers','2499312MSGonS','navigateTo','url','847464DKdKRX','2992409MEoumi','desiredCapabilities','replace','[w3c-driver]\x20POST\x20/session\x20failed:\x20HTTP\x20','toString','/session','quit','args','248crmeLi','webdriver.remote.sessionid','getCurrentUrl','value','_hubUrl','username','/url','capabilities','LPXSI','request','timeout','qfCja','_username','got','hubUrl','debug','stringify','https://','_sessionId','LkQqx','post','_opts','exports','pieiD','BROWSERSTACK_ACCESS_KEY','BROWSERSTACK_USERNAME','cQacl','env','password','/session/','sessionId','YTwSn','9786501AfBVGp','script','test','877926vgsaEt','RQUwp','firstMatch','body','673ZVkfMG','executeAsyncScript','kNANl','statusCode','3DpFWzi','1063905QTXhmm','\x20failed\x20(likely\x20already\x20closed):\x20','winstonLogger','uhMoy'];a72_0x1d2c=function(){return _0x38f606;};return a72_0x1d2c();}(function(_0x2a4145,_0x38d28f){const _0x221255=a72_0x2a17,_0x21bb93=_0x2a4145();while(!![]){try{const _0x4003ea=-parseInt(_0x221255(0x122))/0x1*(-parseInt(_0x221255(0xfb))/0x2)+-parseInt(_0x221255(0x126))/0x3*(-parseInt(_0x221255(0xf2))/0x4)+-parseInt(_0x221255(0x127))/0x5+-parseInt(_0x221255(0x11e))/0x6+-parseInt(_0x221255(0xf3))/0x7+-parseInt(_0x221255(0xef))/0x8+parseInt(_0x221255(0x11b))/0x9;if(_0x4003ea===_0x38d28f)break;else _0x21bb93['push'](_0x21bb93['shift']());}catch(_0x26e3d8){_0x21bb93['push'](_0x21bb93['shift']());}}}(a72_0x1d2c,0x45438));const got=require(a72_0x53890b(0x108)),logger=require('../../helpers/logger')[a72_0x53890b(0x129)],_trim=_0x1de8f5=>(_0x1de8f5||'')['replace'](/\/+$/,'');function _normalizeScheme(_0x498937){const _0x2d971b=a72_0x53890b,_0x4fe166={};_0x4fe166[_0x2d971b(0x124)]=function(_0x361004,_0x2d5521){return _0x361004||_0x2d5521;};const _0x3c9926=_0x4fe166,_0x322a14=_0x3c9926['kNANl'](_0x498937,'')['trim']();if(!_0x322a14)return _0x322a14;if(/^https?:\/\//i[_0x2d971b(0x11d)](_0x322a14))return _0x322a14;return _0x2d971b(0x10c)+_0x322a14[_0x2d971b(0xf5)](/^\/+/,'');}function _resolveAuth(_0x2a80d4){const _0x345c48=a72_0x53890b,_0x3476b0={'cQacl':function(_0x3b0af0,_0x527d39){return _0x3b0af0(_0x527d39);}},_0x333874=_0x3476b0['cQacl'](_normalizeScheme,_0x2a80d4);try{const _0x3ce92f=new URL(_0x333874);if(_0x3ce92f[_0x345c48(0x100)]||_0x3ce92f[_0x345c48(0x117)]){const _0x5876d4=_0x3476b0[_0x345c48(0x115)](decodeURIComponent,_0x3ce92f['username']||''),_0x4ef195=_0x3476b0[_0x345c48(0x115)](decodeURIComponent,_0x3ce92f[_0x345c48(0x117)]||'');return _0x3ce92f[_0x345c48(0x100)]='',_0x3ce92f['password']='',{'username':_0x5876d4,'password':_0x4ef195,'url':_0x3476b0[_0x345c48(0x115)](_trim,_0x3ce92f[_0x345c48(0xf7)]())};}}catch(_0x507743){}return{'username':process[_0x345c48(0x116)][_0x345c48(0x114)]||'','password':process[_0x345c48(0x116)][_0x345c48(0x113)]||'','url':_0x3476b0[_0x345c48(0x115)](_trim,_0x333874)};}class W3CDriver{constructor({hubUrl:_0x3fb59f,sessionId:_0x164aa1,username:_0x680663,password:_0x461020}){const _0x2bd5f6=a72_0x53890b,_0x574404={'MfsOj':function(_0x434f11,_0x2cbc9e){return _0x434f11(_0x2cbc9e);}};this[_0x2bd5f6(0xff)]=_0x574404['MfsOj'](_trim,_0x3fb59f),this[_0x2bd5f6(0x10d)]=_0x164aa1,this[_0x2bd5f6(0x107)]=_0x680663,this[_0x2bd5f6(0xe0)]=_0x461020;}get[a72_0x53890b(0x119)](){const _0x10b8ad=a72_0x53890b;return this[_0x10b8ad(0x10d)];}['_opts'](_0x25f0a4={}){const _0x37c582=a72_0x53890b,_0x4fb6ce={};_0x4fb6ce[_0x37c582(0x10e)]=_0x37c582(0xe4),_0x4fb6ce[_0x37c582(0x103)]='browserstack-node-sdk-testcafe';const _0x50563e=_0x4fb6ce,_0xe4eb63={'username':this[_0x37c582(0x107)],'password':this[_0x37c582(0xe0)],'responseType':_0x50563e[_0x37c582(0x10e)],'headers':{'user-agent':_0x50563e[_0x37c582(0x103)]},'throwHttpErrors':![],..._0x25f0a4};return _0xe4eb63;}async[a72_0x53890b(0xf0)](_0x2b38f1){const _0x4060d4=a72_0x53890b,_0x595f48={};_0x595f48[_0x4060d4(0xec)]=function(_0x4ede91,_0x50f44a){return _0x4ede91>=_0x50f44a;};const _0x526c37=_0x595f48,_0x573d4a={};_0x573d4a[_0x4060d4(0xf1)]=_0x2b38f1;const _0x8c0968={};_0x8c0968[_0x4060d4(0x104)]=0xea60;const _0x470b1b={};_0x470b1b['json']=_0x573d4a,_0x470b1b['timeout']=_0x8c0968;const _0xf8eeb9=await got[_0x4060d4(0x10f)](this[_0x4060d4(0xff)]+_0x4060d4(0x118)+this['_sessionId']+_0x4060d4(0x101),this[_0x4060d4(0x110)](_0x470b1b));if(_0x526c37[_0x4060d4(0xec)](_0xf8eeb9[_0x4060d4(0x125)],0x190))throw new Error('[w3c-driver]\x20POST\x20/url\x20failed\x20for\x20'+this['_sessionId']+_0x4060d4(0xe8)+_0xf8eeb9[_0x4060d4(0x125)]+'\x20'+JSON[_0x4060d4(0x10b)](_0xf8eeb9[_0x4060d4(0x121)])[_0x4060d4(0xe5)](0x0,0x12c));}async[a72_0x53890b(0xfd)](){const _0x465a73=a72_0x53890b,_0x2c7023={};_0x2c7023[_0x465a73(0x104)]=0x7530;const _0x4b0d3c={};_0x4b0d3c[_0x465a73(0x105)]=_0x2c7023;const _0x1d729f=await got['get'](this[_0x465a73(0xff)]+_0x465a73(0x118)+this[_0x465a73(0x10d)]+_0x465a73(0x101),this[_0x465a73(0x110)](_0x4b0d3c));return _0x1d729f[_0x465a73(0x121)]&&_0x1d729f[_0x465a73(0x121)][_0x465a73(0xfe)]||'';}async['executeScript'](_0x5963b1,..._0x369ea2){const _0x51c95e=a72_0x53890b,_0x3d9741={};_0x3d9741[_0x51c95e(0x11c)]=_0x5963b1,_0x3d9741[_0x51c95e(0xfa)]=_0x369ea2;const _0x17be78={};_0x17be78[_0x51c95e(0x104)]=0xea60;const _0x13c84f={};_0x13c84f[_0x51c95e(0xe4)]=_0x3d9741,_0x13c84f[_0x51c95e(0x105)]=_0x17be78;const _0x3197bd=await got[_0x51c95e(0x10f)](this[_0x51c95e(0xff)]+_0x51c95e(0x118)+this[_0x51c95e(0x10d)]+_0x51c95e(0xe6),this[_0x51c95e(0x110)](_0x13c84f));return _0x3197bd[_0x51c95e(0x121)]&&_0x3197bd[_0x51c95e(0x121)]['value'];}async[a72_0x53890b(0x123)](_0x3f5b26,..._0x1ec084){const _0x47115d=a72_0x53890b,_0x2296ed={};_0x2296ed['script']=_0x3f5b26,_0x2296ed[_0x47115d(0xfa)]=_0x1ec084;const _0x428176={};_0x428176[_0x47115d(0x104)]=0x1d4c0;const _0x18ffe3={};_0x18ffe3['json']=_0x2296ed,_0x18ffe3['timeout']=_0x428176;const _0x5a738b=await got[_0x47115d(0x10f)](this[_0x47115d(0xff)]+_0x47115d(0x118)+this[_0x47115d(0x10d)]+_0x47115d(0xea),this[_0x47115d(0x110)](_0x18ffe3));return _0x5a738b[_0x47115d(0x121)]&&_0x5a738b[_0x47115d(0x121)]['value'];}async[a72_0x53890b(0xf9)](){const _0x2a71f2=a72_0x53890b;try{const _0x26177f={};_0x26177f['request']=0x7530;const _0x1db36b={};_0x1db36b['timeout']=_0x26177f,await got[_0x2a71f2(0xed)](this['_hubUrl']+_0x2a71f2(0x118)+this[_0x2a71f2(0x10d)],this[_0x2a71f2(0x110)](_0x1db36b));}catch(_0x369841){logger[_0x2a71f2(0x10a)](_0x2a71f2(0xe3)+this[_0x2a71f2(0x10d)]+_0x2a71f2(0x128)+_0x369841['message']);}}}async function openSession({hubUrl:_0x42e1fd,capabilities:_0x3f57f3}){const _0x5056cd=a72_0x53890b,_0x240c7e={'YTwSn':function(_0x14b7ac,_0x18e75b){return _0x14b7ac(_0x18e75b);},'JuuZD':function(_0x35372c,_0x44f488){return _0x35372c||_0x44f488;},'qfCja':_0x5056cd(0xe1),'pieiD':_0x5056cd(0xe4),'LoAbd':'browserstack-node-sdk-testcafe','uhMoy':function(_0x4b34c1,_0x58bfee){return _0x4b34c1>=_0x58bfee;},'RQUwp':_0x5056cd(0xfc),'upfOg':function(_0x57ba83,_0x2b116b){return _0x57ba83>_0x2b116b;}},{username:_0x2273f6,password:_0x13369c,url:_0xeadec}=_0x240c7e[_0x5056cd(0x11a)](_resolveAuth,_0x42e1fd);if(_0x240c7e['JuuZD'](!_0x2273f6,!_0x13369c))throw new Error(_0x240c7e[_0x5056cd(0x106)]);const _0xd6840a={};_0xd6840a['alwaysMatch']=_0x3f57f3,_0xd6840a[_0x5056cd(0x120)]=[{}];const _0x54e5de={};_0x54e5de['capabilities']=_0xd6840a,_0x54e5de[_0x5056cd(0xf4)]=_0x3f57f3;const _0x5d3b25=_0x54e5de,_0x1eb8ec={};_0x1eb8ec[_0x5056cd(0x104)]=0x1d4c0;const _0x3e3252={};_0x3e3252[_0x5056cd(0xe4)]=_0x5d3b25,_0x3e3252['username']=_0x2273f6,_0x3e3252[_0x5056cd(0x117)]=_0x13369c,_0x3e3252['responseType']=_0x240c7e[_0x5056cd(0x112)],_0x3e3252[_0x5056cd(0xee)]={},_0x3e3252['throwHttpErrors']=![],_0x3e3252['timeout']=_0x1eb8ec,_0x3e3252[_0x5056cd(0xee)]['user-agent']=_0x240c7e[_0x5056cd(0xeb)];const _0x1783f9=await got[_0x5056cd(0x10f)](_0xeadec+_0x5056cd(0xf8),_0x3e3252);if(_0x240c7e[_0x5056cd(0x12a)](_0x1783f9[_0x5056cd(0x125)],0x190))throw new Error(_0x5056cd(0xf6)+_0x1783f9[_0x5056cd(0x125)]+'\x20'+JSON['stringify'](_0x1783f9[_0x5056cd(0x121)])['slice'](0x0,0x190));const _0x257a25=_0x1783f9[_0x5056cd(0x121)]||{},_0x1882f1=_0x257a25[_0x5056cd(0xfe)]||{},_0x109a05=_0x1882f1[_0x5056cd(0x102)]||{},_0x34d670=_0x257a25[_0x5056cd(0x119)]||_0x1882f1[_0x5056cd(0x119)]||_0x1882f1[_0x240c7e[_0x5056cd(0x11f)]]||_0x109a05[_0x240c7e['RQUwp']];if(!_0x34d670)throw new Error(_0x5056cd(0xe9)+JSON[_0x5056cd(0x10b)](_0x257a25)['slice'](0x0,0x190));const _0x598d29={};return _0x598d29[_0x5056cd(0x109)]=_0xeadec,_0x598d29[_0x5056cd(0x119)]=_0x34d670,_0x598d29[_0x5056cd(0x100)]=_0x2273f6,_0x598d29[_0x5056cd(0x117)]=_0x13369c,{'driver':new W3CDriver(_0x598d29),'sessionId':_0x34d670,'capabilities':_0x240c7e['upfOg'](Object['keys'](_0x109a05)['length'],0x0)?_0x109a05:_0x3f57f3};}const a72_0x15ddd3={};function a72_0x2a17(_0x14d734,_0x457983){const _0x1d2cfc=a72_0x1d2c();return a72_0x2a17=function(_0x2a1718,_0x2cfee5){_0x2a1718=_0x2a1718-0xe0;let _0x137c83=_0x1d2cfc[_0x2a1718];return _0x137c83;},a72_0x2a17(_0x14d734,_0x457983);}a72_0x15ddd3[a72_0x53890b(0xe2)]=openSession,a72_0x15ddd3[a72_0x53890b(0xe7)]=W3CDriver,module[a72_0x53890b(0x111)]=a72_0x15ddd3;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function a73_0x33d7(){const _0xcc43e9=['Stnpq','cdp','OAzuS','qFWFi','getAppAutomateSessionNameAPIUrl','Azvhy','acQrs','YudAo','16qMqnFj','yNenC','ocddc','WcXFh','sIEdy','replace','3823893goRZbj','getAutomateSessionsListAPIUrl','qrxkd','KdlYp','getAppAutomateUploadAPIUrl','ULgBq','getAutomateSessionNameAPIUrl','appAutomate','OBSERVABILITY_UPLOAD_URL','getConfig','bLXLu','tJXBW','MkBTM','bsstag.com','lRYfB','getInstance','Bebde','HJouB','SymfD','WvgBe','Uyjpz','endsWith','ssivG','CIxMs','hTPlq','api','UCkuA','bAJYr','ovtgT','/playwright?caps=','1rOneMe','vUPAB','wss:','ojbWj','GFCVB','yBGrz','CsLxJ','APP_UPLOAD_URL','FpCml','zDmmn','17771148bLSBPQ','BVMMC','jjREU','./sharedUtils','kQDSL','WePDL','PLAYWRIGHT_HUB_URL','getAutomateSessionStatusAPIUrl','11061855YKmqjY','hYwXv','roERW','getAppAutomateSessionsListAPIUrl','JsjsZ','../v2/browserstackCLI','JIuPE','GOwct','3944968MJGCbW','8560284PJjJUC','xpNWL','observability','yhhTl','MNZFq','OnzHL','sCoIt','apis','xKlrk','3644510YMsTrt','BROWSERSTACK_API_URL','puOJW','ilRWN','PUPPETEER_HUB_URL','wPLKe','getPlaywrightHubUrl','MHImT','dmALj','upload','XQkZx','OlHDK','UnnMA','/puppeteer?caps=','toString','UKQfX','zXADS','eVKOG','nYIyN','HmpAo','sMZPP','SCvGD','sLWwf','DygVk','./constants','getBStackAPIUrl','automate','some','rOMpt','2661236iTTJKV','getPuppeteerHubUrl','getAutoCaptureLogsAPIUrl'];a73_0x33d7=function(){return _0xcc43e9;};return a73_0x33d7();}const a73_0x501c0a=a73_0x1fb9;(function(_0x22c9cb,_0x28d7ba){const _0x2145a8=a73_0x1fb9,_0xf587d4=_0x22c9cb();while(!![]){try{const _0xc4915c=parseInt(_0x2145a8(0x178))/0x1*(parseInt(_0x2145a8(0x149))/0x2)+-parseInt(_0x2145a8(0x15a))/0x3+parseInt(_0x2145a8(0x192))/0x4+parseInt(_0x2145a8(0x19c))/0x5+parseInt(_0x2145a8(0x193))/0x6+parseInt(_0x2145a8(0x18a))/0x7+-parseInt(_0x2145a8(0x154))/0x8*(parseInt(_0x2145a8(0x182))/0x9);if(_0xc4915c===_0x28d7ba)break;else _0xf587d4['push'](_0xf587d4['shift']());}catch(_0x3a9033){_0xf587d4['push'](_0xf587d4['shift']());}}}(a73_0x33d7,0xca626));const constants=require(a73_0x501c0a(0x1b4)),{nestedKeyValue}=require(a73_0x501c0a(0x185)),getBrowserstackCLI=()=>{const _0x59b880=a73_0x501c0a,_0x4a70ae={'yNenC':function(_0x3e8c71,_0x496296){return _0x3e8c71(_0x496296);},'nzHQR':_0x59b880(0x18f)};return _0x4a70ae[_0x59b880(0x155)](require,_0x4a70ae['nzHQR']);},ALLOWED_API_HOST_SUFFIXES=['browserstack.com',a73_0x501c0a(0x167)],isAllowedApiHost=_0x85ef1f=>{const _0x573ce9=a73_0x501c0a;try{const {hostname:_0x4c5f23}=new URL(_0x85ef1f);return ALLOWED_API_HOST_SUFFIXES[_0x573ce9(0x147)](_0x2fa787=>_0x4c5f23===_0x2fa787||_0x4c5f23[_0x573ce9(0x16f)]('.'+_0x2fa787));}catch{return![];}},safeApiHost=(_0x1220f7,_0x5c244e)=>{const _0x32a831={'DFieL':function(_0x258d64,_0xbda61){return _0x258d64(_0xbda61);}};if(_0x1220f7&&_0x32a831['DFieL'](isAllowedApiHost,_0x1220f7))return _0x1220f7;return _0x5c244e;};function a73_0x1fb9(_0xd54726,_0x357628){const _0x33d736=a73_0x33d7();return a73_0x1fb9=function(_0x1fb9c3,_0x3ee463){_0x1fb9c3=_0x1fb9c3-0x147;let _0x2bf9d7=_0x33d736[_0x1fb9c3];return _0x2bf9d7;},a73_0x1fb9(_0xd54726,_0x357628);}class APIUtilityMethods{static[a73_0x501c0a(0x1b5)](_0x1bf1db){const _0x5b1e44=a73_0x501c0a,_0x5e3544={'CsLxJ':function(_0x26d1c4){return _0x26d1c4();},'ilRWN':function(_0x19a2b7,_0x45906f,_0x543ad9){return _0x19a2b7(_0x45906f,_0x543ad9);},'SCvGD':_0x5b1e44(0x19a),'kjcbq':_0x5b1e44(0x1b6),'YudAo':_0x5b1e44(0x173),'tJXBW':function(_0x27b346,_0x5b3614,_0x32b089){return _0x27b346(_0x5b3614,_0x32b089);},'Bebde':function(_0x34bc3e,_0x1a8479){return _0x34bc3e===_0x1a8479;},'HmpAo':function(_0x10cb6d,_0x54b5ce){return _0x10cb6d+_0x54b5ce;}},_0x253f75=_0x5e3544[_0x5b1e44(0x17e)](getBrowserstackCLI),_0x2cbee7=_0x5e3544[_0x5b1e44(0x19f)](nestedKeyValue,_0x253f75[_0x5b1e44(0x169)]()['getConfig'](),[_0x5e3544[_0x5b1e44(0x1b1)],_0x5e3544['kjcbq'],_0x5e3544[_0x5b1e44(0x153)]]),_0x53f099=_0x5e3544[_0x5b1e44(0x165)](safeApiHost,_0x2cbee7,constants[_0x5b1e44(0x19d)]);if(!_0x1bf1db||_0x5e3544[_0x5b1e44(0x16a)](_0x1bf1db,''))return _0x53f099;const _0x30c67c=_0x53f099[_0x5b1e44(0x16f)]('/')?_0x53f099:_0x5e3544[_0x5b1e44(0x1af)](_0x53f099,'/');return new URL(_0x1bf1db,_0x30c67c)[_0x5b1e44(0x1aa)]();}static['getEdsInstrumentationAPIUrl'](_0xb08cec){const _0x4c3f2f=a73_0x501c0a,_0x5aa50d={'puOJW':function(_0x4589f8){return _0x4589f8();},'bLXLu':function(_0x324de5,_0x3aba65,_0x1b6380){return _0x324de5(_0x3aba65,_0x1b6380);},'UKQfX':_0x4c3f2f(0x19a),'bAJYr':'edsInstrumentation','ULgBq':_0x4c3f2f(0x173),'KdlYp':function(_0x11e381,_0x38e82b){return _0x11e381===_0x38e82b;},'SOIyU':function(_0x388015,_0x150489){return _0x388015+_0x150489;}},_0xbd29e5=_0x5aa50d[_0x4c3f2f(0x19e)](getBrowserstackCLI),_0x59f531=_0x5aa50d[_0x4c3f2f(0x164)](nestedKeyValue,_0xbd29e5['getInstance']()['getConfig'](),[_0x5aa50d[_0x4c3f2f(0x1ab)],_0x5aa50d[_0x4c3f2f(0x175)],_0x5aa50d[_0x4c3f2f(0x15f)]])||constants['EDS_URL'];if(!_0xb08cec||_0x5aa50d[_0x4c3f2f(0x15d)](_0xb08cec,''))return _0x59f531;const _0x137ffe=_0x59f531['endsWith']('/')?_0x59f531:_0x5aa50d['SOIyU'](_0x59f531,'/');return new URL(_0xb08cec,_0x137ffe)['toString']();}static[a73_0x501c0a(0x189)](_0x3fa714){const _0x143aea=a73_0x501c0a,_0x40ea59={'MkBTM':function(_0x210373){return _0x210373();},'xpNWL':function(_0x5c2fe2,_0x424e6b,_0x2487a9){return _0x5c2fe2(_0x424e6b,_0x2487a9);},'WePDL':_0x143aea(0x19a),'kQDSL':_0x143aea(0x1b6),'xKlrk':_0x143aea(0x173),'qrxkd':function(_0x46736f,_0x2bec03){return _0x46736f===_0x2bec03;},'eVKOG':function(_0x1eb05b,_0x25d96e){return _0x1eb05b+_0x25d96e;}},_0x3288e3=_0x40ea59[_0x143aea(0x166)](getBrowserstackCLI),_0x293641=_0x40ea59[_0x143aea(0x194)](nestedKeyValue,_0x3288e3['getInstance']()[_0x143aea(0x163)](),[_0x40ea59[_0x143aea(0x187)],_0x40ea59[_0x143aea(0x186)],_0x40ea59[_0x143aea(0x19b)]])||constants[_0x143aea(0x19d)];if(!_0x3fa714||_0x40ea59[_0x143aea(0x15c)](_0x3fa714,''))return _0x293641;const _0x13147d=_0x293641[_0x143aea(0x16f)]('/')?_0x293641:_0x40ea59[_0x143aea(0x1ad)](_0x293641,'/');return new URL(_0x3fa714,_0x13147d)[_0x143aea(0x1aa)]();}static['getAppAutomateSessionStatusAPIUrl'](_0x5798e8){const _0x25b942=a73_0x501c0a,_0x38ef8b={'daTtA':function(_0x219e9f){return _0x219e9f();},'Zsyte':function(_0x34dae8,_0xcc1f90,_0x3386a4){return _0x34dae8(_0xcc1f90,_0x3386a4);},'IbNvy':'apis','sIEdy':_0x25b942(0x161),'yhhTl':_0x25b942(0x173),'zZuWQ':function(_0x2ebdbf,_0x26d6da){return _0x2ebdbf===_0x26d6da;},'pgIjv':function(_0x362bfe,_0x1dd3c8){return _0x362bfe+_0x1dd3c8;}},_0x15382e=_0x38ef8b['daTtA'](getBrowserstackCLI),_0x592e2b=_0x38ef8b['Zsyte'](nestedKeyValue,_0x15382e[_0x25b942(0x169)]()[_0x25b942(0x163)](),[_0x38ef8b['IbNvy'],_0x38ef8b[_0x25b942(0x158)],_0x38ef8b[_0x25b942(0x196)]])||constants['BROWSERSTACK_API_URL'];if(!_0x5798e8||_0x38ef8b['zZuWQ'](_0x5798e8,''))return _0x592e2b;const _0x52f666=_0x592e2b[_0x25b942(0x16f)]('/')?_0x592e2b:_0x38ef8b['pgIjv'](_0x592e2b,'/');return new URL(_0x5798e8,_0x52f666)[_0x25b942(0x1aa)]();}static[a73_0x501c0a(0x160)](_0x3c0498){const _0x1edb08=a73_0x501c0a,_0x27c471={'OlHDK':function(_0x8b4954){return _0x8b4954();},'yBGrz':function(_0x578ea5,_0x1862b0,_0x291521){return _0x578ea5(_0x1862b0,_0x291521);},'Azvhy':_0x1edb08(0x19a),'hTPlq':_0x1edb08(0x1b6),'CIxMs':_0x1edb08(0x173),'Uyjpz':function(_0x576392,_0x474636){return _0x576392===_0x474636;},'jjREU':function(_0x5a40df,_0x361c8a){return _0x5a40df+_0x361c8a;}},_0x538889=_0x27c471[_0x1edb08(0x1a7)](getBrowserstackCLI),_0x2d59a5=_0x27c471[_0x1edb08(0x17d)](nestedKeyValue,_0x538889[_0x1edb08(0x169)]()[_0x1edb08(0x163)](),[_0x27c471[_0x1edb08(0x151)],_0x27c471[_0x1edb08(0x172)],_0x27c471[_0x1edb08(0x171)]])||constants[_0x1edb08(0x19d)];if(!_0x3c0498||_0x27c471[_0x1edb08(0x16e)](_0x3c0498,''))return _0x2d59a5;const _0x7cca7a=_0x2d59a5['endsWith']('/')?_0x2d59a5:_0x27c471[_0x1edb08(0x184)](_0x2d59a5,'/');return new URL(_0x3c0498,_0x7cca7a)[_0x1edb08(0x1aa)]();}static[a73_0x501c0a(0x150)](_0xadc5cc){const _0x10e63f=a73_0x501c0a,_0x18dbd0={'hYwXv':function(_0x47a28f){return _0x47a28f();},'roERW':function(_0x3b73f5,_0x1f647d,_0x157c88){return _0x3b73f5(_0x1f647d,_0x157c88);},'rOMpt':_0x10e63f(0x19a),'HXvYA':_0x10e63f(0x161),'XQkZx':_0x10e63f(0x173),'ovtgT':function(_0x4eecf1,_0x5df679){return _0x4eecf1===_0x5df679;},'zXADS':function(_0x3d11ff,_0x8f3605){return _0x3d11ff+_0x8f3605;}},_0x4d4968=_0x18dbd0[_0x10e63f(0x18b)](getBrowserstackCLI),_0x87ac1f=_0x18dbd0[_0x10e63f(0x18c)](nestedKeyValue,_0x4d4968[_0x10e63f(0x169)]()[_0x10e63f(0x163)](),[_0x18dbd0[_0x10e63f(0x148)],_0x18dbd0['HXvYA'],_0x18dbd0[_0x10e63f(0x1a6)]])||constants['BROWSERSTACK_API_URL'];if(!_0xadc5cc||_0x18dbd0[_0x10e63f(0x176)](_0xadc5cc,''))return _0x87ac1f;const _0x25e7cd=_0x87ac1f[_0x10e63f(0x16f)]('/')?_0x87ac1f:_0x18dbd0[_0x10e63f(0x1ac)](_0x87ac1f,'/');return new URL(_0xadc5cc,_0x25e7cd)[_0x10e63f(0x1aa)]();}static[a73_0x501c0a(0x15b)](_0xb3221){const _0x526668=a73_0x501c0a,_0x18583e={'NyFDB':function(_0x33adc2){return _0x33adc2();},'OAzuS':function(_0x12d835,_0x447970,_0x3c8e28){return _0x12d835(_0x447970,_0x3c8e28);},'vUPAB':_0x526668(0x19a),'dHbWA':_0x526668(0x1b6),'SymfD':_0x526668(0x173),'sLWwf':function(_0x390781,_0x4f8412){return _0x390781===_0x4f8412;},'JIuPE':function(_0x4a982d,_0x2fe9d9){return _0x4a982d+_0x2fe9d9;}},_0x54bed4=_0x18583e['NyFDB'](getBrowserstackCLI),_0xae313=_0x18583e[_0x526668(0x14e)](nestedKeyValue,_0x54bed4[_0x526668(0x169)]()['getConfig'](),[_0x18583e[_0x526668(0x179)],_0x18583e['dHbWA'],_0x18583e[_0x526668(0x16c)]])||constants[_0x526668(0x19d)];if(!_0xb3221||_0x18583e[_0x526668(0x1b2)](_0xb3221,''))return _0xae313;const _0x1964c4=_0xae313[_0x526668(0x16f)]('/')?_0xae313:_0x18583e[_0x526668(0x190)](_0xae313,'/');return new URL(_0xb3221,_0x1964c4)[_0x526668(0x1aa)]()[_0x526668(0x159)](/^https?:\/\//,'');}static[a73_0x501c0a(0x18d)](_0x3f1ffa){const _0x17fd45=a73_0x501c0a,_0x1b9415={'lRYfB':function(_0x1d26d4){return _0x1d26d4();},'IUVju':function(_0x2725d0,_0x3afc2e,_0x2c2b16){return _0x2725d0(_0x3afc2e,_0x2c2b16);},'MNZFq':_0x17fd45(0x19a),'sCoIt':_0x17fd45(0x161),'acQrs':_0x17fd45(0x173),'MHImT':function(_0x318b8a,_0x11f405){return _0x318b8a===_0x11f405;},'OnzHL':function(_0x166a6a,_0x2d4082){return _0x166a6a+_0x2d4082;}},_0x469d84=_0x1b9415[_0x17fd45(0x168)](getBrowserstackCLI),_0x2ca720=_0x1b9415['IUVju'](nestedKeyValue,_0x469d84['getInstance']()[_0x17fd45(0x163)](),[_0x1b9415[_0x17fd45(0x197)],_0x1b9415[_0x17fd45(0x199)],_0x1b9415[_0x17fd45(0x152)]])||constants[_0x17fd45(0x17f)];if(!_0x3f1ffa||_0x1b9415[_0x17fd45(0x1a3)](_0x3f1ffa,''))return _0x2ca720;const _0x49fc98=_0x2ca720[_0x17fd45(0x16f)]('/')?_0x2ca720:_0x1b9415[_0x17fd45(0x198)](_0x2ca720,'/');return new URL(_0x3f1ffa,_0x49fc98)['toString']()['replace'](/^https?:\/\//,'');}static[a73_0x501c0a(0x15e)](_0x1027b0){const _0x3867e4=a73_0x501c0a,_0x19a66e={'WvgBe':function(_0x196c23){return _0x196c23();},'ojbWj':function(_0x228189,_0xe1cf76,_0x57567a){return _0x228189(_0xe1cf76,_0x57567a);},'BiflO':'apis','bEEtP':_0x3867e4(0x161),'cEbdt':_0x3867e4(0x1a5),'pTeOL':_0x3867e4(0x173),'nYIyN':function(_0x3ee55a,_0x174f85){return _0x3ee55a===_0x174f85;},'zADEp':function(_0x596d5a,_0x48ac3b){return _0x596d5a+_0x48ac3b;}},_0x47a4a7=_0x19a66e[_0x3867e4(0x16d)](getBrowserstackCLI),_0x520a6a=_0x19a66e[_0x3867e4(0x17b)](nestedKeyValue,_0x47a4a7[_0x3867e4(0x169)]()['getConfig'](),[_0x19a66e['BiflO'],_0x19a66e['bEEtP'],_0x19a66e['cEbdt']])||_0x19a66e['ojbWj'](nestedKeyValue,_0x47a4a7[_0x3867e4(0x169)]()[_0x3867e4(0x163)](),[_0x19a66e['BiflO'],_0x19a66e['bEEtP'],_0x19a66e['pTeOL']])||constants[_0x3867e4(0x17f)];if(!_0x1027b0||_0x19a66e[_0x3867e4(0x1ae)](_0x1027b0,''))return _0x520a6a;const _0x3834ee=_0x520a6a['endsWith']('/')?_0x520a6a:_0x19a66e['zADEp'](_0x520a6a,'/');return new URL(_0x1027b0,_0x3834ee)['toString']();}static[a73_0x501c0a(0x14b)](_0x2b083b){const _0x5fa145=a73_0x501c0a,_0x3c8940={'pshBW':function(_0x28988e){return _0x28988e();},'wPLKe':function(_0x51ac6e,_0x16831c,_0x51fe5d){return _0x51ac6e(_0x16831c,_0x51fe5d);},'DygVk':_0x5fa145(0x19a),'ssivG':_0x5fa145(0x195),'GOwct':'upload','UCkuA':function(_0x2b85d8,_0x4af7ae){return _0x2b85d8===_0x4af7ae;},'BVMMC':function(_0x45140c,_0x50ecd2){return _0x45140c+_0x50ecd2;}},_0x1c0438=_0x3c8940['pshBW'](getBrowserstackCLI),_0x396c26=_0x3c8940[_0x5fa145(0x1a1)](nestedKeyValue,_0x1c0438['getInstance']()[_0x5fa145(0x163)](),[_0x3c8940[_0x5fa145(0x1b3)],_0x3c8940[_0x5fa145(0x170)],_0x3c8940[_0x5fa145(0x191)]])||constants[_0x5fa145(0x162)];if(!_0x2b083b||_0x3c8940[_0x5fa145(0x174)](_0x2b083b,''))return _0x396c26;const _0x3db93f=_0x396c26['endsWith']('/')?_0x396c26:_0x3c8940[_0x5fa145(0x183)](_0x396c26,'/');return new URL(_0x2b083b,_0x3db93f)[_0x5fa145(0x1aa)]();}static[a73_0x501c0a(0x1a2)](_0x5a663d){const _0x4a3d57=a73_0x501c0a,_0x3263a5={'Stnpq':function(_0x159441){return _0x159441();},'TtDqZ':function(_0x3076b1,_0x9b99e1,_0x40c0e0){return _0x3076b1(_0x9b99e1,_0x40c0e0);},'qFWFi':_0x4a3d57(0x19a),'ocddc':'automate','QfWLR':'cdp','HJouB':_0x4a3d57(0x17a),'QMxtP':function(_0x444efa,_0x327386){return _0x444efa===_0x327386;},'FpCml':function(_0x384421,_0x2e79e3){return _0x384421+_0x2e79e3;},'zDmmn':_0x4a3d57(0x177)},_0x1219a2=_0x3263a5[_0x4a3d57(0x14c)](getBrowserstackCLI),_0x24017c=_0x3263a5['TtDqZ'](nestedKeyValue,_0x1219a2[_0x4a3d57(0x169)]()[_0x4a3d57(0x163)](),[_0x3263a5[_0x4a3d57(0x14f)],_0x3263a5[_0x4a3d57(0x156)],_0x3263a5['QfWLR']]),_0x41b415=(_0x24017c?_0x24017c[_0x4a3d57(0x159)](/^https:/,_0x3263a5[_0x4a3d57(0x16b)]):null)||constants[_0x4a3d57(0x188)];let _0x498adb;if(!_0x5a663d||_0x3263a5['QMxtP'](_0x5a663d,''))_0x498adb=_0x41b415;else{const _0x1dbac1=_0x41b415['endsWith']('/')?_0x41b415:_0x3263a5[_0x4a3d57(0x180)](_0x41b415,'/');_0x498adb=new URL(_0x5a663d,_0x1dbac1)[_0x4a3d57(0x1aa)]();}return!_0x498adb['endsWith'](_0x3263a5['zDmmn'])&&(_0x498adb+=_0x3263a5[_0x4a3d57(0x181)]),_0x498adb;}static[a73_0x501c0a(0x14a)](_0x83383f){const _0x319408=a73_0x501c0a,_0x218b80={'OZyzj':function(_0x4f64c){return _0x4f64c();},'JsjsZ':function(_0x19e252,_0x514cfa,_0x2f4e62){return _0x19e252(_0x514cfa,_0x2f4e62);},'BaqoP':'apis','GFCVB':_0x319408(0x1b6),'WcXFh':_0x319408(0x14d),'UnnMA':'wss:','sMZPP':function(_0xe547e5,_0x330d6b){return _0xe547e5===_0x330d6b;},'ksIeR':function(_0x4740f1,_0x4dc7ba){return _0x4740f1+_0x4dc7ba;},'dmALj':_0x319408(0x1a9)},_0x230651=_0x218b80['OZyzj'](getBrowserstackCLI),_0x44b69e=_0x218b80[_0x319408(0x18e)](nestedKeyValue,_0x230651[_0x319408(0x169)]()[_0x319408(0x163)](),[_0x218b80['BaqoP'],_0x218b80[_0x319408(0x17c)],_0x218b80[_0x319408(0x157)]]),_0x4f1f8=(_0x44b69e?_0x44b69e[_0x319408(0x159)](/^https:/,_0x218b80[_0x319408(0x1a8)]):null)||constants[_0x319408(0x1a0)];let _0x1117f2;if(!_0x83383f||_0x218b80[_0x319408(0x1b0)](_0x83383f,''))_0x1117f2=_0x4f1f8;else{const _0x19961d=_0x4f1f8['endsWith']('/')?_0x4f1f8:_0x218b80['ksIeR'](_0x4f1f8,'/');_0x1117f2=new URL(_0x83383f,_0x19961d)[_0x319408(0x1aa)]();}return!_0x1117f2[_0x319408(0x16f)](_0x218b80[_0x319408(0x1a4)])&&(_0x1117f2+=_0x218b80[_0x319408(0x1a4)]),_0x1117f2;}}module['exports']=APIUtilityMethods;
|
|
1
|
+
function a73_0x3315(){const _0x57c1e3=['PLAYWRIGHT_HUB_URL','fvJIh','Azepw','KZELi','AAJRV','NwAWP','eCxkw','apis','7577960PzFtyU','UEvmY','sxtXE','irCJx','915596AOQNeJ','./constants','EWkMU','lOeGH','drsDG','upload','WbfNJ','wlqJH','neELW','toString','NTUpH','yNFpX','yWCvL','zSwFV','yVobw','5042574MPkzkv','ObElf','JFBpY','iCTju','edsInstrumentation','CHVmq','replace','NzLeR','getInstance','endsWith','wulnc','zAVUl','pzLLc','PUPPETEER_HUB_URL','rdbSm','mHiPK','ksYly','getAutomateSessionsListAPIUrl','1575516LxDlDB','YxZrZ','438796CIPKqd','getEdsInstrumentationAPIUrl','fdnQU','qLfnu','MbnRD','getAutoCaptureLogsAPIUrl','wss:','/playwright?caps=','getConfig','getPuppeteerHubUrl','13288816ixmDXy','getAppAutomateSessionStatusAPIUrl','cdp','BROWSERSTACK_API_URL','bsstag.com','TQCfq','Zbtiy','owOCd','PjWpa','getPlaywrightHubUrl','SmQhp','./sharedUtils','TaBlF','FOErb','/puppeteer?caps=','OBSERVABILITY_UPLOAD_URL','uUvth','appAutomate','OdpXN','7WAvdTL','xxWNf','ufkLb','UkinE','NOwHw','auPdl','zrnam','browserstack.com','JeHSO','vOUiT','XptrW','mtvqP','prZbX','EoqKt','fvHem','RgPbB','yWijq','FKMOJ','WcxSO','automate','../v2/browserstackCLI','getAppAutomateUploadAPIUrl','xptHS','VfsBA','Doqdh','api','hUkCG','336222ZLapJo','fPLsM','getAppAutomateSessionNameAPIUrl','getBStackAPIUrl','EDS_URL','nvqBu','LziIH'];a73_0x3315=function(){return _0x57c1e3;};return a73_0x3315();}const a73_0x5f3933=a73_0x23d9;function a73_0x23d9(_0x495d64,_0x25aaf2){const _0x33154e=a73_0x3315();return a73_0x23d9=function(_0x23d98f,_0x49032b){_0x23d98f=_0x23d98f-0x162;let _0x46193f=_0x33154e[_0x23d98f];return _0x46193f;},a73_0x23d9(_0x495d64,_0x25aaf2);}(function(_0x126d76,_0x548a3b){const _0x50e728=a73_0x23d9,_0x250621=_0x126d76();while(!![]){try{const _0x1088ca=parseInt(_0x50e728(0x189))/0x1+parseInt(_0x50e728(0x168))/0x2+-parseInt(_0x50e728(0x1c3))/0x3+-parseInt(_0x50e728(0x18b))/0x4+parseInt(_0x50e728(0x164))/0x5+-parseInt(_0x50e728(0x177))/0x6+-parseInt(_0x50e728(0x1a8))/0x7*(parseInt(_0x50e728(0x195))/0x8);if(_0x1088ca===_0x548a3b)break;else _0x250621['push'](_0x250621['shift']());}catch(_0x1cfeec){_0x250621['push'](_0x250621['shift']());}}}(a73_0x3315,0xc9902));const constants=require(a73_0x5f3933(0x169)),{nestedKeyValue}=require(a73_0x5f3933(0x1a0)),getBrowserstackCLI=()=>{const _0x565314=a73_0x5f3933,_0x336e8e={'dNLvw':function(_0x27b85b,_0x326a15){return _0x27b85b(_0x326a15);},'iCTju':_0x565314(0x1bc)};return _0x336e8e['dNLvw'](require,_0x336e8e[_0x565314(0x17a)]);},ALLOWED_API_HOST_SUFFIXES=[a73_0x5f3933(0x1af),a73_0x5f3933(0x199)],isAllowedApiHost=_0x5a52a6=>{const _0xd34d4f=a73_0x5f3933;try{const {hostname:_0x5062d2}=new URL(_0x5a52a6);return ALLOWED_API_HOST_SUFFIXES['some'](_0x4f8e43=>_0x5062d2===_0x4f8e43||_0x5062d2[_0xd34d4f(0x180)]('.'+_0x4f8e43));}catch{return![];}},safeApiHost=(_0x5297ac,_0x50c366)=>{const _0x35eaa7=a73_0x5f3933,_0x30cfdb={'rdbSm':function(_0x1854ed,_0x5c0e49){return _0x1854ed(_0x5c0e49);}};if(_0x5297ac&&_0x30cfdb[_0x35eaa7(0x185)](isAllowedApiHost,_0x5297ac))return _0x5297ac;return _0x50c366;};class APIUtilityMethods{static[a73_0x5f3933(0x1c6)](_0x4f5d6e){const _0x37ed2f=a73_0x5f3933,_0xa8651c={'kLqUX':function(_0x3cb25a){return _0x3cb25a();},'TaBlF':function(_0xbf24a,_0x180200,_0x3f9334){return _0xbf24a(_0x180200,_0x3f9334);},'MbnRD':_0x37ed2f(0x163),'qLfnu':_0x37ed2f(0x1bb),'NOwHw':_0x37ed2f(0x1c1),'fvJIh':function(_0x11ed74,_0x5f348e,_0x4959fa){return _0x11ed74(_0x5f348e,_0x4959fa);},'nrpPv':function(_0x5a3912,_0x27c397){return _0x5a3912===_0x27c397;},'AAJRV':function(_0x596866,_0x43ba2f){return _0x596866+_0x43ba2f;}},_0x5e45b3=_0xa8651c['kLqUX'](getBrowserstackCLI),_0x2b9175=_0xa8651c[_0x37ed2f(0x1a1)](nestedKeyValue,_0x5e45b3[_0x37ed2f(0x17f)]()[_0x37ed2f(0x193)](),[_0xa8651c[_0x37ed2f(0x18f)],_0xa8651c[_0x37ed2f(0x18e)],_0xa8651c[_0x37ed2f(0x1ac)]]),_0x2af6a7=_0xa8651c[_0x37ed2f(0x1cb)](safeApiHost,_0x2b9175,constants[_0x37ed2f(0x198)]);if(!_0x4f5d6e||_0xa8651c['nrpPv'](_0x4f5d6e,''))return _0x2af6a7;const _0x3fa31f=_0x2af6a7['endsWith']('/')?_0x2af6a7:_0xa8651c[_0x37ed2f(0x1ce)](_0x2af6a7,'/');return new URL(_0x4f5d6e,_0x3fa31f)[_0x37ed2f(0x171)]();}static[a73_0x5f3933(0x18c)](_0x43e144){const _0x3d0c06=a73_0x5f3933,_0x22b7d2={'FLwca':function(_0x2264b9){return _0x2264b9();},'OZJga':function(_0xfbe2b7,_0x54debb,_0x27df80){return _0xfbe2b7(_0x54debb,_0x27df80);},'yVobw':_0x3d0c06(0x163),'LziIH':_0x3d0c06(0x17b),'SYKdI':_0x3d0c06(0x1c1),'WcxSO':function(_0x35f298,_0x3946e3){return _0x35f298===_0x3946e3;},'tjONG':function(_0x55aa29,_0x239d0c){return _0x55aa29+_0x239d0c;}},_0x1066b7=_0x22b7d2['FLwca'](getBrowserstackCLI),_0x181398=_0x22b7d2['OZJga'](nestedKeyValue,_0x1066b7[_0x3d0c06(0x17f)]()[_0x3d0c06(0x193)](),[_0x22b7d2[_0x3d0c06(0x176)],_0x22b7d2[_0x3d0c06(0x1c9)],_0x22b7d2['SYKdI']])||constants[_0x3d0c06(0x1c7)];if(!_0x43e144||_0x22b7d2[_0x3d0c06(0x1ba)](_0x43e144,''))return _0x181398;const _0x3c331b=_0x181398[_0x3d0c06(0x180)]('/')?_0x181398:_0x22b7d2['tjONG'](_0x181398,'/');return new URL(_0x43e144,_0x3c331b)[_0x3d0c06(0x171)]();}static['getAutomateSessionStatusAPIUrl'](_0x5317d9){const _0x225982=a73_0x5f3933,_0x2ac1e5={'KZELi':function(_0x4b28f6){return _0x4b28f6();},'OZbLx':function(_0x45d947,_0x15b4dc,_0x34c527){return _0x45d947(_0x15b4dc,_0x34c527);},'Zbtiy':_0x225982(0x163),'NzLeR':_0x225982(0x1bb),'XptrW':_0x225982(0x1c1),'UwFwF':function(_0x268337,_0x16f514){return _0x268337===_0x16f514;},'xptHS':function(_0x4926b2,_0xe5ca8c){return _0x4926b2+_0xe5ca8c;}},_0x367b79=_0x2ac1e5[_0x225982(0x1cd)](getBrowserstackCLI),_0x4437b1=_0x2ac1e5['OZbLx'](nestedKeyValue,_0x367b79['getInstance']()[_0x225982(0x193)](),[_0x2ac1e5[_0x225982(0x19b)],_0x2ac1e5[_0x225982(0x17e)],_0x2ac1e5[_0x225982(0x1b2)]])||constants[_0x225982(0x198)];if(!_0x5317d9||_0x2ac1e5['UwFwF'](_0x5317d9,''))return _0x4437b1;const _0x120c89=_0x4437b1['endsWith']('/')?_0x4437b1:_0x2ac1e5[_0x225982(0x1be)](_0x4437b1,'/');return new URL(_0x5317d9,_0x120c89)['toString']();}static[a73_0x5f3933(0x196)](_0x1f76b7){const _0x329c7f=a73_0x5f3933,_0x23d3b9={'Ulrun':function(_0x393722){return _0x393722();},'sxtXE':function(_0x549afd,_0x3b9965,_0x3e80d6){return _0x549afd(_0x3b9965,_0x3e80d6);},'mHiPK':'apis','lbQWQ':_0x329c7f(0x1a6),'ooGDD':_0x329c7f(0x1c1),'CHVmq':function(_0x5de546,_0x309c69){return _0x5de546===_0x309c69;},'prZbX':function(_0x389830,_0x200ac7){return _0x389830+_0x200ac7;}},_0x88292c=_0x23d3b9['Ulrun'](getBrowserstackCLI),_0x3bae70=_0x23d3b9[_0x329c7f(0x166)](nestedKeyValue,_0x88292c[_0x329c7f(0x17f)]()[_0x329c7f(0x193)](),[_0x23d3b9[_0x329c7f(0x186)],_0x23d3b9['lbQWQ'],_0x23d3b9['ooGDD']])||constants['BROWSERSTACK_API_URL'];if(!_0x1f76b7||_0x23d3b9[_0x329c7f(0x17c)](_0x1f76b7,''))return _0x3bae70;const _0x281155=_0x3bae70[_0x329c7f(0x180)]('/')?_0x3bae70:_0x23d3b9[_0x329c7f(0x1b4)](_0x3bae70,'/');return new URL(_0x1f76b7,_0x281155)[_0x329c7f(0x171)]();}static['getAutomateSessionNameAPIUrl'](_0x5691b9){const _0x8e8e80=a73_0x5f3933,_0x1c282f={'fwJYe':function(_0x351862){return _0x351862();},'SmQhp':function(_0x443d91,_0x5c8619,_0x44564c){return _0x443d91(_0x5c8619,_0x44564c);},'xxWNf':_0x8e8e80(0x163),'fdnQU':_0x8e8e80(0x1bb),'UEvmY':_0x8e8e80(0x1c1),'GLDkE':function(_0x284f01,_0x13960b){return _0x284f01===_0x13960b;},'UvdJt':function(_0x259581,_0x13dbbc){return _0x259581+_0x13dbbc;}},_0x4faf68=_0x1c282f['fwJYe'](getBrowserstackCLI),_0x2dca59=_0x1c282f[_0x8e8e80(0x19f)](nestedKeyValue,_0x4faf68[_0x8e8e80(0x17f)]()['getConfig'](),[_0x1c282f[_0x8e8e80(0x1a9)],_0x1c282f[_0x8e8e80(0x18d)],_0x1c282f[_0x8e8e80(0x165)]])||constants['BROWSERSTACK_API_URL'];if(!_0x5691b9||_0x1c282f['GLDkE'](_0x5691b9,''))return _0x2dca59;const _0x11dba4=_0x2dca59[_0x8e8e80(0x180)]('/')?_0x2dca59:_0x1c282f['UvdJt'](_0x2dca59,'/');return new URL(_0x5691b9,_0x11dba4)[_0x8e8e80(0x171)]();}static[a73_0x5f3933(0x1c5)](_0xc67889){const _0x2f3cd0=a73_0x5f3933,_0x1b15ad={'FOErb':function(_0x3dc7bb){return _0x3dc7bb();},'auPdl':function(_0xeec47f,_0x4517e2,_0xc62b3b){return _0xeec47f(_0x4517e2,_0xc62b3b);},'cCdhI':_0x2f3cd0(0x163),'PjWpa':_0x2f3cd0(0x1a6),'FeDws':'api','TQCfq':function(_0x35793c,_0x586677){return _0x35793c===_0x586677;},'yNFpX':function(_0xfc341a,_0x4f1319){return _0xfc341a+_0x4f1319;}},_0x2e6f6e=_0x1b15ad[_0x2f3cd0(0x1a2)](getBrowserstackCLI),_0x4b9dba=_0x1b15ad[_0x2f3cd0(0x1ad)](nestedKeyValue,_0x2e6f6e[_0x2f3cd0(0x17f)]()[_0x2f3cd0(0x193)](),[_0x1b15ad['cCdhI'],_0x1b15ad[_0x2f3cd0(0x19d)],_0x1b15ad['FeDws']])||constants[_0x2f3cd0(0x198)];if(!_0xc67889||_0x1b15ad[_0x2f3cd0(0x19a)](_0xc67889,''))return _0x4b9dba;const _0x203d37=_0x4b9dba[_0x2f3cd0(0x180)]('/')?_0x4b9dba:_0x1b15ad[_0x2f3cd0(0x173)](_0x4b9dba,'/');return new URL(_0xc67889,_0x203d37)[_0x2f3cd0(0x171)]();}static[a73_0x5f3933(0x188)](_0x35876e){const _0x550661=a73_0x5f3933,_0x22e1e4={'VfsBA':function(_0x524c6b){return _0x524c6b();},'eCxkw':function(_0x2896be,_0x3de6e7,_0xcb87b3){return _0x2896be(_0x3de6e7,_0xcb87b3);},'drsDG':_0x550661(0x163),'mtvqP':_0x550661(0x1bb),'JFDUU':'api','NhrOf':function(_0x5b3356,_0x3ce926){return _0x5b3356===_0x3ce926;},'JeHSO':function(_0x34bdaa,_0x43f66d){return _0x34bdaa+_0x43f66d;}},_0x1e2507=_0x22e1e4[_0x550661(0x1bf)](getBrowserstackCLI),_0x5dd0d6=_0x22e1e4[_0x550661(0x162)](nestedKeyValue,_0x1e2507[_0x550661(0x17f)]()[_0x550661(0x193)](),[_0x22e1e4[_0x550661(0x16c)],_0x22e1e4[_0x550661(0x1b3)],_0x22e1e4['JFDUU']])||constants[_0x550661(0x198)];if(!_0x35876e||_0x22e1e4['NhrOf'](_0x35876e,''))return _0x5dd0d6;const _0x29a05e=_0x5dd0d6[_0x550661(0x180)]('/')?_0x5dd0d6:_0x22e1e4[_0x550661(0x1b0)](_0x5dd0d6,'/');return new URL(_0x35876e,_0x29a05e)['toString']()[_0x550661(0x17d)](/^https?:\/\//,'');}static['getAppAutomateSessionsListAPIUrl'](_0x1863f3){const _0x5aad21=a73_0x5f3933,_0x191cad={'zSwFV':function(_0x10a860){return _0x10a860();},'fPLsM':function(_0x59557d,_0x454c92,_0x2c5e4d){return _0x59557d(_0x454c92,_0x2c5e4d);},'fvHem':_0x5aad21(0x163),'NTUpH':_0x5aad21(0x1a6),'ObElf':'api','OdpXN':function(_0x4b8fd2,_0x16b707){return _0x4b8fd2===_0x16b707;},'UkinE':function(_0x1deb6e,_0x12ea5f){return _0x1deb6e+_0x12ea5f;}},_0x4fa24a=_0x191cad[_0x5aad21(0x175)](getBrowserstackCLI),_0x4b1497=_0x191cad[_0x5aad21(0x1c4)](nestedKeyValue,_0x4fa24a[_0x5aad21(0x17f)]()[_0x5aad21(0x193)](),[_0x191cad[_0x5aad21(0x1b6)],_0x191cad[_0x5aad21(0x172)],_0x191cad[_0x5aad21(0x178)]])||constants['APP_UPLOAD_URL'];if(!_0x1863f3||_0x191cad[_0x5aad21(0x1a7)](_0x1863f3,''))return _0x4b1497;const _0x15127f=_0x4b1497[_0x5aad21(0x180)]('/')?_0x4b1497:_0x191cad[_0x5aad21(0x1ab)](_0x4b1497,'/');return new URL(_0x1863f3,_0x15127f)[_0x5aad21(0x171)]()[_0x5aad21(0x17d)](/^https?:\/\//,'');}static[a73_0x5f3933(0x1bd)](_0x50c2de){const _0x18943f=a73_0x5f3933,_0x198e19={'UaqwI':function(_0x1a7f3a){return _0x1a7f3a();},'irCJx':function(_0x2df7e6,_0xc2248b,_0x4b47d5){return _0x2df7e6(_0xc2248b,_0x4b47d5);},'neELW':'apis','NwAWP':'appAutomate','Azepw':_0x18943f(0x16d),'owOCd':_0x18943f(0x1c1),'iRpKw':function(_0x9db31,_0x28430e){return _0x9db31===_0x28430e;},'JFBpY':function(_0x3dcd89,_0x26c196){return _0x3dcd89+_0x26c196;}},_0x1981ee=_0x198e19['UaqwI'](getBrowserstackCLI),_0x5429ed=_0x198e19[_0x18943f(0x167)](nestedKeyValue,_0x1981ee[_0x18943f(0x17f)]()[_0x18943f(0x193)](),[_0x198e19[_0x18943f(0x170)],_0x198e19[_0x18943f(0x1cf)],_0x198e19[_0x18943f(0x1cc)]])||_0x198e19[_0x18943f(0x167)](nestedKeyValue,_0x1981ee['getInstance']()[_0x18943f(0x193)](),[_0x198e19[_0x18943f(0x170)],_0x198e19[_0x18943f(0x1cf)],_0x198e19[_0x18943f(0x19c)]])||constants['APP_UPLOAD_URL'];if(!_0x50c2de||_0x198e19['iRpKw'](_0x50c2de,''))return _0x5429ed;const _0x2c613a=_0x5429ed[_0x18943f(0x180)]('/')?_0x5429ed:_0x198e19[_0x18943f(0x179)](_0x5429ed,'/');return new URL(_0x50c2de,_0x2c613a)[_0x18943f(0x171)]();}static[a73_0x5f3933(0x190)](_0x3a5cb9){const _0x296ee8=a73_0x5f3933,_0x35c72a={'zAVUl':function(_0x1fd6da){return _0x1fd6da();},'JjeHs':function(_0x67746a,_0x42f6c4,_0x176085){return _0x67746a(_0x42f6c4,_0x176085);},'yWCvL':_0x296ee8(0x163),'hUkCG':'observability','Doqdh':_0x296ee8(0x16d),'ggkXJ':function(_0x4c2772,_0x34ccc4){return _0x4c2772===_0x34ccc4;},'FKMOJ':function(_0x170a6e,_0x399dd2){return _0x170a6e+_0x399dd2;}},_0x1a4b98=_0x35c72a[_0x296ee8(0x182)](getBrowserstackCLI),_0x52219=_0x35c72a['JjeHs'](nestedKeyValue,_0x1a4b98[_0x296ee8(0x17f)]()[_0x296ee8(0x193)](),[_0x35c72a[_0x296ee8(0x174)],_0x35c72a[_0x296ee8(0x1c2)],_0x35c72a[_0x296ee8(0x1c0)]])||constants[_0x296ee8(0x1a4)];if(!_0x3a5cb9||_0x35c72a['ggkXJ'](_0x3a5cb9,''))return _0x52219;const _0x276a67=_0x52219[_0x296ee8(0x180)]('/')?_0x52219:_0x35c72a[_0x296ee8(0x1b9)](_0x52219,'/');return new URL(_0x3a5cb9,_0x276a67)['toString']();}static[a73_0x5f3933(0x19e)](_0x38f21c){const _0x97cdaf=a73_0x5f3933,_0x1ea0d7={'pzLLc':function(_0x233a76){return _0x233a76();},'yWijq':function(_0x4ee95d,_0x14df5e,_0x8123f0){return _0x4ee95d(_0x14df5e,_0x8123f0);},'wlqJH':_0x97cdaf(0x163),'Isjhj':_0x97cdaf(0x1bb),'vOUiT':_0x97cdaf(0x197),'YxZrZ':_0x97cdaf(0x191),'ksYly':function(_0x5cb0b1,_0x1f60cc){return _0x5cb0b1===_0x1f60cc;},'XWrvm':function(_0x3c5f20,_0x1bd3a4){return _0x3c5f20+_0x1bd3a4;},'RgPbB':_0x97cdaf(0x192)},_0x44949a=_0x1ea0d7[_0x97cdaf(0x183)](getBrowserstackCLI),_0x8afd15=_0x1ea0d7[_0x97cdaf(0x1b8)](nestedKeyValue,_0x44949a[_0x97cdaf(0x17f)]()[_0x97cdaf(0x193)](),[_0x1ea0d7[_0x97cdaf(0x16f)],_0x1ea0d7['Isjhj'],_0x1ea0d7[_0x97cdaf(0x1b1)]]),_0x3fe909=(_0x8afd15?_0x8afd15[_0x97cdaf(0x17d)](/^https:/,_0x1ea0d7[_0x97cdaf(0x18a)]):null)||constants[_0x97cdaf(0x1ca)];let _0x1f85d7;if(!_0x38f21c||_0x1ea0d7[_0x97cdaf(0x187)](_0x38f21c,''))_0x1f85d7=_0x3fe909;else{const _0x70a0b7=_0x3fe909[_0x97cdaf(0x180)]('/')?_0x3fe909:_0x1ea0d7['XWrvm'](_0x3fe909,'/');_0x1f85d7=new URL(_0x38f21c,_0x70a0b7)[_0x97cdaf(0x171)]();}return!_0x1f85d7[_0x97cdaf(0x180)](_0x1ea0d7[_0x97cdaf(0x1b7)])&&(_0x1f85d7+=_0x1ea0d7[_0x97cdaf(0x1b7)]),_0x1f85d7;}static[a73_0x5f3933(0x194)](_0x5e3417){const _0xbc6700=a73_0x5f3933,_0x13c2e2={'lOeGH':function(_0x4b2908){return _0x4b2908();},'ufkLb':function(_0xa75eef,_0x5d95aa,_0x832986){return _0xa75eef(_0x5d95aa,_0x832986);},'nvqBu':_0xbc6700(0x163),'uUvth':_0xbc6700(0x1bb),'zrnam':_0xbc6700(0x197),'EoqKt':'wss:','WbfNJ':function(_0xef996d,_0xe765b6){return _0xef996d===_0xe765b6;},'wulnc':function(_0x2ce696,_0x2b9e9e){return _0x2ce696+_0x2b9e9e;},'EWkMU':_0xbc6700(0x1a3)},_0x751b88=_0x13c2e2[_0xbc6700(0x16b)](getBrowserstackCLI),_0x4ea292=_0x13c2e2[_0xbc6700(0x1aa)](nestedKeyValue,_0x751b88[_0xbc6700(0x17f)]()[_0xbc6700(0x193)](),[_0x13c2e2[_0xbc6700(0x1c8)],_0x13c2e2[_0xbc6700(0x1a5)],_0x13c2e2[_0xbc6700(0x1ae)]]),_0x374e28=(_0x4ea292?_0x4ea292['replace'](/^https:/,_0x13c2e2[_0xbc6700(0x1b5)]):null)||constants[_0xbc6700(0x184)];let _0x930e22;if(!_0x5e3417||_0x13c2e2[_0xbc6700(0x16e)](_0x5e3417,''))_0x930e22=_0x374e28;else{const _0x2d2ce5=_0x374e28[_0xbc6700(0x180)]('/')?_0x374e28:_0x13c2e2[_0xbc6700(0x181)](_0x374e28,'/');_0x930e22=new URL(_0x5e3417,_0x2d2ce5)[_0xbc6700(0x171)]();}return!_0x930e22['endsWith'](_0x13c2e2[_0xbc6700(0x16a)])&&(_0x930e22+=_0x13c2e2['EWkMU']),_0x930e22;}}module['exports']=APIUtilityMethods;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a74_0x8bf77e=a74_0x2e5f;(function(_0xe2794c,_0x2f8544){const _0x61d13=a74_0x2e5f,_0x75877=_0xe2794c();while(!![]){try{const _0x48c950=parseInt(_0x61d13(0x76))/0x1*(parseInt(_0x61d13(0x9d))/0x2)+-parseInt(_0x61d13(0xc2))/0x3*(parseInt(_0x61d13(0x80))/0x4)+parseInt(_0x61d13(0xab))/0x5*(-parseInt(_0x61d13(0x84))/0x6)+-parseInt(_0x61d13(0xb9))/0x7*(parseInt(_0x61d13(0xd6))/0x8)+-parseInt(_0x61d13(0xbb))/0x9+parseInt(_0x61d13(0x6b))/0xa+parseInt(_0x61d13(0xbc))/0xb;if(_0x48c950===_0x2f8544)break;else _0x75877['push'](_0x75877['shift']());}catch(_0x253d1d){_0x75877['push'](_0x75877['shift']());}}}(a74_0x5737,0xb0ddf));const logger=require(a74_0x8bf77e(0xa1))[a74_0x8bf77e(0x89)],BrowserstackCLI=require(a74_0x8bf77e(0x90)),GrpcClient=require(a74_0x8bf77e(0x9e)),constants=require(a74_0x8bf77e(0xce));class ClientTroubleShootingService{static ['cachedErrorCodes']=null;static ['errorCodesOccurredWhenCLINotRunning']=new Set();static async['getErrorDetails'](_0x598e28){const _0x369e97=a74_0x8bf77e,_0x361b55={};_0x361b55[_0x369e97(0x88)]=function(_0x3fc359,_0x245d28){return _0x3fc359!==_0x245d28;};const _0x208eeb=_0x361b55;try{if(BrowserstackCLI[_0x369e97(0xcd)]()[_0x369e97(0xd5)]()){const _0x4720f0=await GrpcClient['getInstance']()[_0x369e97(0xa9)](_0x598e28);if(_0x208eeb[_0x369e97(0x88)](_0x4720f0,null)&&_0x4720f0[_0x369e97(0x8f)]())return{'errorCode':_0x4720f0[_0x369e97(0xc7)](),'errorMessage':_0x4720f0[_0x369e97(0xcf)]()};return{};}return{};}catch(_0x231764){return this[_0x369e97(0x9f)](_0x369e97(0x7a)+_0x598e28+':',_0x231764),{};}}static async[a74_0x8bf77e(0xcb)](){const _0x2bedf3=a74_0x8bf77e,_0x150568={};_0x150568[_0x2bedf3(0xac)]=function(_0x442d58,_0x477150){return _0x442d58!==_0x477150;},_0x150568[_0x2bedf3(0xa6)]='base64',_0x150568[_0x2bedf3(0xae)]=_0x2bedf3(0x77);const _0x52333b=_0x150568;try{if(BrowserstackCLI['getInstance']()['isRunning']()){const _0x3bb778=await GrpcClient[_0x2bedf3(0xcd)]()[_0x2bedf3(0x7c)]();if(_0x52333b[_0x2bedf3(0xac)](_0x3bb778,null)&&_0x3bb778[_0x2bedf3(0x8f)]()){const _0x7f50ca=Buffer[_0x2bedf3(0xb1)](_0x3bb778[_0x2bedf3(0xc4)](),_0x52333b[_0x2bedf3(0xa6)])[_0x2bedf3(0xbd)](),_0x57d525=_0x7f50ca?JSON['parse'](_0x7f50ca):[],_0x5c8ab7=_0x3bb778[_0x2bedf3(0x8a)](),_0x3e47c3=_0x3bb778[_0x2bedf3(0xaa)](),_0x20b417=Buffer[_0x2bedf3(0xb1)](_0x3bb778[_0x2bedf3(0xd1)](),_0x52333b['LSGWu'])[_0x2bedf3(0xbd)](),_0xd771c9=_0x20b417?JSON[_0x2bedf3(0xc9)](_0x20b417):[],_0x33aa1c={};return _0x33aa1c['errorCodes']=_0x57d525,_0x33aa1c[_0x2bedf3(0x81)]=_0x5c8ab7,_0x33aa1c['finalErrorMessage']=_0x3e47c3,_0x33aa1c[_0x2bedf3(0xc6)]=_0xd771c9,_0x33aa1c;}const _0x21cd0c={};return _0x21cd0c[_0x2bedf3(0x92)]=[],_0x21cd0c[_0x2bedf3(0x81)]='',_0x21cd0c[_0x2bedf3(0x9c)]='',_0x21cd0c[_0x2bedf3(0xc6)]=[],_0x21cd0c;}const _0x5d3eaa={};return _0x5d3eaa[_0x2bedf3(0x92)]=[],_0x5d3eaa[_0x2bedf3(0x81)]='',_0x5d3eaa['finalErrorMessage']='',_0x5d3eaa[_0x2bedf3(0xc6)]=[],_0x5d3eaa;}catch(_0x45d061){this[_0x2bedf3(0x9f)](_0x52333b[_0x2bedf3(0xae)],_0x45d061);const _0x59c733={};return _0x59c733[_0x2bedf3(0x92)]=[],_0x59c733[_0x2bedf3(0x81)]='',_0x59c733[_0x2bedf3(0x9c)]='',_0x59c733[_0x2bedf3(0xc6)]=[],_0x59c733;}}static[a74_0x8bf77e(0x75)](_0x5ac555,_0x3c812f){const _0x3a7a78=a74_0x8bf77e;logger[_0x3a7a78(0x7e)](_0x5ac555+':\x20'+_0x3c812f);}static['checkForErrorsOccuredInCLI'](_0x13fda7){const _0x1a6b77=a74_0x8bf77e,_0x12450e={};_0x12450e[_0x1a6b77(0xa2)]=function(_0x24bf7d,_0x440650){return _0x24bf7d!=_0x440650;},_0x12450e[_0x1a6b77(0xb4)]=function(_0x177a2c,_0x49a8b3){return _0x177a2c!=_0x49a8b3;},_0x12450e[_0x1a6b77(0x94)]=function(_0xb986e2,_0x6d1046){return _0xb986e2>_0x6d1046;},_0x12450e[_0x1a6b77(0x72)]=function(_0x2e0053,_0xcaf87a){return _0x2e0053!=_0xcaf87a;};const _0x249d0f=_0x12450e,_0x49e27e=[];if(_0x249d0f[_0x1a6b77(0xa2)](_0x13fda7,null)&&_0x249d0f[_0x1a6b77(0xb4)](_0x13fda7[_0x1a6b77(0xc6)],null)&&_0x249d0f['qnNJz'](_0x13fda7[_0x1a6b77(0xc6)]['length'],0x0))for(const _0x15fd69 of _0x13fda7[_0x1a6b77(0xc6)]){_0x249d0f['AYPFN'](_0x15fd69['errorCode'],null)&&_0x249d0f[_0x1a6b77(0xb4)](_0x15fd69[_0x1a6b77(0x83)],null)&&(_0x49e27e[_0x1a6b77(0xb0)](_0x15fd69[_0x1a6b77(0x8b)]),this[_0x1a6b77(0x75)](_0x15fd69['errorCode'],_0x15fd69[_0x1a6b77(0x83)]));}return _0x49e27e;}static[a74_0x8bf77e(0x6d)](){return this['cachedErrorCodes'];}static['logError'](_0x5a12f0,_0x1152a4){const _0x43c4ec=a74_0x8bf77e,_0x290966={};_0x290966['hCCpr']=function(_0x16002f,_0x4552d4){return _0x16002f===_0x4552d4;},_0x290966[_0x43c4ec(0xd0)]=_0x43c4ec(0xc8);const _0x29f5a2=_0x290966;if(_0x29f5a2[_0x43c4ec(0x70)](typeof _0x1152a4,_0x29f5a2[_0x43c4ec(0xd0)]))try{logger['error'](_0x43c4ec(0x7f)+_0x5a12f0+'\x20'+JSON[_0x43c4ec(0xd3)](_0x1152a4));}catch(_0x432a40){logger[_0x43c4ec(0x8d)](_0x43c4ec(0x7f)+_0x5a12f0+'\x20'+_0x1152a4);}else logger[_0x43c4ec(0x8d)](_0x43c4ec(0x7f)+_0x5a12f0+'\x20'+_0x1152a4);}static async[a74_0x8bf77e(0xb8)](_0x4fde08){const _0x3c6e82=a74_0x8bf77e,_0x5ae860={};_0x5ae860[_0x3c6e82(0xb2)]=_0x3c6e82(0xd4),_0x5ae860[_0x3c6e82(0xcc)]=function(_0x2c2ef2,_0x240e65){return _0x2c2ef2===_0x240e65;},_0x5ae860['broex']=_0x3c6e82(0x78),_0x5ae860['vXXxs']='{SIGNAL}';const _0x3545dd=_0x5ae860,_0x5bc6f0=await this[_0x3c6e82(0xa0)](_0x3545dd['MRCdl']);if(!_0x5bc6f0||_0x3545dd[_0x3c6e82(0xcc)](Object['keys'](_0x5bc6f0)['length'],0x0)){this[_0x3c6e82(0x9f)](_0x3545dd[_0x3c6e82(0xa4)],_0x5bc6f0);return;}this['logSituation'](_0x5bc6f0[_0x3c6e82(0x8b)],_0x5bc6f0[_0x3c6e82(0x83)][_0x3c6e82(0x91)](_0x3545dd['vXXxs'],_0x4fde08));}static async['reportSessionLinkingIssue'](){const _0x521ca3=a74_0x8bf77e,_0x4c31f0={};_0x4c31f0[_0x521ca3(0xca)]='Session\x20Linking\x20Issue',_0x4c31f0[_0x521ca3(0x79)]=function(_0x14367d,_0x7da7bd){return _0x14367d===_0x7da7bd;},_0x4c31f0[_0x521ca3(0x6e)]=_0x521ca3(0x71);const _0x173e63=_0x4c31f0,_0x4ba9f1=await this[_0x521ca3(0xa0)](_0x173e63[_0x521ca3(0xca)]);if(!_0x4ba9f1||_0x173e63[_0x521ca3(0x79)](Object[_0x521ca3(0x85)](_0x4ba9f1)[_0x521ca3(0xbf)],0x0)){this[_0x521ca3(0x9f)](_0x173e63[_0x521ca3(0x6e)],_0x4ba9f1);return;}this['logSituation'](_0x4ba9f1[_0x521ca3(0x8b)],_0x4ba9f1[_0x521ca3(0x83)]);}static async[a74_0x8bf77e(0x8e)](){const _0x2fa9f1=a74_0x8bf77e,_0x593252={};_0x593252['ZadJS']=_0x2fa9f1(0xc0),_0x593252['YFdfM']=function(_0x1a652e,_0x3d929a){return _0x1a652e===_0x3d929a;},_0x593252['jslct']=_0x2fa9f1(0xd2);const _0x459a70=_0x593252,_0x10e9f5=await this[_0x2fa9f1(0xa0)](_0x459a70[_0x2fa9f1(0x6a)]);if(!_0x10e9f5||_0x459a70[_0x2fa9f1(0xa5)](Object[_0x2fa9f1(0x85)](_0x10e9f5)[_0x2fa9f1(0xbf)],0x0)){this[_0x2fa9f1(0x9f)](_0x459a70[_0x2fa9f1(0xc3)],_0x10e9f5);return;}this[_0x2fa9f1(0x75)](_0x10e9f5['errorCode'],_0x10e9f5[_0x2fa9f1(0x83)]);}static async[a74_0x8bf77e(0x8c)](){const _0x156c90=a74_0x8bf77e,_0x3231b4={};_0x3231b4[_0x156c90(0xb5)]=_0x156c90(0x7d),_0x3231b4[_0x156c90(0x97)]=function(_0x349784,_0x3bff97){return _0x349784===_0x3bff97;},_0x3231b4['TsGkk']='SSL\x20Certificate\x20Issue\x20details\x20not\x20found.\x20To\x20pass\x20a\x20custom\x20CA\x20bundle,\x20set\x20NODE_EXTRA_CA_CERTS\x20or\x20BROWSERSTACK_EXTRA_CA_CERTS\x20env\x20var\x20to\x20the\x20certificate\x20file\x20path.';const _0x58300d=_0x3231b4,_0x2d6d25=await this[_0x156c90(0xa0)](_0x58300d[_0x156c90(0xb5)]);if(!_0x2d6d25||_0x58300d['KYVQO'](Object[_0x156c90(0x85)](_0x2d6d25)[_0x156c90(0xbf)],0x0)){this[_0x156c90(0x9f)](_0x58300d[_0x156c90(0xc5)],_0x2d6d25);return;}this[_0x156c90(0x75)](_0x2d6d25[_0x156c90(0x8b)],_0x2d6d25[_0x156c90(0x83)]);}static['reportDotBrowserStackFolderNotAccessibleIssue'](){const _0x645650=a74_0x8bf77e,_0x5c6925={};_0x5c6925[_0x645650(0x82)]=_0x645650(0xb6),_0x5c6925['HrJvg']=function(_0x203cf0,_0x56a65e){return _0x203cf0===_0x56a65e;},_0x5c6925[_0x645650(0x96)]=_0x645650(0x6c);const _0x214c04=_0x5c6925,_0xa59ad5=constants[_0x645650(0x93)][_0x214c04[_0x645650(0x82)]];if(!_0xa59ad5||_0x214c04[_0x645650(0xbe)](Object[_0x645650(0x85)](_0xa59ad5)['length'],0x0)){this[_0x645650(0x9f)](_0x214c04[_0x645650(0x96)],_0xa59ad5);return;}this['errorCodesOccurredWhenCLINotRunning'][_0x645650(0xb7)](_0xa59ad5[0x0]),this[_0x645650(0x75)](_0xa59ad5[0x0],_0xa59ad5[0x1]);}static async[a74_0x8bf77e(0xba)](_0x18d57d){const _0x1c3cee=a74_0x8bf77e,_0x4f5b61={};_0x4f5b61['lKTgW']=_0x1c3cee(0xad),_0x4f5b61[_0x1c3cee(0x98)]=function(_0x6d4e66,_0x135d9f){return _0x6d4e66===_0x135d9f;},_0x4f5b61[_0x1c3cee(0xa7)]=_0x1c3cee(0xb3),_0x4f5b61['hDykj']=_0x1c3cee(0x74);const _0x50b852=_0x4f5b61,_0x4465c3=await this[_0x1c3cee(0xa0)](_0x50b852[_0x1c3cee(0xa3)]);if(!_0x4465c3||_0x50b852[_0x1c3cee(0x98)](Object[_0x1c3cee(0x85)](_0x4465c3)[_0x1c3cee(0xbf)],0x0)){this[_0x1c3cee(0x9f)](_0x50b852[_0x1c3cee(0xa7)],_0x4465c3);return;}const _0x2549fb=_0x4465c3[_0x1c3cee(0x83)][_0x1c3cee(0x91)](_0x50b852[_0x1c3cee(0x86)],_0x18d57d);this['logSituation'](_0x4465c3[_0x1c3cee(0x8b)],_0x2549fb);}static async[a74_0x8bf77e(0x99)](){const _0x16bcff=a74_0x8bf77e,_0x9476c0={};_0x9476c0['DIyio']=function(_0x1d7335,_0x1f5198){return _0x1d7335>_0x1f5198;},_0x9476c0['QPMKw']=function(_0x870291,_0x16c4c3){return _0x870291>_0x16c4c3;},_0x9476c0['MDoRU']='{ERROR_CODES}',_0x9476c0['xPGFT']='{CLIENT_TROUBLESHOOTING_DOCUMENTATION}';const _0x47788b=_0x9476c0,_0x20456c=await this[_0x16bcff(0xcb)](),_0xc14e92=this[_0x16bcff(0xa8)](_0x20456c),_0x1b1359=Array[_0x16bcff(0xc1)](_0x20456c['errorCodes'])?_0x20456c[_0x16bcff(0x92)]:[],_0x1ac70b=_0x47788b[_0x16bcff(0x7b)](this[_0x16bcff(0xaf)][_0x16bcff(0x9a)],0x0)?Array[_0x16bcff(0xb1)](this[_0x16bcff(0xaf)]):[],_0x500d90=new Set([..._0x1b1359,..._0xc14e92,..._0x1ac70b]),_0x5f42eb=Array[_0x16bcff(0xb1)](_0x500d90);if(_0x47788b[_0x16bcff(0x87)](_0x5f42eb[_0x16bcff(0xbf)],0x0)){const _0x478b79=_0x20456c[_0x16bcff(0x9c)][_0x16bcff(0x91)](_0x47788b[_0x16bcff(0x73)],_0x5f42eb['join'](',\x20'))[_0x16bcff(0x91)](_0x47788b[_0x16bcff(0x9b)],_0x20456c['documentationLink']);logger[_0x16bcff(0x7e)](_0x478b79),this[_0x16bcff(0x6f)]=_0x5f42eb;}}}function a74_0x5737(){const _0x14f314=['Process\x20Interruption','isRunning','31544ttUqkG','ZadJS','10397650kEfSNi','.browserstack\x20Folder\x20Not\x20Accessible\x20details\x20not\x20found','getCachedErrorCodes','mvnfP','cachedErrorCodes','hCCpr','Session\x20Linking\x20Issue\x20details\x20not\x20found','AYPFN','MDoRU','{ENV_VAR}','logSituation','61157PEqjNY','Error\x20in\x20getting\x20aggregated\x20error\x20codes:','Process\x20Interruption\x20details\x20not\x20found:','vlHrN','Error\x20in\x20getting\x20error\x20details\x20for\x20','DIyio','getAggregatedClientTroubleshootingErrors','ssl\x20cert\x20issue','warn','[ClientTroubleShootingService]\x20','4EbAQOP','documentationLink','nUdjP','errorMessage','6198BdmeFJ','keys','hDykj','QPMKw','gYjsv','winstonLogger','getDocumentationLink','errorCode','reportSSLCertIssue','error','reportConnectivityIssue','getSuccess','../v2/browserstackCLI','replace','errorCodes','CLIENT_TROUBLESHOOTING_HASH','qnNJz','exports','AJnij','KYVQO','ycNla','reportFinalDetectionState','size','xPGFT','finalErrorMessage','46hvyYrZ','../v2/grpcClient','logError','getErrorDetails','../../helpers/logger','AoZFp','lKTgW','broex','YFdfM','LSGWu','DOBXI','checkForErrorsOccuredInCLI','reportClientTroubleshootingError','getFinalErrorMessage','3205QyPdjU','unzMb','conflicting\x20env\x20var\x20detected','OjLGC','errorCodesOccurredWhenCLINotRunning','push','from','MRCdl','Conflicting\x20Env\x20Var\x20details\x20not\x20found','cPUBx','QspNw','.browserstack\x20folder\x20not\x20accessible','add','reportProcessInterruptionSituation','2177njzwpW','reportConflictingEnvVarIssue','3092949ajgIsr','6090337qMByej','toString','HrJvg','length','browserstack\x20cloud\x20not\x20reachable','isArray','130527iYcimc','jslct','getErrorCodes','TsGkk','errorCodesOccurredInCLI','getErrorCode','object','parse','KEtmC','getAggregatedErrorCodes','zZwuT','getInstance','./constants','getErrorMessage','WPMTW','getErrorCodesOccurredInCli','Connectivity\x20Issue\x20details\x20not\x20found','stringify'];a74_0x5737=function(){return _0x14f314;};return a74_0x5737();}function a74_0x2e5f(_0x7a7cb8,_0x152c77){const _0x57376f=a74_0x5737();return a74_0x2e5f=function(_0x2e5ffd,_0x49b6a3){_0x2e5ffd=_0x2e5ffd-0x6a;let _0x495eb7=_0x57376f[_0x2e5ffd];return _0x495eb7;},a74_0x2e5f(_0x7a7cb8,_0x152c77);}module[a74_0x8bf77e(0x95)]=ClientTroubleShootingService;
|
|
1
|
+
const a74_0x10296c=a74_0x1649;(function(_0x53a7b5,_0x5dfbc0){const _0x26ad7d=a74_0x1649,_0x1aa6a0=_0x53a7b5();while(!![]){try{const _0x4f885e=parseInt(_0x26ad7d(0x1ad))/0x1*(parseInt(_0x26ad7d(0x17a))/0x2)+-parseInt(_0x26ad7d(0x191))/0x3+-parseInt(_0x26ad7d(0x185))/0x4*(parseInt(_0x26ad7d(0x193))/0x5)+-parseInt(_0x26ad7d(0x18e))/0x6+parseInt(_0x26ad7d(0x19a))/0x7+parseInt(_0x26ad7d(0x1c1))/0x8+parseInt(_0x26ad7d(0x1bb))/0x9*(parseInt(_0x26ad7d(0x176))/0xa);if(_0x4f885e===_0x5dfbc0)break;else _0x1aa6a0['push'](_0x1aa6a0['shift']());}catch(_0x525c40){_0x1aa6a0['push'](_0x1aa6a0['shift']());}}}(a74_0x59e9,0xa28e5));function a74_0x59e9(){const _0x57fbd1=['../v2/grpcClient','16sMJCao','JiDhR','ssl\x20cert\x20issue','winstonLogger','GcQQs','errorCodesOccurredWhenCLINotRunning','EMZkr','checkForErrorsOccuredInCLI','Error\x20in\x20getting\x20aggregated\x20error\x20codes:','7759470uNDpMv','Connectivity\x20Issue\x20details\x20not\x20found','CuxYw','3797490ptcRCP','yhxoF','945770LDEpnA','{ENV_VAR}','getAggregatedClientTroubleshootingErrors','Process\x20Interruption','reportSSLCertIssue','getAggregatedErrorCodes','errorMessage','6207334udEXst','join','reportDotBrowserStackFolderNotAccessibleIssue','errorCode','conflicting\x20env\x20var\x20detected','urFSt','VLNlc','../../helpers/logger','NCUfI','reportConflictingEnvVarIssue','NHqnm','duOwN','logSituation','Session\x20Linking\x20Issue\x20details\x20not\x20found','length','reportConnectivityIssue','udglG','hpjbr','browserstack\x20cloud\x20not\x20reachable','76dxeAaS','finalErrorMessage','sjKmd','wWNlo','getCachedErrorCodes','stringify','getErrorCodesOccurredInCli','Process\x20Interruption\x20details\x20not\x20found:','./constants','[ClientTroubleShootingService]\x20','getSuccess','eMyWA','getInstance','FaEpx','531ocSwop','TKjFm','Conflicting\x20Env\x20Var\x20details\x20not\x20found','eHdRz','bMxjJ','{ERROR_CODES}','7323768efEAqI','cachedErrorCodes','parse','documentationLink','../v2/browserstackCLI','getErrorCodes','error','logError','nYdyD','getDocumentationLink','getErrorMessage','errorCodes','IRTqh','reportFinalDetectionState','GTCNe','.browserstack\x20Folder\x20Not\x20Accessible\x20details\x20not\x20found','reportSessionLinkingIssue','{SIGNAL}','isRunning','FiEHf','quFxl','from','getErrorDetails','wVFJB','HaZMo','keys','lwsjD','tWubj','toString','150890VHSBUk','reportProcessInterruptionSituation','fuyjW','replace','33922PGASqF','mFMRb','YuUSw','warn','vhDqZ','reportClientTroubleshootingError','isArray','errorCodesOccurredInCLI','{CLIENT_TROUBLESHOOTING_DOCUMENTATION}','oHCud'];a74_0x59e9=function(){return _0x57fbd1;};return a74_0x59e9();}function a74_0x1649(_0x597c2b,_0x56f722){const _0x59e9af=a74_0x59e9();return a74_0x1649=function(_0x1649f7,_0x2f3dfb){_0x1649f7=_0x1649f7-0x176;let _0xab90a4=_0x59e9af[_0x1649f7];return _0xab90a4;},a74_0x1649(_0x597c2b,_0x56f722);}const logger=require(a74_0x10296c(0x1a1))[a74_0x10296c(0x188)],BrowserstackCLI=require(a74_0x10296c(0x1c5)),GrpcClient=require(a74_0x10296c(0x184)),constants=require(a74_0x10296c(0x1b5));class ClientTroubleShootingService{static ['cachedErrorCodes']=null;static [a74_0x10296c(0x18a)]=new Set();static async[a74_0x10296c(0x1d7)](_0x5da4aa){const _0x495124=a74_0x10296c,_0x303b88={};_0x303b88[_0x495124(0x17c)]=function(_0x443efe,_0x27afd2){return _0x443efe!==_0x27afd2;};const _0x18134b=_0x303b88;try{if(BrowserstackCLI[_0x495124(0x1b9)]()[_0x495124(0x1d3)]()){const _0x539c06=await GrpcClient[_0x495124(0x1b9)]()[_0x495124(0x17f)](_0x5da4aa);if(_0x18134b[_0x495124(0x17c)](_0x539c06,null)&&_0x539c06[_0x495124(0x1b7)]())return{'errorCode':_0x539c06['getErrorCode'](),'errorMessage':_0x539c06[_0x495124(0x1cb)]()};return{};}return{};}catch(_0x24a4dc){return this[_0x495124(0x1c8)]('Error\x20in\x20getting\x20error\x20details\x20for\x20'+_0x5da4aa+':',_0x24a4dc),{};}}static async[a74_0x10296c(0x198)](){const _0x3b4646=a74_0x10296c,_0x51a998={};_0x51a998['lwsjD']=function(_0x5c9435,_0x3fde82){return _0x5c9435!==_0x3fde82;},_0x51a998['tWubj']='base64',_0x51a998[_0x3b4646(0x17b)]=_0x3b4646(0x18d);const _0x413e9e=_0x51a998;try{if(BrowserstackCLI[_0x3b4646(0x1b9)]()[_0x3b4646(0x1d3)]()){const _0x2e73c8=await GrpcClient[_0x3b4646(0x1b9)]()[_0x3b4646(0x195)]();if(_0x413e9e[_0x3b4646(0x1db)](_0x2e73c8,null)&&_0x2e73c8[_0x3b4646(0x1b7)]()){const _0x5baf29=Buffer[_0x3b4646(0x1d6)](_0x2e73c8[_0x3b4646(0x1c6)](),_0x413e9e[_0x3b4646(0x1dc)])[_0x3b4646(0x1dd)](),_0xf5c88a=_0x5baf29?JSON['parse'](_0x5baf29):[],_0x4ff60a=_0x2e73c8[_0x3b4646(0x1ca)](),_0x1ec67e=_0x2e73c8['getFinalErrorMessage'](),_0x572498=Buffer[_0x3b4646(0x1d6)](_0x2e73c8[_0x3b4646(0x1b3)](),_0x413e9e[_0x3b4646(0x1dc)])['toString'](),_0x2f1715=_0x572498?JSON[_0x3b4646(0x1c3)](_0x572498):[],_0x51546d={};return _0x51546d[_0x3b4646(0x1cc)]=_0xf5c88a,_0x51546d[_0x3b4646(0x1c4)]=_0x4ff60a,_0x51546d[_0x3b4646(0x1ae)]=_0x1ec67e,_0x51546d[_0x3b4646(0x181)]=_0x2f1715,_0x51546d;}const _0x4eddbd={};return _0x4eddbd[_0x3b4646(0x1cc)]=[],_0x4eddbd[_0x3b4646(0x1c4)]='',_0x4eddbd[_0x3b4646(0x1ae)]='',_0x4eddbd['errorCodesOccurredInCLI']=[],_0x4eddbd;}const _0x5b20bf={};return _0x5b20bf[_0x3b4646(0x1cc)]=[],_0x5b20bf[_0x3b4646(0x1c4)]='',_0x5b20bf['finalErrorMessage']='',_0x5b20bf['errorCodesOccurredInCLI']=[],_0x5b20bf;}catch(_0x4ffa9b){this[_0x3b4646(0x1c8)](_0x413e9e[_0x3b4646(0x17b)],_0x4ffa9b);const _0x101361={};return _0x101361['errorCodes']=[],_0x101361[_0x3b4646(0x1c4)]='',_0x101361['finalErrorMessage']='',_0x101361['errorCodesOccurredInCLI']=[],_0x101361;}}static[a74_0x10296c(0x1a6)](_0x3f22c4,_0x33fa0a){logger['warn'](_0x3f22c4+':\x20'+_0x33fa0a);}static[a74_0x10296c(0x18c)](_0x35f86b){const _0x271ee1=a74_0x10296c,_0x52f013={};_0x52f013[_0x271ee1(0x1b8)]=function(_0x137362,_0x2b76ed){return _0x137362!=_0x2b76ed;},_0x52f013[_0x271ee1(0x192)]=function(_0x2b8c2a,_0x2ba746){return _0x2b8c2a>_0x2ba746;},_0x52f013[_0x271ee1(0x1aa)]=function(_0x26181d,_0x18d24c){return _0x26181d!=_0x18d24c;},_0x52f013[_0x271ee1(0x178)]=function(_0x4b4cde,_0x5f2001){return _0x4b4cde!=_0x5f2001;};const _0x157274=_0x52f013,_0x183eeb=[];if(_0x157274[_0x271ee1(0x1b8)](_0x35f86b,null)&&_0x157274['eMyWA'](_0x35f86b[_0x271ee1(0x181)],null)&&_0x157274['yhxoF'](_0x35f86b[_0x271ee1(0x181)][_0x271ee1(0x1a8)],0x0))for(const _0x5e84bd of _0x35f86b[_0x271ee1(0x181)]){_0x157274[_0x271ee1(0x1aa)](_0x5e84bd[_0x271ee1(0x19d)],null)&&_0x157274[_0x271ee1(0x178)](_0x5e84bd[_0x271ee1(0x199)],null)&&(_0x183eeb['push'](_0x5e84bd[_0x271ee1(0x19d)]),this['logSituation'](_0x5e84bd['errorCode'],_0x5e84bd[_0x271ee1(0x199)]));}return _0x183eeb;}static[a74_0x10296c(0x1b1)](){const _0x51c367=a74_0x10296c;return this[_0x51c367(0x1c2)];}static[a74_0x10296c(0x1c8)](_0x5ee7f5,_0x552f29){const _0x34b2dc=a74_0x10296c,_0xf6bd64={};_0xf6bd64[_0x34b2dc(0x1d5)]=function(_0x559cd1,_0x32064b){return _0x559cd1===_0x32064b;},_0xf6bd64[_0x34b2dc(0x19f)]='object';const _0x2751f4=_0xf6bd64;if(_0x2751f4[_0x34b2dc(0x1d5)](typeof _0x552f29,_0x2751f4[_0x34b2dc(0x19f)]))try{logger[_0x34b2dc(0x1c7)](_0x34b2dc(0x1b6)+_0x5ee7f5+'\x20'+JSON[_0x34b2dc(0x1b2)](_0x552f29));}catch(_0x1d26df){logger[_0x34b2dc(0x1c7)](_0x34b2dc(0x1b6)+_0x5ee7f5+'\x20'+_0x552f29);}else logger[_0x34b2dc(0x1c7)](_0x34b2dc(0x1b6)+_0x5ee7f5+'\x20'+_0x552f29);}static async[a74_0x10296c(0x177)](_0x12e681){const _0x30b81c=a74_0x10296c,_0x21b216={};_0x21b216[_0x30b81c(0x1c9)]=_0x30b81c(0x196),_0x21b216[_0x30b81c(0x1af)]=function(_0x13d548,_0x5b93e6){return _0x13d548===_0x5b93e6;},_0x21b216['wVFJB']=_0x30b81c(0x1b4),_0x21b216['JiDhR']=_0x30b81c(0x1d2);const _0x25fcda=_0x21b216,_0x45fd70=await this['getErrorDetails'](_0x25fcda[_0x30b81c(0x1c9)]);if(!_0x45fd70||_0x25fcda[_0x30b81c(0x1af)](Object[_0x30b81c(0x1da)](_0x45fd70)[_0x30b81c(0x1a8)],0x0)){this[_0x30b81c(0x1c8)](_0x25fcda[_0x30b81c(0x1d8)],_0x45fd70);return;}this[_0x30b81c(0x1a6)](_0x45fd70['errorCode'],_0x45fd70[_0x30b81c(0x199)]['replace'](_0x25fcda[_0x30b81c(0x186)],_0x12e681));}static async[a74_0x10296c(0x1d1)](){const _0x685cc0=a74_0x10296c,_0x49f3c4={};_0x49f3c4[_0x685cc0(0x1ba)]='Session\x20Linking\x20Issue',_0x49f3c4[_0x685cc0(0x1a0)]=function(_0x1b5dd5,_0x561afe){return _0x1b5dd5===_0x561afe;},_0x49f3c4['GcQQs']=_0x685cc0(0x1a7);const _0x5aa787=_0x49f3c4,_0x2ebbc8=await this[_0x685cc0(0x1d7)](_0x5aa787[_0x685cc0(0x1ba)]);if(!_0x2ebbc8||_0x5aa787[_0x685cc0(0x1a0)](Object[_0x685cc0(0x1da)](_0x2ebbc8)['length'],0x0)){this[_0x685cc0(0x1c8)](_0x5aa787[_0x685cc0(0x189)],_0x2ebbc8);return;}this[_0x685cc0(0x1a6)](_0x2ebbc8[_0x685cc0(0x19d)],_0x2ebbc8[_0x685cc0(0x199)]);}static async[a74_0x10296c(0x1a9)](){const _0x517162=a74_0x10296c,_0xe06359={};_0xe06359['vhDqZ']=_0x517162(0x1ac),_0xe06359[_0x517162(0x1cd)]=function(_0x23dd83,_0x5834c4){return _0x23dd83===_0x5834c4;},_0xe06359['TKjFm']=_0x517162(0x18f);const _0x4fef1d=_0xe06359,_0x381e8c=await this[_0x517162(0x1d7)](_0x4fef1d[_0x517162(0x17e)]);if(!_0x381e8c||_0x4fef1d[_0x517162(0x1cd)](Object[_0x517162(0x1da)](_0x381e8c)[_0x517162(0x1a8)],0x0)){this[_0x517162(0x1c8)](_0x4fef1d[_0x517162(0x1bc)],_0x381e8c);return;}this[_0x517162(0x1a6)](_0x381e8c[_0x517162(0x19d)],_0x381e8c['errorMessage']);}static async[a74_0x10296c(0x197)](){const _0x5df826=a74_0x10296c,_0x229cc7={};_0x229cc7[_0x5df826(0x1a5)]=_0x5df826(0x187),_0x229cc7[_0x5df826(0x190)]=function(_0x248ba8,_0x5d564c){return _0x248ba8===_0x5d564c;},_0x229cc7[_0x5df826(0x1b0)]='SSL\x20Certificate\x20Issue\x20details\x20not\x20found.\x20To\x20pass\x20a\x20custom\x20CA\x20bundle,\x20set\x20NODE_EXTRA_CA_CERTS\x20or\x20BROWSERSTACK_EXTRA_CA_CERTS\x20env\x20var\x20to\x20the\x20certificate\x20file\x20path.';const _0x58b6f1=_0x229cc7,_0x2a6e70=await this[_0x5df826(0x1d7)](_0x58b6f1[_0x5df826(0x1a5)]);if(!_0x2a6e70||_0x58b6f1[_0x5df826(0x190)](Object[_0x5df826(0x1da)](_0x2a6e70)[_0x5df826(0x1a8)],0x0)){this[_0x5df826(0x1c8)](_0x58b6f1['wWNlo'],_0x2a6e70);return;}this[_0x5df826(0x1a6)](_0x2a6e70[_0x5df826(0x19d)],_0x2a6e70[_0x5df826(0x199)]);}static[a74_0x10296c(0x19c)](){const _0x14acbf=a74_0x10296c,_0x4e5837={};_0x4e5837[_0x14acbf(0x183)]='.browserstack\x20folder\x20not\x20accessible',_0x4e5837[_0x14acbf(0x1cf)]=function(_0x35b853,_0x36e741){return _0x35b853===_0x36e741;},_0x4e5837[_0x14acbf(0x1d9)]=_0x14acbf(0x1d0);const _0x1279fc=_0x4e5837,_0x3e6c36=constants['CLIENT_TROUBLESHOOTING_HASH'][_0x1279fc['oHCud']];if(!_0x3e6c36||_0x1279fc[_0x14acbf(0x1cf)](Object[_0x14acbf(0x1da)](_0x3e6c36)[_0x14acbf(0x1a8)],0x0)){this[_0x14acbf(0x1c8)](_0x1279fc[_0x14acbf(0x1d9)],_0x3e6c36);return;}this[_0x14acbf(0x18a)]['add'](_0x3e6c36[0x0]),this[_0x14acbf(0x1a6)](_0x3e6c36[0x0],_0x3e6c36[0x1]);}static async[a74_0x10296c(0x1a3)](_0xc1cf0b){const _0x3c6946=a74_0x10296c,_0x2ef77b={};_0x2ef77b[_0x3c6946(0x1be)]=_0x3c6946(0x19e),_0x2ef77b['NHqnm']=function(_0x1debe1,_0x210e6a){return _0x1debe1===_0x210e6a;},_0x2ef77b[_0x3c6946(0x1d4)]=_0x3c6946(0x1bd),_0x2ef77b['hpjbr']=_0x3c6946(0x194);const _0x33318b=_0x2ef77b,_0x102b42=await this['getErrorDetails'](_0x33318b['eHdRz']);if(!_0x102b42||_0x33318b[_0x3c6946(0x1a4)](Object[_0x3c6946(0x1da)](_0x102b42)[_0x3c6946(0x1a8)],0x0)){this[_0x3c6946(0x1c8)](_0x33318b[_0x3c6946(0x1d4)],_0x102b42);return;}const _0x447420=_0x102b42[_0x3c6946(0x199)][_0x3c6946(0x179)](_0x33318b[_0x3c6946(0x1ab)],_0xc1cf0b);this['logSituation'](_0x102b42[_0x3c6946(0x19d)],_0x447420);}static async[a74_0x10296c(0x1ce)](){const _0x4eb2dd=a74_0x10296c,_0x59cfd4={};_0x59cfd4[_0x4eb2dd(0x1bf)]=function(_0x20ce2c,_0x33269d){return _0x20ce2c>_0x33269d;},_0x59cfd4[_0x4eb2dd(0x1a2)]=_0x4eb2dd(0x1c0),_0x59cfd4[_0x4eb2dd(0x18b)]=_0x4eb2dd(0x182);const _0x138a4e=_0x59cfd4,_0x29943f=await this[_0x4eb2dd(0x198)](),_0xc34f1=this[_0x4eb2dd(0x18c)](_0x29943f),_0x6eea6a=Array[_0x4eb2dd(0x180)](_0x29943f[_0x4eb2dd(0x1cc)])?_0x29943f[_0x4eb2dd(0x1cc)]:[],_0x3a5809=_0x138a4e[_0x4eb2dd(0x1bf)](this['errorCodesOccurredWhenCLINotRunning']['size'],0x0)?Array[_0x4eb2dd(0x1d6)](this['errorCodesOccurredWhenCLINotRunning']):[],_0x5753b3=new Set([..._0x6eea6a,..._0xc34f1,..._0x3a5809]),_0x50afe5=Array['from'](_0x5753b3);if(_0x138a4e[_0x4eb2dd(0x1bf)](_0x50afe5[_0x4eb2dd(0x1a8)],0x0)){const _0x3f7b2a=_0x29943f[_0x4eb2dd(0x1ae)]['replace'](_0x138a4e[_0x4eb2dd(0x1a2)],_0x50afe5[_0x4eb2dd(0x19b)](',\x20'))[_0x4eb2dd(0x179)](_0x138a4e[_0x4eb2dd(0x18b)],_0x29943f[_0x4eb2dd(0x1c4)]);logger[_0x4eb2dd(0x17d)](_0x3f7b2a),this[_0x4eb2dd(0x1c2)]=_0x50afe5;}}}module['exports']=ClientTroubleShootingService;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a75_0x1bc4f9=a75_0x5259;(function(_0x1769f3,_0x4d3ff9){const _0x2546a0=a75_0x5259,_0x4605a0=_0x1769f3();while(!![]){try{const _0x378193=-parseInt(_0x2546a0(0xaf))/0x1*(parseInt(_0x2546a0(0x110))/0x2)+-parseInt(_0x2546a0(0x13b))/0x3+-parseInt(_0x2546a0(0x8c))/0x4+parseInt(_0x2546a0(0x78))/0x5*(-parseInt(_0x2546a0(0x131))/0x6)+parseInt(_0x2546a0(0x11a))/0x7*(-parseInt(_0x2546a0(0x86))/0x8)+-parseInt(_0x2546a0(0x16c))/0x9+parseInt(_0x2546a0(0x6f))/0xa;if(_0x378193===_0x4d3ff9)break;else _0x4605a0['push'](_0x4605a0['shift']());}catch(_0x41db2c){_0x4605a0['push'](_0x4605a0['shift']());}}}(a75_0x5138,0x3b32a));const a75_0x1732dc={};a75_0x1732dc['INFO']=a75_0x1bc4f9(0x132),a75_0x1732dc[a75_0x1bc4f9(0xf1)]=a75_0x1bc4f9(0xf4);const a75_0x15348a={};a75_0x15348a[a75_0x1bc4f9(0x6d)]=a75_0x1bc4f9(0x108);const a75_0x364384={};a75_0x364384['INFO']=a75_0x1bc4f9(0x10f);function a75_0x5259(_0x3aedd6,_0x4e4f4e){const _0x5138a5=a75_0x5138();return a75_0x5259=function(_0x525903,_0xdd7c57){_0x525903=_0x525903-0x6b;let _0x25df00=_0x5138a5[_0x525903];return _0x25df00;},a75_0x5259(_0x3aedd6,_0x4e4f4e);}const a75_0x57a262={};a75_0x57a262[a75_0x1bc4f9(0x6d)]='Run\x20mocha\x20tests\x20on\x20browserstack';const a75_0x52cd04={};a75_0x52cd04['INFO']=a75_0x1bc4f9(0x109);const a75_0x4299e7={};a75_0x4299e7[a75_0x1bc4f9(0x6d)]='Run\x20js\x20tests\x20on\x20browserstack';function a75_0x5138(){const _0x2741cb=['DEBUG_CLI_LOG_FILE_NAME','OBSERVABILITY_SUPPORTED_FWS','INVALID_INIT_RESP_WITH_USER_IMPACT','httpsProxy','browserstack.overridelocalInfo.userAuthToken','VALID_APP_EXTENSION','PLAYWRIGHT_TRACE_LOGS','https://edsstaging.bsstag.com','SDKTestTcgDownResponse','^[a-zA-Z0-9_.-]*$','name\x20property\x20must\x20be\x20unique\x20within\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','jest','sdk/v1/update_cli','testOrchestrationOptions','MAX_DRIVER_INIT_ERROR_BYTES','browserstack.userName','cucumber','SDKTestInvalidTcgAuthResponseWithUserImpact','bsstag.com','hub-apse-only.browserstack.com','wss://cdp.browserstack.com/puppeteer?caps=','browserVersion','COMMONJS','GLOBAL_AGENT_NO_PROXY','userName','AUTOMATION_LOG_COMMANDS','https://upload-observability-devtestops-ssi.bsstag.com','prod','self\x20signed\x20certificate','sdk-cli-debug.log','PERCY_SUPPORTED_FRAMEWORKS','https://eds.browserstack.com','exports','Run\x20playwright\x20tests\x20on\x20Browserstack','browserstackAutomation','hub.browserstack.com','testReportingOptions','CLIENT_TROUBLESHOOTING_HASH','vanilla','ATS_HUB_URL_REGEX','CUSTOM_ID_REGEX','HELP','observability','BINARY_BUSY_ERROR_CODES','Specify\x20--help\x20for\x20available\x20options','wss://cdp-devtestops.bsstag.com/puppeteer?caps=','CODECEPT','default','Playwright','hubUrl','newman','mocha','TCG_URL','proxySettings','CI_ARTIFACTS_PATH','localProxyUser','BSTACK_ATS_URL','CERT_HAS_EXPIRED','https://automate-preprod.bsstag.com/dashboard/v2/builds/','https://app-automate-devtestops.bsstag.com/dashboard/v2/builds/','https://observability-devtestops.bsstag.com','testReporting','AUTOMATE_PRODUCTS','AI_PROXY_FAILURE','Run\x20jest\x20tests\x20on\x20browserstack','Run\x20cucumber-js\x20tests\x20on\x20browserstack','ERR_FAILED','uniqueDependency','commonjs','^[a-zA-Z0-9_.-]*/[a-zA-Z0-9_.-]*$','testContextOptions','Run\x20jasmine\x20tests\x20on\x20browserstack','2dFTOyt','stag','customVariables','localOptions','invalidKeys','hub-eu-only.browserstack.com','browserStackLocalOptions','HUB_URL_REGEX','POLL_HEALING_RESULT_TIMEOUT','percyScreenshot','258209VAaqoD','browserName','Project\x20and\x20debug\x20logs\x20are\x20captured\x20by\x20default.\x20To\x20disable,\x20set\x20disableAutoCaptureLogs:\x20true\x20in\x20config.','invalidTestInputType','browserstackLocal','ieOptions','SDKTestTcgtInitSuccessful','A11Y_SAVE_RESULTS','us-east','acceptSslCerts','SDKTestTcgProxyFailure','A11Y_GET_RESULTS_SUMMARY','https://api.browserstack.com','turboScale','JASMINE','FRAMEWORKS','platforms','Upgrade\x20required','bsstag','proxyUrl','wss://cdp.browserstack.com/playwright?caps=','CODECEPT_CUCUMBER','DEPTH_ZERO_SELF_SIGNED_CERT','100482ZKPzss','shows\x20version\x20information','BROWSERSTACK_API_URL','GLOBAL_AGENT_HTTP_PROXY','wss://cdp-preprod.bsstag.com/playwright?caps=','TCG_DOWN','GIT_META_DATA_TRUNCATED','PRIVATE_DOMAIN_OR_IP_REGEX','https://tcg-preprod.bsstag.com','https://tcg.browserstack.com','261084gbzpYR','BROWSERSTACK_ENV','ROOT_REGEX','BROWSERSTACK','TESTCAFE','ERR_NETWORK_CHANGED','SELF_SIGNED_CERT_IN_CHAIN','root','PUPPETEER','NIGHTWATCH','puppeteer','framework','https://automate-devtestops.bsstag.com/dashboard/v2/builds/','Mocha','PRODUCT_IF_NOT_BROWSERSTACK_INFRA','TEST\x20REPORTING\x20AND\x20ANALYTICS','https://api-cloud-devtestops.bsstag.com','user_data','REDACTED_KEYS','ERR_MANDATORY_PROXY_CONFIGURATION_FAILED','unhandledPromptBehavior','A11Y_SCAN','testObservability','hub-use-only.browserstack.com','authToken','CUCUMBER','DEBUG_LOG_FILE_NAME','Invalid\x20value\x20for\x20\x27%s\x27\x20key\x20in\x20the\x20yml\x20file','SET_TCG_TOKEN_TIMEOUT','https://upload-observability.browserstack.com','NUDGE_LOCAL_ERRORS','HUB_URL_MAP','ERR_CONNECTION_CLOSED','password','browserstack.user','firefoxOptions','httpProxy','rerunTests','turboScaleOptions','PUPPETEER_HUB_URL','...[TRUNCATED]','https://automation.browserstack.com','7|13|11|12|6|9|2|10|5|8|1|0|3|4','EDS_URL','name\x20and\x20testMatch\x20are\x20required\x20for\x20the\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','2|10|8|12|4|3|13|1|5|0|11|7|6|9','sdk/v1/event','MAX_GIT_META_DATA_SIZE_IN_BYTES','TCG_AUTH_TIMEOUT','2955807dyiiVu','mandatoryDependency','Cucumber-JS','testObservabilityOptions','codeceptjs','AI_INIT_SUCCESSFUL','PLAYWRIGHT','proxyUser','INFO','pageLoadStrategy','9697610WjpjWt','chromeOptions','APP_AUTOMATE_PRODUCTS','EBUSY','ERR_CONNECTION_RESET','https://hub-preprod.bsstag.com/wd/hub','jasmine','MAX_SPAWN_RETRIES','ERR_TLS_CERT_ALTNAME_INVALID','10wPiaWa','ERR_BLOCKED_BY_CLIENT','VERSION','https://api-cloud.browserstack.com','.aab','percy','Run\x20testcafe\x20tests\x20on\x20browserstack','ERR_TIMED_OUT','SDK_INSTRUMENTATION_CONFIG','percyCaptureMode','./browserstack-artifacts/','automate','AI_ENABLED_FRAMEWORK','pre-prod','16qCGEkE','ERR_PROXY_CONNECTION_FAILED','minTestedMajor','OBSERVABILITY_UPLOAD_URL','CODECEPTJS','APP_UPLOAD_URL','271728peZLJf','edgeOptions','playwright','unable\x20to\x20verify\x20the\x20first\x20certificate','ERR_SOCKS_CONNECTION_FAILED','accessKey','Connect\x20on\x20prem\x20instances\x20to\x20Browserstack','SHAREABLE_ID_REGEX','FUNNEL_INSTRUMENTATION_API_URL','NEWMAN','BROWSERSTACK_APP_AUTOMATE_URL','maxTestedMajor','ERR_CONNECTION_TIMED_OUT','SDKTestTcgAuthFailure','toLowerCase','proxyPass','https://automate.browserstack.com/dashboard/v2/builds/','unable\x20to\x20get\x20local\x20issuer\x20certificate','staging','BSTACK_URL','TCG_AUTH_FAILURE','app-automate','https://upload-observability-preprod.bsstag.com','UPGRADE_REQUIRED','SPAWN_RETRY_DELAY_MS','HEALING_LOG_DATA_TIMEOUT','AI_INIT_FAILURE','parallelsPerPlatform','Run\x20puppeteer\x20tests\x20on\x20BrowserStack','BSTACK_DELTA','split','disableAutoCaptureLogs','percyOptions','UPDATED_CLI_ENDPOINT','CLI_SUPPORTED_FRAMEWORKS','136636QNaLis','hub-aps-only.browserstack.com','HST','ERR_CONNECTION_REFUSED','browserstack.accessKey','accessibility','ERR_ADDRESS_INVALID','acceptSslCert','VANILLA','AUTOMATE','MOCHA','browserstack.key','.browserstack\x20folder\x20not\x20accessible','Jest','accessibilityOptions','BROWSERSTACK_AUTOMATE_URL','strictFileInteractability','browserstack','wss://cdp-preprod.bsstag.com/puppeteer?caps=','PLAYWRIGHT_HUB_URL','localProxyPass','Create\x20and\x20Manage\x20scalable\x20browser\x20automation\x20grids\x20for\x20Functional\x20Testing','testcafe','ERR_NAME_NOT_RESOLVED','A11Y_GET_RESULTS'];a75_0x5138=function(){return _0x2741cb;};return a75_0x5138();}const a75_0x3bce24={};a75_0x3bce24[a75_0x1bc4f9(0x6d)]='Run\x20nightwatch\x20tests\x20on\x20browserstack';const a75_0x47a8bf={};a75_0x47a8bf[a75_0x1bc4f9(0x6d)]=a75_0x1bc4f9(0xe9);const a75_0xb92b42={};a75_0xb92b42[a75_0x1bc4f9(0x6d)]=a75_0x1bc4f9(0x7e);const a75_0x14b2dd={};a75_0x14b2dd[a75_0x1bc4f9(0x6d)]=a75_0x1bc4f9(0xa8);const a75_0x16ec54={};a75_0x16ec54[a75_0x1bc4f9(0x6d)]='Run\x20codeceptjs\x20tests\x20on\x20browserstack';const a75_0x59a6db={};a75_0x59a6db['INFO']='Run\x20Newman\x20API\x20tests\x20with\x20BrowserStack\x20observability';const a75_0x3b8db9={};a75_0x3b8db9[a75_0x1bc4f9(0x6d)]=a75_0x1bc4f9(0xc4);const a75_0x3f0c8c={};a75_0x3f0c8c[a75_0x1bc4f9(0x6d)]=a75_0x1bc4f9(0x92);const a75_0x176be1={};a75_0x176be1['hardMinMajor']=null,a75_0x176be1[a75_0x1bc4f9(0x88)]=0xe,a75_0x176be1[a75_0x1bc4f9(0x97)]=0x1a;const a75_0x547bfa={};a75_0x547bfa[a75_0x1bc4f9(0x6b)]=a75_0x1bc4f9(0xf8),a75_0x547bfa[a75_0x1bc4f9(0xb9)]=a75_0x1bc4f9(0xfb),a75_0x547bfa['JEST']='jest',a75_0x547bfa[a75_0x1bc4f9(0xf6)]='codeceptjs',a75_0x547bfa[a75_0x1bc4f9(0x12f)]='codeceptjs-cucumber',a75_0x547bfa[a75_0x1bc4f9(0x154)]=a75_0x1bc4f9(0xd8),a75_0x547bfa[a75_0x1bc4f9(0xb7)]=a75_0x1bc4f9(0xee),a75_0x547bfa[a75_0x1bc4f9(0x143)]=a75_0x1bc4f9(0x145),a75_0x547bfa['TESTCAFE']=a75_0x1bc4f9(0xc5),a75_0x547bfa[a75_0x1bc4f9(0x95)]=a75_0x1bc4f9(0xfa),a75_0x547bfa[a75_0x1bc4f9(0x128)]=a75_0x1bc4f9(0x75);const a75_0x106b8e={};a75_0x106b8e[a75_0x1bc4f9(0x114)]='Invalid\x20property\x20added\x20for\x20the\x20%s\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file',a75_0x106b8e[a75_0x1bc4f9(0x10b)]=a75_0x1bc4f9(0xd2),a75_0x106b8e[a75_0x1bc4f9(0x16d)]=a75_0x1bc4f9(0x167),a75_0x106b8e[a75_0x1bc4f9(0x11d)]=a75_0x1bc4f9(0x156);const a75_0x268ee2={};a75_0x268ee2[a75_0x1bc4f9(0xde)]=a75_0x1bc4f9(0x10c),a75_0x268ee2['MODULE']='module';const a75_0x470cc5={};a75_0x470cc5[a75_0x1bc4f9(0x148)]=0xfde8,a75_0x470cc5[a75_0x1bc4f9(0x16e)]=0xfde8,a75_0x470cc5[a75_0x1bc4f9(0xbc)]=0x186a0;const a75_0x5396ac={};a75_0x5396ac[a75_0x1bc4f9(0x142)]=[a75_0x1bc4f9(0xe0),a75_0x1bc4f9(0x91),a75_0x1bc4f9(0xd7),a75_0x1bc4f9(0xb3),a75_0x1bc4f9(0x15d),a75_0x1bc4f9(0xba),a75_0x1bc4f9(0x15c),a75_0x1bc4f9(0x14c),a75_0x1bc4f9(0x15f),a75_0x1bc4f9(0xcb),a75_0x1bc4f9(0x112),'proxyPassword',a75_0x1bc4f9(0x153),a75_0x1bc4f9(0x12d),a75_0x1bc4f9(0xcc)],a75_0x5396ac[a75_0x1bc4f9(0x116)]=[a75_0x1bc4f9(0x6c),a75_0x1bc4f9(0x9b),a75_0x1bc4f9(0xff),a75_0x1bc4f9(0xc3)];const a75_0x3b58a7={};a75_0x3b58a7[a75_0x1bc4f9(0x11e)]=a75_0x1bc4f9(0x11e),a75_0x3b58a7[a75_0x1bc4f9(0x116)]=a75_0x1bc4f9(0x116),a75_0x3b58a7[a75_0x1bc4f9(0x113)]=a75_0x1bc4f9(0x116),a75_0x3b58a7[a75_0x1bc4f9(0xa7)]=a75_0x1bc4f9(0xa7),a75_0x3b58a7[a75_0x1bc4f9(0x12a)]=a75_0x1bc4f9(0x12a),a75_0x3b58a7['logLevel']='logLevel',a75_0x3b58a7[a75_0x1bc4f9(0x15f)]=a75_0x1bc4f9(0x15f),a75_0x3b58a7[a75_0x1bc4f9(0xcb)]=a75_0x1bc4f9(0xcb),a75_0x3b58a7[a75_0x1bc4f9(0x146)]='framework',a75_0x3b58a7[a75_0x1bc4f9(0x10e)]=a75_0x1bc4f9(0x10e),a75_0x3b58a7[a75_0x1bc4f9(0x151)]=a75_0x1bc4f9(0x151),a75_0x3b58a7[a75_0x1bc4f9(0x105)]=a75_0x1bc4f9(0x105),a75_0x3b58a7[a75_0x1bc4f9(0x16f)]=a75_0x1bc4f9(0x16f),a75_0x3b58a7[a75_0x1bc4f9(0xec)]='testReportingOptions',a75_0x3b58a7[a75_0x1bc4f9(0x112)]=a75_0x1bc4f9(0x112),a75_0x3b58a7['automation']=a75_0x1bc4f9(0xea),a75_0x3b58a7[a75_0x1bc4f9(0xea)]='browserstackAutomation',a75_0x3b58a7[a75_0x1bc4f9(0x160)]=a75_0x1bc4f9(0x160),a75_0x3b58a7[a75_0x1bc4f9(0x7d)]='percy',a75_0x3b58a7[a75_0x1bc4f9(0xac)]='percyOptions',a75_0x3b58a7['percyCaptureMode']=a75_0x1bc4f9(0x81),a75_0x3b58a7[a75_0x1bc4f9(0xab)]='disableAutoCaptureLogs',a75_0x3b58a7[a75_0x1bc4f9(0xb4)]=a75_0x1bc4f9(0xb4),a75_0x3b58a7[a75_0x1bc4f9(0xbd)]=a75_0x1bc4f9(0xbd),a75_0x3b58a7[a75_0x1bc4f9(0x127)]=a75_0x1bc4f9(0x127),a75_0x3b58a7[a75_0x1bc4f9(0x161)]=a75_0x1bc4f9(0x161),a75_0x3b58a7[a75_0x1bc4f9(0xfd)]=a75_0x1bc4f9(0xfd),a75_0x3b58a7[a75_0x1bc4f9(0xd5)]=a75_0x1bc4f9(0xd5);const a75_0x527d90={};a75_0x527d90[a75_0x1bc4f9(0xf7)]=a75_0x1bc4f9(0xeb),a75_0x527d90[a75_0x1bc4f9(0x122)]=a75_0x1bc4f9(0x152),a75_0x527d90['us']='hub-us-only.browserstack.com',a75_0x527d90['eu']=a75_0x1bc4f9(0x115),a75_0x527d90['in']=a75_0x1bc4f9(0xb0),a75_0x527d90['au']=a75_0x1bc4f9(0xdb);const a75_0x26c451={};a75_0x26c451[a75_0x1bc4f9(0xbb)]=['SDK-GEN-001','[ClientTroubleShootingService]\x20The\x20SDK\x20is\x20unable\x20to\x20access\x20the\x20.browserstack\x20folder\x20in\x20your\x20home\x20directory.\x20Please\x20ensure\x20that\x20the\x20folder\x20exists\x20and\x20has\x20the\x20correct\x20permissions.'];const a75_0x2ee39c={};a75_0x2ee39c[a75_0x1bc4f9(0x7a)]=a75_0x1732dc,a75_0x2ee39c['JEST']=a75_0x15348a,a75_0x2ee39c[a75_0x1bc4f9(0x128)]=a75_0x364384,a75_0x2ee39c[a75_0x1bc4f9(0xb9)]=a75_0x57a262,a75_0x2ee39c[a75_0x1bc4f9(0x154)]=a75_0x52cd04,a75_0x2ee39c['VANILLA']=a75_0x4299e7,a75_0x2ee39c[a75_0x1bc4f9(0x144)]=a75_0x3bce24,a75_0x2ee39c[a75_0x1bc4f9(0x6b)]=a75_0x47a8bf,a75_0x2ee39c[a75_0x1bc4f9(0x13f)]=a75_0xb92b42,a75_0x2ee39c[a75_0x1bc4f9(0x143)]=a75_0x14b2dd,a75_0x2ee39c[a75_0x1bc4f9(0x8a)]=a75_0x16ec54,a75_0x2ee39c['NEWMAN']=a75_0x59a6db,a75_0x2ee39c[a75_0x1bc4f9(0xb1)]=a75_0x3b8db9,a75_0x2ee39c['INTEGRATIONS']=a75_0x3f0c8c,a75_0x2ee39c[a75_0x1bc4f9(0xa9)]=0x8*0x3c*0x3e8,a75_0x2ee39c[a75_0x1bc4f9(0xf9)]='https://hub.browserstack.com/wd/hub',a75_0x2ee39c[a75_0x1bc4f9(0xfc)]=a75_0x1bc4f9(0x13a),a75_0x2ee39c['TCG_REGION']='use',a75_0x2ee39c[a75_0x1bc4f9(0x117)]=/^hub(-[a-z]+)?\.browserstack\.com$/,a75_0x2ee39c[a75_0x1bc4f9(0xef)]=/^[a-zA-Z0-9]+-hub\.browserstack-ats\.com$/,a75_0x2ee39c['ATS_WSS_URL_REGEX']=/wss?:\/\/(?:[a-zA-Z0-9_-]+-)?hub(?:-ft)?\.browserstack(-ats)?\.com/,a75_0x2ee39c['ROOT_CAPS']=['acceptInsecureCerts',a75_0x1bc4f9(0x6e),a75_0x1bc4f9(0xbf),a75_0x1bc4f9(0x14f),'timeouts',a75_0x1bc4f9(0x11b),a75_0x1bc4f9(0xdd),a75_0x1bc4f9(0x123),a75_0x1bc4f9(0xb6),a75_0x1bc4f9(0x70),a75_0x1bc4f9(0x15e),a75_0x1bc4f9(0x8d),a75_0x1bc4f9(0x11f)],a75_0x2ee39c[a75_0x1bc4f9(0x13d)]=/^[\w-]+:.*$/,a75_0x2ee39c[a75_0x1bc4f9(0x138)]=[/localhost/,/bs-local.com/,/^127\./,/^10\./,/^172\.1[6-9]\./,/^172\.2[0-9]\./,/^172\.3[0-1]\./,/^192\.168\./],a75_0x2ee39c['EDS_URL']=a75_0x1bc4f9(0xe7),a75_0x2ee39c['BROWSERSTACK_API_URL']=a75_0x1bc4f9(0x126),a75_0x2ee39c[a75_0x1bc4f9(0x8b)]=a75_0x1bc4f9(0x7b),a75_0x2ee39c[a75_0x1bc4f9(0xad)]=a75_0x1bc4f9(0xd4),a75_0x2ee39c['LT_SUPPORTED_NODE']=a75_0x176be1,a75_0x2ee39c[a75_0x1bc4f9(0x94)]=a75_0x1bc4f9(0x169),a75_0x2ee39c[a75_0x1bc4f9(0x106)]=['automate',a75_0x1bc4f9(0xf2)],a75_0x2ee39c[a75_0x1bc4f9(0x71)]=[a75_0x1bc4f9(0xa1),a75_0x1bc4f9(0xf2)],a75_0x2ee39c[a75_0x1bc4f9(0x149)]=[a75_0x1bc4f9(0xf2)],a75_0x2ee39c[a75_0x1bc4f9(0x89)]=a75_0x1bc4f9(0x158),a75_0x2ee39c[a75_0x1bc4f9(0xc9)]=[a75_0x1bc4f9(0xfb),'Playwright',a75_0x1bc4f9(0xc5),a75_0x1bc4f9(0x75)],a75_0x2ee39c[a75_0x1bc4f9(0xb8)]=[a75_0x1bc4f9(0x83)],a75_0x2ee39c[a75_0x1bc4f9(0xbe)]=a75_0x1bc4f9(0x9c),a75_0x2ee39c[a75_0x1bc4f9(0x96)]='https://app-automate.browserstack.com/dashboard/v2/builds/',a75_0x2ee39c['APP_AUTOMATE']=[a75_0x1bc4f9(0xa1)],a75_0x2ee39c[a75_0x1bc4f9(0x159)]=[a75_0x1bc4f9(0x10a),a75_0x1bc4f9(0x7f),a75_0x1bc4f9(0x79),a75_0x1bc4f9(0x140),'ERR_SOCKET_NOT_CONNECTED',a75_0x1bc4f9(0x15b),a75_0x1bc4f9(0x73),a75_0x1bc4f9(0xb2),'ERR_CONNECTION_ABORTED','ERR_CONNECTION_FAILED',a75_0x1bc4f9(0xc6),a75_0x1bc4f9(0xb5),'ERR_ADDRESS_UNREACHABLE','ERR_TUNNEL_CONNECTION_FAILED',a75_0x1bc4f9(0x98),a75_0x1bc4f9(0x90),'ERR_SOCKS_CONNECTION_HOST_UNREACHABLE',a75_0x1bc4f9(0x87),a75_0x1bc4f9(0xc6),'ERR_NAME_RESOLUTION_FAILED',a75_0x1bc4f9(0x14e)],a75_0x2ee39c[a75_0x1bc4f9(0xcd)]=['.apk',a75_0x1bc4f9(0x7c),'.ipa'],a75_0x2ee39c[a75_0x1bc4f9(0xf0)]=a75_0x1bc4f9(0xd1),a75_0x2ee39c[a75_0x1bc4f9(0x93)]=a75_0x1bc4f9(0x10d),a75_0x2ee39c[a75_0x1bc4f9(0xfe)]=a75_0x1bc4f9(0x82),a75_0x2ee39c[a75_0x1bc4f9(0xc2)]=a75_0x1bc4f9(0x12e),a75_0x2ee39c[a75_0x1bc4f9(0x162)]=a75_0x1bc4f9(0xdc),a75_0x2ee39c[a75_0x1bc4f9(0x129)]=a75_0x547bfa,a75_0x2ee39c[a75_0x1bc4f9(0xe6)]=['jest',a75_0x1bc4f9(0xfb)],a75_0x2ee39c['PLAYWRIGHT_CONFIG_OPTION_ERRORS']=a75_0x106b8e,a75_0x2ee39c['AUTOLOGCAPTURE_NOTIFICATION']=a75_0x1bc4f9(0x11c),a75_0x2ee39c['PACKAGE_TYPE']=a75_0x268ee2,a75_0x2ee39c[a75_0x1bc4f9(0x16a)]=0x40*0x400,a75_0x2ee39c[a75_0x1bc4f9(0x137)]=a75_0x1bc4f9(0x163),a75_0x2ee39c[a75_0x1bc4f9(0xa3)]=a75_0x1bc4f9(0x12b),a75_0x2ee39c[a75_0x1bc4f9(0x136)]=a75_0x1bc4f9(0xd0),a75_0x2ee39c[a75_0x1bc4f9(0xca)]=a75_0x1bc4f9(0xd9),a75_0x2ee39c[a75_0x1bc4f9(0xa0)]=a75_0x1bc4f9(0x99),a75_0x2ee39c[a75_0x1bc4f9(0x171)]=a75_0x1bc4f9(0x120),a75_0x2ee39c[a75_0x1bc4f9(0xa6)]='SDKTestInitFailedResponse',a75_0x2ee39c[a75_0x1bc4f9(0x107)]=a75_0x1bc4f9(0x124),a75_0x2ee39c[a75_0x1bc4f9(0x16b)]=0x1388,a75_0x2ee39c[a75_0x1bc4f9(0x157)]=0x1388,a75_0x2ee39c[a75_0x1bc4f9(0xa5)]=0x1388,a75_0x2ee39c['HEALING_FAILURE_TIMEOUT']=0x1388,a75_0x2ee39c[a75_0x1bc4f9(0x118)]=0xc350,a75_0x2ee39c['TEST_FRAMEWORK_HOOK_TIMEOUT']=a75_0x470cc5,a75_0x2ee39c[a75_0x1bc4f9(0x14d)]=a75_0x5396ac,a75_0x2ee39c[a75_0x1bc4f9(0x84)]=[a75_0x1bc4f9(0xee),a75_0x1bc4f9(0x170)],a75_0x2ee39c[a75_0x1bc4f9(0x80)]=a75_0x3b58a7,a75_0x2ee39c['LOG_FILE_NAME']='/usage.log',a75_0x2ee39c[a75_0x1bc4f9(0x155)]='/usage-debug.log',a75_0x2ee39c[a75_0x1bc4f9(0xc8)]=a75_0x1bc4f9(0xe5),a75_0x2ee39c[a75_0x1bc4f9(0x9f)]='browserstack.com',a75_0x2ee39c[a75_0x1bc4f9(0x100)]='browserstack-ats.com',a75_0x2ee39c['O11Y_URL']=a75_0x1bc4f9(0x164),a75_0x2ee39c['TEST_REPORTING_ANALYTICS']=a75_0x1bc4f9(0x14a),a75_0x2ee39c[a75_0x1bc4f9(0x13e)]=a75_0x1bc4f9(0xc0),a75_0x2ee39c[a75_0x1bc4f9(0xae)]=[a75_0x1bc4f9(0x8e),'cucumber',a75_0x1bc4f9(0xd3),'puppeteer','testcafe','newman'],a75_0x2ee39c[a75_0x1bc4f9(0xe1)]=[a75_0x1bc4f9(0x150),a75_0x1bc4f9(0x125),a75_0x1bc4f9(0xc7),a75_0x1bc4f9(0x121),a75_0x1bc4f9(0x119),'ObservabilitySync'],a75_0x2ee39c[a75_0x1bc4f9(0xce)]=a75_0x1bc4f9(0xce),a75_0x2ee39c[a75_0x1bc4f9(0x15a)]=a75_0x527d90,a75_0x2ee39c['SSL_ERROR_MESSAGES']=[a75_0x1bc4f9(0xe4),a75_0x1bc4f9(0x8f),'certificate\x20has\x20expired',a75_0x1bc4f9(0x9d),a75_0x1bc4f9(0x77),a75_0x1bc4f9(0x130)],a75_0x2ee39c['SSL_ERROR_CODES']=[a75_0x1bc4f9(0x141),a75_0x1bc4f9(0x130),'UNABLE_TO_VERIFY_LEAF_SIGNATURE',a75_0x1bc4f9(0x101),a75_0x1bc4f9(0x77),'UNABLE_TO_GET_ISSUER_CERT_LOCALLY'],a75_0x2ee39c['CONNECTIVITY_ISSUE_ERROR_CODES']=[0x193,0x197,0x1f6,0x1f7,0x1f8],a75_0x2ee39c[a75_0x1bc4f9(0xed)]=a75_0x26c451,a75_0x2ee39c['INTERNALLY_USED_ENV_VARS']=[a75_0x1bc4f9(0x134),a75_0x1bc4f9(0xdf),'USER_CONFIG_DETAILS_PATH'],a75_0x2ee39c[a75_0x1bc4f9(0xf3)]=['ETXTBSY',a75_0x1bc4f9(0x72)],a75_0x2ee39c[a75_0x1bc4f9(0x76)]=0x3,a75_0x2ee39c[a75_0x1bc4f9(0xa4)]=0x3e8,a75_0x2ee39c[a75_0x1bc4f9(0xd6)]=0x1f40,module['exports']=a75_0x2ee39c;const _env=(process['env'][a75_0x1bc4f9(0x13c)]||a75_0x1bc4f9(0xe3))[a75_0x1bc4f9(0x9a)]();if(_env===a75_0x1bc4f9(0x9e)||_env===a75_0x1bc4f9(0x111)){const HMqVAm=a75_0x1bc4f9(0x165)[a75_0x1bc4f9(0xaa)]('|');let ooIjIv=0x0;while(!![]){switch(HMqVAm[ooIjIv++]){case'0':module[a75_0x1bc4f9(0xe8)]['OBSERVABILITY_UPLOAD_URL']=a75_0x1bc4f9(0xe2);continue;case'1':module[a75_0x1bc4f9(0xe8)]['O11Y_URL']=a75_0x1bc4f9(0x104);continue;case'2':module[a75_0x1bc4f9(0xe8)][a75_0x1bc4f9(0x8b)]=a75_0x1bc4f9(0x14b);continue;case'3':module[a75_0x1bc4f9(0xe8)]['EDS_URL']=a75_0x1bc4f9(0xcf);continue;case'4':module[a75_0x1bc4f9(0xe8)][a75_0x1bc4f9(0x13e)]='bsstag';continue;case'5':module[a75_0x1bc4f9(0xe8)]['PUPPETEER_HUB_URL']=a75_0x1bc4f9(0xf5);continue;case'6':module[a75_0x1bc4f9(0xe8)][a75_0x1bc4f9(0xbe)]=a75_0x1bc4f9(0x147);continue;case'7':module[a75_0x1bc4f9(0xe8)]['hubUrl']='https://hub-devtestops.bsstag.com/wd/hub';continue;case'8':module[a75_0x1bc4f9(0xe8)][a75_0x1bc4f9(0x9f)]='bsstag.com';continue;case'9':module['exports'][a75_0x1bc4f9(0x96)]=a75_0x1bc4f9(0x103);continue;case'10':module[a75_0x1bc4f9(0xe8)][a75_0x1bc4f9(0xc2)]='wss://cdp-devtestops.bsstag.com/playwright?caps=';continue;case'11':module[a75_0x1bc4f9(0xe8)][a75_0x1bc4f9(0xfc)]='https://tcg.bsstag.com';continue;case'12':module['exports'][a75_0x1bc4f9(0x117)]=/^hub(-[a-z]+)?\.bsstag\.com$/;continue;case'13':module[a75_0x1bc4f9(0xe8)]['BROWSERSTACK_API_URL']='https://apidevtestops.bsstag.com';continue;}break;}}else{if(_env==='preprod'||_env===a75_0x1bc4f9(0x85)){const cVZNyV=a75_0x1bc4f9(0x168)[a75_0x1bc4f9(0xaa)]('|');let aWdQGq=0x0;while(!![]){switch(cVZNyV[aWdQGq++]){case'0':module[a75_0x1bc4f9(0xe8)][a75_0x1bc4f9(0x9f)]=a75_0x1bc4f9(0xda);continue;case'1':module[a75_0x1bc4f9(0xe8)][a75_0x1bc4f9(0xc2)]=a75_0x1bc4f9(0x135);continue;case'2':module['exports']['hubUrl']=a75_0x1bc4f9(0x74);continue;case'3':module[a75_0x1bc4f9(0xe8)][a75_0x1bc4f9(0x96)]='https://app-automate-preprod.bsstag.com/dashboard/v2/builds/';continue;case'4':module['exports']['BROWSERSTACK_AUTOMATE_URL']=a75_0x1bc4f9(0x102);continue;case'5':module[a75_0x1bc4f9(0xe8)][a75_0x1bc4f9(0x162)]=a75_0x1bc4f9(0xc1);continue;case'6':module[a75_0x1bc4f9(0xe8)][a75_0x1bc4f9(0x166)]=a75_0x1bc4f9(0xcf);continue;case'7':module[a75_0x1bc4f9(0xe8)][a75_0x1bc4f9(0x89)]=a75_0x1bc4f9(0xa2);continue;case'8':module['exports'][a75_0x1bc4f9(0xfc)]=a75_0x1bc4f9(0x139);continue;case'9':module[a75_0x1bc4f9(0xe8)][a75_0x1bc4f9(0x13e)]=a75_0x1bc4f9(0x12c);continue;case'10':module[a75_0x1bc4f9(0xe8)][a75_0x1bc4f9(0x133)]='https://api-preprod.bsstag.com';continue;case'11':module['exports']['O11Y_URL']='https://automation-preprod.bsstag.com';continue;case'12':module[a75_0x1bc4f9(0xe8)][a75_0x1bc4f9(0x117)]=/^hub(-[a-z]+)?\.bsstag\.com$/;continue;case'13':module[a75_0x1bc4f9(0xe8)][a75_0x1bc4f9(0x8b)]='https://api-preprod.bsstag.com';continue;}break;}}}
|
|
1
|
+
const a75_0xcb6f5e=a75_0x129f;(function(_0x183e3e,_0x4249db){const _0x165bcb=a75_0x129f,_0x28744f=_0x183e3e();while(!![]){try{const _0x5ea9b7=parseInt(_0x165bcb(0x282))/0x1+-parseInt(_0x165bcb(0x25b))/0x2*(-parseInt(_0x165bcb(0x180))/0x3)+parseInt(_0x165bcb(0x251))/0x4+parseInt(_0x165bcb(0x246))/0x5+parseInt(_0x165bcb(0x274))/0x6+-parseInt(_0x165bcb(0x272))/0x7+parseInt(_0x165bcb(0x213))/0x8*(-parseInt(_0x165bcb(0x1c0))/0x9);if(_0x5ea9b7===_0x4249db)break;else _0x28744f['push'](_0x28744f['shift']());}catch(_0x447945){_0x28744f['push'](_0x28744f['shift']());}}}(a75_0x5a65,0x41fad));const a75_0x4cfffe={};a75_0x4cfffe[a75_0xcb6f5e(0x219)]=a75_0xcb6f5e(0x288),a75_0x4cfffe['HELP']=a75_0xcb6f5e(0x204);const a75_0x420594={};a75_0x420594['INFO']=a75_0xcb6f5e(0x280);const a75_0x4070cb={};a75_0x4070cb[a75_0xcb6f5e(0x219)]=a75_0xcb6f5e(0x1f8);const a75_0x689e5c={};function a75_0x129f(_0x5824ad,_0x1cc408){const _0x5a65bb=a75_0x5a65();return a75_0x129f=function(_0x129fbf,_0x17bdb2){_0x129fbf=_0x129fbf-0x180;let _0x5b486c=_0x5a65bb[_0x129fbf];return _0x5b486c;},a75_0x129f(_0x5824ad,_0x1cc408);}a75_0x689e5c[a75_0xcb6f5e(0x219)]=a75_0xcb6f5e(0x27c);const a75_0x599fbd={};a75_0x599fbd[a75_0xcb6f5e(0x219)]=a75_0xcb6f5e(0x1fa);const a75_0x1fd766={};a75_0x1fd766['INFO']=a75_0xcb6f5e(0x26e);const a75_0x412bae={};a75_0x412bae[a75_0xcb6f5e(0x219)]='Run\x20nightwatch\x20tests\x20on\x20browserstack';const a75_0x1cf311={};a75_0x1cf311['INFO']=a75_0xcb6f5e(0x1e8);const a75_0x47e5a9={};a75_0x47e5a9['INFO']=a75_0xcb6f5e(0x1eb);const a75_0x5eb114={};a75_0x5eb114[a75_0xcb6f5e(0x219)]=a75_0xcb6f5e(0x19f);const a75_0x1b2862={};a75_0x1b2862[a75_0xcb6f5e(0x219)]='Run\x20codeceptjs\x20tests\x20on\x20browserstack';const a75_0x2d5025={};a75_0x2d5025[a75_0xcb6f5e(0x219)]=a75_0xcb6f5e(0x184);const a75_0x6ef76f={};a75_0x6ef76f['INFO']=a75_0xcb6f5e(0x187);const a75_0xd41cb3={};function a75_0x5a65(){const _0x1b1748=['ERR_TIMED_OUT','SSL_ERROR_MESSAGES','browserstack.overridelocalInfo.userAuthToken','hub-apse-only.browserstack.com','EDS_URL','https://api-cloud.browserstack.com','Upgrade\x20required','https://api-cloud-devtestops.bsstag.com','proxySettings','percy','stag','CONNECTIVITY_ISSUE_ERROR_CODES','observability','NUDGE_LOCAL_ERRORS','split','BROWSERSTACK_ENV','codeceptjs-cucumber','TCG_DOWN','SDKTestInitFailedResponse','AUTOLOGCAPTURE_NOTIFICATION','7|8|11|3|9|13|10|4|0|5|2|6|1|12','us-east','jasmine','CODECEPT_CUCUMBER','SPAWN_RETRY_DELAY_MS','turboScaleOptions','CERT_HAS_EXPIRED','https://hub-devtestops.bsstag.com/wd/hub','UPGRADE_REQUIRED','UPDATED_CLI_ENDPOINT','Run\x20playwright\x20tests\x20on\x20Browserstack','https://tcg.browserstack.com','puppeteer','Run\x20testcafe\x20tests\x20on\x20browserstack','newman','proxyPassword','^[a-zA-Z0-9_.-]*/[a-zA-Z0-9_.-]*$','cucumber','BSTACK_URL','wss://cdp-devtestops.bsstag.com/puppeteer?caps=','platforms','DEBUG_LOG_FILE_NAME','httpProxy','automation','AI_INIT_FAILURE','ERR_CONNECTION_RESET','Run\x20jasmine\x20tests\x20on\x20browserstack','OBSERVABILITY_UPLOAD_URL','Run\x20cucumber-js\x20tests\x20on\x20browserstack','https://upload-observability-preprod.bsstag.com','testReporting','browserstackLocal','AUTOMATION_LOG_COMMANDS','CLIENT_TROUBLESHOOTING_HASH','https://automation.browserstack.com','BROWSERSTACK_AUTOMATE_URL','INTEGRATIONS','LOG_FILE_NAME','Specify\x20--help\x20for\x20available\x20options','BROWSERSTACK_APP_AUTOMATE_URL','accessibility','INTERNALLY_USED_ENV_VARS','GLOBAL_AGENT_NO_PROXY','HEALING_LOG_DATA_TIMEOUT','.apk','ERR_NAME_RESOLUTION_FAILED','localOptions','CODECEPTJS','AI_PROXY_FAILURE','hubUrl','httpsProxy','hub-us-only.browserstack.com','TEST_FRAMEWORK_HOOK_TIMEOUT','200iTvyQw','./browserstack-artifacts/','testObservability','https://upload-observability.browserstack.com','SET_TCG_TOKEN_TIMEOUT','AI_ENABLED_FRAMEWORK','INFO','COMMONJS','name\x20and\x20testMatch\x20are\x20required\x20for\x20the\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','Project\x20and\x20debug\x20logs\x20are\x20captured\x20by\x20default.\x20To\x20disable,\x20set\x20disableAutoCaptureLogs:\x20true\x20in\x20config.','ATS_HUB_URL_REGEX','^[a-zA-Z0-9_.-]*$','commonjs','user_data','LT_SUPPORTED_NODE','ETXTBSY','BROWSERSTACK','percyCaptureMode','ERR_CONNECTION_TIMED_OUT','root','APP_AUTOMATE','browserstack.user','SDK-GEN-001','A11Y_GET_RESULTS_SUMMARY','PRODUCT_IF_NOT_BROWSERSTACK_INFRA','browserstack-ats.com','bsstag','https://hub-preprod.bsstag.com/wd/hub','browserstackAutomation','proxyUser','bsstag.com','wss://cdp.browserstack.com/puppeteer?caps=','ERR_CONNECTION_ABORTED','turboScale','password','SHAREABLE_ID_REGEX','TEST\x20REPORTING\x20AND\x20ANALYTICS','GIT_META_DATA_TRUNCATED','PLAYWRIGHT','PUPPETEER','TCG_URL','testContextOptions','https://app-automate-devtestops.bsstag.com/dashboard/v2/builds/','O11Y_URL','jest','customVariables','A11Y_SCAN','strictFileInteractability','ERR_NAME_NOT_RESOLVED','PLAYWRIGHT_TRACE_LOGS','TCG_AUTH_FAILURE','422025mIsRTq','self\x20signed\x20certificate','wss://cdp-devtestops.bsstag.com/playwright?caps=','playwright','PUPPETEER_HUB_URL','FRAMEWORKS','PRIVATE_DOMAIN_OR_IP_REGEX','POLL_HEALING_RESULT_TIMEOUT','sdk/v1/event','GLOBAL_AGENT_HTTP_PROXY','ERR_ADDRESS_UNREACHABLE','1178500MhGpTD','hardMinMajor','https://automate.browserstack.com/dashboard/v2/builds/','https://eds.browserstack.com','acceptInsecureCerts','wss://cdp-preprod.bsstag.com/playwright?caps=','PACKAGE_TYPE','.browserstack\x20folder\x20not\x20accessible','ERR_MANDATORY_PROXY_CONFIGURATION_FAILED','automate','722TYUQUF','CLI_SUPPORTED_FRAMEWORKS','chromeOptions','authToken','accessibilityOptions','app-automate','INVALID_INIT_RESP_WITH_USER_IMPACT','DEPTH_ZERO_SELF_SIGNED_CERT','browserstack','ERR_CONNECTION_CLOSED','TESTCAFE','HUB_URL_REGEX','PLAYWRIGHT_CONFIG_OPTION_ERRORS','https://api.browserstack.com','https://edsstaging.bsstag.com','browserstack.com','https://api-preprod.bsstag.com','NEWMAN','ERR_NETWORK_CHANGED','Run\x20js\x20tests\x20on\x20browserstack','browserstack.key','ieOptions','Mocha','776909OWSCLA','uniqueDependency','2652708RBYJfE','testOrchestrationOptions','ERR_FAILED','SDK_INSTRUMENTATION_CONFIG','MAX_DRIVER_INIT_ERROR_BYTES','vanilla','HEALING_FAILURE_TIMEOUT','https://observability-devtestops.bsstag.com','Run\x20mocha\x20tests\x20on\x20browserstack','ObservabilitySync','.aab','BSTACK_DELTA','Run\x20jest\x20tests\x20on\x20browserstack','A11Y_SAVE_RESULTS','62122OnZOLC','JASMINE','testObservabilityOptions','MODULE','browserstack.userName','REDACTED_KEYS','shows\x20version\x20information','135jsPtdT','hub-eu-only.browserstack.com','staging','ERR_CONNECTION_REFUSED','Run\x20Newman\x20API\x20tests\x20with\x20BrowserStack\x20observability','https://upload-observability-devtestops-ssi.bsstag.com','userName','Create\x20and\x20Manage\x20scalable\x20browser\x20automation\x20grids\x20for\x20Functional\x20Testing','https://automation-preprod.bsstag.com','timeouts','invalidTestInputType','invalidKeys','NIGHTWATCH','AI_INIT_SUCCESSFUL','maxTestedMajor','VERSION','sdk-cli-debug.log','localProxyUser','certificate\x20has\x20expired','rerunTests','/usage-debug.log','OBSERVABILITY_SUPPORTED_FWS','https://tcg-preprod.bsstag.com','TCG_AUTH_TIMEOUT','VALID_APP_EXTENSION','edgeOptions','[ClientTroubleShootingService]\x20The\x20SDK\x20is\x20unable\x20to\x20access\x20the\x20.browserstack\x20folder\x20in\x20your\x20home\x20directory.\x20Please\x20ensure\x20that\x20the\x20folder\x20exists\x20and\x20has\x20the\x20correct\x20permissions.','https://apidevtestops.bsstag.com','BINARY_BUSY_ERROR_CODES','parallelsPerPlatform','framework','Run\x20puppeteer\x20tests\x20on\x20BrowserStack','preprod','BROWSERSTACK_API_URL','SDKTestTcgDownResponse','mocha','unhandledPromptBehavior','https://automate-devtestops.bsstag.com/dashboard/v2/builds/','https://app-automate-preprod.bsstag.com/dashboard/v2/builds/','APP_AUTOMATE_PRODUCTS','ROOT_CAPS','browserStackLocalOptions','browserVersion','https://automate-preprod.bsstag.com/dashboard/v2/builds/','codeceptjs','VANILLA','ERR_TLS_CERT_ALTNAME_INVALID','Cucumber-JS','pageLoadStrategy','ERR_TUNNEL_CONNECTION_FAILED','ATS_WSS_URL_REGEX','unable\x20to\x20verify\x20the\x20first\x20certificate','percyScreenshot','Connect\x20on\x20prem\x20instances\x20to\x20Browserstack','APP_UPLOAD_URL','UNABLE_TO_GET_ISSUER_CERT_LOCALLY','testReportingOptions','env','acceptSslCerts','SDKTestTcgProxyFailure','/usage.log','BSTACK_ATS_URL','SELF_SIGNED_CERT_IN_CHAIN','default','186579hfnLKx','exports','disableAutoCaptureLogs','browserstack.accessKey','use','PLAYWRIGHT_HUB_URL','toLowerCase','TCG_REGION','Playwright','testcafe'];a75_0x5a65=function(){return _0x1b1748;};return a75_0x5a65();}a75_0xd41cb3[a75_0xcb6f5e(0x219)]=a75_0xcb6f5e(0x1b5);const a75_0x26f9e2={};a75_0x26f9e2[a75_0xcb6f5e(0x252)]=null,a75_0x26f9e2['minTestedMajor']=0xe,a75_0x26f9e2[a75_0xcb6f5e(0x18e)]=0x1a;const a75_0x1be7b4={};a75_0x1be7b4[a75_0xcb6f5e(0x239)]=a75_0xcb6f5e(0x1c8),a75_0x1be7b4['MOCHA']=a75_0xcb6f5e(0x1a3),a75_0x1be7b4['JEST']=a75_0xcb6f5e(0x23f),a75_0x1be7b4['CODECEPT']=a75_0xcb6f5e(0x1ac),a75_0x1be7b4[a75_0xcb6f5e(0x1e1)]=a75_0xcb6f5e(0x1da),a75_0x1be7b4['CUCUMBER']=a75_0xcb6f5e(0x1ef),a75_0x1be7b4[a75_0xcb6f5e(0x1ad)]=a75_0xcb6f5e(0x279),a75_0x1be7b4['PUPPETEER']='puppeteer',a75_0x1be7b4[a75_0xcb6f5e(0x265)]='testcafe',a75_0x1be7b4[a75_0xcb6f5e(0x26c)]=a75_0xcb6f5e(0x1ec),a75_0x1be7b4[a75_0xcb6f5e(0x283)]=a75_0xcb6f5e(0x1e0);const a75_0x569df6={};a75_0x569df6[a75_0xcb6f5e(0x18b)]='Invalid\x20property\x20added\x20for\x20the\x20%s\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file',a75_0x569df6[a75_0xcb6f5e(0x273)]='name\x20property\x20must\x20be\x20unique\x20within\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file',a75_0x569df6['mandatoryDependency']=a75_0xcb6f5e(0x21b),a75_0x569df6[a75_0xcb6f5e(0x18a)]='Invalid\x20value\x20for\x20\x27%s\x27\x20key\x20in\x20the\x20yml\x20file';const a75_0x326071={};a75_0x326071[a75_0xcb6f5e(0x21a)]=a75_0xcb6f5e(0x21f),a75_0x326071[a75_0xcb6f5e(0x285)]='module';const a75_0x1df1b3={};a75_0x1df1b3[a75_0xcb6f5e(0x271)]=0xfde8,a75_0x1df1b3[a75_0xcb6f5e(0x1af)]=0xfde8,a75_0x1df1b3['Jest']=0x186a0;const a75_0x4588ae={};a75_0x4588ae[a75_0xcb6f5e(0x226)]=[a75_0xcb6f5e(0x186),'accessKey',a75_0xcb6f5e(0x286),a75_0xcb6f5e(0x1c3),a75_0xcb6f5e(0x228),a75_0xcb6f5e(0x26f),a75_0xcb6f5e(0x235),a75_0xcb6f5e(0x220),a75_0xcb6f5e(0x1f4),a75_0xcb6f5e(0x210),a75_0xcb6f5e(0x240),a75_0xcb6f5e(0x1ed),a75_0xcb6f5e(0x25e),'proxyUrl',a75_0xcb6f5e(0x1cc)],a75_0x4588ae[a75_0xcb6f5e(0x1a9)]=[a75_0xcb6f5e(0x230),'proxyPass',a75_0xcb6f5e(0x191),'localProxyPass'];const a75_0x277bf5={};a75_0x277bf5[a75_0xcb6f5e(0x1fd)]=a75_0xcb6f5e(0x1fd),a75_0x277bf5[a75_0xcb6f5e(0x1a9)]=a75_0xcb6f5e(0x1a9),a75_0x277bf5[a75_0xcb6f5e(0x20c)]='browserStackLocalOptions',a75_0x277bf5[a75_0xcb6f5e(0x19d)]=a75_0xcb6f5e(0x19d),a75_0x277bf5[a75_0xcb6f5e(0x1f2)]='platforms',a75_0x277bf5['logLevel']='logLevel',a75_0x277bf5[a75_0xcb6f5e(0x1f4)]=a75_0xcb6f5e(0x1f4),a75_0x277bf5['httpsProxy']='httpsProxy',a75_0x277bf5[a75_0xcb6f5e(0x19e)]=a75_0xcb6f5e(0x19e),a75_0x277bf5[a75_0xcb6f5e(0x23c)]=a75_0xcb6f5e(0x23c),a75_0x277bf5[a75_0xcb6f5e(0x215)]=a75_0xcb6f5e(0x215),a75_0x277bf5[a75_0xcb6f5e(0x1fc)]=a75_0xcb6f5e(0x1fc),a75_0x277bf5[a75_0xcb6f5e(0x284)]=a75_0xcb6f5e(0x284),a75_0x277bf5[a75_0xcb6f5e(0x1b8)]=a75_0xcb6f5e(0x1b8),a75_0x277bf5[a75_0xcb6f5e(0x240)]=a75_0xcb6f5e(0x240),a75_0x277bf5[a75_0xcb6f5e(0x1f5)]='browserstackAutomation',a75_0x277bf5[a75_0xcb6f5e(0x22f)]=a75_0xcb6f5e(0x22f),a75_0x277bf5[a75_0xcb6f5e(0x193)]=a75_0xcb6f5e(0x193),a75_0x277bf5[a75_0xcb6f5e(0x1d3)]=a75_0xcb6f5e(0x1d3),a75_0x277bf5['percyOptions']='percyOptions',a75_0x277bf5[a75_0xcb6f5e(0x224)]=a75_0xcb6f5e(0x224),a75_0x277bf5[a75_0xcb6f5e(0x1c2)]=a75_0xcb6f5e(0x1c2),a75_0x277bf5[a75_0xcb6f5e(0x206)]='accessibility',a75_0x277bf5[a75_0xcb6f5e(0x25f)]=a75_0xcb6f5e(0x25f),a75_0x277bf5[a75_0xcb6f5e(0x234)]='turboScale',a75_0x277bf5[a75_0xcb6f5e(0x1e3)]=a75_0xcb6f5e(0x1e3),a75_0x277bf5[a75_0xcb6f5e(0x1d2)]=a75_0xcb6f5e(0x1d2),a75_0x277bf5[a75_0xcb6f5e(0x275)]=a75_0xcb6f5e(0x275);const a75_0x403996={};a75_0x403996[a75_0xcb6f5e(0x1bf)]='hub.browserstack.com',a75_0x403996[a75_0xcb6f5e(0x1df)]='hub-use-only.browserstack.com',a75_0x403996['us']=a75_0xcb6f5e(0x211),a75_0x403996['eu']=a75_0xcb6f5e(0x181),a75_0x403996['in']='hub-aps-only.browserstack.com',a75_0x403996['au']=a75_0xcb6f5e(0x1cd);const a75_0x47eceb={};a75_0x47eceb[a75_0xcb6f5e(0x258)]=[a75_0xcb6f5e(0x229),a75_0xcb6f5e(0x19a)];const a75_0x59e7fb={};a75_0x59e7fb[a75_0xcb6f5e(0x18f)]=a75_0x4cfffe,a75_0x59e7fb['JEST']=a75_0x420594,a75_0x59e7fb[a75_0xcb6f5e(0x283)]=a75_0x4070cb,a75_0x59e7fb['MOCHA']=a75_0x689e5c,a75_0x59e7fb['CUCUMBER']=a75_0x599fbd,a75_0x59e7fb['VANILLA']=a75_0x1fd766,a75_0x59e7fb[a75_0xcb6f5e(0x18c)]=a75_0x412bae,a75_0x59e7fb[a75_0xcb6f5e(0x239)]=a75_0x1cf311,a75_0x59e7fb[a75_0xcb6f5e(0x265)]=a75_0x47e5a9,a75_0x59e7fb[a75_0xcb6f5e(0x23a)]=a75_0x5eb114,a75_0x59e7fb[a75_0xcb6f5e(0x20d)]=a75_0x1b2862,a75_0x59e7fb[a75_0xcb6f5e(0x26c)]=a75_0x2d5025,a75_0x59e7fb['HST']=a75_0x6ef76f,a75_0x59e7fb[a75_0xcb6f5e(0x202)]=a75_0xd41cb3,a75_0x59e7fb[a75_0xcb6f5e(0x27f)]=0x8*0x3c*0x3e8,a75_0x59e7fb[a75_0xcb6f5e(0x20f)]='https://hub.browserstack.com/wd/hub',a75_0x59e7fb[a75_0xcb6f5e(0x23b)]=a75_0xcb6f5e(0x1e9),a75_0x59e7fb[a75_0xcb6f5e(0x1c7)]=a75_0xcb6f5e(0x1c4),a75_0x59e7fb['HUB_URL_REGEX']=/^hub(-[a-z]+)?\.browserstack\.com$/,a75_0x59e7fb[a75_0xcb6f5e(0x21d)]=/^[a-zA-Z0-9]+-hub\.browserstack-ats\.com$/,a75_0x59e7fb[a75_0xcb6f5e(0x1b2)]=/wss?:\/\/(?:[a-zA-Z0-9_-]+-)?hub(?:-ft)?\.browserstack(-ats)?\.com/,a75_0x59e7fb[a75_0xcb6f5e(0x1a8)]=[a75_0xcb6f5e(0x255),a75_0xcb6f5e(0x1b0),a75_0xcb6f5e(0x242),a75_0xcb6f5e(0x1a4),a75_0xcb6f5e(0x189),'browserName',a75_0xcb6f5e(0x1aa),a75_0xcb6f5e(0x1ba),'acceptSslCert',a75_0xcb6f5e(0x25d),'firefoxOptions',a75_0xcb6f5e(0x199),a75_0xcb6f5e(0x270)],a75_0x59e7fb['ROOT_REGEX']=/^[\w-]+:.*$/,a75_0x59e7fb[a75_0xcb6f5e(0x24c)]=[/localhost/,/bs-local.com/,/^127\./,/^10\./,/^172\.1[6-9]\./,/^172\.2[0-9]\./,/^172\.3[0-1]\./,/^192\.168\./],a75_0x59e7fb[a75_0xcb6f5e(0x1ce)]=a75_0xcb6f5e(0x254),a75_0x59e7fb['BROWSERSTACK_API_URL']=a75_0xcb6f5e(0x268),a75_0x59e7fb[a75_0xcb6f5e(0x1b6)]=a75_0xcb6f5e(0x1cf),a75_0x59e7fb[a75_0xcb6f5e(0x1e7)]='sdk/v1/update_cli',a75_0x59e7fb[a75_0xcb6f5e(0x221)]=a75_0x26f9e2,a75_0x59e7fb['FUNNEL_INSTRUMENTATION_API_URL']=a75_0xcb6f5e(0x24e),a75_0x59e7fb['AUTOMATE_PRODUCTS']=[a75_0xcb6f5e(0x25a),'observability'],a75_0x59e7fb[a75_0xcb6f5e(0x1a7)]=[a75_0xcb6f5e(0x260),a75_0xcb6f5e(0x1d6)],a75_0x59e7fb[a75_0xcb6f5e(0x22b)]=['observability'],a75_0x59e7fb['OBSERVABILITY_UPLOAD_URL']=a75_0xcb6f5e(0x216),a75_0x59e7fb[a75_0xcb6f5e(0x195)]=[a75_0xcb6f5e(0x1a3),a75_0xcb6f5e(0x1c8),'testcafe',a75_0xcb6f5e(0x1e0)],a75_0x59e7fb['AUTOMATE']=['automate'],a75_0x59e7fb[a75_0xcb6f5e(0x201)]=a75_0xcb6f5e(0x253),a75_0x59e7fb[a75_0xcb6f5e(0x205)]='https://app-automate.browserstack.com/dashboard/v2/builds/',a75_0x59e7fb[a75_0xcb6f5e(0x227)]=[a75_0xcb6f5e(0x260)],a75_0x59e7fb[a75_0xcb6f5e(0x1d7)]=[a75_0xcb6f5e(0x276),a75_0xcb6f5e(0x1ca),'ERR_BLOCKED_BY_CLIENT',a75_0xcb6f5e(0x26d),'ERR_SOCKET_NOT_CONNECTED',a75_0xcb6f5e(0x264),a75_0xcb6f5e(0x1f7),a75_0xcb6f5e(0x183),a75_0xcb6f5e(0x233),'ERR_CONNECTION_FAILED',a75_0xcb6f5e(0x243),'ERR_ADDRESS_INVALID',a75_0xcb6f5e(0x250),a75_0xcb6f5e(0x1b1),a75_0xcb6f5e(0x225),'ERR_SOCKS_CONNECTION_FAILED','ERR_SOCKS_CONNECTION_HOST_UNREACHABLE','ERR_PROXY_CONNECTION_FAILED','ERR_NAME_NOT_RESOLVED',a75_0xcb6f5e(0x20b),a75_0xcb6f5e(0x259)],a75_0x59e7fb[a75_0xcb6f5e(0x198)]=[a75_0xcb6f5e(0x20a),a75_0xcb6f5e(0x27e),'.ipa'],a75_0x59e7fb['CUSTOM_ID_REGEX']=a75_0xcb6f5e(0x21e),a75_0x59e7fb[a75_0xcb6f5e(0x236)]=a75_0xcb6f5e(0x1ee),a75_0x59e7fb['CI_ARTIFACTS_PATH']=a75_0xcb6f5e(0x214),a75_0x59e7fb[a75_0xcb6f5e(0x1c5)]='wss://cdp.browserstack.com/playwright?caps=',a75_0x59e7fb[a75_0xcb6f5e(0x24a)]=a75_0xcb6f5e(0x232),a75_0x59e7fb[a75_0xcb6f5e(0x24b)]=a75_0x1be7b4,a75_0x59e7fb['PERCY_SUPPORTED_FRAMEWORKS']=['jest',a75_0xcb6f5e(0x1a3)],a75_0x59e7fb[a75_0xcb6f5e(0x267)]=a75_0x569df6,a75_0x59e7fb[a75_0xcb6f5e(0x1dd)]=a75_0xcb6f5e(0x21c),a75_0x59e7fb[a75_0xcb6f5e(0x257)]=a75_0x326071,a75_0x59e7fb['MAX_GIT_META_DATA_SIZE_IN_BYTES']=0x40*0x400,a75_0x59e7fb[a75_0xcb6f5e(0x238)]='...[TRUNCATED]',a75_0x59e7fb[a75_0xcb6f5e(0x1e6)]=a75_0xcb6f5e(0x1d0),a75_0x59e7fb[a75_0xcb6f5e(0x1db)]=a75_0xcb6f5e(0x1a2),a75_0x59e7fb[a75_0xcb6f5e(0x261)]='SDKTestInvalidTcgAuthResponseWithUserImpact',a75_0x59e7fb[a75_0xcb6f5e(0x245)]='SDKTestTcgAuthFailure',a75_0x59e7fb[a75_0xcb6f5e(0x18d)]='SDKTestTcgtInitSuccessful',a75_0x59e7fb[a75_0xcb6f5e(0x1f6)]=a75_0xcb6f5e(0x1dc),a75_0x59e7fb[a75_0xcb6f5e(0x20e)]=a75_0xcb6f5e(0x1bb),a75_0x59e7fb[a75_0xcb6f5e(0x197)]=0x1388,a75_0x59e7fb[a75_0xcb6f5e(0x217)]=0x1388,a75_0x59e7fb[a75_0xcb6f5e(0x209)]=0x1388,a75_0x59e7fb[a75_0xcb6f5e(0x27a)]=0x1388,a75_0x59e7fb[a75_0xcb6f5e(0x24d)]=0xc350,a75_0x59e7fb[a75_0xcb6f5e(0x212)]=a75_0x1df1b3,a75_0x59e7fb[a75_0xcb6f5e(0x287)]=a75_0x4588ae,a75_0x59e7fb[a75_0xcb6f5e(0x218)]=[a75_0xcb6f5e(0x279),'codeceptjs'],a75_0x59e7fb[a75_0xcb6f5e(0x277)]=a75_0x277bf5,a75_0x59e7fb[a75_0xcb6f5e(0x203)]=a75_0xcb6f5e(0x1bc),a75_0x59e7fb[a75_0xcb6f5e(0x1f3)]=a75_0xcb6f5e(0x194),a75_0x59e7fb['DEBUG_CLI_LOG_FILE_NAME']=a75_0xcb6f5e(0x190),a75_0x59e7fb[a75_0xcb6f5e(0x1f0)]=a75_0xcb6f5e(0x26a),a75_0x59e7fb[a75_0xcb6f5e(0x1bd)]=a75_0xcb6f5e(0x22c),a75_0x59e7fb[a75_0xcb6f5e(0x23e)]=a75_0xcb6f5e(0x200),a75_0x59e7fb['TEST_REPORTING_ANALYTICS']=a75_0xcb6f5e(0x237),a75_0x59e7fb[a75_0xcb6f5e(0x223)]=a75_0xcb6f5e(0x263),a75_0x59e7fb[a75_0xcb6f5e(0x25c)]=[a75_0xcb6f5e(0x249),a75_0xcb6f5e(0x1ef),'jest',a75_0xcb6f5e(0x1ea),a75_0xcb6f5e(0x1c9),a75_0xcb6f5e(0x1ec)],a75_0x59e7fb[a75_0xcb6f5e(0x1fe)]=[a75_0xcb6f5e(0x241),a75_0xcb6f5e(0x22a),'A11Y_GET_RESULTS',a75_0xcb6f5e(0x281),a75_0xcb6f5e(0x1b4),a75_0xcb6f5e(0x27d)],a75_0x59e7fb[a75_0xcb6f5e(0x244)]='PLAYWRIGHT_TRACE_LOGS',a75_0x59e7fb['HUB_URL_MAP']=a75_0x403996,a75_0x59e7fb[a75_0xcb6f5e(0x1cb)]=[a75_0xcb6f5e(0x247),a75_0xcb6f5e(0x1b3),a75_0xcb6f5e(0x192),'unable\x20to\x20get\x20local\x20issuer\x20certificate','ERR_TLS_CERT_ALTNAME_INVALID',a75_0xcb6f5e(0x262)],a75_0x59e7fb['SSL_ERROR_CODES']=[a75_0xcb6f5e(0x1be),a75_0xcb6f5e(0x262),'UNABLE_TO_VERIFY_LEAF_SIGNATURE',a75_0xcb6f5e(0x1e4),a75_0xcb6f5e(0x1ae),a75_0xcb6f5e(0x1b7)],a75_0x59e7fb[a75_0xcb6f5e(0x1d5)]=[0x193,0x197,0x1f6,0x1f7,0x1f8],a75_0x59e7fb[a75_0xcb6f5e(0x1ff)]=a75_0x47eceb,a75_0x59e7fb[a75_0xcb6f5e(0x207)]=[a75_0xcb6f5e(0x24f),a75_0xcb6f5e(0x208),'USER_CONFIG_DETAILS_PATH'],a75_0x59e7fb[a75_0xcb6f5e(0x19c)]=[a75_0xcb6f5e(0x222),'EBUSY'],a75_0x59e7fb['MAX_SPAWN_RETRIES']=0x3,a75_0x59e7fb[a75_0xcb6f5e(0x1e2)]=0x3e8,a75_0x59e7fb[a75_0xcb6f5e(0x278)]=0x1f40,module[a75_0xcb6f5e(0x1c1)]=a75_0x59e7fb;const _env=(process[a75_0xcb6f5e(0x1b9)][a75_0xcb6f5e(0x1d9)]||'prod')[a75_0xcb6f5e(0x1c6)]();if(_env===a75_0xcb6f5e(0x182)||_env===a75_0xcb6f5e(0x1d4)){const JqkoHi='5|8|3|11|2|7|9|12|6|13|10|1|4|0'[a75_0xcb6f5e(0x1d8)]('|');let QAfNAm=0x0;while(!![]){switch(JqkoHi[QAfNAm++]){case'0':module[a75_0xcb6f5e(0x1c1)][a75_0xcb6f5e(0x223)]=a75_0xcb6f5e(0x22d);continue;case'1':module[a75_0xcb6f5e(0x1c1)]['OBSERVABILITY_UPLOAD_URL']=a75_0xcb6f5e(0x185);continue;case'2':module['exports']['BROWSERSTACK_AUTOMATE_URL']=a75_0xcb6f5e(0x1a5);continue;case'3':module[a75_0xcb6f5e(0x1c1)][a75_0xcb6f5e(0x23b)]='https://tcg.bsstag.com';continue;case'4':module['exports'][a75_0xcb6f5e(0x1ce)]=a75_0xcb6f5e(0x269);continue;case'5':module[a75_0xcb6f5e(0x1c1)][a75_0xcb6f5e(0x20f)]=a75_0xcb6f5e(0x1e5);continue;case'6':module[a75_0xcb6f5e(0x1c1)][a75_0xcb6f5e(0x24a)]=a75_0xcb6f5e(0x1f1);continue;case'7':module[a75_0xcb6f5e(0x1c1)][a75_0xcb6f5e(0x205)]=a75_0xcb6f5e(0x23d);continue;case'8':module[a75_0xcb6f5e(0x1c1)][a75_0xcb6f5e(0x1a1)]=a75_0xcb6f5e(0x19b);continue;case'9':module[a75_0xcb6f5e(0x1c1)][a75_0xcb6f5e(0x1b6)]=a75_0xcb6f5e(0x1d1);continue;case'10':module['exports'][a75_0xcb6f5e(0x23e)]=a75_0xcb6f5e(0x27b);continue;case'11':module[a75_0xcb6f5e(0x1c1)][a75_0xcb6f5e(0x266)]=/^hub(-[a-z]+)?\.bsstag\.com$/;continue;case'12':module[a75_0xcb6f5e(0x1c1)]['PLAYWRIGHT_HUB_URL']=a75_0xcb6f5e(0x248);continue;case'13':module[a75_0xcb6f5e(0x1c1)]['BSTACK_URL']='bsstag.com';continue;}break;}}else{if(_env===a75_0xcb6f5e(0x1a0)||_env==='pre-prod'){const qxMKjG=a75_0xcb6f5e(0x1de)[a75_0xcb6f5e(0x1d8)]('|');let XbURpX=0x0;while(!![]){switch(qxMKjG[XbURpX++]){case'0':module[a75_0xcb6f5e(0x1c1)][a75_0xcb6f5e(0x24a)]='wss://cdp-preprod.bsstag.com/puppeteer?caps=';continue;case'1':module[a75_0xcb6f5e(0x1c1)]['EDS_URL']=a75_0xcb6f5e(0x269);continue;case'2':module[a75_0xcb6f5e(0x1c1)]['O11Y_URL']=a75_0xcb6f5e(0x188);continue;case'3':module[a75_0xcb6f5e(0x1c1)][a75_0xcb6f5e(0x266)]=/^hub(-[a-z]+)?\.bsstag\.com$/;continue;case'4':module[a75_0xcb6f5e(0x1c1)][a75_0xcb6f5e(0x1c5)]=a75_0xcb6f5e(0x256);continue;case'5':module[a75_0xcb6f5e(0x1c1)]['BSTACK_URL']=a75_0xcb6f5e(0x231);continue;case'6':module[a75_0xcb6f5e(0x1c1)][a75_0xcb6f5e(0x1f9)]=a75_0xcb6f5e(0x1fb);continue;case'7':module[a75_0xcb6f5e(0x1c1)][a75_0xcb6f5e(0x20f)]=a75_0xcb6f5e(0x22e);continue;case'8':module[a75_0xcb6f5e(0x1c1)][a75_0xcb6f5e(0x1a1)]=a75_0xcb6f5e(0x26b);continue;case'9':module[a75_0xcb6f5e(0x1c1)][a75_0xcb6f5e(0x201)]=a75_0xcb6f5e(0x1ab);continue;case'10':module[a75_0xcb6f5e(0x1c1)][a75_0xcb6f5e(0x1b6)]=a75_0xcb6f5e(0x26b);continue;case'11':module[a75_0xcb6f5e(0x1c1)][a75_0xcb6f5e(0x23b)]=a75_0xcb6f5e(0x196);continue;case'12':module[a75_0xcb6f5e(0x1c1)][a75_0xcb6f5e(0x223)]=a75_0xcb6f5e(0x22d);continue;case'13':module[a75_0xcb6f5e(0x1c1)]['BROWSERSTACK_APP_AUTOMATE_URL']=a75_0xcb6f5e(0x1a6);continue;}break;}}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a76_0x2c45(_0x542e87,_0x128a5d){const _0x5996d1=a76_0x5996();return a76_0x2c45=function(_0x2c45be,_0x14a8fa){_0x2c45be=_0x2c45be-0xe6;let _0x4b297a=_0x5996d1[_0x2c45be];return _0x4b297a;},a76_0x2c45(_0x542e87,_0x128a5d);}const a76_0xe4f6b2=a76_0x2c45;function a76_0x5996(){const _0x299713=['level','2536EoSmTh','log','1404880eQGAEj','vBHLC','3135276VzauqO','725153joRiNo','data','configure','15469533GqQGSp','24563xTKPDB','7277874RnWiWs','type','layout','join','colouredLayout','2paOcxB','3563991tSgpGC'];a76_0x5996=function(){return _0x299713;};return a76_0x5996();}(function(_0x43bf6b,_0x1c357b){const _0x3eda38=a76_0x2c45,_0x9f4f11=_0x43bf6b();while(!![]){try{const _0x257589=parseInt(_0x3eda38(0xf1))/0x1+parseInt(_0x3eda38(0xe9))/0x2*(-parseInt(_0x3eda38(0xea))/0x3)+parseInt(_0x3eda38(0xf0))/0x4+-parseInt(_0x3eda38(0xee))/0x5+parseInt(_0x3eda38(0xf6))/0x6+parseInt(_0x3eda38(0xf5))/0x7*(parseInt(_0x3eda38(0xec))/0x8)+-parseInt(_0x3eda38(0xf4))/0x9;if(_0x257589===_0x1c357b)break;else _0x9f4f11['push'](_0x9f4f11['shift']());}catch(_0x443fe0){_0x9f4f11['push'](_0x9f4f11['shift']());}}}(a76_0x5996,0x9dd5e));const logReportingAPI=require('./logReportingAPI'),BSTestOpsLogger=new logReportingAPI({});function BSTestOpsLog4JSAppender(_0x1408c5,_0x3d940a){return _0x2bb32f=>{const _0x299eab=a76_0x2c45;BSTestOpsLogger[_0x299eab(0xed)]({'level':_0x2bb32f[_0x299eab(0xeb)]?_0x2bb32f[_0x299eab(0xeb)]['levelStr']:null,'message':_0x2bb32f['data']?_0x2bb32f[_0x299eab(0xf2)][_0x299eab(0xe7)]('\x20'):null});};}exports[a76_0xe4f6b2(0xf3)]=(_0x16f398,_0x38c95d)=>{const _0x2b16a1=a76_0xe4f6b2,_0x488a58={'vBHLC':function(_0x38a2d5,_0xf8ed56,_0x25e6be){return _0x38a2d5(_0xf8ed56,_0x25e6be);}};let _0x2bc935=_0x38c95d[_0x2b16a1(0xe8)];return _0x16f398[_0x2b16a1(0xe6)]&&(_0x2bc935=_0x38c95d[_0x2b16a1(0xe6)](_0x16f398[_0x2b16a1(0xe6)][_0x2b16a1(0xf7)],_0x16f398[_0x2b16a1(0xe6)])),_0x488a58[_0x2b16a1(0xef)](BSTestOpsLog4JSAppender,_0x2bc935,_0x16f398['timezoneOffset']);};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
const a77_0x3ff63d=a77_0x24cb;function a77_0x517f(){const _0x49ce4b=['WARN','9mJbkqk','1086tmskUB','info','logToTestOps','10FXXQds','1022968Qjzkgj','exports','5655727mNciiq','INFO','TEST_LOG','938612oJvmdB','trace','129292nMwIrG','DEBUG','259vHpVxX','emit','warn','error','ERROR','pid','log','1876797WvnHKO','20555MYWLYd','TRACE','winston-transport','bs:addLog:','DJzZT','41080XEayvB','../../helpers/test-observability/constants'];a77_0x517f=function(){return _0x49ce4b;};return a77_0x517f();}(function(_0x32c3f2,_0x117c75){const _0x2dd404=a77_0x24cb,_0xf51dd1=_0x32c3f2();while(!![]){try{const _0x25587a=parseInt(_0x2dd404(0x140))/0x1+parseInt(_0x2dd404(0x142))/0x2+parseInt(_0x2dd404(0x136))/0x3*(-parseInt(_0x2dd404(0x13b))/0x4)+-parseInt(_0x2dd404(0x12e))/0x5*(-parseInt(_0x2dd404(0x137))/0x6)+parseInt(_0x2dd404(0x144))/0x7*(-parseInt(_0x2dd404(0x133))/0x8)+parseInt(_0x2dd404(0x12d))/0x9+parseInt(_0x2dd404(0x13a))/0xa*(-parseInt(_0x2dd404(0x13d))/0xb);if(_0x25587a===_0x117c75)break;else _0xf51dd1['push'](_0xf51dd1['shift']());}catch(_0x8f4d68){_0xf51dd1['push'](_0xf51dd1['shift']());}}}(a77_0x517f,0x76498));const Transport=require(a77_0x3ff63d(0x130)),{consoleHolder}=require(a77_0x3ff63d(0x134)),a77_0x40b232={};a77_0x40b232['INFO']=a77_0x3ff63d(0x13e),a77_0x40b232[a77_0x3ff63d(0x12a)]=a77_0x3ff63d(0x12a),a77_0x40b232[a77_0x3ff63d(0x143)]=a77_0x3ff63d(0x143),a77_0x40b232[a77_0x3ff63d(0x12f)]=a77_0x3ff63d(0x12f),a77_0x40b232['WARN']=a77_0x3ff63d(0x135);function a77_0x24cb(_0x4604bd,_0x464dc7){const _0x517fdc=a77_0x517f();return a77_0x24cb=function(_0x24cb07,_0x31bcc3){_0x24cb07=_0x24cb07-0x128;let _0x5391be=_0x517fdc[_0x24cb07];return _0x5391be;},a77_0x24cb(_0x4604bd,_0x464dc7);}const LOG_LEVELS=a77_0x40b232;class logPatcher extends Transport{constructor(_0x39689f){super(_0x39689f);}[a77_0x3ff63d(0x139)]=(_0x4c3376=LOG_LEVELS[a77_0x3ff63d(0x13e)],_0x4f8882=[''])=>{const _0x553fee=a77_0x3ff63d,_0x464f4a={};_0x464f4a[_0x553fee(0x132)]=_0x553fee(0x13f);const _0x37a252=_0x464f4a;consoleHolder[_0x4c3376['toLowerCase']()](..._0x4f8882),process[_0x553fee(0x145)](_0x553fee(0x131)+process[_0x553fee(0x12b)],{'timestamp':new Date()['toISOString'](),'level':_0x4c3376['toUpperCase'](),'message':'\x22'+_0x4f8882['join'](',\x20')+'\x22','kind':_0x37a252[_0x553fee(0x132)],'http_response':{}});};[a77_0x3ff63d(0x141)]=(..._0x2dc929)=>{const _0xe3ed88=a77_0x3ff63d;this[_0xe3ed88(0x139)](LOG_LEVELS[_0xe3ed88(0x12f)],_0x2dc929);};['debug']=(..._0x2b6bf3)=>{const _0x8eef7f=a77_0x3ff63d;this[_0x8eef7f(0x139)](LOG_LEVELS[_0x8eef7f(0x143)],_0x2b6bf3);};[a77_0x3ff63d(0x138)]=(..._0x241d7a)=>{const _0x50c402=a77_0x3ff63d;this[_0x50c402(0x139)](LOG_LEVELS[_0x50c402(0x13e)],_0x241d7a);};[a77_0x3ff63d(0x128)]=(..._0x5865dc)=>{const _0x381b4f=a77_0x3ff63d;this[_0x381b4f(0x139)](LOG_LEVELS[_0x381b4f(0x135)],_0x5865dc);};[a77_0x3ff63d(0x129)]=(..._0x37ec7a)=>{const _0x4b06ab=a77_0x3ff63d;this[_0x4b06ab(0x139)](LOG_LEVELS[_0x4b06ab(0x12a)],_0x37ec7a);};[a77_0x3ff63d(0x12c)]=(..._0x1c0994)=>{const _0x5ea1fe=a77_0x3ff63d;this[_0x5ea1fe(0x139)](LOG_LEVELS['INFO'],_0x1c0994);};};module[a77_0x3ff63d(0x13c)]=logPatcher;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a78_0x4aa22d=a78_0x3542;function a78_0x48f5(){const _0x5a87e3=['tSdzy','debug','145702FEdQGp','TRACE','1168986SzBzzN','104anneSX','WARN','error','exports','320310YWeLoU','log','../../helpers/test-observability/constants','object','info','653370APiKct','5kefgQw','toLowerCase','emit','3273466QJKKND','toUpperCase','logToTestOps','winston-transport','168500uybmUQ','message','949800mllnhn','RSvSQ','ERROR','3JaYIOB','DEBUG','vuoIZ','INFO','trace','qJhhV','level'];a78_0x48f5=function(){return _0x5a87e3;};return a78_0x48f5();}(function(_0x32c452,_0x54d1d2){const _0x10538b=a78_0x3542,_0xdc6b78=_0x32c452();while(!![]){try{const _0x4d74de=parseInt(_0x10538b(0x176))/0x1+-parseInt(_0x10538b(0x182))/0x2*(parseInt(_0x10538b(0x16d))/0x3)+-parseInt(_0x10538b(0x16a))/0x4+parseInt(_0x10538b(0x183))/0x5*(-parseInt(_0x10538b(0x178))/0x6)+parseInt(_0x10538b(0x164))/0x7+-parseInt(_0x10538b(0x179))/0x8*(-parseInt(_0x10538b(0x17d))/0x9)+-parseInt(_0x10538b(0x168))/0xa;if(_0x4d74de===_0x54d1d2)break;else _0xdc6b78['push'](_0xdc6b78['shift']());}catch(_0x2a74d0){_0xdc6b78['push'](_0xdc6b78['shift']());}}}(a78_0x48f5,0x494a2));const Transport=require(a78_0x4aa22d(0x167)),{consoleHolder}=require(a78_0x4aa22d(0x17f)),a78_0x1bce02={};function a78_0x3542(_0xecb5d2,_0x23fbf9){const _0x48f5ab=a78_0x48f5();return a78_0x3542=function(_0x3542f7,_0x4ceba8){_0x3542f7=_0x3542f7-0x163;let _0x360398=_0x48f5ab[_0x3542f7];return _0x360398;},a78_0x3542(_0xecb5d2,_0x23fbf9);}a78_0x1bce02[a78_0x4aa22d(0x170)]=a78_0x4aa22d(0x170),a78_0x1bce02[a78_0x4aa22d(0x16c)]='ERROR',a78_0x1bce02[a78_0x4aa22d(0x16e)]='DEBUG',a78_0x1bce02['TRACE']=a78_0x4aa22d(0x177),a78_0x1bce02[a78_0x4aa22d(0x17a)]='WARN';const LOG_LEVELS=a78_0x1bce02;class logReportingAPI extends Transport{constructor(_0x3b8968){super(_0x3b8968);}[a78_0x4aa22d(0x17e)](_0x35ba34,_0x3c62cc){const _0x4ca8d2=a78_0x4aa22d,_0x2c6a51={'tSdzy':'logged','qJhhV':function(_0x2a6978,_0x22acaf){return _0x2a6978(_0x22acaf);},'akeeF':function(_0x5bfccc,_0x1be253){return _0x5bfccc===_0x1be253;},'RSvSQ':_0x4ca8d2(0x180),'EZJJz':function(_0xf16492){return _0xf16492();}};_0x2c6a51[_0x4ca8d2(0x172)](setImmediate,()=>{const _0x6364d2=_0x4ca8d2;this[_0x6364d2(0x163)](_0x2c6a51[_0x6364d2(0x174)],_0x35ba34);}),_0x2c6a51['akeeF'](typeof _0x35ba34,_0x2c6a51[_0x4ca8d2(0x16b)])?this[_0x4ca8d2(0x166)](_0x35ba34[_0x4ca8d2(0x173)]||LOG_LEVELS[_0x4ca8d2(0x170)],_0x35ba34[_0x4ca8d2(0x169)],![]):this[_0x4ca8d2(0x166)](LOG_LEVELS[_0x4ca8d2(0x170)],_0x35ba34),_0x3c62cc&&_0x2c6a51['EZJJz'](_0x3c62cc);}[a78_0x4aa22d(0x166)]=(_0xee7232=LOG_LEVELS[a78_0x4aa22d(0x170)],_0x1aec34='',_0x212356=!![])=>{const _0x64122b=a78_0x4aa22d,_0x1fb360={};_0x1fb360[_0x64122b(0x16f)]='TEST_LOG';const _0x1f80ac=_0x1fb360;_0x212356&&consoleHolder[_0xee7232[_0x64122b(0x184)]()](_0x1aec34),process[_0x64122b(0x163)]('bs:addLog:'+process['pid'],{'timestamp':new Date()['toISOString'](),'level':_0xee7232[_0x64122b(0x165)](),'message':_0x1aec34,'kind':_0x1f80ac[_0x64122b(0x16f)],'http_response':{}});};[a78_0x4aa22d(0x171)]=(_0x4a5b0c,_0x1527c2)=>{const _0x4b851f=a78_0x4aa22d;this[_0x4b851f(0x166)](LOG_LEVELS[_0x4b851f(0x177)],_0x4a5b0c);};[a78_0x4aa22d(0x175)]=(_0x2a17a1,_0x2eb443)=>{const _0x5aab5d=a78_0x4aa22d;this[_0x5aab5d(0x166)](LOG_LEVELS[_0x5aab5d(0x16e)],_0x2a17a1);};[a78_0x4aa22d(0x181)]=(_0xee48e0,_0x3bc266)=>{this['logToTestOps'](LOG_LEVELS['INFO'],_0xee48e0);};['warn']=(_0x5956ae,_0x48882d)=>{const _0x5f13ba=a78_0x4aa22d;this[_0x5f13ba(0x166)](LOG_LEVELS[_0x5f13ba(0x17a)],_0x5956ae);};[a78_0x4aa22d(0x17b)]=(_0x438fdf,_0x2a47b5)=>{const _0x542d3a=a78_0x4aa22d;this[_0x542d3a(0x166)](LOG_LEVELS[_0x542d3a(0x16c)],_0x438fdf);};};module[a78_0x4aa22d(0x17c)]=logReportingAPI;
|