Skip to content

Commit 358b5ee

Browse files
committed
Update Readme.md
1 parent 56c43c4 commit 358b5ee

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

Readme.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ This is your runnable test. The `[TestExecutor<RevitThreadExecutor>]` attribute
5454

5555
## Running your tests
5656

57-
**TUnit** is built on top of the Microsoft.Testing.Platform. Combined with source-generated tests, running your tests is available in multiple ways.
57+
**TUnit** is built on top of the **Microsoft.Testing.Platform**. Combined with source-generated tests, running your tests is available in multiple ways.
5858

5959
### dotnet run
6060

@@ -90,6 +90,13 @@ cd 'C:/Your/Test/Directory/bin/Release R26/'
9090
dotnet YourTestProject.dll
9191
```
9292

93+
### JetBrains Rider
94+
95+
The [Enable Testing Platform support option](https://www.jetbrains.com/help/rider/Reference__Options__Tools__Unit_Testing__VSTest.html) must be selected in Settings > Build,
96+
Execution, Deployment > Unit Testing > VSTest.
97+
98+
![](https://github.com/user-attachments/assets/d64c58f6-9223-4bdb-a513-c663daf4e0c1)
99+
93100
## Application testing
94101

95102
Test Revit application-level functionality:

0 commit comments

Comments
 (0)