Polymer / tools

Polymer Tools Monorepo
BSD 3-Clause "New" or "Revised" License
430 stars 200 forks source link

Add Chromium support #2970

Open nazar-pc opened 9 years ago

nazar-pc commented 9 years ago

I do not have Chrome on my machine, but have Chromium instead. Can you add support for it?

jevonearth commented 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

aemonge commented 9 years ago

+1

teamdandelion commented 8 years ago

The workaround described in the launchpad issue (export LAUNCHPAD_CHROME=/usr/bin/chromium-browser) worked for me.

kdaimiel commented 8 years ago

+1

dman777 commented 7 years ago

+1

fearphage commented 7 years ago

+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.

stale[bot] commented 4 years ago

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.