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
In our product we support the most recent versions of Chrome + a fixed version in the past that we bundle in our native apps. This doesn't seem possible with the env variables, is it possible to pass a binary location to a customLaunchers config object?
The text was updated successfully, but these errors were encountered:
I think I've found a solution which is to start Karma multiple times with a different CHROME_BIN environment variable. This isn't ideal though, I'd like them all to run concurrently through one Karma test run.
In our product we support the most recent versions of Chrome + a fixed version in the past that we bundle in our native apps. This doesn't seem possible with the env variables, is it possible to pass a binary location to a customLaunchers config object?
The text was updated successfully, but these errors were encountered: