Joshfire has unit-tests currently for the most tricky parts of the framework (the Tree class mostly)
We plan to extend coverage to 100% in the next few releases.
Go into the test/
directory and use the commands:
fab general
to run the headless unittestsfab selenium
to run adapter tests with seleniumAlternatively, you can also run the tests one by one, if you launch node server.js
and browse to http://localhost:4445/test/adapters/browser/datapath
or http://localhost:4445/test/general/tree
for instance.