upgrade playwright dependencies, server config and client config types for v10.7 (#30605)

Этот коммит содержится в:
Saturnino Abril
2025-04-03 00:35:06 +08:00
коммит произвёл GitHub
родитель d25326764f
Коммит c3f02b8ebc
6 изменённых файлов: 212 добавлений и 344 удалений

Просмотреть файл

@@ -1,6 +1,6 @@
{
"name": "@mattermost/playwright-lib",
"version": "10.6.1",
"version": "10.7.0",
"description": "A comprehensive end-to-end testing library for Mattermost web, desktop and plugin applications using Playwright",
"repository": {
"type": "git",

Просмотреть файл

@@ -82,7 +82,7 @@ const onPremServerConfig = (): Partial<TestAdminConfig> => {
};
// Should be based only from the generated default config from ./server via "make config-reset"
// Based on v10.5 server
// Based on v10.7 server
const defaultServerConfig: AdminConfig = {
ServiceSettings: {
SiteURL: '',
@@ -200,6 +200,8 @@ const defaultServerConfig: AdminConfig = {
MaximumPayloadSizeBytes: 300000,
MaximumURLLength: 2048,
ScheduledPosts: true,
EnableWebHubChannelIteration: false,
FrameAncestors: '',
},
TeamSettings: {
SiteName: 'Mattermost',
@@ -470,11 +472,11 @@ const defaultServerConfig: AdminConfig = {
EnableSync: false,
LdapServer: '',
LdapPort: 389,
MaximumLoginAttempts: 10,
ConnectionSecurity: '',
BaseDN: '',
BindUsername: '',
BindPassword: '',
MaximumLoginAttempts: 10,
UserFilter: '',
GroupFilter: '',
GuestFilter: '',
@@ -556,12 +558,16 @@ const defaultServerConfig: AdminConfig = {
AndroidAppDownloadLink: 'https://mattermost.com/pl/android-app/',
IosAppDownloadLink: 'https://mattermost.com/pl/ios-app/',
MobileExternalBrowser: false,
MobileEnableBiometrics: false,
MobilePreventScreenCapture: false,
MobileJailbreakProtection: false,
},
CacheSettings: {
CacheType: 'lru',
RedisAddress: '',
RedisPassword: '',
RedisDB: -1,
RedisCachePrefix: '',
DisableClientCache: false,
},
ClusterSettings: {
@@ -583,6 +589,7 @@ const defaultServerConfig: AdminConfig = {
ListenAddress: ':8067',
EnableClientMetrics: true,
EnableNotificationMetrics: true,
ClientSideUserIds: [],
},
ExperimentalSettings: {
ClientSideCertEnable: false,