Integrating VSTest

This page summarizes the projects mentioned and recommended in the original post on /r/dotnet

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • vstest-docs

    Discontinued Documentation for the Visual Studio Test Platform.

  • 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.

  • Tyrannoport

    🦖 For processing TRX files into something more enjoyable 🦖

  • In terms of parsing the trx file you can refer to how it's done in the tyrannoport tool. Powershell is another option.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • vstest

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

  • 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.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Pressing CTRL+C while reading user input (Console.ReadLine) has a weird issue.

    1 project | /r/csharp | 22 Jun 2022
  • trying to run an nunit test passing in a value

    1 project | /r/csharp | 14 May 2022
  • Pick your class

    1 project | /r/ProgrammerHumor | 26 Jan 2022
  • Anyone know if you can set parallelization as a setting for NUnit?

    1 project | /r/softwaretesting | 3 Dec 2021
  • Any extensions for generating unit tests?

    1 project | /r/vscode | 30 Mar 2022