Skip to content
This repository has been archived by the owner on Jun 2, 2022. It is now read-only.

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

Open
pitymaia opened this issue Jan 10, 2017 · 1 comment
Open

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

pitymaia opened this issue Jan 10, 2017 · 1 comment

Comments

@pitymaia
Copy link

pitymaia commented Jan 10, 2017

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
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants