Add integration tests for the testing infra
Open
- Dominant language
- C#
- Stars
- 729
- Forks
- 397
- Avg merge
- 3d 15m
- Merged PRs (30d)
- 149
Description
I don't know if some exists already for VSTest, but at least for MTP there is no integration tests.
Test scenarios to cover:
- TestRunnerName
- `MSTest` (with EnableMSTestRunner)
- `NUnit` (with EnableNUnitRunner)
- `XUnit` (with UseMicrosoftTestingPlatformRunner)
- `Microsoft.Testing.Platform` (with custom dummy framework)
- Architecture (at least x64 and x86)
- RunArguments
- TestRunnerAdditionalArguments
- Multi-project solution.
Contributor guide
Assessment
This issue has not been assessed yet.