You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This sample demonstrates techniques for using Testspace with C# code and the [NUnit](http://nunit.org/) test framework, along with the [OpenCover](https://github.com/OpenCover/opencover) coverage tool and [Visual Studio's](https://msdn.microsoft.com/en-us/library/dd264939.aspx) static analysis tool using [NUnit's C# examples](https://github.com/nunit/nunit-csharp-samples).
8
8
9
+
* Using a Testspace Project that is `connected` with this GitHub Repo
10
+
* Using 1 Online CI services for demonstration purposes only
11
+
* Can review the Results at [testspace-samples:csharp.nunit](https://samples.testspace.com/projects/testspace-samples:charp.nunit)
12
+
* Refer to our [Getting Started](https://help.testspace.com/getting-started) help articles for more information
13
+
9
14
***
10
15
Using CI Services:
11
16
@@ -14,16 +19,23 @@ Using CI Services:
14
19
***
15
20
Publishing **Test Content** using www.testspace.com.
In order to run this sample you will need a host workstation with Visual Studio, the [Nunit](http://nunit.org/) test framework and the [OpenCover](https://github.com/OpenCover/opencover) coverage tool.
Checkout the published [Testspace Content](https://samples.testspace.com/projects/csharp.nunit). Note that the `.testspace.txt` file contains the [set of files](http://help.testspace.com/how-to:publish-content#publishing-via-content-list-file) to publish.
0 commit comments