Hi! I'd like to generate a number of tests based on a configuration file. I am dynamically creating a test suite, and that works just fine.
However, I'd like to be able to somehow group the tests based on certain criteria. However, since they all are added dynamically, I cannot specify a FixtureCategory on them. Any way to do this? Of course, ideally I would like to group them in separate test suites, but I don't see a way to create test suites at runtime. Thanks, Cris
