rse / componentjs

ComponentJS -- Powerful run-time Component System for structuring HTML5-based Rich Clients
http://componentjs.com/
Other
85 stars 13 forks source link

Regression test suite #6

Closed rse closed 10 years ago

rse commented 11 years ago

It would be good to have a regression test suite. For instance the Demo app driven on the command-line via Node.js inside a QUnit test?!

rse commented 11 years ago

Running "node index.js" on the Demo App is at least a small regression test (I use this myself now)...

rse commented 10 years ago

In the latest development snapshots we now have Mocha+Chai based tests. Not a full converage, but it gets better and better. It at least checks already models, validation, etc. Once we have a more complete coverage there, we have a good regression test suite.

rse commented 10 years ago

I close this issue for now, because we now even run the whole ComponentJS demo in this test suite, so although still not perfect from a coverage point of view, it really checks a large amount of functionality.