vstest

Visual Studio Test Platform is the runner and engine that powers test explorer and vstest.console. (by microsoft)

Vstest Alternatives

Similar projects and alternatives to vstest

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better vstest alternative or higher similarity.

vstest reviews and mentions

Posts with mentions or reviews of vstest. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-06-14.
  • Why does VSTest put the output of data collectors to GUIDed subdirectories?
    2 projects | /r/dotnet | 14 Jun 2022
    However, I am hesitant to do so. Whenever it seems I have to fight the tools that are provided for me this is a likely sign that I’m Doing Things Wrong because of some fundamental misunderstandings and misassumptions on my part. I did some digging and found that VSTest by design forces the placement of data collectors’ output into GUIDed subdirectories, see Coverlet documentation, Coverlet issue #500 and VSTest issue #2378. That this is forced by design reinforces my worries that I’m doing something counterproductive.
  • Integrating VSTest
    3 projects | /r/dotnet | 7 May 2022
    I've had success creating my own logger by following this guide on the vsdocs github. Nowadays you don't have to deploy the assemblies for the custom logger to the vs install folders. vstest will scan the build output directory for assemblies that match the specified pattern, *.testlogger.dll. You can also specify the path for custom test adapters either from the command line or a runsettings file using the TestAdapterPath option (this is only available since v15.1 but you mentioned you've tried the html logger and I think that's much newer than v15.1). If you get stuck with the implementation you can try referring to vstest's own loggers: htmllogger, trxlogger.

Stats

Basic vstest repo stats
5
841
9.5
6 days ago

microsoft/vstest is an open source project licensed under MIT License which is an OSI approved license.

The primary programming language of vstest is C#.

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com