-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Provide a way to launch different versions of Firefox #125
Comments
I'm just curious, is there a reason to prefer this over triggering the test suite several times using the environment variables? FIREFOX_BIN=<path to FF68>/firefox.exe yarn test
FIREFOX_BIN=<path to FF72>/firefox.exe yarn test The patch seems good but I'm just curious about the use case. |
@birtles we have a big bunch of tests and we want to run tests in parallel (see karma |
Thanks. That makes sense. |
# [2.1.0](v2.0.0...v2.1.0) (2020-11-03) ### Features * provide a way to configure location of executable in customLauncher (fix [#125](#125)) ([c53efcc](c53efcc))
🎉 This issue has been resolved in version 2.1.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
We need to test site in different versions of Firefox in parallel.
So it will be nice to provide an option to configure path to Firefox executables.
Possible way to implement is extending of
args
forcustomLaunchers
.The text was updated successfully, but these errors were encountered: