1

What are my options for testing if I want to run an angularjs app in node-webkit?

I had a look at the nw docs for testing and they did not really make sense to me https://github.com/rogerwang/node-webkit/wiki/How-to-run-node-webkit%27s-test-cases

3 Answers 3

1

This module was very useful for me in testing angular with nodewebkit - nwjs test runner

Sign up to request clarification or add additional context in comments.

Comments

0

I am using karma and jasmine for testing my node-webkit applications. There is a karma-node-webkit launcher which makes it possible to run those tests.

Comments

0

Your link describes the tests for node-webkit itself.

There's a different wiki page for testing your own app: Testing framework for your application running on node-webkit

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.