Skip to content

Commit

Permalink
updated notes
Browse files Browse the repository at this point in the history
  • Loading branch information
eirannejad committed Feb 21, 2024
1 parent f6fcd6a commit 4d0082a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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
Expand Down Expand Up @@ -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.

Expand Down
Binary file modified docs/nunit-in-rhino.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/vs-testing.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4d0082a

Please sign in to comment.