running-tests

Installation
SKILL.md

Running Tests in the WinForms Repository

The repository uses xUnit v3 with Microsoft.Testing.Platform as its test framework. Tests are organized into unit tests and integration / functional tests.

Important: The test projects build as self-contained executables using Microsoft.Testing.Platform (not the legacy VSTest adapter). The dotnet test --filter flag and vstest.console.exe do not work with these projects. See sections 4 and 4b for the correct filtering syntax.


1 Running All Unit Tests

.\build.cmd -test
Installs
1
Repository
dotnet/winforms
GitHub Stars
4.8K
First Seen
6 days ago
running-tests — dotnet/winforms