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--filterflag andvstest.console.exedo not work with these projects. See sections 4 and 4b for the correct filtering syntax.
1 Running All Unit Tests
.\build.cmd -test