karma-runner / karma-slimerjs-launcher

A Karma launcher for SlimerJS
MIT License
13 stars 19 forks source link

The Launcher is loading the wrong Firefox and SlimerJS versions #25

Open pitymaia opened 7 years ago

pitymaia commented 7 years ago

Hello, I'm trying to integrate SlimerJS with Karma to be able to test ECMAScript 6 code, but karma-slimerjs-launcher is loading an older version of both Firefox and SlimerJS.

When I test code directly with SlimerJS by command:

smilerjs test_file.js

It loads the version 0.10.2 that I installed. My Firefox installed is version 50.1.0 and it works correctly with SlimerJS when I call it directly through SlimerJS because the SLIMERJSLAUNCHER variable has been configured correctly as the SlimerJS documentation indicates.

However when I call Karma the launcher is running Firefox 38 and SlimerJS 0.9.6 and so I lose support for ECMAScript 6.

How can I make karma-slimerjs-launcher call the versions of Firefox and SlimerJS that I have installed on my system instead of calling those embedded versions that it seems to bring?

Thanks.

jscharett commented 7 years ago

Seeing the same thing. Is there any workaround/fix for this? Is this project still being maintained?