I am looking how to get karma-slimerjs-launcher to run with a version of Firefox that supports ES6.
This karma launcher uses an older version of slimerjs, while the last version, SlimerJS 0.10.2, supports Firefox 38 to 50.
I see that now Firefox has to be installed separately and SlimerJS may need to be pointed to it.
How can that be done in Jenkins?
Considering no answer was offered, I decided to change things a bit. Instead of using karma-slimerjs-launcher, I am now using karma-firefox-launcher.
SlimerJS 0.10.2 requires that you install Firefox yourself and point Slimer to the Firefox binary. Having that in mind, it just makes sense to use karma-firefox-launcher instead.