Is it possible to run xUnit tests the Test Explorer in Visual Studio 2012 Express? Or is there another, better way to do it?
I’ve seen Brad Wilson’s xUnit runner for VS2012, but it doesn’t allow installation in Express. I extracted the VSIX and edited the manifest to allow support for VWDExpress which allowed it to install, but “Run all tests” doesn’t work.
No, Express edition of Visual Studio doesn’t support third party addins.