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
On a Mac, when Safari is detected, karma fails with the following message.
27 03 2018 15:15:49.888:ERROR [launcher]: Cannot load browser "Safari": it is not registered! Perhaps you are missing some plugin?
I see commit message 4fbb4f7 indicates that Karma doesn't require all plugins to be configured, but that is not what I'm seeing with [email protected].
The text was updated successfully, but these errors were encountered:
Afaik if you use the plugins array in the config then you have to add all the plugins. Or you can remove the plugins configuration and then karma takes care of. Maybe you can check this.
Any updates on this? Having the same issue with Chrome. Seems logical that you would want to limit testing to specific browsers and not have it dependent on the machine that its running on.
My Karma config plugins look like this:
On a Mac, when Safari is detected, karma fails with the following message.
I see commit message 4fbb4f7 indicates that Karma doesn't require all plugins to be configured, but that is not what I'm seeing with [email protected].
The text was updated successfully, but these errors were encountered: