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
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.