santiago 37 Posted January 31, 2020 Hi there, Â we have a ton of DUnit tests. I am considering migrating to DUnitX. Â In DUnit you can specify a SuitePath for your tests. This is nice, as they are displayed grouped by category: Â In DUnitX you can add a Category Attribute to the TextFixtures. Does the VCL runner support displaying the fixtures grouped by category? Â It seems to me that the VCL runner does not support categories at all. If this is the case, how do you group your tests? Â What is the test runner of choice? Â I did look at TestInsight, but the tests are displayed only after they have been run. When you have a huge quantity of tests, it is not an option to run all tests so they are discovered by TestInsight. Â Thank you! Â Share this post Link to post
Stefan Glienke 2148 Posted February 3, 2020 (edited) On 1/31/2020 at 10:48 PM, santiago said: I did look at TestInsight, but the tests are displayed only after they have been run. When you have a huge quantity of tests, it is not an option to run all tests so they are discovered by TestInsight. There is - the second button from the left (the "fast forward" one) does that - it actually has two usages - if no tests are selected at all it does "Discover tests" - when any tests are selected it only runs those.  However TestInsight does not display tests hierarchical but only grouped by type or fixture and I have no plans to change that. Edited February 3, 2020 by Stefan Glienke Share this post Link to post
santiago 37 Posted February 3, 2020 @Stefan Glienke Thank you for the info. If I recall correctly I did click the "fast forward" button, but the tests only appeared in TestInsight after I ran them. As soon as I get a change I will test again. Share this post Link to post