️(ci) save time on CI by not downloading already present browser

See https://github.com/microsoft/playwright/issues/23388
This commit is contained in:
Laurent Bossavit
2025-02-15 13:09:26 +01:00
committed by Laurent Bossavit
parent 110fc82250
commit d29b5141b1
2 changed files with 1 additions and 4 deletions

View File

@@ -44,7 +44,7 @@ export default defineConfig({
projects: [
{
name: 'chromium',
use: { ...devices['Desktop Chrome'], locale: 'en-US' },
use: { ...devices['Desktop Chrome'], locale: 'en-US', channel: 'chrome' },
},
],
});