saguijs / sagui

:monkey: Front-end tooling in a single dependency

Home Page:http://sagui.js.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sagui loads karma-firefox-launcher even when it is not used

hex0cter opened this issue · comments

When I test IE on windows, karma-firefox-launcher is somehow loaded. This is usually not a big deal as long as it works. However at the moment the plugin is broken on windows due to this: karma-runner/karma-firefox-launcher#74

While is plugin is plugin is broken, I am not able to run the IE test on windows. So the question is, why is karma-firefox-launcher executed while I don't care about Firefox at all?

The plugin is still loaded automatically by Karma, that is why you see the issue.

We could try be specific about which plugins to load, but that would require us in Sagui to do the parsing of the browsers list for example.

I would say it is much better to help/wait to get the Firefox plugin issue fixed.

OK. I am going to close the ticket in that case.

We might still need to update the karma-firefox-launcher plugin in Sagui once they fix the problem. If that turns to be needed, feel free to reopen this issue or submit a PR with the version bump.

That sounds good. I will keep an eye on the original bug.