Skip to content
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

Closed
zcaudate opened this issue Nov 15, 2013 · 3 comments
Closed

Running Node-Webkit tests on Karma #825

zcaudate opened this issue Nov 15, 2013 · 3 comments

Comments

@zcaudate
Copy link

I'm wondering if there is a way to use karma with node-webkit.

@vojtajina
Copy link
Contributor

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.

@michalc
Copy link

michalc commented Feb 27, 2014

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.

@zcaudate
Copy link
Author

Oh that's fantastic news! Thanks Michal.

On 28/02/2014, at 5:24, Michal Charemza notifications@github.com wrote:

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.


Reply to this email directly or view it on GitHub.

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

No branches or pull requests

3 participants