Open nazar-pc opened 9 years ago
Many Linux distros do not package the chrome binary as chrome
.
Arch linux will have one or more of the following variants ;
I tried modifying wct.conf.json as follows
{
"suites": ["app/test"],
"verbose": true,
"plugins": {
"local": {
"browsers": ["firefox", "google-chrome-stable"]
}
}
}
But gulp test:local
complains with the errors:
hook done: configure with error: The following browsers are unsupported: google-chrome-stable. (All supported browsers: chrome, firefox)
[21:14:34] 'wct:local' errored after 338 ms
[21:14:34] Error: The following browsers are unsupported: google-chrome-stable. (All supported browsers: chrome, firefox)
I think this is an issue in launchpad. I created an issue over there. https://github.com/ekryski/launchpad/issues/46
+1
The workaround described in the launchpad issue (export LAUNCHPAD_CHROME=/usr/bin/chromium-browser
) worked for me.
+1
+1
+1
comments don't help anyone. Reacting to the OP is about equivalent to that.
However there's a subscribe button on the right if you want to be informed of changes.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
I do not have Chrome on my machine, but have Chromium instead. Can you add support for it?