Organizing tests in groups
When you have lots of tests, there are situations when you want to run only a subset of tests, e.g. when TDD'ing, or when you are fixing something in a restricted part of your project.
To help with organizing and running subsets of tests, I developed
QUnit Test Groups. The idea of this addon is to provide a way to organize the tests files in an hierarchy, and automatically render an outline where clicking a node will run all tests from that node to the bottom in the hierarchy.
Please take a look and tell me what you think of it. You can see it
working without having to download. Take a looking in the
README file to learn how to use it.
- Is it useful?
- Would you use it instead of the QUnit composite addon?
- Suggestions?
- Questions?
Thanks for your feedback!