diff --git a/README.md b/README.md index f5a012a..47a3eae 100644 --- a/README.md +++ b/README.md @@ -98,6 +98,9 @@ If you need to use RhinoCommon (other other Rhino assemblies) in your project, r - Build project - **Test Explorer** panel will populate with tests for all frameworks the project is being built for. - Right-Click on any branch of the test tree to **Run** or **Debug** tests in that branch. + +![](./docs/vs-testing.png) + - You can access the test configurations from the main toolbar as shown below: ![](./docs/test-configs.png) @@ -123,7 +126,7 @@ If you need to use RhinoCommon (other other Rhino assemblies) in your project, r ![](./docs/vscode-testing-gutter.png) -### From Rhino +### From Rhino (Work in Progress) - Ensure RhinoNUnit plugin is loaded - Run `NUnit` command @@ -151,7 +154,7 @@ dotnet test ./SimpleNUnitTests.sln -f net48 ``` ## Automated Testing -### Using Github Actions +### Using Github Actions (Work in Progress) An example github workflow is setup under `.github/workflows/main.yml` that triggers running tests on every push to this repository. diff --git a/docs/nunit-in-rhino.png b/docs/nunit-in-rhino.png index 97200c4..aadfa70 100644 Binary files a/docs/nunit-in-rhino.png and b/docs/nunit-in-rhino.png differ diff --git a/docs/vs-testing.png b/docs/vs-testing.png new file mode 100644 index 0000000..8f752ed Binary files /dev/null and b/docs/vs-testing.png differ