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
{{ message }}
This repository has been archived by the owner on Jun 2, 2022. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: