arcade icon indicating copy to clipboard operation
arcade copied to clipboard

Add integration tests for the testing infra

Open Youssef1313 opened this issue 5 months ago • 0 comments

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.

Youssef1313 avatar Jul 24 '25 07:07 Youssef1313