lholman / OneBuild

Convention based PowerShell build for .NET http://lholman.github.io/OneBuild/
Apache License 2.0
17 stars 2 forks source link

OneBuild Invoke-UnitTests task should support other unit test frameworks #23

Open lholman opened 9 years ago

lholman commented 9 years ago

Currently OneBuild only supports execution of NUnit unit tests, which other unit test frameworks should we be supporting? Initial thoughts are XUnit and MSTest, however MSTest usually has a hard dependency on Visual Studio being installed on a build agent, which I suppose isn't the concern of OneBuild, rather a dependency for the build to succeed. Regardless, let's use this issue to capture interest in support of additional unit test frameworks.