Skip to content

Commit 60441fe

Browse files
committed
update README
1 parent d23ea9f commit 60441fe

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,24 @@
1111

1212
Neotest adapter for dotnet
1313

14-
- Integrates with the VSTest runner to support all testing frameworks.
14+
- Based on the VSTest for dotnet allowing test functionality similar to those found in IDEs like Rider and Visual Studio.
15+
- Supports all testing frameworks.
1516
- DAP strategy for attaching debug adapter to test execution.
16-
- Supports both C# and F# projects.
17-
- Fine-grained test discovery and execution allowing running individual parameterized tests.
17+
- Supports `C#` and `F#`.
18+
- Can run tests on many groupings including:
19+
- All tests
20+
- Test projects
21+
- Test files
22+
- Test all methods in class
23+
- Test individual cases of parameterized tests
1824

1925
## Pre-requisites
2026

2127
neotest-vstest requires makes a number of assumptions about your environment:
2228

2329
1. The `dotnet sdk`, and the `dotnet` cli executable in the users runtime path.
2430
2. (For Debugging) `netcoredbg` is installed and `nvim-dap` plugin has been configured for `netcoredbg` (see debug config for more details)
25-
3. Requires treesitter parser for either `C#` or `F#`
31+
3. (recommended) treesitter parser for either `C#` or `F#` allowing run test in file functionality.
2632
4. `neovim v0.10.0` or later
2733

2834
## Installation

0 commit comments

Comments
 (0)