jeudi 28 mai 2015

How do multiple devs use VSTest for a single C# project?

We're using C# in VS2013 and the basic problem is unit tests aren't portable between dev stations or the build server. We have test runners, which are XML files generated by VS, but they contain absolute paths.

This is, of course, unacceptable, and it's unacceptable (or outright impossible) that each developer use the same file system or that we maintain a unique set of test runners for each developer and the build server.

What was MS thinking? Is there any way to make these test runners portable between workstations? Is there perhaps a sane way of generating test runners, perhaps as a build step?

Aucun commentaire:

Enregistrer un commentaire