Skip to content

Commit c7e8995

Browse files
committed
docs: improve clarity in running tests documentation for Rider support
1 parent 7851b95 commit c7e8995

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/docs/getting-started/running-your-tests.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Running your tests
22

3-
As TUnit is built on-top of the newer Microsoft.Testing.Platform, and combined with the fact that TUnit tests are source generated, running your tests is available in a variety of ways.
3+
As TUnit is built on-top of the newer Microsoft.Testing.Platform, and combined with the fact that TUnit tests are source generated, running your tests is available in a variety of ways.
44

55
:::info
66

@@ -72,9 +72,9 @@ Visual Studio is supported. The "Use testing platform server mode" option must b
7272
![Visual Studio Settings](../../static/img/visual-studio.png)
7373

7474
## Rider
75-
Rider is supported.
75+
Rider is supported.
7676

77-
The [Enable Testing Platform support](https://www.jetbrains.com/help/rider/Reference__Options__Tools__Unit_Testing__VSTest.html) option must be selected in Settings > Build, Execution, Deployment > Unit Testing > VSTest.
77+
The Enable Testing Platform support option must be selected in Settings > Build, Execution, Deployment > Unit Testing > Testing Platform.
7878

7979
![Rider Settings](../../static/img/rider.png)
8080

0 commit comments

Comments
 (0)