mstest - How do I clear the [Ignore] cache for test methods? (without restarting Visual Studio) -
I have some tests that were marked as Now what can I do to clear the cache to ignore the tests? Update: It seems that this data is stored in the vsmdi file: Then it is necessary to remove the windy file, or otherwise to revive it. However, Visual Studio caches it, so restarting the Visual Studio seems to fix the problem (sometimes at least). We have this issue where I also work. You can manually change the .vsmdi file or delete it. If you open the test scene again (after deleting it) it will generate a new file. In addition to this, there may be a similar problem with which you have selected the selected test settings, it will also be 'cache'. [ignored] , but now , I want to run again, so I remove the
[Ignore] attribute, but Visual Studio still does not pay attention to them.
& lt; TestLink ..name = "legal name" ... enabled = "wrong" />
Comments
Post a Comment