-
Notifications
You must be signed in to change notification settings - Fork 23
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
IE Launcher without "-extoff" flag #27
Comments
+1 In my opinion, the parameters for the IE process should be configurable. |
+1 Our project relies on Flash and -extoff makes it impossible to run our test case. |
This is a major issue for me at $DAYJOB. Our Windows desktops are locked down tightly, and IE will not start if Thus, we cannot use the stock karma IE launcher. I've currently just manually fixed this in index.js, and told the rest of my team to do the same. It would be great to see IE options made configurable. |
BREAKING CHANGE: IE Addons are now disabled by default when using the karma-ie-launcher. Closes #27
Awesome. Thanks! |
Hi, this is not really an coding issue (sorry if here is not the right place to post that), but I wanna know if there's a way to launch IE without the "-extoff" flag.
I already did that changing the original launcher code, but If possible I prefer a manner where I dont have to modify third party code. Maybe using preprocessors but I dont know how ...
Someone could help me with that?
Thx
The text was updated successfully, but these errors were encountered: