All Projects → microsoft → Vstest

microsoft / Vstest

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

Projects that are alternatives of or similar to Vstest

Acutest
Simple header-only C/C++ unit testing facility.
Stars: ✭ 170 (-72.76%)
Mutual labels:  testing-tools, unit-testing, test-runner
angular-karma test-explorer
vscode extension for easy angular testing and debugging
Stars: ✭ 67 (-89.26%)
Mutual labels:  unit-testing, test-runner, testing-tools
Vstest Docs
Documentation for the Visual Studio Test Platform.
Stars: ✭ 165 (-73.56%)
Mutual labels:  visual-studio, testing-tools, unit-testing
Zunit
A powerful testing framework for ZSH projects
Stars: ✭ 140 (-77.56%)
Mutual labels:  testing-tools, unit-testing, test-runner
eat
Json based scenario testing tool(which can have test for functional and non-functional)
Stars: ✭ 41 (-93.43%)
Mutual labels:  unit-testing, test-runner, testing-tools
IO-TESTER
A functional test framework
Stars: ✭ 32 (-94.87%)
Mutual labels:  test-runner, testing-tools
three-musketeers
A simple module to introspect, debug and test any THREE.js application.
Stars: ✭ 30 (-95.19%)
Mutual labels:  unit-testing, testing-tools
Wasmite
Now WebAssembly has proper testing, unit-testing and debugging 🤗
Stars: ✭ 20 (-96.79%)
Mutual labels:  unit-testing, testing-tools
tropic
🍍 Test Runner Library
Stars: ✭ 29 (-95.35%)
Mutual labels:  unit-testing, test-runner
ctest
A simple portable C test runner
Stars: ✭ 17 (-97.28%)
Mutual labels:  test-runner, testing-tools
Gorgon
Distributed testing for ruby with centralized management
Stars: ✭ 32 (-94.87%)
Mutual labels:  test-runner, testing-tools
bron
🏃‍♂️ Fast & tiny test runner for Node.js
Stars: ✭ 17 (-97.28%)
Mutual labels:  test-runner, testing-tools
jest-teamcity
Jest Teamcity Reporter
Stars: ✭ 29 (-95.35%)
Mutual labels:  unit-testing, testing-tools
oletus
Minimal ECMAScript Module test runner
Stars: ✭ 43 (-93.11%)
Mutual labels:  unit-testing, test-runner
quasar-testing
Testing Harness App Extensions for the Quasar Framework 1.0+
Stars: ✭ 142 (-77.24%)
Mutual labels:  unit-testing, test-runner
Openrunner
Computest Openrunner: Benchmark and functional testing for frontend-heavy web applications
Stars: ✭ 16 (-97.44%)
Mutual labels:  test-runner, testing-tools
Ava
Node.js test runner that lets you develop with confidence 🚀
Stars: ✭ 19,458 (+3018.27%)
Mutual labels:  unit-testing, test-runner
Dredd
Language-agnostic HTTP API Testing Tool
Stars: ✭ 3,770 (+504.17%)
Mutual labels:  unit-testing, test-runner
Deepstate
A unit test-like interface for fuzzing and symbolic execution
Stars: ✭ 603 (-3.37%)
Mutual labels:  testing-tools, unit-testing
Awesome Test Automation
A curated list of awesome test automation frameworks, tools, libraries, and software for different programming languages. Sponsored by http://sdclabs.com
Stars: ✭ 4,712 (+655.13%)
Mutual labels:  testing-tools, test-runner

VSTest

The Visual Studio Test Platform is an open and extensible test platform that enables running tests, collect diagnostics data and report results. The Test Platform supports running tests written in various test frameworks, and using a pluggable adapter model. Based on user-choice, the desired test framework and its corresponding adapter can be acquired as a vsix or as NuGet package as the case may be. Adapters can be written in terms of a public API exposed by the Test Platform.

The Test Platform currently ships as part Visual Studio 2019, and in the .NET Core Tools Preview 3.

Build status

Build Status

Contributing

There are many ways to contribute to VSTest

Documentation

Building

VSTest can be built from within Visual Studio or from the CLI.

Microsoft Open Source Code of Conduct

This project has adopted the [email protected] with any additional questions or comments.

License

VSTest platform is licensed under the MIT license

Issue Tracking

Please see issue tracking for a description of the workflow we use to process issues.

Roadmap

For more information on shipped and upcoming features/enhancements please refer to our Releases and Quarterly Checkin reports

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].