saguijs / sagui

:monkey: Front-end tooling in a single dependency
http://sagui.js.org/
MIT License
669 stars 32 forks source link

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

Closed hex0cter closed 6 years ago

hex0cter commented 6 years ago

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: https://github.com/karma-runner/karma-firefox-launcher/pull/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?

pirelenito commented 6 years ago

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.

hex0cter commented 6 years ago

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

pirelenito commented 6 years ago

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.

hex0cter commented 6 years ago

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