You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
karma uses which command to detect browser binaries on linux, It's very simple and should work well, if binary is in path (what is very likely). Another way is to search in MIME database for x-scheme-handler/http handlers, but it's harder a lot. I think we can implement the first option easily.
Currently, update-alternatives is used as a mechanism to detect browsers. This method only really works on Debian based distros. We should explore "alternative" mechanisms for browser detection. karma-chrome-launcher's mechanism has worked fairly well, so we should potentially do something similar.
The text was updated successfully, but these errors were encountered: