Allow configuring Playwright Chrome path
This commit is contained in:
Vendored
+4
-1
@@ -20,7 +20,10 @@
|
||||
"type": "node-terminal",
|
||||
"request": "launch",
|
||||
"command": "npm run test:e2e",
|
||||
"cwd": "${workspaceFolder}"
|
||||
"cwd": "${workspaceFolder}",
|
||||
"env": {
|
||||
"CHROME_PATH": "<path to flatpak chrome wrapper>"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user