thomhurst / TUnit

A modern, fast and flexible .NET testing framework
MIT License
2.28k stars 37 forks source link

Instructions on how to use with Visual Studio #563

Closed SongPing closed 1 month ago

SongPing commented 1 month ago

Could you please give some detailed instructions on how to use TUnit with Visual Studio? How to get a simple example work within the Test Explorer?

thomhurst commented 1 month ago

Hey @SongPing sorry the docs were unclear - I've just updated them.

You need to install the preview version of visual studio and enable the new testing server mode. Instructions and screenshot is now on the main readme.

SongPing commented 1 month ago

Thanks, for your fast reply! Now it is much clearer, why I didn't get it to work. I hope, your documentation update will also help others saving time, not trying it with the current Visual Studio Version.