Forum Discussion
ehkl
2 years agoNew Contributor
- Just create a MSTest project,
- select the .NET Framework 4.8, because newer versions are not yet supported! and
- add the TestLeft nuget package to your project.
Then start writing your test code as in the documentation.
I hope this helps.