-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Running Node-Webkit tests on Karma #825
Comments
As long as node-webkit can "act" as a browser (load an html file, fetch and execute JS, etc.; which I would expect it does) it should be possible. Just give it a try and ask concrete questions. |
I've created a small launcher, so you should be able to use nodewebkit with Karma, just as you would with any of the more standard browsers. It's at https://github.com/intelligentgolf/karma-nodewebkit-launcher . It's very experimental though, but it's worked for me, on Mac. |
Oh that's fantastic news! Thanks Michal. On 28/02/2014, at 5:24, Michal Charemza notifications@github.com wrote:
|
I'm wondering if there is a way to use karma with node-webkit.
The text was updated successfully, but these errors were encountered: