All Projects → microsoft → Vstest Docs

microsoft / Vstest Docs

Licence: other
Documentation for the Visual Studio Test Platform.

Projects that are alternatives of or similar to Vstest Docs

Vstest
Visual Studio Test Platform is the runner and engine that powers test explorer and vstest.console.
Stars: ✭ 624 (+278.18%)
Mutual labels:  visual-studio, testing-tools, unit-testing
angular-karma test-explorer
vscode extension for easy angular testing and debugging
Stars: ✭ 67 (-59.39%)
Mutual labels:  unit-testing, testing-tools
Wasmite
Now WebAssembly has proper testing, unit-testing and debugging 🤗
Stars: ✭ 20 (-87.88%)
Mutual labels:  unit-testing, testing-tools
Deepstate
A unit test-like interface for fuzzing and symbolic execution
Stars: ✭ 603 (+265.45%)
Mutual labels:  testing-tools, unit-testing
jest-trx-results-processor
Jest results processor for exporting into TRX files for Visual Studio
Stars: ✭ 23 (-86.06%)
Mutual labels:  visual-studio, testing-tools
jest-teamcity
Jest Teamcity Reporter
Stars: ✭ 29 (-82.42%)
Mutual labels:  unit-testing, testing-tools
Chutzpah
Chutzpah is an open source JavaScript test runner which enables you to run unit tests using QUnit, Jasmine, Mocha and TypeScript.
Stars: ✭ 549 (+232.73%)
Mutual labels:  visual-studio, testing-tools
Objectexporter
Object Exporter lets you export out an object while debugging in Visual Studio, the object can be serialized in either C#, JSON or XML.
Stars: ✭ 240 (+45.45%)
Mutual labels:  visual-studio, testing-tools
Junit Extensions
JUnit5 extensions library including JUnit5 equivalents of some of the common JUnit4 rules: ExpectedException, TemporaryFolder etc
Stars: ✭ 39 (-76.36%)
Mutual labels:  testing-tools, unit-testing
Qtools
QTools collection of open source tools for embedded systems development on Windows, Linux and MacOS
Stars: ✭ 64 (-61.21%)
Mutual labels:  testing-tools, unit-testing
Moderncppci
This is an example of doing a Modern C++ project with CI
Stars: ✭ 109 (-33.94%)
Mutual labels:  visual-studio, unit-testing
eat
Json based scenario testing tool(which can have test for functional and non-functional)
Stars: ✭ 41 (-75.15%)
Mutual labels:  unit-testing, testing-tools
toster
DSL framework for testing Android apps
Stars: ✭ 31 (-81.21%)
Mutual labels:  unit-testing, testing-tools
three-musketeers
A simple module to introspect, debug and test any THREE.js application.
Stars: ✭ 30 (-81.82%)
Mutual labels:  unit-testing, testing-tools
Electron Vue
An Electron & Vue.js quick start boilerplate with vue-cli scaffolding, common Vue plugins, electron-packager/electron-builder, unit/e2e testing, vue-devtools, and webpack.
Stars: ✭ 14,610 (+8754.55%)
Mutual labels:  documentation, unit-testing
Awesome Unit Testing Swift
A curated collection of awesome blog articles, books, talks, podcasts, tools/frameworks and examples.
Stars: ✭ 272 (+64.85%)
Mutual labels:  testing-tools, unit-testing
Mocktopus
Mocking framework for Rust
Stars: ✭ 179 (+8.48%)
Mutual labels:  testing-tools, unit-testing
Simple Headless Chrome
Simple abstraction to use Chrome as a Headless Browser with Node JS
Stars: ✭ 216 (+30.91%)
Mutual labels:  testing-tools, unit-testing
Zunit
A powerful testing framework for ZSH projects
Stars: ✭ 140 (-15.15%)
Mutual labels:  testing-tools, unit-testing
Stryker4s
Mutation testing for Scala. Work in progress...
Stars: ✭ 118 (-28.48%)
Mutual labels:  testing-tools, unit-testing

Visual Studio Test Platform Documentation

You've found the GitHub repository which contains the content for the Visual Studio Test Platform documentation. If you are looking for the Visual Studio Test Platform product GitHub repository, you can find it here.

Documentation

Contributing

There are many ways to contribute to VSTest

  • Submit issues and help verify fixes as they are checked in.
  • Review the documentation changes.
  • Contribute new topics/information, or make changes to existing documentation.

Editing docs

We use docfx for building this documentation. A short primer on editing this repo is below. First, download latest release of docfx (docfx.zip package) and extract it locally. We will use d:\tmp\docfx as destination for these steps.

Open a command prompt, git clone this repo. Use the following commands to build and run a local server.

  > cd d:\src\vstest-docs
  > d:\tmp\docfx\docfx.exe build
  > d:\tmp\docfx\docfx.exe serve

Open http://localhost:8080/_site in a browser to see the rendering of the documentation.

Microsoft Open Source Code of Conduct

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.

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