CLD-7353 E2E: Disable sending diagnostics and security alert on test servers (#26510)
* test: disable sending diagnostics and security alert on test servers * log notable server config
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
b6da56e44d
Коммит
ed00cf78ff
@@ -180,6 +180,11 @@ function printServerDetails() {
|
||||
- TelemetryId = ${config.TelemetryId}
|
||||
- ServiceEnvironment = ${config.ServiceEnvironment}`);
|
||||
});
|
||||
cy.apiGetConfig().then(({config}) => {
|
||||
cy.log(`Notable Server Config:
|
||||
- ServiceSettings.EnableSecurityFixAlert = ${config.ServiceSettings.EnableSecurityFixAlert}
|
||||
- LogSettings.EnableDiagnostics = ${config.LogSettings.EnableDiagnostics}`);
|
||||
});
|
||||
}
|
||||
|
||||
function sysadminSetup(user) {
|
||||
|
||||
Ссылка в новой задаче
Block a user