midix wrote:
Using QUnit:
HTH!
I vote for this too. Currently when I enable grouping by Traits, all my Chutzpah tests go under meaningless name "Module (1)". It would be great to be able to group my Chutzpah/QUnit tests as I like.IMHO, this is not a Chutzpah issue, is up to the test framework to provide a way to identify a module.
Using QUnit:
QUnit.module("Your - Trait - Name - ");
and in Visual Studio Test Explorer you can now group by traits, having the module name as a trait.HTH!