Skip to content

Commit 58ebdb3

Browse files
authored
Update README.md
1 parent d87d38e commit 58ebdb3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040

4141
**🚀 New to TUnit?** Start with our **[Getting Started Guide](https://tunit.dev/docs/getting-started/installation)**
4242

43-
**🔄 Migrating?** See our **[Migration Guides](https://tunit.dev/docs/getting-started/migration-from-xunit)** from xUnit, NUnit, or MSTest
43+
**🔄 Migrating?** See our **[Migration Guides](https://tunit.dev/docs/getting-started/migration-from-xunit)**
4444

4545
**🎯 Advanced Features?** Explore **[Data-Driven Testing](https://tunit.dev/docs/test-authoring/arguments)**, **[Test Dependencies](https://tunit.dev/docs/test-authoring/depends-on)**, and **[Parallelism Control](https://tunit.dev/docs/parallelism/not-in-parallel)**
4646

@@ -311,14 +311,17 @@ TUnit works seamlessly across all major .NET development environments:
311311

312312
### Visual Studio (2022 17.13+)
313313
**Fully supported** - No additional configuration needed for latest versions
314+
314315
⚙️ **Earlier versions**: Enable "Use testing platform server mode" in Tools > Manage Preview Features
315316

316317
### JetBrains Rider
317318
**Fully supported**
319+
318320
⚙️ **Setup**: Enable "Testing Platform support" in Settings > Build, Execution, Deployment > Unit Testing > VSTest
319321

320322
### Visual Studio Code
321323
**Fully supported**
324+
322325
⚙️ **Setup**: Install [C# Dev Kit](https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.csdevkit) and enable "Use Testing Platform Protocol"
323326

324327
### Command Line

0 commit comments

Comments
 (0)