jeudi 28 mai 2015

Testing framework for Javascript (no web)

I have desktop application that has core in C++ and module business logic (some kind of "plug-ins") written using Javascript scripts. There are no web applications, sites, forms, HTML etc. Javascript is being used as "usual" desktop programming language.

I'm looking for some framework for unit testing. But when I googled, I found only frameworks targeted for web applications and which use (usually) browser(s) to perform tests.

Of course, tests can be written just in Javascript as functions and I can run them somehow manually. But I wonder, is there some existing framework for this?

Aucun commentaire:

Enregistrer un commentaire