⚡️(ci) save time on CI by not downloading already present browser
See https://github.com/microsoft/playwright/issues/23388
This commit is contained in:
committed by
Laurent Bossavit
parent
110fc82250
commit
d29b5141b1
@@ -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' },
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user