I set up two ongoing test sessions in ReSharper 7 in Visual Studio 2010/2012 - Pass and Fail. I go through the Passing session daily and can quickly identify any regression failure since the last time, in which case I transfer those tests to Failed, where I can work on it when I get the time. It works, and it's great.
The problem is that I can’t find a way to export these sessions as the “Collaborative Decision Team” option, as suggested in the ReSharper docs for settings that you might want to share with the team. Obviously, it would be useful to have others at the same time, using the same structure of the test session. But when I change sessions, it seems to me that only the PatientPortal.sln.DotSettings.user file is updated, and not the PatientPortal.sln.DotSettings file.
In RESHARPER -> Options -> Unit Testing, I checked "Save and Restore Unit Test Sessions" and selected Save-To - 'Solution [name] Team-shared'
Due to the difficulties that I have encountered, I suspect that the ReSharper Unit Test sessions are not intended for you to register and share, but I would find it productive to do this in this case, just as anyone knows how to do it ?
source
share