How do I give each test its own TestResults folder?
- by izb
I have a set of unit tests, each with a bunch of methods, each of which produces output in the TestResults folder. At the moment, all the test files are jumbled up in this folder, but I'd like to bring some order to the chaos.
Ideally, I'd like to have a folder for each test method.
I know I can go round adding code to each test to make it…