Allow configuring Playwright Chrome path
This commit is contained in:
@@ -12,7 +12,10 @@ export default defineConfig({
|
||||
projects: [
|
||||
{
|
||||
name: 'chromium',
|
||||
use: { ...devices['Desktop Chrome'] },
|
||||
use: {
|
||||
...devices['Desktop Chrome'],
|
||||
executablePath: process.env.CHROME_PATH,
|
||||
},
|
||||
},
|
||||
],
|
||||
webServer: {
|
||||
|
||||
Reference in New Issue
Block a user