46 packages tagged with “vstest”
The Microsoft Test Platform Object Model.
The MSbuild targets and properties for building .NET test projects.
Microsoft.CodeCoverage package brings infra for collecting code coverage from vstest.console.exe and "dotnet test".
Testplatform host executes the test using specified adapter.
This package contains the full set of binaries for the Visual Studio Test Platform (vstest). It provides a modern, cross platform testing engine that powers the testing on .NET Core as well. It integrates with popular test frameworks like MSTest(v1 and v2), xUnit and Nunit with support for extensibility.
Provides an integration with TeamCity for test frameworks. Usage: - Create a test project, for example using the command line: dotnet new xunit - Add the NuGet reference to this package
Includes helpers for the Test Platform's modern functionality such as standardized fully qualified names and hierarchical test case names.
This package contains a subset of binaries for the Visual Studio Test Platform (vstest). Vstest provides a modern, cross platform testing engine that also powers the testing on .NET Core. Supports the following popular test frameworks: MSTest v2, xUnit and Nunit with support for extensibility. Visit https://github.com/microsoft/vstest to know more about vstest platform. For running tests based on the MSTest v1 framework, .orderedtest, .webtest and .generictest please use Microsoft.TestPlatform package.
The cross platform Microsoft Test Platform.
Build tasks and targets for running tests with Test Platform
VsTest extension for reporting test results into https://reportportal.io
C# SDK for the test platform protocol. This SDK can be used in IDE or Editors to use test platform for discovery and execution of tests.
The .NET Memory Profiler API can be used to retrieve memory usage information, perform memory assertions, and collect memory snapshots from within a profiled process. This API is intended to be used for automatic memory testing with the help of .NET Memory Profiler or NmpCore. The SciTech.NmpDataCollector package can be used to easily run a unit test library using NmpCore. For more information, see http://memprofiler.com/, http://memprofiler.com/nmpcore.aspx, and http://memprofiler.com/apiexamples.aspx. Note that this API requires .NET Memory Profiler or NmpCore version 5.7 or later.
Deprecated. TestKit for writing tests for Akka.NET using Visual Studio Unit Testing Framework.
Extensions of Microsoft.VisualStudio.TestTools.UnitTesting.TestContext for Songhay VSTEST projects
GitHub Actions adapter for Microsoft.TestPlatform
The cross-platform adapter to discover and execute MSTest Framework based tests. This is a .NET Standard 2.0 compilation of the MSTest.TestAdapter for reusing the test adapter on other platforms, like Xamarin Android and iOS.
Rapise TestAdapter for VSTest
A .NET MAUI-based UnitTest Runner to execute MSTests on Android, iOS and MacCatalyst. The app supports custom test logging, and has built-in support for outputting a TRX test report and being remote controlled from commandline.
Pask extension that provides test automation functionality.
Commandline tool for deploying, running and monitoring MSTestX Unit Tests on Android and iOS devices, and generating TRX TestResult reports.
Pask extension that provides test automation functionality with code coverage reports generated by dotCover.
A testing module for PsMake, allowing to execute nunit/nunit3/mbunit/mstest/xunit/dotnet tests with optional coverage check
Allows creating acceptance tests in developer friendly environment. Features: * Native support for refactoring, code analysis (like finding unused methods), test running and all features that Visual Studio / Intellisense / Resharper offer during code development, * Easy to read scenario definitions, * Scenario steps execution tracking, usable during longer test execution, * Scenario steps execution time measurement, * Possibility to run steps with dedicated shared context, allowing to run tests safely in parallel, * Possibility to run parametrized steps with smart rules of inserting argument values to formatted step name, * Feature result summary available in XML, HTML or Plain text format, * Possibility to configure multiple result summaries in app.config file, * VS Project Item templates for feature test files, * MsTest integration.
A .NET library for creating, parsing, and manipulating Visual Studio test playlist files. Supports advanced playlist building and integration with test runners.
The NmpCore Task can be used to run the .NET Memory Profiler tool NmpCore as an MsBuild task. It will automatically run NmpCore after build for all profiler projects (.prfproj) in the project that are marked with the Build Action "NmpCore". To run unit tests using NmpCore, it is recommended that the SciTech.NmpDataCollector package is used instead. For more information, see https://memprofiler.com/nmpcore, and https://memprofiler.com/api-examples.
GitHub logger extensions for Visual Studio Test Platform.
Logs vstest output to Orangebeard