chore: run maintenance test (e2e) in isolation too, share containers (#26246)

This commit is contained in:
Min Idzelis
2026-02-18 09:39:13 -05:00
committed by GitHub
parent 1bdc24c730
commit b2050583f5
9 changed files with 69 additions and 17 deletions

View File

@@ -48,7 +48,7 @@ const config: PlaywrightTestConfig = {
{
name: 'maintenance',
use: { ...devices['Desktop Chrome'] },
testDir: './src/specs/maintenance',
testDir: './src/specs/maintenance/web',
workers: 1,
},
],