We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5d4a5a commit ad3b972Copy full SHA for ad3b972
lib/local/platform/unix.js
@@ -2,7 +2,7 @@ var path = require('path');
2
3
module.exports = {
4
chrome: {
5
- pathQuery: 'which google-chrome',
+ pathQuery: 'which chromium-browser chromium google-chrome google-chrome-stable | head -n1',
6
process: 'chrome',
7
opensTab: true,
8
args: ['--no-first-run']
0 commit comments